-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSharedData.vb
More file actions
23 lines (18 loc) · 732 Bytes
/
SharedData.vb
File metadata and controls
23 lines (18 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Module SharedData
'# Serwer
Public veety_database As String = "https://edditdev.com/*****/*****/"
Public veety_servers As String = "https://edditdev.com/*****/*****/"
Public veety_all_license As String = "https://edditdev.com/*****/*****/*****"
Public veety_counters As String = "https://edditdev.com/*****/*****/"
'# Veety Inside data
Public LicensesList As New RichTextBox
'- Licznk
Public RegistrationsCounter As String
'# User
Public veety_downloaded_licenses As String
Public user_username As String
Public user_password As String
Public user_license As String
Public connected_server As String
Public VictimID As String
End Module