-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVariable.cs
31 lines (30 loc) · 962 Bytes
/
Variable.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demon_Panel
{
internal class Variable
{
public static bool NameSpoof;
public static bool AntiBotMatch;
public static bool Unlocker;
public static bool CurrencySpoof;
public static bool EpicSaveFile;
public static bool Devotion;
public static bool FreeBloodweb;
public static bool KillerRevealer;
public static string Aurics;
public static string Shards;
public static string Playername = "Why didnt you change this#6666";
public static string Bloodpoints;
public static bool UseSteam;
public static string Devotionn;
public static string Level;
public static string PID;
public static string Savefile;
public static bool RemoveProxy;
public static string Market;
}
}