· 6 years ago · Mar 15, 2020, 11:56 PM
1--Made by Project
2
3game:GetService("StarterGui"):SetCore("SendNotification", {
4 Title = "BABFT FARMER",
5 Text = "BABFT FARMER Loaded Successfully."
6})
7
8
9-- Instances:
10local ScreenGui = Instance.new("ScreenGui")
11local Main = Instance.new("ImageLabel")
12local Topicf = Instance.new("Frame")
13local topic = Instance.new("TextLabel")
14local EXT = Instance.new("TextButton")
15local g12 = Instance.new("ImageLabel")
16local Speed = Instance.new("TextButton")
17local g13 = Instance.new("ImageLabel")
18local Esp = Instance.new("TextButton")
19local g14 = Instance.new("ImageLabel")
20local Jump = Instance.new("TextButton")
21local g15 = Instance.new("ImageLabel")
22local Noclip = Instance.new("TextButton")
23local g16 = Instance.new("ImageLabel")
24local Admin = Instance.new("TextButton")
25local g17 = Instance.new("ImageLabel")
26local unlimited = Instance.new("TextButton")
27local Frame2 = Instance.new("Frame")
28local F1 = Instance.new("ImageLabel")
29local StartFarm = Instance.new("TextButton")
30local F2 = Instance.new("ImageLabel")
31local StopFarm = Instance.new("TextButton")
32local Frame = Instance.new("Frame")
33local by = Instance.new("TextLabel")
34local Openf = Instance.new("Frame")
35local OpenButton = Instance.new("TextButton")
36--Properties:
37ScreenGui.Parent = game.CoreGui
38
39Main.Name = "Main"
40Main.Parent = ScreenGui
41Main.BackgroundColor3 = Color3.new(1, 1, 1)
42Main.BackgroundTransparency = 1
43Main.Position = UDim2.new(0.33661136, 0, 0.304941475, 0)
44Main.Size = UDim2.new(0, 352, 0, 205)
45Main.Active = true
46Main.Draggable = true
47Main.Visible = false
48Main.Image = "rbxassetid://2851926732"
49Main.ImageColor3 = Color3.new(0.658824, 0.658824, 0)
50Main.ScaleType = Enum.ScaleType.Slice
51Main.SliceCenter = Rect.new(12, 12, 12, 12)
52
53Topicf.Name = "Topicf"
54Topicf.Parent = Main
55Topicf.BackgroundColor3 = Color3.new(1, 1, 1)
56Topicf.BorderSizePixel = 0
57Topicf.Size = UDim2.new(0, 352, 0, 41)
58
59topic.Name = "topic"
60topic.Parent = Topicf
61topic.BackgroundColor3 = Color3.new(1, 0.156863, 0.0470588)
62topic.BorderSizePixel = 0
63topic.Size = UDim2.new(0, 352, 0, 41)
64topic.Font = Enum.Font.SciFi
65topic.Text = "BABFT FARMER V2"
66topic.TextColor3 = Color3.new(0, 0, 0)
67topic.TextSize = 25
68topic.TextWrapped = true
69
70EXT.Name = "EXÝT"
71EXT.Parent = Topicf
72EXT.BackgroundColor3 = Color3.new(1, 1, 1)
73EXT.BackgroundTransparency = 1
74EXT.Position = UDim2.new(0.917613626, 0, 0.219512194, 0)
75EXT.Size = UDim2.new(0, 28, 0, 25)
76EXT.Font = Enum.Font.SciFi
77EXT.Text = "X"
78EXT.TextColor3 = Color3.new(0, 0, 0)
79EXT.TextScaled = true
80EXT.TextSize = 1
81EXT.TextWrapped = true
82EXT.MouseButton1Down:connect(function()
83 Main.Visible = false
84 Openf.Visible = true
85game:GetService("StarterGui"):SetCore("SendNotification", {
86 Title = "BABFT FARMER",
87 Text = "BABFT FARMER Closed."
88})
89end)
90
91g12.Name = "g12"
92g12.Parent = Main
93g12.BackgroundColor3 = Color3.new(1, 1, 1)
94g12.BackgroundTransparency = 1
95g12.Position = UDim2.new(0.0227272771, 0, 0.239024386, 0)
96g12.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
97g12.Image = "rbxassetid://2851926732"
98g12.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
99g12.ScaleType = Enum.ScaleType.Slice
100g12.SliceCenter = Rect.new(12, 12, 12, 12)
101
102Speed.Name = "Speed"
103Speed.Parent = g12
104Speed.BackgroundColor3 = Color3.new(1, 1, 1)
105Speed.BackgroundTransparency = 1
106Speed.BorderSizePixel = 0
107Speed.Position = UDim2.new(-0.00108225085, 0, -0.00235486031, 0)
108Speed.Size = UDim2.new(0, 84, 0, 29)
109Speed.Font = Enum.Font.SciFi
110Speed.Text = "Speed [T]"
111Speed.TextColor3 = Color3.new(0, 0, 0)
112Speed.TextSize = 14
113
114g13.Name = "g13"
115g13.Parent = Main
116g13.BackgroundColor3 = Color3.new(1, 1, 1)
117g13.BackgroundTransparency = 1
118g13.Position = UDim2.new(0.380681813, 0, 0.239024386, 0)
119g13.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
120g13.Image = "rbxassetid://2851926732"
121g13.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
122g13.ScaleType = Enum.ScaleType.Slice
123g13.SliceCenter = Rect.new(12, 12, 12, 12)
124
125Esp.Name = "Esp"
126Esp.Parent = g13
127Esp.BackgroundColor3 = Color3.new(1, 1, 1)
128Esp.BackgroundTransparency = 1
129Esp.BorderSizePixel = 0
130Esp.Position = UDim2.new(-0.00108224154, 0, -0.00235486031, 0)
131Esp.Size = UDim2.new(0, 84, 0, 29)
132Esp.Font = Enum.Font.SciFi
133Esp.Text = "Esp"
134Esp.TextColor3 = Color3.new(0, 0, 0)
135Esp.TextSize = 14
136
137g14.Name = "g14"
138g14.Parent = Main
139g14.BackgroundColor3 = Color3.new(1, 1, 1)
140g14.BackgroundTransparency = 1
141g14.Position = UDim2.new(0.738636315, 0, 0.239024386, 0)
142g14.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
143g14.Image = "rbxassetid://2851926732"
144g14.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
145g14.ScaleType = Enum.ScaleType.Slice
146g14.SliceCenter = Rect.new(12, 12, 12, 12)
147
148Jump.Name = "Jump"
149Jump.Parent = g14
150Jump.BackgroundColor3 = Color3.new(1, 1, 1)
151Jump.BackgroundTransparency = 1
152Jump.BorderSizePixel = 0
153Jump.Position = UDim2.new(-0.00108218193, 0, -0.00235486031, 0)
154Jump.Size = UDim2.new(0, 84, 0, 29)
155Jump.Font = Enum.Font.SciFi
156Jump.Text = "InfJump"
157Jump.TextColor3 = Color3.new(0, 0, 0)
158Jump.TextSize = 14
159
160g15.Name = "g15"
161g15.Parent = Main
162g15.BackgroundColor3 = Color3.new(1, 1, 1)
163g15.BackgroundTransparency = 1
164g15.Position = UDim2.new(0.0227272771, 0, 0.463414609, 0)
165g15.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
166g15.Image = "rbxassetid://2851926732"
167g15.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
168g15.ScaleType = Enum.ScaleType.Slice
169g15.SliceCenter = Rect.new(12, 12, 12, 12)
170
171Noclip.Name = "Noclip"
172Noclip.Parent = g15
173Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
174Noclip.BackgroundTransparency = 1
175Noclip.BorderSizePixel = 0
176Noclip.Position = UDim2.new(-0.00108224154, 0, -0.00235486031, 0)
177Noclip.Size = UDim2.new(0, 84, 0, 29)
178Noclip.Font = Enum.Font.SciFi
179Noclip.Text = "TpTool"
180Noclip.TextColor3 = Color3.new(0, 0, 0)
181Noclip.TextSize = 14
182
183g16.Name = "g16"
184g16.Parent = Main
185g16.BackgroundColor3 = Color3.new(1, 1, 1)
186g16.BackgroundTransparency = 1
187g16.Position = UDim2.new(0.377840906, 0, 0.463414609, 0)
188g16.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
189g16.Image = "rbxassetid://2851926732"
190g16.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
191g16.ScaleType = Enum.ScaleType.Slice
192g16.SliceCenter = Rect.new(12, 12, 12, 12)
193
194Admin.Name = "Admin"
195Admin.Parent = g16
196Admin.BackgroundColor3 = Color3.new(1, 1, 1)
197Admin.BackgroundTransparency = 1
198Admin.BorderSizePixel = 0
199Admin.Position = UDim2.new(-0.00108224154, 0, -0.00235486031, 0)
200Admin.Size = UDim2.new(0, 84, 0, 29)
201Admin.Font = Enum.Font.SciFi
202Admin.Text = "Admin"
203Admin.TextColor3 = Color3.new(0, 0, 0)
204Admin.TextSize = 14
205
206g17.Name = "g17"
207g17.Parent = Main
208g17.BackgroundColor3 = Color3.new(1, 1, 1)
209g17.BackgroundTransparency = 1
210g17.Position = UDim2.new(0.735795438, 0, 0.463414609, 0)
211g17.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
212g17.Image = "rbxassetid://2851926732"
213g17.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
214g17.ScaleType = Enum.ScaleType.Slice
215g17.SliceCenter = Rect.new(12, 12, 12, 12)
216
217unlimited.Name = "unlimited"
218unlimited.Parent = g17
219unlimited.BackgroundColor3 = Color3.new(1, 1, 1)
220unlimited.BackgroundTransparency = 1
221unlimited.BorderSizePixel = 0
222unlimited.Position = UDim2.new(-0.00108230114, 0, -0.00235486031, 0)
223unlimited.Size = UDim2.new(0, 84, 0, 29)
224unlimited.Font = Enum.Font.SciFi
225unlimited.Text = "UnlimitedItem"
226unlimited.TextColor3 = Color3.new(0, 0, 0)
227unlimited.TextSize = 13
228
229Frame2.Name = "Frame2"
230Frame2.Parent = Main
231Frame2.BackgroundColor3 = Color3.new(1, 0.156863, 0.0470588)
232Frame2.BorderSizePixel = 0
233Frame2.Position = UDim2.new(0, 0, 0.707317054, 0)
234Frame2.Size = UDim2.new(0, 352, 0, 1)
235
236F1.Name = "F1"
237F1.Parent = Main
238F1.BackgroundColor3 = Color3.new(1, 1, 1)
239F1.BackgroundTransparency = 1
240F1.Position = UDim2.new(0.0227272771, 0, 0.800000012, 0)
241F1.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
242F1.Image = "rbxassetid://2851926732"
243F1.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
244F1.ScaleType = Enum.ScaleType.Slice
245F1.SliceCenter = Rect.new(12, 12, 12, 12)
246
247StartFarm.Name = "StartFarm"
248StartFarm.Parent = F1
249StartFarm.BackgroundColor3 = Color3.new(1, 1, 1)
250StartFarm.BackgroundTransparency = 1
251StartFarm.BorderSizePixel = 0
252StartFarm.Position = UDim2.new(-0.00108218193, 0, -0.00235462189, 0)
253StartFarm.Size = UDim2.new(0, 84, 0, 29)
254StartFarm.Font = Enum.Font.SciFi
255StartFarm.Text = "StartAutoFarm"
256StartFarm.TextColor3 = Color3.new(0, 0, 0)
257StartFarm.TextSize = 12
258
259F2.Name = "F2"
260F2.Parent = Main
261F2.BackgroundColor3 = Color3.new(1, 1, 1)
262F2.BackgroundTransparency = 1
263F2.Position = UDim2.new(0.301136374, 0, 0.800000012, 0)
264F2.Size = UDim2.new(0.23863636, 0, 0.141463414, 0)
265F2.Image = "rbxassetid://2851926732"
266F2.ImageColor3 = Color3.new(1, 0.156863, 0.0470588)
267F2.ScaleType = Enum.ScaleType.Slice
268F2.SliceCenter = Rect.new(12, 12, 12, 12)
269
270StopFarm.Name = "StopFarm"
271StopFarm.Parent = F2
272StopFarm.BackgroundColor3 = Color3.new(1, 1, 1)
273StopFarm.BackgroundTransparency = 1
274StopFarm.BorderSizePixel = 0
275StopFarm.Position = UDim2.new(-0.00108218193, 0, -0.00235462189, 0)
276StopFarm.Size = UDim2.new(0, 84, 0, 29)
277StopFarm.Font = Enum.Font.SciFi
278StopFarm.Text = "StopAutoFarm"
279StopFarm.TextColor3 = Color3.new(0, 0, 0)
280StopFarm.TextSize = 12
281
282Frame.Parent = Main
283Frame.BackgroundColor3 = Color3.new(1, 0.156863, 0.0470588)
284Frame.BorderSizePixel = 0
285Frame.Position = UDim2.new(0.5625, 0, 0.712195098, 0)
286Frame.Size = UDim2.new(0, 1, 0, 59)
287
288by.Name = "by"
289by.Parent = Main
290by.BackgroundColor3 = Color3.new(1, 1, 1)
291by.BackgroundTransparency = 1
292by.Position = UDim2.new(0.5625, 0, 0.814634144, 0)
293by.Size = UDim2.new(0, 153, 0, 22)
294by.Font = Enum.Font.SciFi
295by.Text = "Gui By: Sky Hacks"
296by.TextColor3 = Color3.new(0, 0, 0)
297by.TextSize = 14
298
299Openf.Name = "Openf"
300Openf.Parent = ScreenGui
301Openf.BackgroundColor3 = Color3.new(1, 1, 1)
302Openf.Position = UDim2.new(0, 0, 0.601518035, 0)
303Openf.Size = UDim2.new(0, 77, 0, 28)
304
305OpenButton.Name = "OpenButton"
306OpenButton.Parent = Openf
307OpenButton.BackgroundColor3 = Color3.new(0.988235, 0.156863, 0.0470588)
308OpenButton.Position = UDim2.new(0, 0, -0.00562504353, 0)
309OpenButton.Size = UDim2.new(0, 77, 0, 28)
310OpenButton.Font = Enum.Font.SciFi
311OpenButton.Text = "Open"
312OpenButton.TextColor3 = Color3.new(0, 0, 0)
313OpenButton.TextSize = 20
314OpenButton.MouseButton1Down:connect(function()
315 Openf.Visible = false
316 Main.Visible = true
317game:GetService("StarterGui"):SetCore("SendNotification", {
318 Title = "BABFT FARMER",
319 Text = "BABFT FARMER Opened."
320})
321end)
322-- Scripts:
323
324Speed.MouseButton1Down:connect(function()
325 local walkspeedplayer = game:GetService("Players").LocalPlayer
326 local walkspeedmouse = walkspeedplayer:GetMouse()
327
328 local walkspeedenabled = false
329
330 function x_walkspeed(key)
331 if (key == "t") then
332 if walkspeedenabled == false then
333 _G.WS = 200;
334 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
335 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
336 Humanoid.WalkSpeed = _G.WS;
337 end)
338 Humanoid.WalkSpeed = _G.WS;
339
340 walkspeedenabled = true
341 elseif walkspeedenabled == true then
342 _G.WS = 20;
343 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
344 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
345 Humanoid.WalkSpeed = _G.WS;
346 end)
347 Humanoid.WalkSpeed = _G.WS;
348
349 walkspeedenabled = false
350 end
351 end
352 end
353
354 walkspeedmouse.KeyDown:connect(x_walkspeed)
355end)
356
357
358Esp.MouseButton1Down:connect(function()
359local gui = Instance.new("BillboardGui");
360gui.Name = "";
361gui.AlwaysOnTop = true;
362gui.LightInfluence = 0;
363gui.Size = UDim2.new(1.75, 0, 1.75, 0);
364local frame = Instance.new("Frame", gui);
365frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
366frame.Size = UDim2.new(1, 0, 1, 0);
367frame.BorderSizePixel = 4;
368frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
369local gi = gui:Clone();
370local body = frame:Clone();
371body.Parent = gi;
372body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);
373
374for _, v in pairs(game:GetService("Players"):GetPlayers()) do
375 if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
376 gui:Clone().Parent = v.Character.Head;
377 end
378end
379end)
380
381Jump.MouseButton1Down:connect(function()
382 game:GetService("UserInputService").JumpRequest:connect(function()
383 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
384 end)
385end)
386
387Noclip.MouseButton1Down:connect(function()
388 local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
389 Tele.RequiresHandle = false
390 Tele.RobloxLocked = true
391 Tele.Name = "TPTool"
392 Tele.ToolTip = "Teleport Tool"
393 Tele.Equipped:connect(function(Mouse)
394 Mouse.Button1Down:connect(function()
395 if Mouse.Target then
396 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
397 end
398 end)
399 end)
400end)
401
402Admin.MouseButton1Down:connect(function()
403-- Creator: illremember#3799
404
405-- Credits to infinite yield, harkinian, dex creators
406
407prefix = ";"
408wait(0.3)
409Commands = {
410 '[-] cmdbar is shown when ; is pressed.',
411 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
412 '[2] bring [plr] -- You need a tool! Will bring player to you',
413 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
414 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
415 '[5] attach [plr] -- You need a tool! Attaches you to player',
416 '[6] unattach [plr] -- Attempts to unattach you from a player',
417 '[7] follow [plr] -- Makes you follow behind the player',
418 '[8] unfollow',
419 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
420 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
421 '[11] untrail',
422 '[12] orbit [plr] -- Makes you orbit the player',
423 '[13] unorbit',
424 '[14] fling [plr] -- Makes you fling the player',
425 '[15] unfling',
426 '[16] fecheck -- Checks if the game is FE or not',
427 '[17] void [plr] -- Teleports player to the void',
428 '[18] noclip -- Gives you noclip to walk through walls',
429 '[19] clip -- Removes noclip',
430 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
431 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
432 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
433 '[23] default -- Changes your speed, jumppower and hipheight to default values',
434 '[24] annoy [plr] -- Loop teleports you to the player',
435 '[25] unannoy',
436 '[26] headwalk [plr] -- Loop teleports you to the player head',
437 '[27] unheadwalk',
438 '[28] nolimbs -- Removes your arms and legs',
439 '[29] god -- Gives you FE Godmode',
440 '[30] drophats -- Drops your accessories',
441 '[31] droptool -- Drops any tool you have equipped',
442 '[32] loopdhats -- Loop drops your accessories',
443 '[33] unloopdhats',
444 '[34] loopdtool -- Loop drops any tools you have equipped',
445 '[35] unloopdtool',
446 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
447 '[37] view [plr] -- Changes your camera to the player character',
448 '[38] unview',
449 '[39] goto [plr] -- Teleports you to player',
450 '[40] fly -- Allows you to fly, credit to Infinite Yield',
451 '[41] unfly',
452 '[42] chat [msg] -- Makes you chat a message',
453 '[43] spam [msg] -- Spams a message',
454 '[44] unspam',
455 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
456 '[46] pmspam [plr] -- Spams a player in private message',
457 '[47] unpmspam',
458 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
459 '[49] uncfreeze [plr]',
460 '[50] unlockws -- Unlocks the workspace',
461 '[51] lockws -- Locks the workspace',
462 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
463 '[53] pstand -- Enables platform stand',
464 '[54] unpstand -- Disables platform stand',
465 '[55] blockhead -- Removes your head mesh',
466 '[56] sit',
467 '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
468 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
469 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
470 '[60] cmds -- Prints all commands',
471 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
472 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
473 '[63] spinner -- Makes you spin',
474 '[64] nospinner',
475 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
476 '[66] noreach -- Removes reach, must have tool equipped',
477 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
478 '[68] tp me [plr] -- Alternative to goto',
479 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
480 '[70] uncbring',
481 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
482 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
483 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
484 '[74] unglitch -- Unglitches you',
485 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
486 '[76] explorer -- Loads up DEX',
487 '[77] reset -- Resets your character.',
488 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
489 '[79] animgui -- Loads up Energize animations GUI',
490 '[80] savepos -- Saves your current position',
491 '[81] loadpos -- Teleports you to your saved position',
492 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
493 '[83] unbang',
494 '[84] delcmdbar -- Removes the command bar completely',
495 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
496 '[86] shutdown -- Uses harkinians script to shutdown server',
497 '[87] respawn -- If grespawn doesnt work you can use respawn',
498 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
499 '[89] getplrs -- Prints all players in game',
500 '[90] deldecal -- Deletes all decals client sided',
501 '[91] opfinality -- Loads in my FE GUI Opfinality',
502 '[92] remotes -- Prints all remotes in the game in the console when added',
503 '[93] noremotes -- Stops printing remotes',
504 '[94] tpdefault -- Stops all loop teleports to a player',
505 '[95] stopsit -- Will not allow you to sit',
506 '[96] gosit -- Allows you to sit',
507 '[97] clicktp -- Enables click tp',
508 '[98] noclicktp -- Disables click tp',
509 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
510 '[100] toolsoff -- Stops ;toolson',
511 '[101] version -- Gets the admin version',
512 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
513 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
514 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
515 '[105] clickdel -- Delete any block you press q on, client sided',
516 '[106] noclickdel -- Stops clickdel',
517 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
518 '[108] unlooprhats -- Stops loop removing mesh',
519 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
520 '[110] unlooprtool -- Stops loop removing mesh',
521 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
522 '[112] age [plr] -- Makes you chat the account age of the player',
523 '[113] id [plr] -- Makes you chat the account ID of the player',
524 '[114] .age [plr] -- Privately shows you the account age of the player',
525 '[115] .id [plr] -- Privately shows you the account ID of the player',
526 '[116] gameid -- Shows the game ID',
527 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
528 '[118] removefog -- Removes fog, client sided',
529 '[119] disable -- Disables your character by removing humanoid',
530 '[120] enable -- Enables your character by adding humanoid',
531 '[121] prefix [key] -- Changes the prefix used, default is ;',
532 '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
533 '[123] flyspeed [num] -- Change your fly speed, default is 1',
534 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
535 '[125] uncarpet -- Stops carpet player',
536 '[126] stare [plr] -- Turns your character to stare at another player',
537 '[127] unstare -- Stops stare player',
538 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
539 '[129] unlogchat -- Disables logchat',
540 '[130] fixcam -- Fixes/resets your camera',
541 '[131] unstate -- Stops changing state',
542}
543speedget = 1
544
545lplayer = game:GetService("Players").LocalPlayer
546
547lplayer.CharacterAdded:Connect(function(character)
548 spin = false
549 flying = false
550 staring = false
551 banpl = false
552end)
553
554function change()
555 prefix = prefix
556 speedfly = speedfly
557end
558
559function GetPlayer(String) -- Credit to Timeless/xFunnieuss
560 local Found = {}
561 local strl = String:lower()
562 if strl == "all" then
563 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
564 table.insert(Found,v)
565 end
566 elseif strl == "others" then
567 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
568 if v.Name ~= lplayer.Name then
569 table.insert(Found,v)
570 end
571 end
572 elseif strl == "me" then
573 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
574 if v.Name == lplayer.Name then
575 table.insert(Found,v)
576 end
577 end
578 else
579 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
580 if v.Name:lower():sub(1, #String) == String:lower() then
581 table.insert(Found,v)
582 end
583 end
584 end
585 return Found
586end
587
588local Mouse = lplayer:GetMouse()
589
590spin = false
591followed = false
592traill = false
593noclip = false
594annoying = false
595hwalk = false
596droppinghats = false
597droppingtools = false
598flying = false
599spamdelay = 1
600spamming = false
601spammingpm = false
602cbringing = false
603remotes = true
604added = true
605binds = false
606stopsitting = false
607clickgoto = false
608gettingtools = false
609removingmeshhats = false
610removingmeshtool = false
611clickdel = false
612staring = false
613chatlogs = false
614banpl = false
615changingstate = false
616statechosen = 0
617
618adminversion = "Reviz Admin by illremember, Version 2.0"
619
620flying = false
621speedfly = 1
622
623function plrchat(plr, chat)
624print(plr.Name..": "..tick().."\n"..chat)
625end
626
627for i,v in pairs(game:GetService("Players"):GetPlayers()) do
628v.Chatted:connect(function(chat)
629if chatlogs then
630plrchat(v, chat)
631end
632end)
633end
634game:GetService("Players").PlayerAdded:connect(function(plr)
635plr.Chatted:connect(function(chat)
636if chatlogs then
637plrchat(plr, chat)
638end
639end)
640end)
641
642
643local ScreenGui = Instance.new("ScreenGui")
644local Frame = Instance.new("Frame")
645local CMDBAR = Instance.new("TextBox")
646ScreenGui.Parent = game:GetService("CoreGui")
647Frame.Parent = ScreenGui
648Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
649Frame.BackgroundTransparency = 0.3
650Frame.Position = UDim2.new(0.5, 0, 0, 10)
651Frame.Size = UDim2.new(0, 200, 0, 40)
652Frame.Active = true
653Frame.Draggable = true
654CMDBAR.Name = "CMDBAR"
655CMDBAR.Parent = Frame
656CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
657CMDBAR.BackgroundTransparency = 0.20000000298023
658CMDBAR.Size = UDim2.new(0, 180, 0, 20)
659CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
660CMDBAR.Font = Enum.Font.SourceSansLight
661CMDBAR.FontSize = Enum.FontSize.Size14
662CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
663CMDBAR.TextScaled = true
664CMDBAR.TextSize = 14
665CMDBAR.TextWrapped = true
666CMDBAR.Text = "Press ; to type, Enter to execute"
667
668local CMDS = Instance.new("ScreenGui")
669local CMDSFRAME = Instance.new("Frame")
670local ScrollingFrame = Instance.new("ScrollingFrame")
671local TextLabel = Instance.new("TextLabel")
672local closegui = Instance.new("TextButton")
673CMDS.Name = "CMDS"
674CMDS.Parent = game:GetService("CoreGui")
675CMDSFRAME.Name = "CMDSFRAME"
676CMDSFRAME.Parent = CMDS
677CMDSFRAME.Active = true
678CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
679CMDSFRAME.BorderSizePixel = 0
680CMDSFRAME.Draggable = true
681CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
682CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
683CMDSFRAME.Visible = false
684ScrollingFrame.Parent = CMDSFRAME
685ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
686ScrollingFrame.BorderSizePixel = 0
687ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
688ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
689ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
690TextLabel.Parent = ScrollingFrame
691TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
692TextLabel.BackgroundTransparency = 1
693TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
694TextLabel.Font = Enum.Font.SourceSans
695TextLabel.FontSize = Enum.FontSize.Size18
696TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
697TextLabel.TextColor3 = Color3.new(1, 1, 1)
698TextLabel.TextSize = 15
699TextLabel.TextWrapped = true
700TextLabel.TextXAlignment = Enum.TextXAlignment.Left
701TextLabel.TextYAlignment = Enum.TextYAlignment.Top
702closegui.Name = "closegui"
703closegui.Parent = CMDSFRAME
704closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
705closegui.BorderSizePixel = 0
706closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
707closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
708closegui.Font = Enum.Font.SourceSansBold
709closegui.FontSize = Enum.FontSize.Size24
710closegui.Text = "X"
711closegui.TextColor3 = Color3.new(1, 1, 1)
712closegui.TextSize = 20
713
714closegui.MouseButton1Click:connect(function()
715 CMDSFRAME.Visible = false
716end)
717
718game:GetService('RunService').Stepped:connect(function()
719 if spin then
720 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
721 end
722 if followed then
723 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
724 end
725 if traill then
726 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
727 end
728 if annoying then
729 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
730 end
731 if hwalk then
732 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
733 end
734 if staring then
735 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
736 end
737end)
738game:GetService('RunService').Stepped:connect(function()
739 if noclip then
740 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
741 lplayer.Character.Head.CanCollide = false
742 lplayer.Character.Torso.CanCollide = false
743 lplayer.Character["Left Leg"].CanCollide = false
744 lplayer.Character["Right Leg"].CanCollide = false
745 else
746 lplayer.Character.Humanoid:ChangeState(11)
747 end
748 end
749 if changingstate then
750 lplayer.Character.Humanoid:ChangeState(statechosen)
751 end
752end)
753game:GetService('RunService').Stepped:connect(function()
754 if droppinghats then
755 for i,v in pairs(lplayer.Character:GetChildren()) do
756 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
757 v.Parent = workspace
758 end
759 end
760 end
761 if droppingtools then
762 for i,v in pairs(lplayer.Character:GetChildren()) do
763 if (v:IsA("Tool")) then
764 v.Parent = workspace
765 end
766 end
767 end
768 if removingmeshhats then
769 for i,v in pairs(lplayer.Character:GetChildren()) do
770 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
771 v.Handle.Mesh:Destroy()
772 end
773 end
774 end
775 if removingmeshtool then
776 for i,v in pairs(lplayer.Character:GetChildren()) do
777 if (v:IsA("Tool")) then
778 v.Handle.Mesh:Destroy()
779 end
780 end
781 end
782end)
783game:GetService('RunService').Stepped:connect(function()
784 if banpl then
785 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
786 end
787end)
788game:GetService('RunService').Stepped:connect(function()
789 if stopsitting then
790 lplayer.Character.Humanoid.Sit = false
791 end
792end)
793
794plr = lplayer
795hum = plr.Character.HumanoidRootPart
796mouse = plr:GetMouse()
797mouse.KeyDown:connect(function(key)
798 if key == "e" then
799 if mouse.Target then
800 if clickgoto then
801 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
802 elseif clickdel then
803 mouse.Target:Destroy()
804 end
805 end
806 end
807end)
808
809game:GetService("Workspace").ChildAdded:connect(function(part)
810 if gettingtools then
811 if part:IsA("Tool") then
812 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
813 end
814 end
815end)
816
817lplayer.Chatted:Connect(function(msg)
818 if string.sub(msg, 1, 6) == (prefix.."kill ") then
819 if string.sub(msg, 7) == "me" then
820 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
821 else
822 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
823 local NOW = lplayer.Character.HumanoidRootPart.CFrame
824 lplayer.Character.Humanoid.Name = 1
825 local l = lplayer.Character["1"]:Clone()
826 l.Parent = lplayer.Character
827 l.Name = "Humanoid"
828 wait(0.1)
829 lplayer.Character["1"]:Destroy()
830 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
831 lplayer.Character.Animate.Disabled = true
832 wait(0.1)
833 lplayer.Character.Animate.Disabled = false
834 lplayer.Character.Humanoid.DisplayDistanceType = "None"
835 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
836 lplayer.Character.Humanoid:EquipTool(v)
837 end
838 local function tp(player,player2)
839 local char1,char2=player.Character,player2.Character
840 if char1 and char2 then
841 char1:MoveTo(char2.Head.Position)
842 end
843 end
844 wait(0.1)
845 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
846 wait(0.2)
847 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
848 wait(0.5)
849 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
850 wait(0.7)
851 tp(lplayer,game:GetService("Players")[v.Name])
852 wait(0.7)
853 lplayer.Character.HumanoidRootPart.CFrame = NOW
854 game:GetService("StarterGui"):SetCore("SendNotification", {
855 Title = "Tools needed!";
856 Text = "You need a tool in your backpack for this command!";
857 })
858 end
859 end
860 end
861 if string.sub(msg, 1, 7) == (prefix.."bring ") then
862 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
863 local NOW = lplayer.Character.HumanoidRootPart.CFrame
864 lplayer.Character.Humanoid.Name = 1
865 local l = lplayer.Character["1"]:Clone()
866 l.Parent = lplayer.Character
867 l.Name = "Humanoid"
868 wait(0.1)
869 lplayer.Character["1"]:Destroy()
870 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
871 lplayer.Character.Animate.Disabled = true
872 wait(0.1)
873 lplayer.Character.Animate.Disabled = false
874 lplayer.Character.Humanoid.DisplayDistanceType = "None"
875 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
876 lplayer.Character.Humanoid:EquipTool(v)
877 end
878 local function tp(player,player2)
879 local char1,char2=player.Character,player2.Character
880 if char1 and char2 then
881 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
882 end
883 end
884 local function getout(player,player2)
885 local char1,char2=player.Character,player2.Character
886 if char1 and char2 then
887 char1:MoveTo(char2.Head.Position)
888 end
889 end
890 tp(game:GetService("Players")[v.Name], lplayer)
891 wait(0.2)
892 tp(game:GetService("Players")[v.Name], lplayer)
893 wait(0.5)
894 lplayer.Character.HumanoidRootPart.CFrame = NOW
895 wait(0.5)
896 getout(lplayer, game:GetService("Players")[v.Name])
897 wait(0.3)
898 lplayer.Character.HumanoidRootPart.CFrame = NOW
899 game:GetService("StarterGui"):SetCore("SendNotification", {
900 Title = "Tools needed!";
901 Text = "You need a tool in your backpack for this command!";
902 })
903 end
904 end
905 if string.sub(msg, 1, 6) == (prefix.."spin ") then
906 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
907 lplayer.Character.Humanoid.Name = 1
908 local l = lplayer.Character["1"]:Clone()
909 l.Parent = lplayer.Character
910 l.Name = "Humanoid"
911 wait(0.1)
912 lplayer.Character["1"]:Destroy()
913 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
914 lplayer.Character.Animate.Disabled = true
915 wait(0.1)
916 lplayer.Character.Animate.Disabled = false
917 lplayer.Character.Humanoid.DisplayDistanceType = "None"
918 lplayer.Character.Animate.Disabled = false
919 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
920 lplayer.Character.Humanoid:EquipTool(v)
921 end
922 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
923 spinplr = v
924 wait(0.5)
925 spin = true
926 game:GetService("StarterGui"):SetCore("SendNotification", {
927 Title = "Tools needed!";
928 Text = "You need a tool in your backpack for this command!";
929 })
930 end
931 end
932 if string.sub(msg, 1, 7) == (prefix.."unspin") then
933 spin = false
934 end
935 if string.sub(msg, 1, 8) == (prefix.."attach ") then
936 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
937 lplayer.Character.Humanoid.Name = 1
938 local l = lplayer.Character["1"]:Clone()
939 l.Parent = lplayer.Character
940 l.Name = "Humanoid"
941 wait(0.1)
942 lplayer.Character["1"]:Destroy()
943 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
944 lplayer.Character.Animate.Disabled = true
945 wait(0.1)
946 lplayer.Character.Animate.Disabled = false
947 lplayer.Character.Humanoid.DisplayDistanceType = "None"
948 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
949 lplayer.Character.Humanoid:EquipTool(v)
950 end
951 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
952 wait(0.3)
953 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
954 attplr = v
955 game:GetService("StarterGui"):SetCore("SendNotification", {
956 Title = "Tools needed!";
957 Text = "You need a tool in your backpack for this command!";
958 })
959 end
960 end
961 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
962 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
963 local function getout(player,player2)
964 local char1,char2=player.Character,player2.Character
965 if char1 and char2 then
966 char1:MoveTo(char2.Head.Position)
967 end
968 end
969 getout(lplayer, game:GetService("Players")[v.Name])
970 end
971 end
972 if string.sub(msg, 1, 8) == (prefix.."follow ") then
973 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
974 followed = true
975 flwplr = v
976 end
977 end
978 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
979 followed = false
980 end
981 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
982 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
983 local NOW = lplayer.Character.HumanoidRootPart.CFrame
984 lplayer.Character.Humanoid.Name = 1
985 local l = lplayer.Character["1"]:Clone()
986 l.Parent = lplayer.Character
987 l.Name = "Humanoid"
988 wait(0.1)
989 lplayer.Character["1"]:Destroy()
990 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
991 lplayer.Character.Animate.Disabled = true
992 wait(0.1)
993 lplayer.Character.Animate.Disabled = false
994 lplayer.Character.Humanoid.DisplayDistanceType = "None"
995 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
996 lplayer.Character.Humanoid:EquipTool(v)
997 end
998 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
999 wait(0.2)
1000 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1001 wait(0.6)
1002 lplayer.Character.HumanoidRootPart.CFrame = NOW
1003 wait(0.6)
1004 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
1005 game:GetService("StarterGui"):SetCore("SendNotification", {
1006 Title = "Tools needed!";
1007 Text = "You need a tool in your backpack for this command!";
1008 })
1009 end
1010 end
1011 if string.sub(msg, 1, 7) == (prefix.."trail ") then
1012 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1013 traill = true
1014 trlplr = v
1015 end
1016 end
1017 if string.sub(msg, 1, 8) == (prefix.."untrail") then
1018 traill = false
1019 end
1020 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
1021 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
1022 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1023 else
1024 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1025 local o = Instance.new("RocketPropulsion")
1026 o.Parent = lplayer.Character.HumanoidRootPart
1027 o.Name = "Orbit"
1028 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
1029 o:Fire()
1030 noclip = true
1031 end
1032 end
1033 end
1034 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
1035 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
1036 noclip = false
1037 end
1038 if string.sub(msg, 1, 7) == (prefix.."fling ") then
1039 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
1040 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1041 else
1042 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1043 local y = Instance.new("RocketPropulsion")
1044 y.Parent = lplayer.Character.HumanoidRootPart
1045 y.CartoonFactor = 1
1046 y.MaxThrust = 800000
1047 y.MaxSpeed = 1000
1048 y.ThrustP = 200000
1049 y.Name = "Fling"
1050 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
1051 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
1052 y:Fire()
1053 noclip = true
1054 end
1055 end
1056 end
1057 if string.sub(msg, 1, 8) == (prefix.."unfling") then
1058 noclip = false
1059 lplayer.Character.HumanoidRootPart.Fling:Destroy()
1060 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
1061 wait(0.4)
1062 lplayer.Character.HumanoidRootPart.Fling:Destroy()
1063 end
1064 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
1065 if game:GetService("Workspace").FilteringEnabled == true then
1066 warn("FE is Enabled (Filtering Enabled)")
1067 game:GetService("StarterGui"):SetCore("SendNotification", {
1068 Title = "FE is Enabled";
1069 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
1070 })
1071 else
1072 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
1073 game:GetService("StarterGui"):SetCore("SendNotification", {
1074 Title = "FE is Disabled";
1075 Text = "Filtering Disabled. Consider using a different admin script.";
1076 })
1077 end
1078 end
1079 if string.sub(msg, 1, 6) == (prefix.."void ") then
1080 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1081 lplayer.Character.Humanoid.Name = 1
1082 local l = lplayer.Character["1"]:Clone()
1083 l.Parent = lplayer.Character
1084 l.Name = "Humanoid"
1085 wait(0.1)
1086 lplayer.Character["1"]:Destroy()
1087 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1088 lplayer.Character.Animate.Disabled = true
1089 wait(0.1)
1090 lplayer.Character.Animate.Disabled = false
1091 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1092 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1093 lplayer.Character.Humanoid:EquipTool(v)
1094 end
1095 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1096 wait(0.2)
1097 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1098 wait(0.6)
1099 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
1100 game:GetService("StarterGui"):SetCore("SendNotification", {
1101 Title = "Tools needed!";
1102 Text = "You need a tool in your backpack for this command!";
1103 })
1104 end
1105 end
1106 if string.sub(msg, 1, 7) == (prefix.."noclip") then
1107 noclip = true
1108 game:GetService("StarterGui"):SetCore("SendNotification", {
1109 Title = "Noclip enabled";
1110 Text = "Type ;clip to disable";
1111 })
1112 end
1113 if string.sub(msg, 1, 5) == (prefix.."clip") then
1114 noclip = false
1115 game:GetService("StarterGui"):SetCore("SendNotification", {
1116 Title = "Noclip disabled";
1117 Text = "Type ;noclip to enable";
1118 })
1119 end
1120 if string.sub(msg, 1, 7) == (prefix.."speed ") then
1121 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
1122 end
1123 if string.sub(msg, 1, 4) == (prefix.."ws ") then
1124 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
1125 end
1126 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
1127 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
1128 end
1129 if string.sub(msg, 1, 4) == (prefix.."hh ") then
1130 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
1131 end
1132 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
1133 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
1134 end
1135 if string.sub(msg, 1, 4) == (prefix.."jp ") then
1136 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
1137 end
1138 if string.sub(msg, 1, 8) == (prefix.."default") then
1139 lplayer.Character.Humanoid.JumpPower = 50
1140 lplayer.Character.Humanoid.WalkSpeed = 16
1141 lplayer.Character.Humanoid.HipHeight = 0
1142 end
1143 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
1144 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1145 annoying = true
1146 annplr = v
1147 end
1148 end
1149 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
1150 annoying = false
1151 end
1152 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
1153 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
1154 hwalk = true
1155 hdwplr = v
1156 end
1157 end
1158 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
1159 hwalk = false
1160 end
1161 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
1162 lplayer.Character["Left Leg"]:Destroy()
1163 lplayer.Character["Left Arm"]:Destroy()
1164 lplayer.Character["Right Leg"]:Destroy()
1165 lplayer.Character["Right Arm"]:Destroy()
1166 end
1167 if string.sub(msg, 1, 4) == (prefix.."god") then
1168 lplayer.Character.Humanoid.Name = 1
1169 local l = lplayer.Character["1"]:Clone()
1170 l.Parent = lplayer.Character
1171 l.Name = "Humanoid"
1172 wait(0.1)
1173 lplayer.Character["1"]:Destroy()
1174 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1175 lplayer.Character.Animate.Disabled = true
1176 wait(0.1)
1177 lplayer.Character.Animate.Disabled = false
1178 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1179 game:GetService("StarterGui"):SetCore("SendNotification", {
1180 Title = "FE Godmode enabled";
1181 Text = "Use ;grespawn or ;respawn to remove";
1182 })
1183 end
1184 if string.sub(msg, 1, 9) == (prefix.."drophats") then
1185 for i,v in pairs(lplayer.Character:GetChildren()) do
1186 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1187 v.Parent = workspace
1188 end
1189 end
1190 end
1191 if string.sub(msg, 1, 9) == (prefix.."droptool") then
1192 for i,v in pairs(lplayer.Character:GetChildren()) do
1193 if (v:IsA("Tool")) then
1194 v.Parent = workspace
1195 end
1196 end
1197 end
1198 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
1199 droppinghats = true
1200 game:GetService("StarterGui"):SetCore("SendNotification", {
1201 Title = "Loop Drop Enabled";
1202 Text = "Type ;unloopdhats to disable";
1203 })
1204 end
1205 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
1206 droppinghats = false
1207 game:GetService("StarterGui"):SetCore("SendNotification", {
1208 Title = "Loop Drop Disabled";
1209 Text = "Type ;loopdhats to enable.";
1210 })
1211 end
1212 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
1213 droppingtools = true
1214 game:GetService("StarterGui"):SetCore("SendNotification", {
1215 Title = "Loop Drop Enabled";
1216 Text = "Type ;unloopdtool to disable";
1217 })
1218 end
1219 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
1220 droppingtools = false
1221 game:GetService("StarterGui"):SetCore("SendNotification", {
1222 Title = "Loop Drop Disabled";
1223 Text = "Type ;loopdtool to enable.";
1224 })
1225 end
1226 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
1227 Local = game:GetService('Players').LocalPlayer
1228 Char = Local.Character
1229 touched,tpdback = false, false
1230 box = Instance.new('Part',workspace)
1231 box.Anchored = true
1232 box.CanCollide = true
1233 box.Size = Vector3.new(10,1,10)
1234 box.Position = Vector3.new(0,10000,0)
1235 box.Touched:connect(function(part)
1236 if (part.Parent.Name == Local.Name) then
1237 if touched == false then
1238 touched = true
1239 function apply()
1240 if script.Disabled ~= true then
1241 no = Char.HumanoidRootPart:Clone()
1242 wait(.25)
1243 Char.HumanoidRootPart:Destroy()
1244 no.Parent = Char
1245 Char:MoveTo(loc)
1246 touched = false
1247 end end
1248 if Char then
1249 apply()
1250 end
1251 end
1252 end
1253 end)
1254 repeat wait() until Char
1255 loc = Char.HumanoidRootPart.Position
1256 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
1257 game:GetService("StarterGui"):SetCore("SendNotification", {
1258 Title = "Invisibility enabled!";
1259 Text = "Reset or use ;respawn to remove.";
1260 })
1261 end
1262 if string.sub(msg, 1, 6) == (prefix.."view ") then
1263 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1264 if game:GetService("Players")[v.Name].Character.Humanoid then
1265 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
1266 else
1267 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
1268 end
1269 end
1270 end
1271 if string.sub(msg, 1, 7) == (prefix.."unview") then
1272 if lplayer.Character.Humanoid then
1273 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
1274 else
1275 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
1276 end
1277 end
1278 if string.sub(msg, 1, 6) == (prefix.."goto ") then
1279 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1280 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1281 end
1282 end
1283 if string.sub(msg, 1, 4) == (prefix.."fly") then
1284 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
1285 repeat wait() until Mouse
1286
1287 local T = lplayer.Character.HumanoidRootPart
1288 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
1289 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1290 local SPEED = speedget
1291
1292 local function fly()
1293 flying = true
1294 local BG = Instance.new('BodyGyro', T)
1295 local BV = Instance.new('BodyVelocity', T)
1296 BG.P = 9e4
1297 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1298 BG.cframe = T.CFrame
1299 BV.velocity = Vector3.new(0, 0.1, 0)
1300 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
1301 spawn(function()
1302 repeat wait()
1303 lplayer.Character.Humanoid.PlatformStand = true
1304 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
1305 SPEED = 50
1306 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
1307 SPEED = 0
1308 end
1309 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
1310 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
1311 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
1312 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
1313 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
1314 else
1315 BV.velocity = Vector3.new(0, 0.1, 0)
1316 end
1317 BG.cframe = workspace.CurrentCamera.CoordinateFrame
1318 until not flying
1319 CONTROL = {F = 0, B = 0, L = 0, R = 0}
1320 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1321 SPEED = 0
1322 BG:destroy()
1323 BV:destroy()
1324 lplayer.Character.Humanoid.PlatformStand = false
1325 end)
1326 end
1327 Mouse.KeyDown:connect(function(KEY)
1328 if KEY:lower() == 'w' then
1329 CONTROL.F = speedfly
1330 elseif KEY:lower() == 's' then
1331 CONTROL.B = -speedfly
1332 elseif KEY:lower() == 'a' then
1333 CONTROL.L = -speedfly
1334 elseif KEY:lower() == 'd' then
1335 CONTROL.R = speedfly
1336 end
1337 end)
1338 Mouse.KeyUp:connect(function(KEY)
1339 if KEY:lower() == 'w' then
1340 CONTROL.F = 0
1341 elseif KEY:lower() == 's' then
1342 CONTROL.B = 0
1343 elseif KEY:lower() == 'a' then
1344 CONTROL.L = 0
1345 elseif KEY:lower() == 'd' then
1346 CONTROL.R = 0
1347 end
1348 end)
1349 fly()
1350 end
1351 if string.sub(msg, 1, 6) == (prefix.."unfly") then
1352 flying = false
1353 lplayer.Character.Humanoid.PlatformStand = false
1354 end
1355 if string.sub(msg, 1, 6) == (prefix.."chat ") then
1356 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
1357 end
1358 if string.sub(msg, 1, 6) == (prefix.."spam ") then
1359 spamtext = (string.sub(msg, 7))
1360 spamming = true
1361 end
1362 if string.sub(msg, 1, 7) == (prefix.."unspam") then
1363 spamming = false
1364 end
1365 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
1366 spamdelay = (string.sub(msg, 11))
1367 end
1368 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
1369 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1370 pmspammed = v.Name
1371 spammingpm = true
1372 end
1373 end
1374 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
1375 spammingpm = false
1376 end
1377 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
1378 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
1379 v.Character["Left Leg"].Anchored = true
1380 v.Character["Left Arm"].Anchored = true
1381 v.Character["Right Leg"].Anchored = true
1382 v.Character["Right Arm"].Anchored = true
1383 v.Character.Torso.Anchored = true
1384 v.Character.Head.Anchored = true
1385 end
1386 end
1387 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
1388 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
1389 v.Character["Left Leg"].Anchored = false
1390 v.Character["Left Arm"].Anchored = false
1391 v.Character["Right Leg"].Anchored = false
1392 v.Character["Right Arm"].Anchored = false
1393 v.Character.Torso.Anchored = false
1394 v.Character.Head.Anchored = false
1395 end
1396 end
1397 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
1398 local a = game:GetService("Workspace"):getChildren()
1399 for i = 1, #a do
1400 if a[i].className == "Part" then
1401 a[i].Locked = false
1402 elseif a[i].className == "Model" then
1403 local r = a[i]:getChildren()
1404 for i = 1, #r do
1405 if r[i].className == "Part" then
1406 r[i].Locked = false
1407 end
1408 end
1409 end
1410 end
1411 game:GetService("StarterGui"):SetCore("SendNotification", {
1412 Title = "Success!";
1413 Text = "Workspace unlocked. Use ;lockws to lock.";
1414 })
1415 end
1416 if string.sub(msg, 1, 7) == (prefix.."lockws") then
1417 local a = game:GetService("Workspace"):getChildren()
1418 for i = 1, #a do
1419 if a[i].className == "Part" then
1420 a[i].Locked = true
1421 elseif a[i].className == "Model" then
1422 local r = a[i]:getChildren()
1423 for i = 1, #r do
1424 if r[i].className == "Part" then
1425 r[i].Locked = true
1426 end
1427 end
1428 end
1429 end
1430 end
1431 if string.sub(msg, 1, 7) == (prefix.."btools") then
1432 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
1433 Clone_T.BinType = "Clone"
1434 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
1435 Destruct.BinType = "Hammer"
1436 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
1437 Hold_T.BinType = "Grab"
1438 end
1439 if string.sub(msg, 1, 7) == (prefix.."pstand") then
1440 lplayer.Character.Humanoid.PlatformStand = true
1441 end
1442 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
1443 lplayer.Character.Humanoid.PlatformStand = false
1444 end
1445 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
1446 lplayer.Character.Head.Mesh:Destroy()
1447 end
1448 if string.sub(msg, 1, 4) == (prefix.."sit") then
1449 lplayer.Character.Humanoid.Sit = true
1450 end
1451 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
1452 local function bringobjw()
1453 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1454 if obj.Name == (string.sub(msg, 11)) then
1455 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1456 obj.CanCollide = false
1457 obj.Transparency = 0.7
1458 wait()
1459 obj.CFrame = lplayer.Character["Left Leg"].CFrame
1460 wait()
1461 obj.CFrame = lplayer.Character["Right Leg"].CFrame
1462 wait()
1463 obj.CFrame = lplayer.Character["Head"].CFrame
1464 end
1465 end
1466 end
1467 while wait() do
1468 bringobjw()
1469 end
1470 game:GetService("StarterGui"):SetCore("SendNotification", {
1471 Title = "BringObj";
1472 Text = "BringObj enabled.";
1473 })
1474 end
1475 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
1476 vis = (string.sub(msg, 8))
1477 local a = game:GetService("Workspace"):GetDescendants()
1478 for i = 1, #a do
1479 if a[i].className == "Part" then
1480 a[i].Transparency = vis
1481 elseif a[i].className == "Model" then
1482 local r = a[i]:getChildren()
1483 for i = 1, #r do
1484 if r[i].className == "Part" then
1485 r[i].Transparency = vis
1486 end
1487 end
1488 end
1489 end
1490 end
1491 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
1492 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
1493 game:GetService("StarterGui"):SetCore("SendNotification", {
1494 Title = "Success!";
1495 Text = "HyperTotal GUI Loaded!";
1496 })
1497 end
1498 if string.sub(msg, 1, 5) == (prefix.."cmds") then
1499 CMDSFRAME.Visible = true
1500 end
1501 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
1502 for i,v in pairs(lplayer.Character:GetChildren()) do
1503 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1504 v.Handle.Mesh:Destroy()
1505 end
1506 end
1507 end
1508 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
1509 for i,v in pairs(lplayer.Character:GetChildren()) do
1510 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1511 v.Handle.Mesh:Destroy()
1512 end
1513 end
1514 end
1515 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
1516 for i,v in pairs(lplayer.Character:GetChildren()) do
1517 if (v:IsA("Tool")) then
1518 v.Handle.Mesh:Destroy()
1519 end
1520 end
1521 end
1522 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
1523 for i,v in pairs(lplayer.Character:GetChildren()) do
1524 if (v:IsA("Tool")) then
1525 v.Handle.Mesh:Destroy()
1526 end
1527 end
1528 end
1529 if string.sub(msg, 1, 8) == (prefix.."spinner") then
1530 local p = Instance.new("RocketPropulsion")
1531 p.Parent = lplayer.Character.HumanoidRootPart
1532 p.Name = "Spinner"
1533 p.Target = lplayer.Character["Left Arm"]
1534 p:Fire()
1535 game:GetService("StarterGui"):SetCore("SendNotification", {
1536 Title = "Spinner enabled";
1537 Text = "Type ;nospinner to disable.";
1538 })
1539 end
1540 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
1541 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
1542 end
1543 if string.sub(msg, 1, 7) == (prefix.."reachd") then
1544 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1545 if v:isA("Tool") then
1546 local a = Instance.new("SelectionBox",v.Handle)
1547 a.Adornee = v.Handle
1548 v.Handle.Size = Vector3.new(0.5,0.5,60)
1549 v.GripPos = Vector3.new(0,0,0)
1550 lplayer.Character.Humanoid:UnequipTools()
1551 end
1552 end
1553 game:GetService("StarterGui"):SetCore("SendNotification", {
1554 Title = "Reach applied!";
1555 Text = "Applied to equipped sword. Use ;noreach to disable.";
1556 })
1557 end
1558 if string.sub(msg, 1, 7) == (prefix.."reach ") then
1559 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1560 if v:isA("Tool") then
1561 handleSize = v.Handle.Size
1562 wait()
1563 local a = Instance.new("SelectionBox",v.Handle)
1564 a.Name = "a"
1565 a.Adornee = v.Handle
1566 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
1567 v.GripPos = Vector3.new(0,0,0)
1568 lplayer.Character.Humanoid:UnequipTools()
1569 end
1570 end
1571 game:GetService("StarterGui"):SetCore("SendNotification", {
1572 Title = "Reach applied!";
1573 Text = "Applied to equipped sword. Use ;noreach to disable.";
1574 })
1575 end
1576 if string.sub(msg, 1, 8) == (prefix.."noreach") then
1577 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1578 if v:isA("Tool") then
1579 v.Handle.a:Destroy()
1580 v.Handle.Size = handleSize
1581 end
1582 end
1583 game:GetService("StarterGui"):SetCore("SendNotification", {
1584 Title = "Reach removed!";
1585 Text = "Removed reach from equipped sword.";
1586 })
1587 end
1588 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
1589 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
1590 lplayer.Character.Humanoid.Name = 1
1591 local l = lplayer.Character["1"]:Clone()
1592 l.Parent = lplayer.Character
1593 l.Name = "Humanoid"
1594 wait(0.1)
1595 lplayer.Character["1"]:Destroy()
1596 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1597 lplayer.Character.Animate.Disabled = true
1598 wait(0.1)
1599 lplayer.Character.Animate.Disabled = false
1600 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1601 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1602 lplayer.Character.Humanoid:EquipTool(v)
1603 end
1604 wait(0.1)
1605 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1606 wait(0.2)
1607 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1608 wait(0.5)
1609 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
1610 game:GetService("StarterGui"):SetCore("SendNotification", {
1611 Title = "Tools needed!";
1612 Text = "You need a tool in your backpack for this command!";
1613 })
1614 end
1615 end
1616 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
1617 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1618 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1619 end
1620 end
1621 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
1622 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
1623 cbringall = true
1624 else
1625 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1626 brplr = v.Name
1627 end
1628 end
1629 cbring = true
1630 end
1631 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
1632 cbring = false
1633 cbringall = false
1634 end
1635 if string.sub(msg, 1, 6) == (prefix.."swap ") then
1636 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1637 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1638 local NOW = lplayer.Character.HumanoidRootPart.CFrame
1639 lplayer.Character.Humanoid.Name = 1
1640 local l = lplayer.Character["1"]:Clone()
1641 l.Parent = lplayer.Character
1642 l.Name = "Humanoid"
1643 wait(0.1)
1644 lplayer.Character["1"]:Destroy()
1645 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1646 lplayer.Character.Animate.Disabled = true
1647 wait(0.1)
1648 lplayer.Character.Animate.Disabled = false
1649 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1650 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1651 lplayer.Character.Humanoid:EquipTool(v)
1652 end
1653 local function tp(player,player2)
1654 local char1,char2=player.Character,player2.Character
1655 if char1 and char2 then
1656 char1:MoveTo(char2.Head.Position)
1657 end
1658 end
1659 wait(0.1)
1660 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1661 wait(0.2)
1662 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1663 wait(0.5)
1664 lplayer.Character.HumanoidRootPart.CFrame = NOW
1665 wait(0.6)
1666 tp(lplayer, game:GetService("Players")[v.Name])
1667 wait(0.4)
1668 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
1669 game:GetService("StarterGui"):SetCore("SendNotification", {
1670 Title = "Tools needed!";
1671 Text = "You need a tool in your backpack for this command!";
1672 })
1673 end
1674 end
1675 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
1676 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1677 lplayer.Character.Humanoid.Name = 1
1678 local l = lplayer.Character["1"]:Clone()
1679 l.Parent = lplayer.Character
1680 l.Name = "Humanoid"
1681 wait(0.1)
1682 lplayer.Character["1"]:Destroy()
1683 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1684 lplayer.Character.Animate.Disabled = true
1685 wait(0.1)
1686 lplayer.Character.Animate.Disabled = false
1687 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1688 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1689 lplayer.Character.Humanoid:EquipTool(v)
1690 end
1691 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1692 wait(0.3)
1693 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1694 wait(0.4)
1695 b = Instance.new("BodyForce")
1696 b.Parent = lplayer.Character.HumanoidRootPart
1697 b.Name = "Glitch"
1698 b.Force = Vector3.new(100000000,5000,0)
1699 game:GetService("StarterGui"):SetCore("SendNotification", {
1700 Title = "Tools needed!";
1701 Text = "You need a tool in your backpack for this command!";
1702 })
1703 end
1704 end
1705 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
1706 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
1707 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
1708 b = Instance.new("BodyForce")
1709 b.Parent = lplayer.Character.HumanoidRootPart
1710 b.Name = "unGlitch"
1711 b.Force = Vector3.new(0,-5000000,0)
1712 wait(2)
1713 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
1714 end
1715 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
1716 lplayer.Character.Humanoid.Health = 0
1717 wait(1)
1718 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
1719 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
1720 end
1721 if string.sub(msg, 1, 9) == (prefix.."explorer") then
1722 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
1723 game:GetService("StarterGui"):SetCore("SendNotification", {
1724 Title = "Success!";
1725 Text = "DEX Explorer has loaded.";
1726 })
1727 end
1728 if string.sub(msg, 1, 6) == (prefix.."anim ") then
1729 local Anim = Instance.new("Animation")
1730 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
1731 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
1732 track:Play(.1, 1, 1)
1733 end
1734 if string.sub(msg, 1, 8) == (prefix.."animgui") then
1735 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
1736 game:GetService("StarterGui"):SetCore("SendNotification", {
1737 Title = "Success!";
1738 Text = "Energize Animations GUI has loaded.";
1739 })
1740 end
1741 if string.sub(msg, 1, 8) == (prefix.."savepos") then
1742 saved = lplayer.Character.HumanoidRootPart.CFrame
1743 game:GetService("StarterGui"):SetCore("SendNotification", {
1744 Title = "Position Saved";
1745 Text = "Use ;loadpos to return to saved position.";
1746 })
1747 end
1748 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
1749 lplayer.Character.HumanoidRootPart.CFrame = saved
1750 end
1751 if string.sub(msg, 1, 6) == (prefix.."bang ") then
1752 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1753 local Anim2 = Instance.new("Animation")
1754 Anim2.AnimationId = "rbxassetid://148840371"
1755 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
1756 track2:Play(.1, 1, 1)
1757 bplrr = v.Name
1758 banpl = true
1759 end
1760 end
1761 if string.sub(msg, 1, 7) == (prefix.."unbang") then
1762 banpl = false
1763 end
1764 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
1765 local function bringmodw()
1766 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1767 if obj.Name == (string.sub(msg, 11)) then
1768 for i,ch in pairs(obj:GetDescendants()) do
1769 if (ch:IsA("BasePart")) then
1770 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1771 ch.CanCollide = false
1772 ch.Transparency = 0.7
1773 wait()
1774 ch.CFrame = lplayer.Character["Left Leg"].CFrame
1775 wait()
1776 ch.CFrame = lplayer.Character["Right Leg"].CFrame
1777 wait()
1778 ch.CFrame = lplayer.Character["Head"].CFrame
1779 end
1780 end
1781 end
1782 end
1783 end
1784 while wait() do
1785 bringmodw()
1786 end
1787 game:GetService("StarterGui"):SetCore("SendNotification", {
1788 Title = "BringMod";
1789 Text = "BringMod enabled.";
1790 })
1791 end
1792 if string.sub(msg, 1, 8) == (prefix.."respawn") then
1793 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
1794 local hum = Instance.new('Humanoid', mod)
1795 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
1796 lplayer.Character = mod
1797 end
1798 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
1799 game:GetService'RunService'.Stepped:Connect(function()
1800 pcall(function()
1801 for i,v in pairs(game:GetService'Players':GetPlayers()) do
1802 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
1803 for _,x in pairs(v.Character.Head:GetChildren()) do
1804 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
1805 end
1806 end
1807 end
1808 end)
1809 end)
1810 game:GetService("StarterGui"):SetCore("SendNotification", {
1811 Title = "Attempting Shutdown";
1812 Text = "Shutdown Attempt has begun.";
1813 })
1814 end
1815 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
1816 objtodel = (string.sub(msg, 9))
1817 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1818 if v.Name == objtodel then
1819 v:Destroy()
1820 end
1821 end
1822 end
1823 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
1824 for i,v in pairs(game:GetService("Players"):GetPlayers())do
1825 print(v)
1826 end
1827 game:GetService("StarterGui"):SetCore("SendNotification", {
1828 Title = "Printed";
1829 Text = "Players have been printed to console. (F9)";
1830 })
1831 end
1832 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
1833 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
1834 if (v:IsA("Decal")) then
1835 v:Destroy()
1836 end
1837 end
1838 end
1839 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
1840 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
1841 game:GetService("StarterGui"):SetCore("SendNotification", {
1842 Title = "Success!";
1843 Text = "OpFinality GUI has loaded.";
1844 })
1845 end
1846 if string.sub(msg, 1, 8) == (prefix.."remotes") then
1847 remotes = true
1848 added = true
1849 game.DescendantAdded:connect(function(rmt)
1850 if added == true then
1851 if remotes == true then
1852 if rmt:IsA("RemoteEvent") then
1853 print("A RemoteEvent was added!")
1854 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
1855 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1856 end end end
1857 end)
1858 game.DescendantAdded:connect(function(rmtfnctn)
1859 if added == true then
1860 if remotes == true then
1861 if rmtfnctn:IsA("RemoteFunction") then
1862 warn("A RemoteFunction was added!")
1863 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
1864 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1865 end end end
1866 end)
1867
1868 game.DescendantAdded:connect(function(bndfnctn)
1869 if added == true then
1870 if binds == true then
1871 if bndfnctn:IsA("BindableFunction") then
1872 print("A BindableFunction was added!")
1873 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
1874 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1875 end end end
1876 end)
1877
1878 game.DescendantAdded:connect(function(bnd)
1879 if added == true then
1880 if binds == true then
1881 if bnd:IsA("BindableEvent") then
1882 warn("A BindableEvent was added!")
1883 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
1884 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1885 end end end
1886 end)
1887
1888
1889 if binds == true then
1890 for i,v in pairs(game:GetDescendants()) do
1891 if v:IsA("BindableFunction") then
1892 print(" game." .. v:GetFullName() .. " | BindableFunction")
1893 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1894 end end
1895 for i,v in pairs(game:GetDescendants()) do
1896 if v:IsA("BindableEvent") then
1897 warn(" game." .. v:GetFullName() .. " | BindableEvent")
1898 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1899 end end
1900 else
1901 print("Off")
1902 end
1903 if remotes == true then
1904 for i,v in pairs(game:GetDescendants()) do
1905 if v:IsA("RemoteFunction") then
1906 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
1907 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1908 end end
1909 wait()
1910 for i,v in pairs(game:GetDescendants()) do
1911 if v:IsA("RemoteEvent") then
1912 print(" game." .. v:GetFullName() .. " | RemoteEvent")
1913 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1914 end end
1915 else
1916 print("Off")
1917 end
1918 game:GetService("StarterGui"):SetCore("SendNotification", {
1919 Title = "Printing Remotes";
1920 Text = "Type ;noremotes to disable.";
1921 })
1922 end
1923 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
1924 remotes = false
1925 added = false
1926 game:GetService("StarterGui"):SetCore("SendNotification", {
1927 Title = "Printing Remotes Disabled";
1928 Text = "Type ;remotes to enable.";
1929 })
1930 end
1931 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
1932 spin = false
1933 followed = false
1934 traill = false
1935 noclip = false
1936 annoying = false
1937 hwalk = false
1938 cbringing = false
1939 end
1940 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
1941 stopsitting = true
1942 end
1943 if string.sub(msg, 1, 6) == (prefix.."gosit") then
1944 stopsitting = false
1945 end
1946 if string.sub(msg, 1, 8) == (prefix.."version") then
1947 print(adminversion)
1948 game:GetService("StarterGui"):SetCore("SendNotification", {
1949 Title = "Version";
1950 Text = adminversion;
1951 })
1952 end
1953 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
1954 clickgoto = true
1955 game:GetService("StarterGui"):SetCore("SendNotification", {
1956 Title = "Click TP";
1957 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
1958 })
1959 end
1960 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
1961 clickdel = true
1962 game:GetService("StarterGui"):SetCore("SendNotification", {
1963 Title = "Click Delete";
1964 Text = "Press E to delete part at mouse, ;noclickdel to stop";
1965 })
1966 end
1967 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
1968 clickdel = false
1969 game:GetService("StarterGui"):SetCore("SendNotification", {
1970 Title = "Click Delete";
1971 Text = "Click delete has been disabled.";
1972 })
1973 end
1974 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
1975 clickgoto = false
1976 game:GetService("StarterGui"):SetCore("SendNotification", {
1977 Title = "Click TP";
1978 Text = "Click TP has been disabled.";
1979 })
1980 end
1981 if string.sub(msg, 1, 8) == (prefix.."toolson") then
1982 gettingtools = true
1983 game:GetService("StarterGui"):SetCore("SendNotification", {
1984 Title = "Tools Enabled";
1985 Text = "Automatically colleting tools dropped.";
1986 })
1987 end
1988 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
1989 gettingtools = false
1990 game:GetService("StarterGui"):SetCore("SendNotification", {
1991 Title = "Tools Disabled";
1992 Text = "Click TP has been disabled.";
1993 })
1994 end
1995 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
1996 ScreenGui:Destroy()
1997 end
1998 if string.sub(msg, 1, 6) == (prefix.."reset") then
1999 lplayer.Character.Head:Destroy()
2000 end
2001 if string.sub(msg, 1, 7) == (prefix.."state ") then
2002 statechosen = string.sub(msg, 8)
2003 changingstate = true
2004 end
2005 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
2006 game:GetService("Workspace").Gravity = string.sub(msg, 10)
2007 end
2008 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
2009 removingmeshhats = true
2010 end
2011 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
2012 removingmeshhats = false
2013 end
2014 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
2015 removingmeshtool = true
2016 end
2017 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
2018 removingmeshtool = false
2019 end
2020 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
2021 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
2022 if v:IsA("Tool") then
2023 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
2024 v.Parent = player.Character
2025 end
2026 end
2027 end
2028 end
2029 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
2030 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
2031 if v:IsA("Tool") then
2032 v.Parent = lplayer.Character
2033 wait()
2034 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
2035 v.Parent = player.Character
2036 end
2037 end
2038 end
2039 end
2040 if string.sub(msg, 1, 5) == (prefix.."age ") then
2041 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
2042 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
2043 end
2044 end
2045 if string.sub(msg, 1, 4) == (prefix.."id ") then
2046 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
2047 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
2048 end
2049 end
2050 if string.sub(msg, 1, 6) == (prefix..".age ") then
2051 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
2052 game:GetService("StarterGui"):SetCore("SendNotification", {
2053 Title = player.AccountAge.." Days";
2054 Text = "Account age of "..player.Name;
2055 })
2056 end
2057 end
2058 if string.sub(msg, 1, 5) == (prefix..".id ") then
2059 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
2060 game:GetService("StarterGui"):SetCore("SendNotification", {
2061 Title = player.UserId.." ID";
2062 Text = "Account ID of "..player.Name;
2063 })
2064 end
2065 end
2066 if string.sub(msg, 1, 7) == (prefix.."gameid") then
2067 game:GetService("StarterGui"):SetCore("SendNotification", {
2068 Title = "Game ID";
2069 Text = "Game ID: ".. game.GameId;
2070 })
2071 end
2072 if string.sub(msg, 1, 4) == (prefix.."pgs") then
2073 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
2074 if pgscheck == true then
2075 game:GetService("StarterGui"):SetCore("SendNotification", {
2076 Title = "PGSPhysicsSolverEnabled";
2077 Text = "PGS is Enabled!";
2078 })
2079 else
2080 game:GetService("StarterGui"):SetCore("SendNotification", {
2081 Title = "PGSPhysicsSolverEnabled";
2082 Text = "PGS is Disabled!";
2083 })
2084 end
2085 end
2086 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
2087 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
2088 if v:IsA("Part") then
2089 if v.Transparency == 1 then
2090 if v.Name ~= "HumanoidRootPart" then
2091 v:Destroy()
2092 end
2093 end
2094 end
2095 end
2096 end
2097 if string.sub(msg, 1, 10) == (prefix.."removefog") then
2098 game:GetService("Lighting").FogStart = 0
2099 game:GetService("Lighting").FogEnd = 9999999999999
2100 end
2101 if string.sub(msg, 1, 8) == (prefix.."disable") then
2102 lplayer.Character.Humanoid.Parent = lplayer
2103 end
2104 if string.sub(msg, 1, 7) == (prefix.."enable") then
2105 lplayer.Humanoid.Parent = lplayer.Character
2106 end
2107 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
2108 prefix = (string.sub(msg, 9, 9))
2109 wait(0.1)
2110 change()
2111 wait(0.1)
2112 game:GetService("StarterGui"):SetCore("SendNotification", {
2113 Title = "Prefix changed!";
2114 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
2115 })
2116 end
2117 if string.sub(msg, 1, 12) == (";resetprefix") then
2118 prefix = ";"
2119 wait(0.1)
2120 change()
2121 wait(0.1)
2122 game:GetService("StarterGui"):SetCore("SendNotification", {
2123 Title = "Prefix changed!";
2124 Text = "Prefix is now "..prefix..". Make sure it's one key!";
2125 })
2126 end
2127 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
2128 speedfly = string.sub(msg, 11)
2129 wait()
2130 change()
2131 end
2132 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
2133 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
2134 local Anim3 = Instance.new("Animation")
2135 Anim3.AnimationId = "rbxassetid://282574440"
2136 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
2137 track3:Play(.1, 1, 1)
2138 bplrr = v.Name
2139 banpl = true
2140 end
2141 end
2142 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
2143 banpl = false
2144 end
2145 if string.sub(msg, 1, 7) == (prefix.."stare ") then
2146 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2147 staring = true
2148 stareplr = v
2149 end
2150 end
2151 if string.sub(msg, 1, 8) == (prefix.."unstare") then
2152 staring = false
2153 end
2154 if string.sub(msg, 1, 8) == (prefix.."logchat") then
2155 chatlogs = true
2156 game:GetService("StarterGui"):SetCore("SendNotification", {
2157 Title = "LogChat enabled";
2158 Text = "Now logging all player chat.";
2159 })
2160 end
2161 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
2162 chatlogs = false
2163 game:GetService("StarterGui"):SetCore("SendNotification", {
2164 Title = "LogChat disabled";
2165 Text = "Stopped logging all player chat.";
2166 })
2167 end
2168 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
2169 game:GetService("Workspace").CurrentCamera:Destroy()
2170 wait(0.1)
2171 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2172 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
2173 lplayer.CameraMinZoomDistance = 0.5
2174 lplayer.CameraMaxZoomDistance = 400
2175 lplayer.CameraMode = "Classic"
2176 end
2177 if string.sub(msg, 1, 8) == (prefix.."unstate") then
2178 changingstate = false
2179 end
2180end)
2181
2182local function tp()
2183 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
2184 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
2185 if player.Name == brplr then
2186 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
2187 end
2188 end
2189 end
2190end
2191local function tpall()
2192 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
2193 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
2194 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
2195 end
2196 end
2197end
2198spawn(function()
2199 while wait(spamdelay) do
2200 if spamming == true then
2201 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
2202 end
2203 end
2204end)
2205spawn(function()
2206 while wait(spamdelay) do
2207 if spammingpm == true then
2208 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
2209 end
2210 end
2211end)
2212spawn(function()
2213 while wait() do
2214 if cbring == true then
2215 tp()
2216 end
2217 end
2218end)
2219spawn(function()
2220 while wait() do
2221 if cbringall == true then
2222 tpall()
2223 end
2224 end
2225end)
2226
2227Mouse.KeyDown:connect(function(Key)
2228 if Key == prefix then
2229 CMDBAR:CaptureFocus()
2230 end
2231end)
2232
2233CMDBAR.FocusLost:connect(function(enterPressed)
2234 if enterPressed then
2235 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
2236 if string.sub(CMDBAR.Text, 6) == "me" then
2237 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
2238 else
2239 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
2240 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2241 lplayer.Character.Humanoid.Name = 1
2242 local l = lplayer.Character["1"]:Clone()
2243 l.Parent = lplayer.Character
2244 l.Name = "Humanoid"
2245 wait(0.1)
2246 lplayer.Character["1"]:Destroy()
2247 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2248 lplayer.Character.Animate.Disabled = true
2249 wait(0.1)
2250 lplayer.Character.Animate.Disabled = false
2251 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2252 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2253 lplayer.Character.Humanoid:EquipTool(v)
2254 end
2255 local function tp(player,player2)
2256 local char1,char2=player.Character,player2.Character
2257 if char1 and char2 then
2258 char1:MoveTo(char2.Head.Position)
2259 end
2260 end
2261 wait(0.1)
2262 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2263 wait(0.2)
2264 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2265 wait(0.5)
2266 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2267 wait(0.7)
2268 tp(lplayer,game:GetService("Players")[v.Name])
2269 wait(0.7)
2270 lplayer.Character.HumanoidRootPart.CFrame = NOW
2271 game:GetService("StarterGui"):SetCore("SendNotification", {
2272 Title = "Tools needed!";
2273 Text = "You need a tool in your backpack for this command!";
2274 })
2275 end
2276 end
2277 end
2278 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
2279 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2280 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2281 lplayer.Character.Humanoid.Name = 1
2282 local l = lplayer.Character["1"]:Clone()
2283 l.Parent = lplayer.Character
2284 l.Name = "Humanoid"
2285 wait(0.1)
2286 lplayer.Character["1"]:Destroy()
2287 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2288 lplayer.Character.Animate.Disabled = true
2289 wait(0.1)
2290 lplayer.Character.Animate.Disabled = false
2291 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2292 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2293 lplayer.Character.Humanoid:EquipTool(v)
2294 end
2295 local function tp(player,player2)
2296 local char1,char2=player.Character,player2.Character
2297 if char1 and char2 then
2298 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2299 end
2300 end
2301 local function getout(player,player2)
2302 local char1,char2=player.Character,player2.Character
2303 if char1 and char2 then
2304 char1:MoveTo(char2.Head.Position)
2305 end
2306 end
2307 tp(game:GetService("Players")[v.Name], lplayer)
2308 wait(0.2)
2309 tp(game:GetService("Players")[v.Name], lplayer)
2310 wait(0.5)
2311 lplayer.Character.HumanoidRootPart.CFrame = NOW
2312 wait(0.5)
2313 getout(lplayer, game:GetService("Players")[v.Name])
2314 wait(0.3)
2315 lplayer.Character.HumanoidRootPart.CFrame = NOW
2316 game:GetService("StarterGui"):SetCore("SendNotification", {
2317 Title = "Tools needed!";
2318 Text = "You need a tool in your backpack for this command!";
2319 })
2320 end
2321 end
2322 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
2323 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2324 lplayer.Character.Humanoid.Name = 1
2325 local l = lplayer.Character["1"]:Clone()
2326 l.Parent = lplayer.Character
2327 l.Name = "Humanoid"
2328 wait(0.1)
2329 lplayer.Character["1"]:Destroy()
2330 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2331 lplayer.Character.Animate.Disabled = true
2332 wait(0.1)
2333 lplayer.Character.Animate.Disabled = false
2334 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2335 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2336 lplayer.Character.Humanoid:EquipTool(v)
2337 end
2338 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2339 spinplr = v
2340 wait(0.5)
2341 spin = true
2342 game:GetService("StarterGui"):SetCore("SendNotification", {
2343 Title = "Tools needed!";
2344 Text = "You need a tool in your backpack for this command!";
2345 })
2346 end
2347 end
2348 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
2349 spin = false
2350 end
2351 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
2352 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2353 lplayer.Character.Humanoid.Name = 1
2354 local l = lplayer.Character["1"]:Clone()
2355 l.Parent = lplayer.Character
2356 l.Name = "Humanoid"
2357 wait(0.1)
2358 lplayer.Character["1"]:Destroy()
2359 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2360 lplayer.Character.Animate.Disabled = true
2361 wait(0.1)
2362 lplayer.Character.Animate.Disabled = false
2363 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2364 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2365 lplayer.Character.Humanoid:EquipTool(v)
2366 end
2367 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2368 wait(0.3)
2369 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2370 attplr = v
2371 game:GetService("StarterGui"):SetCore("SendNotification", {
2372 Title = "Tools needed!";
2373 Text = "You need a tool in your backpack for this command!";
2374 })
2375 end
2376 end
2377 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
2378 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2379 local function getout(player,player2)
2380 local char1,char2=player.Character,player2.Character
2381 if char1 and char2 then
2382 char1:MoveTo(char2.Head.Position)
2383 end
2384 end
2385 getout(lplayer, game:GetService("Players")[v.Name])
2386 end
2387 end
2388 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
2389 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2390 followed = true
2391 flwplr = v
2392 end
2393 end
2394 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
2395 followed = false
2396 end
2397 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
2398 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2399 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2400 lplayer.Character.Humanoid.Name = 1
2401 local l = lplayer.Character["1"]:Clone()
2402 l.Parent = lplayer.Character
2403 l.Name = "Humanoid"
2404 wait(0.1)
2405 lplayer.Character["1"]:Destroy()
2406 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2407 lplayer.Character.Animate.Disabled = true
2408 wait(0.1)
2409 lplayer.Character.Animate.Disabled = false
2410 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2411 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2412 lplayer.Character.Humanoid:EquipTool(v)
2413 end
2414 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2415 wait(0.2)
2416 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2417 wait(0.6)
2418 lplayer.Character.HumanoidRootPart.CFrame = NOW
2419 wait(0.6)
2420 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
2421 game:GetService("StarterGui"):SetCore("SendNotification", {
2422 Title = "Tools needed!";
2423 Text = "You need a tool in your backpack for this command!";
2424 })
2425 end
2426 end
2427 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
2428 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2429 traill = true
2430 trlplr = v
2431 end
2432 end
2433 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
2434 traill = false
2435 end
2436 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
2437 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2438 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2439 else
2440 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2441 local o = Instance.new("RocketPropulsion")
2442 o.Parent = lplayer.Character.HumanoidRootPart
2443 o.Name = "Orbit"
2444 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2445 o:Fire()
2446 noclip = true
2447 end
2448 end
2449 end
2450 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
2451 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
2452 noclip = false
2453 end
2454 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
2455 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2456 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2457 else
2458 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2459 local y = Instance.new("RocketPropulsion")
2460 y.Parent = lplayer.Character.HumanoidRootPart
2461 y.CartoonFactor = 1
2462 y.MaxThrust = 800000
2463 y.MaxSpeed = 1000
2464 y.ThrustP = 200000
2465 y.Name = "Fling"
2466 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2467 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2468 y:Fire()
2469 noclip = true
2470 end
2471 end
2472 end
2473 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
2474 noclip = false
2475 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2476 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2477 wait(0.4)
2478 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2479 end
2480 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
2481 if game:GetService("Workspace").FilteringEnabled == true then
2482 warn("FE is Enabled (Filtering Enabled)")
2483 game:GetService("StarterGui"):SetCore("SendNotification", {
2484 Title = "FE is Enabled";
2485 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
2486 })
2487 else
2488 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
2489 game:GetService("StarterGui"):SetCore("SendNotification", {
2490 Title = "FE is Disabled";
2491 Text = "Filtering Disabled. Consider using a different admin script.";
2492 })
2493 end
2494 end
2495 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
2496 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2497 lplayer.Character.Humanoid.Name = 1
2498 local l = lplayer.Character["1"]:Clone()
2499 l.Parent = lplayer.Character
2500 l.Name = "Humanoid"
2501 wait(0.1)
2502 lplayer.Character["1"]:Destroy()
2503 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2504 lplayer.Character.Animate.Disabled = true
2505 wait(0.1)
2506 lplayer.Character.Animate.Disabled = false
2507 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2508 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2509 lplayer.Character.Humanoid:EquipTool(v)
2510 end
2511 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2512 wait(0.2)
2513 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2514 wait(0.6)
2515 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
2516 game:GetService("StarterGui"):SetCore("SendNotification", {
2517 Title = "Tools needed!";
2518 Text = "You need a tool in your backpack for this command!";
2519 })
2520 end
2521 end
2522 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
2523 noclip = true
2524 game:GetService("StarterGui"):SetCore("SendNotification", {
2525 Title = "Noclip enabled";
2526 Text = "Type ;clip to disable";
2527 })
2528 end
2529 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
2530 noclip = false
2531 game:GetService("StarterGui"):SetCore("SendNotification", {
2532 Title = "Noclip disabled";
2533 Text = "Type ;noclip to enable";
2534 })
2535 end
2536 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
2537 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
2538 end
2539 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
2540 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
2541 end
2542 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
2543 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
2544 end
2545 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
2546 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
2547 end
2548 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
2549 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
2550 end
2551 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
2552 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
2553 end
2554 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
2555 lplayer.Character.Humanoid.JumpPower = 50
2556 lplayer.Character.Humanoid.WalkSpeed = 16
2557 lplayer.Character.Humanoid.HipHeight = 0
2558 end
2559 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
2560 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2561 annoying = true
2562 annplr = v
2563 end
2564 end
2565 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
2566 annoying = false
2567 end
2568 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
2569 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2570 hwalk = true
2571 hdwplr = v
2572 end
2573 end
2574 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
2575 hwalk = false
2576 end
2577 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
2578 lplayer.Character["Left Leg"]:Destroy()
2579 lplayer.Character["Left Arm"]:Destroy()
2580 lplayer.Character["Right Leg"]:Destroy()
2581 lplayer.Character["Right Arm"]:Destroy()
2582 end
2583 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
2584 lplayer.Character.Humanoid.Name = 1
2585 local l = lplayer.Character["1"]:Clone()
2586 l.Parent = lplayer.Character
2587 l.Name = "Humanoid"
2588 wait(0.1)
2589 lplayer.Character["1"]:Destroy()
2590 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2591 lplayer.Character.Animate.Disabled = true
2592 wait(0.1)
2593 lplayer.Character.Animate.Disabled = false
2594 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2595 game:GetService("StarterGui"):SetCore("SendNotification", {
2596 Title = "FE Godmode enabled";
2597 Text = "Use ;grespawn or ;respawn to remove.";
2598 })
2599 end
2600 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
2601 for i,v in pairs(lplayer.Character:GetChildren()) do
2602 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2603 v.Parent = workspace
2604 end
2605 end
2606 end
2607 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
2608 for i,v in pairs(lplayer.Character:GetChildren()) do
2609 if (v:IsA("Tool")) then
2610 v.Parent = workspace
2611 end
2612 end
2613 end
2614 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
2615 droppinghats = true
2616 game:GetService("StarterGui"):SetCore("SendNotification", {
2617 Title = "Loop Drop Enabled";
2618 Text = "Type ;unloopdhats to disable";
2619 })
2620 end
2621 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
2622 droppinghats = false
2623 game:GetService("StarterGui"):SetCore("SendNotification", {
2624 Title = "Loop Drop Disabled";
2625 Text = "Type ;loopdhats to enable.";
2626 })
2627 end
2628 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
2629 droppingtools = true
2630 game:GetService("StarterGui"):SetCore("SendNotification", {
2631 Title = "Loop Drop Enabled";
2632 Text = "Type ;unloopdtool to disable";
2633 })
2634 end
2635 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
2636 droppingtools = false
2637 game:GetService("StarterGui"):SetCore("SendNotification", {
2638 Title = "Loop Drop Disabled";
2639 Text = "Type ;loopdtool to enable.";
2640 })
2641 end
2642 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
2643 Local = game:GetService('Players').LocalPlayer
2644 Char = Local.Character
2645 touched,tpdback = false, false
2646 box = Instance.new('Part',workspace)
2647 box.Anchored = true
2648 box.CanCollide = true
2649 box.Size = Vector3.new(10,1,10)
2650 box.Position = Vector3.new(0,10000,0)
2651 box.Touched:connect(function(part)
2652 if (part.Parent.Name == Local.Name) then
2653 if touched == false then
2654 touched = true
2655 function apply()
2656 if script.Disabled ~= true then
2657 no = Char.HumanoidRootPart:Clone()
2658 wait(.25)
2659 Char.HumanoidRootPart:Destroy()
2660 no.Parent = Char
2661 Char:MoveTo(loc)
2662 touched = false
2663 end end
2664 if Char then
2665 apply()
2666 end
2667 end
2668 end
2669 end)
2670 repeat wait() until Char
2671 loc = Char.HumanoidRootPart.Position
2672 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
2673 game:GetService("StarterGui"):SetCore("SendNotification", {
2674 Title = "Invisibility enabled!";
2675 Text = "Reset or use ;respawn to remove.";
2676 })
2677 end
2678 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
2679 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2680 if game:GetService("Players")[v.Name].Character.Humanoid then
2681 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
2682 else
2683 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2684 end
2685 end
2686 end
2687 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
2688 if lplayer.Character.Humanoid then
2689 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2690 else
2691 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2692 end
2693 end
2694 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
2695 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2696 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2697 end
2698 end
2699 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
2700 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
2701 repeat wait() until Mouse
2702
2703 local T = lplayer.Character.HumanoidRootPart
2704 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
2705 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2706 local SPEED = speedget
2707
2708 local function fly()
2709 flying = true
2710 local BG = Instance.new('BodyGyro', T)
2711 local BV = Instance.new('BodyVelocity', T)
2712 BG.P = 9e4
2713 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2714 BG.cframe = T.CFrame
2715 BV.velocity = Vector3.new(0, 0.1, 0)
2716 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
2717 spawn(function()
2718 repeat wait()
2719 lplayer.Character.Humanoid.PlatformStand = true
2720 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
2721 SPEED = 50
2722 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
2723 SPEED = 0
2724 end
2725 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
2726 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2727 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
2728 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
2729 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2730 else
2731 BV.velocity = Vector3.new(0, 0.1, 0)
2732 end
2733 BG.cframe = workspace.CurrentCamera.CoordinateFrame
2734 until not flying
2735 CONTROL = {F = 0, B = 0, L = 0, R = 0}
2736 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2737 SPEED = 0
2738 BG:destroy()
2739 BV:destroy()
2740 lplayer.Character.Humanoid.PlatformStand = false
2741 end)
2742 end
2743 Mouse.KeyDown:connect(function(KEY)
2744 if KEY:lower() == 'w' then
2745 CONTROL.F = speedfly
2746 elseif KEY:lower() == 's' then
2747 CONTROL.B = -speedfly
2748 elseif KEY:lower() == 'a' then
2749 CONTROL.L = -speedfly
2750 elseif KEY:lower() == 'd' then
2751 CONTROL.R = speedfly
2752 end
2753 end)
2754 Mouse.KeyUp:connect(function(KEY)
2755 if KEY:lower() == 'w' then
2756 CONTROL.F = 0
2757 elseif KEY:lower() == 's' then
2758 CONTROL.B = 0
2759 elseif KEY:lower() == 'a' then
2760 CONTROL.L = 0
2761 elseif KEY:lower() == 'd' then
2762 CONTROL.R = 0
2763 end
2764 end)
2765 fly()
2766 end
2767 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
2768 flying = false
2769 lplayer.Character.Humanoid.PlatformStand = false
2770 end
2771 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
2772 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
2773 end
2774 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
2775 spamtext = (string.sub(CMDBAR.Text, 6))
2776 spamming = true
2777 end
2778 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
2779 spamming = false
2780 end
2781 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
2782 spamdelay = (string.sub(CMDBAR.Text, 10))
2783 end
2784 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
2785 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2786 pmspammed = v.Name
2787 spammingpm = true
2788 end
2789 end
2790 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
2791 spammingpm = false
2792 end
2793 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
2794 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
2795 v.Character["Left Leg"].Anchored = true
2796 v.Character["Left Arm"].Anchored = true
2797 v.Character["Right Leg"].Anchored = true
2798 v.Character["Right Arm"].Anchored = true
2799 v.Character.Torso.Anchored = true
2800 v.Character.Head.Anchored = true
2801 end
2802 end
2803 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
2804 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
2805 v.Character["Left Leg"].Anchored = false
2806 v.Character["Left Arm"].Anchored = false
2807 v.Character["Right Leg"].Anchored = false
2808 v.Character["Right Arm"].Anchored = false
2809 v.Character.Torso.Anchored = false
2810 v.Character.Head.Anchored = false
2811 end
2812 end
2813 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
2814 local a = game:GetService("Workspace"):getChildren()
2815 for i = 1, #a do
2816 if a[i].className == "Part" then
2817 a[i].Locked = false
2818 elseif a[i].className == "Model" then
2819 local r = a[i]:getChildren()
2820 for i = 1, #r do
2821 if r[i].className == "Part" then
2822 r[i].Locked = false
2823 end
2824 end
2825 end
2826 end
2827 game:GetService("StarterGui"):SetCore("SendNotification", {
2828 Title = "Success!";
2829 Text = "Workspace unlocked. Use ;lockws to lock.";
2830 })
2831 end
2832 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
2833 local a = game:GetService("Workspace"):getChildren()
2834 for i = 1, #a do
2835 if a[i].className == "Part" then
2836 a[i].Locked = true
2837 elseif a[i].className == "Model" then
2838 local r = a[i]:getChildren()
2839 for i = 1, #r do
2840 if r[i].className == "Part" then
2841 r[i].Locked = true
2842 end
2843 end
2844 end
2845 end
2846 end
2847 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
2848 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
2849 Clone_T.BinType = "Clone"
2850 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
2851 Destruct.BinType = "Hammer"
2852 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
2853 Hold_T.BinType = "Grab"
2854 end
2855 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
2856 lplayer.Character.Humanoid.PlatformStand = true
2857 end
2858 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
2859 lplayer.Character.Humanoid.PlatformStand = false
2860 end
2861 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
2862 lplayer.Character.Head.Mesh:Destroy()
2863 end
2864 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
2865 lplayer.Character.Humanoid.Sit = true
2866 end
2867 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
2868 local function bringobjw()
2869 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
2870 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
2871 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2872 obj.CanCollide = false
2873 obj.Transparency = 0.7
2874 wait()
2875 obj.CFrame = lplayer.Character["Left Leg"].CFrame
2876 wait()
2877 obj.CFrame = lplayer.Character["Right Leg"].CFrame
2878 wait()
2879 obj.CFrame = lplayer.Character["Head"].CFrame
2880 end
2881 end
2882 end
2883 while wait() do
2884 bringobjw()
2885 end
2886 game:GetService("StarterGui"):SetCore("SendNotification", {
2887 Title = "BringObj";
2888 Text = "BringObj enabled.";
2889 })
2890 end
2891 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
2892 vis = (string.sub(CMDBAR.Text, 7))
2893 local a = game:GetService("Workspace"):GetDescendants()
2894 for i = 1, #a do
2895 if a[i].className == "Part" then
2896 a[i].Transparency = vis
2897 elseif a[i].className == "Model" then
2898 local r = a[i]:getChildren()
2899 for i = 1, #r do
2900 if r[i].className == "Part" then
2901 r[i].Transparency = vis
2902 end
2903 end
2904 end
2905 end
2906 end
2907 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
2908 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
2909 game:GetService("StarterGui"):SetCore("SendNotification", {
2910 Title = "Success!";
2911 Text = "HyperTotal GUI Loaded!";
2912 })
2913 end
2914 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
2915 CMDSFRAME.Visible = true
2916 end
2917 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
2918 for i,v in pairs(lplayer.Character:GetChildren()) do
2919 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2920 v.Handle.Mesh:Destroy()
2921 end
2922 end
2923 end
2924 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
2925 for i,v in pairs(lplayer.Character:GetChildren()) do
2926 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2927 v.Handle.Mesh:Destroy()
2928 end
2929 end
2930 end
2931 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
2932 for i,v in pairs(lplayer.Character:GetChildren()) do
2933 if (v:IsA("Tool")) then
2934 v.Handle.Mesh:Destroy()
2935 end
2936 end
2937 end
2938 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
2939 for i,v in pairs(lplayer.Character:GetChildren()) do
2940 if (v:IsA("Tool")) then
2941 v.Handle.Mesh:Destroy()
2942 end
2943 end
2944 end
2945 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
2946 local p = Instance.new("RocketPropulsion")
2947 p.Parent = lplayer.Character.HumanoidRootPart
2948 p.Name = "Spinner"
2949 p.Target = lplayer.Character["Left Arm"]
2950 p:Fire()
2951 game:GetService("StarterGui"):SetCore("SendNotification", {
2952 Title = "Spinner enabled";
2953 Text = "Type ;nospinner to disable.";
2954 })
2955 end
2956 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
2957 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
2958 end
2959 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
2960 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2961 if v:isA("Tool") then
2962 local a = Instance.new("SelectionBox",v.Handle)
2963 a.Adornee = v.Handle
2964 v.Handle.Size = Vector3.new(0.5,0.5,60)
2965 v.GripPos = Vector3.new(0,0,0)
2966 lplayer.Character.Humanoid:UnequipTools()
2967 end
2968 end
2969 game:GetService("StarterGui"):SetCore("SendNotification", {
2970 Title = "Reach applied!";
2971 Text = "Applied to equipped sword. Use ;noreach to disable.";
2972 })
2973 end
2974 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
2975 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2976 if v:isA("Tool") then
2977 local a = Instance.new("SelectionBox",v.Handle)
2978 a.Name = "Reach"
2979 a.Adornee = v.Handle
2980 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
2981 v.GripPos = Vector3.new(0,0,0)
2982 lplayer.Character.Humanoid:UnequipTools()
2983 end
2984 end
2985 game:GetService("StarterGui"):SetCore("SendNotification", {
2986 Title = "Reach applied!";
2987 Text = "Applied to equipped sword. Use ;noreach to disable.";
2988 })
2989 end
2990 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
2991 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2992 if v:isA("Tool") then
2993 v.Handle.Reach:Destroy()
2994 end
2995 end
2996 game:GetService("StarterGui"):SetCore("SendNotification", {
2997 Title = "Reach removed!";
2998 Text = "Removed reach from equipped sword.";
2999 })
3000 end
3001 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
3002 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
3003 lplayer.Character.Humanoid.Name = 1
3004 local l = lplayer.Character["1"]:Clone()
3005 l.Parent = lplayer.Character
3006 l.Name = "Humanoid"
3007 wait(0.1)
3008 lplayer.Character["1"]:Destroy()
3009 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3010 lplayer.Character.Animate.Disabled = true
3011 wait(0.1)
3012 lplayer.Character.Animate.Disabled = false
3013 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3014 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3015 lplayer.Character.Humanoid:EquipTool(v)
3016 end
3017 wait(0.1)
3018 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3019 wait(0.2)
3020 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3021 wait(0.5)
3022 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
3023 game:GetService("StarterGui"):SetCore("SendNotification", {
3024 Title = "Tools needed!";
3025 Text = "You need a tool in your backpack for this command!";
3026 })
3027 end
3028 end
3029 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
3030 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
3031 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3032 end
3033 end
3034 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
3035 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
3036 cbringall = true
3037 else
3038 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3039 brplr = v.Name
3040 end
3041 end
3042 cbring = true
3043 end
3044 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
3045 cbring = false
3046 cbringall = false
3047 end
3048 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
3049 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3050 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3051 local NOW = lplayer.Character.HumanoidRootPart.CFrame
3052 lplayer.Character.Humanoid.Name = 1
3053 local l = lplayer.Character["1"]:Clone()
3054 l.Parent = lplayer.Character
3055 l.Name = "Humanoid"
3056 wait(0.1)
3057 lplayer.Character["1"]:Destroy()
3058 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3059 lplayer.Character.Animate.Disabled = true
3060 wait(0.1)
3061 lplayer.Character.Animate.Disabled = false
3062 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3063 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3064 lplayer.Character.Humanoid:EquipTool(v)
3065 end
3066 local function tp(player,player2)
3067 local char1,char2=player.Character,player2.Character
3068 if char1 and char2 then
3069 char1:MoveTo(char2.Head.Position)
3070 end
3071 end
3072 wait(0.1)
3073 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3074 wait(0.2)
3075 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3076 wait(0.5)
3077 lplayer.Character.HumanoidRootPart.CFrame = NOW
3078 wait(0.6)
3079 tp(lplayer, game:GetService("Players")[v.Name])
3080 wait(0.4)
3081 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
3082 game:GetService("StarterGui"):SetCore("SendNotification", {
3083 Title = "Tools needed!";
3084 Text = "You need a tool in your backpack for this command!";
3085 })
3086 end
3087 end
3088 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
3089 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3090 lplayer.Character.Humanoid.Name = 1
3091 local l = lplayer.Character["1"]:Clone()
3092 l.Parent = lplayer.Character
3093 l.Name = "Humanoid"
3094 wait(0.1)
3095 lplayer.Character["1"]:Destroy()
3096 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3097 lplayer.Character.Animate.Disabled = true
3098 wait(0.1)
3099 lplayer.Character.Animate.Disabled = false
3100 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3101 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3102 lplayer.Character.Humanoid:EquipTool(v)
3103 end
3104 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3105 wait(0.3)
3106 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3107 wait(0.4)
3108 b = Instance.new("BodyForce")
3109 b.Parent = lplayer.Character.HumanoidRootPart
3110 b.Name = "Glitch"
3111 b.Force = Vector3.new(100000000,5000,0)
3112 game:GetService("StarterGui"):SetCore("SendNotification", {
3113 Title = "Tools needed!";
3114 Text = "You need a tool in your backpack for this command!";
3115 })
3116 end
3117 end
3118 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
3119 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
3120 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
3121 b = Instance.new("BodyForce")
3122 b.Parent = lplayer.Character.HumanoidRootPart
3123 b.Name = "unGlitch"
3124 b.Force = Vector3.new(0,-5000000,0)
3125 wait(2)
3126 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
3127 end
3128 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
3129 lplayer.Character.Humanoid.Health = 0
3130 wait(1)
3131 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
3132 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
3133 end
3134 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
3135 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
3136 game:GetService("StarterGui"):SetCore("SendNotification", {
3137 Title = "Success!";
3138 Text = "DEX Explorer has loaded.";
3139 })
3140 end
3141 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
3142 local Anim = Instance.new("Animation")
3143 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
3144 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
3145 track:Play(.1, 1, 1)
3146 end
3147 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
3148 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
3149 game:GetService("StarterGui"):SetCore("SendNotification", {
3150 Title = "Success!";
3151 Text = "Energize Animations GUI has loaded.";
3152 })
3153 end
3154 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
3155 saved = lplayer.Character.HumanoidRootPart.CFrame
3156 game:GetService("StarterGui"):SetCore("SendNotification", {
3157 Title = "Position Saved";
3158 Text = "Use ;loadpos to return to saved position.";
3159 })
3160 end
3161 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
3162 lplayer.Character.HumanoidRootPart.CFrame = saved
3163 end
3164 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
3165 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3166 local Anim2 = Instance.new("Animation")
3167 Anim2.AnimationId = "rbxassetid://148840371"
3168 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
3169 track2:Play(.1, 1, 1)
3170 bplrr = v.Name
3171 banpl = true
3172 end
3173 end
3174 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
3175 banpl = false
3176 end
3177 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
3178 local function bringmodw()
3179 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3180 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
3181 for i,ch in pairs(obj:GetDescendants()) do
3182 if (ch:IsA("BasePart")) then
3183 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3184 ch.CanCollide = false
3185 ch.Transparency = 0.7
3186 wait()
3187 ch.CFrame = lplayer.Character["Left Leg"].CFrame
3188 wait()
3189 ch.CFrame = lplayer.Character["Right Leg"].CFrame
3190 wait()
3191 ch.CFrame = lplayer.Character["Head"].CFrame
3192 end
3193 end
3194 end
3195 end
3196 end
3197 while wait() do
3198 bringmodw()
3199 end
3200 game:GetService("StarterGui"):SetCore("SendNotification", {
3201 Title = "BringMod";
3202 Text = "BringMod enabled.";
3203 })
3204 end
3205 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
3206 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
3207 local hum = Instance.new('Humanoid', mod)
3208 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
3209 lplayer.Character = mod
3210 end
3211 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
3212 game:GetService'RunService'.Stepped:Connect(function()
3213 pcall(function()
3214 for i,v in pairs(game:GetService'Players':GetPlayers()) do
3215 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
3216 for _,x in pairs(v.Character.Head:GetChildren()) do
3217 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
3218 end
3219 end
3220 end
3221 end)
3222 end)
3223 game:GetService("StarterGui"):SetCore("SendNotification", {
3224 Title = "Attempting Shutdown";
3225 Text = "Shutdown Attempt has begun.";
3226 })
3227 end
3228 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
3229 objtodel = (string.sub(CMDBAR.Text, 8))
3230 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3231 if v.Name == objtodel then
3232 v:Destroy()
3233 end
3234 end
3235 end
3236 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
3237 for i,v in pairs(game:GetService("Players"):GetPlayers())do
3238 print(v)
3239 end
3240 game:GetService("StarterGui"):SetCore("SendNotification", {
3241 Title = "Printed";
3242 Text = "Players have been printed to console. (F9)";
3243 })
3244 end
3245 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
3246 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
3247 if (v:IsA("Decal")) then
3248 v:Destroy()
3249 end
3250 end
3251 end
3252 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
3253 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
3254 game:GetService("StarterGui"):SetCore("SendNotification", {
3255 Title = "Success!";
3256 Text = "OpFinality GUI has loaded.";
3257 })
3258 end
3259 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
3260 remotes = true
3261 added = true
3262 game.DescendantAdded:connect(function(rmt)
3263 if added == true then
3264 if remotes == true then
3265 if rmt:IsA("RemoteEvent") then
3266 print("A RemoteEvent was added!")
3267 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
3268 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3269 end end end
3270 end)
3271 game.DescendantAdded:connect(function(rmtfnctn)
3272 if added == true then
3273 if remotes == true then
3274 if rmtfnctn:IsA("RemoteFunction") then
3275 warn("A RemoteFunction was added!")
3276 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
3277 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3278 end end end
3279 end)
3280
3281 game.DescendantAdded:connect(function(bndfnctn)
3282 if added == true then
3283 if binds == true then
3284 if bndfnctn:IsA("BindableFunction") then
3285 print("A BindableFunction was added!")
3286 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
3287 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3288 end end end
3289 end)
3290
3291 game.DescendantAdded:connect(function(bnd)
3292 if added == true then
3293 if binds == true then
3294 if bnd:IsA("BindableEvent") then
3295 warn("A BindableEvent was added!")
3296 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
3297 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3298 end end end
3299 end)
3300
3301
3302 if binds == true then
3303 for i,v in pairs(game:GetDescendants()) do
3304 if v:IsA("BindableFunction") then
3305 print(" game." .. v:GetFullName() .. " | BindableFunction")
3306 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3307 end end
3308 for i,v in pairs(game:GetDescendants()) do
3309 if v:IsA("BindableEvent") then
3310 warn(" game." .. v:GetFullName() .. " | BindableEvent")
3311 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3312 end end
3313 else
3314 print("Off")
3315 end
3316 if remotes == true then
3317 for i,v in pairs(game:GetDescendants()) do
3318 if v:IsA("RemoteFunction") then
3319 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
3320 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3321 end end
3322 wait()
3323 for i,v in pairs(game:GetDescendants()) do
3324 if v:IsA("RemoteEvent") then
3325 print(" game." .. v:GetFullName() .. " | RemoteEvent")
3326 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3327 end end
3328 else
3329 print("Off")
3330 end
3331 game:GetService("StarterGui"):SetCore("SendNotification", {
3332 Title = "Printing Remotes";
3333 Text = "Type ;noremotes to disable.";
3334 })
3335 end
3336 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
3337 remotes = false
3338 added = false
3339 game:GetService("StarterGui"):SetCore("SendNotification", {
3340 Title = "Printing Remotes Disabled";
3341 Text = "Type ;remotes to enable.";
3342 })
3343 end
3344 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
3345 spin = false
3346 followed = false
3347 traill = false
3348 noclip = false
3349 annoying = false
3350 hwalk = false
3351 cbringing = false
3352 end
3353 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
3354 stopsitting = true
3355 end
3356 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
3357 stopsitting = false
3358 end
3359 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
3360 print(adminversion)
3361 game:GetService("StarterGui"):SetCore("SendNotification", {
3362 Title = "Version";
3363 Text = adminversion;
3364 })
3365 end
3366 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
3367 clickgoto = true
3368 game:GetService("StarterGui"):SetCore("SendNotification", {
3369 Title = "Click TP";
3370 Text = "Press E to teleport to mouse position";
3371 })
3372 end
3373 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
3374 clickgoto = false
3375 game:GetService("StarterGui"):SetCore("SendNotification", {
3376 Title = "Click TP";
3377 Text = "Click TP has been disabled.";
3378 })
3379 end
3380 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
3381 gettingtools = true
3382 game:GetService("StarterGui"):SetCore("SendNotification", {
3383 Title = "Tools Enabled";
3384 Text = "Automatically colleting tools dropped.";
3385 })
3386 end
3387 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
3388 gettingtools = false
3389 game:GetService("StarterGui"):SetCore("SendNotification", {
3390 Title = "Tools Disabled";
3391 Text = "Click TP has been disabled.";
3392 })
3393 end
3394 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
3395 ScreenGui:Destroy()
3396 end
3397 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
3398 lplayer.Character.Head:Destroy()
3399 end
3400 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
3401 statechosen = string.sub(CMDBAR.Text, 7)
3402 changingstate = true
3403 end
3404 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
3405 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
3406 end
3407 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
3408 removingmeshhats = true
3409 end
3410 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
3411 removingmeshhats = false
3412 end
3413 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
3414 removingmeshtool = true
3415 end
3416 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
3417 removingmeshtool = false
3418 end
3419 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
3420 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
3421 if v:IsA("Tool") then
3422 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
3423 v.Parent = player.Character
3424 end
3425 end
3426 end
3427 end
3428 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
3429 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3430 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
3431 end
3432 end
3433 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
3434 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
3435 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
3436 end
3437 end
3438 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
3439 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3440 game:GetService("StarterGui"):SetCore("SendNotification", {
3441 Title = player.AccountAge.." Days";
3442 Text = "Account age of "..player.Name;
3443 })
3444 end
3445 end
3446 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
3447 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3448 game:GetService("StarterGui"):SetCore("SendNotification", {
3449 Title = player.UserId.." ID";
3450 Text = "Account ID of "..player.Name;
3451 })
3452 end
3453 end
3454 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
3455 game:GetService("StarterGui"):SetCore("SendNotification", {
3456 Title = "Game ID";
3457 Text = "Game ID: ".. game.GameId;
3458 })
3459 end
3460 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
3461 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
3462 if pgscheck == true then
3463 game:GetService("StarterGui"):SetCore("SendNotification", {
3464 Title = "PGSPhysicsSolverEnabled";
3465 Text = "PGS is Enabled!";
3466 })
3467 else
3468 game:GetService("StarterGui"):SetCore("SendNotification", {
3469 Title = "PGSPhysicsSolverEnabled";
3470 Text = "PGS is Disabled!";
3471 })
3472 end
3473 end
3474 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
3475 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3476 if v:IsA("Part") then
3477 if v.Transparency == 1 then
3478 if v.Name ~= "HumanoidRootPart" then
3479 v:Destroy()
3480 end
3481 end
3482 end
3483 end
3484 end
3485 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
3486 game:GetService("Lighting").FogStart = 0
3487 game:GetService("Lighting").FogEnd = 9999999999999
3488 end
3489 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
3490 lplayer.Character.Humanoid.Parent = lplayer
3491 end
3492 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
3493 lplayer.Humanoid.Parent = lplayer.Character
3494 end
3495 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
3496 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
3497 if v:IsA("Tool") then
3498 v.Parent = lplayer.Character
3499 wait()
3500 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
3501 v.Parent = player.Character
3502 end
3503 end
3504 end
3505 end
3506 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
3507 speedfly = string.sub(CMDBAR.Text, 10)
3508 wait()
3509 change()
3510 end
3511 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
3512 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3513 local Anim3 = Instance.new("Animation")
3514 Anim3.AnimationId = "rbxassetid://282574440"
3515 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
3516 track3:Play(.1, 1, 1)
3517 bplrr = v.Name
3518 banpl = true
3519 end
3520 end
3521 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
3522 banpl = false
3523 end
3524 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
3525 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
3526 staring = true
3527 stareplr = v
3528 end
3529 end
3530 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
3531 staring = false
3532 end
3533 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
3534 chatlogs = true
3535 game:GetService("StarterGui"):SetCore("SendNotification", {
3536 Title = "LogChat enabled";
3537 Text = "Now logging all player chat.";
3538 })
3539 end
3540 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
3541 chatlogs = false
3542 game:GetService("StarterGui"):SetCore("SendNotification", {
3543 Title = "LogChat disabled";
3544 Text = "Stopped logging all player chat.";
3545 })
3546 end
3547 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
3548 game:GetService("Workspace").CurrentCamera:Destroy()
3549 wait(0.1)
3550 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
3551 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3552 lplayer.CameraMinZoomDistance = 0.5
3553 lplayer.CameraMaxZoomDistance = 400
3554 lplayer.CameraMode = "Classic"
3555 end
3556 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
3557 changingstate = false
3558 end
3559 CMDBAR.Text = ""
3560 end
3561end)
3562
3563wait(0.3)
3564game:GetService("StarterGui"):SetCore("SendNotification", {
3565 Title = "Loaded successfully!";
3566 Text = "Reviz Admin V2 by illremember";
3567})
3568wait(0.1)
3569print("Reviz Admin V2 loaded!")
3570if game:GetService("Workspace").FilteringEnabled == true then
3571 warn("FE is Enabled (Filtering Enabled)")
3572 game:GetService("StarterGui"):SetCore("SendNotification", {
3573 Title = "FE is Enabled";
3574 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
3575 })
3576else
3577 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
3578 game:GetService("StarterGui"):SetCore("SendNotification", {
3579 Title = "FE is Disabled";
3580 Text = "Filtering Disabled. Consider using a different admin script.";
3581 })
3582end
3583
3584local intro = Instance.new("ScreenGui")
3585local Frame = Instance.new("Frame")
3586local ImageLabel = Instance.new("ImageLabel")
3587intro.Parent = game:GetService("CoreGui")
3588Frame.Parent = intro
3589Frame.BackgroundColor3 = Color3.new(1, 1, 1)
3590Frame.BackgroundTransparency = 1
3591Frame.Size = UDim2.new(1, 0, 0, 300)
3592Frame.Position = UDim2.new(0, 0, -0.4, 0)
3593ImageLabel.Parent = Frame
3594ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3595ImageLabel.BackgroundTransparency = 1
3596ImageLabel.Position = UDim2.new(0, 0, 0, 0)
3597ImageLabel.Size = UDim2.new(1, 0, 1, 0)
3598ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
3599Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
3600wait(3.01)
3601Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
3602wait(5.01)
3603intro:Destroy()
3604 end)
3605
3606
3607StartFarm.MouseButton1Down:connect(function()
3608 local SynapseXen_IliliiIillliiIl=select;local SynapseXen_IIIIlIlIiIl=string.byte;local SynapseXen_liiIIIi=string.sub;local SynapseXen_lIIIiIllIilillIl=string.char;local SynapseXen_illliIlIIllIiIii=type;local SynapseXen_lIliilliIliliiIIII=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local SynapseXen_IllliiiIiiIIllil,SynapseXen_iiilIIiIillIIlI,SynapseXen_lIiliIliIi,SynapseXen_IlilllIlIIliIIi;if bit and bit.bxor then SynapseXen_IllliiiIiiIIllil=bit.bxor;SynapseXen_iiilIIiIillIIlI=function(SynapseXen_lIlilIliiIIiIliiiill,SynapseXen_iIiliiiIiIiiiI)local SynapseXen_iiiiiliiIllliIiII=SynapseXen_IllliiiIiiIIllil(SynapseXen_lIlilIliiIIiIliiiill,SynapseXen_iIiliiiIiIiiiI)if SynapseXen_iiiiiliiIllliIiII<0 then SynapseXen_iiiiiliiIllliIiII=4294967296+SynapseXen_iiiiiliiIllliIiII end;return SynapseXen_iiiiiliiIllliIiII end else SynapseXen_IllliiiIiiIIllil=function(SynapseXen_lIlilIliiIIiIliiiill,SynapseXen_iIiliiiIiIiiiI)local SynapseXen_iliIIililIIiiiIII=function(SynapseXen_Illli,SynapseXen_IlillIlilillIIIiillI)return SynapseXen_Illli%(SynapseXen_IlillIlilillIIIiillI*2)>=SynapseXen_IlillIlilillIIIiillI end;local SynapseXen_iiIIIllIiIIiIIIi=0;for SynapseXen_iliillIl=0,31 do SynapseXen_iiIIIllIiIIiIIIi=SynapseXen_iiIIIllIiIIiIIIi+(SynapseXen_iliIIililIIiiiIII(SynapseXen_lIlilIliiIIiIliiiill,2^SynapseXen_iliillIl)~=SynapseXen_iliIIililIIiiiIII(SynapseXen_iIiliiiIiIiiiI,2^SynapseXen_iliillIl)and 2^SynapseXen_iliillIl or 0)end;return SynapseXen_iiIIIllIiIIiIIIi end;SynapseXen_iiilIIiIillIIlI=SynapseXen_IllliiiIiiIIllil end;SynapseXen_lIiliIliIi=function(SynapseXen_IIiiiIlIIiil,SynapseXen_illIllIlIilIIIIiIlli,SynapseXen_lIilIillliliIIII)return(SynapseXen_IIiiiIlIIiil+SynapseXen_illIllIlIilIIIIiIlli)%SynapseXen_lIilIillliliIIII end;SynapseXen_IlilllIlIIliIIi=function(SynapseXen_IIiiiIlIIiil,SynapseXen_illIllIlIilIIIIiIlli,SynapseXen_lIilIillliliIIII)return(SynapseXen_IIiiiIlIIiil-SynapseXen_illIllIlIilIIIIiIlli)%SynapseXen_lIilIillliliIIII end;local function SynapseXen_liIlIIliIlIlililIili(SynapseXen_iiiiiliiIllliIiII)if SynapseXen_iiiiiliiIllliIiII<0 then SynapseXen_iiiiiliiIllliIiII=4294967296+SynapseXen_iiiiiliiIllliIiII end;return SynapseXen_iiiiiliiIllliIiII end;local getfenv=getfenv;if not getfenv then getfenv=function()return _ENV end end;local SynapseXen_iIlIIliIlliIIi={}local SynapseXen_iiIiil={}local SynapseXen_liIIllilIlIlllI;local SynapseXen_iIiIilIIIIIiI;local SynapseXen_IiIliIliliil={}local SynapseXen_iiIllIlilIIiI={}for SynapseXen_iliillIl=0,255 do local SynapseXen_lllIIIIl,SynapseXen_llllllIiIlI=SynapseXen_lIIIiIllIilillIl(SynapseXen_iliillIl),SynapseXen_lIIIiIllIilillIl(SynapseXen_iliillIl,0)SynapseXen_IiIliIliliil[SynapseXen_lllIIIIl]=SynapseXen_llllllIiIlI;SynapseXen_iiIllIlilIIiI[SynapseXen_llllllIiIlI]=SynapseXen_lllIIIIl end;local function SynapseXen_iIIiliIiliiiiIilll(SynapseXen_Iiiili,SynapseXen_iIIIii,SynapseXen_IilIIiI,SynapseXen_IlllIII)if SynapseXen_IilIIiI>=256 then SynapseXen_IilIIiI,SynapseXen_IlllIII=0,SynapseXen_IlllIII+1;if SynapseXen_IlllIII>=256 then SynapseXen_iIIIii={}SynapseXen_IlllIII=1 end end;SynapseXen_iIIIii[SynapseXen_lIIIiIllIilillIl(SynapseXen_IilIIiI,SynapseXen_IlllIII)]=SynapseXen_Iiiili;SynapseXen_IilIIiI=SynapseXen_IilIIiI+1;return SynapseXen_iIIIii,SynapseXen_IilIIiI,SynapseXen_IlllIII end;local function SynapseXen_IliIiliIiliiIIlIl(SynapseXen_iiilIllIli)local function SynapseXen_lliIiIlliliilliIIi(SynapseXen_IiiiIIIIIIl)local SynapseXen_IlllIII='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'SynapseXen_IiiiIIIIIIl=string.gsub(SynapseXen_IiiiIIIIIIl,'[^'..SynapseXen_IlllIII..'=]','')return SynapseXen_IiiiIIIIIIl:gsub('.',function(SynapseXen_IIiiiIlIIiil)if SynapseXen_IIiiiIlIIiil=='='then return''end;local SynapseXen_ililiIiiIiIii,SynapseXen_IliIiIlIlIIllIilIi='',SynapseXen_IlllIII:find(SynapseXen_IIiiiIlIIiil)-1;for SynapseXen_iliillIl=6,1,-1 do SynapseXen_ililiIiiIiIii=SynapseXen_ililiIiiIiIii..(SynapseXen_IliIiIlIlIIllIilIi%2^SynapseXen_iliillIl-SynapseXen_IliIiIlIlIIllIilIi%2^(SynapseXen_iliillIl-1)>0 and'1'or'0')end;return SynapseXen_ililiIiiIiIii end):gsub('%d%d%d?%d?%d?%d?%d?%d?',function(SynapseXen_IIiiiIlIIiil)if#SynapseXen_IIiiiIlIIiil~=8 then return''end;local SynapseXen_ilIlIIliIliili=0;for SynapseXen_iliillIl=1,8 do SynapseXen_ilIlIIliIliili=SynapseXen_ilIlIIliIliili+(SynapseXen_IIiiiIlIIiil:sub(SynapseXen_iliillIl,SynapseXen_iliillIl)=='1'and 2^(8-SynapseXen_iliillIl)or 0)end;return string.char(SynapseXen_ilIlIIliIliili)end)end;SynapseXen_iiilIllIli=SynapseXen_lliIiIlliliilliIIi(SynapseXen_iiilIllIli)local SynapseXen_lIllIIIiiiIIlIIlI=SynapseXen_liiIIIi(SynapseXen_iiilIllIli,1,1)if SynapseXen_lIllIIIiiiIIlIIlI=="u"then return SynapseXen_liiIIIi(SynapseXen_iiilIllIli,2)elseif SynapseXen_lIllIIIiiiIIlIIlI~="c"then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;SynapseXen_iiilIllIli=SynapseXen_liiIIIi(SynapseXen_iiilIllIli,2)local SynapseXen_IlliIIiIIIllii=#SynapseXen_iiilIllIli;local SynapseXen_iIIIii={}local SynapseXen_IilIIiI,SynapseXen_IlllIII=0,1;local SynapseXen_iiIllliliI={}local SynapseXen_iiiiiliiIllliIiII=1;local SynapseXen_illiIlIiiilIlIIiiIIl=SynapseXen_liiIIIi(SynapseXen_iiilIllIli,1,2)SynapseXen_iiIllliliI[SynapseXen_iiiiiliiIllliIiII]=SynapseXen_iiIllIlilIIiI[SynapseXen_illiIlIiiilIlIIiiIIl]or SynapseXen_iIIIii[SynapseXen_illiIlIiiilIlIIiiIIl]SynapseXen_iiiiiliiIllliIiII=SynapseXen_iiiiiliiIllliIiII+1;for SynapseXen_iliillIl=3,SynapseXen_IlliIIiIIIllii,2 do local SynapseXen_liliililiiII=SynapseXen_liiIIIi(SynapseXen_iiilIllIli,SynapseXen_iliillIl,SynapseXen_iliillIl+1)local SynapseXen_IIlIlilliil=SynapseXen_iiIllIlilIIiI[SynapseXen_illiIlIiiilIlIIiiIIl]or SynapseXen_iIIIii[SynapseXen_illiIlIiiilIlIIiiIIl]if not SynapseXen_IIlIlilliil then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;local SynapseXen_ilIiIilllIlII=SynapseXen_iiIllIlilIIiI[SynapseXen_liliililiiII]or SynapseXen_iIIIii[SynapseXen_liliililiiII]if SynapseXen_ilIiIilllIlII then SynapseXen_iiIllliliI[SynapseXen_iiiiiliiIllliIiII]=SynapseXen_ilIiIilllIlII;SynapseXen_iiiiiliiIllliIiII=SynapseXen_iiiiiliiIllliIiII+1;SynapseXen_iIIIii,SynapseXen_IilIIiI,SynapseXen_IlllIII=SynapseXen_iIIiliIiliiiiIilll(SynapseXen_IIlIlilliil..SynapseXen_liiIIIi(SynapseXen_ilIiIilllIlII,1,1),SynapseXen_iIIIii,SynapseXen_IilIIiI,SynapseXen_IlllIII)else local SynapseXen_IiIilIilliiliIiIlI=SynapseXen_IIlIlilliil..SynapseXen_liiIIIi(SynapseXen_IIlIlilliil,1,1)SynapseXen_iiIllliliI[SynapseXen_iiiiiliiIllliIiII]=SynapseXen_IiIilIilliiliIiIlI;SynapseXen_iiiiiliiIllliIiII=SynapseXen_iiiiiliiIllliIiII+1;SynapseXen_iIIIii,SynapseXen_IilIIiI,SynapseXen_IlllIII=SynapseXen_iIIiliIiliiiiIilll(SynapseXen_IiIilIilliiliIiIlI,SynapseXen_iIIIii,SynapseXen_IilIIiI,SynapseXen_IlllIII)end;SynapseXen_illiIlIiiilIlIIiiIIl=SynapseXen_liliililiiII end;return SynapseXen_lIliilliIliliiIIII(SynapseXen_iiIllliliI)end;local function SynapseXen_iiIIIlIiiiIIllli(SynapseXen_lIIliiIIIllIIilI,SynapseXen_iiIIlIillllIII,SynapseXen_IiiiiiiiiliIiiiI)if SynapseXen_IiiiiiiiiliIiiiI then local SynapseXen_IiIillIIIlI=SynapseXen_lIIliiIIIllIIilI/2^(SynapseXen_iiIIlIillllIII-1)%2^(SynapseXen_IiiiiiiiiliIiiiI-1-(SynapseXen_iiIIlIillllIII-1)+1)return SynapseXen_IiIillIIIlI-SynapseXen_IiIillIIIlI%1 else local SynapseXen_iIiIIiilIlliil=2^(SynapseXen_iiIIlIillllIII-1)if SynapseXen_lIIliiIIIllIIilI%(SynapseXen_iIiIIiilIlliil+SynapseXen_iIiIIiilIlliil)>=SynapseXen_iIiIIiilIlliil then return 1 else return 0 end end end;local function SynapseXen_iIIilIIlllIiiiiIlii()local SynapseXen_llIilllIlIIIl=SynapseXen_IllliiiIiiIIllil(1589253134,SynapseXen_iiIiil[6])while true do if SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(2889998789,SynapseXen_iiIiil[1])then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii+17215,SynapseXen_llilliIlilIlIiililIi-9620)-SynapseXen_IllliiiIiiIIllil(3727962987,SynapseXen_iIiIilIIIIIiI)end;SynapseXen_llIilllIlIIIl=SynapseXen_IllliiiIiiIIllil(SynapseXen_llIilllIlIIIl,SynapseXen_IllliiiIiiIIllil(258884612,SynapseXen_iIiIilIIIIIiI))elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(3813318458,SynapseXen_iIiIilIIIIIiI)then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii+4559,SynapseXen_llilliIlilIlIiililIi-27720)-SynapseXen_IllliiiIiiIIllil(3727967934,SynapseXen_iIiIilIIIIIiI)end;SynapseXen_llIilllIlIIIl=SynapseXen_IllliiiIiiIIllil(SynapseXen_llIilllIlIIIl,SynapseXen_IllliiiIiiIIllil(1692573509,SynapseXen_iIiIilIIIIIiI))elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(3661921289,SynapseXen_iiIiil[8])then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii-34854,SynapseXen_llilliIlilIlIiililIi+19083)-SynapseXen_IllliiiIiiIIllil(3727996455,SynapseXen_iIiIilIIIIIiI)end;SynapseXen_llIilllIlIIIl=SynapseXen_llIilllIlIIIl-SynapseXen_IllliiiIiiIIllil(1768700716,SynapseXen_iiIiil[3])elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(839906348,SynapseXen_iiIiil[3])then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii-11725,SynapseXen_llilliIlilIlIiililIi-4831)+SynapseXen_IllliiiIiiIIllil(3879362053,SynapseXen_iiIiil[8])end;SynapseXen_llIilllIlIIIl=SynapseXen_IllliiiIiiIIllil(SynapseXen_llIilllIlIIIl,SynapseXen_IllliiiIiiIIllil(3431486195,SynapseXen_iIiIilIIIIIiI))elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(2548806131,SynapseXen_iIiIilIIIIIiI)then return elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(2236625351,SynapseXen_iIiIilIIIIIiI)then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii-44016,SynapseXen_llilliIlilIlIiililIi+30907)-SynapseXen_IllliiiIiiIIllil(3879339766,SynapseXen_iiIiil[8])end;SynapseXen_llIilllIlIIIl=SynapseXen_llIilllIlIIIl-SynapseXen_IllliiiIiiIIllil(3727961287,SynapseXen_iIiIilIIIIIiI)elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(897729051,SynapseXen_iiIiil[6])then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii+46517,SynapseXen_llilliIlilIlIiililIi-42518)-SynapseXen_IllliiiIiiIIllil(3727974321,SynapseXen_iIiIilIIIIIiI)end;SynapseXen_llIilllIlIIIl=SynapseXen_IllliiiIiiIIllil(SynapseXen_llIilllIlIIIl,SynapseXen_IllliiiIiiIIllil(3541491535,SynapseXen_iIiIilIIIIIiI))elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(3839468083,SynapseXen_iiIiil[6])then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii-12920,SynapseXen_llilliIlilIlIiililIi-19470)+SynapseXen_IllliiiIiiIIllil(2454524818,SynapseXen_iiIiil[2])end;SynapseXen_llIilllIlIIIl=SynapseXen_llIilllIlIIIl+SynapseXen_IllliiiIiiIIllil(2580624207,SynapseXen_iiIiil[5])elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(367372135,SynapseXen_iiIiil[2])then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii-25982,SynapseXen_llilliIlilIlIiililIi+25918)-SynapseXen_IllliiiIiiIIllil(1200589412,SynapseXen_iiIiil[7])end;SynapseXen_llIilllIlIIIl=SynapseXen_IllliiiIiiIIllil(SynapseXen_llIilllIlIIIl,SynapseXen_IllliiiIiiIIllil(3733003640,SynapseXen_iIiIilIIIIIiI))elseif SynapseXen_llIilllIlIIIl==SynapseXen_IllliiiIiiIIllil(2289238401,SynapseXen_iIiIilIIIIIiI)then SynapseXen_liIIllilIlIlllI=function(SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi)return SynapseXen_IllliiiIiiIIllil(SynapseXen_IliIliiiiIlliIii+43110,SynapseXen_llilliIlilIlIiililIi-48478)+SynapseXen_IllliiiIiiIIllil(3727976118,SynapseXen_iIiIilIIIIIiI)end;SynapseXen_llIilllIlIIIl=SynapseXen_llIilllIlIIIl-SynapseXen_IllliiiIiiIIllil(3727962169,SynapseXen_iIiIilIIIIIiI)end end end;local function SynapseXen_illlilliIiilli(SynapseXen_IiiIIIiil)local SynapseXen_IIiii=1;local SynapseXen_iiililllilillli;local SynapseXen_ilIIIiIlIliiiIIllIIl;local function SynapseXen_lililIiIIilIiiiil()local SynapseXen_iiIlilllilll=SynapseXen_IIIIlIlIiIl(SynapseXen_IiiIIIiil,SynapseXen_IIiii,SynapseXen_IIiii)SynapseXen_IIiii=SynapseXen_IIiii+1;return SynapseXen_iiIlilllilll end;local function SynapseXen_iiIlliiilIiiIi()local SynapseXen_iIllllilliIlIIII,SynapseXen_IliIliiiiIlliIii,SynapseXen_llilliIlilIlIiililIi,SynapseXen_ilIiillliI=SynapseXen_IIIIlIlIiIl(SynapseXen_IiiIIIiil,SynapseXen_IIiii,SynapseXen_IIiii+3)SynapseXen_IIiii=SynapseXen_IIiii+4;return SynapseXen_ilIiillliI*16777216+SynapseXen_llilliIlilIlIiililIi*65536+SynapseXen_IliIliiiiIlliIii*256+SynapseXen_iIllllilliIlIIII end;local function SynapseXen_IilililliIlIlli()return SynapseXen_iiIlliiilIiiIi()*4294967296+SynapseXen_iiIlliiilIiiIi()end;local function SynapseXen_IiilIIillIIiiIIlIlll()local SynapseXen_lIIliIilI=SynapseXen_iiilIIiIillIIlI(SynapseXen_iiIlliiilIiiIi(),SynapseXen_iIlIIliIlliIIi[3208247346]or(function()local SynapseXen_IIiiiIlIIiil="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????"SynapseXen_iIlIIliIlliIIi[3208247346]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(2199460122,1480900766),SynapseXen_IllliiiIiiIIllil(3459140782,SynapseXen_iiIiil[7]))-string.len(SynapseXen_IIiiiIlIIiil)-#{4292729291,2886306552,3558343661,3627874505}return SynapseXen_iIlIIliIlliIIi[3208247346]end)())local SynapseXen_lIIlIlIliIiIiIIIlli=SynapseXen_iiilIIiIillIIlI(SynapseXen_iiIlliiilIiiIi(),SynapseXen_iIlIIliIlliIIi[1173042531]or(function()local SynapseXen_IIiiiIlIIiil="thats how mafia works"SynapseXen_iIlIIliIlliIIi[1173042531]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(3200373270,3773395467),SynapseXen_IllliiiIiiIIllil(774566578,SynapseXen_iiIiil[7]))-string.len(SynapseXen_IIiiiIlIIiil)-#{3889714937,2857342347,304311262,90443612}return SynapseXen_iIlIIliIlliIIi[1173042531]end)())local SynapseXen_lIiIlIiiliIiIlI=1;local SynapseXen_IIlIlIIllilIIll=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_lIIlIlIliIiIiIIIlli,1,20)*2^32+SynapseXen_lIIliIilI;local SynapseXen_IiiIiiIii=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_lIIlIlIliIiIiIIIlli,21,31)local SynapseXen_iilililIl=(-1)^SynapseXen_iiIIIlIiiiIIllli(SynapseXen_lIIlIlIliIiIiIIIlli,32)if SynapseXen_IiiIiiIii==0 then if SynapseXen_IIlIlIIllilIIll==0 then return SynapseXen_iilililIl*0 else SynapseXen_IiiIiiIii=1;SynapseXen_lIiIlIiiliIiIlI=0 end elseif SynapseXen_IiiIiiIii==2047 then if SynapseXen_IIlIlIIllilIIll==0 then return SynapseXen_iilililIl*1/0 else return SynapseXen_iilililIl*0/0 end end;return math.ldexp(SynapseXen_iilililIl,SynapseXen_IiiIiiIii-1023)*(SynapseXen_lIiIlIiiliIiIlI+SynapseXen_IIlIlIIllilIIll/2^52)end;local function SynapseXen_llllillIlllllli(SynapseXen_liiililiiIIliI)local SynapseXen_liIlIiiilIIl;if SynapseXen_liiililiiIIliI then SynapseXen_liIlIiiilIIl=SynapseXen_liiIIIi(SynapseXen_IiiIIIiil,SynapseXen_IIiii,SynapseXen_IIiii+SynapseXen_liiililiiIIliI-1)SynapseXen_IIiii=SynapseXen_IIiii+SynapseXen_liiililiiIIliI else SynapseXen_liiililiiIIliI=SynapseXen_iiililllilillli()if SynapseXen_liiililiiIIliI==0 then return""end;SynapseXen_liIlIiiilIIl=SynapseXen_liiIIIi(SynapseXen_IiiIIIiil,SynapseXen_IIiii,SynapseXen_IIiii+SynapseXen_liiililiiIIliI-1)SynapseXen_IIiii=SynapseXen_IIiii+SynapseXen_liiililiiIIliI end;return SynapseXen_liIlIiiilIIl end;local function SynapseXen_illiliilillliIlilli(SynapseXen_liIlIiiilIIl)local SynapseXen_IiIillIIIlI={}for SynapseXen_iliillIl=1,#SynapseXen_liIlIiiilIIl do local SynapseXen_iIiliiiIiillIIiI=SynapseXen_liIlIiiilIIl:sub(SynapseXen_iliillIl,SynapseXen_iliillIl)SynapseXen_IiIillIIIlI[#SynapseXen_IiIillIIIlI+1]=string.char(SynapseXen_IllliiiIiiIIllil(string.byte(SynapseXen_iIiliiiIiillIIiI),SynapseXen_iIlIIliIlliIIi[3539614089]or(function()local SynapseXen_IIiiiIlIIiil="print(bytecode)"SynapseXen_iIlIIliIlliIIi[3539614089]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(251489462,986395623),SynapseXen_IllliiiIiiIIllil(3926043057,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{4185205600,4097745033}return SynapseXen_iIlIIliIlliIIi[3539614089]end)()))end;return table.concat(SynapseXen_IiIillIIIlI)end;local function SynapseXen_lillIiIIlllIlIl()local SynapseXen_ilIlllIiil={}local SynapseXen_IiIIi={}local SynapseXen_liIiiIiIIIIiII={}local SynapseXen_IIiilIIlIiIiiiiiil={[SynapseXen_iIlIIliIlliIIi[2574407248]or(function()local SynapseXen_IIiiiIlIIiil="i put more time into this shitty list of dead memes then i did into the obfuscator itself"SynapseXen_iIlIIliIlliIIi[2574407248]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(807275013,323972851),SynapseXen_IllliiiIiiIIllil(898073613,SynapseXen_iiIiil[3]))-string.len(SynapseXen_IIiiiIlIIiil)-#{3889994806,2275599301,2077256394,1149329197,1623117799}return SynapseXen_iIlIIliIlliIIi[2574407248]end)()]=SynapseXen_liIiiIiIIIIiII,[SynapseXen_iIlIIliIlliIIi[679417383]or(function(...)local SynapseXen_IIiiiIlIIiil="xen best rerubi paste"local SynapseXen_IIillllilli=SynapseXen_liIIllilIlIlllI(3630126511,2005632051)local SynapseXen_iilliliiIiiiI={...}for SynapseXen_iliillIl,SynapseXen_IIlllliiliIiiiI in pairs(SynapseXen_iilliliiIiiiI)do local SynapseXen_iilllilIilliIIliIi;local SynapseXen_IIiIIiI=type(SynapseXen_IIlllliiliIiiiI)if SynapseXen_IIiIIiI=="number"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI elseif SynapseXen_IIiIIiI=="string"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI:len()elseif SynapseXen_IIiIIiI=="table"then SynapseXen_iilllilIilliIIliIi=SynapseXen_liIIllilIlIlllI(2762043170,1532907501)end;SynapseXen_IIillllilli=SynapseXen_IIillllilli+SynapseXen_iilllilIilliIIliIi end;SynapseXen_iIlIIliIlliIIi[679417383]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IllliiiIiiIIllil(4167196266,SynapseXen_IIillllilli),SynapseXen_IllliiiIiiIIllil(3194965612,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{3692844327,515895460}return SynapseXen_iIlIIliIlliIIi[679417383]end)({},12415,{},5755,8297,{},"IiIIlIIliIiillII",14441,10562,"IlIiIIIlIIIllllIlil")]=SynapseXen_IiIIi,[SynapseXen_iIlIIliIlliIIi[1878534805]or(function()local SynapseXen_IIiiiIlIIiil="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."SynapseXen_iIlIIliIlliIIi[1878534805]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(2687960944,3237393659),SynapseXen_IllliiiIiiIIllil(109397966,SynapseXen_iiIiil[3]))-string.len(SynapseXen_IIiiiIlIIiil)-#{3585484115,1807507600,1764613641,1070255980,3456644373,1478526120,1921391520,3131113607,2662903246,3472277003}return SynapseXen_iIlIIliIlliIIi[1878534805]end)()]=SynapseXen_ilIlllIiil}SynapseXen_lililIiIIilIiiiil()SynapseXen_lililIiIIilIiiiil()SynapseXen_IIiilIIlIiIiiiiiil[2122721655]=SynapseXen_IllliiiIiiIIllil(SynapseXen_lililIiIIilIiiiil(),SynapseXen_iIlIIliIlliIIi[1359752628]or(function(...)local SynapseXen_IIiiiIlIIiil="yed"local SynapseXen_IIillllilli=SynapseXen_liIIllilIlIlllI(2424182258,2835895639)local SynapseXen_iilliliiIiiiI={...}for SynapseXen_iliillIl,SynapseXen_IIlllliiliIiiiI in pairs(SynapseXen_iilliliiIiiiI)do local SynapseXen_iilllilIilliIIliIi;local SynapseXen_IIiIIiI=type(SynapseXen_IIlllliiliIiiiI)if SynapseXen_IIiIIiI=="number"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI elseif SynapseXen_IIiIIiI=="string"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI:len()elseif SynapseXen_IIiIIiI=="table"then SynapseXen_iilllilIilliIIliIi=SynapseXen_liIIllilIlIlllI(2077331908,2217615912)end;SynapseXen_IIillllilli=SynapseXen_IIillllilli-SynapseXen_iilllilIilliIIliIi end;SynapseXen_iIlIIliIlliIIi[1359752628]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IllliiiIiiIIllil(186841036,SynapseXen_IIillllilli),SynapseXen_IllliiiIiiIIllil(3965777600,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{243750143}return SynapseXen_iIlIIliIlliIIi[1359752628]end)(11099,{},"lIIilIiIIlIi"))SynapseXen_lililIiIIilIiiiil()SynapseXen_IIiilIIlIiIiiiiiil[988155619]=SynapseXen_IllliiiIiiIIllil(SynapseXen_lililIiIIilIiiiil(),SynapseXen_iIlIIliIlliIIi[3320094625]or(function(...)local SynapseXen_IIiiiIlIIiil="can we have an f in chat for ripull"local SynapseXen_IIillllilli=SynapseXen_liIIllilIlIlllI(2703164111,911179291)local SynapseXen_iilliliiIiiiI={...}for SynapseXen_iliillIl,SynapseXen_IIlllliiliIiiiI in pairs(SynapseXen_iilliliiIiiiI)do local SynapseXen_iilllilIilliIIliIi;local SynapseXen_IIiIIiI=type(SynapseXen_IIlllliiliIiiiI)if SynapseXen_IIiIIiI=="number"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI elseif SynapseXen_IIiIIiI=="string"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI:len()elseif SynapseXen_IIiIIiI=="table"then SynapseXen_iilllilIilliIIliIi=SynapseXen_liIIllilIlIlllI(3158805641,1136148963)end;SynapseXen_IIillllilli=SynapseXen_IIillllilli-SynapseXen_iilllilIilliIIliIi end;SynapseXen_iIlIIliIlliIIi[3320094625]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IllliiiIiiIIllil(4165396789,SynapseXen_IIillllilli),SynapseXen_IllliiiIiiIIllil(215194141,SynapseXen_iiIiil[6]))-string.len(SynapseXen_IIiiiIlIIiil)-#{2065290728,3335619139,2993385687,502550352,316167783,809607721,2148007620,2299443281}return SynapseXen_iIlIIliIlliIIi[3320094625]end)("IiIliIlIiIiIIlIlllI","IlIlIlilIlllIliii",6545,11006,4233,{},{},{}))SynapseXen_lililIiIIilIiiiil()for SynapseXen_iIliililiiIIiI=1,SynapseXen_IllliiiIiiIIllil(SynapseXen_ilIIIiIlIliiiIIllIIl(),SynapseXen_iIlIIliIlliIIi[140943121]or(function()local SynapseXen_IIiiiIlIIiil="sometimes it be like that"SynapseXen_iIlIIliIlliIIi[140943121]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(3092198621,2832736626),SynapseXen_IllliiiIiiIIllil(3644721789,SynapseXen_iiIiil[3]))-string.len(SynapseXen_IIiiiIlIIiil)-#{2892378162,2814299222,3878348305,2363781948,3832250880,3568956758,1104315162,269755632,3538938931,3306181539}return SynapseXen_iIlIIliIlliIIi[140943121]end)())do SynapseXen_iiIlliiilIiiIi()local SynapseXen_illliIlIIllIiIii=SynapseXen_lililIiIIilIiiiil()local SynapseXen_iiIillIi;if SynapseXen_illliIlIIllIiIii==(SynapseXen_iIlIIliIlliIIi[2325737412]or(function()local SynapseXen_IIiiiIlIIiil="SECURE API, IMPOSSIBLE TO BYPASS!"SynapseXen_iIlIIliIlliIIi[2325737412]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(656069878,2538075978),SynapseXen_IllliiiIiiIIllil(1466374593,SynapseXen_iiIiil[8]))-string.len(SynapseXen_IIiiiIlIIiil)-#{3631784509,3421827703,2912507551}return SynapseXen_iIlIIliIlliIIi[2325737412]end)())then SynapseXen_iiIillIi=SynapseXen_lililIiIIilIiiiil()~=0 elseif SynapseXen_illliIlIIllIiIii==(SynapseXen_iIlIIliIlliIIi[3022512298]or(function()local SynapseXen_IIiiiIlIIiil="hi xen doesn't work on sk8r please help"SynapseXen_iIlIIliIlliIIi[3022512298]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(2689353661,2231988374),SynapseXen_IllliiiIiiIIllil(4218539398,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{1608621771,3020465138,3710249956}return SynapseXen_iIlIIliIlliIIi[3022512298]end)())then SynapseXen_iiIillIi=SynapseXen_IiilIIillIIiiIIlIlll()elseif SynapseXen_illliIlIIllIiIii==(SynapseXen_iIlIIliIlliIIi[4071572166]or(function()local SynapseXen_IIiiiIlIIiil="now with shitty xor string obfuscation"SynapseXen_iIlIIliIlliIIi[4071572166]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(1960255078,2481911413),SynapseXen_IllliiiIiiIIllil(957136649,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{3962729278,59644287,726203331,1441121144,423996975}return SynapseXen_iIlIIliIlliIIi[4071572166]end)())then SynapseXen_iiIillIi=SynapseXen_liiIIIi(SynapseXen_illiliilillliIlilli(SynapseXen_llllillIlllllli()),1,-2)end;SynapseXen_IiIIi[SynapseXen_iIliililiiIIiI-1]=SynapseXen_iiIillIi end;SynapseXen_iiIlliiilIiiIi()for SynapseXen_iIliililiiIIiI=1,SynapseXen_IllliiiIiiIIllil(SynapseXen_ilIIIiIlIliiiIIllIIl(),SynapseXen_iIlIIliIlliIIi[3766409639]or(function()local SynapseXen_IIiiiIlIIiil="xen detects custom getfenv"SynapseXen_iIlIIliIlliIIi[3766409639]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(385437203,2553141587),SynapseXen_IllliiiIiiIIllil(2040226987,SynapseXen_iiIiil[8]))-string.len(SynapseXen_IIiiiIlIIiil)-#{3946465145,3776159373}return SynapseXen_iIlIIliIlliIIi[3766409639]end)())do local SynapseXen_liIli=SynapseXen_IllliiiIiiIIllil(SynapseXen_iiIlliiilIiiIi(),SynapseXen_iIlIIliIlliIIi[141705729]or(function(...)local SynapseXen_IIiiiIlIIiil="level 1 crook = luraph, level 100 boss = xen"local SynapseXen_IIillllilli=SynapseXen_liIIllilIlIlllI(4213830434,1703954794)local SynapseXen_iilliliiIiiiI={...}for SynapseXen_iliillIl,SynapseXen_IIlllliiliIiiiI in pairs(SynapseXen_iilliliiIiiiI)do local SynapseXen_iilllilIilliIIliIi;local SynapseXen_IIiIIiI=type(SynapseXen_IIlllliiliIiiiI)if SynapseXen_IIiIIiI=="number"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI elseif SynapseXen_IIiIIiI=="string"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI:len()elseif SynapseXen_IIiIIiI=="table"then SynapseXen_iilllilIilliIIliIi=SynapseXen_liIIllilIlIlllI(2260659841,2034352925)end;SynapseXen_IIillllilli=SynapseXen_IIillllilli+SynapseXen_iilllilIilliIIliIi end;SynapseXen_iIlIIliIlliIIi[141705729]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IllliiiIiiIIllil(2067080246,SynapseXen_IIillllilli),SynapseXen_IllliiiIiiIIllil(164098973,SynapseXen_iiIiil[1]))-string.len(SynapseXen_IIiiiIlIIiil)-#{395567862,3747027365,3520389456,3470829345,3354363632,825756575,4239914564,2052790715}return SynapseXen_iIlIIliIlliIIi[141705729]end)(12719,{},{},"IilIlllIIllliIIli",{},{},"iiiIlliIiIi","IIlilI",{},1617))local SynapseXen_ilill=SynapseXen_lililIiIIilIiiiil()SynapseXen_lililIiIIilIiiiil()local SynapseXen_illliIlIIllIiIii=SynapseXen_lililIiIIilIiiiil()SynapseXen_lililIiIIilIiiiil()local SynapseXen_IIliIIlilliiIillllIi={[86854898]=SynapseXen_liIli,[1215999741]=SynapseXen_ilill,[320290014]=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_liIli,1,6),[797998570]=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_liIli,7,14)}if SynapseXen_illliIlIIllIiIii==(SynapseXen_iIlIIliIlliIIi[1374703404]or(function()local SynapseXen_IIiiiIlIIiil="https://twitter.com/Ripull_RBLX/status/1059334518581145603"SynapseXen_iIlIIliIlliIIi[1374703404]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(4135630876,2883817273),SynapseXen_IllliiiIiiIIllil(3126744168,SynapseXen_iiIiil[8]))-string.len(SynapseXen_IIiiiIlIIiil)-#{1233786854,1335927681,1916571448,304225093,3644033362,3516276169,881309885}return SynapseXen_iIlIIliIlliIIi[1374703404]end)())then SynapseXen_IIliIIlilliiIillllIi[849889640]=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_liIli,24,32)SynapseXen_IIliIIlilliiIillllIi[466143446]=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_liIli,15,23)elseif SynapseXen_illliIlIIllIiIii==(SynapseXen_iIlIIliIlliIIi[2837220648]or(function(...)local SynapseXen_IIiiiIlIIiil="now comes with a free n word pass"local SynapseXen_IIillllilli=SynapseXen_liIIllilIlIlllI(1762383700,4192906257)local SynapseXen_iilliliiIiiiI={...}for SynapseXen_iliillIl,SynapseXen_IIlllliiliIiiiI in pairs(SynapseXen_iilliliiIiiiI)do local SynapseXen_iilllilIilliIIliIi;local SynapseXen_IIiIIiI=type(SynapseXen_IIlllliiliIiiiI)if SynapseXen_IIiIIiI=="number"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI elseif SynapseXen_IIiIIiI=="string"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI:len()elseif SynapseXen_IIiIIiI=="table"then SynapseXen_iilllilIilliIIliIi=SynapseXen_liIIllilIlIlllI(1745401771,2549558201)end;SynapseXen_IIillllilli=SynapseXen_IIillllilli-SynapseXen_iilllilIilliIIliIi end;SynapseXen_iIlIIliIlliIIi[2837220648]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IllliiiIiiIIllil(4042699285,SynapseXen_IIillllilli),SynapseXen_IllliiiIiiIIllil(3189969374,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{1215931527,2237942906,3285404698,3174293452,860463399,2155092501,4206391153,3375637886}return SynapseXen_iIlIIliIlliIIi[2837220648]end)("IliIIiIilillil",6242,535))then SynapseXen_IIliIIlilliiIillllIi[2129107138]=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_liIli,15,32)elseif SynapseXen_illliIlIIllIiIii==(SynapseXen_iIlIIliIlliIIi[4032401895]or(function()local SynapseXen_IIiiiIlIIiil="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"SynapseXen_iIlIIliIlliIIi[4032401895]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(2251635978,4198579283),SynapseXen_IllliiiIiiIIllil(2341632030,SynapseXen_iiIiil[4]))-string.len(SynapseXen_IIiiiIlIIiil)-#{1391000066,1106517387,3731509176,1461364668,1478380537,823339183}return SynapseXen_iIlIIliIlliIIi[4032401895]end)())then SynapseXen_IIliIIlilliiIillllIi[1845079299]=SynapseXen_iiIIIlIiiiIIllli(SynapseXen_liIli,15,32)-131071 end;SynapseXen_liIiiIiIIIIiII[SynapseXen_iIliililiiIIiI]=SynapseXen_IIliIIlilliiIillllIi end;for SynapseXen_iIliililiiIIiI=1,SynapseXen_IllliiiIiiIIllil(SynapseXen_ilIIIiIlIliiiIIllIIl(),SynapseXen_iIlIIliIlliIIi[3316751556]or(function(...)local SynapseXen_IIiiiIlIIiil="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"local SynapseXen_IIillllilli=SynapseXen_liIIllilIlIlllI(288265915,2779785409)local SynapseXen_iilliliiIiiiI={...}for SynapseXen_iliillIl,SynapseXen_IIlllliiliIiiiI in pairs(SynapseXen_iilliliiIiiiI)do local SynapseXen_iilllilIilliIIliIi;local SynapseXen_IIiIIiI=type(SynapseXen_IIlllliiliIiiiI)if SynapseXen_IIiIIiI=="number"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI elseif SynapseXen_IIiIIiI=="string"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI:len()elseif SynapseXen_IIiIIiI=="table"then SynapseXen_iilllilIilliIIliIi=SynapseXen_liIIllilIlIlllI(2506149693,1788824054)end;SynapseXen_IIillllilli=SynapseXen_IIillllilli+SynapseXen_iilllilIilliIIliIi end;SynapseXen_iIlIIliIlliIIi[3316751556]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IllliiiIiiIIllil(4207675962,SynapseXen_IIillllilli),SynapseXen_IllliiiIiiIIllil(3855044804,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{1193218664,3271543515,2762801367,3690400312,2236961149,1547067891}return SynapseXen_iIlIIliIlliIIi[3316751556]end)("ililI",3064,7232,"iI","IliiiIiIii"))do SynapseXen_ilIlllIiil[SynapseXen_iIliililiiIIiI-1]=SynapseXen_lillIiIIlllIlIl()end;return SynapseXen_IIiilIIlIiIiiiiiil end;do assert(SynapseXen_llllillIlllllli(4)=="\27Xen","Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")SynapseXen_ilIIIiIlIliiiIIllIIl=SynapseXen_iiIlliiilIiiIi;SynapseXen_iiililllilillli=SynapseXen_iiIlliiilIiiIi;local SynapseXen_IliilIil=SynapseXen_llllillIlllllli()SynapseXen_lililIiIIilIiiiil()SynapseXen_iIiIilIIIIIiI=SynapseXen_liIlIIliIlIlililIili(SynapseXen_ilIIIiIlIliiiIIllIIl())SynapseXen_lililIiIIilIiiiil()SynapseXen_iiIlliiilIiiIi()local SynapseXen_iiIIiIIlI=0;for SynapseXen_iliillIl=1,#SynapseXen_IliilIil do local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IliilIil:sub(SynapseXen_iliillIl,SynapseXen_iliillIl)SynapseXen_iiIIiIIlI=SynapseXen_iiIIiIIlI+string.byte(SynapseXen_iIiliiiIiillIIiI)end;SynapseXen_iiIIiIIlI=SynapseXen_IllliiiIiiIIllil(SynapseXen_iiIIiIIlI,SynapseXen_iIiIilIIIIIiI)for SynapseXen_iIliililiiIIiI=1,SynapseXen_lililIiIIilIiiiil()do SynapseXen_iiIiil[SynapseXen_iIliililiiIIiI]=SynapseXen_iiilIIiIillIIlI(SynapseXen_ilIIIiIlIliiiIIllIIl(),SynapseXen_iiIIiIIlI)end;SynapseXen_iIIilIIlllIiiiiIlii()end;return SynapseXen_lillIiIIlllIlIl()end;local function SynapseXen_illIIliiil(...)return SynapseXen_IliliiIillliiIl('#',...),{...}end;local function SynapseXen_IiIIiIiIiIIiIIl(SynapseXen_IIiilIIlIiIiiiiiil,SynapseXen_lIliliIIlliIIiIlI,SynapseXen_iIiIlIilIliilIlIiIIi)local SynapseXen_ilIlllIiil=SynapseXen_IIiilIIlIiIiiiiiil[SynapseXen_iIlIIliIlliIIi[1878534805]or(function()local SynapseXen_IIiiiIlIIiil="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."SynapseXen_iIlIIliIlliIIi[1878534805]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(2687960944,3237393659),SynapseXen_IllliiiIiiIIllil(109397966,SynapseXen_iiIiil[3]))-string.len(SynapseXen_IIiiiIlIIiil)-#{3585484115,1807507600,1764613641,1070255980,3456644373,1478526120,1921391520,3131113607,2662903246,3472277003}return SynapseXen_iIlIIliIlliIIi[1878534805]end)()]local SynapseXen_liIiiIiIIIIiII=SynapseXen_IIiilIIlIiIiiiiiil[SynapseXen_iIlIIliIlliIIi[2574407248]or(function()local SynapseXen_IIiiiIlIIiil="i put more time into this shitty list of dead memes then i did into the obfuscator itself"SynapseXen_iIlIIliIlliIIi[2574407248]=SynapseXen_IllliiiIiiIIllil(SynapseXen_liIIllilIlIlllI(807275013,323972851),SynapseXen_IllliiiIiiIIllil(898073613,SynapseXen_iiIiil[3]))-string.len(SynapseXen_IIiiiIlIIiil)-#{3889994806,2275599301,2077256394,1149329197,1623117799}return SynapseXen_iIlIIliIlliIIi[2574407248]end)()]local SynapseXen_IiIIi=SynapseXen_IIiilIIlIiIiiiiiil[SynapseXen_iIlIIliIlliIIi[679417383]or(function(...)local SynapseXen_IIiiiIlIIiil="xen best rerubi paste"local SynapseXen_IIillllilli=SynapseXen_liIIllilIlIlllI(3630126511,2005632051)local SynapseXen_iilliliiIiiiI={...}for SynapseXen_iliillIl,SynapseXen_IIlllliiliIiiiI in pairs(SynapseXen_iilliliiIiiiI)do local SynapseXen_iilllilIilliIIliIi;local SynapseXen_IIiIIiI=type(SynapseXen_IIlllliiliIiiiI)if SynapseXen_IIiIIiI=="number"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI elseif SynapseXen_IIiIIiI=="string"then SynapseXen_iilllilIilliIIliIi=SynapseXen_IIlllliiliIiiiI:len()elseif SynapseXen_IIiIIiI=="table"then SynapseXen_iilllilIilliIIliIi=SynapseXen_liIIllilIlIlllI(2762043170,1532907501)end;SynapseXen_IIillllilli=SynapseXen_IIillllilli+SynapseXen_iilllilIilliIIliIi end;SynapseXen_iIlIIliIlliIIi[679417383]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IllliiiIiiIIllil(4167196266,SynapseXen_IIillllilli),SynapseXen_IllliiiIiiIIllil(3194965612,SynapseXen_iIiIilIIIIIiI))-string.len(SynapseXen_IIiiiIlIIiil)-#{3692844327,515895460}return SynapseXen_iIlIIliIlliIIi[679417383]end)({},12415,{},5755,8297,{},"IiIIlIIliIiillII",14441,10562,"IlIiIIIlIIIllllIlil")]return function(...)local SynapseXen_liiIliilIi,SynapseXen_IIlIilliilil=1,-1;local SynapseXen_llllIilill,SynapseXen_IilllIIIilIIliiIiII={},SynapseXen_IliliiIillliiIl('#',...)-1;local SynapseXen_llilliIiIii=0;local SynapseXen_lliIiiIIIiI={}local SynapseXen_lIliilii={}local SynapseXen_iIIiIIl=setmetatable({},{__index=SynapseXen_lliIiiIIIiI,__newindex=function(SynapseXen_IIIiIIIlliiIIlliI,SynapseXen_liIliililIIiiill,SynapseXen_IIliIIIiIliiiIiI)if SynapseXen_liIliililIIiiill>SynapseXen_IIlIilliilil then SynapseXen_IIlIilliilil=SynapseXen_liIliililIIiiill end;SynapseXen_lliIiiIIIiI[SynapseXen_liIliililIIiiill]=SynapseXen_IIliIIIiIliiiIiI end})local function SynapseXen_IiiIIiIlIlIll()local SynapseXen_IIliIIlilliiIillllIi,SynapseXen_Ililiill;while true do SynapseXen_IIliIIlilliiIillllIi=SynapseXen_liIiiIiIIIIiII[SynapseXen_liiIliilIi]SynapseXen_Ililiill=SynapseXen_IIliIIlilliiIillllIi[1215999741]SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1;if SynapseXen_Ililiill==42 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],9,256)local SynapseXen_lIliIilill=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],23,512)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],84,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;local SynapseXen_Iilliii,SynapseXen_IIili;local SynapseXen_liIiil,SynapseXen_IiIIIIliIiliI;SynapseXen_Iilliii={}if SynapseXen_lIliIilill~=1 then if SynapseXen_lIliIilill~=0 then SynapseXen_liIiil=SynapseXen_IiilIIlIliIiliIII+SynapseXen_lIliIilill-1 else SynapseXen_liIiil=SynapseXen_IIlIilliilil end;SynapseXen_IiIIIIliIiliI=0;for SynapseXen_iIliililiiIIiI=SynapseXen_IiilIIlIliIiliIII+1,SynapseXen_liIiil do SynapseXen_IiIIIIliIiliI=SynapseXen_IiIIIIliIiliI+1;SynapseXen_Iilliii[SynapseXen_IiIIIIliIiliI]=SynapseXen_iiIlIIl[SynapseXen_iIliililiiIIiI]end;SynapseXen_liIiil,SynapseXen_IIili=SynapseXen_illIIliiil(SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII](unpack(SynapseXen_Iilliii,1,SynapseXen_liIiil-SynapseXen_IiilIIlIliIiliIII)))else SynapseXen_liIiil,SynapseXen_IIili=SynapseXen_illIIliiil(SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]())end;SynapseXen_IIlIilliilil=SynapseXen_IiilIIlIliIiliIII-1;if SynapseXen_iIiliiiIiillIIiI~=1 then if SynapseXen_iIiliiiIiillIIiI~=0 then SynapseXen_liIiil=SynapseXen_IiilIIlIliIiliIII+SynapseXen_iIiliiiIiillIIiI-2 else SynapseXen_liIiil=SynapseXen_liIiil+SynapseXen_IiilIIlIliIiliIII-1 end;SynapseXen_IiIIIIliIiliI=0;for SynapseXen_iIliililiiIIiI=SynapseXen_IiilIIlIliIiliIII,SynapseXen_liIiil do SynapseXen_IiIIIIliIiliI=SynapseXen_IiIIIIliIiliI+1;SynapseXen_iiIlIIl[SynapseXen_iIliililiiIIiI]=SynapseXen_IIili[SynapseXen_IiIIIIliIiliI]end end elseif SynapseXen_Ililiill==68 then local SynapseXen_lIliIilill=SynapseXen_lIiliIliIi(SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],70),SynapseXen_llilliIiIii,512)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[466143446],83)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],96,256)]=SynapseXen_lIliIilill+SynapseXen_iIiliiiIiillIIiI elseif SynapseXen_Ililiill==217 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],59,256)~=0;local SynapseXen_lIliIilill=SynapseXen_lIiliIliIi(SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],58,512),SynapseXen_llilliIiIii,512)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[466143446],45)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;if SynapseXen_lIliIilill<SynapseXen_iIiliiiIiillIIiI~=SynapseXen_IiilIIlIliIiliIII then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 end elseif SynapseXen_Ililiill==65 then if not not SynapseXen_iIIiIIl[SynapseXen_lIiliIliIi(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],23,256),SynapseXen_llilliIiIii,256)]==(SynapseXen_IllliiiIiiIIllil(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],112,512),SynapseXen_llilliIiIii)==0)then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 end elseif SynapseXen_Ililiill==25 then SynapseXen_lIliliIIlliIIiIlI[SynapseXen_IiIIi[SynapseXen_IlilllIlIIliIIi(SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[2129107138],181813),SynapseXen_llilliIiIii,262144)]]=SynapseXen_iIIiIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],30,256)]elseif SynapseXen_Ililiill==203 then local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[466143446],31)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],7,256)]=SynapseXen_iiIlIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[849889640],88,512)][SynapseXen_iIiliiiIiillIIiI]elseif SynapseXen_Ililiill==33 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],82)local SynapseXen_lIliIilill=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],80)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],48,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_iIiliiiIiillIIiI==0 then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1;SynapseXen_iIiliiiIiillIIiI=SynapseXen_liIiiIiIIIIiII[SynapseXen_liiIliilIi][86854898]end;local SynapseXen_IilIIilIiIilllliIl=(SynapseXen_iIiliiiIiillIIiI-1)*50;local SynapseXen_liIiiilliilIiIIliIIl=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]if SynapseXen_lIliIilill==0 then SynapseXen_lIliIilill=SynapseXen_IIlIilliilil-SynapseXen_IiilIIlIliIiliIII end;for SynapseXen_iIliililiiIIiI=1,SynapseXen_lIliIilill do SynapseXen_liIiiilliilIiIIliIIl[SynapseXen_IilIIilIiIilllliIl+SynapseXen_iIliililiiIIiI]=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+SynapseXen_iIliililiiIIiI]end elseif SynapseXen_Ililiill==24 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],91,256)local SynapseXen_lIliIilill=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],23)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;local SynapseXen_Iilliii,SynapseXen_IIili;local SynapseXen_liIiil;local SynapseXen_IiiIlIlIlilIiliIIlIi=0;SynapseXen_Iilliii={}if SynapseXen_lIliIilill~=1 then if SynapseXen_lIliIilill~=0 then SynapseXen_liIiil=SynapseXen_IiilIIlIliIiliIII+SynapseXen_lIliIilill-1 else SynapseXen_liIiil=SynapseXen_IIlIilliilil end;for SynapseXen_iIliililiiIIiI=SynapseXen_IiilIIlIliIiliIII+1,SynapseXen_liIiil do SynapseXen_Iilliii[#SynapseXen_Iilliii+1]=SynapseXen_iiIlIIl[SynapseXen_iIliililiiIIiI]end;SynapseXen_IIili={SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII](unpack(SynapseXen_Iilliii,1,SynapseXen_liIiil-SynapseXen_IiilIIlIliIiliIII))}else SynapseXen_IIili={SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]()}end;for SynapseXen_IIiIlIIiIIilIIi in next,SynapseXen_IIili do if SynapseXen_IIiIlIIiIIilIIi>SynapseXen_IiiIlIlIlilIiliIIlIi then SynapseXen_IiiIlIlIlilIiliIIlIi=SynapseXen_IIiIlIIiIIilIIi end end;return SynapseXen_IIili,SynapseXen_IiiIlIlIlilIiliIIlIi elseif SynapseXen_Ililiill==104 then if SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[2129107138],210036)==1255 then SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],43)]=SynapseXen_iIiIilIIIIIiI else SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],43)]=SynapseXen_iiIiil[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[2129107138],210036)]end elseif SynapseXen_Ililiill==187 then local SynapseXen_lIliIilill=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[849889640],76,512)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[466143446],94,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],74,256)]=SynapseXen_lIliIilill%SynapseXen_iIiliiiIiillIIiI elseif SynapseXen_Ililiill==162 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],96,256)local SynapseXen_lIliIilill=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[849889640],68,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;local SynapseXen_IiIIIIliIiliI,SynapseXen_IIiililIIllilliiiI;local SynapseXen_liIiil;if SynapseXen_lIliIilill==1 then return elseif SynapseXen_lIliIilill==0 then SynapseXen_liIiil=SynapseXen_IIlIilliilil else SynapseXen_liIiil=SynapseXen_IiilIIlIliIiliIII+SynapseXen_lIliIilill-2 end;SynapseXen_IIiililIIllilliiiI={}SynapseXen_IiIIIIliIiliI=0;for SynapseXen_iIliililiiIIiI=SynapseXen_IiilIIlIliIiliIII,SynapseXen_liIiil do SynapseXen_IiIIIIliIiliI=SynapseXen_IiIIIIliIiliI+1;SynapseXen_IIiililIIllilliiiI[SynapseXen_IiIIIIliIiliI]=SynapseXen_iiIlIIl[SynapseXen_iIliililiiIIiI]end;return SynapseXen_IIiililIIllilliiiI,SynapseXen_IiIIIIliIiliI elseif SynapseXen_Ililiill==58 then local SynapseXen_lIliIilill=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],2)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],29,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],84)]=SynapseXen_lIliIilill*SynapseXen_iIiliiiIiillIIiI elseif SynapseXen_Ililiill==204 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],49,256)~=0;local SynapseXen_lIliIilill=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],0)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[466143446],99)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;if SynapseXen_lIliIilill<=SynapseXen_iIiliiiIiillIIiI~=SynapseXen_IiilIIlIliIiliIII then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 end elseif SynapseXen_Ililiill==227 then local SynapseXen_lIIiliillIlIi=SynapseXen_ilIlllIiil[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[2129107138],242628,262144)]local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;local SynapseXen_lIllIIiIIIll;local SynapseXen_iiilIiIl;if SynapseXen_lIIiliillIlIi[2122721655]~=0 then SynapseXen_lIllIIiIIIll={}SynapseXen_iiilIiIl=setmetatable({},{__index=function(SynapseXen_IIIiIIIlliiIIlliI,SynapseXen_liIliililIIiiill)local SynapseXen_liIliiIlllIllI=SynapseXen_lIllIIiIIIll[SynapseXen_liIliililIIiiill]return SynapseXen_liIliiIlllIllI[1][SynapseXen_liIliiIlllIllI[2]]end,__newindex=function(SynapseXen_IIIiIIIlliiIIlliI,SynapseXen_liIliililIIiiill,SynapseXen_IIliIIIiIliiiIiI)local SynapseXen_liIliiIlllIllI=SynapseXen_lIllIIiIIIll[SynapseXen_liIliililIIiiill]SynapseXen_liIliiIlllIllI[1][SynapseXen_liIliiIlllIllI[2]]=SynapseXen_IIliIIIiIliiiIiI end})for SynapseXen_iIliililiiIIiI=1,SynapseXen_lIIiliillIlIi[2122721655]do local SynapseXen_liiiI=SynapseXen_liIiiIiIIIIiII[SynapseXen_liiIliilIi]if SynapseXen_liiiI[1215999741]==248 then SynapseXen_lIllIIiIIIll[SynapseXen_iIliililiiIIiI-1]={SynapseXen_iiIlIIl,SynapseXen_IllliiiIiiIIllil(SynapseXen_liiiI[849889640],92)}elseif SynapseXen_liiiI[1215999741]==9 then SynapseXen_lIllIIiIIIll[SynapseXen_iIliililiiIIiI-1]={SynapseXen_iIiIlIilIliilIlIiIIi,SynapseXen_IllliiiIiiIIllil(SynapseXen_liiiI[849889640],29)}end;SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 end;SynapseXen_lIliilii[#SynapseXen_lIliilii+1]=SynapseXen_lIllIIiIIIll end;SynapseXen_iiIlIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],43,256)]=SynapseXen_IiIIiIiIiIIiIIl(SynapseXen_lIIiliillIlIi,SynapseXen_lIliliIIlliIIiIlI,SynapseXen_iiilIiIl)elseif SynapseXen_Ililiill==109 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],95,256)local SynapseXen_lIliIilill=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],44,512)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[466143446],120,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+1]=SynapseXen_lIliIilill;SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]=SynapseXen_lIliIilill[SynapseXen_iIiliiiIiillIIiI]elseif SynapseXen_Ililiill==67 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_lIiliIliIi(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],79,256),SynapseXen_llilliIiIii,256)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]=assert(tonumber(SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]),'`for` initial value must be a number')SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+1]=assert(tonumber(SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+1]),'`for` limit must be a number')SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+2]=assert(tonumber(SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+2]),'`for` step must be a number')SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]-SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+2]SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+SynapseXen_IIliIIlilliiIillllIi[1845079299]elseif SynapseXen_Ililiill==222 then local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;local SynapseXen_lIliIilill=SynapseXen_IllliiiIiiIIllil(SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],84,512),SynapseXen_llilliIiIii)local SynapseXen_iiiiIllllIIliiilllil=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]for SynapseXen_iIliililiiIIiI=SynapseXen_lIliIilill+1,SynapseXen_lIiliIliIi(SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[466143446],56),SynapseXen_llilliIiIii,512)do SynapseXen_iiiiIllllIIliiilllil=SynapseXen_iiiiIllllIIliiilllil..SynapseXen_iiIlIIl[SynapseXen_iIliililiiIIiI]end;SynapseXen_iIIiIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],71,256)]=SynapseXen_iiiiIllllIIliiilllil elseif SynapseXen_Ililiill==117 then SynapseXen_iIIiIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],112,256),SynapseXen_llilliIiIii,256)]=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],121)~=0;if SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[466143446],64,512)~=0 then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 end elseif SynapseXen_Ililiill==60 then SynapseXen_iIIiIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],80,256)]=not SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],95)]elseif SynapseXen_Ililiill==178 then local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;for SynapseXen_iIliililiiIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],57,256),SynapseXen_IlilllIlIIliIIi(SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],24,512),SynapseXen_llilliIiIii,512)do SynapseXen_iiIlIIl[SynapseXen_iIliililiiIIiI]=nil end elseif SynapseXen_Ililiill==9 then SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],118)]=SynapseXen_iIiIlIilIliilIlIiIIi[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],29)]elseif SynapseXen_Ililiill==91 then local SynapseXen_lIliIilill=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[849889640],2,512)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],26,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],62,256)]=SynapseXen_lIliIilill-SynapseXen_iIiliiiIiillIIiI elseif SynapseXen_Ililiill==173 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],83,256)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],81,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;local SynapseXen_IilIIilIiIilllliIl=SynapseXen_IiilIIlIliIiliIII+2;local SynapseXen_liIiIIIllIiillIIilI={SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII](SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+1],SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+2])}for SynapseXen_iIliililiiIIiI=1,SynapseXen_iIiliiiIiillIIiI do SynapseXen_iIIiIIl[SynapseXen_IilIIilIiIilllliIl+SynapseXen_iIliililiiIIiI]=SynapseXen_liIiIIIllIiillIIilI[SynapseXen_iIliililiiIIiI]end;if SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+3]~=nil then SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+2]=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+3]else SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 end elseif SynapseXen_Ililiill==46 then SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],4)]=-SynapseXen_iIIiIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[849889640],119,512)]elseif SynapseXen_Ililiill==237 then SynapseXen_iIIiIIl[SynapseXen_lIiliIliIi(SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],96,256),SynapseXen_llilliIiIii,256)]=SynapseXen_IiIIi[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[2129107138],141468,262144)]elseif SynapseXen_Ililiill==154 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],86,256)~=0;local SynapseXen_lIliIilill=SynapseXen_IllliiiIiiIIllil(SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],58,512),SynapseXen_llilliIiIii)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],125,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;if SynapseXen_lIliIilill==SynapseXen_iIiliiiIiillIIiI~=SynapseXen_IiilIIlIliIiliIII then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 end elseif SynapseXen_Ililiill==41 then local SynapseXen_lIliIilill,SynapseXen_iIiliiiIiillIIiI=SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],3,512),SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],45,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],88,256)][SynapseXen_lIliIilill]=SynapseXen_iIiliiiIiillIIiI elseif SynapseXen_Ililiill==208 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_IlilllIlIIliIIi(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],57,256),SynapseXen_llilliIiIii,256)local SynapseXen_IIliIIIIIIil={}for SynapseXen_iIliililiiIIiI=1,#SynapseXen_lIliilii do local SynapseXen_liIliIliiil=SynapseXen_lIliilii[SynapseXen_iIliililiiIIiI]for SynapseXen_ililiIIiiIlIIi=0,#SynapseXen_liIliIliiil do local SynapseXen_lIiiIlllIiI=SynapseXen_liIliIliiil[SynapseXen_ililiIIiiIlIIi]local SynapseXen_iiIlIIl=SynapseXen_lIiiIlllIiI[1]local SynapseXen_IIiii=SynapseXen_lIiiIlllIiI[2]if SynapseXen_iiIlIIl==SynapseXen_iIIiIIl and SynapseXen_IIiii>=SynapseXen_IiilIIlIliIiliIII then SynapseXen_IIliIIIIIIil[SynapseXen_IIiii]=SynapseXen_iiIlIIl[SynapseXen_IIiii]SynapseXen_lIiiIlllIiI[1]=SynapseXen_IIliIIIIIIil end end end elseif SynapseXen_Ililiill==71 then SynapseXen_iIiIlIilIliilIlIiIIi[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],121,512)]=SynapseXen_iIIiIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],94,256)]elseif SynapseXen_Ililiill==79 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],106)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;local SynapseXen_IIililiIIillliliI=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+2]local SynapseXen_IIiIlIIiIIilIIi=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]+SynapseXen_IIililiIIillliliI;SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII]=SynapseXen_IIiIlIIiIIilIIi;if SynapseXen_IIililiIIillliliI>0 then if SynapseXen_IIiIlIIiIIilIIi<=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+1]then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+SynapseXen_IIliIIlilliiIillllIi[1845079299]SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+3]=SynapseXen_IIiIlIIiIIilIIi end else if SynapseXen_IIiIlIIiIIilIIi>=SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+1]then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+SynapseXen_IIliIIlilliiIillllIi[1845079299]SynapseXen_iiIlIIl[SynapseXen_IiilIIlIliIiliIII+3]=SynapseXen_IIiIlIIiIIilIIi end end elseif SynapseXen_Ililiill==241 then SynapseXen_llilliIiIii=SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],118)]elseif SynapseXen_Ililiill==36 then local SynapseXen_lIliIilill=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],110)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],2,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[797998570],37,256)]=SynapseXen_lIliIilill/SynapseXen_iIiliiiIiillIIiI elseif SynapseXen_Ililiill==198 then SynapseXen_iIIiIIl[SynapseXen_lIiliIliIi(SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],12),SynapseXen_llilliIiIii,256)]={}elseif SynapseXen_Ililiill==230 then local SynapseXen_lIliIilill=SynapseXen_lIiliIliIi(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[849889640],21,512),SynapseXen_llilliIiIii,512)local SynapseXen_iIiliiiIiillIIiI=SynapseXen_IlilllIlIIliIIi(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],67,512),SynapseXen_llilliIiIii,512)local SynapseXen_iiIlIIl=SynapseXen_iIIiIIl;if SynapseXen_lIliIilill>255 then SynapseXen_lIliIilill=SynapseXen_IiIIi[SynapseXen_lIliIilill-256]else SynapseXen_lIliIilill=SynapseXen_iiIlIIl[SynapseXen_lIliIilill]end;if SynapseXen_iIiliiiIiillIIiI>255 then SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiIIi[SynapseXen_iIiliiiIiillIIiI-256]else SynapseXen_iIiliiiIiillIIiI=SynapseXen_iiIlIIl[SynapseXen_iIiliiiIiillIIiI]end;SynapseXen_iiIlIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],107,256)]=SynapseXen_lIliIilill^SynapseXen_iIiliiiIiillIIiI elseif SynapseXen_Ililiill==54 then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+SynapseXen_IIliIIlilliiIillllIi[1845079299]elseif SynapseXen_Ililiill==248 then SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],100)]=SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],92)]elseif SynapseXen_Ililiill==242 then local SynapseXen_lIliIilill=SynapseXen_iIIiIIl[SynapseXen_lIiliIliIi(SynapseXen_IIliIIlilliiIillllIi[849889640],32,512)]if not not SynapseXen_lIliIilill==(SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[466143446],85,512)==0)then SynapseXen_liiIliilIi=SynapseXen_liiIliilIi+1 else SynapseXen_iIIiIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],36),SynapseXen_llilliIiIii,256)]=SynapseXen_lIliIilill end elseif SynapseXen_Ililiill==253 then SynapseXen_iIIiIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],41,256)]=SynapseXen_lIliliIIlliIIiIlI[SynapseXen_IiIIi[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[2129107138],83472)]]elseif SynapseXen_Ililiill==157 then SynapseXen_iIIiIIl[SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[797998570],28,256)]=#SynapseXen_iIIiIIl[SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[849889640],71)]elseif SynapseXen_Ililiill==139 then local SynapseXen_IiilIIlIliIiliIII=SynapseXen_IllliiiIiiIIllil(SynapseXen_IIliIIlilliiIillllIi[797998570],43)local SynapseXen_lIliIilill=SynapseXen_IlilllIlIIliIIi(SynapseXen_IIliIIlilliiIillllIi[849889640],14,512)local SynapseXen_iiIlIIl,SynapseXen_llliliiiilll=SynapseXen_iIIiIIl,SynapseXen_llllIilill;SynapseXen_IIlIilliilil=SynapseXen_IiilIIlIliIiliIII-1;for SynapseXen_iIliililiiIIiI=SynapseXen_IiilIIlIliIiliIII,SynapseXen_IiilIIlIliIiliIII+(SynapseXen_lIliIilill>0 and SynapseXen_lIliIilill-1 or SynapseXen_IilllIIIilIIliiIiII)do SynapseXen_iiIlIIl[SynapseXen_iIliililiiIIiI]=SynapseXen_llliliiiilll[SynapseXen_iIliililiiIIiI-SynapseXen_IiilIIlIliIiliIII]end end end end;local SynapseXen_Iilliii={...}for SynapseXen_iIliililiiIIiI=0,SynapseXen_IilllIIIilIIliiIiII do if SynapseXen_iIliililiiIIiI>=SynapseXen_IIiilIIlIiIiiiiiil[988155619]then SynapseXen_llllIilill[SynapseXen_iIliililiiIIiI-SynapseXen_IIiilIIlIiIiiiiiil[988155619]]=SynapseXen_Iilliii[SynapseXen_iIliililiiIIiI+1]else SynapseXen_iIIiIIl[SynapseXen_iIliililiiIIiI]=SynapseXen_Iilliii[SynapseXen_iIliililiiIIiI+1]end end;local SynapseXen_lIliIilill,SynapseXen_iIiliiiIiillIIiI=SynapseXen_IiiIIiIlIlIll()if SynapseXen_lIliIilill and SynapseXen_iIiliiiIiillIIiI>0 then return unpack(SynapseXen_lIliIilill,1,SynapseXen_iIiliiiIiillIIiI)end;return end end;local function SynapseXen_IlllilIlIIiilIl(SynapseXen_liilIiiI,SynapseXen_lIliliIIlliIIiIlI)local SynapseXen_lIilIililiIIlliII=SynapseXen_illlilliIiilli(SynapseXen_liilIiiI)return SynapseXen_IiIIiIiIiIIiIIl(SynapseXen_lIilIililiIIlliII,SynapseXen_lIliliIIlliIIiIlI or getfenv(0)),SynapseXen_lIilIililiIIlliII end;return SynapseXen_IlllilIlIIiilIl(SynapseXen_IliIiliIiliiIIlIl("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"),getfenv())()
3609end)
3610
3611StopFarm.MouseButton1Down:connect(function()
3612 _G.autofarm = false
3613end)
3614
3615unlimited.MouseButton1Down:connect(function()
3616 local Plr = game:GetService("Players").LocalPlayer
3617local Mouse = Plr:GetMouse()
3618local Block = ""
3619local iBlock = nil
3620local ED = true
3621local CON = Color3.new(0.0588235, 0.203922, 0.0509804)
3622local COFF = Color3.new(0.203922, 0.0588235, 0.0588235)
3623local BuildABoatForTreasure = Instance.new("ScreenGui")
3624local BTN = Instance.new("TextButton")
3625
3626local function RV()
3627local res = ""
3628for i = 1, 20 do
3629res = res .. string.char(math.random(97, 122))
3630end
3631return res
3632end
3633
3634BuildABoatForTreasure.Name = RV()
3635BuildABoatForTreasure.Parent = game.CoreGui
3636BuildABoatForTreasure.ResetOnSpawn = false
3637
3638BTN.Name = RV()
3639BTN.Parent = BuildABoatForTreasure
3640BTN.BackgroundColor3 = CON
3641BTN.BackgroundTransparency = 0.30000001192093
3642BTN.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
3643BTN.BorderSizePixel = 2
3644BTN.Position = UDim2.new(0, 0, 0.819734335, 0)
3645BTN.Size = UDim2.new(0, 73, 0, 19)
3646BTN.Font = Enum.Font.Code
3647BTN.Text = " ENABLED"
3648BTN.TextColor3 = Color3.new(1, 1, 1)
3649BTN.TextSize = 16
3650BTN.TextXAlignment = Enum.TextXAlignment.Left
3651
3652BTN.MouseButton1Down:Connect(function()
3653if ED then
3654ED = false
3655BTN.BackgroundColor3 = COFF
3656 BTN.Text = " DISABLED"
3657BTN.Size = UDim2.new(0, 80, 0, 19)
3658else
3659ED = true
3660BTN.BackgroundColor3 = CON
3661 BTN.Text = " ENABLED"
3662BTN.Size = UDim2.new(0, 73, 0, 19)
3663end
3664end)
3665
3666local function refresh()
3667while wait(2)do
3668if ED then
3669for i,v in pairs(game.Workspace:GetChildren())do
3670if v:FindFirstChild("Tag") then
3671if v:FindFirstChild("Tag").Value == "" then
3672iBlock = v
3673end
3674end
3675end
3676for i,b in pairs(game.Players.LocalPlayer.PlayerGui.BuildGui.ScrollingFrame.BlocksFrame:GetChildren())do
3677if b.Name == "Selected" or b.Name == "UIGridLayout" or b.Name == "GamePadSelectLocalScript" then else
3678b.Visible = true
3679end
3680end
3681end
3682end
3683end
3684
3685local function GetNum()
3686return game.Players.LocalPlayer.PlayerGui.BuildGui.ScrollingFrame.BlocksFrame[Block].Amount.Value
3687end
3688
3689local this = Instance.new("Model", game.Workspace)
3690this.Name = RV()
3691local this2 = Instance.new("Part", this)
3692this2.Name = "PPart"
3693
3694Mouse.Button1Down:connect(function()
3695if game.Workspace[Plr.Name]:FindFirstChild("BuildingTool")and ED then
3696Block = game.Players.LocalPlayer.PlayerGui.BuildGui.ScrollingFrame.BlocksFrame.Selected.Value
3697game.Workspace[Plr.Name]:FindFirstChild("BuildingTool").RF:InvokeServer(unpack({Block, GetNum(), this.PPart, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), 3, true, 17, iBlock:GetModelCFrame()}))
3698end
3699end)
3700
3701Plr:GetMouse().KeyDown:connect(function(key)
3702if key == 'q' and ED then
3703if Mouse.Target then
3704Plr.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
3705end
3706end
3707end)
3708refresh()
3709--Scelt got this do you! but not a real owner of it thought.
3710end)