· 6 years ago · Dec 01, 2019, 04:58 AM
1--FOR PROXO EXPLOIT & EXPLOITS LIKE PROXO + ZONE WAR ONLY!
2--Keys: E [Locks on person] O [Change wether its free for all, or not] L [See everybody]
3--Credits to Lazy Autistic Devs. Remade by RedFledio
4--Works on almost all FPS Games except Phantom Forces. Works on CBRO, Strucid, ETC.
5pcall(function()
6local espcolor = Color3.fromRGB(140, 69, 102)
7local wallhack_esp_transparency = .4
8local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
9local plrs = game:GetService("Players")
10local lplr = game:GetService("Players").LocalPlayer
11local TeamBased = true ; local teambasedswitch = "o"
12local presskeytoaim = true; local aimkey = "e"
13aimbothider = false; aimbothiderspeed = .5
14local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
15local espupdatetime = 5; autoesp = false; local charmsesp = true
16local movementcounting = true
17
18
19
20
21local mouselock = false
22local canaimat = true
23local lockaim = true; local lockangle = 5
24local ver = "2.4"
25local cam = game.Workspace.CurrentCamera
26local BetterDeathCount = true
27local ballisticsboost = 0
28
29local mouse = lplr:GetMouse()
30local switch = false
31local key = "k"
32local aimatpart = nil
33local lightesp = false
34
35local abs = math.abs
36
37local Gui = Instance.new("ScreenGui")
38local Move = Instance.new("Frame")
39local Main = Instance.new("Frame")
40local EspStatus = Instance.new("TextLabel")
41local st1 = Instance.new("TextLabel")
42local st1_2 = Instance.new("TextLabel")
43local st1_3 = Instance.new("TextBox")
44local Name = Instance.new("TextLabel")
45--Properties:
46
47Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
48
49
50local aimbotstatus = {"qc", "qr", "qe", "qd", "qi", "qt", "qs", "dd", "sp", "ql", "qa", "qd", "qs"}
51local gotstring = 0
52local function getrandomstring()
53 gotstring = gotstring+666
54 local str = ""
55 local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
56 "?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?", "`", "$",
57 "0","1","2","3","4","5","6","7","8","9", }
58 local counting123 = 0
59 for i, v in ipairs(randomstring) do
60 counting123 = i
61 end
62 do
63 math.randomseed(tick()+gotstring)
64 for i = 3, math.random(1,100) do
65 math.randomseed(i+tick()+gotstring)
66
67 local oneortwo = math.random(1,2)
68 if oneortwo == 2 then
69 math.randomseed(i+tick()+gotstring)
70 str = str..""..randomstring[math.random(1, counting123)]
71 else
72 math.randomseed(i+tick()+gotstring)
73 str = str..""..string.upper(randomstring[math.random(1, counting123)])
74 end
75
76 end
77 end
78 return str
79end
80local mousedown = false
81local isonmovething = false
82local mouseoffset = Vector2.new()
83local mousedown = false
84local bspeed = 3584
85local aimbotoffset = {dd = ":", sp = " ", qa = "a", qb = "b",qc = "c", qd = "d", qe = "e", qf = "f", qg = "g" , qh = "h" , qi = "i", qj = "j", qk = "k", ql = "l", qm = "m", qn = "n", qo = "o", qp = "p", qq = "q", qr = "r", qs = "s", qt = "t", qu = "u", qv = "w", qx = "x", qy = "y", qz = "z"}
86
87
88
89Gui.Name = getrandomstring()
90
91Move.Name = getrandomstring()
92Move.Draggable = true
93Move.Parent = Gui
94Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
95Move.BackgroundTransparency = 0.40000000596046
96Move.BorderSizePixel = 0
97Move.Position = UDim2.new(0.5, 0,0.018, 0)
98Move.Size = UDim2.new(0, 320, 0, 30)
99
100Move.MouseEnter:Connect(function()
101
102 isonmovething = true
103
104end)
105Move.MouseLeave:Connect(function()
106
107 isonmovething = mousedown and true or false
108end)
109mouse.Button1Down:connect(function()
110 mousedown = true
111 mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
112end)
113mouse.Button1Up:connect(function()
114 mousedown = false
115end)
116
117mouse.Move:Connect(function()
118 if isonmovething == true and mousedown then
119 Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
120 end
121end)
122local function uc (st)
123 local ast = ""
124 for i, v in ipairs(st) do
125 local let = aimbotoffset[v]
126 ast = ast..let
127 end
128 return ast
129end
130
131Main.Name = getrandomstring()
132Main.Parent = Move
133Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
134Main.BackgroundTransparency = 0.69999998807907
135Main.Position = UDim2.new(0, 0, 0.995670795, 0)
136Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
137
138st1.Name = getrandomstring()
139st1.Parent = Main
140st1.BackgroundColor3 = Color3.new(1, 1, 1)
141st1.BackgroundTransparency = 1
142st1.Position = UDim2.new(0, 0, 0, 0)
143st1.Size = UDim2.new(1, 0, 0.161862016, 0)
144st1.Font = Enum.Font.ArialBold
145st1.Text = uc(aimbotstatus)
146st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
147st1.TextScaled = true
148st1.TextSize = 14
149st1.TextWrapped = true
150
151st1_2.Name = getrandomstring()
152st1_2.Parent = Main
153st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
154st1_2.BackgroundTransparency = 1
155st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
156st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
157st1_2.Font = Enum.Font.ArialBold
158st1_2.TextXAlignment = Enum.TextXAlignment.Left
159st1_2.Text = "Current ballistics: 0"
160st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
161st1_2.TextScaled = true
162st1_2.TextSize = 14
163st1_2.TextWrapped = true
164
165local aimbothiderbox = Instance.new("TextBox")
166aimbothiderbox.Name = getrandomstring()
167aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
168aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
169aimbothiderbox.TextScaled = true
170aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
171aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
172aimbothiderbox.BackgroundTransparency = 1
173aimbothiderbox.Parent = Main
174
175st1_3.Name = getrandomstring()
176st1_3.Parent = Main
177st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
178st1_3.BackgroundTransparency = 1
179st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
180st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
181st1_3.Font = Enum.Font.ArialBold
182st1_3.Text = "Bullet speed = 3584"
183st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
184st1_3.TextScaled = true
185st1_3.TextSize = 14
186st1_3.TextWrapped = true
187local teambasedstatus = st1_3:Clone()
188teambasedstatus.Parent = Main
189teambasedstatus.TextScaled = true
190teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
191teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
192teambasedstatus.Name = getrandomstring()
193teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
194local espstatustext = teambasedstatus:Clone()
195espstatustext.Name = getrandomstring()
196espstatustext.Position = UDim2.new(0, 0,0.58, 0)
197espstatustext.Text = "Esp loop :"..tostring(autoesp)
198espstatustext.Parent = Main
199local hide = Instance.new("TextButton")
200hide.Text = "_"
201hide.BackgroundTransparency = 1
202hide.TextScaled = true
203hide.TextWrapped = true
204hide.Size = UDim2.new(0.1, 0,1, 0)
205hide.Position = UDim2.new(0.9, 0,-0.15, 0)
206hide.Name = getrandomstring()
207hide.Parent = Move
208Name.Name = getrandomstring()
209Name.Parent = Move
210Name.BackgroundColor3 = Color3.new(1, 1, 1)
211Name.BackgroundTransparency = 1
212Name.Size = UDim2.new(0.838, 0, 1, 0)
213Name.Font = Enum.Font.Arial
214Name.Text = "FPS gui v"..ver
215Name.TextColor3 = Color3.new(0, 0, 0)
216Name.TextScaled = true
217Name.TextSize = 14
218Name.TextWrapped = true
219Name.TextXAlignment = Enum.TextXAlignment.Left
220local scr = Instance.new("ScrollingFrame")
221scr.Size = Main.Size
222scr.Position = Main.Position
223scr.ScrollBarThickness = 0
224scr.BackgroundTransparency = 1
225scr.Name = getrandomstring()
226Main.Size = UDim2.new(1, 0, 1, 0)
227Main.Position = UDim2.new(0,0,0,0)
228Main.Parent = scr
229scr.Parent = Move
230startpos = Main.Position
231Move.Active = true
232
233-- Scripts:
234hided = false
235hide.MouseButton1Click:Connect(function()
236 if hided == false then
237 hided = true
238 Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
239 else
240 hided = false
241 Main:TweenPosition(startpos)
242 end
243end)
244
245
246aimbothiderbox.FocusLost:Connect(function()
247 local numb = tonumber(aimbothiderbox.Text)
248 if aimbothider == true then
249 aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
250 else
251 aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
252 end
253 if numb ~= nil then
254 aimbothiderspeed = numb
255 if aimbothider == true then
256 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
257 else
258 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
259 end
260 else
261 if aimbothider == true then
262 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
263 else
264 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
265 end
266 end
267end)
268
269
270local plrsforaim = {}
271
272
273Move.Draggable = true
274Gui.ResetOnSpawn = false
275--Gui.Name = "Chat"
276Gui.DisplayOrder = 999
277pcall(function()
278if not game:GetService("CoreGui") then
279 Gui.Parent = plrs.LocalPlayer.PlayerGui
280else
281 Gui.Parent = game:GetService("CoreGui")
282end
283end)
284local espheadthing
285do
286local BillboardGui = Instance.new("BillboardGui")
287local PName = Instance.new("TextLabel")
288local Pdist = Instance.new("TextLabel")
289local ImageLabel = Instance.new("ImageLabel")
290local ImageLabel_2 = Instance.new("ImageLabel")
291--Properties:
292--BillboardGui.Parent = game.Workspace.Part
293BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
294BillboardGui.AlwaysOnTop = true
295BillboardGui.LightInfluence = 0
296BillboardGui.Size = UDim2.new(0, 100, 0, 46)
297BillboardGui.Name = "headoverthing"
298PName.Name = "PName"
299PName.Parent = BillboardGui
300PName.BackgroundColor3 = espcolor
301PName.BackgroundTransparency = 0.55000001192093
302PName.BorderSizePixel = 0
303PName.Size = UDim2.new(0, 100, 0, 23)
304PName.Font = Enum.Font.SourceSans
305PName.Text = "urmom"
306PName.TextColor3 = Color3.new(0, 0, 0)
307PName.TextScaled = true
308PName.TextSize = 14
309PName.TextWrapped = true
310st1.Text = uc(aimbotstatus)
311Pdist.Name = "Pdist"
312Pdist.Parent = BillboardGui
313Pdist.AnchorPoint = Vector2.new(0.5, 0)
314Pdist.BackgroundColor3 = espcolor
315Pdist.BackgroundTransparency = 0.55000001192093
316Pdist.BorderSizePixel = 0
317Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
318Pdist.Size = UDim2.new(0, 70, 0, 23)
319Pdist.Font = Enum.Font.SourceSans
320Pdist.Text = "666"
321Pdist.TextColor3 = Color3.new(0, 0, 0)
322Pdist.TextScaled = true
323Pdist.TextSize = 14
324Pdist.TextWrapped = true
325
326ImageLabel.Parent = BillboardGui
327ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
328ImageLabel.BackgroundTransparency = 1
329ImageLabel.BorderColor3 = espcolor
330ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
331ImageLabel.Rotation = 180
332ImageLabel.Size = UDim2.new(0, 15, 0, 23)
333ImageLabel.Image = "rbxassetid://2832171824"
334ImageLabel.ImageColor3 = espcolor
335ImageLabel.ImageTransparency = 0.55000001192093
336
337ImageLabel_2.Parent = BillboardGui
338ImageLabel_2.BackgroundColor3 = espcolor
339ImageLabel_2.BackgroundTransparency = 1
340ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
341ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
342ImageLabel_2.Rotation = 180
343ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
344ImageLabel_2.Image = "rbxassetid://2832177613"
345ImageLabel_2.ImageColor3 = espcolor
346ImageLabel_2.ImageTransparency = 0.55000001192093
347espheadthing = BillboardGui
348end
349
350
351
352f = {}
353f.UpdateHeadUI = function(v)
354
355
356 if v.Adornee and v.Adornee ~= nil then
357 local destr = false
358 if TeamBased then
359 destr = true
360 local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
361 if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
362 destr = false
363 end
364 end
365 if lightesp == true then
366 v.Pdist.TextColor3 = Color3.new(1,1,1)
367 v.PName.TextColor3 = Color3.new(1,1,1)
368 else
369 v.Pdist.TextColor3 = Color3.new(0,0,0)
370 v.PName.TextColor3 = Color3.new(0,0,0)
371 end
372 local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
373 v.Pdist.Text = tostring(d)
374 if d < 14 then
375 v.Enabled = false
376 else
377 v.Enabled = true
378 end
379 v.StudsOffset = Vector3.new(0,.6+d/14,0)
380 if destr then
381 v:Destroy()
382 end
383 else
384 v:Destroy()
385 end
386
387
388end
389st1.Text = uc(aimbotstatus)
390local espforlder
391local partconverter = Instance.new("Part")
392--local headsupdatelist = {}
393st1_3.FocusLost:connect(function()
394 if tonumber(st1_3.Text) then
395 bspeed = tonumber(st1_3.Text)
396 else
397
398 end
399end)
400f.addesp = function()
401 pcall(function()
402 --print("ESP ran")
403 if espforlder then
404 espforlder:Destroy()
405 espforlder = Instance.new("Folder")
406 espforlder.Parent = game.Workspace.CurrentCamera
407 else
408 espforlder = Instance.new("Folder")
409 espforlder.Parent = game.Workspace.CurrentCamera
410 end
411 for i, v in pairs(espforlder:GetChildren()) do
412 v:Destroy()
413 end
414 for _, plr in pairs(plrs:GetChildren()) do
415 if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
416 if TeamBased == true then
417
418 if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
419 pcall(function()
420 local e = espforlder:FindFirstChild(plr.Name)
421 if not e then
422 local fold = Instance.new("Folder", espforlder)
423 fold.Name = plr.Name
424
425 --partconverter.BrickColor = plr.Team.Color
426 --local teamc = partconverter.Color
427 for i, p in pairs(plr.Character:GetChildren()) do
428 if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
429 if charmsesp then
430 local urmom = Instance.new("BoxHandleAdornment")
431 urmom.ZIndex = 10
432 urmom.AlwaysOnTop = true
433 urmom.Color3 = espcolor
434 urmom.Size = p.Size
435 urmom.Adornee = p
436 urmom.Name = tick().." Ur mom has big gay"
437 urmom.Transparency = wallhack_esp_transparency
438 urmom.Parent = fold
439 if p.Name == "Head" then
440 local th = p:FindFirstChild("headoverthing")
441 if not th then
442 local ht = espheadthing:Clone()
443 ht.PName.Text = p.Parent.Name
444 ht.Adornee = p
445 --table.insert(headsupdatelist, ht)
446 delay(0, function()
447 while wait(0.08) and plr and p do
448 f.UpdateHeadUI(ht)
449 end
450 end)
451 ht.Parent = p
452 end
453 end
454 end
455 end
456 end
457 plr.Character.Humanoid.Died:Connect(function()
458 fold:Destroy()
459 end)
460
461 end
462 end)
463 end
464 else
465 local e = espforlder:FindFirstChild(plr.Name)
466 if not e then
467 local fold = Instance.new("Folder", espforlder)
468 fold.Name = plr.Name
469
470 --partconverter.BrickColor = plr.Team.Color
471 --local teamc = Move.BackgroundColor3
472 for i, p in pairs(plr.Character:GetChildren()) do
473 if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
474 pcall(function()
475 if charmsesp then
476 local urmom = Instance.new("BoxHandleAdornment")
477 urmom.ZIndex = 10
478 urmom.AlwaysOnTop = true
479 urmom.Color3 = espcolor
480 urmom.Size = p.Size
481 urmom.Adornee = p
482 urmom.Name = tick().." Ur mom has big gay"
483 urmom.Transparency = wallhack_esp_transparency
484 urmom.Parent = fold
485 end
486 if p.Name == "Head" then
487 local th = p:FindFirstChild("headoverthing")
488 if not th then
489 local ht = espheadthing:Clone()
490 ht.PName.Text = p.Parent.Name
491 ht.Adornee = p
492 delay(0, function()
493 while wait(0.08) and plr and p do
494 f.UpdateHeadUI(ht)
495 end
496 end)
497 --table.insert(headsupdatelist, ht)
498 ht.Parent = p
499 end
500 end
501 end)
502 end
503 end
504 plr.Character.Humanoid.Died:Connect(function()
505 fold:Destroy()
506 end)
507 end
508 end
509
510
511 end
512 end
513 end)
514end
515
516local uis = game:GetService("UserInputService")
517local bringall = false
518local hided2 = false
519local upping = false
520local downing = false
521mouse.KeyDown:Connect(function(a)
522
523 if a == "t" then
524 --print("worked1")
525 f.addesp()
526 elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
527 if hided2 == false then
528 hided2 = true
529 autoesp =false
530 if espforlder then
531 espforlder:Destroy()
532 end
533 Gui.Enabled = false
534 else
535 Gui.Enabled = true
536 hided2 = false
537 end
538
539 elseif a == "" then
540 if aimbothider == false then
541 aimbothider = true
542 if aimbothider == true then
543 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
544 else
545 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
546 end
547 else
548
549 aimbothider = false
550 if aimbothider == true then
551 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
552 else
553 aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
554 end
555 end
556 if aimbothider == true then
557 aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
558 else
559 aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
560 end
561 elseif a == "l" then
562 if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
563 if autoesp == false then
564 autoesp = true
565 else
566 autoesp = false
567 end
568 else
569 if lightesp == true then
570 lightesp = false
571 else
572 lightesp = true
573 end
574 end
575 elseif a == "]" then
576 upping = true
577 downing = false
578 elseif a== "[" then
579 downing = true
580 upping = false
581 elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
582 if Aim_Assist == true then
583 Aim_Assist = false
584 --print("disabled")
585 else
586 Aim_Assist = true
587 end
588 end
589 if a == "j" then
590 if mouse.Target then
591 mouse.Target:Destroy()
592 end
593 end
594 if a == key then
595 if switch == false then
596 switch = true
597 else
598 switch = false
599 if aimatpart ~= nil then
600 aimatpart = nil
601 end
602 end
603 elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and not uis:IsKeyDown(Enum.KeyCode.R) then
604 if movementcounting then
605 movementcounting = false
606 else
607 movementcounting = true
608 end
609 elseif a == teambasedswitch then
610 if TeamBased == true then
611 TeamBased = false
612 teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
613 else
614 TeamBased = true
615 teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
616 end
617 elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and uis:IsKeyDown(Enum.KeyCode.R) then
618 ballisticsboost = 0
619 elseif a == aimkey then
620 if not aimatpart then
621 local maxangle = math.rad(20)
622 for i, plr in pairs(plrs:GetChildren()) do
623 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
624 if TeamBased == true then
625 if plr.Team.Name ~= lplr.Team.Name then
626 local an = checkfov(plr.Character.Head)
627 if an < maxangle then
628 maxangle = an
629 aimatpart = plr.Character.Head
630 end
631 end
632 else
633 local an = checkfov(plr.Character.Head)
634 if an < maxangle then
635 maxangle = an
636 aimatpart = plr.Character.Head
637 end
638 --print(plr)
639 end
640 local old = aimatpart
641 plr.Character.Humanoid.Died:Connect(function()
642 --print("died")
643 if aimatpart and aimatpart == old then
644 aimatpart = nil
645 end
646 end)
647
648 end
649 end
650 else
651 aimatpart = nil
652 canaimat = false
653 delay(1.1, function()
654 canaimat = true
655 end)
656 end
657 end
658end)
659
660function getfovxyz (p0, p1, deg)
661 local x1, y1, z1 = p0:ToOrientation()
662 local cf = CFrame.new(p0.p, p1.p)
663 local x2, y2, z2 = cf:ToOrientation()
664 local d = math.deg
665 if deg then
666 return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
667 else
668 return Vector3.new((x1-x2), (y1-y2), (z1-z2))
669 end
670end
671
672
673function aimat(part)
674 if part then
675 --print(part)
676 local d = (cam.CFrame.p - part.CFrame.p).magnitude
677 local calculatedrop
678 local timetoaim = 0
679 local pos2 = Vector3.new()
680 if movementcounting == true then
681 timetoaim = d/bspeed
682 pos2 = part.Velocity * timetoaim
683 end
684 local minuseddrop = (ballisticsboost+50)/50
685 if ballisticsboost ~= 0 then
686 calculatedrop = d - (d/minuseddrop)
687
688 else
689 calculatedrop = 0
690 end
691 --print(calculatedrop)
692 local addative = Vector3.new()
693 if movementcounting then
694 addative = pos2
695 end
696 local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0)))
697 if aimbothider == true or Aim_Assist == true then
698 cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed)
699 else
700
701 cam.CFrame = cf
702 end
703 --print(cf)
704 end
705end
706function checkfov (part)
707 local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
708 local angle = math.abs(fov.X) + math.abs(fov.Y)
709 return angle
710end
711pcall(function()
712 delay(0, function()
713 while wait(.32) do
714 if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
715 for i, plr in pairs(plrs:GetChildren()) do
716
717
718 local minangle = math.rad(5.5)
719 local lastpart = nil
720 local function gg(plr)
721 pcall(function()
722 if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
723 local raycasted = false
724 local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
725 local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
726 local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
727 local dist = (plr.Character.Head.CFrame.p- pos).magnitude
728 if dist < 4 then
729 raycasted = true
730 end
731 if raycasted == true then
732 local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
733 local an = abs(an1.X) + abs(an1.Y)
734 if an < minangle then
735 minangle = an
736 lastpart = plr.Character.Head
737 end
738 end
739 end
740 end)
741 end
742 if TeamBased then
743 if plr.Team.Name ~= lplr.Team.Name then
744 gg(plr)
745 end
746 else
747 gg(plr)
748 end
749 --print(math.deg(minangle))
750 if lastpart then
751 aimatpart = lastpart
752 aimatpart.Parent.Humanoid.Died:Connect(function()
753 if aimatpart == lastpart then
754 aimatpart = nil
755 end
756 end)
757
758 end
759 end
760 end
761 end
762 end)
763end)
764local oldheadpos
765local lastaimapart
766game:GetService("RunService").RenderStepped:Connect(function(dt)
767 if uis:IsKeyDown(Enum.KeyCode.RightBracket) or uis:IsKeyDown(Enum.KeyCode.LeftBracket) then
768 if upping then
769 ballisticsboost = ballisticsboost + dt/1.9
770 elseif downing then
771 ballisticsboost = ballisticsboost - dt/1.9
772 end
773 end
774 if movementcounting then
775 st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
776 st1_2.Text = "Current ballistics: "..tostring(math.floor(ballisticsboost*10)/10)
777 else
778 st1_2.TextColor3 = Color3.new(1,0,0)
779 end
780 espstatustext.Text = "Esp loop :"..tostring(autoesp)
781 if aimatpart and lplr.Character and lplr.Character.Head then
782 if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
783 local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
784 if dist > 40 then
785 aimatpart = nil
786 end
787 end
788 lastaimapart = aimatpart
789 oldheadpos = lastaimapart.CFrame.p
790 do
791 if aimatpart.Parent == plrs.LocalPlayer.Character then
792 aimatpart = nil
793 end
794 aimat(aimatpart)
795 pcall(function()
796 if Aim_Assist == true then
797 local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
798 local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
799 local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
800 local dist = (aimatpart.CFrame.p- pos).magnitude
801 if obj then
802 --print(obj:GetFullName())
803 end
804 if not obj or dist > 6 then
805 aimatpart = nil
806 --print("ooof")
807 end
808 canaimat = false
809 delay(.5, function()
810 canaimat = true
811 end)
812 end
813 end)
814 end
815
816
817
818 end
819end)
820
821
822delay(0, function()
823 while wait(espupdatetime) do
824 if autoesp == true then
825 pcall(function()
826 f.addesp()
827 end)
828 end
829 end
830end)
831--warn("loaded")
832end)
833
834--[[
835Next Line
836--]]
837
838-- applebee
839-- Version: 3.0
840-- Instances:
841local StrucidRemoveWalls = Instance.new("ScreenGui")
842local Frame = Instance.new("Frame")
843local TextLabel = Instance.new("TextLabel")
844local TextButton = Instance.new("TextButton")
845local TextLabel2 = Instance.new("TextLabel")
846local X = Instance.new("TextButton")
847local Open = Instance.new("TextButton")
848--Properties:
849StrucidRemoveWalls.Name = "StrucidRemoveWalls"
850StrucidRemoveWalls.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
851StrucidRemoveWalls.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
852
853Frame.Parent = StrucidRemoveWalls
854Frame.BackgroundColor3 = Color3.new(1, 1, 1)
855Frame.BackgroundTransparency = 1
856Frame.Position = UDim2.new(0.475776404, 0, 0.286852598, 0)
857Frame.Size = UDim2.new(0, 100, 0, 50)
858
859TextLabel.Parent = Frame
860TextLabel.BackgroundColor3 = Color3.new(0, 0, 1)
861TextLabel.Position = UDim2.new(0.129999995, 0, 0, 0)
862TextLabel.Size = UDim2.new(0, 100, 0, 50)
863TextLabel.SizeConstraint = Enum.SizeConstraint.RelativeXX
864TextLabel.Font = Enum.Font.Cartoon
865TextLabel.Text = "Enable"
866TextLabel.TextColor3 = Color3.new(1, 1, 1)
867TextLabel.TextScaled = true
868TextLabel.TextSize = 14
869TextLabel.TextWrapped = true
870
871TextButton.Parent = TextLabel
872TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
873TextButton.BackgroundTransparency = 1
874TextButton.Size = UDim2.new(0, 100, 0, 50)
875TextButton.Font = Enum.Font.Cartoon
876TextButton.Text = ""
877TextButton.TextColor3 = Color3.new(0, 0, 0)
878TextButton.TextScaled = true
879TextButton.TextSize = 14
880TextButton.TextWrapped = true
881
882TextLabel2.Name = "TextLabel2"
883TextLabel2.Parent = Frame
884TextLabel2.BackgroundColor3 = Color3.new(0.431373, 1, 0.27451)
885TextLabel2.Position = UDim2.new(-0.769999981, 0, -0.640000045, 0)
886TextLabel2.Size = UDim2.new(0, 253, 0, 32)
887TextLabel2.Font = Enum.Font.GothamSemibold
888TextLabel2.Text = "NEB AQU"
889TextLabel2.TextColor3 = Color3.new(1, 1, 1)
890TextLabel2.TextScaled = true
891TextLabel2.TextSize = 14
892TextLabel2.TextWrapped = true
893
894X.Name = "X"
895X.Parent = Frame
896X.BackgroundColor3 = Color3.new(0.666667, 0, 0)
897X.Position = UDim2.new(1.75999999, 0, -0.639999986, 0)
898X.Size = UDim2.new(0, 26, 0, 32)
899X.Font = Enum.Font.Cartoon
900X.Text = "X"
901X.TextColor3 = Color3.new(1, 1, 1)
902X.TextScaled = true
903X.TextSize = 14
904X.TextWrapped = true
905
906Open.Name = "Open"
907Open.Parent = Frame
908Open.BackgroundColor3 = Color3.new(0.333333, 0, 0)
909Open.Position = UDim2.new(0.0600001477, 0, 6.5999999, 0)
910Open.Size = UDim2.new(0, 68, 0, 28)
911Open.Visible = false
912Open.Font = Enum.Font.SourceSans
913Open.Text = "OPEN"
914Open.TextColor3 = Color3.new(1, 1, 1)
915Open.TextScaled = true
916Open.TextSize = 14
917Open.TextWrapped = true
918-- Scripts:
919spawn(function () -- X.LocalScript
920 local script = Instance.new('LocalScript')
921 script.Parent = X
922 script.Parent.Parent.X.MouseButton1Click:Connect(function()
923 script.Parent.Parent.TextLabel.Visible = false
924 script.Parent.Parent.TextLabel2.Visible = false
925 script.Parent.Parent.Open.Visible = true
926 script.Parent.Parent.X.Visible = false
927 end)
928
929end)
930
931spawn(function () -- Open.LocalScript
932 local script = Instance.new('LocalScript')
933 script.Parent = Open
934 script.Parent.Parent.Open.MouseButton1Click:Connect(function()
935 script.Parent.Parent.TextLabel.Visible = true
936 script.Parent.Parent.TextLabel2.Visible = true
937 script.Parent.Parent.Open.Visible = false
938 script.Parent.Parent.X.Visible = true
939 end)
940
941end)
942
943TextButton.MouseButton1Down:connect(function()
944repeat wait()
945if IsEnabled == false then
946for a,z in pairs(game:GetService("Workspace")["BuildStuff"]:GetDescendants()) do
947z:Destroy()
948end
949TextLabel.Text = "Disable"
950else
951TextLabel.Text = "Enable"
952end
953until IsEnabled == true
954end)
955TextButton.MouseButton1Down:connect(function()
956IsEnabled = not IsEnabled
957end)
958
959--[[
960Next Line
961--]]
962
963-- Create a New Account, then use this!
964--nSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSs
965local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("TextButton")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("TextButton")local k=Instance.new("TextButton")local l=Instance.new("TextButton")local m=Instance.new("TextLabel")local n=Instance.new("TextLabel")local o=Instance.new("Frame")local p=Instance.new("TextButton")local q=Instance.new("TextBox")function Dragable(r,s)if r==true then s.Active=true;s.Draggable=true else s.Active=false;s.Draggable=false end end;a.Parent=game.CoreGui;b.Parent=a;b.BackgroundColor3=Color3.new(0.235294,0.235294,0.235294)b.BorderColor3=Color3.new(0.188235,0.188235,0.188235)b.BorderSizePixel=2;b.Position=UDim2.new(0.0597140454,0,0.128590912,0)Dragable(true,b)c.Name="Aimbot"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1;c.Position=UDim2.new(0,0,0.17034702,0)c.Size=UDim2.new(0,200,0,21)c.Visible=false;c.Font=Enum.Font.SourceSans;c.Text="Aimbot"c.TextColor3=Color3.new(1,1,1)c.TextSize=19;c.TextWrapped=true;d.Name="ESP"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Position=UDim2.new(0,0,0.24605681,0)d.Size=UDim2.new(0,200,0,21)d.Visible=false;d.Font=Enum.Font.SourceSans;d.Text="ESP"d.TextColor3=Color3.new(1,1,1)d.TextSize=19;d.TextWrapped=true;d.MouseButton1Down:Connect(function()while wait()do for t,u in pairs(game.Players:GetChildren())do pcall(function()if u.Character:FindFirstChild("BillboardGui")==nil then local v=Instance.new("BillboardGui")local w=Instance.new("Frame",v)local x=Instance.new("TextLabel",w)v.Parent=u.Character;v.Adornee=u.Character.Head;v.ExtentsOffset=Vector3.new(0,1,0)v.AlwaysOnTop=true;x.Text=u.Name;x.TextScaled=false;x.TextSize=8;x.ZIndex=1;v.Size=UDim2.new(0,5,0,5)v.StudsOffset=Vector3.new(0,3,0)w.BackgroundTransparency=1;x.TextStrokeTransparency=0;w.ZIndex=1;x.Size=UDim2.new(0,5,0,5)x.BackgroundTransparency=1;x.Visible=true;x.TextColor3=Color3.new(1,1,1)w.Size=UDim2.new(2,0,2,0)end end)end end end)e.Name="IESP"e.Parent=b;e.BackgroundColor3=Color3.new(1,1,1)e.BackgroundTransparency=1;e.Position=UDim2.new(0,0,0.312302858,0)e.Size=UDim2.new(0,200,0,21)e.Visible=false;e.Font=Enum.Font.SourceSans;e.Text="Item ESP"e.TextColor3=Color3.new(1,1,1)e.TextSize=19;e.TextWrapped=true;e.MouseButton1Down:Connect(function()while wait(0.2)do for t,u in pairs(game.Workspace.GroundWeapons:GetChildren())do pcall(function()if u.PrimaryPart:FindFirstChild("BillboardGui")==nil then local v=Instance.new("BillboardGui")local w=Instance.new("Frame",v)local x=Instance.new("TextLabel",w)v.Parent=u.PrimaryPart;v.Adornee=u.PrimaryPart;v.ExtentsOffset=Vector3.new(0,1,0)v.AlwaysOnTop=true;x.Text=u.Name;x.TextScaled=false;x.TextSize=10;x.ZIndex=1;v.Size=UDim2.new(0,5,0,5)v.StudsOffset=Vector3.new(0,3,0)w.BackgroundTransparency=1;x.TextStrokeTransparency=0;w.ZIndex=1;x.Size=UDim2.new(0,5,0,5)x.BackgroundTransparency=1;x.Visible=true;w.Size=UDim2.new(2,0,2,0)if u.Rarity.Value==1 then x.TextColor3=Color3.fromRGB(90,90,90)elseif u.Rarity.Value==2 then x.TextColor3=Color3.fromRGB(0,255,0)elseif u.Rarity.Value==3 then x.TextColor3=Color3.fromRGB(0,0,255)elseif u.Rarity.Value==4 then x.TextColor3=Color3.fromRGB(200,62,255)elseif u.Rarity.Value==5 then x.TextColor3=Color3.fromRGB(255,200,0)end end end)end end end)f.Name="RapidFire"f.Parent=b;f.BackgroundColor3=Color3.new(1,1,1)f.BackgroundTransparency=1;f.Position=UDim2.new(0,0,0.37854892,0)f.Size=UDim2.new(0,200,0,21)f.Visible=false;f.Font=Enum.Font.SourceSans;f.Text="Rapid Fire"f.TextColor3=Color3.new(1,1,1)f.TextSize=19;f.TextWrapped=true;f.MouseButton1Down:Connect(function()for t,y in pairs(game.ReplicatedStorage.Weapons.Modules:GetChildren())do if y.Name~="Drum Gun"then rs=require(y)rs.Debounce=0.06001 end end end)g.Name="TriggerBot"g.Parent=b;g.BackgroundColor3=Color3.new(1,1,1)g.BackgroundTransparency=1;g.Position=UDim2.new(0,0,0.444794953,0)g.Size=UDim2.new(0,200,0,21)g.Visible=false;g.Font=Enum.Font.SourceSans;g.Text="Trigger Bot"g.TextColor3=Color3.new(1,1,1)g.TextSize=19;g.TextWrapped=true;g.MouseButton1Down:Connect(function()local z=game:GetService('Players').LocalPlayer;local A=z:GetMouse()while true do local B=A.Target;if B then local C=z.Parent:FindFirstChild(B.Parent.Name)if B.Parent and C~=nil and C~=z then mouse1press()wait()mouse1release()end end;game:GetService('RunService').Heartbeat:wait()end end)h.Name="Hitbox"h.Parent=b;h.BackgroundColor3=Color3.new(1,1,1)h.BackgroundTransparency=1;h.Position=UDim2.new(0,0,0.507886529,0)h.Size=UDim2.new(0,200,0,26)h.Visible=false;h.Font=Enum.Font.SourceSans;h.Text="Hitbox Extender"h.TextColor3=Color3.new(1,1,1)h.TextSize=19;h.TextWrapped=true;h.MouseButton1Down:Connect(function()local D=select;local E=string.byte;local F=string.sub;local G=string.char;local H=type;local I=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local J,K,L,M;if bit and bit.bxor then J=bit.bxor;K=function(N,O)local P=J(N,O)if P<0 then P=4294967296+P end;return P end else J=function(N,O)local Q=function(R,S)return R%(S*2)>=S end;local T=0;for U=0,31 do T=T+(Q(N,2^U)~=Q(O,2^U)and 2^U or 0)end;return T end;K=J end;L=function(V,W,X)return(V+W)%X end;M=function(V,W,X)return(V-W)%X end;local function Y(P)if P<0 then P=4294967296+P end;return P end;local getfenv=getfenv;if not getfenv then getfenv=function()return _ENV end end;local Z={}local _={}local a0;local a1;local a2={}local a3={}for U=0,255 do local a4,a5=G(U),G(U,0)a2[a4]=a5;a3[a5]=a4 end;local function a6(a7,a8,a9,aa)if a9>=256 then a9,aa=0,aa+1;if aa>=256 then a8={}aa=1 end end;a8[G(a9,aa)]=a7;a9=a9+1;return a8,a9,aa end;local function ab(ac)local function ad(ae)local aa='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'ae=string.gsub(ae,'[^'..aa..'=]','')return ae:gsub('.',function(V)if V=='='then return''end;local af,ag='',aa:find(V)-1;for U=6,1,-1 do af=af..(ag%2^U-ag%2^(U-1)>0 and'1'or'0')end;return af end):gsub('%d%d%d?%d?%d?%d?%d?%d?',function(V)if#V~=8 then return''end;local ah=0;for U=1,8 do ah=ah+(V:sub(U,U)=='1'and 2^(8-U)or 0)end;return string.char(ah)end)end;ac=ad(ac)local ai=F(ac,1,1)if ai=="u"then return F(ac,2)elseif ai~="c"then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;ac=F(ac,2)local aj=#ac;local a8={}local a9,aa=0,1;local ak={}local P=1;local al=F(ac,1,2)ak[P]=a3[al]or a8[al]P=P+1;for U=3,aj,2 do local am=F(ac,U,U+1)local an=a3[al]or a8[al]if not an then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;local ao=a3[am]or a8[am]if ao then ak[P]=ao;P=P+1;a8,a9,aa=a6(an..F(ao,1,1),a8,a9,aa)else local ap=an..F(an,1,1)ak[P]=ap;P=P+1;a8,a9,aa=a6(ap,a8,a9,aa)end;al=am end;return I(ak)end;local function aq(ar,as,at)if at then local au=ar/2^(as-1)%2^(at-1-(as-1)+1)return au-au%1 else local av=2^(as-1)if ar%(av+av)>=av then return 1 else return 0 end end end;local function aw()local ax=J(1604694786,_[5])while true do if ax==J(3333814422,a1)then return elseif ax==J(2341290720,a1)then a0=function(ay,az)return J(ay+35175,az-46106)-J(4239515836,_[2])end;ax=J(ax,J(3770681583,a1))elseif ax==J(2684749265,_[7])then a0=function(ay,az)return J(ay+23879,az-16290)+J(4239518630,_[2])end;ax=ax-J(119550035,a1)elseif ax==J(1105597883,_[4])then a0=function(ay,az)return J(ay-39214,az-36654)-J(749416379,_[7])end;ax=ax+J(119563768,a1)elseif ax==J(195011650,_[1])then a0=function(ay,az)return J(ay+5305,az-20232)+J(119552871,a1)end;ax=ax+J(119546775,a1)elseif ax==J(544462006,_[3])then a0=function(ay,az)return J(ay+2470,az-43537)+J(4239466205,_[2])end;ax=ax+J(119553542,a1)elseif ax==J(2785427788,_[4])then a0=function(ay,az)return J(ay+13092,az-31346)+J(3789992129,_[3])end;ax=J(ax,J(1737717980,_[4]))end end end;local function aA(aB)local aC=1;local aD;local aE;local function aF()local aG=E(aB,aC,aC)aC=aC+1;return aG end;local function aH()local aI,ay,az,aJ=E(aB,aC,aC+3)aC=aC+4;return aJ*16777216+az*65536+ay*256+aI end;local function aK()return aH()*4294967296+aH()end;local function aL()local aM=K(aH(),Z[2792180191]or(function()local V="SECURE API, IMPOSSIBLE TO BYPASS!"Z[2792180191]=J(a0(3061587265,2293923578),J(971930885,_[1]))-string.len(V)-#{3502642872,2860500762}return Z[2792180191]end)())local aN=K(aH(),Z[3587793489]or(function()local V="now comes with a free n word pass"Z[3587793489]=J(a0(355164882,1633669015),J(694850989,a1))-string.len(V)-#{2299087911,3989147904,1573250394,2463225723,1198983592,187514855,1278365713,952518424}return Z[3587793489]end)())local aO=1;local aP=aq(aN,1,20)*2^32+aM;local aQ=aq(aN,21,31)local aR=(-1)^aq(aN,32)if aQ==0 then if aP==0 then return aR*0 else aQ=1;aO=0 end elseif aQ==2047 then if aP==0 then return aR*1/0 else return aR*0/0 end end;return math.ldexp(aR,aQ-1023)*(aO+aP/2^52)end;local function aS(aT)local aU;if aT then aU=F(aB,aC,aC+aT-1)aC=aC+aT else aT=aD()if aT==0 then return""end;aU=F(aB,aC,aC+aT-1)aC=aC+aT end;return aU end;local function aV(aU)local au={}for U=1,#aU do local aW=aU:sub(U,U)au[#au+1]=string.char(J(string.byte(aW),Z[3506957048]or(function(...)local V="https://twitter.com/Ripull_RBLX/status/1059334518581145603"local aX=a0(3814705253,4062584456)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2511537752,1783449265)end;aX=aX+a_ end;Z[3506957048]=J(J(98957904,aX),J(331221141,a1))-string.len(V)-#{2385302801}return Z[3506957048]end)("IiIlilIiIIiliiiill","iiIlliliiiilll",{},5683)))end;return table.concat(au)end;local function b1()local b2={}local b3={}local b4={}local b5={[Z[839411104]or(function()local V="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"Z[839411104]=J(a0(657980585,2935152539),J(2373287561,a1))-string.len(V)-#{3862631515,2915022874,1482415051,3483334349,774297964,2818213686}return Z[839411104]end)()]=b4,[Z[1772609302]or(function()local V="pain exist is gonna connect the dots of xen"Z[1772609302]=J(a0(1540474416,4088908807),J(1638885475,_[5]))-string.len(V)-#{1590435632}return Z[1772609302]end)()]=b2,[Z[205292206]or(function(...)local V="hi xen doesn't work on sk8r please help"local aX=a0(3048855312,3791116702)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(779479506,3515566190)end;aX=aX+a_ end;Z[205292206]=J(J(317026901,aX),J(3086925469,_[1]))-string.len(V)-#{2849487287,3701862764,2832142530,3672067666,2414146165,1988424189,3034466021,2956489551,2063770721}return Z[205292206]end)("ilIllIIlIiiliIII")]=b3}aH()b5[222745054]=J(aF(),Z[241020756]or(function(...)local V="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local aX=a0(1445230946,611575421)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3298727927,996321761)end;aX=aX-a_ end;Z[241020756]=J(J(3156578720,aX),J(798694533,_[3]))-string.len(V)-#{693692316,1069806743,2503834578,759952890,2067372444,3589024284}return Z[241020756]end)({},"lilliIiII","illilllIii"))aH()b5[1629449894]=J(aF(),Z[2580146076]or(function(...)local V="luraph better then xen bros :pensive:"local aX=a0(2977791543,3168329742)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2061205698,2233773308)end;aX=aX-a_ end;Z[2580146076]=J(J(2643094241,aX),J(2534403996,a1))-string.len(V)-#{2210656776,1027067562,3334906648,920126753,3478073809}return Z[2580146076]end)({},1635,4039,"IlIilIIliIIlII",8520,"i",3397))aF()for b6=1,J(aE(),Z[2914038996]or(function()local V="wait for someone on devforum to say they are gonna deobfuscate this"Z[2914038996]=J(a0(2615879189,2130799805),J(724879200,_[7]))-string.len(V)-#{3507423246,1480990185,32649324,3711989380,4019387255,1637893094,3471642192,2917769338}return Z[2914038996]end)())do aF()local H=aF()local b7;if H==(Z[144572166]or(function(...)local V="inb4 posted on exploit reports section"local aX=a0(1549772465,3993664550)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1670285388,2624758699)end;aX=aX-a_ end;Z[144572166]=J(J(3796452377,aX),J(1463690820,a1))-string.len(V)-#{3681231752}return Z[144572166]end)("ilIililIliiii","iiIIilIiIiiIlll"))then b7=aF()~=0 elseif H==(Z[2108524196]or(function(...)local V="sponsored by ironbrew, jk xen is better"local aX=a0(3874570643,2381504920)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1527815787,2767225513)end;aX=aX-a_ end;Z[2108524196]=J(J(1550277191,aX),J(3598851522,_[3]))-string.len(V)-#{1509894269,1560002835,65857856}return Z[2108524196]end)(6010,{},"lliiillliiillill",13422,888,"IiIli",{},"illliilliIiIll"))then b7=aL()elseif H==(Z[898501691]or(function(...)local V="yed"local aX=a0(1215657589,3873705041)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2413177443,1881806052)end;aX=aX-a_ end;Z[898501691]=J(J(1646063793,aX),J(3417022925,a1))-string.len(V)-#{1317269540,2163996448,4004920479,379797583,286347508,274549911,636194416,1099256987,502315120}return Z[898501691]end)("liliiIiiiilIiIiIIIi","lIiIIlliiiliIiill",7564,"lliill",13699))then b7=F(aV(aS()),1,-2)end;b2[b6-1]=b7 end;aH()for b6=1,J(aE(),Z[330483819]or(function()local V="xen doesn't come with instance caching, sorry superskater"Z[330483819]=J(a0(4254949888,3680348976),J(3863685234,a1))-string.len(V)-#{2362471087}return Z[330483819]end)())do local b8=J(aH(),Z[232941260]or(function()local V="this is a christian obfuscator, no cursing allowed in our scripts"Z[232941260]=J(a0(1739535140,2761087522),J(3101386562,a1))-string.len(V)-#{3220827646}return Z[232941260]end)())local b9=aF()aH()local H=aF()aF()local ba={[274128644]=b8,[1857544113]=b9,[67547595]=aq(b8,1,6),[814391688]=aq(b8,7,14)}if H==(Z[33483366]or(function()local V="pain is gonna use the backspace method on xen"Z[33483366]=J(a0(2423627611,4149740211),J(1610871512,a1))-string.len(V)-#{2291340319,3894752051,3733592996,174775454,1950494007,1447304540,2975098662,1989785620,3061260206,3088723786}return Z[33483366]end)())then ba[1674215972]=aq(b8,24,32)ba[903331679]=aq(b8,15,23)elseif H==(Z[4261580752]or(function(...)local V="hi my 2.5mb script doesn't work with xen please help"local aX=a0(3663861485,3350529422)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(39003498,4255971132)end;aX=aX+a_ end;Z[4261580752]=J(J(2002977498,aX),J(3985034856,_[1]))-string.len(V)-#{3992742892,2028585684,3414971641,127897100,1510939228,1998910812,133494227}return Z[4261580752]end)(9282,"IIlIiiIIiIili",{}))then ba[1421296556]=aq(b8,15,32)elseif H==(Z[3563056392]or(function(...)local V="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"local aX=a0(2924525192,4260426604)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3542450957,752588680)end;aX=aX+a_ end;Z[3563056392]=J(J(3400240304,aX),J(3169584788,_[6]))-string.len(V)-#{876678590,3426114322,2921786230}return Z[3563056392]end)({},"lIiiIIiiIiI","IlIilIIllII",{}))then ba[1045961043]=aq(b8,15,32)-131071 end;b3[b6]=ba end;aH()for b6=1,J(aE(),Z[1000368300]or(function()local V="can we have an f in chat for ripull"Z[1000368300]=J(a0(3256490613,833389190),J(2253063955,a1))-string.len(V)-#{2011898470,2235740636,3260532362,843879926,2350507166,2278346521}return Z[1000368300]end)())do b4[b6-1]=b1()end;return b5 end;do assert(aS(4)=="\27Xen","Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")aE=aH;aD=aH;local bb=aS()aH()aF()a1=Y(aE())aH()aF()local bc=0;for U=1,#bb do local aW=bb:sub(U,U)bc=bc+string.byte(aW)end;bc=J(bc,a1)for b6=1,aF()do _[b6]=K(aE(),bc)end;aw()end;return b1()end;local function bd(...)return D('#',...),{...}end;local function be(b5,bf,bg)local b4=b5[Z[839411104]or(function()local V="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"Z[839411104]=J(a0(657980585,2935152539),J(2373287561,a1))-string.len(V)-#{3862631515,2915022874,1482415051,3483334349,774297964,2818213686}return Z[839411104]end)()]local b3=b5[Z[205292206]or(function(...)local V="hi xen doesn't work on sk8r please help"local aX=a0(3048855312,3791116702)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(779479506,3515566190)end;aX=aX+a_ end;Z[205292206]=J(J(317026901,aX),J(3086925469,_[1]))-string.len(V)-#{2849487287,3701862764,2832142530,3672067666,2414146165,1988424189,3034466021,2956489551,2063770721}return Z[205292206]end)("ilIllIIlIiiliIII")]local b2=b5[Z[1772609302]or(function()local V="pain exist is gonna connect the dots of xen"Z[1772609302]=J(a0(1540474416,4088908807),J(1638885475,_[5]))-string.len(V)-#{1590435632}return Z[1772609302]end)()]return function(...)local bh,bi=1,-1;local bj,bk={},D('#',...)-1;local bl=0;local bm={}local bn={}local bo=setmetatable({},{__index=bm,__newindex=function(bp,bq,br)if bq>bi then bi=bq end;bm[bq]=br end})local function bs()local ba,bt;while true do ba=b3[bh]bt=ba[1857544113]bh=bh+1;if bt==(Z[640676549]or(function(...)local V="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local aX=a0(3023174253,2554548389)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3797489223,497500706)end;aX=aX+a_ end;Z[640676549]=J(J(117645533,aX),J(2889902637,_[1]))-string.len(V)-#{1433203891,170882896,1500840090}return Z[640676549]end)({},"Illl","lIiliIilIlIlliIIllI",{},"IllIiIlIlIll",{}))then bo[M(M(ba[814391688],Z[266042869]or(function(...)local V="xen detects custom getfenv"local aX=a0(3145768219,309228502)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2659946317,1635038844)end;aX=aX-a_ end;Z[266042869]=J(J(4217616448,aX),J(2003504908,_[6]))-string.len(V)-bt-#{167178915,760674063}return Z[266042869]end)("liilliiii","llIiiIIIiIll",318),256),bl,256)]=L(ba[1674215972],Z[3227603340]or(function(...)local V="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 aX=a0(488705923,1057463838)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(951844022,3343134666)end;aX=aX-a_ end;Z[3227603340]=J(J(2646849843,aX),J(3100354872,a1))-string.len(V)-bt-#{2741613436,2629068117,644165576,2315196707}return Z[3227603340]end)(7801,"lllIIiIiIlIllIli","iililIllliiliIIi"),512)~=0;if J(J(ba[903331679],Z[1692795570]or(function(...)local V="wow xen is shit buy luraph ok"local aX=a0(2577984213,2528735602)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(417966175,3877031538)end;aX=aX+a_ end;Z[1692795570]=J(J(772950949,aX),J(639815331,a1))-string.len(V)-#{4117247677,1875111629,342523433,1205241949,301957519,3641537941}return Z[1692795570]end)(4078,"l","iiIIIIlliIiiI","I","IliIllIiil","lIiilli")),bl)~=0 then bh=bh+1 end elseif bt==(Z[3230233951]or(function()local V="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"Z[3230233951]=J(a0(426754368,2437339733),J(1164023720,_[4]))-string.len(V)-#{2392823794,2247062839,1638607283,558395609,1560025861,3613156746,2248367957}return Z[3230233951]end)())then if M(ba[1421296556],Z[3443083776]or(function(...)local V="sometimes it be like that"local aX=a0(770596709,35524612)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3589108718,705930149)end;aX=aX-a_ end;Z[3443083776]=J(J(19112061,aX),J(703608734,a1))-string.len(V)-#{2821609629,3875983269}return Z[3443083776]end)({},6772,"IIliliiIlliiiI",{},617,{}),262144)==(Z[3832448608]or(function()local V="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"Z[3832448608]=J(a0(1179111713,2147355858),J(353379357,_[7]))-string.len(V)-#{3728569115,3814018175}return Z[3832448608]end)())then bo[M(ba[814391688],Z[279660212]or(function()local V="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."Z[279660212]=J(a0(2388992314,3625744579),J(1365239546,a1))-string.len(V)-#{2855861391,2141901811,4154585402,3966918865,3587620741,1972175499,4110900946,3779131322,3117961805}return Z[279660212]end)(),256)]=a1 else bo[M(ba[814391688],Z[279660212]or(function()local V="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."Z[279660212]=J(a0(2388992314,3625744579),J(1365239546,a1))-string.len(V)-#{2855861391,2141901811,4154585402,3966918865,3587620741,1972175499,4110900946,3779131322,3117961805}return Z[279660212]end)(),256)]=_[M(ba[1421296556],Z[3443083776]or(function(...)local V="sometimes it be like that"local aX=a0(770596709,35524612)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3589108718,705930149)end;aX=aX-a_ end;Z[3443083776]=J(J(19112061,aX),J(703608734,a1))-string.len(V)-#{2821609629,3875983269}return Z[3443083776]end)({},6772,"IIliliiIlliiiI",{},617,{}),262144)]end elseif bt==(Z[2054480551]or(function()local V="xen best rerubi paste"Z[2054480551]=J(a0(3646350922,2754261986),J(4199484869,_[1]))-string.len(V)-#{3433416908,2732387187,2703697451,2468348204,2856109251,4096169716,2939142392,3940908423}return Z[2054480551]end)())then bo[J(ba[814391688],Z[3572778620]or(function()local V="imagine using some lua minifier tool and thinking you are a badass"Z[3572778620]=J(a0(3079884554,42396336),J(2019472102,_[4]))-string.len(V)-#{2852614899,2680561614}return Z[3572778620]end)())]=bg[J(ba[1674215972],Z[332069568]or(function()local V="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."Z[332069568]=J(a0(2745078144,3110527531),J(500770215,a1))-bt-string.len(V)-#{1883932936,1732141546,1646171889,3749988572,2198228457,2594884050}return Z[332069568]end)())]elseif bt==(Z[1464803367]or(function()local V="hi devforum"Z[1464803367]=J(a0(1992287745,3655951587),J(2086627930,_[5]))-string.len(V)-#{900430870,1305695223,1104246511}return Z[1464803367]end)())then local bu=L(ba[814391688],Z[4076771664]or(function(...)local V="xen detects custom getfenv"local aX=a0(749110028,484080022)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2546164169,1748810132)end;aX=aX-a_ end;Z[4076771664]=J(J(3443840431,aX),J(3638410453,_[6]))-string.len(V)-#{3231334468,2212929175,1626554338,4148133370,3918807961}return Z[4076771664]end)(3532,{}),256)local bv=bo;local bw=bv[bu+2]local bx=bv[bu]+bw;bv[bu]=bx;if bw>0 then if bx<=bv[bu+1]then bh=bh+ba[1045961043]bv[bu+3]=bx end else if bx>=bv[bu+1]then bh=bh+ba[1045961043]bv[bu+3]=bx end end elseif bt==(Z[1925507041]or(function()local V="pain exist is gonna connect the dots of xen"Z[1925507041]=J(a0(1647263348,3200633008),J(3687487745,a1))-string.len(V)-#{1456624103,3927792245,103023047,2546361533}return Z[1925507041]end)())then local bu=M(ba[814391688],Z[2931326695]or(function(...)local V="wally bad bird"local aX=a0(1230669580,2346382659)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(659787424,3635202205)end;aX=aX-a_ end;Z[2931326695]=J(J(2706101691,aX),J(1693157410,a1))-string.len(V)-bt-#{1125411095}return Z[2931326695]end)({},{},{},{},{},13469,2657,9657,"illiIiII",4290),256)~=0;local by=L(ba[1674215972],Z[518522228]or(function(...)local V="SECURE API, IMPOSSIBLE TO BYPASS!"local aX=a0(855678253,3935157096)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3391363744,903611358)end;aX=aX+a_ end;Z[518522228]=J(J(837318123,aX),J(3301809834,_[7]))-string.len(V)-#{3156229286,3856443042,436873474,3952210631,711121000,722674043}return Z[518522228]end)({},"IIl","IIllilIIlllIIiIIlII","IIiil",7524,"iliIIIiI",2056),512)local aW=M(ba[903331679],Z[195127132]or(function(...)local V="level 1 crook = luraph, level 100 boss = xen"local aX=a0(72713517,2413074130)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(4050229800,244808009)end;aX=aX+a_ end;Z[195127132]=J(J(1296782800,aX),J(3253510795,a1))-string.len(V)-#{3493748489}return Z[195127132]end)({},{},{},"I","ililIlilIiiiIiilll",14006,8478,{}),512)local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;if by<aW~=bu then bh=bh+1 end elseif bt==(Z[2705466483]or(function(...)local V="now comes with a free n word pass"local aX=a0(4160596407,1577695531)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3872617390,422363967)end;aX=aX-a_ end;Z[2705466483]=J(J(930915906,aX),J(2988606043,_[7]))-string.len(V)-#{672051183,2404632220,125087011,946527012,3517066165,2909793192,327488023,3527381599,1926031152}return Z[2705466483]end)({},{}))then local bu=J(J(ba[814391688],Z[3238097921]or(function()local V="epic gamer vision"Z[3238097921]=J(a0(2751309543,4073293841),J(1959831882,_[6]))-string.len(V)-#{2203526485,1551084552,3052114725,1578146350,1193018120,3155929141,1469941163,2965569249}return Z[3238097921]end)()),bl)local bv=bo;bv[bu]=assert(tonumber(bv[bu]),'`for` initial value must be a number')bv[bu+1]=assert(tonumber(bv[bu+1]),'`for` limit must be a number')bv[bu+2]=assert(tonumber(bv[bu+2]),'`for` step must be a number')bv[bu]=bv[bu]-bv[bu+2]bh=bh+ba[1045961043]elseif bt==(Z[4139883888]or(function(...)local V="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local aX=a0(1492396363,3977686324)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3895825826,399161019)end;aX=aX+a_ end;Z[4139883888]=J(J(3837553651,aX),J(1451177093,a1))-string.len(V)-#{75330948}return Z[4139883888]end)({},{}))then local by=J(M(ba[1674215972],Z[2814210536]or(function(...)local V="sometimes it be like that"local aX=a0(3304959141,155591539)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3822473624,472500883)end;aX=aX-a_ end;Z[2814210536]=J(J(786865562,aX),J(3833584159,a1))-string.len(V)-#{3602902515,3980382790,1516193321,180565482}return Z[2814210536]end)({},11524),512),bl)local aW=M(ba[903331679],Z[871821172]or(function(...)local V="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"local aX=a0(1556497785,4236761464)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(383649339,3911325594)end;aX=aX+a_ end;Z[871821172]=J(J(1227878285,aX),J(3998056685,a1))-string.len(V)-bt-#{2934932508,492183358,3735840872,2650230622,486478318}return Z[871821172]end)({},"ll",{},{}),512)local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[J(ba[814391688],Z[4288034180]or(function(...)local V="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 aX=a0(3431474484,1299009698)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2328381893,1966636655)end;aX=aX+a_ end;Z[4288034180]=J(J(1768723258,aX),J(3446416936,_[6]))-string.len(V)-#{3554811269}return Z[4288034180]end)({},{},"lllIIiiIIi","IIIIliiIiil",13823,{},12759,"llillIliIll","IllIilIIliiiillllI","lilli"))]=by-aW elseif bt==(Z[2667180024]or(function(...)local V="wow xen is shit buy luraph ok"local aX=a0(1303845612,2663773428)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3563641114,731394999)end;aX=aX+a_ end;Z[2667180024]=J(J(2312536223,aX),J(1980687124,_[7]))-string.len(V)-#{2447120806,375297238,1285530309}return Z[2667180024]end)(1616,"IllIIIiIlll","IiiiiIIllIi"))then local by=L(ba[1674215972],Z[3031517846]or(function(...)local V="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 aX=a0(3532684227,50110197)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1811144111,2483895955)end;aX=aX-a_ end;Z[3031517846]=J(J(3480468650,aX),J(406329698,a1))-string.len(V)-#{2510862688}return Z[3031517846]end)("iiIlIIliiIIliiI","IiiIllIliIlliiIllii",{},8906,"IiIllliIliil",{},"IliilililI","IIIllIllllllI"),512)local aW=J(ba[903331679],Z[2109233816]or(function()local V="this is a christian obfuscator, no cursing allowed in our scripts"Z[2109233816]=J(a0(3308259266,1665043733),J(2326127010,_[7]))-bt-string.len(V)-#{1547200209,3768102837,3913910089,2960667878,2741625137,3077514146,902368953,3009993019,661263013}return Z[2109233816]end)())local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[J(L(ba[814391688],Z[3976943057]or(function()local V="can we have an f in chat for ripull"Z[3976943057]=J(a0(669896679,3997064759),J(895528961,_[2]))-string.len(V)-#{3606411684,981722102,3462360426,436077936,105567875,1079002448,3547305968,4256013835,4243312600,1992288559}return Z[3976943057]end)(),256),bl)]=by^aW elseif bt==(Z[1014489519]or(function(...)local V="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"local aX=a0(770304103,850411366)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3138412636,1156616088)end;aX=aX-a_ end;Z[1014489519]=J(J(3399697196,aX),J(3536172343,a1))-string.len(V)-#{2562186205,493404988,3648700258,1601169582,366012033,2722347548}return Z[1014489519]end)(3448,13144,"IiiillIlIili",{}))then bo[J(ba[814391688],Z[4135691346]or(function()local V="level 1 crook = luraph, level 100 boss = xen"Z[4135691346]=J(a0(1271977102,3576667776),J(2581507241,a1))-bt-string.len(V)-#{2780245211,3096091353,4120372316,1123584892,1180256790,975877677,1465880872}return Z[4135691346]end)())]={}elseif bt==(Z[3611114164]or(function()local V="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"Z[3611114164]=J(a0(616932117,2162949476),J(1170820168,_[3]))-string.len(V)-#{3537635894,4021727114,3035618316,2159942284,1150185370}return Z[3611114164]end)())then bl=bo[M(ba[814391688],Z[4278275373]or(function(...)local V="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 aX=a0(3676860198,1564744822)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1150827204,3144143931)end;aX=aX-a_ end;Z[4278275373]=J(J(1038335267,aX),J(3165201881,a1))-string.len(V)-#{1852668489,2194048959,3418210072,1670412021,685115233,1721224105,1683004939}return Z[4278275373]end)(13926,13970,5069,"IiIlIIiliiIi","IiiiiIiiillIili","i","llliiililIiillIII",12693,"IIIIll","llllIIiIIiiiiIiiIi"),256)]elseif bt==(Z[352415762]or(function(...)local V="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 aX=a0(3518184527,4107701547)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2228245102,2066776841)end;aX=aX+a_ end;Z[352415762]=J(J(566038888,aX),J(66411206,a1))-string.len(V)-#{716338288,1248514837,311341079}return Z[352415762]end)("IiilIIiIIIlIlI",{},{},{},{},10849,"lIliiliiilllIIil",7595,"I"))then bo[L(J(ba[814391688],Z[2910971998]or(function()local V="SECURE API, IMPOSSIBLE TO BYPASS!"Z[2910971998]=J(a0(2282128034,1004373186),J(887648808,_[1]))-string.len(V)-#{2209125705,3072181146,1470953635,3403229129,1548531910,2801376521,2172433984,31536663,4221727819,603995780}return Z[2910971998]end)()),bl,256)]=not bo[M(M(ba[1674215972],Z[1656256226]or(function(...)local V="aspect network better obfuscator"local aX=a0(1307392368,2840525495)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(4158036943,136961471)end;aX=aX+a_ end;Z[1656256226]=J(J(1434840110,aX),J(3053539839,a1))-string.len(V)-bt-#{1312409736,1047416325,4169684453,2966366610,1467457965,3391866995,1292731258,3782673949,1257348562,154971666}return Z[1656256226]end)({},13968,"ilIillilIIIII","iiilIlillIliillli",{},"lIilIliliIIiill",3452,{},{}),512),bl,512)]elseif bt==(Z[1105661155]or(function()local V="hi my 2.5mb script doesn't work with xen please help"Z[1105661155]=J(a0(3051009372,4053018346),J(2298572451,_[4]))-string.len(V)-#{1135305547,1331747090,73685654,401223144,936539323,434604242,3032418721}return Z[1105661155]end)())then bh=bh+ba[1045961043]elseif bt==(Z[3355271192]or(function()local V="now with shitty xor string obfuscation"Z[3355271192]=J(a0(1580567051,971144386),J(1626637104,a1))-string.len(V)-#{3037220798,2415196651,3713079797,3170963157,2915431030,3580495124}return Z[3355271192]end)())then local by=L(ba[1674215972],Z[2622802312]or(function(...)local V="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 aX=a0(660849889,2205088336)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(103731316,4191312288)end;aX=aX+a_ end;Z[2622802312]=J(J(1780099959,aX),J(3375635875,a1))-string.len(V)-#{725525936,1824481918,2137095827,4012320157}return Z[2622802312]end)({}),512)local aW=L(ba[903331679],Z[2554142636]or(function()local V="can we have an f in chat for ripull"Z[2554142636]=J(a0(260095825,1133364018),J(1261310525,a1))-bt-string.len(V)-#{3532814834}return Z[2554142636]end)(),512)local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[M(ba[814391688],Z[3786735437]or(function(...)local V="wait for someone on devforum to say they are gonna deobfuscate this"local aX=a0(2607131194,2656692081)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2184095251,2110954158)end;aX=aX+a_ end;Z[3786735437]=J(J(3579661455,aX),J(3611303060,a1))-string.len(V)-bt-#{1303615361,707772108,2007121045,3854185889,743337889,1669366351}return Z[3786735437]end)({},"liiill","IiI","liIIIlIIi"),256)]=by+aW elseif bt==(Z[3501121292]or(function()local V="yed"Z[3501121292]=J(a0(3121698014,2785086443),J(3768606256,_[2]))-string.len(V)-#{4255368529,4022060193,376447631,3739687852,484921787,3618762015,156631214}return Z[3501121292]end)())then local by=bo[J(ba[1674215972],Z[340886345]or(function(...)local V="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"local aX=a0(210046220,3267600482)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3086480011,1208560695)end;aX=aX+a_ end;Z[340886345]=J(J(3975673562,aX),J(631160059,a1))-string.len(V)-bt-#{3498479779,1646748712,2216649418,4006357386,2268222121,1172680467}return Z[340886345]end)("lIlllIIIiIilIlliIl","lliiIilli",{},9908,543,{},{},{}))]if not not by==(J(ba[903331679],Z[3901849952]or(function()local V="can we have an f in chat for ripull"Z[3901849952]=J(a0(2583258604,1845796900),J(4040907279,a1))-string.len(V)-#{487041334,3553573861,4001461534,2129091552,468058060}return Z[3901849952]end)())==0)then bh=bh+1 else bo[L(L(ba[814391688],Z[2563270434]or(function()local V="i put more time into this shitty list of dead memes then i did into the obfuscator itself"Z[2563270434]=J(a0(2222281705,1273814278),J(3367661602,a1))-string.len(V)-#{1101275531,3318731736,3887667532,3544548106,3458148562,2167444359,3311554205,829736537,3795846660,3475913997}return Z[2563270434]end)(),256),bl,256)]=by end elseif bt==(Z[3883441166]or(function()local V="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"Z[3883441166]=J(a0(2927004816,733572391),J(2842002425,_[7]))-string.len(V)-#{565324392,279032363,2778866759,3044632189,4121017561,730565339,660048480}return Z[3883441166]end)())then bg[J(L(ba[1674215972],Z[2319105676]or(function(...)local V="now comes with a free n word pass"local aX=a0(2944014579,1094592458)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2565681644,1729320648)end;aX=aX-a_ end;Z[2319105676]=J(J(2019240703,aX),J(2436630310,a1))-string.len(V)-bt-#{71521979,803680277,1467938027,1034216357,3051524138,1308533631,1476438584,957397204}return Z[2319105676]end)("lllIilIIIlIIiliIlil","llIilI",{},2408,"IIliiIl","liIIlIIIlI",{},{},"iIlII"),512),bl)]=bo[M(L(ba[814391688],Z[1246715343]or(function(...)local V="SECURE API, IMPOSSIBLE TO BYPASS!"local aX=a0(3744566553,3167909908)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1883965825,2411020918)end;aX=aX+a_ end;Z[1246715343]=J(J(1761041136,aX),J(204980530,a1))-string.len(V)-bt-#{1037730856,2271988185}return Z[1246715343]end)("i"),256),bl,256)]elseif bt==(Z[2749508801]or(function(...)local V="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 aX=a0(3015476761,910494170)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1576770299,2718266666)end;aX=aX+a_ end;Z[2749508801]=J(J(3359843284,aX),J(2891740741,_[3]))-string.len(V)-#{3044397501,3967888605,4071293811,3969730882,1634572371}return Z[2749508801]end)({},"IIIlIlIllIlIlI",2055,6771,"I",4974))then bo[J(ba[814391688],Z[2145779648]or(function()local V="now with shitty xor string obfuscation"Z[2145779648]=J(a0(3233744224,3621560432),J(273021455,a1))-bt-string.len(V)-#{255976668,324783045,3687202222,4029981142,4116661291,2176805363,1371196083}return Z[2145779648]end)())]=b2[J(ba[1421296556],Z[2615604898]or(function(...)local V="hi xen doesn't work on sk8r please help"local aX=a0(3998910564,3725145603)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(787389577,3507609974)end;aX=aX+a_ end;Z[2615604898]=J(J(647613269,aX),J(300645029,a1))-string.len(V)-bt-#{1205359474}return Z[2615604898]end)({},3075,12892,2448,14914,"lIIiIIl",12319))]elseif bt==(Z[860297779]or(function()local V="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"Z[860297779]=J(a0(3295884144,3282442507),J(729645526,_[7]))-string.len(V)-#{4154368736,2865637667,2907019410,3366604168,1482542010,1993607073}return Z[860297779]end)())then local bv=bo;for b6=M(ba[814391688],Z[3728552834]or(function()local V="print(bytecode)"Z[3728552834]=J(a0(1444662635,4154074697),J(2795711591,a1))-bt-string.len(V)-#{3737773295,3120720753,3150930047,145929071,1428649817,3950144410,696110163,42904340,513815733}return Z[3728552834]end)(),256),J(ba[1674215972],Z[2601057674]or(function()local V="wow xen is shit buy luraph ok"Z[2601057674]=J(a0(4232817210,1922521860),J(1133948563,_[4]))-bt-string.len(V)-#{3756458664,3222546735,543580033,3940320256,1432252994,792141410}return Z[2601057674]end)())do bv[b6]=nil end elseif bt==(Z[3208859091]or(function()local V="skisploit is the superior obfuscator, clearly."Z[3208859091]=J(a0(32718855,3797713664),J(815902446,_[5]))-string.len(V)-#{3522370214,1415167035,4022449395,3491979513,640605963,1987314752,3327181896,1565886211,1173646719,1984769727}return Z[3208859091]end)())then local bu=M(ba[814391688],Z[2092011279]or(function(...)local V="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 aX=a0(3534255532,2275460057)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2479493676,1815482152)end;aX=aX+a_ end;Z[2092011279]=J(J(1910313536,aX),J(3630556851,_[2]))-string.len(V)-bt-#{2117672485,202321933,2488069937,3103758920,3968827189,346198793,1327199626,3324167023}return Z[2092011279]end)("iIlilili",{},"ii",{},"iIIiI"),256)local by=L(ba[1674215972],Z[345577647]or(function(...)local V="this is a christian obfuscator, no cursing allowed in our scripts"local aX=a0(3978519705,2695768492)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1585294328,2709707993)end;aX=aX+a_ end;Z[345577647]=J(J(1314587960,aX),J(83143637,a1))-string.len(V)-bt-#{4028099616,3488076087,2610135310,806938373,2342094605,2622401645,3928688526}return Z[345577647]end)({},"iIIIllIlili",11184,13888,2614,{},{},2639,{}),512)local bv=bo;local bz,bA;local bB;if by==1 then return elseif by==0 then bB=bi else bB=bu+by-2 end;bA={}bz=0;for b6=bu,bB do bz=bz+1;bA[bz]=bv[b6]end;return bA,bz elseif bt==(Z[365763850]or(function()local V="thats how mafia works"Z[365763850]=J(a0(1157100062,393845264),J(2133115768,_[7]))-string.len(V)-#{548730764,1379775182,1993970813,3134237899,2393543065,422076301,3530490869,3730453791,875674647}return Z[365763850]end)())then local bu=L(ba[814391688],Z[3742419711]or(function()local V="hi xen crashes on my axon paste plz help"Z[3742419711]=J(a0(4268550316,3557439728),J(759594814,a1))-string.len(V)-#{2079712016}return Z[3742419711]end)(),256)local by=L(M(ba[1674215972],Z[4082335744]or(function(...)local V="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 aX=a0(2257548847,3340988087)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(345927222,3949051013)end;aX=aX+a_ end;Z[4082335744]=J(J(3566445683,aX),J(2967175808,_[6]))-string.len(V)-#{2608661046,2237515181,3571197387,651304786}return Z[4082335744]end)("iIl",14544,{}),512),bl,512)local bv=bo;local bC,bD;local bB;local bE=0;bC={}if by~=1 then if by~=0 then bB=bu+by-1 else bB=bi end;for b6=bu+1,bB do bC[#bC+1]=bv[b6]end;bD={bv[bu](unpack(bC,1,bB-bu))}else bD={bv[bu]()}end;for bx in next,bD do if bx>bE then bE=bx end end;return bD,bE elseif bt==(Z[1619374815]or(function()local V="aspect network better obfuscator"Z[1619374815]=J(a0(3674369733,2869765045),J(3175459000,_[4]))-string.len(V)-#{232935551,3620791204,2304561204,3841549995,1615043436,650287135,2473967359,896205495,1203926359,2198075541}return Z[1619374815]end)())then bf[b2[M(L(ba[1421296556],Z[3953391491]or(function()local V="this is so sad, alexa play ripull.mp4"Z[3953391491]=J(a0(1712736543,3701510839),J(1035527705,_[1]))-string.len(V)-#{3401303013,2553809502,2717910002,890908865,1304721299,3438508820,2842511752,1450041079,3560512466}return Z[3953391491]end)(),262144),bl,262144)]]=bo[M(ba[814391688],Z[1693901335]or(function()local V="xen doesn't come with instance caching, sorry superskater"Z[1693901335]=J(a0(307650973,1820080360),J(2031019566,a1))-string.len(V)-#{3756502487,2916939189}return Z[1693901335]end)(),256)]elseif bt==(Z[1498510003]or(function(...)local V="level 1 crook = luraph, level 100 boss = xen"local aX=a0(1236394601,1590471824)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(56126432,4238911213)end;aX=aX+a_ end;Z[1498510003]=J(J(3209843103,aX),J(2936906683,a1))-string.len(V)-#{650616015,3073333717,3512919750,130879709,3219110830,296371102,3111874607,1159864091,4154735795,202668175}return Z[1498510003]end)("ilIIiiiiIlII","IIllIlili",11066,{},{},{},"iiiIIliiIIlIIiliii",{},{}))then local bu=M(ba[814391688],Z[3997750232]or(function(...)local V="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local aX=a0(365221019,3920095722)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(773224646,3521757504)end;aX=aX-a_ end;Z[3997750232]=J(J(1016032762,aX),J(333732582,_[5]))-string.len(V)-#{3542502927,963858592,2726271870,4261279329,1744118274,1634216907,371801904}return Z[3997750232]end)(6044,"llIlll",{},{},7289,"iIlliiIIlIIlll",{}),256)local by=L(ba[1674215972],Z[118050067]or(function()local V="sometimes it be like that"Z[118050067]=J(a0(220701783,2682592292),J(3072473208,_[6]))-string.len(V)-#{1392601177,10000518,2453331159,212651535,2211236779,4061369509,641954955,1045513004,2883466021}return Z[118050067]end)(),512)local bv,bF=bo,bj;bi=bu-1;for b6=bu,bu+(by>0 and by-1 or bk)do bv[b6]=bF[b6-bu]end elseif bt==(Z[1169647635]or(function(...)local V="hi my 2.5mb script doesn't work with xen please help"local aX=a0(3468035614,1120951211)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(297051861,3997990402)end;aX=aX+a_ end;Z[1169647635]=J(J(3134723926,aX),J(830608104,a1))-string.len(V)-#{2299393483,3434184259,2320543532,4239647689,571766380,1257415652,4057495667,85037691}return Z[1169647635]end)({}))then local by=M(ba[1674215972],Z[1101167822]or(function()local V="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"Z[1101167822]=J(a0(3920978410,2893430982),J(3270710278,_[1]))-string.len(V)-#{1881349021,944962231,4130447031,1754569354,3004567441,2788590701,1080859409,2091257939,2438541864,1620960672}return Z[1101167822]end)(),512)local aW=J(ba[903331679],Z[3480440273]or(function()local V="epic gamer vision"Z[3480440273]=J(a0(16362945,1710677236),J(2577504532,_[2]))-bt-string.len(V)-#{1796387929,811940994,2060189120,2427885697,2925805228,2508422246,2371850257}return Z[3480440273]end)())local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[M(ba[814391688],Z[1505539934]or(function()local V="hi xen crashes on my axon paste plz help"Z[1505539934]=J(a0(1056182181,3577295236),J(3458988141,_[6]))-bt-string.len(V)-#{635444907,3802271715,636591038,2739265640,4287299591,2068333997}return Z[1505539934]end)(),256)]=by%aW elseif bt==(Z[2344484127]or(function()local V="wait for someone on devforum to say they are gonna deobfuscate this"Z[2344484127]=J(a0(395573868,3919294906),J(4180657494,a1))-string.len(V)-#{3763812986,2776661642}return Z[2344484127]end)())then local bu=J(M(ba[814391688],Z[640997646]or(function(...)local V="yed"local aX=a0(2677721337,316359312)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3683297095,611748257)end;aX=aX-a_ end;Z[640997646]=J(J(4158862904,aX),J(2249336681,_[2]))-string.len(V)-bt-#{447224657,3166890377,2160778499,1517082924,3917096650,690099009,530225219,2044380750,1802816531,3162299559}return Z[640997646]end)(2970,"lliIiIIllilIi",{},"lllllII",3947,{}),256),bl)~=0;local by=J(ba[1674215972],Z[2510226355]or(function(...)local V="can we have an f in chat for ripull"local aX=a0(4145309570,2933417217)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(757933266,3537042943)end;aX=aX-a_ end;Z[2510226355]=J(J(2747444349,aX),J(4247176622,a1))-string.len(V)-bt-#{1065444243,208769009,3403213370}return Z[2510226355]end)(6854,10353,8441))local aW=L(J(ba[903331679],Z[3297333619]or(function()local V="sponsored by ironbrew, jk xen is better"Z[3297333619]=J(a0(1957340839,3100279722),J(1263960543,_[1]))-string.len(V)-#{1239464015,1363587980,2450926895,317894732,3249510714,1907979533}return Z[3297333619]end)()),bl,512)local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;if by==aW~=bu then bh=bh+1 end elseif bt==(Z[799041773]or(function()local V="https://twitter.com/Ripull_RBLX/status/1059334518581145603"Z[799041773]=J(a0(782306657,1017416695),J(3746075416,_[4]))-string.len(V)-#{2937212340,3361137756,2219998113,1929778944}return Z[799041773]end)())then local bu=M(ba[814391688],Z[1007976796]or(function(...)local V="inb4 posted on exploit reports section"local aX=a0(2810163917,437910520)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3764020916,530958005)end;aX=aX-a_ end;Z[1007976796]=J(J(1863014982,aX),J(3578540833,a1))-string.len(V)-#{2171987503,694326020,1747643397,847650111,786304492,3402376016}return Z[1007976796]end)({},"lIIIIiIi",{},{},{},13960,"ll",5302,"iIiiIiIiIi"),256)local by=M(ba[1674215972],Z[1376578930]or(function()local V="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."Z[1376578930]=J(a0(1443795665,2723889853),J(4084516499,a1))-bt-string.len(V)-#{2690865090,1239519324,3634758751,3172263133,1879050491,920597371,3682987371,2494475130,1301905431,2878764774}return Z[1376578930]end)(),512)local aW=L(L(ba[903331679],Z[434356472]or(function()local V="yed"Z[434356472]=J(a0(491352065,2976864122),J(1305385878,_[3]))-string.len(V)-#{2707760548,23835738,850971191,259352393}return Z[434356472]end)(),512),bl,512)local bv=bo;by=bv[by]if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[bu+1]=by;bv[bu]=by[aW]elseif bt==(Z[2884146774]or(function(...)local V="hi my 2.5mb script doesn't work with xen please help"local aX=a0(2407164283,2430113348)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3993335719,301698631)end;aX=aX-a_ end;Z[2884146774]=J(J(1261524621,aX),J(1903826142,_[6]))-string.len(V)-#{4029440027,1872197081,4020268756,3719614720,1370002590,3352163531,3267981855}return Z[2884146774]end)(6052,"IIl",5150,{},4686))then local bG=b4[L(ba[1421296556],Z[1171811617]or(function()local V="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????"Z[1171811617]=J(a0(3818167438,4205916690),J(503817248,a1))-bt-string.len(V)-#{3998106080,4119920090,2044810707,2562360173,1521709884,3487429714,48476168,3626420765,1196383660}return Z[1171811617]end)(),262144)]local bv=bo;local bH;local bI;if bG[222745054]~=0 then bH={}bI=setmetatable({},{__index=function(bp,bq)local bJ=bH[bq]return bJ[1][bJ[2]]end,__newindex=function(bp,bq,br)local bJ=bH[bq]bJ[1][bJ[2]]=br end})for b6=1,bG[222745054]do local bK=b3[bh]if bK[1857544113]==(Z[3147139403]or(function()local V="https://twitter.com/Ripull_RBLX/status/1059334518581145603"Z[3147139403]=J(a0(910680676,366580713),J(616547885,a1))-string.len(V)-#{2133401049,4104653679,287971649,2200014788,1263348137,1697651227}return Z[3147139403]end)())then bH[b6-1]={bv,J(bK[1674215972],Z[3896020006]or(function(...)local V="wait for someone on devforum to say they are gonna deobfuscate this"local aX=a0(3685376214,1424198194)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2299064247,1995974803)end;aX=aX-a_ end;Z[3896020006]=J(J(3676423064,aX),J(1397264081,a1))-string.len(V)-#{1199433117,2686577183,584356105,3473397218,4196209879,1180086327,784573810,2575095166}return Z[3896020006]end)("illiiIlIlIliilIIIIi","l","ililli","il"))}elseif bK[1857544113]==(Z[1045387989]or(function(...)local V="imagine using some lua minifier tool and thinking you are a badass"local aX=a0(2027956888,1440336117)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(758192347,3536803673)end;aX=aX-a_ end;Z[1045387989]=J(J(721466776,aX),J(714272325,_[7]))-string.len(V)-#{1614955992}return Z[1045387989]end)("iliiIIIiiIliIiIl",12952,9985,10103,7329,"il"))then bH[b6-1]={bg,J(bK[1674215972],Z[59333572]or(function(...)local V="sponsored by ironbrew, jk xen is better"local aX=a0(2573833425,1099575856)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2649354771,1645688798)end;aX=aX-a_ end;Z[59333572]=J(J(602294150,aX),J(4230368311,a1))-string.len(V)-#{1197340235,3759993387,3538251578,973798610}return Z[59333572]end)(13771,"illiIiiIiilliili",{}))}end;bh=bh+1 end;bn[#bn+1]=bH end;bv[J(ba[814391688],Z[2076010433]or(function()local V="SECURE API, IMPOSSIBLE TO BYPASS!"Z[2076010433]=J(a0(307676625,245875578),J(957664794,_[6]))-bt-string.len(V)-#{2104869258,2053177199,3073807592,2743256699,2896676539,2208867162,2479812087,3971451938}return Z[2076010433]end)())]=be(bG,bf,bI)elseif bt==(Z[2754635437]or(function()local V="aspect network better obfuscator"Z[2754635437]=J(a0(1590864422,1547156753),J(96871289,a1))-string.len(V)-#{3235168993,587999658,246553179,3802814002,2863266383}return Z[2754635437]end)())then local by,aW=L(ba[1674215972],Z[2814996558]or(function(...)local V="epic gamer vision"local aX=a0(2136189163,437096630)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2639709559,1655331257)end;aX=aX+a_ end;Z[2814996558]=J(J(629475642,aX),J(2480040996,_[5]))-string.len(V)-bt-#{418039010,2526999889,3004011774,2566762137,2813197082,372099803,1053085893,1688142954,755130498,316704608}return Z[2814996558]end)({}),512),M(ba[903331679],Z[467713352]or(function()local V="level 1 crook = luraph, level 100 boss = xen"Z[467713352]=J(a0(2083879402,10757217),J(1346170439,_[7]))-bt-string.len(V)-#{3176347493,3411179492,1589261750,1340141428,2147117285,977393602}return Z[467713352]end)(),512)local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[J(ba[814391688],Z[2469833829]or(function(...)local V="luraph better then xen bros :pensive:"local aX=a0(1054523835,3940072129)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(4218042868,76972220)end;aX=aX+a_ end;Z[2469833829]=J(J(1855025238,aX),J(2011084053,_[4]))-string.len(V)-#{425074372,2533828188,3028515645,1746786737}return Z[2469833829]end)("lIlIiIlIiiIlIIiIii",{},{},{},9300,"ilIilIlil",11634,14705,"IIlIilIIiliilIilI",8356))][by]=aW elseif bt==(Z[2680975268]or(function(...)local V="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local aX=a0(4139705245,2285181716)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(484234307,3810789202)end;aX=aX-a_ end;Z[2680975268]=J(J(2479184166,aX),J(537138381,_[4]))-string.len(V)-#{2032055506,844483100,1146260187,4069474669,4075074615}return Z[2680975268]end)(14247,{},{},"liIi",{},"llliIil",{},5109,{},"lIililIiiIiiillIl"))then local bu=M(ba[814391688],Z[3824973190]or(function()local V="pain is gonna use the backspace method on xen"Z[3824973190]=J(a0(1544391203,2904440338),J(3720076435,_[7]))-string.len(V)-#{3726517275,3221609295,4279126470,2220473233,277357714,3605142317,1679705556,2017341759,2369090190}return Z[3824973190]end)(),256)local by=L(ba[1674215972],Z[1963455831]or(function(...)local V="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"local aX=a0(960943855,660830798)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1213331780,3081637524)end;aX=aX+a_ end;Z[1963455831]=J(J(1198142159,aX),J(1584312323,a1))-string.len(V)-bt-#{3188401586}return Z[1963455831]end)(4078),512)local aW=L(ba[903331679],Z[932556438]or(function(...)local V="hi xen doesn't work on sk8r please help"local aX=a0(686697475,3646145287)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1958551137,2336444284)end;aX=aX-a_ end;Z[932556438]=J(J(49888361,aX),J(4100300932,a1))-string.len(V)-#{507848529,3537823033,2644352732,1250847426,3218306879}return Z[932556438]end)("iil",5414,{},"IiIlIilIlIiiIIiIiI",{},{},"ilIIiIIIiil",{}),512)local bv=bo;local bC,bD;local bB,bz;bC={}if by~=1 then if by~=0 then bB=bu+by-1 else bB=bi end;bz=0;for b6=bu+1,bB do bz=bz+1;bC[bz]=bv[b6]end;bB,bD=bd(bv[bu](unpack(bC,1,bB-bu)))else bB,bD=bd(bv[bu]())end;bi=bu-1;if aW~=1 then if aW~=0 then bB=bu+aW-2 else bB=bB+bu-1 end;bz=0;for b6=bu,bB do bz=bz+1;bv[b6]=bD[bz]end end elseif bt==(Z[329206367]or(function(...)local V="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local aX=a0(1329247677,269070517)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(128402335,4166568904)end;aX=aX-a_ end;Z[329206367]=J(J(1824571730,aX),J(526360371,_[7]))-string.len(V)-#{2289743472,2096944611,3873230153,2435186664,3584230176,1669121167,1855775542,2298466814}return Z[329206367]end)({},{},5100))then local bu=L(ba[814391688],Z[1035784107]or(function()local V="this is a christian obfuscator, no cursing allowed in our scripts"Z[1035784107]=J(a0(2772414872,2263608606),J(620099921,a1))-bt-string.len(V)-#{352495759,1485346600,2828473529,991224737,2180698012,3362474383,2615921590,4226306617}return Z[1035784107]end)(),256)local by=L(L(ba[1674215972],Z[2790264381]or(function(...)local V="wow xen is shit buy luraph ok"local aX=a0(3360481291,1078497900)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(4256434765,38547909)end;aX=aX-a_ end;Z[2790264381]=J(J(4167663257,aX),J(2741738319,_[5]))-string.len(V)-#{3684959029,1947538349,1313752627,3643408661,881136917}return Z[2790264381]end)("IIIlIill",{},{},"illllIIiiiI",12106,13004,{},9913),512),bl,512)local aW=M(ba[903331679],Z[3208146656]or(function()local V="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"Z[3208146656]=J(a0(2224331763,165570123),J(2322193143,a1))-string.len(V)-#{3187089214,1338596833}return Z[3208146656]end)(),512)local bv=bo;if aW==0 then bh=bh+1;aW=b3[bh][274128644]end;local bL=(aW-1)*50;local bM=bv[bu]if by==0 then by=bi-bu end;for b6=1,by do bM[bL+b6]=bv[bu+b6]end elseif bt==(Z[201726040]or(function(...)local V="sometimes it be like that"local aX=a0(3979635884,3761348)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3905345862,389683231)end;aX=aX+a_ end;Z[201726040]=J(J(2095105583,aX),J(2530068920,a1))-string.len(V)-#{3115230590,2289502408,3118345402,245791377,1295527940,4036642500}return Z[201726040]end)("iIIillliIlllIiIl"))then local bu=J(M(ba[814391688],Z[3183157320]or(function(...)local V="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local aX=a0(3486326868,591627277)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(4055093237,239924026)end;aX=aX-a_ end;Z[3183157320]=J(J(2451447171,aX),J(2911277221,_[5]))-string.len(V)-#{3046037066,2470385660,2633835688}return Z[3183157320]end)({},"I","liiilIlllIlIill","iIIllillliiilIIIl",5327,1891,"iIIllIIiilllilII",{}),256),bl)local bN={}for b6=1,#bn do local bO=bn[b6]for bP=0,#bO do local bQ=bO[bP]local bv=bQ[1]local aC=bQ[2]if bv==bo and aC>=bu then bN[aC]=bv[aC]bQ[1]=bN end end end elseif bt==(Z[1434420716]or(function()local V="wow xen is shit buy luraph ok"Z[1434420716]=J(a0(2875735404,3113753963),J(1045734144,_[7]))-string.len(V)-#{1307560780,2143847734,2261503060}return Z[1434420716]end)())then local aW=M(ba[903331679],Z[2139379772]or(function()local V="pain exist is gonna connect the dots of xen"Z[2139379772]=J(a0(4058575890,194716805),J(4250093817,a1))-string.len(V)-#{3272361024,694191305,1481029351,394386344,1596902580,3123322849}return Z[2139379772]end)(),512)local bv=bo;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[J(ba[814391688],Z[678977357]or(function(...)local V="hi my 2.5mb script doesn't work with xen please help"local aX=a0(4292320937,272313250)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(656527195,3638517247)end;aX=aX+a_ end;Z[678977357]=J(J(4227868344,aX),J(1061539721,_[7]))-string.len(V)-#{3037403257,3687644345}return Z[678977357]end)("liiiillIIilIiIIl",1767,9418,3924,{},12867,10274,11828))]=bv[J(L(ba[1674215972],Z[2304177942]or(function()local V="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????"Z[2304177942]=J(a0(3696986251,2631906431),J(1202019101,a1))-bt-string.len(V)-#{1955988563,4287006566,3542471819}return Z[2304177942]end)(),512),bl)][aW]elseif bt==(Z[2170336507]or(function()local V="yed"Z[2170336507]=J(a0(59263486,4291643037),J(3505259970,_[7]))-string.len(V)-#{2513515094,2251399489,178646005,3054762291,3803740851,350749846,158321175}return Z[2170336507]end)())then local by=J(ba[1674215972],Z[2601709486]or(function(...)local V="thats how mafia works"local aX=a0(1467116749,287679922)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(170684092,4124295993)end;aX=aX-a_ end;Z[2601709486]=J(J(1723704917,aX),J(4091682153,_[5]))-string.len(V)-#{771981179}return Z[2601709486]end)("IllIIllllllIIIii",{},{},{}))local aW=M(ba[903331679],Z[3092529574]or(function(...)local V="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 aX=a0(2239146708,1333872543)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3808493272,486486282)end;aX=aX+a_ end;Z[3092529574]=J(J(3076046733,aX),J(2621858729,_[3]))-string.len(V)-bt-#{338174605,3237300082}return Z[3092529574]end)({},{},4082,{},12118,14028,"IllIIllIiiil",{},{}),512)local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[L(ba[814391688],Z[4044646079]or(function()local V="sponsored by ironbrew, jk xen is better"Z[4044646079]=J(a0(1581641527,3966671552),J(3037252433,a1))-bt-string.len(V)-#{3279388438,3331820680,2061128855,3705035607,3607022147,3258274810}return Z[4044646079]end)(),256)]=by/aW elseif bt==(Z[2950894039]or(function()local V="hi xen doesn't work on sk8r please help"Z[2950894039]=J(a0(4106591102,1957922220),J(2093588257,_[2]))-string.len(V)-#{2483934863,2682831349,1942073890,1440642344,1910059608,2350084440,3132545396}return Z[2950894039]end)())then local bv=bo;local by=J(ba[1674215972],Z[2968331946]or(function(...)local V="i put more time into this shitty list of dead memes then i did into the obfuscator itself"local aX=a0(2726549831,2458740011)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3491152357,803888377)end;aX=aX-a_ end;Z[2968331946]=J(J(1426879128,aX),J(2823340099,_[4]))-string.len(V)-#{2829708155,2655103723,1450664701,322430568,1126520678,3481307669,1010072481,873814679,1481181050,3132720224}return Z[2968331946]end)("ililIlliIiIliiIl","liIiIiIIiI",14472,2358))local bR=bv[by]for b6=by+1,M(ba[903331679],Z[3398005966]or(function()local V="hi xen crashes on my axon paste plz help"Z[3398005966]=J(a0(864410115,1480651408),J(2317394165,_[3]))-string.len(V)-#{3170521024,2510576450,509916505,1025531883}return Z[3398005966]end)(),512)do bR=bR..bv[b6]end;bo[M(ba[814391688],Z[1792226115]or(function(...)local V="now comes with a free n word pass"local aX=a0(416599463,1170980191)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2863705037,1431336364)end;aX=aX+a_ end;Z[1792226115]=J(J(2793531090,aX),J(440917155,_[3]))-string.len(V)-bt-#{3543195190,834985998}return Z[1792226115]end)(8964,12954,2422,4772),256)]=bR elseif bt==(Z[2331692033]or(function(...)local V="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"local aX=a0(363992777,2614199255)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1383199852,2911841142)end;aX=aX-a_ end;Z[2331692033]=J(J(3845629538,aX),J(1819576483,a1))-string.len(V)-#{1899639047}return Z[2331692033]end)({},"llIlIliIli",11268))then bo[L(ba[814391688],Z[2413507466]or(function(...)local V="inb4 posted on exploit reports section"local aX=a0(3141399878,2419796176)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(40129040,4254853353)end;aX=aX+a_ end;Z[2413507466]=J(J(3786657472,aX),J(3449526757,a1))-string.len(V)-bt-#{284542312,298541096,288977614,3528524029}return Z[2413507466]end)({},{},{}),256)]=bf[b2[L(ba[1421296556],Z[1724112854]or(function()local V="print(bytecode)"Z[1724112854]=J(a0(2702362817,3070245558),J(3948752242,_[2]))-string.len(V)-#{3937448688,3274088519,4199509403,4290927854,2023211763,2374967771,4216286161}return Z[1724112854]end)(),262144)]]elseif bt==(Z[3876124689]or(function(...)local V="level 1 crook = luraph, level 100 boss = xen"local aX=a0(3345053705,2936390537)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3561363662,733607203)end;aX=aX+a_ end;Z[3876124689]=J(J(3897087013,aX),J(2894525512,_[7]))-string.len(V)-#{1941498447,706575811,2340730738}return Z[3876124689]end)("lIllllilllIIliIIll","l","IIliI",6963,"IlIiliiiiilIiiIlI"))then if not not bo[J(ba[814391688],Z[3563416556]or(function()local V="skisploit is the superior obfuscator, clearly."Z[3563416556]=J(a0(450168838,4119035486),J(1011940316,_[5]))-bt-string.len(V)-#{4023071371,602553272,1349191034,279403770,3123202364,4049355647}return Z[3563416556]end)())]==(L(J(ba[903331679],Z[1799974651]or(function(...)local V="xen best rerubi paste"local aX=a0(2743875374,658517024)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(870977163,3423999100)end;aX=aX-a_ end;Z[1799974651]=J(J(361521115,aX),J(2518642376,a1))-string.len(V)-#{1907150893,763475800,1613934347,2514706624,2550279526,3704271096}return Z[1799974651]end)(9214,12099,{},10719,3673,"IIiillllIIIIlIl",13462,"IilIlIIIIIllIIii",{},11224)),bl,512)==0)then bh=bh+1 end elseif bt==(Z[2328509147]or(function(...)local V="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local aX=a0(1944573655,3374509104)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(3463941618,831101285)end;aX=aX+a_ end;Z[2328509147]=J(J(1112094768,aX),J(902097107,_[4]))-string.len(V)-#{964905838,2366420224,850013796,2820601765,2470551783,1859474244,2443795021,4116237818}return Z[2328509147]end)("IlillI","IliIlIlIlIIii",{},12423,{},5651,"liI",{},"illiI"))then bo[L(L(ba[814391688],Z[2943571213]or(function(...)local V="HELP ME PEOPLE ARE CRASHING MY GAME PLZ HELP"local aX=a0(1710373206,3319918691)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1230502277,3064475071)end;aX=aX+a_ end;Z[2943571213]=J(J(2599590262,aX),J(1036063437,a1))-string.len(V)-bt-#{3487794279,65452990}return Z[2943571213]end)({},{},"iillIllIIIIiii"),256),bl,256)]=-bo[L(M(ba[1674215972],Z[3405620851]or(function()local V="xen doesn't come with instance caching, sorry superskater"Z[3405620851]=J(a0(3362684603,297633698),J(3740440413,a1))-bt-string.len(V)-#{2820647565,3096599434,3832486824,3175530367}return Z[3405620851]end)(),512),bl,512)]elseif bt==(Z[2290775550]or(function()local V="yed"Z[2290775550]=J(a0(889029548,2793415211),J(2510550703,a1))-string.len(V)-#{3744740798,3459866362,2841329092,1663309192}return Z[2290775550]end)())then local bu=M(J(ba[814391688],Z[648506779]or(function()local V="epic gamer vision"Z[648506779]=J(a0(1720429143,2731889656),J(391587409,_[5]))-string.len(V)-#{251996100,1841230,1732746450,429768742}return Z[648506779]end)()),bl,256)local aW=L(ba[903331679],Z[3824350834]or(function(...)local V="now comes with a free n word pass"local aX=a0(4261280384,2024245143)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2851672137,1443304476)end;aX=aX-a_ end;Z[3824350834]=J(J(1420173056,aX),J(4250151577,_[7]))-string.len(V)-#{179915948,902873385,3275938737,3346863864,885113186}return Z[3824350834]end)("IlIllIIl",{},768,"iIlII",2077,1155,{},"liIililIililIiiI"),512)local bv=bo;local bL=bu+2;local bS={bv[bu](bv[bu+1],bv[bu+2])}for b6=1,aW do bo[bL+b6]=bS[b6]end;if bv[bu+3]~=nil then bv[bu+2]=bv[bu+3]else bh=bh+1 end elseif bt==(Z[1343434064]or(function()local V="now with shitty xor string obfuscation"Z[1343434064]=J(a0(194463380,949146919),J(874937733,a1))-string.len(V)-#{3117227803,448381566,243592210}return Z[1343434064]end)())then local by=J(J(ba[1674215972],Z[4045890255]or(function(...)local V="xen best rerubi paste"local aX=a0(3506600227,1146280177)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2816401051,1478638967)end;aX=aX+a_ end;Z[4045890255]=J(J(1878328118,aX),J(4253351670,a1))-string.len(V)-#{2990666813,4222551639,2994407914,1551042549,3688786818,1087479230,3537518118,2210351322,988922519,893241633}return Z[4045890255]end)("I","liiIliillll",{},12654)),bl)local aW=M(J(ba[903331679],Z[2009895018]or(function()local V="hi my 2.5mb script doesn't work with xen please help"Z[2009895018]=J(a0(3675105404,2913754938),J(1904658827,a1))-string.len(V)-#{4280629280,3669122198,4152779731,4077252976,841817822,3183793647,2957673976,943114039}return Z[2009895018]end)()),bl,512)local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;bv[J(ba[814391688],Z[170623776]or(function(...)local V="inb4 posted on exploit reports section"local aX=a0(2424934796,3277661598)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2495700362,1799328602)end;aX=aX-a_ end;Z[170623776]=J(J(2205980375,aX),J(3616119864,a1))-string.len(V)-bt-#{677583945,3461783811,2656999735,2565913536,1194102262,4119090737,3791545404,4044849102}return Z[170623776]end)(3495,"Ill","IiiilIlIIlI",{},{},{},7113,11719,{}))]=by*aW elseif bt==(Z[1640987161]or(function()local V="double-header fair! this rationalization has a overenthusiastically anticheat! you will get nonpermissible for exploiting!"Z[1640987161]=J(a0(1415248109,3817787351),J(820462586,_[1]))-string.len(V)-#{2506001180,3336329530,140648622,1119342234,1684367628,279089131,3543401983,1124702754}return Z[1640987161]end)())then local bu=L(ba[814391688],Z[766376657]or(function(...)local V="this is a christian obfuscator, no cursing allowed in our scripts"local aX=a0(2399468789,2128452190)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(2755942770,1539030682)end;aX=aX+a_ end;Z[766376657]=J(J(392684748,aX),J(737566434,_[4]))-string.len(V)-bt-#{1840102257,2922979612,2734721824,3115194545,1518029211,508930536,2847181575,3188269402}return Z[766376657]end)({}),256)~=0;local by=J(J(ba[1674215972],Z[3064204316]or(function()local V="wow xen is shit buy luraph ok"Z[3064204316]=J(a0(995106513,1013446070),J(1598494,a1))-bt-string.len(V)-#{1394468540,739180407,1398346799,3934283699,3593964718}return Z[3064204316]end)()),bl)local aW=J(ba[903331679],Z[1759336425]or(function(...)local V="pain is gonna use the backspace method on xen"local aX=a0(889225649,2019427916)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(109571407,4185470628)end;aX=aX+a_ end;Z[1759336425]=J(J(804234813,aX),J(3850514707,_[1]))-string.len(V)-bt-#{887041311,3121190523,1140109019,1514522005}return Z[1759336425]end)({},{},13846,13890))local bv=bo;if by>255 then by=b2[by-256]else by=bv[by]end;if aW>255 then aW=b2[aW-256]else aW=bv[aW]end;if by<=aW~=bu then bh=bh+1 end elseif bt==(Z[2158075243]or(function()local V="sometimes it be like that"Z[2158075243]=J(a0(1814836973,2075015524),J(279056587,a1))-string.len(V)-#{1971719101}return Z[2158075243]end)())then bo[M(ba[814391688],Z[4115232527]or(function()local V="xen detects custom getfenv"Z[4115232527]=J(a0(277059570,258459347),J(973334218,_[6]))-bt-string.len(V)-#{353419115,752397248}return Z[4115232527]end)(),256)]=#bo[M(ba[1674215972],Z[1571462168]or(function()local V="can we have an f in chat for ripull"Z[1571462168]=J(a0(1397618625,2858704221),J(94366864,_[2]))-string.len(V)-#{1148213732,4245205184,1307993461,992162315,345824216}return Z[1571462168]end)(),512)]elseif bt==(Z[1384964008]or(function(...)local V="SECURE API, IMPOSSIBLE TO BYPASS!"local aX=a0(63314911,2189824698)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(566111631,3728867131)end;aX=aX-a_ end;Z[1384964008]=J(J(2969392907,aX),J(3062653578,_[1]))-string.len(V)-#{632202485,3965023091}return Z[1384964008]end)("IIlIiIiIlllIll","liiilIIlIiiI",5483,{},{},{},{},1587,"IlIill",{}))then bo[J(ba[814391688],Z[2620361898]or(function(...)local V="wow xen is shit buy luraph ok"local aX=a0(179736250,3540849476)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(1820755131,2474226391)end;aX=aX-a_ end;Z[2620361898]=J(J(1976299799,aX),J(2138596803,_[5]))-string.len(V)-bt-#{598339775,1806574807,4242663439,2903678019,1136231469,116912869,1592619004,2551253172,3460259261}return Z[2620361898]end)(5328,889,8279,{},{},"llIilii"))]=bo[J(ba[1674215972],Z[394976506]or(function(...)local V="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local aX=a0(282228071,3039846052)local aY={...}for U,aZ in pairs(aY)do local a_;local b0=type(aZ)if b0=="number"then a_=aZ elseif b0=="string"then a_=aZ:len()elseif b0=="table"then a_=a0(4127836562,167204906)end;aX=aX-a_ end;Z[394976506]=J(J(696361940,aX),J(2338314227,a1))-string.len(V)-#{2257526710,1300549122,2805963563,4231947559,4102952899,1281625390,1327022528,2687601791,2004061250,2038204643}return Z[394976506]end)("iilIlliIilliII",14568,"lliliillIilI","liiiliiiilil",{}))]end end end;local bC={...}for b6=0,bk do if b6>=b5[1629449894]then bj[b6-b5[1629449894]]=bC[b6+1]else bo[b6]=bC[b6+1]end end;local by,aW=bs()if by and aW>0 then return unpack(by,1,aW)end;return end end;local function bT(bU,bf)local bV=aA(bU)return be(bV,bf or getfenv(0)),bV end;return bT(ab("dRtYZW4RAAAASDhQS0tJM0Y3VUsyUTEwVACtFQs1BshhIAfzKfwKcwiJ7xKA6NqR+9mIxua8bmvKyfgo1KrcxiK9EIsrf3g3sH89/CPKV+ZeKjhZVTxz41lMCAAAAPb05ff0/+cAYEwUAAAAwcPexd7C3NDC2dTDzt3e0NXU1QAATAgAAAD29OXj9P/nAA9MBwAAAJH19PPk9gB+TAQAAADi5PMAYdKIZBqAhB8+GnNMCwAAAJHl4/Dy9PPw8voAOEwFAAAA9/j/9QB0TAcAAACR3fj/9LEAVkwHAAAAkau09bqrAEFMCgAAAJHd+P/0sbT1ugAkTAcAAAD2/PDl8vkAaUwFAAAA//Tp5QA0TAUAAAD28Pz0ADdMCwAAANb05cL04+f48vQAZkwIAAAAwf3w6PTj4gAKTAsAAADW9OXB/fDo9OPiAEBMBQAAAN/w/PQAREwMAAAA3f7y8P3B/fDo9OMAbkwGAAAA4fLw/f0AGUwFAAAA5vD45QBp0ohkGoCEH85lG9KIZJpdRa30G0bSiGQagARh/xo00ohkGoCEyYwaGtKIZBqAhA+vGlzSiGTa94aX5xtr0ohkGoCEcfwaQ9KIZBoQnp2iGwnSiGQagITkghoI0ohkGoCE45AaHtKIZBoAR47RG1XSiGQavOk4kxtj0ohkGoCEy6AaUtKIZBom+DiTG3PSiGQagATg/hpM0ohkGoCEQ6MaU9KIZBqAhDucGhvSiGSa9sfs/BtC0ohkmrDURdYbN9KIZBqAhAeAGnjSiGQaRhWd5hsy0ohkGoCEAPwaPNKIZBqABAz9GnfSiGQagITfYhq7o1xqLUSqx395SElUX1SedI05TPfRIHbEJsZ9jSB9/kN4EvZ4gwBGMky30SB2vooHX408ff5DeBLzhfg/RnDMd5RMzvJN1URGOWI/g8zWhuE+W0Zj1IDG/Ar82SAFtAflNFRxqxmBcnVGa2U0VHCrziDGTUYiIsJyyNYXQYxPRgbUgMb8CtvV7GG0Q7iEzIg44n6fGY02kN2N3uPV+rAkjQJB/Kl+o65HtTZGIdSAxvwKV0PKNrRfE6t1QUevSpRPjUpQHY3e42ocJCaNIgE8qH6jHYYqbkYi1MDF/AoCULwItFaM994gdsco2z+NGcy33iB26fqpI41i/X7CYhJHw78uRhLMd90gdiZYu3iNN/1+wmISufqqPUYwzDfdIHaH07MCjUd9NbOmBjgzU25GVCJCfUrWpGLQGkZu1IDG/ArRcr5XtDp4Rc2IOCXaFQeNSlBdjd7jhKriDY1cZKNGt3+7CWoFRh4B/Kl+o6l7PTlGZdTAxvwKPh5marQRfmNXYTm4aKU9RmJko0a3f7CmWRlGUwy22yB2lT5OYo13syBtVrJgfe9iRjaMNdogdhW5XWKNfySjRrB/ZxrwFEYHIoLzzdYoH8M9RmzUwMb8ClHjfUS0Bowz3SB2DDziHo1uOAfNiDhX9mJxjXvXt9mBMGYfVS9GNyJCcsHWf9cnS0Y01MDG/Ao0j1MbtD5QWove43WsNEiNYniEyog4vUiiE40FTPbaIHZj2PcojUlzIO1Xsgs2MShGZ/95WEtUJ4NVeo1bzLfdIHbBeawWjS99NbOmBv1NhWVGdiLCfUrW/eiOcUZk1MDG/ApL5zgMtFjMNdogdq8uJiWNANSAxvwKfuJBDLQhkNuJ3uNiyWAYjX4+YldjOVM6gH9GSuSiRrB/CS68c0Zv/3lYS1QVQMRhjQbMN9wgdiu4EheNZX01s6YGjIi1N0YjzPfcIHZfHXovjX/9fsJiEuKl3SJGXSKCfkrWa6m/VkZL1MDG/AqM9NZetFZQ2pTe48yLYHKNaeU01Here60CcEZv1/dZgjDGaHEJRnpLftx95VP7hglGSz5gV2A5vpRUK0ZzpKJGt39YDu4ORhv1j02O5N1rdTJGJ7PvaleysbKbSkYUjHTZIHY1SscFjV4zL21Rsttw5FVGOIx30yB2lbjdBY10zDfTIHbjsl1EjTF9NbOmBjkz9XdGQSJCf0rWBEwqR0Zx1MDG/AoiznJBtC8MNNogdpdHRwGNWdTAxvwKALs2IbQ2UNuX3uPCD8wujS/QXIne4wI1uA6NED5iV2M5H1zVQEZ4pCE5sH+aPsllRhYkosa3f/BXw1pGI8E/qH6jUFtXVkYc1IDG/ApchCFxtAj1j82P5JtOVzVGDYt9XHvlV+pOV0Z4Af+pfqOlCmt1RiXUQMX8CuhtQ1C0fiKC98vWX8WvJEY+1MDG/AoLTUJ3tEdMNdkgdu9AlDONF9SAxvwKP92RCbR8zPXdIHblntlxjTU+YldjOaYkD3pGfHMv7VGyIwE8eEYbIkJz2tY9MS8GRnXUgMb8Cl632x20XEz23yB2gr0XU41vzDTaIHaIPnoZjSDkoUawf8e0D1tGW75g12Y5ZtnMUEY+1ADE/AoVmUQ8tDMiwn3E1mbI01dGCdTAxvwKh6hrZLR7TPXZIHYXTt1ljTDUwMb8CsCLowq0UOU0VHirAm0GGUZ5zDPZIHYmYGlFjU0+YldjOXW3LQ1GXnMv7VGyyDIYMkYhzDTaIHY+hGAijXTkoUawf1ULNhBGGr5g12Y5Zg7HB0Zhc+9rV7KP3jJaRhh+YVdmOew63lJGYeQhRrB/y7aoZEYE1ADG/Aqb6ItjtBuB/Kl+o5sxtnZGdNSAxvwKjHqmW7RW/mNXZDmZGV4kRmhN7KFTbqKyq1BGftQAOAMKxWF3FrRH0+h1QUfS1aQQjTY+YldgOSQjeFxGJD5h12Y5n299F0YFpKFGt39rbPBhRjrz7mtRsmyuU25GOf5hV2Y5FgYlOUZcZCFGsH82NIIuRiLUAMb8ChmAtSu0dmKCMELWGdMFL0ZL1IDG/Aqkh2IotATUADkDCqJjAEy0Bs3soVNuAq+QbEZ91AA4AwqBH5wCtFDDMFlJxWuwN3JGN5DdiN7jV1wzOo1JUB2I3uODTZRQjSPzoOhWsrpyVV5GSEy22CB2NxdqCY1RZKNGsH8MN1gFRjXzIOhWskHLBgFGTWTjxrB/m900f0Yp1MDN/Aq9NfAVtCkiwnLC1qC8l2JGGtTAxvwKLc1ZRrQ5F3QnfzCmzl8qRi7UwMb8CiMamzm0BBDeit7jcdprVo0R5TRUc6sSg5J7Rgo+YldjOZvqgUlGXyJC/cTWwEbtIUZG1IDG/Aoe4gETtCo4R86IOEBstQCNJBAciN7jHWc7aY0Vs69oULIrkqp9RmUiwn7I1tWUyxhGWtTAxvwKKTercLR55TRUcatmouBKRlrlNFRxq3QmgwVGIoy02CB22HFvcI1CJKJGsH+q7bEaRmfXtCR4MJWRMwpGOP/5SUlUD5q4DI0LzLfTIHZoK9wPjUv9fsJiErZHJk1GTMx30iB2jKEQTY1//X7CYhIsijIIRibMN9Igdo4xvBONOv1+wmISRMaiOkZUIkJ4Stb0gQopRnHUwMb8CtzMgEC0Tdd0J3gwiZoLHUZg1IDG/AqrOaUgtFDlNNR4qzl0rz1GQD5iV2M5lKLjOUZ7YkKxTtZBNzwMRlnUAMT8CmO81Rm0Boy30iB2L4t8RI06zHfRIHZHf7w8jVr9fsJiEqdpHx5GdCICeUrWeT0AFUYd1MDG/Ao3nGxItDE4x8mIOApuzhiNGVDejd7jJYHOUY1KUJyW3uM8KaBljRCTKHVBR/0YGyCNMT5iV2c5efM1eUZ/ZGK5sH8srlMCRk2DMFlJxUJY2kpGKQ0yoVNuQKghGEY81MAyAwq6PClOtE8iQn/b1vRl7BFGUdTAxvwKxN1ZQLRzkN2W3uOXLE9ljQHUgMb8CgIzrWG0WUx30iB2HDtafY1gPmJXYzk+cD02RjTMNt4gdmKPE1yNI6RjubB/ezyYBEZr1AApAwqMT6xHtAbWZKSxnC5CkH5GcxuWnlq5+NlykroZKcoy4pJbOFt5PHPjYEwFAAAAztTfxwBmF3oa/ESqx5Ddjd7jZ8FZBI121qQ2sZyx+yxvRhPWpLaxnPJXGUJGYZF+sya6+NlyadFiRcuh+H4LOHZ7PHPjcNKIZJokAoHqGyXSiGQagIRXvBo00ohkGoCEX2AajGZJUPBEqscMd9sgdvRF1GiNC0w32yB25axvE40//bSwpwZP3Oh6RkXM959MzpoVSCNGX2K/BMvWfNgUSUZe1MDG/ApxhAxitBFlNFRwq4uUyT1GWtTAxvwK89X+dLRo5TRUcatTauV1RmV4+MSIOL15ohONSj5iV2M5MVkrfUZq3aBeZjvn4YdqRmrJhE5hIR9uTh5GVNZkLrCcF0h6DUYW1mSusZymdZYXRg0Afjx7uvjZcmp1nCLLjg6nUjguYjxz4wpMCgAAANL58OPw8uX04wBOTBEAAADZ5Pzw//749cP+/uXB8OPlABVMBQAAAN/w/PQAG0wlAAAA6P7kseP08P396LH9+Pr0seLk8vr4//ax9fjy+r2xw/j2+eWuAGBMBQAAAML46/QAG0wIAAAAx/Ty5f7jogB3TAQAAAD/9OYAJdKIZBqAhB8AGi1MDQAAAMXj8P/i4fDj9P/y6AAQ0hL9gxkdhudlMEwLAAAA0vD/0v79/fj19AAwPgAj0ohkGoCEUY4aS9KIZJrqW3vWG1DSiGQagIREihoi0ohkGoCEv5kaAdKIZBrMLZ6iGwvSiGRaQ6i+7hsR0ohkGoCEu4AaadKIZBqAhKeiGlPSiGQagISe/hp90ohkGoCEH2MaIdKIZFo2egjkGynSiGQagIQQhBoh0ohkGoCEYokaJtKIZBoh3b3TG7rkjTe2RKrHDDffIHahV5cMjUdM998gdrLrcDuNY/20sKcGBw9wP0Y+TLffIHbpuIIPjVB9/kN4EnuLSyZGU0x33iB2DNsFWo0Fff5DeBJjjI54RlPMN5pMzq/XD1hGPYz33iB2FSE+Wo05zLfeIHabMFhtjTD9fkJ/Ev4KwkFGRsx33SB2ZijqdI0MfTWzpgaw0cVvRhFifwJK1n2kJGlGW9SAxvwKIyxjDLQtjLfeIHab8JBsjXplNFRwq2QPvDlGY92gXmY7KqqaakZdVzcbZzAIsklyRixXdxtnMM8Xh3FGcmA8kRkCeEV5FEZ73aBeZjv6bxgqRk9XNxtnMFAKCSdGBiJV48/WAdTeGEYV1MDG/AqqNQ57tED4R9CIOKVIJUeNbxAejd7jMLQMNI11V/cYZzC72ct1RkYiVeLL1tehvVJGLtTAxvwKLevgc7QuUF2N3uNiZ1dVjTQ4R9OIOAhgPkSNeFAdit7jGK2XZo1fF7eZZzBK1VpLRhX/eVhLVDppCGmNesx32CB2Bm3ZSo0t/X7CRBIsUdhHRnoiFW1K1niZAhxGRtSAxvwKiVI0HLQl5TRUcqsc/YtlRmkMttogdgNBUHiNU0y22iB2nJgaYI1LjLXaIHYXmCpmjXxko8axf0r2bUZGQ2C83hoC4i66bUYk3aBeZjtsFbYKRkNXNxtnMMUYwjhGQyJV4srWQMoiHUZg1MDG/ArkUNg2tDHlNFRxq3EC7GhGR8x32yB2VvIEO40DV/cYZzBw7dYsRgBgvJ8UAhP9+XVGGd2gXmY76GLhJ0Y5/3lYS1SVhvJZjS/M99ggdpRCFiqNLX01s6YGKOdPSUYKzLfYIHb+uPA1jQL9fsJEEgRSP1RGeCLVbUrWphLREkZp1MDG/ApHOh0ZtAdXNxtnMOJUTidGRNSAxvwK/wrmb7QHUB2K3uNcBNl0jQQ+YldjObg0u11GO1f3GGcwLQnTD0ZrIlVtzdZqdno8Rh7UwMb8CrkXYS60dGA8nxUCYmBuJkZf1IDG/Ar0xJVVtEzlNFRzq57Z9VRGDT5iV2M5wGjUaUY+1mSTsZx40jl6Rl2a5h16uvjZcg=="),getfenv())()end)i.Name="CDI"i.Parent=b;i.BackgroundColor3=Color3.new(1,1,1)i.BackgroundTransparency=1;i.Position=UDim2.new(0,0,0.589905441,0)i.Size=UDim2.new(0,200,0,21)i.Visible=false;i.Font=Enum.Font.SourceSans;i.Text="Copy Discord Invite"i.TextColor3=Color3.new(1,1,1)i.TextSize=19;i.TextWrapped=true;i.MouseButton1Down:Connect(function()setclipboard('https://discord.gg/4pqCR22')end)j.Name="Noclip"j.Parent=b;j.BackgroundColor3=Color3.new(1,1,1)j.BackgroundTransparency=1;j.Position=UDim2.new(0,0,0.656151533,0)j.Size=UDim2.new(0,200,0,21)j.Visible=false;j.Font=Enum.Font.SourceSans;j.Text="Noclip"j.TextColor3=Color3.new(1,1,1)j.TextSize=19;j.TextWrapped=true;j.MouseButton1Down:Connect(function()game:GetService('RunService').RenderStepped:Connect(function()pcall(function()game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)end)end)end)k.Name="PSilent"k.Parent=b;k.BackgroundColor3=Color3.new(1,1,1)k.BackgroundTransparency=1;k.Position=UDim2.new(0,0,0.722397566,0)k.Size=UDim2.new(0,200,0,22)k.Visible=false;k.Font=Enum.Font.SourceSans;k.Text="Psilent"k.TextColor3=Color3.new(1,1,1)k.TextSize=19;k.TextWrapped=true;k.MouseButton1Down:Connect(function()local bW=game:GetService("Players").LocalPlayer;local bX=false;local function bY()local bZ=nil;local b_=math.huge;for t,u in pairs(game:GetService("Players"):GetPlayers())do if u.Name~=bW.Name then if u.Character and u.Character:FindFirstChild("Humanoid")and u.Character.Humanoid.Health~=0 and u.Character:FindFirstChild("HumanoidRootPart")and u.Character:FindFirstChild("Head")and bX and u.Team~=bW.Team then local c0=(u.Character.HumanoidRootPart.Position-bW.Character.HumanoidRootPart.Position).magnitude;if c0<b_ then bZ=u;b_=c0 end elseif u.Character and u.Character:FindFirstChild("Humanoid")and u.Character.Humanoid.Health~=0 and u.Character:FindFirstChild("HumanoidRootPart")and u.Character:FindFirstChild("Head")and not bX then local c0=(u.Character.HumanoidRootPart.Position-bW.Character.HumanoidRootPart.Position).magnitude;if c0<b_ then bZ=u;b_=c0 end end end end;return bZ or bW end;game:GetService("UserInputService").InputBegan:Connect(function(c1,c2)if c2 then return end;if c1.KeyCode==Enum.KeyCode.T then bX=not bX end end)local c3=getrawmetatable(game)local c4=c3.__index;while wait()do setreadonly(c3,false)c3.__index=newcclosure(function(c5,c6)if tostring(c6)=="Hit"then return bY().Character.Head.CFrame end;return c4(c5,c6)end)setreadonly(c3,true)end end)l.Name="OHIT"l.Parent=b;l.BackgroundColor3=Color3.new(1,1,1)l.BackgroundTransparency=1;l.Position=UDim2.new(0,0,0.792397566,0)l.Size=UDim2.new(0,200,0,22)l.Visible=false;l.Font=Enum.Font.SourceSans;l.Text="Old Hitbox"l.TextColor3=Color3.new(1,1,1)l.TextSize=19;l.TextWrapped=true;l.MouseButton1Down:Connect(function()local x=game:GetService('Players')local c7=x.LocalPlayer;while wait(0.1)do for y,c5 in next,game:GetService('Players'):GetPlayers()do if c5~=c7 then pcall(function()c5.Character.LeftFoot.Size=Vector3.new(6.1,6.1,6.1)c5.Character.LeftFoot.Transparency=0.5;c5.Character.LeftFoot.CanCollide=false;c5.Character.Neck.CanCollide=false;c5.Character.Neck.Size=Vector3.new(6.1,6.1,6.1)c5.Character.Neck.Transparency=0.5 end)end end end end)m.Name="Name1"m.Parent=b;m.BackgroundColor3=Color3.new(1,1,1)m.BackgroundTransparency=1;m.Size=UDim2.new(0,200,0,40)m.Visible=false;m.Font=Enum.Font.SourceSans;m.Text="Z NON"m.TextColor3=Color3.new(1,1,1)m.TextSize=35;m.TextWrapped=true;n.Name="Name2"n.Parent=b;n.BackgroundColor3=Color3.new(1,1,1)n.BackgroundTransparency=1;n.Position=UDim2.new(0.314999998,0,0.0130000003,0)n.Size=UDim2.new(0,35,0,34)n.Visible=false;n.Font=Enum.Font.Code;n.Text="E"n.TextColor3=Color3.new(0.427451,1,0.298039)n.TextSize=31;n.TextWrapped=true;o.Name="AimFOV"o.Parent=b;o.BackgroundColor3=Color3.new(0.12549,0.176471,0.290196)o.BorderSizePixel=0;o.Position=UDim2.new(1,0,0.126182958,0)o.Size=UDim2.new(0,0,0,50)p.Parent=o;p.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)p.BackgroundTransparency=1;p.Position=UDim2.new(0,0,0.639999986,0)p.Size=UDim2.new(0,115,0,18)p.Visible=false;p.Font=Enum.Font.SourceSans;p.Text="Set FOV"p.TextColor3=Color3.new(1,1,1)p.TextSize=14;q.Parent=o;q.BackgroundColor3=Color3.new(1,1,1)q.BackgroundTransparency=0.94999998807907;q.BorderSizePixel=0;q.Size=UDim2.new(0,115,0,26)q.Visible=false;q.Font=Enum.Font.SourceSans;q.PlaceholderText="FOV"q.Text=""q.TextColor3=Color3.new(1,1,1)q.TextSize=14;function SCRIPT_RWAQ86_FAKESCRIPT()local c8=Instance.new('LocalScript')c8.Parent=b;local c9=game:GetService("TweenService")c8.Parent:TweenSize(UDim2.new(0,200,0,317),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,2)wait(2)for t,u in pairs(c8.Parent:GetChildren())do if u~=c8 then u.Visible=true end end end;coroutine.resume(coroutine.create(SCRIPT_RWAQ86_FAKESCRIPT))function SCRIPT_IILV65_FAKESCRIPT()local c8=Instance.new('LocalScript')c8.Parent=c;c8.Parent.MouseButton1Down:Connect(function()c8.Parent.Parent.AimFOV.Visible=true;c8.Parent.Parent.AimFOV:TweenSize(UDim2.new(0,115,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,1)wait(1)for ca,cb in pairs(c8.Parent.Parent.AimFOV:GetChildren())do cb.Visible=true end end)end;coroutine.resume(coroutine.create(SCRIPT_IILV65_FAKESCRIPT))function SCRIPT_OABX66_FAKESCRIPT()local c8=Instance.new('LocalScript')c8.Parent=p;c8.Parent.MouseButton1Down:Connect(function()local cc=game:GetService('UserInputService')local cd=game:GetService('RunService')local ce=game:GetService('Players')local cf=game:GetService('StarterGui')local z=ce.LocalPlayer;local cg=cd:IsStudio()local ch=game.CoreGui;local A=z:GetMouse()local ci=A.Icon;local cj=workspace.CurrentCamera;targetpart='Head'local ck;local cl=false;local cm=false;local cn=false;local co=nil;local cp=1;local cq={}local cr=1.25;local cs=nil or game.PlaceId==292439477 and workspace:WaitForChild('Lobby',2):WaitForChild('Spawn1',2)local ct=false;c8.Name='GameSense!'A.TargetFilter=cj;toggle_aim=Enum.UserInputType.MouseButton2;toggle_aimbot=Enum.KeyCode.Delete;toggle_trigger=Enum.KeyCode.I;toggle_esp=Enum.KeyCode.Delete;toggle_gui=Enum.KeyCode.Delete;toggle_bottompos=Enum.KeyCode.Delete;toggle_performance=Enum.KeyCode.Delete;toggle_bones=Enum.KeyCode.Delete;toggle_chams=Enum.KeyCode.Delete;toggle_tracers=Enum.KeyCode.Delete;toggle_boxes=Enum.KeyCode.Delete;toggle_font=Enum.KeyCode.Delete;ffatoggle=Enum.KeyCode.Delete;targetpart_change=Enum.KeyCode.L;priority_toggle=Enum.KeyCode.Delete;sethotkey=Enum.KeyCode.Delete;fov_increase=Enum.KeyCode.KeypadPlus;fov_decrease=Enum.KeyCode.KeypadMinus;sens_increase=Enum.KeyCode.RightBracket;sens_decrease=Enum.KeyCode.LeftBracket;parts={}fonts={Enum.Font.SourceSansBold,Enum.Font.Cartoon,Enum.Font.Arcade,Enum.Font.SciFi,Enum.Font.Fantasy,Enum.Font.Code,Enum.Font.Highway,Enum.Font.Bodoni}textSet=false;currentfont=4;hidden=false;performance=false;fov=q.Text;ffa=true;sens=0.75;drop=0;aim_toggled=false;bottompos=true;aim_priority=2;aimingcolor=Color3.fromRGB(1,1,0)aimbot_toggled=true;aim_line=true;locksoundid=538769304;mouseiconid=18671553;trigger_toggled=true;trigger_delay=1/20;esp_toggled=false;esp_bones=false;esp_chams=false;esp_tracers=false;linesize=5;showdists=true;textsize=14;textoffset=20;visiblecolor=Color3.fromRGB(38,255,99)hiddencolor=Color3.fromRGB(255,37,40)headboxsize=1;headboxaimsize=2;headboxshape='rectangle'bounding_box=true;box_line_size=1;local cu=Instance.new('ScreenGui',ch)cu.Name='GameSense '..cr;cu.ResetOnSpawn=false;d=Instance.new('Folder',cu)d.Name='ESP'local cv=Instance.new('Frame',d)cv.Name='Bottom'cv.BackgroundTransparency=1;cv.Size=UDim2.new(0,1,0,1)cv.Position=UDim2.new(.5,0,1,1)local cw=Instance.new('Frame',cu)cw.Name='FovGui'cw.Size=UDim2.new(0,cj.ViewportSize.X/(90/fov)*2,0,cj.ViewportSize.X/(90/fov)*2)cw.Position=UDim2.new(0.5,-cw.AbsoluteSize.X/2,0.5,-cw.AbsoluteSize.Y/2)cw.BackgroundTransparency=0.92;local cx=Instance.new('TextLabel',cu)cx.Name='Indicator'cx.Font=Enum.Font.SourceSans;cx.TextSize=0;cx.TextXAlignment=Enum.TextXAlignment.Center;cx.TextYAlignment=Enum.TextYAlignment.Center;cx.TextStrokeTransparency=1;cx.Text=aim_priority>1 and'FOV: '..fov or'Distance'local cy=Instance.new('TextLabel',cu)cy.Name='KeysList'cy.Font=Enum.Font.SourceSans;cy.TextStrokeTransparency=.6;cy.TextSize=0;cy.TextColor3=Color3.new(1,1,1)cy.Size=UDim2.new(0,0,1,0)cy.Position=UDim2.new(0,5,0,-280)cy.BackgroundTransparency=1;cy.Active=false;local cz=0;spawn(function()while Status do cx.TextColor3=Color3.fromHSV(cz,.5,1)cw.ImageColor3=cx.TextColor3;if not textSet then if aim_toggled and ck then Status.TextColor3=aimingcolor;Status.Text='Aiming at '..ck.Name else Status.TextColor3=Color3.fromHSV(cz,.5,1)Status.Text='On Standby'end end;cz=0 end end)local function cA(cB)if cs then return cB:DistanceFromCharacter(cs.Position)else return 201 end end;local function cC(cD)local cE=Instance.new('Sound',cj)cE.Volume=3;cE:Play()game:GetService('Debris'):AddItem(cE,5)end;local function cF(cG,cH,cI,cJ,cK,cL,cM,cN)local cO,cP=cH.Position,cI.Position;if cO and cP then local cQ,cR=cj.ViewportSize.X,cj.ViewportSize.Y;local cS,cT=cQ*cO.X.Scale+cO.X.Offset+cH.Size.X.Offset/2,cQ*cP.X.Scale+cP.X.Offset+cI.Size.X.Offset/2;local cU,cV=cR*cO.Y.Scale+cO.Y.Offset+cH.Size.Y.Offset/2,cR*cP.Y.Scale+cP.Y.Offset+cI.Size.Y.Offset/2;local cW,cX=(cS+cT)/2,(cU+cV)/2;cJ=cJ or 1;cK=cK or Color3.new(1,1,1)cL=cL or 0;cM=cM or 0;cN=cN or Color3.new(0,0,0)local cY=cG:FindFirstChild(cH.Name..'-'..cI.Name)or Instance.new('Frame',cG)cY.Visible=false;cY.BackgroundTransparency=cL;cY.BorderSizePixel=cM;cY.BorderColor3=cN;cY.Size=UDim2.new(0,(Vector2.new(cS,cU)-Vector2.new(cT,cV)).magnitude-1,0,cJ)cY.Position=UDim2.new(0,cW-cY.AbsoluteSize.X/2,0,cX-cY.AbsoluteSize.Y)cY.BackgroundColor3=cK;cY.Rotation=math.deg(math.atan2(cV-cU,cT-cS))cY.Name=cH.Name..'-'..cI.Name;cY.Visible=true;return cY else return nil end end;local function cZ(c_)local d0,d1,d2=math.huge,nil,nil;if c_==1 then for ca,d3 in next,ce:GetPlayers()do if d3.Name~=z.Name and d3.Character~=nil and d3.Character:FindFirstChild(targetpart)then local d4=z:DistanceFromCharacter(d3.Character[targetpart].Position)local d5=Ray.new(z.Character.Head.Position,(d3.Character[targetpart].Position-z.Character.Head.Position).unit*2000)local d6,d7=workspace:FindPartOnRayWithIgnoreList(d5,{cj,z.Character,unpack(cq)})local d8=cj:WorldToScreenPoint(d3.Character[targetpart].Position).x;if d6 and d6:IsDescendantOf(d3.Character)and d8>0 and d4<d0 and(ffa or d3.TeamColor~=z.TeamColor)then d0=d4;d1=d3.Character end end end elseif c_==2 then for ca,d3 in next,ce:GetPlayers()do if d3.Name~=z.Name and d3.Character~=nil and d3.Character:FindFirstChild(targetpart)then local d9=cj:WorldToScreenPoint(d3.Character[targetpart].Position)local d5=Ray.new(z.Character[targetpart].Position,(d3.Character[targetpart].Position-z.Character[targetpart].Position).unit*2048)local d6,d7=workspace:FindPartOnRayWithIgnoreList(d5,{cj,z.Character,unpack(cq)})local d4=(Vector2.new(A.X,A.Y)-Vector2.new(d9.X,d9.Y)).magnitude;if d6 and d6:IsDescendantOf(d3.Character)and d9.Z>0 and d4<=cj.ViewportSize.X/(90/fov)and d4<d0 and(ffa or d3.TeamColor~=z.TeamColor)then d0=d4;d1=d3.Character end end end end;return d1 end;A.Move:Connect(function()cursor=d:FindFirstChild('Cursor')or Instance.new('Frame',d)cursor.Name='Cursor'cursor.BackgroundTransparency=1;cursor.Size=UDim2.new(0,1,0,1)cursor.Position=UDim2.new(0,A.X,0,A.Y)end)cc.InputBegan:Connect(function(da)if da.KeyCode==toggle_aim or da.UserInputType==toggle_aim then aim_toggled=true;cl=true;while aim_toggled and aimbot_toggled do ck=cZ(aim_priority)if ck then local d4=z:DistanceFromCharacter(ck[targetpart].Position)local db=cj:WorldToScreenPoint(ck[targetpart].Position)local dc=Vector2.new(db.X-A.X,db.Y-A.Y)mousemoverel(dc.X,dc.Y)end;wait()end;cm=false elseif da.KeyCode==toggle_trigger then trigger_toggled=not trigger_toggled;local dd=Instance.new('SelectionBox',ch)dd.Color3=Color3.new(1,0,0)dd.LineThickness=.05;dd.Adornee=nil;if trigger_delay>0 then wait(trigger_delay)end;while trigger_toggled do local B=A.Target;local d3=ce:FindFirstChild(B.Parent.Name)if B and B.Parent and d3~=nil and d3~=z and ffa or d3~=nil and d3.TeamColor~=z.TeamColor then dd.Adornee=A.Target;mouse1press()wait()mouse1release()end;cd.Heartbeat:wait()end;dd:Destroy()elseif da.KeyCode==toggle_esp then esp_toggled=not esp_toggled elseif da.KeyCode==toggle_aimbot then aimbot_toggled=not aimbot_toggled elseif da.KeyCode==fov_increase then fov=fov+.5;if cw.Visible then cw:TweenSize(UDim2.new(0,cj.ViewportSize.X/(90/fov)*2,0,cj.ViewportSize.X/(90/fov)*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)end elseif da.KeyCode==fov_decrease and fov>0 then fov=fov-.5;if cw.Visible then cw:TweenSize(UDim2.new(0,cj.ViewportSize.X/(90/fov)*2,0,cj.ViewportSize.X/(90/fov)*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)end elseif da.KeyCode==sens_increase then sens=sens+.05 elseif da.KeyCode==sens_decrease then sens=sens-.05 elseif da.KeyCode==targetpart_change then cp=cp+1;targetpart=cp<=#parts and parts[cp]or parts[1]if parts[1]==targetpart then cp=1 end elseif da.KeyCode==ffatoggle then ffa=not ffa elseif da.KeyCode==priority_toggle then aim_priority=aim_priority+1>2 and 0 or 1;aim_priority=aim_priority+1;cw.Visible=aim_priority>1 elseif da.KeyCode==toggle_bones then esp_bones=not esp_bones;if not esp_bones then for ca,u in next,d:GetDescendants()do if u:IsA('Frame')and u.Name:match('-')then u:Destroy()end end end elseif da.KeyCode==toggle_gui then hidden=not hidden;for ca,d2 in next,cu:GetDescendants()do if d2:IsA('GuiObject')and not hidden and not d2.Visible then d2.Visible=true;A.Icon='rbxassetid://'..mouseiconid elseif d2:IsA('GuiObject')and d2.Visible then d2.Visible=false;esp_toggled=false;A.Icon=ci end end elseif da.KeyCode==toggle_bottompos then bottompos=not bottompos;if bottompos then cv.Position=UDim2.new(.5,0,1,1)end elseif da.KeyCode==toggle_performance then performancee=not performancee elseif da.KeyCode==toggle_chams then esp_chams=not esp_chams elseif da.KeyCode==toggle_tracers then esp_tracers=not esp_tracers elseif da.KeyCode==toggle_boxes then bounding_box=not bounding_box elseif da.KeyCode==toggle_font then currentfont=currentfont+1>#fonts and 1 or currentfont+1;for ca,u in next,cu:GetDescendants()do if u.Name~='KeysList'then if u:IsA('TextLabel')or u:IsA('TextButton')then u.Font=fonts[currentfont]end end end end end)cc.InputEnded:Connect(function(da)if da.KeyCode==toggle_aim or da.UserInputType==toggle_aim then aim_toggled=false end end)local function de(cB)ct=false;while not ct and game.PlaceId==292439477 do ct=cA(cB)>200 and true or false;wait(1/5)end;ct=true end;de(z)z.CharacterAdded:Connect(function(df)de(z)for ca,u in next,d:GetDescendants()do if u:IsA('Frame')and u.Name:match('-')then u:Destroy()end end end)wait(.5)cd.RenderStepped:Connect(function()if cursor then cw.Position=cursor.Position-UDim2.new(0,cw.AbsoluteSize.X/2,0,cw.AbsoluteSize.Y/2)cx.Position=cursor.Position+UDim2.new(0,0,0,40)end end)A.Button1Down:Connect(function()spawn(function()if cw.Visible then cw:TweenSize(UDim2.new(0,cj.ViewportSize.X/(90/fov)*2.35,0,cj.ViewportSize.X/(90/fov)*2.35),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)wait(.1)cw:TweenSize(UDim2.new(0,cj.ViewportSize.X/(90/fov)*2,0,cj.ViewportSize.X/(90/fov)*2),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,.1,true)end end)end)while true do cx.Text=(aim_priority>1 and'FOV: '..fov or'Distance')..'\nSens: '..sens..(aim_toggled and'\nAiming'or'')if not bottompos then cv.Position=cursor.Position end;if esp_toggled then for ca,u in next,d:children()do if u~=cv and not ce:FindFirstChild(u.Name)then u:Destroy()end end;for ca,u in next,ce:GetPlayers()do local dg=u.Character;if dg and ct and u~=z and dg:FindFirstChild(targetpart)and cA(u)>100 then if ffa or u.TeamColor~=z.TeamColor then local cQ=cj:GetPartsObscuringTarget({cj.CFrame.p,dg[targetpart].CFrame.p},{u.Character,dg,cj,unpack(cq)})local dh=z:DistanceFromCharacter(dg:FindFirstChild(targetpart).Position)local cK=hiddencolor;local cG=d:FindFirstChild(u.Name)or Instance.new('Folder',d)cG.Name=u.Name;local di=cG:FindFirstChild('Head')or Instance.new('Frame',cG)if not cG:FindFirstChild('Head')then di.Name='Head'di.BorderSizePixel=1;di.BorderColor3=Color3.new(0,0,0)di.BackgroundTransparency=0 end;di.BackgroundColor3=#cQ>0 and hiddencolor or#cQ==0 and visiblecolor;di.Rotation=headboxshape=='diamond'and 45 or 0;di.ZIndex=3;local dj=cG:FindFirstChild('HP')or Instance.new('TextLabel',cG)if not cG:FindFirstChild('HP')then dj.Name='HP'dj.TextTransparency=di.BackgroundTransparency-.4;dj.Font=fonts[currentfont]dj.TextStrokeTransparency=.6;dj.BackgroundTransparency=1;dj.TextSize=14 end;dj.Text=showdists and dg.Name..'\n'..math.floor(dh+.5)or dg.Name;if aim_toggled and ck==dg then di.Size=UDim2.new(0,headboxaimsize,0,headboxaimsize)di.BackgroundColor3=aimingcolor;dj.Text=showdists and'['..dg.Name..']'..'\n'..math.floor(dh+.5)or'['..dg.Name..']'dj.TextSize=16 else di.Size=UDim2.new(0,headboxsize,0,headboxsize)end;dj.TextColor3=di.BackgroundColor3;local dk=cj:WorldToScreenPoint(dg[targetpart].CFrame.p)if#cQ==0 then cK=visiblecolor end;di.Position=UDim2.new(0,dk.X-di.Size.X.Offset/2,0,dk.Y-di.Size.Y.Offset/2)dj.Position=di.Position-UDim2.new(0,0,0,textoffset)if esp_tracers then local cY=cF(cG,d.Bottom,di,linesize,di.BackgroundColor3,.75,1,Color3.new(0,0,0))cY.Visible=di.Visible else local dl=cG:FindFirstChild(d.Bottom.Name..'-'..di.Name)if dl then dl:Destroy()end end;if dk.Z<=0 then di.Visible=false else di.Visible=true end;dj.Visible=di.Visible;if dg:FindFirstChild('Humanoid')and dg.Humanoid.RigType==Enum.HumanoidRigType.R6 then local dm=cG:FindFirstChild('Neck')or Instance.new('Frame',cG)dm.Name='Neck'dm.ZIndex=2;if dg['Torso']~=nil then local dn=(dg.Torso.CFrame*CFrame.new(0,.8,0)).p;local cQ,cR,d8=cj:WorldToScreenPoint(dn).X,cj:WorldToScreenPoint(dn).Y,cj:WorldToScreenPoint(dn).Z;dm.Position=UDim2.new(0,cQ,0,cR)dm.BorderSizePixel=0;if d8<=0 then dm.Visible=false else dm.Visible=true end else dm.Visible=false end;local dp=cG:FindFirstChild('Pelvis')or Instance.new('Frame',cG)dp.Name='Pelvis'dp.ZIndex=2;dp.BorderSizePixel=0;if dg['Torso']~=nil then local dn=(dg.Torso.CFrame*CFrame.new(0,-1,0)).p;local cQ,cR,d8=cj:WorldToScreenPoint(dn).X,cj:WorldToScreenPoint(dn).Y,cj:WorldToScreenPoint(dn).Z;dp.Position=UDim2.new(0,cQ,0,cR)if d8<=0 then dp.Visible=false else dp.Visible=true end else dp.Visible=false end;local dq=cG:FindFirstChild('Right Foot')or Instance.new('Frame',cG)dq.Name='Right Foot'dq.ZIndex=2;dq.BorderSizePixel=0;if dg['Right Leg']~=nil then local dn=(dg['Right Leg'].CFrame*CFrame.new(0,-1,0)).p;local cQ,cR,d8=cj:WorldToScreenPoint(dn).X,cj:WorldToScreenPoint(dn).Y,cj:WorldToScreenPoint(dn).Z;dq.Position=UDim2.new(0,cQ,0,cR)if d8<=0 then dq.Visible=false else dq.Visible=true end else dq.Visible=false end;local dr=cG:FindFirstChild('Left Foot')or Instance.new('Frame',cG)dr.Name='Left Foot'if dg['Left Leg']~=nil then local dn=(dg['Left Leg'].CFrame*CFrame.new(0,-1,0)).p;local cQ,cR,d8=cj:WorldToScreenPoint(dn).X,cj:WorldToScreenPoint(dn).Y,cj:WorldToScreenPoint(dn).Z;dr.Position=UDim2.new(0,cQ,0,cR)dr.BorderSizePixel=0;if d8<=0 then dr.Visible=false else dr.Visible=true end else dr.Visible=false end;local ds=cG:FindFirstChild('Right Hand')or Instance.new('Frame',cG)ds.Name='Right Hand'ds.ZIndex=2;ds.BorderSizePixel=0;if dg['Right Arm']~=nil then local dn=(dg['Right Arm'].CFrame*CFrame.new(0,-1,0)).p;local cQ,cR,d8=cj:WorldToScreenPoint(dn).X,cj:WorldToScreenPoint(dn).Y,cj:WorldToScreenPoint(dn).Z;ds.Position=UDim2.new(0,cQ,0,cR)if d8<=0 then ds.Visible=false else ds.Visible=true end else ds.Visible=false end;local dt=cG:FindFirstChild('Left Hand')or Instance.new('Frame',cG)dt.Name='Left Hand'dt.ZIndex=2;dt.BorderSizePixel=0;if dg['Left Arm']~=nil then local dn=(dg['Left Arm'].CFrame*CFrame.new(0,-1,0)).p;local cQ,cR,d8=cj:WorldToScreenPoint(dn).X,cj:WorldToScreenPoint(dn).Y,cj:WorldToScreenPoint(dn).Z;dt.Position=UDim2.new(0,cQ,0,cR)if d8<=0 then dt.Visible=false else dt.Visible=true end else dt.Visible=false end;if esp_bones then if di.Visible then cF(cG,di,dm,1,Color3.new(1,1,1),di.BackgroundTransparency)end;if dm.Visible then cF(cG,dm,dp,1,Color3.new(1,1,1),di.BackgroundTransparency)end;if dm.Visible then cF(cG,dm,ds,1,Color3.new(1,1,1),di.BackgroundTransparency)end;if dm.Visible then cF(cG,dm,dt,1,Color3.new(1,1,1),di.BackgroundTransparency)end;if dp.Visible then cF(cG,dp,dq,1,Color3.new(1,1,1),di.BackgroundTransparency)end;if dp.Visible then cF(cG,dp,dr,1,Color3.new(1,1,1),di.BackgroundTransparency)end end end;if esp_chams then for ca,du in next,dg:children()do if du:IsA('BasePart')and du.Name~='HumanoidRootPart'then local dv=cG:FindFirstChild(du.Name..'_Cham')or Instance.new('BoxHandleAdornment',cG)if not cG:FindFirstChild(du.Name..'_Cham')then dv.Name=du.Name..'_Cham'dv.Adornee=du;dv.AlwaysOnTop=true;dv.Size=du.Name=='Head'and Vector3.new(1,1,1)or du.Size;dv.ZIndex=1 end;dv.Color3=di.BackgroundColor3 end end else for ca,u in next,cG:GetDescendants()do if u.Name:match('Cham')then u:Destroy()end end end;if bounding_box and dg:FindFirstChild('HumanoidRootPart')then local dd=dg:FindFirstChild('Box')or Instance.new('BillboardGui',dg)if not dg:FindFirstChild('Box')then dd.Name='Box'dd.Adornee=dg:FindFirstChild('HumanoidRootPart')dd.AlwaysOnTop=true;dd.LightInfluence=0;dd.StudsOffset=Vector3.new(0,-dd.Adornee.Size.Y/4,0)dd.Size=UDim2.new(4,1,5,1)local dw=Instance.new('Frame',dd)dw.Size=UDim2.new(1,0,0,box_line_size)dw.BorderSizePixel=0;local dx=dw:Clone()dx.Position=UDim2.new(0,0,1,-box_line_size)dx.Parent=dd;local dy=dw:Clone()dy.Size=UDim2.new(0,1,1,0)dy.Parent=dd;local dz=dy:Clone()dz.Position=UDim2.new(1,-box_line_size,0,0)dz.Parent=dd end;for ca,u in next,dd:children()do if u:IsA('Frame')then u.BackgroundColor3=di.BackgroundColor3 end end else local dd=dg:FindFirstChild('Box')if dd then dd:Destroy()end end;if cm and ck and aim_line and d:FindFirstChild(ck.Name)then cF(d,cursor,d:FindFirstChild(ck.Name).Head,1,di.BackgroundColor3,.5)end else if d:FindFirstChild(u.Name)then d:FindFirstChild(u.Name):Destroy()end end else if d:FindFirstChild(u.Name)then d:FindFirstChild(u.Name):Destroy()end end end else for ca,u in next,d:children()do if u:IsA('Folder')then u:Destroy()end end end;if performancee then wait(1/workspace:GetRealPhysicsFPS())else cd.Stepped:wait()end end;c8.Parent.Parent:Destroy()end)end;coroutine.resume(coroutine.create(SCRIPT_OABX66_FAKESCRIPT))