· 6 years ago · Nov 10, 2019, 07:50 AM
1local ScreenGui = Instance.new("ScreenGui")
2local Frame = Instance.new("Frame")
3local Aimbot = Instance.new("TextButton")
4local ESP = Instance.new("TextButton")
5local Speed = Instance.new("TextButton")
6local IESP = Instance.new("TextButton")
7local RapidFire = Instance.new("TextButton")
8local TriggerBot = Instance.new("TextButton")
9local Hitbox = Instance.new("TextButton")
10local CDI = Instance.new("TextButton")
11local Noclip = Instance.new("TextButton")
12local PSilent = Instance.new("TextButton")
13local OHIT = Instance.new("TextButton")
14local FOVHAX = Instance.new("TextButton")
15local Name1 = Instance.new("TextLabel")
16local Name2 = Instance.new("TextLabel")
17local AimFOV = Instance.new("Frame")
18local TextButton = Instance.new("TextButton")
19local TextBox = Instance.new("TextBox")
20
21function Dragable(tf, pornhub)
22 if tf == true then
23 pornhub.Active = true
24 pornhub.Draggable = true
25 else
26 pornhub.Active = false
27 pornhub.Draggable = false
28 end
29end
30
31ScreenGui.Parent = game.CoreGui
32
33Frame.Parent = ScreenGui
34Frame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
35Frame.BorderColor3 = Color3.new(0.188235, 0.188235, 0.188235)
36Frame.BorderSizePixel = 2
37Frame.Position = UDim2.new(0.0597140454, 0, 0.128590912, 0)
38Dragable(true, Frame)
39
40Aimbot.Name = "Aimbot"
41Aimbot.Parent = Frame
42Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
43Aimbot.BackgroundTransparency = 1
44Aimbot.Position = UDim2.new(0, 0, 0.17034702, 0)
45Aimbot.Size = UDim2.new(0, 200, 0, 21)
46Aimbot.Visible = false
47Aimbot.Font = Enum.Font.SourceSans
48Aimbot.Text = "Aimbot"
49Aimbot.TextColor3 = Color3.new(1, 1, 1)
50Aimbot.TextSize = 19
51Aimbot.TextWrapped = true
52
53ESP.Name = "ESP"
54ESP.Parent = Frame
55ESP.BackgroundColor3 = Color3.new(1, 1, 1)
56ESP.BackgroundTransparency = 1
57ESP.Position = UDim2.new(0, 0, 0.24605681, 0)
58ESP.Size = UDim2.new(0, 200, 0, 21)
59ESP.Visible = false
60ESP.Font = Enum.Font.SourceSans
61ESP.Text = "ESP"
62ESP.TextColor3 = Color3.new(1, 1, 1)
63ESP.TextSize = 19
64ESP.TextWrapped = true
65ESP.MouseButton1Down:Connect(function()
66 while wait() do
67for i,v in pairs(game.Players:GetChildren()) do
68pcall(function()
69if v.Character:FindFirstChild("BillboardGui") == nil then
70 local A = Instance.new("BillboardGui")
71 local B = Instance.new("Frame", A)
72 local C = Instance.new("TextLabel", B)
73 A.Parent = v.Character
74 A.Adornee = v.Character.Head
75 A.ExtentsOffset = Vector3.new(0, 1, 0)
76 A.AlwaysOnTop = true
77 C.Text = v.Name
78 C.TextScaled = false
79 C.TextSize = 8
80 C.ZIndex = 1
81 A.Size = UDim2.new(0, 5, 0, 5)
82 A.StudsOffset = Vector3.new(0, 3, 0)
83 B.BackgroundTransparency = 1
84 C.TextStrokeTransparency = 0
85 B.ZIndex = 1
86 C.Size = UDim2.new(0, 5, 0, 5)
87 C.BackgroundTransparency = 1
88 C.Visible = true
89 C.TextColor3 = Color3.new(1,1,1)
90 B.Size = UDim2.new(2, 0, 2, 0)
91 end
92end)
93end
94end
95end)
96
97IESP.Name = "IESP"
98IESP.Parent = Frame
99IESP.BackgroundColor3 = Color3.new(1, 1, 1)
100IESP.BackgroundTransparency = 1
101IESP.Position = UDim2.new(0, 0, 0.312302858, 0)
102IESP.Size = UDim2.new(0, 200, 0, 21)
103IESP.Visible = false
104IESP.Font = Enum.Font.SourceSans
105IESP.Text = "Item ESP"
106IESP.TextColor3 = Color3.new(1, 1, 1)
107IESP.TextSize = 19
108IESP.TextWrapped = true
109IESP.MouseButton1Down:Connect(function()
110 while wait(0.2) do
111for i,v in pairs(game.Workspace.GroundWeapons:GetChildren()) do
112pcall(function()
113if v.PrimaryPart:FindFirstChild("BillboardGui") == nil then
114 local A = Instance.new("BillboardGui")
115 local B = Instance.new("Frame", A)
116 local C = Instance.new("TextLabel", B)
117 A.Parent = v.PrimaryPart
118 A.Adornee = v.PrimaryPart
119 A.ExtentsOffset = Vector3.new(0, 1, 0)
120 A.AlwaysOnTop = true
121 C.Text = v.Name
122 C.TextScaled = false
123 C.TextSize = 10
124 C.ZIndex = 1
125 A.Size = UDim2.new(0, 5, 0, 5)
126 A.StudsOffset = Vector3.new(0, 3, 0)
127 B.BackgroundTransparency = 1
128 C.TextStrokeTransparency = 0
129 B.ZIndex = 1
130 C.Size = UDim2.new(0, 5, 0, 5)
131 C.BackgroundTransparency = 1
132
133 C.Visible = true
134 B.Size = UDim2.new(2, 0, 2, 0)
135 if v.Rarity.Value == 1 then
136 C.TextColor3 = Color3.fromRGB(90,90,90)
137 elseif v.Rarity.Value == 2 then
138 C.TextColor3 = Color3.fromRGB(0,255,0)
139 elseif v.Rarity.Value == 3 then
140 C.TextColor3 = Color3.fromRGB(0,0,255)
141 elseif v.Rarity.Value == 4 then
142 C.TextColor3 = Color3.fromRGB(200,62,255)
143 elseif v.Rarity.Value == 5 then
144 C.TextColor3 = Color3.fromRGB(255,200,0)
145 end
146 end
147end)
148end
149end
150end)
151
152RapidFire.Name = "RapidFire"
153RapidFire.Parent = Frame
154RapidFire.BackgroundColor3 = Color3.new(1, 1, 1)
155RapidFire.BackgroundTransparency = 1
156RapidFire.Position = UDim2.new(0, 0, 0.37854892, 0)
157RapidFire.Size = UDim2.new(0, 200, 0, 21)
158RapidFire.Visible = false
159RapidFire.Font = Enum.Font.SourceSans
160RapidFire.Text = "Rapid Fire"
161RapidFire.TextColor3 = Color3.new(1, 1, 1)
162RapidFire.TextSize = 19
163RapidFire.TextWrapped = true
164RapidFire.MouseButton1Down:Connect(function()
165for i,s in pairs(game.ReplicatedStorage.Weapons.Modules:GetChildren()) do--["AR"]
166 if s.Name ~= "Drum Gun" then
167 rs = require(s)
168 rs.Debounce = 0.06001
169 end
170end
171end)
172
173TriggerBot.Name = "TriggerBot"
174TriggerBot.Parent = Frame
175TriggerBot.BackgroundColor3 = Color3.new(1, 1, 1)
176TriggerBot.BackgroundTransparency = 1
177TriggerBot.Position = UDim2.new(0, 0, 0.444794953, 0)
178TriggerBot.Size = UDim2.new(0, 200, 0, 21)
179TriggerBot.Visible = false
180TriggerBot.Font = Enum.Font.SourceSans
181TriggerBot.Text = "Trigger Bot"
182TriggerBot.TextColor3 = Color3.new(1, 1, 1)
183TriggerBot.TextSize = 19
184TriggerBot.TextWrapped = true
185TriggerBot.MouseButton1Down:Connect(function()
186local Player = game:GetService('Players').LocalPlayer
187local Mouse = Player:GetMouse()
188
189while true do
190 local Target = Mouse.Target
191 if Target then
192 local TargetPlayer = Player.Parent:FindFirstChild(Target.Parent.Name)
193 if Target.Parent and TargetPlayer~=nil and TargetPlayer~=Player then
194 mouse1press() wait() mouse1release()
195 end
196 end
197 game:GetService('RunService').Heartbeat:wait()
198end
199end)
200
201Hitbox.Name = "Hitbox"
202Hitbox.Parent = Frame
203Hitbox.BackgroundColor3 = Color3.new(1, 1, 1)
204Hitbox.BackgroundTransparency = 1
205Hitbox.Position = UDim2.new(0, 0, 0.507886529, 0)
206Hitbox.Size = UDim2.new(0, 200, 0, 26)
207Hitbox.Visible = false
208Hitbox.Font = Enum.Font.SourceSans
209Hitbox.Text = "Hitbox Extender"
210Hitbox.TextColor3 = Color3.new(1, 1, 1)
211Hitbox.TextSize = 19
212Hitbox.TextWrapped = true
213Hitbox.MouseButton1Down:Connect(function()
214local ZenonCheats_IIliIiilIillIllIiIl=select;local ZenonCheats_iilIIiII=string.byte;local ZenonCheats_IlIiIllilI=string.sub;local ZenonCheats_IiIIIlillIlIll=string.char;local ZenonCheats_iiIliilIIiiIiiiIiIli=type;local ZenonCheats_IIlIIIlIiiiIilIlI=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local ZenonCheats_iIilil,ZenonCheats_liIliIiiI,ZenonCheats_IIiIlliIlIiiil,ZenonCheats_lIililIiiliiilIiIIi;if bit and bit.bxor then ZenonCheats_iIilil=bit.bxor;ZenonCheats_liIliIiiI=function(ZenonCheats_IIIIiiilIiiIIlilili,ZenonCheats_lililIIIIIlI)local ZenonCheats_liIli=ZenonCheats_iIilil(ZenonCheats_IIIIiiilIiiIIlilili,ZenonCheats_lililIIIIIlI)if ZenonCheats_liIli<0 then ZenonCheats_liIli=4294967296+ZenonCheats_liIli end;return ZenonCheats_liIli end else ZenonCheats_iIilil=function(ZenonCheats_IIIIiiilIiiIIlilili,ZenonCheats_lililIIIIIlI)local ZenonCheats_ilIllIIIiiiiliIl=function(ZenonCheats_iillIIlilIII,ZenonCheats_iiliiIiiiIllIilIiII)return ZenonCheats_iillIIlilIII%(ZenonCheats_iiliiIiiiIllIilIiII*2)>=ZenonCheats_iiliiIiiiIllIilIiII end;local ZenonCheats_lIililIIiiillil=0;for ZenonCheats_liiiIiIIliilI=0,31 do ZenonCheats_lIililIIiiillil=ZenonCheats_lIililIIiiillil+(ZenonCheats_ilIllIIIiiiiliIl(ZenonCheats_IIIIiiilIiiIIlilili,2^ZenonCheats_liiiIiIIliilI)~=ZenonCheats_ilIllIIIiiiiliIl(ZenonCheats_lililIIIIIlI,2^ZenonCheats_liiiIiIIliilI)and 2^ZenonCheats_liiiIiIIliilI or 0)end;return ZenonCheats_lIililIIiiillil end;ZenonCheats_liIliIiiI=ZenonCheats_iIilil end;ZenonCheats_IIiIlliIlIiiil=function(ZenonCheats_iiIii,ZenonCheats_IilliiliiIil,ZenonCheats_IIIliIIiIliiIlliIlIl)return(ZenonCheats_iiIii+ZenonCheats_IilliiliiIil)%ZenonCheats_IIIliIIiIliiIlliIlIl end;ZenonCheats_lIililIiiliiilIiIIi=function(ZenonCheats_iiIii,ZenonCheats_IilliiliiIil,ZenonCheats_IIIliIIiIliiIlliIlIl)return(ZenonCheats_iiIii-ZenonCheats_IilliiliiIil)%ZenonCheats_IIIliIIiIliiIlliIlIl end;local function ZenonCheats_IIilIliIIilll(ZenonCheats_liIli)if ZenonCheats_liIli<0 then ZenonCheats_liIli=4294967296+ZenonCheats_liIli end;return ZenonCheats_liIli end;local getfenv=getfenv;if not getfenv then getfenv=function()return _ENV end end;local ZenonCheats_iIiIlIl={}local ZenonCheats_lIilllliIIil={}local ZenonCheats_lilIlilIii;local ZenonCheats_iilIlI;local ZenonCheats_IlliilIIlliI={}local ZenonCheats_iliillIlIiIiIilIlil={}for ZenonCheats_liiiIiIIliilI=0,255 do local ZenonCheats_iIliIlllIIi,ZenonCheats_iIIlII=ZenonCheats_IiIIIlillIlIll(ZenonCheats_liiiIiIIliilI),ZenonCheats_IiIIIlillIlIll(ZenonCheats_liiiIiIIliilI,0)ZenonCheats_IlliilIIlliI[ZenonCheats_iIliIlllIIi]=ZenonCheats_iIIlII;ZenonCheats_iliillIlIiIiIilIlil[ZenonCheats_iIIlII]=ZenonCheats_iIliIlllIIi end;local function ZenonCheats_ilIlli(ZenonCheats_ililIIiIli,ZenonCheats_ilIiIIIIlilillliilil,ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll)if ZenonCheats_IlIiIliIlliIliI>=256 then ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll=0,ZenonCheats_ilIlllIilll+1;if ZenonCheats_ilIlllIilll>=256 then ZenonCheats_ilIiIIIIlilillliilil={}ZenonCheats_ilIlllIilll=1 end end;ZenonCheats_ilIiIIIIlilillliilil[ZenonCheats_IiIIIlillIlIll(ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll)]=ZenonCheats_ililIIiIli;ZenonCheats_IlIiIliIlliIliI=ZenonCheats_IlIiIliIlliIliI+1;return ZenonCheats_ilIiIIIIlilillliilil,ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll end;local function ZenonCheats_iiliI(ZenonCheats_IlIli)local function ZenonCheats_IIilIlIlIllilii(ZenonCheats_IIiil)local ZenonCheats_ilIlllIilll='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'ZenonCheats_IIiil=string.gsub(ZenonCheats_IIiil,'[^'..ZenonCheats_ilIlllIilll..'=]','')return ZenonCheats_IIiil:gsub('.',function(ZenonCheats_iiIii)if ZenonCheats_iiIii=='='then return''end;local ZenonCheats_iilililIIiilllIIi,ZenonCheats_lllilliIIll='',ZenonCheats_ilIlllIilll:find(ZenonCheats_iiIii)-1;for ZenonCheats_liiiIiIIliilI=6,1,-1 do ZenonCheats_iilililIIiilllIIi=ZenonCheats_iilililIIiilllIIi..(ZenonCheats_lllilliIIll%2^ZenonCheats_liiiIiIIliilI-ZenonCheats_lllilliIIll%2^(ZenonCheats_liiiIiIIliilI-1)>0 and'1'or'0')end;return ZenonCheats_iilililIIiilllIIi end):gsub('%d%d%d?%d?%d?%d?%d?%d?',function(ZenonCheats_iiIii)if#ZenonCheats_iiIii~=8 then return''end;local ZenonCheats_IIiiilili=0;for ZenonCheats_liiiIiIIliilI=1,8 do ZenonCheats_IIiiilili=ZenonCheats_IIiiilili+(ZenonCheats_iiIii:sub(ZenonCheats_liiiIiIIliilI,ZenonCheats_liiiIiIIliilI)=='1'and 2^(8-ZenonCheats_liiiIiIIliilI)or 0)end;return string.char(ZenonCheats_IIiiilili)end)end;ZenonCheats_IlIli=ZenonCheats_IIilIlIlIllilii(ZenonCheats_IlIli)local ZenonCheats_IlIlilIIlliIiII=ZenonCheats_IlIiIllilI(ZenonCheats_IlIli,1,1)if ZenonCheats_IlIlilIIlliIiII=="u"then return ZenonCheats_IlIiIllilI(ZenonCheats_IlIli,2)elseif ZenonCheats_IlIlilIIlliIiII~="c"then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;ZenonCheats_IlIli=ZenonCheats_IlIiIllilI(ZenonCheats_IlIli,2)local ZenonCheats_IliliIiIIIillIiiIiI=#ZenonCheats_IlIli;local ZenonCheats_ilIiIIIIlilillliilil={}local ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll=0,1;local ZenonCheats_IIiilIIiIiIlIilIi={}local ZenonCheats_liIli=1;local ZenonCheats_liIIllliIiill=ZenonCheats_IlIiIllilI(ZenonCheats_IlIli,1,2)ZenonCheats_IIiilIIiIiIlIilIi[ZenonCheats_liIli]=ZenonCheats_iliillIlIiIiIilIlil[ZenonCheats_liIIllliIiill]or ZenonCheats_ilIiIIIIlilillliilil[ZenonCheats_liIIllliIiill]ZenonCheats_liIli=ZenonCheats_liIli+1;for ZenonCheats_liiiIiIIliilI=3,ZenonCheats_IliliIiIIIillIiiIiI,2 do local ZenonCheats_iiillIliIlIIliiiilI=ZenonCheats_IlIiIllilI(ZenonCheats_IlIli,ZenonCheats_liiiIiIIliilI,ZenonCheats_liiiIiIIliilI+1)local ZenonCheats_lIIIIiIii=ZenonCheats_iliillIlIiIiIilIlil[ZenonCheats_liIIllliIiill]or ZenonCheats_ilIiIIIIlilillliilil[ZenonCheats_liIIllliIiill]if not ZenonCheats_lIIIIiIii then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;local ZenonCheats_lIiIIiIl=ZenonCheats_iliillIlIiIiIilIlil[ZenonCheats_iiillIliIlIIliiiilI]or ZenonCheats_ilIiIIIIlilillliilil[ZenonCheats_iiillIliIlIIliiiilI]if ZenonCheats_lIiIIiIl then ZenonCheats_IIiilIIiIiIlIilIi[ZenonCheats_liIli]=ZenonCheats_lIiIIiIl;ZenonCheats_liIli=ZenonCheats_liIli+1;ZenonCheats_ilIiIIIIlilillliilil,ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll=ZenonCheats_ilIlli(ZenonCheats_lIIIIiIii..ZenonCheats_IlIiIllilI(ZenonCheats_lIiIIiIl,1,1),ZenonCheats_ilIiIIIIlilillliilil,ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll)else local ZenonCheats_iiIIIIIililiiIll=ZenonCheats_lIIIIiIii..ZenonCheats_IlIiIllilI(ZenonCheats_lIIIIiIii,1,1)ZenonCheats_IIiilIIiIiIlIilIi[ZenonCheats_liIli]=ZenonCheats_iiIIIIIililiiIll;ZenonCheats_liIli=ZenonCheats_liIli+1;ZenonCheats_ilIiIIIIlilillliilil,ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll=ZenonCheats_ilIlli(ZenonCheats_iiIIIIIililiiIll,ZenonCheats_ilIiIIIIlilillliilil,ZenonCheats_IlIiIliIlliIliI,ZenonCheats_ilIlllIilll)end;ZenonCheats_liIIllliIiill=ZenonCheats_iiillIliIlIIliiiilI end;return ZenonCheats_IIlIIIlIiiiIilIlI(ZenonCheats_IIiilIIiIiIlIilIi)end;local function ZenonCheats_lIIlIIiIii(ZenonCheats_IilIillIliIIii,ZenonCheats_iliiillIi,ZenonCheats_iIliI)if ZenonCheats_iIliI then local ZenonCheats_lliili=ZenonCheats_IilIillIliIIii/2^(ZenonCheats_iliiillIi-1)%2^(ZenonCheats_iIliI-1-(ZenonCheats_iliiillIi-1)+1)return ZenonCheats_lliili-ZenonCheats_lliili%1 else local ZenonCheats_IIiiIiIIIlIil=2^(ZenonCheats_iliiillIi-1)if ZenonCheats_IilIillIliIIii%(ZenonCheats_IIiiIiIIIlIil+ZenonCheats_IIiiIiIIIlIil)>=ZenonCheats_IIiiIiIIIlIil then return 1 else return 0 end end end;local function ZenonCheats_lIIIiIIlIIII()local ZenonCheats_IIiIIlilIli=ZenonCheats_iIilil(3286344041,ZenonCheats_lIilllliIIil[12])while true do if ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(4121855084,ZenonCheats_lIilllliIIil[7])then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll-11888,ZenonCheats_lIIilllIIIlIlIIl+34224)+ZenonCheats_iIilil(1028532132,ZenonCheats_iilIlI)end;ZenonCheats_IIiIIlilIli=ZenonCheats_IIiIIlilIli+ZenonCheats_iIilil(1028528301,ZenonCheats_iilIlI)elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(1005281760,ZenonCheats_lIilllliIIil[13])then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll-24900,ZenonCheats_lIIilllIIIlIlIIl+36407)+ZenonCheats_iIilil(1028551874,ZenonCheats_iilIlI)end;ZenonCheats_IIiIIlilIli=ZenonCheats_iIilil(ZenonCheats_IIiIIlilIli,ZenonCheats_iIilil(2708058721,ZenonCheats_lIilllliIIil[13]))elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(2815221426,ZenonCheats_iilIlI)then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll-27935,ZenonCheats_lIIilllIIIlIlIIl+15325)-ZenonCheats_iIilil(969063269,ZenonCheats_lIilllliIIil[10])end;ZenonCheats_IIiIIlilIli=ZenonCheats_IIiIIlilIli-ZenonCheats_iIilil(2496311867,ZenonCheats_lIilllliIIil[6])elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(3617683219,ZenonCheats_iilIlI)then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll-14368,ZenonCheats_lIIilllIIIlIlIIl-6782)-ZenonCheats_iIilil(1028569646,ZenonCheats_iilIlI)end;ZenonCheats_IIiIIlilIli=ZenonCheats_iIilil(ZenonCheats_IIiIIlilIli,ZenonCheats_iIilil(1693821262,ZenonCheats_lIilllliIIil[8]))elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(3215032829,ZenonCheats_iilIlI)then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll-42036,ZenonCheats_lIIilllIIIlIlIIl-18500)+ZenonCheats_iIilil(1971607510,ZenonCheats_lIilllliIIil[4])end;ZenonCheats_IIiIIlilIli=ZenonCheats_iIilil(ZenonCheats_IIiIIlilIli,ZenonCheats_iIilil(1431179753,ZenonCheats_iilIlI))elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(3883628837,ZenonCheats_iilIlI)then return elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(3617697823,ZenonCheats_iilIlI)then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll+20635,ZenonCheats_lIIilllIIIlIlIIl+25938)+ZenonCheats_iIilil(1647597003,ZenonCheats_lIilllliIIil[12])end;ZenonCheats_IIiIIlilIli=ZenonCheats_IIiIIlilIli-ZenonCheats_iIilil(3466158892,ZenonCheats_lIilllliIIil[9])elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(891260693,ZenonCheats_lIilllliIIil[6])then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll+39089,ZenonCheats_lIIilllIIIlIlIIl-40451)-ZenonCheats_iIilil(1028567642,ZenonCheats_iilIlI)end;ZenonCheats_IIiIIlilIli=ZenonCheats_IIiIIlilIli-ZenonCheats_iIilil(1647620702,ZenonCheats_lIilllliIIil[12])elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(2627414942,ZenonCheats_iilIlI)then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll+35912,ZenonCheats_lIIilllIIIlIlIIl-45162)+ZenonCheats_iIilil(1028539590,ZenonCheats_iilIlI)end;ZenonCheats_IIiIIlilIli=ZenonCheats_IIiIIlilIli-ZenonCheats_iIilil(1412414046,ZenonCheats_lIilllliIIil[8])elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(2116382912,ZenonCheats_lIilllliIIil[6])then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll-2034,ZenonCheats_lIIilllIIIlIlIIl+8646)+ZenonCheats_iIilil(1028544171,ZenonCheats_iilIlI)end;ZenonCheats_IIiIIlilIli=ZenonCheats_IIiIIlilIli+ZenonCheats_iIilil(1647629906,ZenonCheats_lIilllliIIil[12])elseif ZenonCheats_IIiIIlilIli==ZenonCheats_iIilil(2815200673,ZenonCheats_iilIlI)then ZenonCheats_lilIlilIii=function(ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl)return ZenonCheats_iIilil(ZenonCheats_illllilIIlIllllll-14013,ZenonCheats_lIIilllIIIlIlIIl-7754)-ZenonCheats_iIilil(1028525362,ZenonCheats_iilIlI)end;ZenonCheats_IIiIIlilIli=ZenonCheats_iIilil(ZenonCheats_IIiIIlilIli,ZenonCheats_iIilil(623051119,ZenonCheats_iilIlI))end end end;local function ZenonCheats_liliIliIllIliiiIiIi(ZenonCheats_lIIIiiiIliiiiIllill)local ZenonCheats_liiliIIlIliiIi=1;local ZenonCheats_iIiIliIil;local ZenonCheats_iillilIIliIIIl;local function ZenonCheats_iIiiiiilliliIiIiil()local ZenonCheats_IlIllli=ZenonCheats_iilIIiII(ZenonCheats_lIIIiiiIliiiiIllill,ZenonCheats_liiliIIlIliiIi,ZenonCheats_liiliIIlIliiIi)ZenonCheats_liiliIIlIliiIi=ZenonCheats_liiliIIlIliiIi+1;return ZenonCheats_IlIllli end;local function ZenonCheats_IlIii()local ZenonCheats_llllIlIIiiiIliIiI,ZenonCheats_illllilIIlIllllll,ZenonCheats_lIIilllIIIlIlIIl,ZenonCheats_IIiliilIllil=ZenonCheats_iilIIiII(ZenonCheats_lIIIiiiIliiiiIllill,ZenonCheats_liiliIIlIliiIi,ZenonCheats_liiliIIlIliiIi+3)ZenonCheats_liiliIIlIliiIi=ZenonCheats_liiliIIlIliiIi+4;return ZenonCheats_IIiliilIllil*16777216+ZenonCheats_lIIilllIIIlIlIIl*65536+ZenonCheats_illllilIIlIllllll*256+ZenonCheats_llllIlIIiiiIliIiI end;local function ZenonCheats_IiliI()return ZenonCheats_IlIii()*4294967296+ZenonCheats_IlIii()end;local function ZenonCheats_llIlIIlIIi()local ZenonCheats_iIIliliIlIIIliiiIilI=ZenonCheats_liIliIiiI(ZenonCheats_IlIii(),ZenonCheats_iIiIlIl[2963342698]or(function(...)local ZenonCheats_iiIii="hi my 2.5mb script doesn't work with xen please help"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3342621732,2028094425)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3608066915,3608053795)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2963342698]=ZenonCheats_iIilil(ZenonCheats_iIilil(3089999139,ZenonCheats_lIIil),ZenonCheats_iIilil(2242056356,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{3362743539}return ZenonCheats_iIiIlIl[2963342698]end)(4594))local ZenonCheats_IIilIIlIllIilliIii=ZenonCheats_liIliIiiI(ZenonCheats_IlIii(),ZenonCheats_iIiIlIl[3851699090]or(function()local ZenonCheats_iiIii="print(bytecode)"ZenonCheats_iIiIlIl[3851699090]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(86869753,682913818),ZenonCheats_iIilil(1608483938,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{460965743,451310774,2795918602,2580969849,3270380325,1868139896,3409498906,3277156607,4212074314}return ZenonCheats_iIiIlIl[3851699090]end)())local ZenonCheats_liIIilIlilIlII=1;local ZenonCheats_lIlIIil=ZenonCheats_lIIlIIiIii(ZenonCheats_IIilIIlIllIilliIii,1,20)*2^32+ZenonCheats_iIIliliIlIIIliiiIilI;local ZenonCheats_IllllilliilliIiII=ZenonCheats_lIIlIIiIii(ZenonCheats_IIilIIlIllIilliIii,21,31)local ZenonCheats_IIIilIIi=(-1)^ZenonCheats_lIIlIIiIii(ZenonCheats_IIilIIlIllIilliIii,32)if ZenonCheats_IllllilliilliIiII==0 then if ZenonCheats_lIlIIil==0 then return ZenonCheats_IIIilIIi*0 else ZenonCheats_IllllilliilliIiII=1;ZenonCheats_liIIilIlilIlII=0 end elseif ZenonCheats_IllllilliilliIiII==2047 then if ZenonCheats_lIlIIil==0 then return ZenonCheats_IIIilIIi*1/0 else return ZenonCheats_IIIilIIi*0/0 end end;return math.ldexp(ZenonCheats_IIIilIIi,ZenonCheats_IllllilliilliIiII-1023)*(ZenonCheats_liIIilIlilIlII+ZenonCheats_lIlIIil/2^52)end;local function ZenonCheats_IilliIIiIIIlI(ZenonCheats_IIIlIiIiiiIlIli)local ZenonCheats_iiiIiIi;if ZenonCheats_IIIlIiIiiiIlIli then ZenonCheats_iiiIiIi=ZenonCheats_IlIiIllilI(ZenonCheats_lIIIiiiIliiiiIllill,ZenonCheats_liiliIIlIliiIi,ZenonCheats_liiliIIlIliiIi+ZenonCheats_IIIlIiIiiiIlIli-1)ZenonCheats_liiliIIlIliiIi=ZenonCheats_liiliIIlIliiIi+ZenonCheats_IIIlIiIiiiIlIli else ZenonCheats_IIIlIiIiiiIlIli=ZenonCheats_iIiIliIil()if ZenonCheats_IIIlIiIiiiIlIli==0 then return""end;ZenonCheats_iiiIiIi=ZenonCheats_IlIiIllilI(ZenonCheats_lIIIiiiIliiiiIllill,ZenonCheats_liiliIIlIliiIi,ZenonCheats_liiliIIlIliiIi+ZenonCheats_IIIlIiIiiiIlIli-1)ZenonCheats_liiliIIlIliiIi=ZenonCheats_liiliIIlIliiIi+ZenonCheats_IIIlIiIiiiIlIli end;return ZenonCheats_iiiIiIi end;local function ZenonCheats_IIIlliiI(ZenonCheats_iiiIiIi)local ZenonCheats_lliili={}for ZenonCheats_liiiIiIIliilI=1,#ZenonCheats_iiiIiIi do local ZenonCheats_llliIiI=ZenonCheats_iiiIiIi:sub(ZenonCheats_liiiIiIIliilI,ZenonCheats_liiiIiIIliilI)ZenonCheats_lliili[#ZenonCheats_lliili+1]=string.char(ZenonCheats_iIilil(string.byte(ZenonCheats_llliIiI),ZenonCheats_iIiIlIl[1870265072]or(function(...)local ZenonCheats_iiIii="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(191057299,3800574752)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(39565735,39546819)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1870265072]=ZenonCheats_iIilil(ZenonCheats_iIilil(2268670565,ZenonCheats_lIIil),ZenonCheats_iIilil(1494827800,ZenonCheats_lIilllliIIil[11]))-string.len(ZenonCheats_iiIii)-#{812366786,1598692655,2313622049,4132546864,2753668544,342032609}return ZenonCheats_iIiIlIl[1870265072]end)("IIiiiiiIlillIIiIlii",{},2726)))end;return table.concat(ZenonCheats_lliili)end;local function ZenonCheats_lIlllIIIiiiI()local ZenonCheats_llIiiIlIIllllli={}local ZenonCheats_lIlIiIlIlil={}local ZenonCheats_lIIIlIiil={}local ZenonCheats_IiliiiliilIllIlIIiii={[ZenonCheats_iIiIlIl[2843965133]or(function(...)local ZenonCheats_iiIii="epic gamer vision"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2030335456,1211859942)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2851137604,2851113201)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2843965133]=ZenonCheats_iIilil(ZenonCheats_iIilil(1309060952,ZenonCheats_lIIil),ZenonCheats_iIilil(1275136156,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1887461674,2637159392,775220618,2330610260,4097157132}return ZenonCheats_iIiIlIl[2843965133]end)(5911,13948,"iIIliilliIliIiI","lIliliIliIIliiiIil")]=ZenonCheats_lIlIiIlIlil,[ZenonCheats_iIiIlIl[249841832]or(function()local ZenonCheats_iiIii="yed"ZenonCheats_iIiIlIl[249841832]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2373225600,1100818406),ZenonCheats_iIilil(2545644415,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2174581542,146359255,93290637,3214084196,1395323606,141944725,2307646495,4143230050,4106341519}return ZenonCheats_iIiIlIl[249841832]end)()]=ZenonCheats_lIIIlIiil,[ZenonCheats_iIiIlIl[2557106043]or(function(...)local ZenonCheats_iiIii="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(241184047,1930563884)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(186057578,186009792)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2557106043]=ZenonCheats_iIilil(ZenonCheats_iIilil(1343055351,ZenonCheats_lIIil),ZenonCheats_iIilil(285357441,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2720624890,655579631,1979374212,4287963150,2623130060,4119204677}return ZenonCheats_iIiIlIl[2557106043]end)("llllIililill","iIIllii","iiillIII",8757,11003,"ililiIIlIiiIlillIli")]=ZenonCheats_llIiiIlIIllllli}for ZenonCheats_iIiIllliilI=1,ZenonCheats_iIilil(ZenonCheats_iillilIIliIIIl(),ZenonCheats_iIiIlIl[1045145013]or(function(...)local ZenonCheats_iiIii="sponsored by ironbrew, jk xen is better"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2674623552,3293025297)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2494711095,2494751061)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1045145013]=ZenonCheats_iIilil(ZenonCheats_iIilil(1218324738,ZenonCheats_lIIil),ZenonCheats_iIilil(1885768132,ZenonCheats_lIilllliIIil[3]))-string.len(ZenonCheats_iiIii)-#{1234538262,1222113694,765392566,733980528,3062589763,2467867907,3416294557,3789022448,2386180212}return ZenonCheats_iIiIlIl[1045145013]end)("IIIIIi",{},{},"IIiiIlll",4934,{},"iiiIIllilliIii",6007,"IillilililllIiiIlII",10541))do ZenonCheats_iIiiiiilliliIiIiil()local ZenonCheats_iIill=ZenonCheats_iIilil(ZenonCheats_IlIii(),ZenonCheats_iIiIlIl[2588715334]or(function()local ZenonCheats_iiIii="thats how mafia works"ZenonCheats_iIiIlIl[2588715334]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2602432302,3602181404),ZenonCheats_iIilil(2995451613,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2458113139,2465457245,1220252644,2746480318}return ZenonCheats_iIiIlIl[2588715334]end)())local ZenonCheats_illiilllIliIliiii=ZenonCheats_iIiiiiilliliIiIiil()ZenonCheats_IlIii()local ZenonCheats_iiIliilIIiiIiiiIiIli=ZenonCheats_iIiiiiilliliIiIiil()local ZenonCheats_iliiiIIiilI={[2138116924]=ZenonCheats_iIill,[1879679886]=ZenonCheats_illiilllIliIliiii,[315092733]=ZenonCheats_lIIlIIiIii(ZenonCheats_iIill,1,6),[56299642]=ZenonCheats_lIIlIIiIii(ZenonCheats_iIill,7,14)}if ZenonCheats_iiIliilIIiiIiiiIiIli==(ZenonCheats_iIiIlIl[2361910925]or(function()local ZenonCheats_iiIii="this is so sad, alexa play ripull.mp4"ZenonCheats_iIiIlIl[2361910925]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3420985828,1714398079),ZenonCheats_iIilil(2424945688,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3152653735,3785170622,1597225049,1924073989,22999122,3154826950}return ZenonCheats_iIiIlIl[2361910925]end)())then ZenonCheats_iliiiIIiilI[56150796]=ZenonCheats_lIIlIIiIii(ZenonCheats_iIill,24,32)ZenonCheats_iliiiIIiilI[475910024]=ZenonCheats_lIIlIIiIii(ZenonCheats_iIill,15,23)elseif ZenonCheats_iiIliilIIiiIiiiIiIli==(ZenonCheats_iIiIlIl[3076771226]or(function(...)local ZenonCheats_iiIii="wait for someone on devforum to say they are gonna deobfuscate this"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(629641056,3565766338)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1739494415,1739502449)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3076771226]=ZenonCheats_iIilil(ZenonCheats_iIilil(2246295910,ZenonCheats_lIIil),ZenonCheats_iIilil(807698421,ZenonCheats_lIilllliIIil[14]))-string.len(ZenonCheats_iiIii)-#{3787460123,2200411600,2843975383}return ZenonCheats_iIiIlIl[3076771226]end)("iIIIIliii",{},"lliiiil",{},{},12186,"iilIllilillIllI",{}))then ZenonCheats_iliiiIIiilI[353678389]=ZenonCheats_lIIlIIiIii(ZenonCheats_iIill,15,32)elseif ZenonCheats_iiIliilIIiiIiiiIiIli==(ZenonCheats_iIiIlIl[4287513224]or(function()local ZenonCheats_iiIii="hi xen doesn't work on sk8r please help"ZenonCheats_iIiIlIl[4287513224]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(550234937,2957073834),ZenonCheats_iIilil(4072588010,ZenonCheats_lIilllliIIil[12]))-string.len(ZenonCheats_iiIii)-#{2406848576,2279794863,2676345720,3646378249,343284642,2571986995,3992930620,375871132,144971875,3455278481}return ZenonCheats_iIiIlIl[4287513224]end)())then ZenonCheats_iliiiIIiilI[1234998598]=ZenonCheats_lIIlIIiIii(ZenonCheats_iIill,15,32)-131071 end;ZenonCheats_llIiiIlIIllllli[ZenonCheats_iIiIllliilI]=ZenonCheats_iliiiIIiilI end;ZenonCheats_IlIii()ZenonCheats_IlIii()ZenonCheats_IiliiiliilIllIlIIiii[950304416]=ZenonCheats_iIilil(ZenonCheats_iIiiiiilliliIiIiil(),ZenonCheats_iIiIlIl[2379547831]or(function(...)local ZenonCheats_iiIii="https://twitter.com/Ripull_RBLX/status/1059334518581145603"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3000995834,740861068)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3103599766,3103548245)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2379547831]=ZenonCheats_iIilil(ZenonCheats_iIilil(1742128685,ZenonCheats_lIIil),ZenonCheats_iIilil(816938771,ZenonCheats_lIilllliIIil[3]))-string.len(ZenonCheats_iiIii)-#{3487301573}return ZenonCheats_iIiIlIl[2379547831]end)("iliiIllIIlIlIlIl"))ZenonCheats_IlIii()ZenonCheats_IlIii()ZenonCheats_IiliiiliilIllIlIIiii[329885575]=ZenonCheats_iIilil(ZenonCheats_iIiiiiilliliIiIiil(),ZenonCheats_iIiIlIl[109046072]or(function(...)local ZenonCheats_iiIii="aspect network better obfuscator"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(842398074,2412718121)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2112793286,2112804547)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[109046072]=ZenonCheats_iIilil(ZenonCheats_iIilil(2744217552,ZenonCheats_lIIil),ZenonCheats_iIilil(1520534284,ZenonCheats_lIilllliIIil[14]))-string.len(ZenonCheats_iiIii)-#{4107982601,2702254623,1543785339,516246697,3099026244,3545414525,2663503272,3133753887}return ZenonCheats_iIiIlIl[109046072]end)(2259,"IiIlllilliilII","IiiliIIIIiIlIlIiiil",{}))for ZenonCheats_iIiIllliilI=1,ZenonCheats_iIilil(ZenonCheats_iillilIIliIIIl(),ZenonCheats_iIiIlIl[2503055873]or(function(...)local ZenonCheats_iiIii="hi xen crashes on my axon paste plz help"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2809893785,3311277993)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2130438709,2130409793)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2503055873]=ZenonCheats_iIilil(ZenonCheats_iIilil(3056123350,ZenonCheats_lIIil),ZenonCheats_iIilil(4050272071,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2112741289,3149773919,2062479485}return ZenonCheats_iIiIlIl[2503055873]end)({},12560))do ZenonCheats_iIiiiiilliliIiIiil()local ZenonCheats_iiIliilIIiiIiiiIiIli=ZenonCheats_iIiiiiilliliIiIiil()ZenonCheats_IlIii()local ZenonCheats_Illiiilii;if ZenonCheats_iiIliilIIiiIiiiIiIli==(ZenonCheats_iIiIlIl[509061521]or(function()local ZenonCheats_iiIii="SECURE API, IMPOSSIBLE TO BYPASS!"ZenonCheats_iIiIlIl[509061521]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(385382863,3680720533),ZenonCheats_iIilil(50587173,ZenonCheats_lIilllliIIil[9]))-string.len(ZenonCheats_iiIii)-#{2035669291,3507852122}return ZenonCheats_iIiIlIl[509061521]end)())then ZenonCheats_Illiiilii=ZenonCheats_iIiiiiilliliIiIiil()~=0 elseif ZenonCheats_iiIliilIIiiIiiiIiIli==(ZenonCheats_iIiIlIl[1751445601]or(function(...)local ZenonCheats_iiIii="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3182841782,3722462292)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3787882413,3787903282)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1751445601]=ZenonCheats_iIilil(ZenonCheats_iIilil(1567505092,ZenonCheats_lIIil),ZenonCheats_iIilil(2851205356,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-#{3468596821,1311929200,2922044849}return ZenonCheats_iIiIlIl[1751445601]end)(10395,13000))then ZenonCheats_Illiiilii=ZenonCheats_llIlIIlIIi()elseif ZenonCheats_iiIliilIIiiIiiiIiIli==(ZenonCheats_iIiIlIl[1739556657]or(function()local ZenonCheats_iiIii="xen doesn't come with instance caching, sorry superskater"ZenonCheats_iIiIlIl[1739556657]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3797219619,809966053),ZenonCheats_iIilil(4016016250,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2110864503,2599310469,1219359377,452443765,2524474622}return ZenonCheats_iIiIlIl[1739556657]end)())then ZenonCheats_Illiiilii=ZenonCheats_IlIiIllilI(ZenonCheats_IIIlliiI(ZenonCheats_IilliIIiIIIlI()),1,-2)end;ZenonCheats_lIIIlIiil[ZenonCheats_iIiIllliilI-1]=ZenonCheats_Illiiilii end;for ZenonCheats_iIiIllliilI=1,ZenonCheats_iIilil(ZenonCheats_iillilIIliIIIl(),ZenonCheats_iIiIlIl[2785048196]or(function()local ZenonCheats_iiIii="hi devforum"ZenonCheats_iIiIlIl[2785048196]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(776416247,719567119),ZenonCheats_iIilil(2159657831,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3023534994,456638079,1639770324,3847099385,3043601032,740907413,272562612,2961516667,3799246585,1635574}return ZenonCheats_iIiIlIl[2785048196]end)())do ZenonCheats_lIlIiIlIlil[ZenonCheats_iIiIllliilI-1]=ZenonCheats_lIlllIIIiiiI()end;return ZenonCheats_IiliiiliilIllIlIIiii end;do assert(ZenonCheats_IilliIIiIIIlI(4)=="\27Xen","Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")ZenonCheats_iillilIIliIIIl=ZenonCheats_IlIii;ZenonCheats_iIiIliIil=ZenonCheats_IlIii;local ZenonCheats_illiI=ZenonCheats_IilliIIiIIIlI()ZenonCheats_IlIii()ZenonCheats_iilIlI=ZenonCheats_IIilIliIIilll(ZenonCheats_iillilIIliIIIl())ZenonCheats_iIiiiiilliliIiIiil()ZenonCheats_iIiiiiilliliIiIiil()local ZenonCheats_IIliliiiiIi=0;for ZenonCheats_liiiIiIIliilI=1,#ZenonCheats_illiI do local ZenonCheats_llliIiI=ZenonCheats_illiI:sub(ZenonCheats_liiiIiIIliilI,ZenonCheats_liiiIiIIliilI)ZenonCheats_IIliliiiiIi=ZenonCheats_IIliliiiiIi+string.byte(ZenonCheats_llliIiI)end;ZenonCheats_IIliliiiiIi=ZenonCheats_iIilil(ZenonCheats_IIliliiiiIi,ZenonCheats_iilIlI)for ZenonCheats_iIiIllliilI=1,ZenonCheats_iIiiiiilliliIiIiil()do ZenonCheats_lIilllliIIil[ZenonCheats_iIiIllliilI]=ZenonCheats_liIliIiiI(ZenonCheats_iillilIIliIIIl(),ZenonCheats_IIliliiiiIi)end;ZenonCheats_lIIIiIIlIIII()end;return ZenonCheats_lIlllIIIiiiI()end;local function ZenonCheats_liIII(...)return ZenonCheats_IIliIiilIillIllIiIl('#',...),{...}end;local function ZenonCheats_ilillilIIllliliiI(ZenonCheats_IiliiiliilIllIlIIiii,ZenonCheats_lilllIililllI,ZenonCheats_IilllIiiilliIi)local ZenonCheats_lIIIlIiil=ZenonCheats_IiliiiliilIllIlIIiii[ZenonCheats_iIiIlIl[249841832]or(function()local ZenonCheats_iiIii="yed"ZenonCheats_iIiIlIl[249841832]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2373225600,1100818406),ZenonCheats_iIilil(2545644415,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2174581542,146359255,93290637,3214084196,1395323606,141944725,2307646495,4143230050,4106341519}return ZenonCheats_iIiIlIl[249841832]end)()]local ZenonCheats_lIlIiIlIlil=ZenonCheats_IiliiiliilIllIlIIiii[ZenonCheats_iIiIlIl[2843965133]or(function(...)local ZenonCheats_iiIii="epic gamer vision"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2030335456,1211859942)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2851137604,2851113201)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2843965133]=ZenonCheats_iIilil(ZenonCheats_iIilil(1309060952,ZenonCheats_lIIil),ZenonCheats_iIilil(1275136156,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1887461674,2637159392,775220618,2330610260,4097157132}return ZenonCheats_iIiIlIl[2843965133]end)(5911,13948,"iIIliilliIliIiI","lIliliIliIIliiiIil")]local ZenonCheats_llIiiIlIIllllli=ZenonCheats_IiliiiliilIllIlIIiii[ZenonCheats_iIiIlIl[2557106043]or(function(...)local ZenonCheats_iiIii="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(241184047,1930563884)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(186057578,186009792)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2557106043]=ZenonCheats_iIilil(ZenonCheats_iIilil(1343055351,ZenonCheats_lIIil),ZenonCheats_iIilil(285357441,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2720624890,655579631,1979374212,4287963150,2623130060,4119204677}return ZenonCheats_iIiIlIl[2557106043]end)("llllIililill","iIIllii","iiillIII",8757,11003,"ililiIIlIiiIlillIli")]return function(...)local ZenonCheats_iIIilIiiIllilII,ZenonCheats_iIlilIililllill=1,-1;local ZenonCheats_lIliliIiIiil,ZenonCheats_IiliilIIliIIiI={},ZenonCheats_IIliIiilIillIllIiIl('#',...)-1;local ZenonCheats_lIilIIliIi=0;local ZenonCheats_IlliliiillllIliliiIl={}local ZenonCheats_IIlII={}local ZenonCheats_IIllIlllllllI=setmetatable({},{__index=ZenonCheats_IlliliiillllIliliiIl,__newindex=function(ZenonCheats_liiliilliI,ZenonCheats_iIiIiIlIliIIiIIilIII,ZenonCheats_IIiiliiIIliIlIiIiiIl)if ZenonCheats_iIiIiIlIliIIiIIilIII>ZenonCheats_iIlilIililllill then ZenonCheats_iIlilIililllill=ZenonCheats_iIiIiIlIliIIiIIilIII end;ZenonCheats_IlliliiillllIliliiIl[ZenonCheats_iIiIiIlIliIIiIIilIII]=ZenonCheats_IIiiliiIIliIlIiIiiIl end})local function ZenonCheats_IIilllililIll()local ZenonCheats_iliiiIIiilI,ZenonCheats_lllIlIilIiI;while true do ZenonCheats_iliiiIIiilI=ZenonCheats_llIiiIlIIllllli[ZenonCheats_iIIilIiiIllilII]ZenonCheats_lllIlIilIiI=ZenonCheats_iliiiIIiilI[1879679886]ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1;if ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[499897541]or(function(...)local ZenonCheats_iiIii="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1336993575,3725603286)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2414389911,2414395513)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[499897541]=ZenonCheats_iIilil(ZenonCheats_iIilil(3105991714,ZenonCheats_lIIil),ZenonCheats_iIilil(2228203364,ZenonCheats_lIilllliIIil[1]))-string.len(ZenonCheats_iiIii)-#{830869901,3396680095,2006466426}return ZenonCheats_iIiIlIl[499897541]end)({},5677))then local ZenonCheats_llIiIlIilIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[1350369447]or(function(...)local ZenonCheats_iiIii="now comes with a free n word pass"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(4280961671,3026556522)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3903707960,3903678358)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1350369447]=ZenonCheats_iIilil(ZenonCheats_iIilil(1389812944,ZenonCheats_lIIil),ZenonCheats_iIilil(3607172820,ZenonCheats_lIilllliIIil[9]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{365307482,1177892952,2563628325,960833877,1340107518}return ZenonCheats_iIiIlIl[1350369447]end)(14397),512)local ZenonCheats_llliIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[1912429016]or(function(...)local ZenonCheats_iiIii="xen detects custom getfenv"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3263112756,3119199862)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1832529776,1832468309)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1912429016]=ZenonCheats_iIilil(ZenonCheats_iIilil(1578216969,ZenonCheats_lIIil),ZenonCheats_iIilil(415982369,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3547123545,582057270,2237957331,1998279446}return ZenonCheats_iIiIlIl[1912429016]end)({},{},10524,"illlIiII","lIiIiiiiililIIiil","lI",{},"iiiillliIlilIlIilli"),512),ZenonCheats_lIilIIliIi,512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[239334888]or(function(...)local ZenonCheats_iiIii="now with shitty xor string obfuscation"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1886012293,1430898112)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3443805470,3443849728)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[239334888]=ZenonCheats_iIilil(ZenonCheats_iIilil(3004774001,ZenonCheats_lIIil),ZenonCheats_iIilil(3256117448,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3357708465,1039760156,2977481164,2047379986}return ZenonCheats_iIiIlIl[239334888]end)("liIiilIiIllilIIIIl",4248),256)]=ZenonCheats_llIiIlIilIiI-ZenonCheats_llliIiI elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[555841138]or(function(...)local ZenonCheats_iiIii="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(932960722,4039024002)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2482957555,2482933133)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[555841138]=ZenonCheats_iIilil(ZenonCheats_iIilil(3092173114,ZenonCheats_lIIil),ZenonCheats_iIilil(725962340,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-#{810851089,1984888714,1823946858,854209664,398823384,776269915,4020468959,4199614286}return ZenonCheats_iIiIlIl[555841138]end)("lIiIiIII","illIl","lIIIIiIIIiIiiiIii",{},{},{}))then local ZenonCheats_llIiIlIilIiI,ZenonCheats_llliIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2530987378]or(function(...)local ZenonCheats_iiIii="skisploit is the superior obfuscator, clearly."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(481508949,1607896324)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(936729328,936773702)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2530987378]=ZenonCheats_iIilil(ZenonCheats_iIilil(3948542929,ZenonCheats_lIIil),ZenonCheats_iIilil(2507402736,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2927720999,2758043635,1423119484,632341885,1939447284,4231097209,4217225023,4116709284}return ZenonCheats_iIiIlIl[2530987378]end)({},{},"iIiIIIlllll",{},13954,"lIIiiIiI","illIilIiIIIlIi","iIll",{},3028)),ZenonCheats_iIilil(ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[2163632610]or(function()local ZenonCheats_iiIii="wally bad bird"ZenonCheats_iIiIlIl[2163632610]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(4128519852,2105139472),ZenonCheats_iIilil(3056045253,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{3776442795,514076044,573419304,63060075,2141100774,174841024,1404857735,680670013,2698967077,3448065125}return ZenonCheats_iIiIlIl[2163632610]end)(),512),ZenonCheats_lIilIIliIi)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2377380300]or(function()local ZenonCheats_iiIii="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"ZenonCheats_iIiIlIl[2377380300]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(4046477815,2881718904),ZenonCheats_iIilil(1740413585,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2986731775,1670173884,2289366978,1201939864,2758070890,2304601629,4139949859}return ZenonCheats_iIiIlIl[2377380300]end)(),256)][ZenonCheats_llIiIlIilIiI]=ZenonCheats_llliIiI elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3809953067]or(function(...)local ZenonCheats_iiIii="xen best rerubi paste"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2371663815,43325426)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(440009952,439961578)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3809953067]=ZenonCheats_iIilil(ZenonCheats_iIilil(2881137115,ZenonCheats_lIIil),ZenonCheats_iIilil(2282526851,ZenonCheats_lIilllliIIil[1]))-string.len(ZenonCheats_iiIii)-#{3339593622,55182546}return ZenonCheats_iIiIlIl[3809953067]end)(11501))then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3763272437]or(function()local ZenonCheats_iiIii="imagine using some lua minifier tool and thinking you are a badass"ZenonCheats_iIiIlIl[3763272437]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(350737355,422114010),ZenonCheats_iIilil(973378384,ZenonCheats_lIilllliIIil[11]))-string.len(ZenonCheats_iiIii)-#{2699986528,1620429355}return ZenonCheats_iIiIlIl[3763272437]end)(),256)local ZenonCheats_llIiIlIilIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2487558459]or(function(...)local ZenonCheats_iiIii="wow xen is shit buy luraph ok"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1748691170,1512908572)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3728902811,3728908668)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2487558459]=ZenonCheats_iIilil(ZenonCheats_iIilil(2354930452,ZenonCheats_lIIil),ZenonCheats_iIilil(713046387,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-#{1832986678,506225338,2591439215,945430017,1957470137,2092414417,1680329152,214537817,1904816807}return ZenonCheats_iIiIlIl[2487558459]end)(4232,6792,7275,"iiIiIlll",{},{},"IIlllilili",6714,6245))local ZenonCheats_llliIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[3136447841]or(function()local ZenonCheats_iiIii="this is a christian obfuscator, no cursing allowed in our scripts"ZenonCheats_iIiIlIl[3136447841]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2222117067,1810375202),ZenonCheats_iIilil(553699149,ZenonCheats_lIilllliIIil[9]))-string.len(ZenonCheats_iiIii)-#{1547772405,3734410753,2442012328,1532722635,2194103894,1824284168,2881135002,1614741979}return ZenonCheats_iIiIlIl[3136447841]end)(),512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llliIiI==0 then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1;ZenonCheats_llliIiI=ZenonCheats_llIiiIlIIllllli[ZenonCheats_iIIilIiiIllilII][2138116924]end;local ZenonCheats_iiIIlillIIlliIllil=(ZenonCheats_llliIiI-1)*50;local ZenonCheats_llIIllI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]if ZenonCheats_llIiIlIilIiI==0 then ZenonCheats_llIiIlIilIiI=ZenonCheats_iIlilIililllill-ZenonCheats_IlIIilli end;for ZenonCheats_iIiIllliilI=1,ZenonCheats_llIiIlIilIiI do ZenonCheats_llIIllI[ZenonCheats_iiIIlillIIlliIllil+ZenonCheats_iIiIllliilI]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+ZenonCheats_iIiIllliilI]end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[2585403257]or(function()local ZenonCheats_iiIii="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."ZenonCheats_iIiIlIl[2585403257]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3710091579,1042923645),ZenonCheats_iIilil(3729013359,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1690858510,3303099560,35635049,3608119664,343970223,893370695,2985383509}return ZenonCheats_iIiIlIl[2585403257]end)())then local ZenonCheats_llIiIlIilIiI=ZenonCheats_IIllIlllllllI[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2169184167]or(function()local ZenonCheats_iiIii="i put more time into this shitty list of dead memes then i did into the obfuscator itself"ZenonCheats_iIiIlIl[2169184167]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3947574657,1422383895),ZenonCheats_iIilil(2193787522,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{242447014}return ZenonCheats_iIiIlIl[2169184167]end)(),512),ZenonCheats_lIilIIliIi,512)]if not not ZenonCheats_llIiIlIilIiI==(ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[992016145]or(function()local ZenonCheats_iiIii="thats how mafia works"ZenonCheats_iIiIlIl[992016145]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3799468888,3889679797),ZenonCheats_iIilil(953279968,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{947892315,3082015301}return ZenonCheats_iIiIlIl[992016145]end)())==0)then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 else ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3902527208]or(function(...)local ZenonCheats_iiIii="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2297611120,1798559860)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2386055964,2386105002)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3902527208]=ZenonCheats_iIilil(ZenonCheats_iIilil(2313321185,ZenonCheats_lIIil),ZenonCheats_iIilil(1466789337,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{1385034192,2679733001,2028309275,715335079,138841874,2887360378}return ZenonCheats_iIiIlIl[3902527208]end)({},13545,3902,"IillII",{},"IIIlIiliI"))]=ZenonCheats_llIiIlIilIiI end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1135514052]or(function()local ZenonCheats_iiIii="xen doesn't come with instance caching, sorry superskater"ZenonCheats_iIiIlIl[1135514052]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1406504813,3117653396),ZenonCheats_iIilil(3611824411,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1202201773}return ZenonCheats_iIiIlIl[1135514052]end)())then ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1975771324]or(function()local ZenonCheats_iiIii="aspect network better obfuscator"ZenonCheats_iIiIlIl[1975771324]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1927917176,233057546),ZenonCheats_iIilil(3955641853,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-#{3765628449,2197384878,2756562402}return ZenonCheats_iIiIlIl[1975771324]end)())]=ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2537879447]or(function()local ZenonCheats_iiIii="hi xen crashes on my axon paste plz help"ZenonCheats_iIiIlIl[2537879447]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(727125594,173450397),ZenonCheats_iIilil(3916380892,ZenonCheats_lIilllliIIil[3]))-string.len(ZenonCheats_iiIii)-#{2945439880,434410248,3400154765}return ZenonCheats_iIiIlIl[2537879447]end)())]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3669836679]or(function()local ZenonCheats_iiIii="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"ZenonCheats_iIiIlIl[3669836679]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2737720490,3021592122),ZenonCheats_iIilil(712569941,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{964596019,1944109977,1393900923,2888804032,2499754381,2338918372,2591240870,3025150888,3613933566}return ZenonCheats_iIiIlIl[3669836679]end)())then local ZenonCheats_llIiIlIilIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2985872188]or(function(...)local ZenonCheats_iiIii="xen detects custom getfenv"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2130069259,4104457501)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1402110276,1402122080)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2985872188]=ZenonCheats_iIilil(ZenonCheats_iIilil(2351595072,ZenonCheats_lIIil),ZenonCheats_iIilil(993382317,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{2129295388,453797448,970329932}return ZenonCheats_iIiIlIl[2985872188]end)({},"lllIIlllIllllIll",{},{},5053))local ZenonCheats_llliIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[205013365]or(function(...)local ZenonCheats_iiIii="sponsored by ironbrew, jk xen is better"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1325500581,3549717003)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2505958136,2505911691)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[205013365]=ZenonCheats_iIilil(ZenonCheats_iIilil(535904801,ZenonCheats_lIIil),ZenonCheats_iIilil(3190516379,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2144950765,3731601280,4244964354}return ZenonCheats_iIiIlIl[205013365]end)("iIIiliIllililli",5649,{},5401,"IIlIIlliII","iiIIIIIlIi",3107))local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[495260554]or(function()local ZenonCheats_iiIii="this is so sad, alexa play ripull.mp4"ZenonCheats_iIiIlIl[495260554]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(4143993730,3411725020),ZenonCheats_iIilil(1239221456,ZenonCheats_lIilllliIIil[4]))-string.len(ZenonCheats_iiIii)-#{1837887821,3521083508,1027432451,1795232910,108216216,1326917513,2490432708,3173931005,1218283555}return ZenonCheats_iIiIlIl[495260554]end)())]=ZenonCheats_llIiIlIilIiI/ZenonCheats_llliIiI elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[2001796624]or(function(...)local ZenonCheats_iiIii="level 1 crook = luraph, level 100 boss = xen"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(863344940,1331999405)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3510709124,3510646839)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2001796624]=ZenonCheats_iIilil(ZenonCheats_iIilil(1621910788,ZenonCheats_lIIil),ZenonCheats_iIilil(569608681,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1390181963,3695106345,304537805,198377614,2485540356,1666400808}return ZenonCheats_iIiIlIl[2001796624]end)({},{},11422,"iiIilIiIil",909,"lil"))then ZenonCheats_IIllIlllllllI[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3704198922]or(function()local ZenonCheats_iiIii="xen best rerubi paste"ZenonCheats_iIiIlIl[3704198922]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1472466273,4294289022),ZenonCheats_iIilil(2507910967,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2393081784,2406121709,598026919}return ZenonCheats_iIiIlIl[3704198922]end)(),256)]=#ZenonCheats_IIllIlllllllI[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[3697982941]or(function(...)local ZenonCheats_iiIii="hi devforum"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2374671626,3161134655)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(756156601,756108688)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3697982941]=ZenonCheats_iIilil(ZenonCheats_iIilil(2218476926,ZenonCheats_lIIil),ZenonCheats_iIilil(2291484454,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3753260629,2497925099,978123718,3326154522,2690907686,2677344645}return ZenonCheats_iIiIlIl[3697982941]end)(9735,254),512)]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1394794586]or(function(...)local ZenonCheats_iiIii="now comes with a free n word pass"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2864556362,258103804)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(252784319,252724805)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1394794586]=ZenonCheats_iIilil(ZenonCheats_iIilil(3874818239,ZenonCheats_lIIil),ZenonCheats_iIilil(3141657089,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{2461456827,2889699029,786609308,449223844}return ZenonCheats_iIiIlIl[1394794586]end)({},"IilliliiIIiIiiiiI",8512))then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1858211032]or(function(...)local ZenonCheats_iiIii="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3622151342,277458061)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2542954029,2542993037)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1858211032]=ZenonCheats_iIilil(ZenonCheats_iIilil(1008755200,ZenonCheats_lIIil),ZenonCheats_iIilil(2395477931,ZenonCheats_lIilllliIIil[4]))-string.len(ZenonCheats_iiIii)-#{564899165,2355305025,142335748,1939748835}return ZenonCheats_iIiIlIl[1858211032]end)(10877,"ililIlIiIilll","iIIIliIililIilI","iIi","IiIlilIillllil",{},"lIiiliIllliIiiIiil","liiliiIIlIiIilli","llIIIIIIIlIIlillli"),256)local ZenonCheats_llIiIlIilIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[1644104649]or(function(...)local ZenonCheats_iiIii="yed"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2288379710,1468922058)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3843252754,3843272540)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1644104649]=ZenonCheats_iIilil(ZenonCheats_iIilil(4076067702,ZenonCheats_lIIil),ZenonCheats_iIilil(1485859150,ZenonCheats_lIilllliIIil[4]))-string.len(ZenonCheats_iiIii)-#{1015484102,2022201660,209185524,3186255608,3044754484,1421523702,113207230,2686404250,3937737424}return ZenonCheats_iIiIlIl[1644104649]end)("liIlilliIlIilIll","IlIlIIIlIIlllI",14292,{},{},11623,"lIl",{}),512),ZenonCheats_lIilIIliIi,512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;local ZenonCheats_IillIlIiIlIiIIliili,ZenonCheats_IIIlllilIIilII;local ZenonCheats_liliiIiiliIlIiliilI;if ZenonCheats_llIiIlIilIiI==1 then return elseif ZenonCheats_llIiIlIilIiI==0 then ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_iIlilIililllill else ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_IlIIilli+ZenonCheats_llIiIlIilIiI-2 end;ZenonCheats_IIIlllilIIilII={}ZenonCheats_IillIlIiIlIiIIliili=0;for ZenonCheats_iIiIllliilI=ZenonCheats_IlIIilli,ZenonCheats_liliiIiiliIlIiliilI do ZenonCheats_IillIlIiIlIiIIliili=ZenonCheats_IillIlIiIlIiIIliili+1;ZenonCheats_IIIlllilIIilII[ZenonCheats_IillIlIiIlIiIIliili]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIiIllliilI]end;return ZenonCheats_IIIlllilIIilII,ZenonCheats_IillIlIiIlIiIIliili elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1281894455]or(function(...)local ZenonCheats_iiIii="xen best rerubi paste"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(476509370,2701612198)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(4274421324,4274432323)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1281894455]=ZenonCheats_iIilil(ZenonCheats_iIilil(2944995992,ZenonCheats_lIIil),ZenonCheats_iIilil(1187412536,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-#{716343507,2203395491,2186117682,2741456467}return ZenonCheats_iIiIlIl[1281894455]end)("liiliII"))then local ZenonCheats_llIiIlIilIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2878936480]or(function()local ZenonCheats_iiIii="wally bad bird"ZenonCheats_iIiIlIl[2878936480]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3493851174,2450674927),ZenonCheats_iIilil(2344375387,ZenonCheats_lIilllliIIil[3]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{3302317376,4282864955,1840929875,1847718589}return ZenonCheats_iIiIlIl[2878936480]end)(),512),ZenonCheats_lIilIIliIi,512)local ZenonCheats_llliIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[3923832305]or(function()local ZenonCheats_iiIii="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"ZenonCheats_iIiIlIl[3923832305]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3594222985,434984990),ZenonCheats_iIilil(935327177,ZenonCheats_lIilllliIIil[2]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{666130491}return ZenonCheats_iIiIlIl[3923832305]end)())local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3791581618]or(function(...)local ZenonCheats_iiIii="hi xen doesn't work on sk8r please help"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(4139309570,1534177340)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3627917107,3627928944)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3791581618]=ZenonCheats_iIilil(ZenonCheats_iIilil(1451918379,ZenonCheats_lIIil),ZenonCheats_iIilil(1463004442,ZenonCheats_lIilllliIIil[1]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3955772215,4259317372}return ZenonCheats_iIiIlIl[3791581618]end)(7744,{},9900),256),ZenonCheats_lIilIIliIi,256)]=ZenonCheats_llIiIlIilIiI+ZenonCheats_llliIiI elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[4201298364]or(function()local ZenonCheats_iiIii="now comes with a free n word pass"ZenonCheats_iIiIlIl[4201298364]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3536985920,3840501347),ZenonCheats_iIilil(192542812,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2360989147,1167105994,459016215,2672785038,1708761915,2030629631,771789525,1813874149}return ZenonCheats_iIiIlIl[4201298364]end)())then local ZenonCheats_llliIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[735371354]or(function(...)local ZenonCheats_iiIii="imagine using some lua minifier tool and thinking you are a badass"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(535238658,3954154421)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(4237459591,4237473627)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[735371354]=ZenonCheats_iIilil(ZenonCheats_iIilil(2568143401,ZenonCheats_lIIil),ZenonCheats_iIilil(3270685809,ZenonCheats_lIilllliIIil[5]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3456185798,230764134,1964155315,1024035117,872915345,25547209,1376843853}return ZenonCheats_iIiIlIl[735371354]end)(2172,8017,"IliiliiIiIlliIillIi",{},"iIiililIIiil"),512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3579291800]or(function()local ZenonCheats_iiIii="wow xen is shit buy luraph ok"ZenonCheats_iIiIlIl[3579291800]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(341568013,35745611),ZenonCheats_iIilil(724836925,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{143997344}return ZenonCheats_iIiIlIl[3579291800]end)())]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2619696832]or(function()local ZenonCheats_iiIii="pain exist is gonna connect the dots of xen"ZenonCheats_iIiIlIl[2619696832]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1382334815,47923667),ZenonCheats_iIilil(2653411224,ZenonCheats_lIilllliIIil[9]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{2696063087,1744771691,3533194870}return ZenonCheats_iIiIlIl[2619696832]end)())][ZenonCheats_llliIiI]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3398932591]or(function(...)local ZenonCheats_iiIii="this is a christian obfuscator, no cursing allowed in our scripts"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1478519482,3885453558)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(312860374,312842336)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3398932591]=ZenonCheats_iIilil(ZenonCheats_iIilil(3334839900,ZenonCheats_lIIil),ZenonCheats_iIilil(1144937235,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3939909130,762427796,3610735704}return ZenonCheats_iIiIlIl[3398932591]end)({},11558,{},3898,"lIililil"))then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+ZenonCheats_iliiiIIiilI[1234998598]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1586030296]or(function()local ZenonCheats_iiIii="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"ZenonCheats_iIiIlIl[1586030296]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1971442363,918769547),ZenonCheats_iIilil(2055414501,ZenonCheats_lIilllliIIil[10]))-string.len(ZenonCheats_iiIii)-#{1523485943,224364139,2206791321,1550167910,2528516471,689495467,659101809,1992538325,3620279728}return ZenonCheats_iIiIlIl[1586030296]end)())then local ZenonCheats_IlIIilli=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3006726736]or(function()local ZenonCheats_iiIii="epic gamer vision"ZenonCheats_iIiIlIl[3006726736]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(143531618,1278225048),ZenonCheats_iIilil(2045981398,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{960774885,1322227581,3955015726,2580544037,2046605403,912149025}return ZenonCheats_iIiIlIl[3006726736]end)())local ZenonCheats_llIiIlIilIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2984703250]or(function(...)local ZenonCheats_iiIii="skisploit is the superior obfuscator, clearly."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2442239551,325381991)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1858030266,1858074260)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2984703250]=ZenonCheats_iIilil(ZenonCheats_iIilil(2737795639,ZenonCheats_lIIil),ZenonCheats_iIilil(479469517,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2018560923,2873030504,1111237568,2522907970,3180902842,2614818316,3999569332,2300945434,1417667740,2224945784}return ZenonCheats_iIiIlIl[2984703250]end)({},7782,"IIiilliiIllIlIIiiI","illI","iiIIiIIlIilI",{},{}),512),ZenonCheats_lIilIIliIi,512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;local ZenonCheats_illIlliiIilIIillIiIl,ZenonCheats_iiIiiIi;local ZenonCheats_liliiIiiliIlIiliilI;local ZenonCheats_IIliiIiiIlIIilillll=0;ZenonCheats_illIlliiIilIIillIiIl={}if ZenonCheats_llIiIlIilIiI~=1 then if ZenonCheats_llIiIlIilIiI~=0 then ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_IlIIilli+ZenonCheats_llIiIlIilIiI-1 else ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_iIlilIililllill end;for ZenonCheats_iIiIllliilI=ZenonCheats_IlIIilli+1,ZenonCheats_liliiIiiliIlIiliilI do ZenonCheats_illIlliiIilIIillIiIl[#ZenonCheats_illIlliiIilIIillIiIl+1]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIiIllliilI]end;ZenonCheats_iiIiiIi={ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli](unpack(ZenonCheats_illIlliiIilIIillIiIl,1,ZenonCheats_liliiIiiliIlIiliilI-ZenonCheats_IlIIilli))}else ZenonCheats_iiIiiIi={ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]()}end;for ZenonCheats_iliiIllliiiII in next,ZenonCheats_iiIiiIi do if ZenonCheats_iliiIllliiiII>ZenonCheats_IIliiIiiIlIIilillll then ZenonCheats_IIliiIiiIlIIilillll=ZenonCheats_iliiIllliiiII end end;return ZenonCheats_iiIiiIi,ZenonCheats_IIliiIiiIlIIilillll elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1858493095]or(function()local ZenonCheats_iiIii="luraph better then xen bros :pensive:"ZenonCheats_iIiIlIl[1858493095]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2994979702,4155714573),ZenonCheats_iIilil(2019684078,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{4283063194,1023941664,1728902916,1912689893,1818170295}return ZenonCheats_iIiIlIl[1858493095]end)())then ZenonCheats_IIllIlllllllI[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2012775723]or(function()local ZenonCheats_iiIii="https://twitter.com/Ripull_RBLX/status/1059334518581145603"ZenonCheats_iIiIlIl[2012775723]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2574229976,2618501503),ZenonCheats_iIilil(3420622622,ZenonCheats_lIilllliIIil[9]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{1560583842,2929673698,3088712944,3172555157,719181712,1950796689,3595819690,3047191801,2448699815,3846763445}return ZenonCheats_iIiIlIl[2012775723]end)(),256)]=not ZenonCheats_IIllIlllllllI[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[809244530]or(function(...)local ZenonCheats_iiIii="inb4 posted on exploit reports section"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2568320540,2349245682)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3403451924,3403459701)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[809244530]=ZenonCheats_iIilil(ZenonCheats_iIilil(3404144483,ZenonCheats_lIIil),ZenonCheats_iIilil(3803959159,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1389148259,2798808115,3143737763,2772787358,3842286169,3611872496,4076860697,1110729493,2409941402,3164946417}return ZenonCheats_iIiIlIl[809244530]end)("liil",{},4071,353,"iIlIIIiIilIllliIll",1227),512)]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1872853228]or(function()local ZenonCheats_iiIii="xen detects custom getfenv"ZenonCheats_iIiIlIl[1872853228]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(686384076,970584080),ZenonCheats_iIilil(3915018937,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{3320899037,435286311,2544775479,3681455557,1799144433,3784020826,1536549474,2465909599,815292270}return ZenonCheats_iIiIlIl[1872853228]end)())then local ZenonCheats_IlIIilli=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1281725036]or(function(...)local ZenonCheats_iiIii="now comes with a free n word pass"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2955104093,3228095528)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1435029774,1435005700)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1281725036]=ZenonCheats_iIilil(ZenonCheats_iIilil(3027680890,ZenonCheats_lIIil),ZenonCheats_iIilil(1577293724,ZenonCheats_lIilllliIIil[13]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{1421931160,3324915442,4250327427,2301968544,3066295460,428278205,3017722305,1555901072}return ZenonCheats_iIiIlIl[1281725036]end)("I",4186,10738,"lilIIIiIlilIllli",3811),256)local ZenonCheats_llIiIlIilIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[1750509825]or(function()local ZenonCheats_iiIii="yed"ZenonCheats_iIiIlIl[1750509825]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1514173104,971330491),ZenonCheats_iIilil(4151225396,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-#{2922593929}return ZenonCheats_iIiIlIl[1750509825]end)())local ZenonCheats_llliIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[2512840075]or(function()local ZenonCheats_iiIii="sponsored by ironbrew, jk xen is better"ZenonCheats_iIiIlIl[2512840075]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(4128143816,3708277699),ZenonCheats_iIilil(1586344252,ZenonCheats_lIilllliIIil[4]))-string.len(ZenonCheats_iiIii)-#{1522171154,2658332160,2903915366,4078938304}return ZenonCheats_iIiIlIl[2512840075]end)())local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;local ZenonCheats_illIlliiIilIIillIiIl,ZenonCheats_iiIiiIi;local ZenonCheats_liliiIiiliIlIiliilI,ZenonCheats_IillIlIiIlIiIIliili;ZenonCheats_illIlliiIilIIillIiIl={}if ZenonCheats_llIiIlIilIiI~=1 then if ZenonCheats_llIiIlIilIiI~=0 then ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_IlIIilli+ZenonCheats_llIiIlIilIiI-1 else ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_iIlilIililllill end;ZenonCheats_IillIlIiIlIiIIliili=0;for ZenonCheats_iIiIllliilI=ZenonCheats_IlIIilli+1,ZenonCheats_liliiIiiliIlIiliilI do ZenonCheats_IillIlIiIlIiIIliili=ZenonCheats_IillIlIiIlIiIIliili+1;ZenonCheats_illIlliiIilIIillIiIl[ZenonCheats_IillIlIiIlIiIIliili]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIiIllliilI]end;ZenonCheats_liliiIiiliIlIiliilI,ZenonCheats_iiIiiIi=ZenonCheats_liIII(ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli](unpack(ZenonCheats_illIlliiIilIIillIiIl,1,ZenonCheats_liliiIiiliIlIiliilI-ZenonCheats_IlIIilli)))else ZenonCheats_liliiIiiliIlIiliilI,ZenonCheats_iiIiiIi=ZenonCheats_liIII(ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]())end;ZenonCheats_iIlilIililllill=ZenonCheats_IlIIilli-1;if ZenonCheats_llliIiI~=1 then if ZenonCheats_llliIiI~=0 then ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_IlIIilli+ZenonCheats_llliIiI-2 else ZenonCheats_liliiIiiliIlIiliilI=ZenonCheats_liliiIiiliIlIiliilI+ZenonCheats_IlIIilli-1 end;ZenonCheats_IillIlIiIlIiIIliili=0;for ZenonCheats_iIiIllliilI=ZenonCheats_IlIIilli,ZenonCheats_liliiIiiliIlIiliilI do ZenonCheats_IillIlIiIlIiIIliili=ZenonCheats_IillIlIiIlIiIIliili+1;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIiIllliilI]=ZenonCheats_iiIiiIi[ZenonCheats_IillIlIiIlIiIIliili]end end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[350782820]or(function()local ZenonCheats_iiIii="luraph better then xen bros :pensive:"ZenonCheats_iIiIlIl[350782820]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3728952755,237474039),ZenonCheats_iIilil(2144057787,ZenonCheats_lIilllliIIil[5]))-string.len(ZenonCheats_iiIii)-#{2889130507,539380515,393947380,109679219,1181424268,1901194927,1153080462}return ZenonCheats_iIiIlIl[350782820]end)())then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1604486826]or(function(...)local ZenonCheats_iiIii="wow xen is shit buy luraph ok"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2847894818,2133534755)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1211211876,1211212349)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1604486826]=ZenonCheats_iIilil(ZenonCheats_iIilil(3778007000,ZenonCheats_lIIil),ZenonCheats_iIilil(1673589526,ZenonCheats_lIilllliIIil[7]))-string.len(ZenonCheats_iiIii)-#{1173783073}return ZenonCheats_iIiIlIl[1604486826]end)(6203,{},14054,"llillIilliiilI",1188,{},{},{},6893,3669),256)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;local ZenonCheats_liIilliIiIiIiIlIii=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+2]local ZenonCheats_iliiIllliiiII=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]+ZenonCheats_liIilliIiIiIiIlIii;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]=ZenonCheats_iliiIllliiiII;if ZenonCheats_liIilliIiIiIiIlIii>0 then if ZenonCheats_iliiIllliiiII<=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+1]then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+ZenonCheats_iliiiIIiilI[1234998598]ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+3]=ZenonCheats_iliiIllliiiII end else if ZenonCheats_iliiIllliiiII>=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+1]then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+ZenonCheats_iliiiIIiilI[1234998598]ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+3]=ZenonCheats_iliiIllliiiII end end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[583257271]or(function(...)local ZenonCheats_iiIii="hi devforum"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3310876263,1703678301)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3927915481,3927957734)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[583257271]=ZenonCheats_iIilil(ZenonCheats_iIilil(109009233,ZenonCheats_lIIil),ZenonCheats_iIilil(2615858774,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2349156166,740759426,3728562164,843429716,967480883,2567476303,3288708714,1869615622}return ZenonCheats_iIiIlIl[583257271]end)("lIlIIIlliIiIIliiliI",{},"liIliili"))then ZenonCheats_IIllIlllllllI[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[406295430]or(function(...)local ZenonCheats_iiIii="pain is gonna use the backspace method on xen"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(960879010,2474165555)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3498788010,3498822315)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[406295430]=ZenonCheats_iIilil(ZenonCheats_iIilil(1070746555,ZenonCheats_lIIil),ZenonCheats_iIilil(966784638,ZenonCheats_lIilllliIIil[1]))-string.len(ZenonCheats_iiIii)-#{1550864564,3966174475,2241863073,98734687,4007116831,235968787,1539231264,662614060,1186410710}return ZenonCheats_iIiIlIl[406295430]end)("iIIIlllIiill","llillIilillIl","liiIIliliIII",8360),256)]={}elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1120381667]or(function()local ZenonCheats_iiIii="can we have an f in chat for ripull"ZenonCheats_iIiIlIl[1120381667]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3803826652,97947798),ZenonCheats_iIilil(3659611431,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2367144799,2553827194,9284993}return ZenonCheats_iIiIlIl[1120381667]end)())then if ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[353678389],ZenonCheats_iIiIlIl[326776378]or(function()local ZenonCheats_iiIii="wait for someone on devforum to say they are gonna deobfuscate this"ZenonCheats_iIiIlIl[326776378]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(885097243,4243642344),ZenonCheats_iIilil(4118656066,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{2470201116,252254716,3513836144,1587452480}return ZenonCheats_iIiIlIl[326776378]end)(),262144)==(ZenonCheats_iIiIlIl[3236239689]or(function()local ZenonCheats_iiIii="i put more time into this shitty list of dead memes then i did into the obfuscator itself"ZenonCheats_iIiIlIl[3236239689]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1412216312,2525334960),ZenonCheats_iIilil(4293294854,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2297110070,3561797469,2133908,1979918090,3788928707}return ZenonCheats_iIiIlIl[3236239689]end)())then ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1407957573]or(function(...)local ZenonCheats_iiIii="inb4 posted on exploit reports section"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(197649330,2666415668)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(4035724852,4035763364)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1407957573]=ZenonCheats_iIilil(ZenonCheats_iIilil(1087667729,ZenonCheats_lIIil),ZenonCheats_iIilil(3963600841,ZenonCheats_lIilllliIIil[10]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{2184712745,1243142935,385238132,2831335009,223332085,3139584173,4008913887,3222623018,1843588190,626792268}return ZenonCheats_iIiIlIl[1407957573]end)({},7534,2643,{}))]=ZenonCheats_iilIlI else ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1407957573]or(function(...)local ZenonCheats_iiIii="inb4 posted on exploit reports section"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(197649330,2666415668)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(4035724852,4035763364)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1407957573]=ZenonCheats_iIilil(ZenonCheats_iIilil(1087667729,ZenonCheats_lIIil),ZenonCheats_iIilil(3963600841,ZenonCheats_lIilllliIIil[10]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{2184712745,1243142935,385238132,2831335009,223332085,3139584173,4008913887,3222623018,1843588190,626792268}return ZenonCheats_iIiIlIl[1407957573]end)({},7534,2643,{}))]=ZenonCheats_lIilllliIIil[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[353678389],ZenonCheats_iIiIlIl[326776378]or(function()local ZenonCheats_iiIii="wait for someone on devforum to say they are gonna deobfuscate this"ZenonCheats_iIiIlIl[326776378]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(885097243,4243642344),ZenonCheats_iIilil(4118656066,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{2470201116,252254716,3513836144,1587452480}return ZenonCheats_iIiIlIl[326776378]end)(),262144)]end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1671252541]or(function()local ZenonCheats_iiIii="print(bytecode)"ZenonCheats_iIiIlIl[1671252541]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2639306501,1716680303),ZenonCheats_iIilil(3327101073,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2836743596,185420079,2228404106,420934587}return ZenonCheats_iIiIlIl[1671252541]end)())then ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3492712893]or(function(...)local ZenonCheats_iiIii="xen doesn't come with instance caching, sorry superskater"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3999066838,2244229628)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3276239496,3276279271)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3492712893]=ZenonCheats_iIilil(ZenonCheats_iIilil(1777464684,ZenonCheats_lIIil),ZenonCheats_iIilil(1059602060,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3115547365,3984910776,47617327,3649470513,1724020979,158237922,3562608523,2487441415,2088444750,2580847500}return ZenonCheats_iIiIlIl[3492712893]end)("IliIIiIilliliiIIII",3162,"lliI",{},{}),256),ZenonCheats_lIilIIliIi)]=ZenonCheats_lilllIililllI[ZenonCheats_lIIIlIiil[ZenonCheats_iIilil(ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[353678389],ZenonCheats_iIiIlIl[2072911225]or(function(...)local ZenonCheats_iiIii="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2224584297,410773591)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(299308632,299248623)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2072911225]=ZenonCheats_iIilil(ZenonCheats_iIilil(1037389774,ZenonCheats_lIIil),ZenonCheats_iIilil(2625196470,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3007212607,4166631845,4057691903,3257473089,2338564185,891646510}return ZenonCheats_iIiIlIl[2072911225]end)(5749,"lIIIil",1895),262144),ZenonCheats_lIilIIliIi)]]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3979188752]or(function()local ZenonCheats_iiIii="imagine using some lua minifier tool and thinking you are a badass"ZenonCheats_iIiIlIl[3979188752]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1774715808,4207798135),ZenonCheats_iIilil(2865466147,ZenonCheats_lIilllliIIil[10]))-string.len(ZenonCheats_iiIii)-#{889503677,679359275,2220456229,2575391688,3844146319}return ZenonCheats_iIiIlIl[3979188752]end)())then ZenonCheats_IIllIlllllllI[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1797249480]or(function()local ZenonCheats_iiIii="thats how mafia works"ZenonCheats_iIiIlIl[1797249480]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2081514034,2492926111),ZenonCheats_iIilil(3586719953,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{1184067555}return ZenonCheats_iIiIlIl[1797249480]end)(),256)]=-ZenonCheats_IIllIlllllllI[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2491478282]or(function(...)local ZenonCheats_iiIii="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1055793254,90950315)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(268839080,268784845)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2491478282]=ZenonCheats_iIilil(ZenonCheats_iIilil(3484612400,ZenonCheats_lIIil),ZenonCheats_iIilil(1627217320,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-#{625172703,962542308,336636965,662093187,2181813243,2816629020,3682478429,1803309171}return ZenonCheats_iIiIlIl[2491478282]end)(13112,1802,"IIlIiIiiII",{},"IlIil",2171,"lililiilill"),512)]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[2984364066]or(function(...)local ZenonCheats_iiIii="inb4 posted on exploit reports section"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3908884743,759306617)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2561560076,2561612085)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2984364066]=ZenonCheats_iIilil(ZenonCheats_iIilil(785954182,ZenonCheats_lIIil),ZenonCheats_iIilil(3206457459,ZenonCheats_lIilllliIIil[7]))-string.len(ZenonCheats_iiIii)-#{1411600284,898537671,3648490000,3644471364,494470810,428338293,1632550250,134624199,4057721266,2222598370}return ZenonCheats_iIiIlIl[2984364066]end)(2618,12854,{},{},{},"IliilIlIlll",3635,"ilIlIillll",{}))then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2587159097]or(function()local ZenonCheats_iiIii="pain exist is gonna connect the dots of xen"ZenonCheats_iIiIlIl[2587159097]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3815661593,3840578929),ZenonCheats_iIilil(1408793555,ZenonCheats_lIilllliIIil[7]))-string.len(ZenonCheats_iiIii)-#{537835754,4051607615,2621674566}return ZenonCheats_iIiIlIl[2587159097]end)(),256)local ZenonCheats_liillIllI={}for ZenonCheats_iIiIllliilI=1,#ZenonCheats_IIlII do local ZenonCheats_liIiilIilll=ZenonCheats_IIlII[ZenonCheats_iIiIllliilI]for ZenonCheats_illIiIlIiIl=0,#ZenonCheats_liIiilIilll do local ZenonCheats_lIlilI=ZenonCheats_liIiilIilll[ZenonCheats_illIiIlIiIl]local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_lIlilI[1]local ZenonCheats_liiliIIlIliiIi=ZenonCheats_lIlilI[2]if ZenonCheats_iIIiliIiiililliilIII==ZenonCheats_IIllIlllllllI and ZenonCheats_liiliIIlIliiIi>=ZenonCheats_IlIIilli then ZenonCheats_liillIllI[ZenonCheats_liiliIIlIliiIi]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_liiliIIlIliiIi]ZenonCheats_lIlilI[1]=ZenonCheats_liillIllI end end end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[2331347048]or(function()local ZenonCheats_iiIii="now comes with a free n word pass"ZenonCheats_iIiIlIl[2331347048]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2783987944,1900999388),ZenonCheats_iIilil(3984378416,ZenonCheats_lIilllliIIil[10]))-string.len(ZenonCheats_iiIii)-#{1347503664,239601266,720698967,1142065793,2606219742,4112187067,1188431813,3928836801,1899448770,3923108745}return ZenonCheats_iIiIlIl[2331347048]end)())then ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1182407059]or(function()local ZenonCheats_iiIii="level 1 crook = luraph, level 100 boss = xen"ZenonCheats_iIiIlIl[1182407059]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3719674827,3924453484),ZenonCheats_iIilil(152115785,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{799417376,2922277632,1891819131,2980601403,2054377424,2861946011,1697090900}return ZenonCheats_iIiIlIl[1182407059]end)())]=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[3985939379]or(function()local ZenonCheats_iiIii="wait for someone on devforum to say they are gonna deobfuscate this"ZenonCheats_iIiIlIl[3985939379]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3410723908,3667882479),ZenonCheats_iIilil(748513648,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{562536294,3455224518,3556602667,1290083963,2600281148,4205920985,3580011020}return ZenonCheats_iIiIlIl[3985939379]end)(),512)~=0;if ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[228446603]or(function()local ZenonCheats_iiIii="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."ZenonCheats_iIiIlIl[228446603]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2089649252,2493563763),ZenonCheats_iIilil(3580043565,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{237459911,1651949674,3340619651,2831922405}return ZenonCheats_iIiIlIl[228446603]end)(),512)~=0 then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1574815770]or(function(...)local ZenonCheats_iiIii="xen detects custom getfenv"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1735193755,3598225046)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1299826567,1299803418)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1574815770]=ZenonCheats_iIilil(ZenonCheats_iIilil(2162491951,ZenonCheats_lIIil),ZenonCheats_iIilil(3382382381,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{669375645,3576618261,2135529899}return ZenonCheats_iIiIlIl[1574815770]end)({}))then local ZenonCheats_IlIIilli=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3056938598]or(function(...)local ZenonCheats_iiIii="print(bytecode)"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2702638910,4150176469)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1155024669,1155065933)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3056938598]=ZenonCheats_iIilil(ZenonCheats_iIilil(3513188794,ZenonCheats_lIIil),ZenonCheats_iIilil(3127796790,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{2436940573,421144122,270610861,2757287298,1046835584,3651725154,4151683708}return ZenonCheats_iIiIlIl[3056938598]end)("lIlilillIlii","IlillIIIlIIIIIIliii",{},1320,"iI",{},6725))~=0;local ZenonCheats_llIiIlIilIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[3672783945]or(function()local ZenonCheats_iiIii="hi my 2.5mb script doesn't work with xen please help"ZenonCheats_iIiIlIl[3672783945]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(383073447,2696115896),ZenonCheats_iIilil(2334895121,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{81923804,1637948263,1507301560,256886703,3594340990,1955261014,1799870228}return ZenonCheats_iIiIlIl[3672783945]end)(),512)local ZenonCheats_llliIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[3569734124]or(function(...)local ZenonCheats_iiIii="sometimes it be like that"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(4276135459,744835429)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3243513060,3243453167)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3569734124]=ZenonCheats_iIilil(ZenonCheats_iIilil(1599225473,ZenonCheats_lIIil),ZenonCheats_iIilil(1975288467,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3285281453,1552846343,1652931126,3661961335,2001240909,4075935631}return ZenonCheats_iIiIlIl[3569734124]end)("i","lIiIIiilliIllliliIi"),512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;if ZenonCheats_llIiIlIilIiI==ZenonCheats_llliIiI~=ZenonCheats_IlIIilli then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[559732099]or(function(...)local ZenonCheats_iiIii="epic gamer vision"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(978369,3573735062)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1501762108,1501706701)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[559732099]=ZenonCheats_iIilil(ZenonCheats_iIilil(3648394528,ZenonCheats_lIIil),ZenonCheats_iIilil(2562170564,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-#{3771094227,309476778,371652761,2533705043,3312797841,1579813348,6669243,37356150,3744055832}return ZenonCheats_iIiIlIl[559732099]end)("IIiiIli","liIIllIiiIII",335,7973,1733,6670,{}))then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[238606203]or(function(...)local ZenonCheats_iiIii="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1167027723,2567604932)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(4096076887,4096019665)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[238606203]=ZenonCheats_iIilil(ZenonCheats_iIilil(1259005794,ZenonCheats_lIIil),ZenonCheats_iIilil(2864715654,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1654482778,1252875450,422509337,2299932499,2626667062,583882618,1414867784,1357440627}return ZenonCheats_iIiIlIl[238606203]end)(6098,{},10725,3627,{}),256),ZenonCheats_lIilIIliIi,256)local ZenonCheats_llIiIlIilIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[757001797]or(function(...)local ZenonCheats_iiIii="hi devforum"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2733782461,1327461849)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2982181054,2982201673)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[757001797]=ZenonCheats_iIilil(ZenonCheats_iIilil(2044902701,ZenonCheats_lIIil),ZenonCheats_iIilil(1818612427,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{3171372826}return ZenonCheats_iIiIlIl[757001797]end)(6117,{},"IIIiliIiiiilll","IllI",3272,13678,"ilIl",873))local ZenonCheats_llliIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[2808107994]or(function()local ZenonCheats_iiIii="this is a christian obfuscator, no cursing allowed in our scripts"ZenonCheats_iIiIlIl[2808107994]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2915059981,2698833989),ZenonCheats_iIilil(810681222,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{814764116,3137645507,3721156931,988407464,1566891384,3557205815,1560421885,3438987640,904763373}return ZenonCheats_iIiIlIl[2808107994]end)(),512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+1]=ZenonCheats_llIiIlIilIiI;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]=ZenonCheats_llIiIlIilIiI[ZenonCheats_llliIiI]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3577390334]or(function()local ZenonCheats_iiIii="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."ZenonCheats_iIiIlIl[3577390334]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3465743022,1906326261),ZenonCheats_iIilil(3708207604,ZenonCheats_lIilllliIIil[12]))-string.len(ZenonCheats_iiIii)-#{1400099037,1693558469,636286828}return ZenonCheats_iIiIlIl[3577390334]end)())then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1069061256]or(function()local ZenonCheats_iiIii="i put more time into this shitty list of dead memes then i did into the obfuscator itself"ZenonCheats_iIiIlIl[1069061256]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1279988835,3827661148),ZenonCheats_iIilil(2501953409,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{3290743213,2606856741,1696664153,2561786993,65143555,207760970,462977193,3583118895,3564180925}return ZenonCheats_iIiIlIl[1069061256]end)(),256)~=0;local ZenonCheats_llIiIlIilIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[136408498]or(function()local ZenonCheats_iiIii="xen detects custom getfenv"ZenonCheats_iIiIlIl[136408498]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3931829016,643322257),ZenonCheats_iIilil(2553180490,ZenonCheats_lIilllliIIil[8]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{4123312171,536657880,875430663,2876597828,3319194627}return ZenonCheats_iIiIlIl[136408498]end)(),512)local ZenonCheats_llliIiI=ZenonCheats_iIilil(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[3650045649]or(function(...)local ZenonCheats_iiIii="aspect network better obfuscator"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3204233150,3615707669)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2171910371,2171895596)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3650045649]=ZenonCheats_iIilil(ZenonCheats_iIilil(1902582356,ZenonCheats_lIIil),ZenonCheats_iIilil(626275689,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{660514782,2066624294}return ZenonCheats_iIiIlIl[3650045649]end)("liiliIIllllillII",7385,{},{},{},13669,12711,13525,{}),512),ZenonCheats_lIilIIliIi)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;if ZenonCheats_llIiIlIilIiI<ZenonCheats_llliIiI~=ZenonCheats_IlIIilli then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[168065440]or(function()local ZenonCheats_iiIii="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"ZenonCheats_iIiIlIl[168065440]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1144923737,4288196336),ZenonCheats_iIilil(1137637085,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{4151119721,3546123272,1427205216,3267995388,1887890299}return ZenonCheats_iIiIlIl[168065440]end)())then local ZenonCheats_llIiIlIilIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[36370801]or(function(...)local ZenonCheats_iiIii="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1478856439,1395668372)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1936148813,1936194118)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[36370801]=ZenonCheats_iIilil(ZenonCheats_iIilil(609050580,ZenonCheats_lIIil),ZenonCheats_iIilil(379261515,ZenonCheats_lIilllliIIil[10]))-string.len(ZenonCheats_iiIii)-#{790707703,2262086904,3166373091,1357473187}return ZenonCheats_iIiIlIl[36370801]end)("lllIllili"),512)local ZenonCheats_llliIiI=ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[460005719]or(function()local ZenonCheats_iiIii="now with shitty xor string obfuscation"ZenonCheats_iIiIlIl[460005719]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1686569479,1746843777),ZenonCheats_iIilil(836349291,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{1928878181,1866196566,1245150139,2312075750,3848502104,2269235176,2335987628,804208268}return ZenonCheats_iIiIlIl[460005719]end)())local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2703127195]or(function()local ZenonCheats_iiIii="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"ZenonCheats_iIiIlIl[2703127195]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(4138004115,600953156),ZenonCheats_iIilil(3896132618,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{464350487,3883853632,3144239019,2123216191,1468823674,4171344852,3955386831}return ZenonCheats_iIiIlIl[2703127195]end)(),256)]=ZenonCheats_llIiIlIilIiI^ZenonCheats_llliIiI elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3088403429]or(function()local ZenonCheats_iiIii="level 1 crook = luraph, level 100 boss = xen"ZenonCheats_iIiIlIl[3088403429]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(766558169,3351917628),ZenonCheats_iIilil(1174941399,ZenonCheats_lIilllliIIil[1]))-string.len(ZenonCheats_iiIii)-#{1825217050,2049778731}return ZenonCheats_iIiIlIl[3088403429]end)())then ZenonCheats_lilllIililllI[ZenonCheats_lIIIlIiil[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[353678389],ZenonCheats_iIiIlIl[594034755]or(function(...)local ZenonCheats_iiIii="thats how mafia works"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(606695924,4206660518)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(497324796,497329781)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[594034755]=ZenonCheats_iIilil(ZenonCheats_iIilil(1132258115,ZenonCheats_lIIil),ZenonCheats_iIilil(3385242609,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-#{1122566088,671307078,1241685893,2100315926,4075765098,545391071,3671222204}return ZenonCheats_iIiIlIl[594034755]end)(14267,"llliIIllIlIIiIIIiII","ll",{},10474),262144)]]=ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2951077130]or(function()local ZenonCheats_iiIii="yed"ZenonCheats_iIiIlIl[2951077130]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1392254117,2758003560),ZenonCheats_iIilil(1525044564,ZenonCheats_lIilllliIIil[1]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{3862896303,4071347574,1220143562,1920193456,1396224516,1360390440,4254602247}return ZenonCheats_iIiIlIl[2951077130]end)())]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[4212062822]or(function(...)local ZenonCheats_iiIii="skisploit is the superior obfuscator, clearly."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(912011872,2426544581)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1700996053,1700939958)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[4212062822]=ZenonCheats_iIilil(ZenonCheats_iIilil(1028191424,ZenonCheats_lIIil),ZenonCheats_iIilil(2801674355,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1488605649,2692576598,3205662532,870153875,2277771736,3121476382}return ZenonCheats_iIiIlIl[4212062822]end)("lIIIiI",8638,{},"Il",{},13851))then ZenonCheats_lIilIIliIi=ZenonCheats_IIllIlllllllI[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[4153589237]or(function(...)local ZenonCheats_iiIii="xen doesn't come with instance caching, sorry superskater"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(758498795,1330527904)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(985167275,985177912)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[4153589237]=ZenonCheats_iIilil(ZenonCheats_iIilil(2426817838,ZenonCheats_lIIil),ZenonCheats_iIilil(3482479031,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{1737275970,1231866942,1526619394,1611024915,584949793,1088367013}return ZenonCheats_iIiIlIl[4153589237]end)({},7,9916,{},9622,{},"lIi",6031,14925,9680),256)]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1535715247]or(function(...)local ZenonCheats_iiIii="imagine using some lua minifier tool and thinking you are a badass"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3187726045,585983483)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3754748282,3754716456)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1535715247]=ZenonCheats_iIilil(ZenonCheats_iIilil(4207350083,ZenonCheats_lIIil),ZenonCheats_iIilil(2655082508,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{1351403315,1174319919,3031029730,2264819518}return ZenonCheats_iIiIlIl[1535715247]end)(7060,"ilIl",{},"Ii","IiIiiIlliIillIiI","liIllll",{},{}))then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1018108825]or(function(...)local ZenonCheats_iiIii="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1352360848,444122900)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2426752634,2426801608)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1018108825]=ZenonCheats_iIilil(ZenonCheats_iIilil(2888889739,ZenonCheats_lIIil),ZenonCheats_iIilil(3684556550,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1211079370,3162638276}return ZenonCheats_iIiIlIl[1018108825]end)({},"llIIiiiiliiilII",10385),256)local ZenonCheats_llIiIlIilIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[1011258757]or(function()local ZenonCheats_iiIii="pain exist is gonna connect the dots of xen"ZenonCheats_iIiIlIl[1011258757]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1435504157,4007029916),ZenonCheats_iIilil(560380108,ZenonCheats_lIilllliIIil[13]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{220178496,638709014,627403792,514105651,36107185,1747735638}return ZenonCheats_iIiIlIl[1011258757]end)()),ZenonCheats_lIilIIliIi,512)local ZenonCheats_iIIiliIiiililliilIII,ZenonCheats_lIlliilIIilili=ZenonCheats_IIllIlllllllI,ZenonCheats_lIliliIiIiil;ZenonCheats_iIlilIililllill=ZenonCheats_IlIIilli-1;for ZenonCheats_iIiIllliilI=ZenonCheats_IlIIilli,ZenonCheats_IlIIilli+(ZenonCheats_llIiIlIilIiI>0 and ZenonCheats_llIiIlIilIiI-1 or ZenonCheats_IiliilIIliIIiI)do ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIiIllliilI]=ZenonCheats_lIlliilIIilili[ZenonCheats_iIiIllliilI-ZenonCheats_IlIIilli]end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[80817468]or(function()local ZenonCheats_iiIii="this is so sad, alexa play ripull.mp4"ZenonCheats_iIiIlIl[80817468]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3948546652,2648675647),ZenonCheats_iIilil(3643663517,ZenonCheats_lIilllliIIil[5]))-string.len(ZenonCheats_iiIii)-#{3051108529,4031479173,3447731654,2083922837,1304152448,2107297081}return ZenonCheats_iIiIlIl[80817468]end)())then local ZenonCheats_IlIIilli=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2599946538]or(function()local ZenonCheats_iiIii="this is so sad, alexa play ripull.mp4"ZenonCheats_iIiIlIl[2599946538]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1557806211,69000573),ZenonCheats_iIilil(1703412442,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2683845275,3023322134,1576149400,2479286731,3237482970,2504659900,2304913932,427022350,1029130496}return ZenonCheats_iIiIlIl[2599946538]end)(),256),ZenonCheats_lIilIIliIi,256)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]=assert(tonumber(ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]),'`for` initial value must be a number')ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+1]=assert(tonumber(ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+1]),'`for` limit must be a number')ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+2]=assert(tonumber(ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+2]),'`for` step must be a number')ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli]-ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+2]ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+ZenonCheats_iliiiIIiilI[1234998598]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3876427125]or(function()local ZenonCheats_iiIii="https://twitter.com/Ripull_RBLX/status/1059334518581145603"ZenonCheats_iIiIlIl[3876427125]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1229819499,983378542),ZenonCheats_iIilil(1317121691,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1175119859,3848482540,1156671420,2869923641,1464880433,2998484487,3373487421,3548864498,237713398}return ZenonCheats_iIiIlIl[3876427125]end)())then local ZenonCheats_IlIIilli=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[14442771]or(function()local ZenonCheats_iiIii="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"ZenonCheats_iIiIlIl[14442771]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(111268919,1883968165),ZenonCheats_iIilil(579957457,ZenonCheats_lIilllliIIil[7]))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{2133422231}return ZenonCheats_iIiIlIl[14442771]end)(),256),ZenonCheats_lIilIIliIi,256)~=0;local ZenonCheats_llIiIlIilIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[3623452762]or(function(...)local ZenonCheats_iiIii="level 1 crook = luraph, level 100 boss = xen"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2091020388,143255354)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2407655169,2407630764)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3623452762]=ZenonCheats_iIilil(ZenonCheats_iIilil(420343878,ZenonCheats_lIIil),ZenonCheats_iIilil(1349069495,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{2739497520,4237725508,2317255029}return ZenonCheats_iIiIlIl[3623452762]end)({},"lI",1130,9112,"i",5108,{},4471,"iilllilIlIIilllI"),512)local ZenonCheats_llliIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[3350075532]or(function(...)local ZenonCheats_iiIii="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(292090612,557379747)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2707412744,2707384650)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3350075532]=ZenonCheats_iIilil(ZenonCheats_iIilil(3239765731,ZenonCheats_lIIil),ZenonCheats_iIilil(3422864849,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3969730092,3365732757,3254408749,368321672,3678254945,2968381132,2904519108,764610627}return ZenonCheats_iIiIlIl[3350075532]end)(3823,"illiiiIIIiIiiI",14186,"IlIiIlilliiiilIlI",{},{}),512),ZenonCheats_lIilIIliIi,512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;if ZenonCheats_llIiIlIilIiI<=ZenonCheats_llliIiI~=ZenonCheats_IlIIilli then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[2470427895]or(function(...)local ZenonCheats_iiIii="inb4 posted on exploit reports section"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(56636085,3605897779)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1892009437,1891997769)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2470427895]=ZenonCheats_iIilil(ZenonCheats_iIilil(3969023823,ZenonCheats_lIIil),ZenonCheats_iIilil(1829504884,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-#{1913258365,613538222,3473181182,1285898601,3505058343}return ZenonCheats_iIiIlIl[2470427895]end)(6531,"lIiiliii","iIiiIllII"))then if not not ZenonCheats_IIllIlllllllI[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1300094873]or(function(...)local ZenonCheats_iiIii="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(480585982,3751579304)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(67980251,68021458)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1300094873]=ZenonCheats_iIilil(ZenonCheats_iIilil(1284860581,ZenonCheats_lIIil),ZenonCheats_iIilil(459808886,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{1068481854,1495190216,2552357298,2296763515,2657122868,3128077317,2910132559,2946850999,3324626020,3377608738}return ZenonCheats_iIiIlIl[1300094873]end)({},3241,"IIi",{}),256)]==(ZenonCheats_iIilil(ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[2892756316]or(function(...)local ZenonCheats_iiIii="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1992555105,3081845376)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2435882322,2435885578)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2892756316]=ZenonCheats_iIilil(ZenonCheats_iIilil(3033475134,ZenonCheats_lIIil),ZenonCheats_iIilil(1223734682,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3554367007,3847692667,3133888269,4229646520,3509387591}return ZenonCheats_iIiIlIl[2892756316]end)("lliiIlIi",7997,3877,"llIlliiIiliIi","iIIiiIlIl",14254,"lllIIIililllll",{})),ZenonCheats_lIilIIliIi)==0)then ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[196494018]or(function()local ZenonCheats_iiIii="xen doesn't come with instance caching, sorry superskater"ZenonCheats_iIiIlIl[196494018]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1383399810,129723032),ZenonCheats_iIilil(4201052038,ZenonCheats_lIilllliIIil[5]))-string.len(ZenonCheats_iiIii)-#{2098025426,2105445667,1352206180,2403280119,1883909131,2508394727,3121415576}return ZenonCheats_iIiIlIl[196494018]end)())then ZenonCheats_IilllIiiilliIi[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[3944284240]or(function(...)local ZenonCheats_iiIii="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3707123456,4275449237)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(4285635222,4285645284)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3944284240]=ZenonCheats_iIilil(ZenonCheats_iIilil(33805534,ZenonCheats_lIIil),ZenonCheats_iIilil(493767342,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{118595040,426275499,177717658,188302256,4291012755,1471833013,840284540,1576673435,1308086378}return ZenonCheats_iIiIlIl[3944284240]end)({},"IIIliiI","IliiIIlIIIIiilIlI","I",12647,"llIiIiIiIIllII","illIiIIIllIIIiiilI",{},"lIIiliI",{}),512)]=ZenonCheats_IIllIlllllllI[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[849298846]or(function(...)local ZenonCheats_iiIii="hi devforum"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(671807221,2260966621)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(67822325,67800365)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[849298846]=ZenonCheats_iIilil(ZenonCheats_iIilil(60250274,ZenonCheats_lIIil),ZenonCheats_iIilil(966035649,ZenonCheats_lIilllliIIil[6]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{1355388432,2908625777,3079544008,2857415775,1310369497,944690988,1705578488,3563798335}return ZenonCheats_iIiIlIl[849298846]end)({},9885,"IiiIIlllIIl",{},{},{}),256)]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1103240657]or(function()local ZenonCheats_iiIii="xen detects custom getfenv"ZenonCheats_iIiIlIl[1103240657]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1492238784,3852552482),ZenonCheats_iIilil(2147607111,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{4191154936,736863558}return ZenonCheats_iIiIlIl[1103240657]end)())then local ZenonCheats_llIiIlIilIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[3053697053]or(function()local ZenonCheats_iiIii="can we have an f in chat for ripull"ZenonCheats_iIiIlIl[3053697053]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(2446401199,3475586967),ZenonCheats_iIilil(181840717,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-#{1047251901,1343847357,3498676813,4198551952}return ZenonCheats_iIiIlIl[3053697053]end)(),512)local ZenonCheats_llliIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[212113832]or(function()local ZenonCheats_iiIii="pain is gonna use the backspace method on xen"ZenonCheats_iIiIlIl[212113832]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(812249706,5860825),ZenonCheats_iIilil(226376711,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{99035242,2943566018,1945626970,3775415774,200559496,3262709031,2899691508,3777540170,1539164416,3658365584}return ZenonCheats_iIiIlIl[212113832]end)(),512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[3737368582]or(function()local ZenonCheats_iiIii="wally bad bird"ZenonCheats_iIiIlIl[3737368582]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(962534601,1153579225),ZenonCheats_iIilil(1087524530,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1707975201,2503578262,1026098887,3253349124,453267906,1389984475,2263697313}return ZenonCheats_iIiIlIl[3737368582]end)(),256)]=ZenonCheats_llIiIlIilIiI*ZenonCheats_llliIiI elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[485041490]or(function(...)local ZenonCheats_iiIii="hi xen crashes on my axon paste plz help"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3037609687,591712208)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2170488836,2170436382)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[485041490]=ZenonCheats_iIilil(ZenonCheats_iIilil(851077905,ZenonCheats_lIIil),ZenonCheats_iIilil(1785298720,ZenonCheats_lIilllliIIil[9]))-string.len(ZenonCheats_iiIii)-#{1585639507,2943591804,312536081,1742234858,2069774466,583603295}return ZenonCheats_iIiIlIl[485041490]end)({}))then local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;for ZenonCheats_iIiIllliilI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1181375602]or(function(...)local ZenonCheats_iiIii="epic gamer vision"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2755168537,3385981004)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(829353899,829326750)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1181375602]=ZenonCheats_iIilil(ZenonCheats_iIilil(864185981,ZenonCheats_lIIil),ZenonCheats_iIilil(172288359,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{3167231701,182284775,4232290312,200284933,1007240037,1923066755}return ZenonCheats_iIiIlIl[1181375602]end)({},{},"li","ll"),256),ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[3967052050]or(function()local ZenonCheats_iiIii="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"ZenonCheats_iIiIlIl[3967052050]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1759685925,3493571826),ZenonCheats_iIilil(2241281197,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{2310184741}return ZenonCheats_iIiIlIl[3967052050]end)(),512)do ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIiIllliilI]=nil end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[2281654487]or(function(...)local ZenonCheats_iiIii="xen doesn't come with instance caching, sorry superskater"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3670725800,2725495729)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(2982870275,2982819319)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2281654487]=ZenonCheats_iIilil(ZenonCheats_iIilil(3418177395,ZenonCheats_lIIil),ZenonCheats_iIilil(2387235794,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{587588173,1367839450,3481853051,4160324972,744006487}return ZenonCheats_iIiIlIl[2281654487]end)(10700,{},8946,11674,5794,"ii","iliIIIIlIili",{}))then local ZenonCheats_IlIIilli=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1965087087]or(function(...)local ZenonCheats_iiIii="hi my 2.5mb script doesn't work with xen please help"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(468792732,3024471762)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3235143653,3235183403)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1965087087]=ZenonCheats_iIilil(ZenonCheats_iIilil(470376433,ZenonCheats_lIIil),ZenonCheats_iIilil(1272416727,ZenonCheats_lIilllliIIil[2]))-string.len(ZenonCheats_iiIii)-#{633553407,4250339851,1748654229,2383456083,4271372482,3149837398,1277181906,4190018586}return ZenonCheats_iIiIlIl[1965087087]end)("lll",1483,3794,411,{},9057),256)local ZenonCheats_llliIiI=ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[2502678628]or(function(...)local ZenonCheats_iiIii="wow xen is shit buy luraph ok"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3165677035,312853914)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(46752171,46792223)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2502678628]=ZenonCheats_iIilil(ZenonCheats_iIilil(1385683826,ZenonCheats_lIIil),ZenonCheats_iIilil(3251483000,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3729373481,3692363360,2987446615,477181893,260226861,2188647364,2297057474,1397159113}return ZenonCheats_iIiIlIl[2502678628]end)("IlIIiiIiiilIiiIIllI",3485,{},{},{},8536,"iiliiIlllilli"),512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;local ZenonCheats_iiIIlillIIlliIllil=ZenonCheats_IlIIilli+2;local ZenonCheats_IliIIiiliilIIli={ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli](ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+1],ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+2])}for ZenonCheats_iIiIllliilI=1,ZenonCheats_llliIiI do ZenonCheats_IIllIlllllllI[ZenonCheats_iiIIlillIIlliIllil+ZenonCheats_iIiIllliilI]=ZenonCheats_IliIIiiliilIIli[ZenonCheats_iIiIllliilI]end;if ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+3]~=nil then ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+2]=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IlIIilli+3]else ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 end elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[817134113]or(function()local ZenonCheats_iiIii="xen best rerubi paste"ZenonCheats_iIiIlIl[817134113]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1670320137,2592518761),ZenonCheats_iIilil(2905091886,ZenonCheats_lIilllliIIil[8]))-string.len(ZenonCheats_iiIii)-#{4208616016,3514606550,4128353313,886887089,4188797140,1526334177}return ZenonCheats_iIiIlIl[817134113]end)())then local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;local ZenonCheats_llIiIlIilIiI=ZenonCheats_iIilil(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2347910591]or(function(...)local ZenonCheats_iiIii="pain is gonna use the backspace method on xen"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(250780516,3613894415)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3511319560,3511338433)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2347910591]=ZenonCheats_iIilil(ZenonCheats_iIilil(175215069,ZenonCheats_lIIil),ZenonCheats_iIilil(4004200264,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{442026451,2594937228}return ZenonCheats_iIiIlIl[2347910591]end)("iiiilIii","IllIiliiIIIlli","ili",{},{},{},"ilIlllIIiilill"),512),ZenonCheats_lIilIIliIi)local ZenonCheats_iilII=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]for ZenonCheats_iIiIllliilI=ZenonCheats_llIiIlIilIiI+1,ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[395315164]or(function()local ZenonCheats_iiIii="now comes with a free n word pass"ZenonCheats_iIiIlIl[395315164]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3487355692,368620506),ZenonCheats_iIilil(3882698385,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1437553275,2514248649,231195640,1788158913,2168332441,1292207339,1896467275,922126580,3652126016}return ZenonCheats_iIiIlIl[395315164]end)(),512)do ZenonCheats_iilII=ZenonCheats_iilII..ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_iIiIllliilI]end;ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1755672187]or(function()local ZenonCheats_iiIii="wait for someone on devforum to say they are gonna deobfuscate this"ZenonCheats_iIiIlIl[1755672187]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1510039446,342503820),ZenonCheats_iIilil(3562279413,ZenonCheats_lIilllliIIil[13]))-string.len(ZenonCheats_iiIii)-#{1608840404,1114846303,1795725993,2043714767,2781068787,4025535605,2174373893,3608801973,1161536840}return ZenonCheats_iIiIlIl[1755672187]end)())]=ZenonCheats_iilII elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[3947900338]or(function(...)local ZenonCheats_iiIii="print(bytecode)"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(323882834,2491805616)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(1136148783,1136188125)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3947900338]=ZenonCheats_iIilil(ZenonCheats_iIilil(2454225725,ZenonCheats_lIIil),ZenonCheats_iIilil(1106535909,ZenonCheats_lIilllliIIil[7]))-string.len(ZenonCheats_iiIii)-#{3103284409,1471712286,737174796,1575368528,3672042699,354620741,1603543254,2521010250,2044644466}return ZenonCheats_iIiIlIl[3947900338]end)({}))then local ZenonCheats_iiIliiIiIlliIiliI=ZenonCheats_lIlIiIlIlil[ZenonCheats_iIilil(ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[353678389],ZenonCheats_iIiIlIl[614411037]or(function(...)local ZenonCheats_iiIii="pain exist is gonna connect the dots of xen"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1630811393,2332165617)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(560571266,560581936)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[614411037]=ZenonCheats_iIilil(ZenonCheats_iIilil(897964211,ZenonCheats_lIIil),ZenonCheats_iIilil(3179335882,ZenonCheats_lIilllliIIil[12]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{2298327819,781279760,3214162962,1134873855,619567647}return ZenonCheats_iIiIlIl[614411037]end)({},14100,"IiilIliilliI",{},{},"IlIIiliIi"),262144),ZenonCheats_lIilIIliIi)]local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;local ZenonCheats_iIlillIllIiili;local ZenonCheats_lillIIlii;if ZenonCheats_iiIliiIiIlliIiliI[950304416]~=0 then ZenonCheats_iIlillIllIiili={}ZenonCheats_lillIIlii=setmetatable({},{__index=function(ZenonCheats_liiliilliI,ZenonCheats_iIiIiIlIliIIiIIilIII)local ZenonCheats_IIllliii=ZenonCheats_iIlillIllIiili[ZenonCheats_iIiIiIlIliIIiIIilIII]return ZenonCheats_IIllliii[1][ZenonCheats_IIllliii[2]]end,__newindex=function(ZenonCheats_liiliilliI,ZenonCheats_iIiIiIlIliIIiIIilIII,ZenonCheats_IIiiliiIIliIlIiIiiIl)local ZenonCheats_IIllliii=ZenonCheats_iIlillIllIiili[ZenonCheats_iIiIiIlIliIIiIIilIII]ZenonCheats_IIllliii[1][ZenonCheats_IIllliii[2]]=ZenonCheats_IIiiliiIIliIlIiIiiIl end})for ZenonCheats_iIiIllliilI=1,ZenonCheats_iiIliiIiIlliIiliI[950304416]do local ZenonCheats_lIIlllIIIll=ZenonCheats_llIiiIlIIllllli[ZenonCheats_iIIilIiiIllilII]if ZenonCheats_lIIlllIIIll[1879679886]==(ZenonCheats_iIiIlIl[2284362494]or(function()local ZenonCheats_iiIii="epic gamer vision"ZenonCheats_iIiIlIl[2284362494]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1173681189,1250531951),ZenonCheats_iIilil(842203411,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2661752095,1072279360,1706831115,1441204502,3478872792,1907794632,222856494,1697402571,3021246071,3338046302}return ZenonCheats_iIiIlIl[2284362494]end)())then ZenonCheats_iIlillIllIiili[ZenonCheats_iIiIllliilI-1]={ZenonCheats_iIIiliIiiililliilIII,ZenonCheats_iIilil(ZenonCheats_lIIlllIIIll[56150796],ZenonCheats_iIiIlIl[3914506397]or(function(...)local ZenonCheats_iiIii="imagine using some lua minifier tool and thinking you are a badass"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(3267293920,1539034369)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(778044343,777986182)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3914506397]=ZenonCheats_iIilil(ZenonCheats_iIilil(891697698,ZenonCheats_lIIil),ZenonCheats_iIilil(2615680616,ZenonCheats_lIilllliIIil[11]))-string.len(ZenonCheats_iiIii)-#{545926040,2941330072,2022811834,1249289657,4107208921,233463703,4263357747,4145477511,1808686871,2534109902}return ZenonCheats_iIiIlIl[3914506397]end)(5421))}elseif ZenonCheats_lIIlllIIIll[1879679886]==(ZenonCheats_iIiIlIl[2757693143]or(function()local ZenonCheats_iiIii="i put more time into this shitty list of dead memes then i did into the obfuscator itself"ZenonCheats_iIiIlIl[2757693143]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3375418771,2691896161),ZenonCheats_iIilil(2815989528,ZenonCheats_lIilllliIIil[9]))-string.len(ZenonCheats_iiIii)-#{1548172871,3677815079,766279430,2804317989,3420396202,1836327020,2195272574,1809564482}return ZenonCheats_iIiIlIl[2757693143]end)())then ZenonCheats_iIlillIllIiili[ZenonCheats_iIiIllliilI-1]={ZenonCheats_IilllIiiilliIi,ZenonCheats_iIilil(ZenonCheats_lIIlllIIIll[56150796],ZenonCheats_iIiIlIl[1804083226]or(function(...)local ZenonCheats_iiIii="now with shitty xor string obfuscation"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2478453877,3583815745)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3265545208,3265587532)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1804083226]=ZenonCheats_iIilil(ZenonCheats_iIilil(4140764299,ZenonCheats_lIIil),ZenonCheats_iIilil(3312428582,ZenonCheats_lIilllliIIil[4]))-string.len(ZenonCheats_iiIii)-#{506774938,2789226029,2876849180,7916174}return ZenonCheats_iIiIlIl[1804083226]end)("lIli",5000,"iIlllIIIii","IliiIillIIIli",3477,14010))}end;ZenonCheats_iIIilIiiIllilII=ZenonCheats_iIIilIiiIllilII+1 end;ZenonCheats_IIlII[#ZenonCheats_IIlII+1]=ZenonCheats_iIlillIllIiili end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[1943565552]or(function(...)local ZenonCheats_iiIii="skisploit is the superior obfuscator, clearly."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1238181743,3781395821)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3033655114,3033627348)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[1943565552]=ZenonCheats_iIilil(ZenonCheats_iIilil(3336366957,ZenonCheats_lIIil),ZenonCheats_iIilil(3252376008,ZenonCheats_lIilllliIIil[5]))-string.len(ZenonCheats_iiIii)-#{4051858258,3566145939,2934779301,1573957177,1104779582}return ZenonCheats_iIiIlIl[1943565552]end)("lilillIIIi",{},9859,{},{},8586,"lliiiliIIIIlIlIl",{},14246),256)]=ZenonCheats_ilillilIIllliliiI(ZenonCheats_iiIliiIiIlliIiliI,ZenonCheats_lilllIililllI,ZenonCheats_lillIIlii)elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[1817653933]or(function()local ZenonCheats_iiIii="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"ZenonCheats_iIiIlIl[1817653933]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(641024155,2856644606),ZenonCheats_iIilil(2973707184,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{2878382886,1993591599,2215543807,3414503043}return ZenonCheats_iIiIlIl[1817653933]end)())then local ZenonCheats_llIiIlIilIiI=ZenonCheats_iIilil(ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2794356166]or(function(...)local ZenonCheats_iiIii="sometimes it be like that"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(1893982863,4022534279)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3229635227,3229665387)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2794356166]=ZenonCheats_iIilil(ZenonCheats_iIilil(825922933,ZenonCheats_lIIil),ZenonCheats_iIilil(2471784913,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{1861417632,2820957427,3667629753}return ZenonCheats_iIiIlIl[2794356166]end)(10284,11175)),ZenonCheats_lIilIIliIi)local ZenonCheats_llliIiI=ZenonCheats_lIililIiiliiilIiIIi(ZenonCheats_iliiiIIiilI[475910024],ZenonCheats_iIiIlIl[2066270798]or(function()local ZenonCheats_iiIii="hi xen crashes on my axon paste plz help"ZenonCheats_iIiIlIl[2066270798]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3408612559,2771309650),ZenonCheats_iIilil(1397422849,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1442306889}return ZenonCheats_iIiIlIl[2066270798]end)(),512)local ZenonCheats_iIIiliIiiililliilIII=ZenonCheats_IIllIlllllllI;if ZenonCheats_llIiIlIilIiI>255 then ZenonCheats_llIiIlIilIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llIiIlIilIiI-256]else ZenonCheats_llIiIlIilIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llIiIlIilIiI]end;if ZenonCheats_llliIiI>255 then ZenonCheats_llliIiI=ZenonCheats_lIIIlIiil[ZenonCheats_llliIiI-256]else ZenonCheats_llliIiI=ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_llliIiI]end;ZenonCheats_iIIiliIiiililliilIII[ZenonCheats_IIiIlliIlIiiil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2701335804]or(function()local ZenonCheats_iiIii="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"ZenonCheats_iIiIlIl[2701335804]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(697049326,1588314990),ZenonCheats_iIilil(3635911825,ZenonCheats_lIilllliIIil[5]))-string.len(ZenonCheats_iiIii)-#{2097139160,1865708435,2281632326,3904037260,2624739311,3868119966,1546460493,1069879523,3035315440}return ZenonCheats_iIiIlIl[2701335804]end)(),256)]=ZenonCheats_llIiIlIilIiI%ZenonCheats_llliIiI elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[466752288]or(function(...)local ZenonCheats_iiIii="my way to go against expwoiting is to have safety measuwes. i 1 wocawscwipt and onwy moduwes. hewe's how it wowks: this scwipt bewow stowes the moduwes in a tabwe fow each moduwe we send the wist with the moduwes and moduwe infowmation and use inyit a function in my moduwe that wiww stowe the info and aftew it has send to aww the moduwes it wiww dewete them. so whenyevew the cwient twies to hack they cant get the moduwes. onwy this peace of wocawscwipt."local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(857477905,54095527)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(754219397,754236179)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[466752288]=ZenonCheats_iIilil(ZenonCheats_iIilil(3534773468,ZenonCheats_lIIil),ZenonCheats_iIilil(3755942857,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{597729271,2833476217,3394196069,3046777738,2443134973,3095060329,3901098629,2552745822,3693672708,3436735816}return ZenonCheats_iIiIlIl[466752288]end)({},"lIlIiiIII","IiIiiIlIllilllIiIlI","iiIliIiiil",1157,3348,{}))then ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[2367042736]or(function(...)local ZenonCheats_iiIii="this is so sad, alexa play ripull.mp4"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2501678756,3100584573)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(912590378,912536537)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[2367042736]=ZenonCheats_iIilil(ZenonCheats_iIilil(304128254,ZenonCheats_lIIil),ZenonCheats_iIilil(1249238699,ZenonCheats_lIilllliIIil[4]))-string.len(ZenonCheats_iiIii)-#{3263494478,2995358584,2148784586,3353074884,2580346224,433782808}return ZenonCheats_iIiIlIl[2367042736]end)(8479,{},7997,"lIIIIliiiiI",14391,12948,"IiilIIilI",{},{}))]=ZenonCheats_lIIIlIiil[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[353678389],ZenonCheats_iIiIlIl[3605910357]or(function(...)local ZenonCheats_iiIii="can we have an f in chat for ripull"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(140748589,1899618838)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3565308236,3565357806)end;ZenonCheats_lIIil=ZenonCheats_lIIil-ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[3605910357]=ZenonCheats_iIilil(ZenonCheats_iIilil(2137576875,ZenonCheats_lIIil),ZenonCheats_iIilil(2618162326,ZenonCheats_lIilllliIIil[13]))-string.len(ZenonCheats_iiIii)-ZenonCheats_lllIlIilIiI-#{965243265,330654841,1536367833,817246989,2269237626,2564652988,3654795231,1298757162}return ZenonCheats_iIiIlIl[3605910357]end)({},10315))]elseif ZenonCheats_lllIlIilIiI==(ZenonCheats_iIiIlIl[285770615]or(function(...)local ZenonCheats_iiIii="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"local ZenonCheats_lIIil=ZenonCheats_lilIlilIii(2112841699,1777970571)local ZenonCheats_IllIiliIlIIl={...}for ZenonCheats_liiiIiIIliilI,ZenonCheats_iIiiilIiIlilIiliiIi in pairs(ZenonCheats_IllIiliIlIIl)do local ZenonCheats_IliIl;local ZenonCheats_lllIlIiliIiIl=type(ZenonCheats_iIiiilIiIlilIiliiIi)if ZenonCheats_lllIlIiliIiIl=="number"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi elseif ZenonCheats_lllIlIiliIiIl=="string"then ZenonCheats_IliIl=ZenonCheats_iIiiilIiIlilIiliiIi:len()elseif ZenonCheats_lllIlIiliIiIl=="table"then ZenonCheats_IliIl=ZenonCheats_lilIlilIii(3617009693,3616942928)end;ZenonCheats_lIIil=ZenonCheats_lIIil+ZenonCheats_IliIl end;ZenonCheats_iIiIlIl[285770615]=ZenonCheats_iIilil(ZenonCheats_iIilil(1487268386,ZenonCheats_lIIil),ZenonCheats_iIilil(1912458314,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{3680047346,3988117757,2871445558,303794362,726586326,3586188337,1578863866}return ZenonCheats_iIiIlIl[285770615]end)(9518))then ZenonCheats_IIllIlllllllI[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56299642],ZenonCheats_iIiIlIl[525901020]or(function()local ZenonCheats_iiIii="level 1 crook = luraph, level 100 boss = xen"ZenonCheats_iIiIlIl[525901020]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(3727383898,443147071),ZenonCheats_iIilil(4178328269,ZenonCheats_iilIlI))-ZenonCheats_lllIlIilIiI-string.len(ZenonCheats_iiIii)-#{3534471770,1014442384}return ZenonCheats_iIiIlIl[525901020]end)())]=ZenonCheats_IilllIiiilliIi[ZenonCheats_iIilil(ZenonCheats_iliiiIIiilI[56150796],ZenonCheats_iIiIlIl[2495121355]or(function()local ZenonCheats_iiIii="xen detects custom getfenv"ZenonCheats_iIiIlIl[2495121355]=ZenonCheats_iIilil(ZenonCheats_lilIlilIii(1711918644,4146158027),ZenonCheats_iIilil(2892627843,ZenonCheats_iilIlI))-string.len(ZenonCheats_iiIii)-#{1169557064,3329705563,2725018705,1756720590,2912840736,1052531072}return ZenonCheats_iIiIlIl[2495121355]end)())]end end end;local ZenonCheats_illIlliiIilIIillIiIl={...}for ZenonCheats_iIiIllliilI=0,ZenonCheats_IiliilIIliIIiI do if ZenonCheats_iIiIllliilI>=ZenonCheats_IiliiiliilIllIlIIiii[329885575]then ZenonCheats_lIliliIiIiil[ZenonCheats_iIiIllliilI-ZenonCheats_IiliiiliilIllIlIIiii[329885575]]=ZenonCheats_illIlliiIilIIillIiIl[ZenonCheats_iIiIllliilI+1]else ZenonCheats_IIllIlllllllI[ZenonCheats_iIiIllliilI]=ZenonCheats_illIlliiIilIIillIiIl[ZenonCheats_iIiIllliilI+1]end end;local ZenonCheats_llIiIlIilIiI,ZenonCheats_llliIiI=ZenonCheats_IIilllililIll()if ZenonCheats_llIiIlIilIiI and ZenonCheats_llliIiI>0 then return unpack(ZenonCheats_llIiIlIilIiI,1,ZenonCheats_llliIiI)end;return end end;local function ZenonCheats_iiililllIlilII(ZenonCheats_lIIiIIlll,ZenonCheats_lilllIililllI)local ZenonCheats_liiIililliilI=ZenonCheats_liliIliIllIliiiIiIi(ZenonCheats_lIIiIIlll)return ZenonCheats_ilillilIIllliliiI(ZenonCheats_liiIililliilI,ZenonCheats_lilllIililllI or getfenv(0)),ZenonCheats_liiIililliilI end;return ZenonCheats_iiililllIlilII(ZenonCheats_iiliI("dRtYZW4RAAAASTc5VTk2RE03UUhMUkNMSABBNtVNMw1OPU8UD3vAP5EQPCTFzJbe9Nz5ykhNHOaStOmEqS/XNWkYrmFpQCnX87XSjARKFoQKKvJ6XwdhcKdT04R5dwDSjQAvRKp91N3fdZ10ow8aTHKUnd91nSaN8SFMMG2lfRA9Shshc1gulF3edZ33ei1+TGZtpX0QPc+l3T1YNDVrtuwQKyskQ1gaqhLGQzlkZL4mWEd9f2xCT2hza0KHIDe3S5BCnp7kMkwXl6iC13XSivFlWB6qksu4OfXk2jJYJv0wbEJPwntYRodyFB/WdZ18389kTB1Di7v8+DD2fnVMY3eJRZBCpt6ONkxPIILiJKnf6GReWH/9cG1CT1gWUQCHd/AI9nEP/hAjaExdqlLAQTkwG2ANWCP9MGxCT5IiEj+HJHeMQpBC9hiSJ0w7949BkEI9BWEoTFu3SEaQQuYDi0NMPmDC4iSpCfm8UVhN/fBtQk/9/RNlh2P9MGxCT1uVKQKHNUOJufz4MB12aUx1F6mC13UD3tNKWHO3CEWQQnYJtStMLwSZ5fTFeja2S1hVYILiJKnY16I4WBr9MGxCT1ipxC+HbjWS6ubc/uK1VVhEBJnl9MUrc2caWC/UnNd1nbeZTV9MZHNswtsicHTNElgPVB/WdZ3jPeVYTEFEmeX1xdXiYHdYd3IYctSevmgcflhrlNzWdZ1r6gkvTCWzb0LbIkO3dktYJxQf1nWdZ8sbfkxShJjl9cWiSeJMWCiqUsW5OWk6jBVYCv0wbEJPNBttLId0ctjy1Z5WMuUxWF79cGxCT7HMdFeHaRepgt91zEr/a1gMdZPq5NyNot4LWDmx0xGB0EJ3mAVYf3WR6ufca5hyJFgixJjl9MX1+EduWAAOSPbacdsyLlFYcnOvwtwi55f4XFgo/TBsQk/JT3J+h1PDi7v8+LjMdXVMQBepAtN1abRSAFglVF7VdZ26s3YKTBDzbsLeIirm4RxYXapSwUE5L33vIVgt/TBsQk8omZUuhw/UHtZ1nfhPEANMav1wbEJPRQXsMoc0t05DkELAzkQ4TG91k+rk3GAdUFVYasQb5fXFgvZYa1hERJhl9MU/qnFlWC+g3OIkqXs7gwFYKf1wbEJPjWqhOYd9Dkh223F/BGUBWFpx05GG0Cx7jktYbWCd4iSp7pMLDFhY/bBoQk/NDht/h3GqEkdCOfLHsF1YMf0wbEJP2gOuXodblB/VdZ05gbJvTC79cGxCTzzBnxeHWFQc0nWdLJfTUEwUdZPq5NzlPS8fWAOzbkLdIhzBVk1YHP1wbEJPKCsrOodtd8pGkEKil9ZSTBMUHtZ1nXBOQ2hMMISb5fXFtD05W1hQ9ZFq4dwZJz0kWGH98G9CT8cJGFeHHxAVPohtfm3MW0xHFN3SdZ29VKBhTEEx4xDwBYX73QNYKqrSQTs5Yq+ha1hB/TBsQk8hMBlXhwYXqYLWdXSCEhFYehSZ13WdN/oZe0w8lN/VdZ0Xae0sTA2zbkLdIukizV5YbKrSxUA5gesHClg2/XBsQk/pQ4Iwh2UXqQLVdZEkRyBYXhQe1nWdw+2OGkx4hJvl9cXPh41wWE71kWrh3K0MARZYDLOuw9wiBEN3DVh9NZDq4dywzC0EWFCEG+T1xRDD4FJYUP3wbEJPmVLJdocP4J3iJKlzDasQWHT9cGxCT2KL6ReHC7WS6uPcpQpLRVgzdZEbPPQkjyVcWFj98JK9TyDaixiHK7DK9nEPTjn7A0xOdZPq59xo1+RxWDd1kGrh3NKeN1dYIcSb5fTFOp2Gblh2M67D3iLkCDYnWAO1kOrh3P8loSZYCwQb5PXF5/GxOVgd/fBsQk82rrArh0rq0gXDOZ4hGXlYE/1wbEJPOHrcdYcq/fCTvU/iAstph1z1kBs89E6wPhZYT/3wkr1PDyVPXIcV0z3t4eVmpCweWCRUXdF1nRK/tR9MbBQd0XWdb9owAkxBbRB9JD115dlfWEQU3dF1nRozN0pMR20QfSQ9N/YZG1hWFJ3RdZ202jYmTGMx4xDwBdoCI2JYXKqSQjs54orsKFhz/TBsQk9qXQJphwV3iUSQQkbSPTtMev1wbEJPAlj0X4d7lJzUdZ3mpIE6TEh1k+rk3IDW72JYbrdIRZBCmoXMQUwnM+xc2iJ+ivI3WCKqkkBBOYbP81pYQv0wbEJPmTXVAodJlJzUdZ205BVXTDr9MGxCT7sQGQGHZEPLtPz4eVaeK0x0t4hHkELfDzhTTGN1k+rk3EpsAC9YIgSZ5fXFOC5tbVgSM2xd2iJHV01IWA0E2WX1xW5K3jNYIv3wa0JPFEInZodXsluN0p4MVdpZWCMQFT6Iba3l6ERMJBQd0HWdJbkqMkw5MeMQ8AWIxtJeWHGqEkM7Obh5KQNYI/0wbEJPYkfdD4d490xFkELmfkB7TGT9cGxCTxe9VmCHGBepgt91lTr/BFhudZPq5Ny0VmZyWARz79zdIgp7lFlYRlSd0HWdiDhCJ0x8FF3fdZ3ZOzBMTBdtEH0kPf5XFFtYUKpSXDs5tijOJVg0/TBsQk+OGVJzhxVUntR1ndT1kzxMA/0wbEJPciJFaIdfN0xBkELdecAETDJ3z0CQQrPxXghMR3WT6uTcbcILBlg5RJjl9cXceJJxWDByG43TnvOUA1RYNnJbjdOeSlSkJ1gJ6hKGPzlwylkyWC/9sGxCTwSptgiHRbfPQZBCKfJYMExicIv1cQ+A2Id9TBN1k+rg3HUjcHxYSARYZfXFFNtUWFgakzzt4eU4/JpeWA61VhQ89ME88EtYT/3wm71PjrW0L4d6/TBsQk95yMo7h3cDS7b8+MFA0ntMAdQf03Wdcym5E0xSd4lCkEJW7gNmTCqqkkO4OQcSGH5YH/1wbEJP1GbvVId3N05HkEK55g8oTBUUHNJ1nWp9+G9MUcRZZfXFiITlHVh1/bCcvU/9+F8rhy2TDJbh6HZP2mRYNIiQWnqjTwYaF63sVCS2smI5F9oqGDvQsfI7WggAAACRk4KQk5iAAG3QSsDOaBQAAACmpLmiuaW7t6W+s6Spurm3srOyAHfQP7TvbQgAAACRk4KEk5iAACLQNIt8AAcAAAD2kpOUg5EAWdCC5dZ6BAAAAIWDlAAwv0KKgw2O6Dl6Ye0JDzHQhIoaHAsAAAD2goSXlZOUl5WdADbQDXx3XwUAAACQn5iSAAXQl1vrYwcAAAD2up+Yk9YAXdCGDmk+BwAAAPbM05LdzAAF0EeDxSAKAAAA9rqfmJPW05LdAELQBWqVKgcAAACRm5eClZ4ADNAH861wBQAAAJiTjoIAVdC53rIjBQAAAJGXm5MAAdBLts8VCwAAALGTgqWThICflZMAYdBxXxlxCAAAAKaal4+ThIUAJtBYLYEeCwAAALGTgqaal4+ThIUAV9AcejJ4BQAAALiXm5MAeNDm2S1CDAAAALqZlZeappqXj5OEAAbQydXEMQYAAACGlZeamgAy0JFslHYFAAAAgZefggBOv1qotxqO6Dl6Ye35cD+/uAI7RI7oOXphFYcPbL866t9Zjug5FZAnxA51vxwzX06O6Llr3ObdDl+/nCyldo7oOXrhEckPKL+RnoMWjug5euF8yA9dv5WMJRuO6Dl6YcOwDxe/PaA7Q47oOXep5t0OW7/VV8oGjug5emFAyQ8Xv2zCzH6O6LmWlEvHDn6/5tiJQ47o+Srx19YOGb/s8SE/jug5emHdfQ9mv5u5pBKO6Lnb8dfWDkS/GMIVPo7oOdbHIdoOZ78Rfi5Djug5emH1nA9dv654DiyO6Dl6YX/JDwu/Hr/KDo7oOXphbWkPa3hTucUvRKpSqlJEuzndpA4oWGp9P2xCT4VsoUiHA/f3c5BCx90VfEwuQ8q4/PhH034zTDb3N3OQQqcTlWpMSJOMaM3oGfVhEFhBk4zozOgBjag8WKLUvGDWQ/c0GtmIO2ZVb9V/OTPaKhgZ0EEDozMFAAAAqbO4oAB3e6F+LAsAaHhTudYvRKoBkBU+iG0gOpsATF2UXdd1nfnjGlpMFW2lfRA9r/oBN1hnlB3XdZ1teU8cTBltpX0QPVPcbXxYCpTd13WdVsuITkxJseIe8QWcAGdvWFg1673sEIfkUBNYAlRd1nWddQ7kG0xQFB3WdZ2IsR9LTA0xYx7wBZaRBy9YdqoSRTs5fgE8VlhRfT9sQk/s46MHh10XqQLXdSNUTTJYXFRc13WdFiV2XUwSl6iC13WWRVZYWBaXTnD06h6t4kZYJvbM8TXG2AM9alhrk8yY7Oh5cdMpWGaTzBjt6EEnmXdYJDhkTF9FAhobd3s7URsuL0w5NtoqGAW/jNekco7oOXphcbAPc78F1FVxjug5emGVrQ9cv1Kk6lKO6Dl6YVG5D3y/FtvmfY7oOXphbVMPY785NtYsjugZihcq4g59v4VxE1KO6Dl6YY10Dwq/ogphB47oOfHgXsYOaHhTua0vRKoIkFWBg21hle8NTFmUHd91nf9GzTRMP7HiHvEFGXPjO1hqlN3fdZ0iEDQyTDdtpX0QPbezMwJYSJSd33Wda14mbkwoseIe8QXokAhZWDU1q7XsEDl5mFhYfn1/bEJPutQ1c4ddlF3RdZ1huVUqTFCXqILXdSo/0l5YFJdOcPTqbxkDbFhVqpJLuznlUAgKWGA9CmxCTwu0XBSHdPKYsNSeIqH+aVhIPQpsQk87MOBUh2A3Q1iQQsJVo2NMIRepAtZ1Gc+SWFgddZPq5Nwl8ZYXWFqqEkS4OV4IWBVYYj0KbEJPPY+jU4c68lix1J50eF5xWCg9SmxCTyWDbW6HKjfAWZBCC9zwI0xIdZPq5NyM6dgKWC6NdrJAt8yPvgpYdJdOcPTqQZnAX1g2qlJFvzkXjtEpWHk9SmxCT8nzpW2HXxepgtN1UDNUNVhb8piw1J4mmc1VWD09CmxCT9dStU2HOTfAWZBCny6Tc0wNlNzXdZ1fLqlETDfy2LHUnuDazlxYOneDWJBCPogkZ0wYPQpsQk/ADXRIh0hDy7v8+ODSwHxMIxepAtd1Sz+zIlhDshgy1J5r70tnWF/UnNZ1nRfcizxMS1Td1HWdRPkLakw7FJ3UdZ3LuC8+TGAxo2rwBfQXZgBYLBRd03WdHxZed0xeLR79OD0+JkowWDiqUkA7OdmNUSVYOT0KbEJPw0c3DIcWlFzVdZ26kDttTDg9CmxCT4pGTzWHYJRc1nWd0PH0ZUxsF6kC1HU7VrZrWFB1k+rk3JY09kZYclTd03Wdpk3TK0wXFJ3TdZ2i1Ts6TAUxo2rwBVWeKldYKhRd0nWdAeXHd0xVMaNq8AXf3toeWAkUHdJ1nQw0Q1NMES0e/Tg9U7IVe1gSqhJBOzlClZkNWBg9CmxCT5HWekCHfgNLu/z48zheCkwuN4NakEK3hT5zTA5UH9V1nbSQGTxMZgSZZfbF3cqlNlhqjfbzQ7e7XdENWAaXTnD06uM+dXlYUFSd0nWdsiwhYEwZFF3RdZ22r+10TEwxo2rwBS6HxTRYaBQd0XWdnNdqckxxMaNq8AUjU4oHWAWqEkI7ObU3u0BYTz1KbEJPiG4WG4cCtwJakELfLRFDTFvymLDUngFbAz1YIqoSREc5rUDUUlhNPUpsQk/IGJ0rh23UXdF1nWdR0kVMGPLYsdSegvbvflgdEFWCg20VMFZbTFMUndF1naFnSk9MbDGjavAFyfGzHFhwqpJCOzm3w3RcWE49CmxCT4Xp1CmHOY12jES3077jHFgvPUpsQk+c0jRehyRUX9Z1nYOplyVMT3WT6uTcRJaPdlgEl05w9OrRM+ZtWCOq0sRGOdBRbHNYOT0KbEJPFUNbI4dbFJzUdZ301pYtTGuDirX8+M7YCTRMK/KYsNSe9dPWJFhy8tix1J6CHQlUWFwQFT6IbQ1GEU1MFxQd0HWdFCegDUweLR79OD3/eyMiWBoU3dB1nfDkEGlMTy0e/Tg9hcfyclhMFJ3QdZ0FSGxYTAktHv04PV1jhj5YDaqSQzs5IhogRFguPQpsQk8tx1ooh1yN9o1Ht47WDHdYQT1KbEJPPZVuKodbN0BYkEJ8O+QpTCF1k+rk3JghdDBYdJNMHProa5X5PljNgDcxt/LfPBuE9fEwLB6QKTkU2ioYN9Cfp15lCgAAALWel4SXlYKThABA0LUvA2IRAAAAvoObl5iZn5KkmZmCppeEggBG0AQXAxcFAAAAuJebkwAG0PF26SwlAAAAj5mD1oSTl5qaj9aan52T1oWDlZ2fmJHWkp+VndrWpJ+RnoLJAFvQSH2IGwUAAACln4yTAB7Q9DLkMAgAAACgk5WCmYTFACbQIxdsYQQAAACYk4EAGb9PRbUcjug5emFtTw8fv9lWXCeO6Dl6Yb2NDwW/BgcoA47oOXph7TAPSNBP6Xd7DQAAAKKEl5iFhpeEk5iVjwASv2pRKjIUcaDj+HTQcHHQZL6QbQsAAAC1l5i1mZqan5KTAGx7VlEnbgAuv1dRAFyO6HlG8K3TDje/eHnxEo7oOXphsLkPQr86Xh8jjug5emEtYQ8hvx3BSiSO6Lks7K3TDn6/iLXrK47oGTZD5+QOfb+R6y0Xjug5emGPtg8hv+aupi+O6Dl6YROrDxu/5nGwJY7oOXphYLoPDL8UyTQqjuh5rO6f2w4Dv8i5EUCO6FmrYW3oDha/pXlZV47oOXphNZgPH7/0KdsJjug5emGiuw83v37uyS2O6Dl2kaDZDmG/VkDYO47oOXphwroPUr/BhiAOjugZ5EA+4A5wv1YaL1mO6Dl6YWK+Dyq/PeXUGI7oOXrhtcgPfr8pXpV/jug5emEdpg9jvypOIwuO6LnPSkrHDm6/MHedA47oOXphRawPQL86GWd1jug5emENmg8evy08vHOO6Dl6YRWzDym/p+qqbo7oOXphrWsPaHhTuQ=="),getfenv())()
215end)
216
217CDI.Name = "CDI"
218CDI.Parent = Frame
219CDI.BackgroundColor3 = Color3.new(1, 1, 1)
220CDI.BackgroundTransparency = 1
221CDI.Position = UDim2.new(0, 0, 0.589905441, 0)
222CDI.Size = UDim2.new(0, 200, 0, 21)
223CDI.Visible = false
224CDI.Font = Enum.Font.SourceSans
225CDI.Text = "Copy Discord Invite"
226CDI.TextColor3 = Color3.new(1, 1, 1)
227CDI.TextSize = 19
228CDI.TextWrapped = true
229CDI.MouseButton1Down:Connect(function()
230 setclipboard('https://discord.gg/RNrQMU8')
231end)
232
233Noclip.Name = "Noclip"
234Noclip.Parent = Frame
235Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
236Noclip.BackgroundTransparency = 1
237Noclip.Position = UDim2.new(0, 0, 0.656151533, 0)
238Noclip.Size = UDim2.new(0, 200, 0, 21)
239Noclip.Visible = false
240Noclip.Font = Enum.Font.SourceSans
241Noclip.Text = "Noclip"
242Noclip.TextColor3 = Color3.new(1, 1, 1)
243Noclip.TextSize = 19
244Noclip.TextWrapped = true
245Noclip.MouseButton1Down:Connect(function()
246 game:GetService('RunService').RenderStepped:Connect(function()
247 pcall(function()
248 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
249 end)
250 end)
251end)
252
253PSilent.Name = "PSilent"
254PSilent.Parent = Frame
255PSilent.BackgroundColor3 = Color3.new(1, 1, 1)
256PSilent.BackgroundTransparency = 1
257PSilent.Position = UDim2.new(0, 0, 0.722397566, 0)
258PSilent.Size = UDim2.new(0, 200, 0, 22)
259PSilent.Visible = false
260PSilent.Font = Enum.Font.SourceSans
261PSilent.Text = "Psilent"
262PSilent.TextColor3 = Color3.new(1, 1, 1)
263PSilent.TextSize = 19
264PSilent.TextWrapped = true
265PSilent.MouseButton1Down:Connect(function()
266 local localPlayer = game:GetService("Players").LocalPlayer
267local teamCheck = false
268
269local function getClosestPlayer()
270 local closestPlayer = nil
271 local shortestDistance = math.huge
272
273 for i, v in pairs(game:GetService("Players"):GetPlayers()) do
274 if v.Name ~= localPlayer.Name then
275 if v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Head") and teamCheck and v.Team ~= localPlayer.Team then
276 local magnitude = (v.Character.HumanoidRootPart.Position - localPlayer.Character.HumanoidRootPart.Position).magnitude
277
278 if magnitude < shortestDistance then
279 closestPlayer = v
280 shortestDistance = magnitude
281 end
282 elseif v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Head") and not teamCheck then
283 local magnitude = (v.Character.HumanoidRootPart.Position - localPlayer.Character.HumanoidRootPart.Position).magnitude
284
285 if magnitude < shortestDistance then
286 closestPlayer = v
287 shortestDistance = magnitude
288 end
289 end
290 end
291 end
292
293 return closestPlayer or localPlayer
294end
295
296game:GetService("UserInputService").InputBegan:Connect(function(input, onGui)
297 if onGui then return end
298
299 if input.KeyCode == Enum.KeyCode.T then
300 teamCheck = not teamCheck
301 end
302end)
303
304local mt = getrawmetatable(game)
305local oldIndex = mt.__index
306while wait() do
307setreadonly(mt, false)
308
309mt.__index = newcclosure(function(t, k)
310 if tostring(k) == "Hit" then
311 return getClosestPlayer().Character.Head.CFrame
312 end
313
314 return oldIndex(t, k)
315end)
316
317setreadonly(mt, true)
318end
319end)
320
321OHIT.Name = "OHIT"
322OHIT.Parent = Frame
323OHIT.BackgroundColor3 = Color3.new(1, 1, 1)
324OHIT.BackgroundTransparency = 1
325OHIT.Position = UDim2.new(0, 0, 0.792397566, 0)
326OHIT.Size = UDim2.new(0, 200, 0, 22)
327OHIT.Visible = false
328OHIT.Font = Enum.Font.SourceSans
329OHIT.Text = "Old Hitbox"
330OHIT.TextColor3 = Color3.new(1, 1, 1)
331OHIT.TextSize = 19
332OHIT.TextWrapped = true
333OHIT.MouseButton1Down:Connect(function()
334local C=game:GetService('Players')local D=C.LocalPlayer;while wait(0.1)do for s,t in next,game:GetService('Players'):GetPlayers()do if t~=D then pcall(function()t.Character.LeftFoot.Size=Vector3.new(6.1,6.1,6.1)t.Character.LeftFoot.Transparency=0.5;t.Character.LeftFoot.CanCollide=false;t.Character.Neck.CanCollide=false;t.Character.Neck.Size=Vector3.new(6.1,6.1,6.1)t.Character.Neck.Transparency=0.5 end)end end end
335end)
336
337Speed.Name = "Speed"
338Speed.Parent = Frame
339Speed.BackgroundColor3 = Color3.new(1, 1, 1)
340Speed.BackgroundTransparency = 1
341Speed.Position = UDim2.new(0, 0, 0.862397566, 0)
342Speed.Size = UDim2.new(0, 200, 0, 22)
343Speed.Visible = false
344Speed.Font = Enum.Font.SourceSans
345Speed.Text = "Speed Hax [E]"
346Speed.TextColor3 = Color3.new(1, 1, 1)
347Speed.TextSize = 19
348Speed.TextWrapped = true
349Speed.MouseButton1Down:Connect(function()
350 --//Declare Varibles
351local g = game
352local u = g:GetService('UserInputService')
353local p = g:GetService('Players')
354local p1 = p.LocalPlayer
355local ws_haxx;
356local Key = Enum.KeyCode.E
357--//Main
358
359u.InputBegan:Connect(function(inp)
360 if inp.KeyCode == Key then
361 ws_haxx = true
362 while ws_haxx == true do
363 wait(.018)
364 local e = p1.Character.Humanoid.MoveDirection
365 if e.X > 0 then
366 p1.Character.PrimaryPart.CFrame = p1.Character.PrimaryPart.CFrame + Vector3.new(.6,0,0)
367 else
368 p1.Character.PrimaryPart.CFrame = p1.Character.PrimaryPart.CFrame + Vector3.new(-.6,0,0)
369 end
370 end
371 end
372end)
373
374u.InputEnded:Connect(function(inp)
375 if inp.KeyCode == Key then
376 ws_haxx = false
377 end
378end)
379end)
380
381FOVHAX.Name = "FOVHAX"
382FOVHAX.Parent = Frame
383FOVHAX.BackgroundColor3 = Color3.new(1, 1, 1)
384FOVHAX.BackgroundTransparency = 1
385FOVHAX.Position = UDim2.new(0, 0, 0.932397566, 0)
386FOVHAX.Size = UDim2.new(0, 200, 0, 22)
387FOVHAX.Visible = false
388FOVHAX.Font = Enum.Font.SourceSans
389FOVHAX.Text = "FOV Hax"
390FOVHAX.TextColor3 = Color3.new(1, 1, 1)
391FOVHAX.TextSize = 19
392FOVHAX.TextWrapped = true
393FOVHAX.MouseButton1Down:Connect(function()
394_G.FF = 120
395
396if _G.R ~= 1 then
397 _G.R = 1
398 game.RunService.RenderStepped:Connect(function()
399 workspace.Camera.FieldOfView = _G.FF
400 end)
401end
402end)
403
404Name1.Name = "Name1"
405Name1.Parent = Frame
406Name1.BackgroundColor3 = Color3.new(1, 1, 1)
407Name1.BackgroundTransparency = 1
408Name1.Size = UDim2.new(0, 200, 0, 40)
409Name1.Visible = false
410Name1.Font = Enum.Font.SourceSans
411Name1.Text = "Z NON"
412Name1.TextColor3 = Color3.new(1, 1, 1)
413Name1.TextSize = 35
414Name1.TextWrapped = true
415
416Name2.Name = "Name2"
417Name2.Parent = Frame
418Name2.BackgroundColor3 = Color3.new(1, 1, 1)
419Name2.BackgroundTransparency = 1
420Name2.Position = UDim2.new(0.314999998, 0, 0.0130000003, 0)
421Name2.Size = UDim2.new(0, 35, 0, 34)
422Name2.Visible = false
423Name2.Font = Enum.Font.Code
424Name2.Text = "E"
425Name2.TextColor3 = Color3.new(0.427451, 1, 0.298039)
426Name2.TextSize = 31
427Name2.TextWrapped = true
428
429AimFOV.Name = "AimFOV"
430AimFOV.Parent = Frame
431AimFOV.BackgroundColor3 = Color3.new(0.12549, 0.176471, 0.290196)
432AimFOV.BorderSizePixel = 0
433AimFOV.Position = UDim2.new(1, 0, 0.126182958, 0)
434AimFOV.Size = UDim2.new(0, 0, 0, 50)
435
436TextButton.Parent = AimFOV
437TextButton.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
438TextButton.BackgroundTransparency = 1
439TextButton.Position = UDim2.new(0, 0, 0.639999986, 0)
440TextButton.Size = UDim2.new(0, 115, 0, 18)
441TextButton.Visible = false
442TextButton.Font = Enum.Font.SourceSans
443TextButton.Text = "Set FOV"
444TextButton.TextColor3 = Color3.new(1, 1, 1)
445TextButton.TextSize = 14
446
447TextBox.Parent = AimFOV
448TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
449TextBox.BackgroundTransparency = 0.94999998807907
450TextBox.BorderSizePixel = 0
451TextBox.Size = UDim2.new(0, 115, 0, 26)
452TextBox.Visible = false
453TextBox.Font = Enum.Font.SourceSans
454TextBox.PlaceholderText = "FOV"
455TextBox.Text = ""
456TextBox.TextColor3 = Color3.new(1, 1, 1)
457TextBox.TextSize = 14
458-- Scripts:
459function SCRIPT_RWAQ86_FAKESCRIPT() -- Frame.LocalScript
460 local script = Instance.new('LocalScript')
461 script.Parent = Frame
462 local TweenSer = game:GetService("TweenService")
463
464 script.Parent:TweenSize(UDim2.new(0,200,0,317),Enum.EasingDirection.InOut ,Enum.EasingStyle.Quad, 2)
465 wait(2)
466 for i,v in pairs(script.Parent:GetChildren()) do
467 if v ~= script then
468 v.Visible = true
469 end
470 end
471
472end
473coroutine.resume(coroutine.create(SCRIPT_RWAQ86_FAKESCRIPT))
474function SCRIPT_IILV65_FAKESCRIPT() -- Aimbot.LocalScript
475 local script = Instance.new('LocalScript')
476 script.Parent = Aimbot
477 script.Parent.MouseButton1Down:Connect(function()
478 script.Parent.Parent.AimFOV.Visible = true
479 script.Parent.Parent.AimFOV:TweenSize(UDim2.new(0, 115,0, 50),Enum.EasingDirection.InOut ,Enum.EasingStyle.Quad, 1)
480 wait(1)
481 for _,b in pairs(script.Parent.Parent.AimFOV:GetChildren()) do
482 b.Visible = true
483 end
484 end)
485
486end
487coroutine.resume(coroutine.create(SCRIPT_IILV65_FAKESCRIPT))
488function SCRIPT_OABX66_FAKESCRIPT() -- TextButton.LocalScript
489 local script = Instance.new('LocalScript')
490 script.Parent = TextButton
491 script.Parent.MouseButton1Down:Connect(function()
492 local UIS = game:GetService('UserInputService')
493 local RS = game:GetService('RunService')
494 local Players = game:GetService('Players')
495 local StarterGui = game:GetService('StarterGui')
496 local Player = Players.LocalPlayer
497 local Studio = RS:IsStudio()
498 local PlayerGui = game.CoreGui
499 local Mouse = Player:GetMouse()
500 local old_icon = Mouse.Icon
501 local Camera = workspace.CurrentCamera
502 targetpart = 'Head' -- Don't change this.
503 -- It can be changed with the targetpart_change hotkey ingame.
504 local target
505 local alert = false
506 local lockedon = false
507 local settingkey = false
508 local upvals = nil
509 local val = 1
510 local windows = {}
511
512
513 local version = 1.25
514 local Spawn = nil or game.PlaceId == 292439477 and workspace:WaitForChild('Lobby',2):WaitForChild('Spawn1',2)
515 local spawned = false
516
517 script.Name = 'GameSense!'
518 Mouse.TargetFilter = Camera
519
520 -- hotkey
521 toggle_aim = Enum.UserInputType.MouseButton2
522 toggle_aimbot = Enum.KeyCode.Delete
523 toggle_trigger = Enum.KeyCode.I
524 toggle_esp = Enum.KeyCode.Delete
525 toggle_gui = Enum.KeyCode.Delete
526 toggle_bottompos = Enum.KeyCode.Delete
527 toggle_performance = Enum.KeyCode.Delete
528 toggle_bones = Enum.KeyCode.Delete
529 toggle_chams = Enum.KeyCode.Delete
530 toggle_tracers = Enum.KeyCode.Delete
531 toggle_boxes = Enum.KeyCode.Delete
532 toggle_font = Enum.KeyCode.Delete
533 ffatoggle = Enum.KeyCode.Delete
534 targetpart_change = Enum.KeyCode.L
535 priority_toggle = Enum.KeyCode.Delete
536 sethotkey = Enum.KeyCode.Delete
537 -- aim fov
538 fov_increase = Enum.KeyCode.KeypadPlus
539 fov_decrease = Enum.KeyCode.KeypadMinus
540 -- aim sens (how smooth your crosshair will move)
541 sens_increase = Enum.KeyCode.RightBracket
542 sens_decrease = Enum.KeyCode.LeftBracket
543
544 -- parts
545 parts = {
546
547 }
548
549 fonts = {
550 Enum.Font.SourceSansBold,
551 Enum.Font.Cartoon,
552 Enum.Font.Arcade,
553 Enum.Font.SciFi,
554 Enum.Font.Fantasy,
555 Enum.Font.Code,
556 Enum.Font.Highway,
557 Enum.Font.Bodoni
558 }
559
560 textSet = false
561
562 currentfont = 4
563 hidden = false
564 performance = false
565 -- aim
566 fov = TextBox.Text
567 ffa = true
568 sens = 0.75
569 drop = 0
570 aim_toggled = false
571 bottompos = true
572 aim_priority = 2
573 -- [2] FOV or [1] Distance
574 aimingcolor = Color3.fromRGB(1,1,0)
575 aimbot_toggled = true
576 aim_line = true
577 locksoundid = 538769304
578 mouseiconid = 18671553
579
580 -- trigger
581 trigger_toggled = true
582 trigger_delay = 1/20
583
584 -- esp
585 esp_toggled = false
586 esp_bones = false
587 esp_chams = false
588 esp_tracers = false
589 -- item_esp (coming soon)
590 linesize = 5
591 showdists = true
592 textsize = 14
593 textoffset = 20
594 visiblecolor = Color3.fromRGB(38,255,99)
595 hiddencolor = Color3.fromRGB(255,37,40)
596 headboxsize = 1
597 headboxaimsize = 2
598 headboxshape = 'rectangle'
599 -- rectangle or diamond
600
601 -- box esp
602 bounding_box = true
603 -- box_pointsize = 0 [UNUSED]
604 box_line_size = 1
605 -- box_line_size_visible = 2 [UNUSED]
606
607 local GUI = Instance.new('ScreenGui',PlayerGui)
608 GUI.Name = 'GameSense '..version
609 GUI.ResetOnSpawn = false
610
611 ESP = Instance.new('Folder',GUI)
612 ESP.Name = 'ESP'
613 local Bottom = Instance.new('Frame',ESP)
614 Bottom.Name = 'Bottom'
615 Bottom.BackgroundTransparency = 1
616 Bottom.Size = UDim2.new(0,1,0,1)
617 Bottom.Position = UDim2.new(.5,0,1,1)
618
619 local FovGui = Instance.new('Frame',GUI)
620 FovGui.Name = 'FovGui'
621 FovGui.Size = UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2)
622 FovGui.Position = UDim2.new(0.5,-FovGui.AbsoluteSize.X/2,0.5,-FovGui.AbsoluteSize.Y/2)
623 FovGui.BackgroundTransparency = 0.92
624
625 local Indicator = Instance.new('TextLabel',GUI)
626 Indicator.Name = 'Indicator'
627 Indicator.Font = Enum.Font.SourceSans
628 Indicator.TextSize = 0
629 Indicator.TextXAlignment = Enum.TextXAlignment.Center
630 Indicator.TextYAlignment = Enum.TextYAlignment.Center
631 Indicator.TextStrokeTransparency = 1
632 Indicator.Text = aim_priority>1 and 'FOV: '..fov or 'Distance'
633
634 local KeysList = Instance.new('TextLabel',GUI)
635 KeysList.Name = 'KeysList'
636 KeysList.Font = Enum.Font.SourceSans
637 KeysList.TextStrokeTransparency = .6
638 KeysList.TextSize = 0
639 KeysList.TextColor3 = Color3.new(1,1,1)
640 KeysList.Size = UDim2.new(0,0,1,0)
641 KeysList.Position = UDim2.new(0,5,0,-280)
642 KeysList.BackgroundTransparency = 1
643 KeysList.Active = false
644
645 local n = 0
646
647 spawn(function()
648 while Status do
649 Indicator.TextColor3 = Color3.fromHSV(n,.5,1)
650 FovGui.ImageColor3 = Indicator.TextColor3
651 if not textSet then
652 if aim_toggled and target then
653 Status.TextColor3 = aimingcolor
654 Status.Text = ('Aiming at '..target.Name)
655 else
656 Status.TextColor3 = Color3.fromHSV(n,.5,1)
657 Status.Text = 'On Standby'
658 end
659 end
660 n = 0
661
662 end
663 end)
664 local function distfromspawn(x)
665 if Spawn then
666 return x:DistanceFromCharacter(Spawn.Position)
667 else
668 return 201
669 end
670 end
671
672 local function playsound(id)
673 local sound = Instance.new('Sound',Camera)
674 sound.Volume = 3
675 sound:Play()
676 game:GetService('Debris'):AddItem(sound,5)
677 end
678
679
680 local function DrawLine(Folder,P1,P2,Thickness,Color,LineTransparency,BorderThickness,BorderColor)
681 -- Declare variables
682 local Point1,Point2 = P1.Position,P2.Position
683 if Point1 and Point2 then
684 local X,Y = Camera.ViewportSize.X, Camera.ViewportSize.Y
685 local X1,X2 = (X * Point1.X.Scale + Point1.X.Offset + P1.Size.X.Offset/2), (X * Point2.X.Scale + Point2.X.Offset + P2.Size.X.Offset/2)
686 local Y1,Y2 = (Y * Point1.Y.Scale + Point1.Y.Offset + P1.Size.Y.Offset/2), (Y * Point2.Y.Scale + Point2.Y.Offset + P2.Size.Y.Offset/2)
687 local MidX,MidY = (X1+X2)/2, (Y1+Y2)/2
688 -- Set defaults to prevent errors
689 Thickness = Thickness or 1
690 Color = Color or Color3.new(1,1,1)
691 LineTransparency = LineTransparency or 0
692 BorderThickness = BorderThickness or 0
693 BorderColor = BorderColor or Color3.new(0,0,0)
694 -- Draw the line
695 local Line = Folder:FindFirstChild(P1.Name..'-'..P2.Name) or Instance.new('Frame',Folder)
696 Line.Visible = false
697 Line.BackgroundTransparency = LineTransparency
698 Line.BorderSizePixel = BorderThickness
699 Line.BorderColor3 = BorderColor
700 Line.Size = UDim2.new(0,(Vector2.new(X1,Y1) - Vector2.new(X2,Y2)).magnitude-1,0,Thickness)
701 Line.Position = UDim2.new(0,MidX-Line.AbsoluteSize.X/2,0,MidY-Line.AbsoluteSize.Y)
702 Line.BackgroundColor3 = Color
703 Line.Rotation = math.deg(math.atan2((Y2-Y1),(X2-X1)))
704 Line.Name = P1.Name..'-'..P2.Name
705 Line.Visible = true
706 return Line
707 else
708 return nil
709 end
710 end
711
712 local function GetNearest(e)
713 local lowest,nearest,gui = math.huge,nil,nil
714 if e==1 then
715 for _,plr in next,Players:GetPlayers() do
716 if plr.Name~=Player.Name and plr.Character~=nil and plr.Character:FindFirstChild(targetpart) then
717 local dist = Player:DistanceFromCharacter(plr.Character[targetpart].Position)
718 local ray = Ray.new(Player.Character.Head.Position,(plr.Character[targetpart].Position-Player.Character.Head.Position).unit*2000)
719 local part,point = workspace:FindPartOnRayWithIgnoreList(ray,{Camera,Player.Character,unpack(windows)})
720 local Z = Camera:WorldToScreenPoint(plr.Character[targetpart].Position).x
721 if part and part:IsDescendantOf(plr.Character) and Z>0 and dist < lowest and (ffa or plr.TeamColor~=Player.TeamColor) then lowest = dist nearest = plr.Character end
722 end
723 end
724 elseif e==2 then
725 for _,plr in next,Players:GetPlayers() do
726 if plr.Name~=Player.Name and plr.Character~=nil and plr.Character:FindFirstChild(targetpart) then
727 local pos = Camera:WorldToScreenPoint(plr.Character[targetpart].Position)
728 local ray = Ray.new(Player.Character[targetpart].Position,(plr.Character[targetpart].Position-Player.Character[targetpart].Position).unit*2048)
729 local part,point = workspace:FindPartOnRayWithIgnoreList(ray,{Camera,Player.Character,unpack(windows)})
730 local dist = (Vector2.new(Mouse.X,Mouse.Y)-Vector2.new(pos.X,pos.Y)).magnitude
731 if part and part:IsDescendantOf(plr.Character) and pos.Z>0 and dist <= Camera.ViewportSize.X/(90/fov) and dist < lowest and (ffa or plr.TeamColor~=Player.TeamColor) then lowest = dist nearest = plr.Character end
732 end
733 end
734 end
735 return nearest
736 end
737
738 Mouse.Move:Connect(function()
739 cursor = ESP:FindFirstChild('Cursor') or Instance.new('Frame',ESP)
740 cursor.Name = 'Cursor'
741 cursor.BackgroundTransparency = 1
742 cursor.Size = UDim2.new(0,1,0,1)
743 cursor.Position = UDim2.new(0,Mouse.X,0,Mouse.Y)
744 end)
745
746 UIS.InputBegan:Connect(function(Input)
747 if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
748 aim_toggled = true
749 alert = true
750 while aim_toggled and aimbot_toggled do
751 target = GetNearest(aim_priority)
752 if target then
753 local dist = Player:DistanceFromCharacter(target[targetpart].Position)
754 local headpos = Camera:WorldToScreenPoint(target[targetpart].Position)
755 local moveto = Vector2.new((headpos.X-Mouse.X),(headpos.Y-Mouse.Y))
756 mousemoverel(moveto.X,moveto.Y)
757 end
758 wait()
759 end
760 lockedon = false
761 elseif Input.KeyCode == toggle_trigger then
762 trigger_toggled = not trigger_toggled
763 local Box = Instance.new('SelectionBox',PlayerGui)
764 Box.Color3 = Color3.new(1,0,0)
765 Box.LineThickness = .05
766 Box.Adornee = nil
767 if trigger_delay>0 then wait(trigger_delay) end
768 while trigger_toggled do
769 local Target = Mouse.Target
770 local plr = Players:FindFirstChild(Target.Parent.Name)
771 if Target and Target.Parent and plr~=nil and plr~=Player and ffa or plr~=nil and plr.TeamColor~=Player.TeamColor then
772 Box.Adornee = Mouse.Target
773 mouse1press()
774 wait()
775 mouse1release()
776 end
777 RS.Heartbeat:wait()
778 end
779 Box:Destroy()
780 elseif Input.KeyCode == toggle_esp then
781 esp_toggled = not esp_toggled
782 elseif Input.KeyCode == toggle_aimbot then
783 aimbot_toggled = not aimbot_toggled
784
785 elseif Input.KeyCode == fov_increase then
786 fov = fov + .5
787
788 if FovGui.Visible then
789 FovGui:TweenSize(UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
790 end
791
792 elseif Input.KeyCode == fov_decrease and fov>0 then
793 fov = fov - .5
794
795 if FovGui.Visible then
796 FovGui:TweenSize(UDim2.new(0,(Camera.ViewportSize.X/(90/fov))*2,0,(Camera.ViewportSize.X/(90/fov))*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
797 end
798
799 elseif Input.KeyCode == sens_increase then
800 sens = sens + .05
801
802
803 elseif Input.KeyCode == sens_decrease then
804 sens = sens - .05
805
806
807 elseif Input.KeyCode == targetpart_change then
808 val = val+1
809 targetpart = val<=#parts and parts[val] or parts[1]
810 if parts[1]==targetpart then val = 1 end
811 elseif Input.KeyCode == ffatoggle then
812 ffa = not ffa
813 elseif Input.KeyCode == priority_toggle then
814 aim_priority = aim_priority+1>2 and 0 or 1
815 aim_priority = aim_priority+1
816 FovGui.Visible = aim_priority>1
817 elseif Input.KeyCode == toggle_bones then
818 esp_bones = not esp_bones
819 if not esp_bones then
820 for _,v in next,ESP:GetDescendants() do
821 if v:IsA('Frame') and v.Name:match('-') then
822 v:Destroy()
823 end
824 end
825 end
826 elseif Input.KeyCode == toggle_gui then
827 hidden = not hidden
828 for _,gui in next,GUI:GetDescendants() do
829 if gui:IsA('GuiObject') and not hidden and not gui.Visible then
830 gui.Visible = true
831 Mouse.Icon = 'rbxassetid://'..mouseiconid
832 elseif gui:IsA('GuiObject') and gui.Visible then
833 gui.Visible = false
834 esp_toggled = false
835 Mouse.Icon = old_icon
836 end
837 end
838 elseif Input.KeyCode == toggle_bottompos then
839 bottompos = not bottompos
840 if bottompos then
841 Bottom.Position = UDim2.new(.5,0,1,1)
842 end
843 elseif Input.KeyCode == toggle_performance then
844 performancee = not performancee
845 elseif Input.KeyCode == toggle_chams then
846 esp_chams = not esp_chams
847 elseif Input.KeyCode == toggle_tracers then
848 esp_tracers = not esp_tracers
849 elseif Input.KeyCode == toggle_boxes then
850 bounding_box = not bounding_box
851 elseif Input.KeyCode == toggle_font then
852 currentfont = (currentfont+1)>#fonts and 1 or currentfont+1
853 for _,v in next,GUI:GetDescendants() do
854 if v.Name~='KeysList' then
855 if v:IsA('TextLabel') or v:IsA('TextButton') then
856 v.Font = fonts[currentfont]
857 end
858 end
859 end
860 end
861 end)
862
863 UIS.InputEnded:Connect(function(Input)
864 if Input.KeyCode == toggle_aim or Input.UserInputType == toggle_aim then
865 aim_toggled = false
866 end
867 end)
868
869 local function checkifspawned(x)
870 spawned = false
871 while not spawned and game.PlaceId==292439477 do
872 spawned = distfromspawn(x)>200 and true or false
873 wait(1/5)
874 end
875 spawned = true
876 end
877
878 checkifspawned(Player)
879 Player.CharacterAdded:Connect(function(c)
880 checkifspawned(Player)
881
882 for _,v in next,ESP:GetDescendants() do
883 if v:IsA('Frame') and v.Name:match('-') then
884 v:Destroy()
885 end
886 end
887 end)
888
889 wait(.5)
890
891 RS.RenderStepped:Connect(function()
892 if cursor then
893 FovGui.Position = cursor.Position-UDim2.new(0,FovGui.AbsoluteSize.X/2,0,FovGui.AbsoluteSize.Y/2)
894 Indicator.Position = cursor.Position+UDim2.new(0,0,0,40)
895 end
896 end)
897
898 Mouse.Button1Down:Connect(function()
899 spawn(function()
900 if FovGui.Visible then
901 FovGui:TweenSize(UDim2.new(0,Camera.ViewportSize.X/(90/fov)*2.35,0,Camera.ViewportSize.X/(90/fov)*2.35),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
902 wait(.1)
903 FovGui:TweenSize(UDim2.new(0,Camera.ViewportSize.X/(90/fov)*2,0,Camera.ViewportSize.X/(90/fov)*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)
904 end
905 end)
906 end)
907
908 while true do
909 Indicator.Text = (aim_priority>1 and 'FOV: '..fov or 'Distance') ..'\nSens: '..sens..(aim_toggled and '\nAiming' or '')
910 if not bottompos then Bottom.Position = cursor.Position end
911 if esp_toggled then
912 for _,v in next,ESP:children() do
913 if v~=Bottom and not Players:FindFirstChild(v.Name) then
914 v:Destroy()
915 end
916 end
917 for _,v in next,Players:GetPlayers() do
918 local Char = v.Character
919 if Char and spawned and v~=Player and Char:FindFirstChild(targetpart) and distfromspawn(v)>100 then
920 if ffa or v.TeamColor~=Player.TeamColor then
921 local X = Camera:GetPartsObscuringTarget({Camera.CFrame.p,Char[targetpart].CFrame.p},{v.Character,Char,Camera,unpack(windows)})
922 local Dist = Player:DistanceFromCharacter(Char:FindFirstChild(targetpart).Position)
923 local Color = hiddencolor
924 local Folder = ESP:FindFirstChild(v.Name) or Instance.new('Folder',ESP)
925 Folder.Name = v.Name
926 -- ESP
927 local Head = Folder:FindFirstChild('Head') or Instance.new('Frame',Folder)
928 if not Folder:FindFirstChild('Head') then
929 Head.Name = 'Head'
930 Head.BorderSizePixel = 1
931 Head.BorderColor3 = Color3.new(0,0,0)
932 Head.BackgroundTransparency = 0
933 end
934 Head.BackgroundColor3 = #X>0 and hiddencolor or #X==0 and visiblecolor
935 Head.Rotation = headboxshape=='diamond' and 45 or 0
936 Head.ZIndex = 3
937 local HP = Folder:FindFirstChild('HP') or Instance.new('TextLabel',Folder)
938 if not Folder:FindFirstChild('HP') then
939 HP.Name = 'HP'
940 HP.TextTransparency = Head.BackgroundTransparency-.4
941 HP.Font = fonts[currentfont]
942 HP.TextStrokeTransparency = .6
943 HP.BackgroundTransparency = 1
944 HP.TextSize = 14
945 end
946 HP.Text = showdists and Char.Name..'\n'..math.floor(Dist+.5) or Char.Name
947 if aim_toggled and target==Char then
948 Head.Size = UDim2.new(0,headboxaimsize,0,headboxaimsize)
949 Head.BackgroundColor3 = aimingcolor
950 HP.Text = showdists and '['..Char.Name..']'..'\n'..math.floor(Dist+.5) or '['..Char.Name..']'
951 HP.TextSize = 16
952 else
953 Head.Size = UDim2.new(0,headboxsize,0,headboxsize)
954 end
955 HP.TextColor3 = Head.BackgroundColor3
956 local toScreen = Camera:WorldToScreenPoint(Char[targetpart].CFrame.p)
957 if #X==0 then Color = visiblecolor end
958 Head.Position = UDim2.new(0,toScreen.X-Head.Size.X.Offset/2,0,toScreen.Y-Head.Size.Y.Offset/2)
959 HP.Position = Head.Position-UDim2.new(0,0,0,textoffset)
960 if esp_tracers then
961 local Line = DrawLine(Folder,ESP.Bottom,Head,linesize,Head.BackgroundColor3,.75,1,Color3.new(0,0,0))
962 Line.Visible = Head.Visible
963 else
964 local imtired = Folder:FindFirstChild(ESP.Bottom.Name..'-'..Head.Name)
965 if imtired then
966 imtired:Destroy()
967 end
968 end
969 if toScreen.Z<=0 then Head.Visible = false else Head.Visible = true end
970 HP.Visible = Head.Visible
971 if Char:FindFirstChild('Humanoid') and Char.Humanoid.RigType==Enum.HumanoidRigType.R6 then
972 local Neck = Folder:FindFirstChild('Neck') or Instance.new('Frame',Folder)
973 Neck.Name = 'Neck'
974 Neck.ZIndex = 2
975 if Char['Torso']~=nil then
976 local Pos = (Char.Torso.CFrame*CFrame.new(0,.8,0)).p
977 local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
978 Neck.Position = UDim2.new(0,X,0,Y)
979 Neck.BorderSizePixel = 0
980 if Z<=0 then Neck.Visible = false else Neck.Visible = true end
981 else
982 Neck.Visible = false
983 end
984 --
985 local Pelvis = Folder:FindFirstChild('Pelvis') or Instance.new('Frame',Folder)
986 Pelvis.Name = 'Pelvis'
987 Pelvis.ZIndex = 2
988 Pelvis.BorderSizePixel = 0
989 if Char['Torso']~=nil then
990 local Pos = (Char.Torso.CFrame*CFrame.new(0,-1,0)).p
991 local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
992 Pelvis.Position = UDim2.new(0,X,0,Y)
993 if Z<=0 then Pelvis.Visible = false else Pelvis.Visible = true end
994 else
995 Pelvis.Visible = false
996 end
997 --
998 local RightFoot = Folder:FindFirstChild('Right Foot') or Instance.new('Frame',Folder)
999 RightFoot.Name = 'Right Foot'
1000 RightFoot.ZIndex = 2
1001 RightFoot.BorderSizePixel = 0
1002 if Char['Right Leg']~=nil then
1003 local Pos = (Char['Right Leg'].CFrame*CFrame.new(0,-1,0)).p
1004 local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
1005 RightFoot.Position = UDim2.new(0,X,0,Y)
1006 if Z<=0 then RightFoot.Visible = false else RightFoot.Visible = true end
1007 else
1008 RightFoot.Visible = false
1009 end
1010 --
1011 local LeftFoot = Folder:FindFirstChild('Left Foot') or Instance.new('Frame',Folder)
1012 LeftFoot.Name = 'Left Foot'
1013 if Char['Left Leg']~=nil then
1014 local Pos = (Char['Left Leg'].CFrame*CFrame.new(0,-1,0)).p
1015 local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
1016 LeftFoot.Position = UDim2.new(0,X,0,Y)
1017 LeftFoot.BorderSizePixel = 0
1018 if Z<=0 then LeftFoot.Visible = false else LeftFoot.Visible = true end
1019 else
1020 LeftFoot.Visible = false
1021 end
1022 --
1023 local RightHand = Folder:FindFirstChild('Right Hand') or Instance.new('Frame',Folder)
1024 RightHand.Name = 'Right Hand'
1025 RightHand.ZIndex = 2
1026 RightHand.BorderSizePixel = 0
1027 if Char['Right Arm']~=nil then
1028 local Pos = (Char['Right Arm'].CFrame*CFrame.new(0,-1,0)).p
1029 local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
1030 RightHand.Position = UDim2.new(0,X,0,Y)
1031 if Z<=0 then RightHand.Visible = false else RightHand.Visible = true end
1032 else
1033 RightHand.Visible = false
1034 end
1035 --
1036 local LeftHand = Folder:FindFirstChild('Left Hand') or Instance.new('Frame',Folder)
1037 LeftHand.Name = 'Left Hand'
1038 LeftHand.ZIndex = 2
1039 LeftHand.BorderSizePixel = 0
1040 if Char['Left Arm']~=nil then
1041 local Pos = (Char['Left Arm'].CFrame*CFrame.new(0,-1,0)).p
1042 local X,Y,Z = Camera:WorldToScreenPoint(Pos).X,Camera:WorldToScreenPoint(Pos).Y,Camera:WorldToScreenPoint(Pos).Z
1043 LeftHand.Position = UDim2.new(0,X,0,Y)
1044 if Z<=0 then LeftHand.Visible = false else LeftHand.Visible = true end
1045 else
1046 LeftHand.Visible = false
1047 end
1048 -- draw joints
1049 if esp_bones then
1050 if Head.Visible then DrawLine(Folder,Head,Neck,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
1051 if Neck.Visible then DrawLine(Folder,Neck,Pelvis,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
1052 if Neck.Visible then DrawLine(Folder,Neck,RightHand,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
1053 if Neck.Visible then DrawLine(Folder,Neck,LeftHand,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
1054 if Pelvis.Visible then DrawLine(Folder,Pelvis,RightFoot,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
1055 if Pelvis.Visible then DrawLine(Folder,Pelvis,LeftFoot,1,Color3.new(1,1,1),Head.BackgroundTransparency) end
1056 end
1057 end
1058
1059 if esp_chams then
1060 for _,Part in next,Char:children() do
1061 if Part:IsA('BasePart') and Part.Name~='HumanoidRootPart' then
1062 local Adornment = Folder:FindFirstChild(Part.Name..'_Cham') or Instance.new('BoxHandleAdornment',Folder)
1063 if not Folder:FindFirstChild(Part.Name..'_Cham') then
1064 Adornment.Name = Part.Name..'_Cham'
1065 Adornment.Adornee = Part
1066 Adornment.AlwaysOnTop = true
1067 Adornment.Size = Part.Name=='Head' and Vector3.new(1,1,1) or Part.Size
1068 Adornment.ZIndex = 1
1069 end
1070 Adornment.Color3 = Head.BackgroundColor3
1071 end
1072 end
1073 else
1074 for _,v in next,Folder:GetDescendants() do
1075 if v.Name:match('Cham') then
1076 v:Destroy()
1077 end
1078 end
1079 end
1080
1081 if bounding_box and Char:FindFirstChild('HumanoidRootPart') then
1082 local Box = Char:FindFirstChild('Box') or Instance.new('BillboardGui',Char)
1083 if not Char:FindFirstChild('Box') then
1084 Box.Name = 'Box'
1085 Box.Adornee = Char:FindFirstChild('HumanoidRootPart')
1086 Box.AlwaysOnTop = true
1087 Box.LightInfluence = 0
1088 Box.StudsOffset = Vector3.new(0,-Box.Adornee.Size.Y/4,0)
1089 Box.Size = UDim2.new(4,1,5,1)
1090 local Top = Instance.new('Frame',Box)
1091 Top.Size = UDim2.new(1,0,0,box_line_size)
1092 Top.BorderSizePixel = 0
1093 local Bot = Top:Clone()
1094 Bot.Position = UDim2.new(0,0,1,-box_line_size)
1095 Bot.Parent = Box
1096 local Left = Top:Clone()
1097 Left.Size = UDim2.new(0,1,1,0)
1098 Left.Parent = Box
1099 local Right = Left:Clone()
1100 Right.Position = UDim2.new(1,-box_line_size,0,0)
1101 Right.Parent = Box
1102 end
1103 for _,v in next,Box:children() do
1104 if v:IsA('Frame') then
1105 v.BackgroundColor3 = Head.BackgroundColor3
1106 end
1107 end
1108 else
1109 local Box = Char:FindFirstChild('Box')
1110 if Box then
1111 Box:Destroy()
1112 end
1113 end
1114
1115 if lockedon and target and aim_line and ESP:FindFirstChild(target.Name) then
1116 DrawLine(ESP,cursor,ESP:FindFirstChild(target.Name).Head,1,Head.BackgroundColor3,.5)
1117 end
1118
1119 else
1120 if ESP:FindFirstChild(v.Name) then
1121 ESP:FindFirstChild(v.Name):Destroy()
1122 end
1123 end
1124 else
1125 if ESP:FindFirstChild(v.Name) then
1126 ESP:FindFirstChild(v.Name):Destroy()
1127 end
1128 end
1129 end
1130 else
1131 for _,v in next,ESP:children() do
1132 if v:IsA('Folder') then
1133 v:Destroy()
1134 end
1135 end
1136 end
1137 if performancee then
1138 wait(1/(workspace:GetRealPhysicsFPS()))
1139 else
1140 RS.Stepped:wait()
1141 end
1142 end
1143
1144 script.Parent.Parent:Destroy()
1145 end)
1146
1147end
1148coroutine.resume(coroutine.create(SCRIPT_OABX66_FAKESCRIPT))
1149
1150
1151
1152
1153--[[
1154FOV changer
1155
1156
1157
1158_G.FF = 120
1159
1160if _G.R ~= 1 then
1161 _G.R = 1
1162 game.RunService.RenderStepped:Connect(function()
1163 workspace.Camera.FieldOfView = _G.FF
1164 end)
1165end
1166
1167
1168]]