· 4 years ago · Mar 03, 2021, 04:18 AM
1-- CONFIG THIS BEFORE INJECTING!
2-- CONFIG THIS BEFORE INJECTING!
3-- CONFIG THIS BEFORE INJECTING!
4
5local AllowMessages = true -- This cant be toggled when injected!
6local ShortcutProtectedMSG = false -- EPIC custom GUI! (SERVER SIDED)
7local Rank = "User" -- Your shortcut custom rank
8local allowads = true -- Let us put our discord in some commands (Clearlogs, Anticrash msg, etc)
9local AllowTeleportsToShortcutHub = false -- Disabling this will stop all shortcut game teleports
10
11-- SnowClan_8342 Owns this script.
12-- BTW join us! https://discord.gg/bFfMUDQYDT
13
14function startupScripts() -- Everything in here will be ran LAST!(Great for your after inject scripts idk xd)
15 game.Players:Chat(";perm")
16end
17
18function mods() -- Everything in here will be ran BEFORE finishing code (For mods)
19 -- You can find mods in our discord
20end
21
22-- CONFIG THIS BEFORE INJECTING!
23-- CONFIG THIS BEFORE INJECTING!
24-- CONFIG THIS BEFORE INJECTING!
25
26-- ANTIS!
27-- ANTIS!
28local anticrashVG = true -- Stop peole from crashing the server with the vampiretool (;crash supported)
29local antijailgearban = true -- fix the jail gear (Mostly)
30local antigrayscale = true -- If it finds the grayscale it removes it for you
31local antikill = true -- anti death? idk xd
32local antijail = true -- Remove your jail.
33local mymusiconly = false -- Force your music onto peoples ears
34local mymusiconly_ID = 0 -- mymusiconly song ID
35local antilogs = false -- Clears logs when someone opens it!
36local Superlogs = false -- Every chat /w /t /c /e etc will print into console
37local everyonecommands = false -- A little chatbot/command system for people without shortcut!
38local padsEnforcement = false -- Resets the pad if someone has more then one pad.
39local antiattach = false -- Resets people when they try to attach to something
40local antivoid = false -- Teleport back up when you hit -7 or under.
41-- ANTIS!
42-- ANTIS!
43
44
45
46local prefix = ";" -- ONE PREFIX CHAR ONLY!
47
48local fkick = false
49local fkickmsg = ";kick "
50local fkick_keybind = "k"
51
52local antikick = true -- enabled for protection xd
53local antikick_keybind = "p"
54
55local pads_keybind = "n"
56local teleport_keybind = "b"
57local respawn_keybind = "v"
58local reset_keybind = "c"
59local forcefield_keybind = "x"
60local fly_keybind = "z"
61local AttachTO_keybind = "m"
62local gravity_keybind = "None" -- Secret keybind
63local AttachDelete_keybind = ""
64local allowcrash = false
65
66local oofkohlsPmSpam = game:HttpGet("https://pastebin.com/raw/d7eTDKbJ")
67local onekspaces = " "
68local crashall_Text = onekspaces.."g"..onekspaces.."g"..onekspaces.."g"..onekspaces.."g"..onekspaces.."g"..onekspaces
69
70Quotes = {"i completely cleared a khols admin server","What every tool in AdminJoy looks like when doing the command ;alltools","ayyyyy i have the owner of admin joy","he is my friend","ClassicClient-source","DDOSER-APRIL2-PATCH.exe","FastColoredTextBox.dll","Best MCPE hack IS shortcut :D","Powered by muffins","gg ez kid","Use the force bitch, Use the force.","I hope you've had a nice start to the week.","raw/d7eTDKbJ","Burned bitch!","ow they dont know u?","bitch","heart","my","steal","Fuck you -Ex_zivye(NOT REALLY)","you can also get private info via exif","i hope u didnt add for clearlogs I word cuz ill hate u",";kill all, What why no work?!?!?!?!",";fly plzz",":shrek me",":admin me",":fly","\"Commands\"","yo mama xd","Hi! So, you know on ragdoll, I wanna do that baloon thing, do you know how-",";fly","you okay? also, im here to help. if you need help, tell me!","no joke tho- im here to help you if you need help-","Remove the l from clock-","viewing logs I see","aDmIn mE", "Hey bitch~","Shortcuts the best MC hack","Fortnite sucks.","Only I can clearlogs","Adminjoy users aren't bright","Do Win+X for perm!","IM GAMERBOY80!","nice bobs","What are you doing step bro!","local dick = \"NONE\"","May i put my token next to yours...","Among.Us.v2020.11.17s","i have a working kick script","Yo anyone","omg nooooo!!!!","PEE","this will be a roblox id in less then 3 days","Subway Sexist - Subway Surfers Rap"," German SpongeBob [EARRAPE] ","Why do i get more suggestions from shortcuts general then its suggestions channel...","can someone tell me a free excuter i can use?","[Content Deleted]","#### YOU #####","Laamy we in da same server what a goat","what is #other-scripts for","wearedevs.net = VIRUS","Im bored, learn lua.","function ChangeColour(Part, Colour)","omg11!!1","the only differents is when he sees me he stands there tripping me ;-;","i met admin joy wner too!1 !11","easyexploits.dll","yes heres so not virus.exe [FILE.txt]","OMG YOU ARE HACKER?1?11/!?/1/!?","Make anti-tp (Im trying)","Took me all fucking day to get this shit","Whats that step br- WHAT!","HACOR!?!?!??!!??","laamy is hacer","i dont think wkick works","[Laggy Text Here]","i-, wdym????"}
71
72local crashall = false
73local teskking = false
74local Wteskking = "none"
75local wkicking = false
76local Wwkicking = "none"
77local spamming = false
78local Wspamming = "nothing"
79
80local mousee = game.Players.LocalPlayer:GetMouse()
81local Players = game:GetService("Players")
82local mod_Data = nil -- Dont edit this is how the mod gets data like shortcuts prefix or modules toggled.
83
84local Game_Folder = game:GetService("Workspace").Terrain["_Game"]
85local Workspace_Folder = Game_Folder.Workspace
86local Admin_Folder = Game_Folder.Admin
87local Stable_Check = false
88local v1 = "PaintPart"
89
90mousee.KeyDown:connect(function(key)
91 if key:lower() == AttachTO_keybind then
92 logn("Attached to object")
93 if mousee.Target then
94 local target = mousee.Target
95 function movepart()
96 local cf = game.Players.LocalPlayer.Character.HumanoidRootPart
97 local looping = true
98 spawn(function()
99 while true do
100 game:GetService('RunService').Heartbeat:Wait()
101 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
102 cf.CFrame = target.CFrame * CFrame.new(-1*(target.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
103 if not looping then break end
104 end
105 end)
106 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
107 wait(0.25)
108 looping = false
109 end
110 movepart()
111 end
112 end
113
114 if key:lower() == AttachDelete_keybind then
115 logn("Attached to object")
116 if mousee.Target then
117 local target = mousee.Target
118 function movepart()
119 local cf = game.Players.LocalPlayer.Character.HumanoidRootPart
120 local looping = true
121 spawn(function()
122 while true do
123 game:GetService('RunService').Heartbeat:Wait()
124 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
125 cf.CFrame = target.CFrame * CFrame.new(-1*(target.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
126 if not looping then break end
127 end
128 end)
129 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
130 wait(0.25)
131 looping = false
132 game.Players:Chat(prefix..'super skydive me')
133 wait(1)
134 game.Players:Chat(prefix..'spam tp me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me,me')
135 wait(5)
136 game.Players:Chat(prefix..'stop')
137 wait(0.25)
138 game.Players:Chat('respawn me')
139 end
140 movepart()
141 end
142 end
143
144 if key:lower() == fkick_keybind then
145 kicking()
146 end
147 if key:lower() == antikick_keybind then
148 antikicking()
149 end
150 if key:lower() == respawn_keybind then
151 game.Players:Chat("respawn me")
152 end
153 if key:lower() == reset_keybind then
154 game.Players:Chat("reset me")
155 end
156 if key:lower() == forcefield_keybind then
157 game.Players:Chat("ff me")
158 end
159 if key:lower() == gravity_keybind then
160 loadstring(game:HttpGet("https://pastebin.com/raw/geUZHr7B"))()
161 end
162 if key:lower() == fly_keybind then
163 game.Players:Chat("fly me")
164 end
165 if key:lower() == teleport_keybind then
166 game.Players:Chat("tp me me me")
167 end
168 if key:lower() == pads_keybind then
169 game.Players:Chat(prefix.."pads")
170 end
171end)
172
173function kicking()
174 fkick = not fkick
175 if fkick == true then
176 print("Kicking: Enabled")
177 logn("Kicking Enabled", "Ok")
178 elseif fkick == false then
179 print("Kicking: Disabled")
180 logn("Kicking Disabled", "Ok")
181 end
182end
183
184function antikicking()
185 antikick = not antikick
186 if antikick == true then
187 print("AntiCrash: Enabled")
188 logn("AntiCrash Enabled", "Ok")
189 elseif antikick == false then
190 print("AntiCrash: Disabled")
191 logn("AntiCrash Disabled", "Ok")
192 end
193end
194
195function logn(msg)
196 game.StarterGui:SetCore("SendNotification", {
197 Title = "ShortCut";
198 Text = msg;
199 Duration = 5;
200 })
201end
202
203Players.PlayerAdded:Connect(function(player)
204 start(player)
205 spawn(function()
206 if player.Name == "SnowClan_8342" then
207 say("The owner of shortcut has joined the game! (SnowClan_8342)")
208 end
209 end)
210end)
211
212
213logn("Thanks for using ShortCuts :)")
214
215local function GetPad(msg)
216 while PadCheck == true do
217 wait(0)
218 if not game:GetService("Workspace").Terrain["_Game"].Admin.Pads:FindFirstChild(game.Players.LocalPlayer.Name .. "'s admin") then
219 if game:GetService("Workspace").Terrain["_Game"].Admin.Pads:FindFirstChild("Touch to get admin") then
220 local pad = game:GetService("Workspace").Terrain["_Game"].Admin.Pads:FindFirstChild("Touch to get admin"):FindFirstChild("Head")
221 local padCFrame = game:GetService("Workspace").Terrain["_Game"].Admin.Pads:FindFirstChild("Touch to get admin"):FindFirstChild("Head").CFrame
222 wait(0.125)
223 pad.CanCollide = false
224 repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
225 pad.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
226 wait(0.125)
227 pad.CFrame = padCFrame
228 pad.CanCollide = true
229 else
230 fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0)
231 end
232 end
233 end
234end
235
236Players.LocalPlayer.Chatted:Connect(function(msg)
237 CancelTeleport = true
238 local amount = nil
239 if string.sub(msg:lower(), 0, 5) == prefix.."rrej" then
240 local x = {}
241 for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do
242 if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then
243 x[#x + 1] = v.id
244 amount = v.playing
245 end
246 end
247 if #x > 0 then
248 say("Joining a server with "..amount.." Players")
249 wait(0.25)
250 game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)])
251 else
252 logn("Unable to Locate Server")
253 end
254 end
255
256 if string.sub(msg:lower(), 0, 4) == prefix.."rjg" then
257 local x = {}
258 local amount = nil
259 for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do
260 if type(v) == "table" and v.playing == tonumber(string.sub(msg:lower(),6)) and v.id ~= game.JobId then
261 x[#x + 1] = v.id
262 amount = tonumber(string.sub(msg:lower(),6))
263 end
264 end
265 if #x > 0 then
266 say("Joining a server with "..amount.." Players")
267 wait(0.25)
268 game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)])
269 else
270 logn("Unable to Locate Server")
271 end
272 end
273
274 if string.sub(msg:lower(), 0, 4) == prefix.."srj" then
275 game.Players:Chat(prefix.."rjg 1")
276 game.Players:Chat(prefix.."rjg 2")
277 game.Players:Chat(prefix.."rjg 3")
278 game.Players:Chat(prefix.."rjg 4")
279 end
280
281 if string.sub(msg:lower(), 0, 4) == prefix.."sch" then
282 gotoShortcutHub("Requested", 1) -- Go to shortcuts main hub for rejoining
283 end
284
285 if string.sub(msg:lower(), 0, 19) == prefix.."color all original" then
286 game.Players:Chat("gear me 00000000000000000018474459")
287 wait(1)
288 game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.PaintBucket)
289 wait(0.25)
290 local remote = game:GetService("Workspace")[game:GetService("Players").LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls
291 for i,v in pairs(game.Workspace.Terrain["_Game"].Workspace:GetChildren()) do
292 spawn(function()
293 if v:IsA("Part") then
294 local v4 =
295 {
296 ["Part"] = v,
297 ["Color"] = transformToColor3(BrickColor.new("Bright green"))
298 }
299 remote:InvokeServer(v1, v4)
300 end
301 end)
302 end
303
304
305 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
306
307
308 for i,v in pairs(game.Workspace.Terrain["_Game"].Workspace["Admin Dividers"]:GetChildren()) do
309 spawn(function()
310 if v:IsA("Part") then
311 local v5 =
312 {
313 ["Part"] = v,
314 ["Color"] = transformToColor3(BrickColor.new("Dark stone grey"))
315 }
316 remote:InvokeServer(v1, v5)
317 end
318 end)
319 end
320
321
322 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
323
324
325 for i,v in pairs(game.Workspace.Terrain["_Game"].Workspace["Basic House"]:GetDescendants()) do
326 if v:IsA("Part") then
327 spawn(function()
328 if v.Name == "SmoothBlockModel103" or v.Name == "SmoothBlockModel105" or v.Name == "SmoothBlockModel106" or v.Name == "SmoothBlockModel108" or v.Name == "SmoothBlockModel11" or v.Name == "SmoothBlockModel113" or v.Name == "SmoothBlockModel114" or v.Name == "SmoothBlockModel115" or v.Name == "SmoothBlockModel116" or v.Name == "SmoothBlockModel118" or v.Name == "SmoothBlockModel122" or v.Name == "SmoothBlockModel126" or v.Name == "SmoothBlockModel129" or v.Name == "SmoothBlockModel13" or v.Name == "SmoothBlockModel130" or v.Name == "SmoothBlockModel131" or v.Name == "SmoothBlockModel132" or v.Name == "SmoothBlockModel134" or v.Name == "SmoothBlockModel135" or v.Name == "SmoothBlockModel14" or v.Name == "SmoothBlockModel140" or v.Name == "SmoothBlockModel142" or v.Name == "SmoothBlockModel147" or v.Name == "SmoothBlockModel15" or v.Name == "SmoothBlockModel154" or v.Name == "SmoothBlockModel155" or v.Name == "SmoothBlockModel164" or v.Name == "SmoothBlockModel166" or v.Name == "SmoothBlockModel173" or v.Name == "SmoothBlockModel176" or v.Name == "SmoothBlockModel179" or v.Name == "SmoothBlockModel185" or v.Name == "SmoothBlockModel186" or v.Name == "SmoothBlockModel190" or v.Name == "SmoothBlockModel191" or v.Name == "SmoothBlockModel196" or v.Name == "SmoothBlockModel197" or v.Name == "SmoothBlockModel198" or v.Name == "SmoothBlockModel20" or v.Name == "SmoothBlockModel201" or v.Name == "SmoothBlockModel203" or v.Name == "SmoothBlockModel205" or v.Name == "SmoothBlockModel207" or v.Name == "SmoothBlockModel208" or v.Name == "SmoothBlockModel209" or v.Name == "SmoothBlockModel210" or v.Name == "SmoothBlockModel211" or v.Name == "SmoothBlockModel213" or v.Name == "SmoothBlockModel218" or v.Name == "SmoothBlockModel22" or v.Name == "SmoothBlockModel223" or v.Name == "SmoothBlockModel224" or v.Name == "SmoothBlockModel226" or v.Name == "SmoothBlockModel26" or v.Name == "SmoothBlockModel29" or v.Name == "SmoothBlockModel30" or v.Name == "SmoothBlockModel31" or v.Name == "SmoothBlockModel36" or v.Name == "SmoothBlockModel37" or v.Name == "SmoothBlockModel38" or v.Name == "SmoothBlockModel39" or v.Name == "SmoothBlockModel41" or v.Name == "SmoothBlockModel48" or v.Name == "SmoothBlockModel49" or v.Name == "SmoothBlockModel51" or v.Name == "SmoothBlockModel56" or v.Name == "SmoothBlockModel67" or v.Name == "SmoothBlockModel68" or v.Name == "SmoothBlockModel69" or v.Name == "SmoothBlockModel70" or v.Name == "SmoothBlockModel72" or v.Name == "SmoothBlockModel75" or v.Name == "SmoothBlockModel8" or v.Name == "SmoothBlockModel81" or v.Name == "SmoothBlockModel85" or v.Name == "SmoothBlockModel93" or v.Name == "SmoothBlockModel98" then
329 local v6 =
330 {
331 ["Part"] = v,
332 ["Color"] = transformToColor3(BrickColor.new("Brick yellow"))
333 }
334 remote:InvokeServer(v1, v6)
335 end
336
337 if v.Name == "SmoothBlockModel40" then
338 local v7 =
339 {
340 ["Part"] = v,
341 ["Color"] = transformToColor3(BrickColor.new("Bright green"))
342 }
343 remote:InvokeServer(v1, v7)
344 end
345
346 if v.Name == "SmoothBlockModel100" or v.Name == "SmoothBlockModel102" or v.Name == "SmoothBlockModel104" or v.Name == "SmoothBlockModel107" or v.Name == "SmoothBlockModel109" or v.Name == "SmoothBlockModel110" or v.Name == "SmoothBlockModel111" or v.Name == "SmoothBlockModel119" or v.Name == "SmoothBlockModel12" or v.Name == "SmoothBlockModel120" or v.Name == "SmoothBlockModel123" or v.Name == "SmoothBlockModel124" or v.Name == "SmoothBlockModel125" or v.Name == "SmoothBlockModel127" or v.Name == "SmoothBlockModel128" or v.Name == "SmoothBlockModel133" or v.Name == "SmoothBlockModel136" or v.Name == "SmoothBlockModel137" or v.Name == "SmoothBlockModel138" or v.Name == "SmoothBlockModel139" or v.Name == "SmoothBlockModel141" or v.Name == "SmoothBlockModel143" or v.Name == "SmoothBlockModel149" or v.Name == "SmoothBlockModel151" or v.Name == "SmoothBlockModel152" or v.Name == "SmoothBlockModel153" or v.Name == "SmoothBlockModel156" or v.Name == "SmoothBlockModel157" or v.Name == "SmoothBlockModel158" or v.Name == "SmoothBlockModel16" or v.Name == "SmoothBlockModel163" or v.Name == "SmoothBlockModel167" or v.Name == "SmoothBlockModel168" or v.Name == "SmoothBlockModel169" or v.Name == "SmoothBlockModel17" or v.Name == "SmoothBlockModel170" or v.Name == "SmoothBlockModel172" or v.Name == "SmoothBlockModel177" or v.Name == "SmoothBlockModel18" or v.Name == "SmoothBlockModel180" or v.Name == "SmoothBlockModel184" or v.Name == "SmoothBlockModel187" or v.Name == "SmoothBlockModel188" or v.Name == "SmoothBlockModel189" or v.Name == "SmoothBlockModel19" or v.Name == "SmoothBlockModel193" or v.Name == "SmoothBlockModel2" or v.Name == "SmoothBlockModel200" or v.Name == "SmoothBlockModel202" or v.Name == "SmoothBlockModel21" or v.Name == "SmoothBlockModel214" or v.Name == "SmoothBlockModel215" or v.Name == "SmoothBlockModel216" or v.Name == "SmoothBlockModel219" or v.Name == "SmoothBlockModel220" or v.Name == "SmoothBlockModel221" or v.Name == "SmoothBlockModel222" or v.Name == "SmoothBlockModel225" or v.Name == "SmoothBlockModel227" or v.Name == "SmoothBlockModel229" or v.Name == "SmoothBlockModel23" or v.Name == "SmoothBlockModel230" or v.Name == "SmoothBlockModel231" or v.Name == "SmoothBlockModel25" or v.Name == "SmoothBlockModel28" or v.Name == "SmoothBlockModel32" or v.Name == "SmoothBlockModel33" or v.Name == "SmoothBlockModel34" or v.Name == "SmoothBlockModel42" or v.Name == "SmoothBlockModel44" or v.Name == "SmoothBlockModel47" or v.Name == "SmoothBlockModel54" or v.Name == "SmoothBlockModel55" or v.Name == "SmoothBlockModel58" or v.Name == "SmoothBlockModel59" or v.Name == "SmoothBlockModel6" or v.Name == "SmoothBlockModel61" or v.Name == "SmoothBlockModel62" or v.Name == "SmoothBlockModel63" or v.Name == "SmoothBlockModel74" or v.Name == "SmoothBlockModel76" or v.Name == "SmoothBlockModel77" or v.Name == "SmoothBlockModel78" or v.Name == "SmoothBlockModel79" or v.Name == "SmoothBlockModel80" or v.Name == "SmoothBlockModel84" or v.Name == "SmoothBlockModel86" or v.Name == "SmoothBlockModel87" or v.Name == "SmoothBlockModel88" or v.Name == "SmoothBlockModel90" or v.Name == "SmoothBlockModel91" or v.Name == "SmoothBlockModel92" or v.Name == "SmoothBlockModel94" or v.Name == "SmoothBlockModel95" or v.Name == "SmoothBlockModel96" then
347 local v8 =
348 {
349 ["Part"] = v,
350 ["Color"] = transformToColor3(BrickColor.new("Bright red"))
351 }
352 remote:InvokeServer(v1, v8)
353 end
354
355 if v.Name == "SmoothBlockModel10" or v.Name == "SmoothBlockModel101" or v.Name == "SmoothBlockModel117" or v.Name == "SmoothBlockModel121" or v.Name == "SmoothBlockModel144" or v.Name == "SmoothBlockModel145" or v.Name == "SmoothBlockModel146" or v.Name == "SmoothBlockModel148" or v.Name == "SmoothBlockModel150" or v.Name == "SmoothBlockModel159" or v.Name == "SmoothBlockModel161" or v.Name == "SmoothBlockModel171" or v.Name == "SmoothBlockModel174" or v.Name == "SmoothBlockModel175" or v.Name == "SmoothBlockModel181" or v.Name == "SmoothBlockModel182" or v.Name == "SmoothBlockModel183" or v.Name == "SmoothBlockModel192" or v.Name == "SmoothBlockModel194" or v.Name == "SmoothBlockModel195" or v.Name == "SmoothBlockModel199" or v.Name == "SmoothBlockModel204" or v.Name == "SmoothBlockModel206" or v.Name == "SmoothBlockModel212" or v.Name == "SmoothBlockModel217" or v.Name == "SmoothBlockModel228" or v.Name == "SmoothBlockModel24" or v.Name == "SmoothBlockModel27" or v.Name == "SmoothBlockModel35" or v.Name == "SmoothBlockModel4" or v.Name == "SmoothBlockModel43" or v.Name == "SmoothBlockModel45" or v.Name == "SmoothBlockModel46" or v.Name == "SmoothBlockModel50" or v.Name == "SmoothBlockModel53" or v.Name == "SmoothBlockModel57" or v.Name == "SmoothBlockModel60" or v.Name == "SmoothBlockModel64" or v.Name == "SmoothBlockModel65" or v.Name == "SmoothBlockModel66" or v.Name == "SmoothBlockModel7" or v.Name == "SmoothBlockModel71" or v.Name == "SmoothBlockModel73" or v.Name == "SmoothBlockModel82" or v.Name == "SmoothBlockModel83" or v.Name == "SmoothBlockModel89" or v.Name == "SmoothBlockModel99" then
356 local v9 =
357 {
358 ["Part"] = v,
359 ["Color"] = transformToColor3(BrickColor.new("Dark orange"))
360 }
361 remote:InvokeServer(v1, v9)
362 end
363
364 if v.Name == "SmoothBlockModel1" or v.Name == "SmoothBlockModel3" or v.Name == "SmoothBlockModel5" or v.Name == "SmoothBlockModel9" then
365 local v10 =
366 {
367 ["Part"] = v,
368 ["Color"] = transformToColor3(BrickColor.new("Dark stone grey"))
369 }
370 remote:InvokeServer(v1, v10)
371 end
372
373 if v.Name == "SmoothBlockModel112" then
374 local v11 =
375 {
376 ["Part"] = v,
377 ["Color"] = transformToColor3(BrickColor.new("Medium blue"))
378 }
379 remote:InvokeServer(v1, v11)
380 end
381
382 if v.Name == "SmoothBlockModel52" or v.Name == "SmoothBlockModel97" then
383 local v12 =
384 {
385 ["Part"] = v,
386 ["Color"] = transformToColor3(BrickColor.new("Reddish brown"))
387 }
388 remote:InvokeServer(v1, v12)
389 end
390
391 if v.Name == "SmoothBlockModel160" or v.Name == "SmoothBlockModel162" or v.Name == "SmoothBlockModel165" or v.Name == "SmoothBlockModel178" then
392 local v13 =
393 {
394 ["Part"] = v,
395 ["Color"] = transformToColor3(BrickColor.new("Sand red"))
396 }
397 remote:InvokeServer(v1, v13)
398 end
399 end)
400 end
401 end
402
403
404 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
405
406
407 for i,v in pairs(game.Workspace.Terrain["_Game"].Workspace["Building Bricks"]:GetDescendants()) do
408 if v:IsA("Part") then
409 spawn(function()
410 if v.Name == "Part29" or v.Name == "Part31" or v.Name == "Part55" then
411 local v14 =
412 {
413 ["Part"] = v,
414 ["Color"] = transformToColor3(BrickColor.new("Dark stone grey"))
415 }
416 remote:InvokeServer(v1, v14)
417 end
418
419 if v.Name == "Part11" or v.Name == "Part18" or v.Name == "Part25" or v.Name == "Part3" or v.Name == "Part43" then
420 local v15 =
421 {
422 ["Part"] = v,
423 ["Color"] = transformToColor3(BrickColor.new("Deep blue"))
424 }
425 remote:InvokeServer(v1, v15)
426 end
427
428 if v.Name == "Part13" or v.Name == "Part21" or v.Name == "Part23" or v.Name == "Part7" then
429 local v16 =
430 {
431 ["Part"] = v,
432 ["Color"] = transformToColor3(BrickColor.new("Institutuional white"))
433 }
434 remote:InvokeServer(v1, v16)
435 end
436
437 if v.Name == "Part17" or v.Name == "Part26" or v.Name == "Part38" or v.Name == "Part5" or v.Name == "Part9" then
438 local v17 =
439 {
440 ["Part"] = v,
441 ["Color"] = transformToColor3(BrickColor.new("Lime green"))
442 }
443 remote:InvokeServer(v1, v17)
444 end
445
446 if v.Name == "Part30" or v.Name == "Part32" or v.Name == "Part33" or v.Name == "Part34" or v.Name == "Part35" or v.Name == "Part36" or v.Name == "Part39" or v.Name == "Part40" or v.Name == "Part41" or v.Name == "Part42" or v.Name == "Part46" or v.Name == "Part47" or v.Name == "Part48" or v.Name == "Part49" or v.Name == "Part50" or v.Name == "Part51" or v.Name == "Part52" or v.Name == "Part53" or v.Name == "Part54" or v.Name == "Part56" or v.Name == "Part57" or v.Name == "Part58" or v.Name == "Part59" or v.Name == "Part60" or v.Name == "Part61" or v.Name == "Part38" or v.Name == "Part5" or v.Name == "Part9" then
447 local v18 =
448 {
449 ["Part"] = v,
450 ["Color"] = transformToColor3(BrickColor.new("Medium Stone grey"))
451 }
452 remote:InvokeServer(v1, v18)
453 end
454
455 if v.Name == "Part12" or v.Name == "Part15" or v.Name == "Part24" or v.Name == "Part44" or v.Name == "Part6" then
456 local v19 =
457 {
458 ["Part"] = v,
459 ["Color"] = transformToColor3(BrickColor.new("New yeller"))
460 }
461 remote:InvokeServer(v1, v19)
462 end
463
464 if v.Name == "Part14" or v.Name == "Part19" or v.Name == "Part2" or v.Name == "Part27" then
465 local v20 =
466 {
467 ["Part"] = v,
468 ["Color"] = transformToColor3(BrickColor.new("Really black"))
469 }
470 remote:InvokeServer(v1, v20)
471 end
472
473 if v.Name == "Part1" or v.Name == "Part10" or v.Name == "Part16" or v.Name == "Part22" or v.Name == "Part37" then
474 local v21 =
475 {
476 ["Part"] = v,
477 ["Color"] = transformToColor3(BrickColor.new("Really red"))
478 }
479 remote:InvokeServer(v1, v21)
480 end
481
482 if v.Name == "Part20" or v.Name == "Part28" or v.Name == "Part4" or v.Name == "Part45" or v.Name == "Part8" then
483 local v22 =
484 {
485 ["Part"] = v,
486 ["Color"] = transformToColor3(BrickColor.new("Toothpaste"))
487 }
488 remote:InvokeServer(v1, v22)
489 end
490 end)
491 end
492 end
493
494
495 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
496
497
498 for i,v in pairs(game.Workspace.Terrain["_Game"].Workspace.Obby:GetChildren()) do
499 spawn(function()
500 if v:IsA("Part") then
501 local v23 =
502 {
503 ["Part"] = v,
504 ["Color"] = transformToColor3(BrickColor.new("Really red"))
505 }
506 remote:InvokeServer(v1, v23)
507 end
508
509 for i,v in pairs(game.Workspace.Terrain["_Game"].Workspace["Obby Box"]:GetChildren()) do
510 if v:IsA("Part") then
511 local v24 =
512 {
513 ["Part"] = v,
514 ["Color"] = transformToColor3(BrickColor.new("Teal"))
515 }
516 remote:InvokeServer(v1, v24)
517 end
518 end
519 end)
520 end
521 end
522
523 if string.sub(msg:lower(), 0, 7) == prefix.."getpos" then
524 local cf = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
525 say("Check console!")
526 game.Players:Chat([[music
527 ]]..cf.X..[[, ]]..cf.Y..[[, ]]..cf.Z..[[
528 ]]..cf.X..[[, ]]..cf.Y..[[, ]]..cf.Z..[[
529 ]]..cf.X..[[, ]]..cf.Y..[[, ]]..cf.Z..[[
530 ]]..cf.X..[[, ]]..cf.Y..[[, ]]..cf.Z..[[
531 ]])
532 end
533
534 if string.sub(msg:lower(), 0, 4) == prefix.."ufo" then
535 local plr = string.sub(msg:lower(), 6)
536 game.Players:Chat("size "..plr.." 0.3")
537 game.Players:Chat("size "..plr.." 0.3")
538 game.Players:Chat("size "..plr.." 0.3")
539 game.Players:Chat("size "..plr.." 0.3")
540 game.Players:Chat("size "..plr.." 0.3")
541 game.Players:Chat("size "..plr.." 0.3")
542 game.Players:Chat("size "..plr.." 0.3")
543 game.Players:Chat("unsize "..plr)
544 game.Players:Chat("size "..plr.." 4")
545 game.Players:Chat("paint "..plr.." brown")
546 game.Players:Chat("name "..plr.." Ufo")
547 wait(0.25)
548 game.Players:Chat("removelimbs "..plr)
549 game.Players:Chat("dog "..plr)
550 game.Players:Chat("rainbowify "..plr)
551 game.Players:Chat("spin "..plr)
552 end
553
554 if string.sub(msg:lower(), 0, 6) == prefix.."fixbp" then
555 local plr = string.sub(msg:lower(), 8)
556 game.Players:Chat(prefix.."trap "..plr)
557 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-500.99981689453, 0.10156404972076, 0))
558 wait(0.10)
559 game.Players:Chat("jail me")
560 game.Players:Chat("tp "..plr.." me")
561 wait(0.25)
562
563 local target = Workspace_Folder.Baseplate
564 function movepart()
565 local cf = game.Players.LocalPlayer.Character.HumanoidRootPart
566 local looping = true
567 spawn(function()
568 while true do
569 game:GetService('RunService').Heartbeat:Wait()
570 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
571 cf.CFrame = target.CFrame * CFrame.new(-1*(target.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
572 if not looping then break end
573 end
574 end)
575 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
576 wait(0.25)
577 looping = false
578 end
579 movepart()
580 wait(0.75)
581
582 game.Players:Chat("tp me "..plr)
583 end
584
585 if string.sub(msg:lower(), 0, 7) == prefix.."padban" then
586 names = game.Players:GetChildren()
587 local name = string.sub(msg:lower(), 9)
588 for i,v in pairs(names) do
589 strlower = string.lower(v.Name)
590 sub = string.sub(strlower,1,#name)
591 if name == sub then
592 user = v.Name
593 table.insert(Pad_Ban, v.Name)
594 logn("Banned "..v.Name.." from pads.")
595 end
596 end
597 end
598
599 if string.sub(msg:lower(), 0, 9) == prefix.."unpadban" then
600 names = game.Players:GetChildren()
601 local name = string.sub(msg:lower(), 11)
602 for i,v in pairs(names) do
603 strlower = string.lower(v.Name)
604 sub = string.sub(strlower,1,#name)
605 if name == sub then
606 user = v.Name
607 for a,b in pairs(Pad_Ban) do
608 if b == v.Name then
609 table.remove(Pad_Ban, a)
610 logn("Unbanned "..v.Name.." from pads.")
611 end
612 end
613 end
614 end
615 end -- table.remove(list1, i)
616
617 if string.sub(msg:lower(), 0, 5) == prefix.."perm" then
618 PadCheck = true
619 GetPad(msg)
620 end
621
622 if string.sub(msg:lower(), 0, 8) == prefix.."nonperm" then
623 PadCheck = false
624 end
625
626 if string.sub(msg:lower(), 0, 8) == prefix.."infjump" then
627 InfiniteJumpEnabled = true
628 game:GetService("UserInputService").JumpRequest:connect(function()
629 if InfiniteJumpEnabled then
630 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
631 end
632 end)
633 end
634
635 if string.sub(msg:lower(), 0, 7) == prefix.."attach" then
636 logn("We wont put your camera in the right place for ya xd")
637 game.Players:Chat("stun me")
638 wait(2.4)
639 game.Players:Chat("punish me")
640 wait(1.7)
641 game.Players:Chat("unpunish me")
642 logn("Attached Unless your camera wasn't in the right place xd")
643 end
644
645 if string.sub(msg:lower(), 0, 6) == prefix.."tesk " then
646 logn("Kicking player (This may take a little bit...)")
647 Wteskking = string.sub(msg:lower(), 7)
648 teskking = true
649 end
650
651 if string.sub(msg:lower(), 0, 2) == prefix.."g " then
652 loadstring()
653 end
654
655 if string.sub(msg:lower(), 0, 5) == prefix.."stop" then
656 logn("Stopped teskker...")
657 Wteskking = "none"
658 teskking = false
659 Wwkicking = "none"
660 wkicking = false
661 spamming = false
662 crashall = false
663 end
664
665 if string.sub(msg:lower(), 0, 8) == prefix.."clicktp" then
666 logn("Gave you the clicktp tool")
667 plr = game.Players.LocalPlayer
668 mouse = plr:GetMouse()
669 hum = plr.Character.HumanoidRootPart
670 local tptool = Instance.new("Tool", plr.Backpack)
671
672 tptool.Name = "ClickTP"
673 tptool.CanBeDropped = false
674 tptool.RequiresHandle = false
675
676 tptool.Activated:Connect(function()
677 if mouse.Target then
678 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
679 end
680 end)
681 end
682
683 if string.sub(msg:lower(), 0, 10) == prefix.."clearlogs" then
684 logn("Cleared!")
685 for i = 1,100 do
686 game.Players:Chat("ff "..Quotes[math.random(1, #Quotes)])
687 end
688 wait(0.05)
689 if allowads == true then
690 game.Players:Chat("ff Powered by shortcut")
691 game.Players:Chat("ff Disc Laamy#5148")
692 game.Players:Chat("unff all")
693 end
694 end
695
696 if string.sub(msg:lower(), 0, 7) == prefix.."super " then
697 logn("Spamming!")
698 for i = 1,100 do
699 game.Players:Chat(string.sub(msg:lower(), 8))
700 end
701 end
702
703 if string.sub(msg:lower(), 0, 9) == prefix.."traplogs" then
704 logn("WARNING DONT CHECK LOGS!")
705 for i = 1,100 do
706 game.Players:Chat("ff "..oofkohlsPmSpam)
707 end
708 end
709
710 if string.sub(msg:lower(), 0, 6) == prefix.."spam " then
711 logn("Spamming!")
712 Wspamming = string.sub(msg:lower(), 7)
713 spamming = true
714 end
715
716 if string.sub(msg:lower(), 0, 7) == prefix.."lagall" then
717 logn("Warning this can be powerful and can only be aimmed at everyone...")
718 crashall = true
719 end
720
721 if string.sub(msg:lower(), 0, 10) == prefix.."pads" then
722 logn("Teleported to pads!")
723 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.7, 8.22999954, 94.5))
724 end
725
726 if string.sub(msg:lower(), 0, 8) == prefix.."skydive" then
727 logn("Skydived!")
728 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y + 1500, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z))
729 end
730
731 if string.sub(msg:lower(), 0, 6) == prefix.."house" then
732 logn("Teleported to pads!")
733 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.6829948, 8.2299995, 66.4913253))
734 end -- CFrame.new(Vector3.new(-41, 3.7, -15.589996337891))
735
736 if string.sub(msg:lower(), 0, 6) == prefix.."spawn" then
737 logn("Teleported to pads!")
738 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.7, -15.589996337891))
739 end
740
741 if string.sub(msg:lower(), 0, 4) == prefix.."reg" then
742 logn("Pads regenerated! (AdminJoy)")
743 regen()
744 end
745
746 if string.sub(msg:lower(), 0, 8) == ";prefix " then
747 logn("Changed prefix to '"..string.sub(msg:lower(), 9, 9).."'")
748 prefix = string.sub(msg:lower(), 9, 9)
749 end
750
751 if string.sub(msg:lower(), 0, 9) == prefix.."shutdown" then
752 logn("Shuting down server...")
753 game.Players:Chat("h Shutting down server.")
754 wait(0.75)
755 game.Players:Chat("size all 0.3")
756 game.Players:Chat("size all 0.3")
757 game.Players:Chat("size all 0.3")
758 game.Players:Chat("freeze all")
759 game.Players:Chat("size all 10")
760 game.Players:Chat("size all 10")
761 game.Players:Chat("size all 10")
762 game.Players:Chat("clone all")
763 game.Players:Chat("size all 0.3")
764 game.Players:Chat("size all 0.3")
765 game.Players:Chat("size all 0.3")
766 game.Players:Chat("freeze all")
767 game.Players:Chat("size all 10")
768 game.Players:Chat("size all 10")
769 game.Players:Chat("size all 10")
770 game.Players:Chat("clone all")
771 game.Players:Chat("size all 0.3")
772 game.Players:Chat("size all 0.3")
773 game.Players:Chat("size all 0.3")
774 game.Players:Chat("freeze all")
775 game.Players:Chat("size all 10")
776 game.Players:Chat("size all 10")
777 game.Players:Chat("size all 10")
778 game.Players:Chat("clone all")
779 -- gotoShortcutHub("Server shutdown", 10) -- Go to shortcuts main hub for rejoining
780 end
781
782 if string.sub(msg:lower(), 0, 4) == prefix.."fps" then
783 loadstring(game:HttpGet("https://pastebin.com/0LJ9htbC"))()
784 end
785
786 if string.sub(msg:lower(), 0, 6) == prefix.."crash" then
787 if string.sub(msg:lower(), 0, 9) == prefix.."crashall" then
788 logn("We've infact moved this command and its now called lagall :)")
789 else
790 logn("Just hold the tool your given xd (Expires in 10 seconds.)")
791 game.Players:Chat("gear me 00000000000000000094794847")
792 allowcrash = true
793 Spawn(function()
794 wait(10)
795 allowcrash = false
796 logn("VampireVanquisher Expired.")
797 end)
798 while true do
799 if game.Players.LocalPlayer.Character:FindFirstChild("VampireVanquisher") then
800 wait(0.25)
801 for i = 1,100 do
802 game.Players:Chat("size me 0000000000000000000.3")
803 end
804 game.Players:Chat("size me .3")
805 game.Players:Chat("size me .3")
806 game.Players:Chat("size me .3")
807 game.Players:Chat("freeze me")
808 game.Players:Chat("size me 10")
809 game.Players:Chat("size me 10")
810 game.Players:Chat("size me 10")
811 game.Players:Chat("clone me")
812 gotoShortcutHub("Server CRASHED", 1) -- Go to shortcuts main hub for rejoining
813 break
814 end
815 wait(0.05)
816 if allowcrash == false then
817 break
818 end
819 end
820 end
821 end
822
823 if string.sub(msg:lower(), 0, 11) == prefix.."bind fkick" then
824 logn("fkick is now bound to '"..string.sub(msg:lower(), 13, 13).."'")
825 fkick_keybind = string.sub(msg:lower(), 13, 13)
826 end
827
828 if string.sub(msg:lower(), 0, 14) == prefix.."bind antikick" then
829 logn("antikick is now bound to '"..string.sub(msg:lower(), 16, 16).."'")
830 antikick_keybind = string.sub(msg:lower(), 16, 16)
831 end
832
833 if string.sub(msg:lower(), 0, 13) == prefix.."bind respawn" then
834 logn("respawn is now bound to '"..string.sub(msg:lower(), 15, 15).."'")
835 respawn_keybind = string.sub(msg:lower(), 15, 15)
836 end
837
838 if string.sub(msg:lower(), 0, 11) == prefix.."bind reset" then
839 logn("reset is now bound to '"..string.sub(msg:lower(), 13, 13).."'")
840 reset_keybind = string.sub(msg:lower(), 13, 13)
841 end
842
843 if string.sub(msg:lower(), 0, 16) == prefix.."bind forcefield" then
844 logn("forcefield is now bound to '"..string.sub(msg:lower(), 18, 18).."'")
845 forcefield_keybind = string.sub(msg:lower(), 18, 18)
846 end
847
848 if string.sub(msg:lower(), 0, 9) == prefix.."bind fly" then
849 logn("fly is now bound to '"..string.sub(msg:lower(), 11, 11).."'")
850 fly_keybind = string.sub(msg:lower(), 11, 11)
851 end
852
853 if string.sub(msg:lower(), 0, 14) == prefix.."bind teleport" then
854 logn("teleport is now bound to '"..string.sub(msg:lower(), 16, 16).."'")
855 teleport_keybind = string.sub(msg:lower(), 16, 16)
856 end
857
858 if string.sub(msg:lower(), 0, 8) == prefix.."boombox" then
859 logn("Gave player a boombox!")
860 local player = string.sub(msg:lower(), 10)
861 if player ~= "" then
862 game.Players:Chat("gear "..player.." 000000000000000000212641536")
863 else
864 game.Players:Chat("gear me 000000000000000000212641536")
865 end
866 end
867
868 if string.sub(msg:lower(), 0, 10) == prefix.."bind pads" then
869 logn("pads is now bound to '"..string.sub(msg:lower(), 13, 13).."'")
870 pads_keybind = string.sub(msg:lower(), 13, 13)
871 end
872
873 if string.sub(msg:lower(), 0, 14) == prefix.."bind attachto" then
874 logn("attachto is now bound to '"..string.sub(msg:lower(), 16, 16).."'")
875 AttachTO_keybind = string.sub(msg:lower(), 16, 16)
876 end
877
878 if string.sub(msg:lower(), 0, 4) == prefix.."bok" then
879 logn("Now making person bok...")
880 wait(0.5)
881 local Luser = string.sub(msg:lower(), 6)..","
882 game.Players:Chat(prefix.."super dog "..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6)..","..string.sub(msg:lower(), 6))
883 wait(3)
884 game.Players:Chat("kill "..string.sub(msg:lower(), 6))
885 end
886
887 if string.sub(msg:lower(), 0, 6) == prefix.."tkick" then
888 logn("Atempting to kick (Fixed, ty AmericanDisgrace :)")
889 wait(0.5)
890 local Luser = string.sub(msg:lower(), 8)..","
891 game.Players:Chat(prefix.."super dog "..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8)..","..string.sub(msg:lower(), 8))
892 wait(3)
893 game.Players:Chat("kill "..Luser)
894 wait(0.09)
895 game.Players:Chat(prefix.."tesk "..string.sub(msg:lower(), 8))
896 end
897
898 if string.sub(msg:lower(), 0, 5) == prefix.."trap" then
899 logn("Trapped person!")
900 game.Players:Chat("freeze "..string.sub(msg:lower(), 7))
901 game.Players:Chat("name "..string.sub(msg:lower(), 7).." ")
902 game.Players:Chat("thaw "..string.sub(msg:lower(), 7))
903 end
904
905 if string.sub(msg:lower(), 0, 3) == prefix.."ds" then
906 logn("Setting up dancing swords script!")
907 game.Players:Chat("hat me 0000000000000000004506945409") -- Sword 1
908 game.Players:Chat("hat me 0000000000000000004794315940") -- Sword 2
909 game.Players:Chat("hat me 0000000000000000004315489767") -- Sword 3
910 game.Players:Chat("hat me 0000000000000000004458601937") -- Sword 4
911 game.Players:Chat("gear me 000000000000000000212641536") -- Boombox
912 end
913
914 if string.sub(msg:lower(), 0, 4) == prefix.."lua" then
915 loadstring(string.sub(msg:lower(), 6))()
916 end
917
918 if string.sub(msg:lower(), 0, 12) == prefix.."moveobbybox" then
919 if Stable_Check == false then
920 logn("{Move.lua} Moving Obby Box")
921 Stable_Check = true
922 for i, v in pairs(Workspace_Folder["Obby Box"]:GetChildren()) do
923 if v.CFrame.Y < 500 then
924 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
925
926 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
927 local looping = true
928
929 spawn(function()
930 while true do
931 game:GetService('RunService').Heartbeat:Wait()
932 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
933 cf.CFrame = v.CFrame * CFrame.new(-1*(v.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
934 if not looping then break end
935 end
936 end)
937 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
938 wait(0.3)
939 looping = false
940 game.Players:Chat("skydive me")
941 wait(0.2)
942 game.Players:Chat("respawn me")
943 wait(0.2)
944 end
945 end
946 wait(0.5)
947 Stable_Check = false
948 logn("{Move.lua} Done Moving Obby Box")
949 else
950 logn("{Move.lua} Already Moving, Please Wait")
951 end
952 end
953
954 if string.sub(msg:lower(), 0, 15) == prefix.."moveobbybricks" then
955 game.Players:Chat(prefix.."nok")
956 wait(0.05)
957 if Stable_Check == false then
958 logn("{Move.lua} Moving Obby Kill Bricks")
959 Stable_Check = true
960 for i, v in pairs(Workspace_Folder["Obby"]:GetChildren()) do
961 if v.CFrame.Y < 500 then
962 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
963
964 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
965 local looping = true
966
967 spawn(function()
968 while true do
969 game:GetService('RunService').Heartbeat:Wait()
970 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
971 cf.CFrame = v.CFrame * CFrame.new(-1*(v.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
972 if not looping then break end
973 end
974 end)
975 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
976 wait(0.3)
977 looping = false
978 game.Players:Chat("skydive me")
979 wait(0.2)
980 game.Players:Chat("respawn me")
981 wait(0.75)
982 end
983 end
984 wait(0.5)
985 Stable_Check = false
986 logn("{Move.lua} Done Moving Obby Kill Bricks")
987 else
988 logn("{Move.lua} Already Moving, Please Wait")
989 end
990 end
991
992 if string.sub(msg:lower(), 0, 19) == prefix.."movebuildingbricks" then
993 if Stable_Check == false then
994 logn("{Move.lua} Moving Building Bricks")
995 Stable_Check = true
996 for i, v in pairs(Workspace_Folder["Building Bricks"]:GetChildren()) do
997 if v.CFrame.Y < 500 then
998 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
999
1000 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1001 local looping = true
1002
1003 spawn(function()
1004 while true do
1005 game:GetService('RunService').Heartbeat:Wait()
1006 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1007 cf.CFrame = v.CFrame * CFrame.new(-1*(v.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1008 if not looping then break end
1009 end
1010 end)
1011 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1012 wait(0.30)
1013 looping = false
1014 game.Players:Chat("skydive me")
1015 wait(0.2)
1016 game.Players:Chat("respawn me")
1017 wait(0.2)
1018 end
1019 end
1020 wait(0.5)
1021 Stable_Check = false
1022 logn("{Move.lua} Done Moving Building Bricks")
1023 else
1024 logn("{Move.lua} Already Moving, Please Wait")
1025 end
1026 end
1027
1028 if string.sub(msg:lower(), 0, 18) == prefix.."moveadmindividers" then
1029 if Stable_Check == false then
1030 logn("{Move.lua} Moving Admin Dividers")
1031 Stable_Check = true
1032 for i, v in pairs(Workspace_Folder["Admin Dividers"]:GetChildren()) do
1033 if v.CFrame.Y < 500 then
1034 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1035
1036 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1037 local looping = true
1038
1039 spawn(function()
1040 while true do
1041 game:GetService('RunService').Heartbeat:Wait()
1042 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1043 cf.CFrame = v.CFrame * CFrame.new(-1*(v.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1044 if not looping then break end
1045 end
1046 end)
1047 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1048 wait(0.3)
1049 looping = false
1050 game.Players:Chat("skydive me")
1051 wait(0.2)
1052 game.Players:Chat("respawn me")
1053 wait(0.2)
1054 end
1055 end
1056 wait(0.5)
1057 Stable_Check = false
1058 logn("{Move.lua} Done Moving Admin Dividers")
1059 else
1060 logn("{Move.lua} Already Moving, Please Wait")
1061 end
1062 end
1063
1064 if string.sub(msg:lower(), 0, 8) == prefix.."control" then
1065 local plr = string.sub(msg:lower(), 10)
1066 game.Players:Chat("dog me,"..plr)
1067 game.Players:Chat("tp me "..plr)
1068 wait(1)
1069 game.Players:Chat("punish me,"..plr)
1070 game.Players:Chat("undog me,"..plr)
1071 wait(0.25)
1072 game.Players:Chat("unpunish me,"..plr)
1073 game.Players:Chat("invis me")
1074 end
1075
1076 if string.sub(msg:lower(), 0, 10) == prefix.."movehouse" then
1077 if Stable_Check == false then
1078 logn("{Move.lua} Moving House")
1079 Stable_Check = true
1080 for i, v in pairs(Workspace_Folder["Basic House"]:GetChildren()) do
1081 if v.CFrame.Y < 500 then
1082 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1083
1084 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1085 local looping = true
1086
1087 spawn(function()
1088 while true do
1089 game:GetService('RunService').Heartbeat:Wait()
1090 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1091 cf.CFrame = v.CFrame * CFrame.new(-1*(v.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1092 if not looping then break end
1093 end
1094 end)
1095 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1096 wait(0.3)
1097 looping = false
1098 game.Players:Chat("skydive me")
1099 wait(0.2)
1100 game.Players:Chat("respawn me")
1101 wait(0.2)
1102 end
1103 end
1104 wait(0.5)
1105 Stable_Check = false
1106 logn("{Move.lua} Done Moving House")
1107 else
1108 logn("{Move.lua} Already Moving, Please Wait")
1109 end
1110 end
1111
1112 if string.sub(msg:lower(), 0, 9) == prefix.."movepads" then
1113 if Stable_Check == false then
1114 logn("{Move.lua} Moving Admin Pads")
1115 Stable_Check = true
1116 for i, v in pairs(Admin_Folder.Pads:GetDescendants()) do
1117 if v.Name == "Head" then
1118 if v.CFrame.Y < 500 then
1119 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1120
1121 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1122 local looping = true
1123
1124 spawn(function()
1125 while true do
1126 game:GetService('RunService').Heartbeat:Wait()
1127 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1128 cf.CFrame = v.CFrame * CFrame.new(-1*(v.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1129 if not looping then break end
1130 end
1131 end)
1132 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1133 wait(0.3)
1134 looping = false
1135 game.Players:Chat("skydive me")
1136 wait(0.2)
1137 game.Players:Chat("respawn me")
1138 wait(0.2)
1139 end
1140 end
1141 end
1142 wait(0.5)
1143 Stable_Check = false
1144 logn("{Move.lua} Done Moving Admin Pads")
1145 else
1146 logn("{Move.lua} Already Moving, Please Wait")
1147 end
1148 end
1149
1150 if string.sub(msg:lower(), 0, 13) == prefix.."moveresetpad" then
1151 if Stable_Check == false then
1152 logn("{Move.lua} Moving Admin Reset Pad")
1153 Stable_Check = true
1154 if Admin_Folder.Regen.CFrame.Y < 500 then
1155 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1156 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1157 local looping = true
1158 spawn(function()
1159 while true do
1160 game:GetService('RunService').Heartbeat:Wait()
1161 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1162 cf.CFrame = Admin_Folder.Regen.CFrame * CFrame.new(-1*(Admin_Folder.Regen.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1163 if not looping then break end
1164 end
1165 end)
1166 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1167 wait(0.3)
1168 looping = false
1169 game.Players:Chat("skydive me")
1170 game.Players:Chat("skydive me")
1171 game.Players:Chat("skydive me")
1172 game.Players:Chat("skydive me")
1173 game.Players:Chat("skydive me")
1174 game.Players:Chat("skydive me")
1175 wait(0.2)
1176 game.Players:Chat("respawn me")
1177 wait(0.2)
1178 end
1179 wait(0.5)
1180 Stable_Check = false
1181 logn("{Move.lua} Done Moving Admin Reset Pad")
1182 else
1183 logn("{Move.lua} Already Moving, Please Wait")
1184 end
1185 end
1186
1187 if string.sub(msg:lower(), 0, 14) == prefix.."movebaseplate" then
1188 if Stable_Check == false then
1189 logn("{Move.lua} Moving Basteplate")
1190 Stable_Check = true
1191 if Workspace_Folder.Baseplate.CFrame.Y < 500 then
1192 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1193 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1194 local looping = true
1195 spawn(function()
1196 while true do
1197 game:GetService('RunService').Heartbeat:Wait()
1198 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1199 cf.CFrame = Workspace_Folder.Baseplate.CFrame * CFrame.new(-1*(Workspace_Folder.Baseplate.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1200 if not looping then break end
1201 end
1202 end)
1203 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1204 wait(0.3)
1205 looping = false
1206 game.Players:Chat("skydive me")
1207 wait(0.2)
1208 game.Players:Chat("respawn me")
1209 wait(0.2)
1210 end
1211 wait(0.5)
1212 Stable_Check = false
1213 logn("{Move.lua} Done Moving Basteplate")
1214 else
1215 logn("{Move.lua} Already Moving, Please Wait")
1216 end
1217 end
1218
1219 if string.sub(msg:lower(), 0, 15) == prefix.."setspawnpoints" then
1220 local playername = string.sub(msg:lower(), 17)
1221
1222 if Stable_Check == false then
1223 logn("{Move.lua} Moving Admin Reset Pad")
1224 Stable_Check = true
1225 if Workspace_Folder.Spawn1.CFrame.Y < 500 then
1226 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1227 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1228 local looping = true
1229 spawn(function()
1230 while true do
1231 game:GetService('RunService').Heartbeat:Wait()
1232 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1233 cf.CFrame = Workspace_Folder.Spawn1.CFrame * CFrame.new(-1*(Workspace_Folder.Spawn1.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1234 if not looping then break end
1235 end
1236 end)
1237 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1238 wait(0.3)
1239 looping = false
1240 game.Players:Chat("tp me "..playername)
1241 wait(0.2)
1242 game.Players:Chat("respawn me")
1243 wait(0.2)
1244 end
1245 wait(0.5)
1246 Stable_Check = false
1247 logn("{Move.lua} Done Moving Admin Reset Pad")
1248 else
1249 logn("{Move.lua} Already Moving, Please Wait")
1250 end
1251 if Stable_Check == false then
1252 logn("{Move.lua} Moving Admin Reset Pad")
1253 Stable_Check = true
1254 if Workspace_Folder.Spawn2.CFrame.Y < 500 then
1255 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1256 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1257 local looping = true
1258 spawn(function()
1259 while true do
1260 game:GetService('RunService').Heartbeat:Wait()
1261 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1262 cf.CFrame = Workspace_Folder.Spawn2.CFrame * CFrame.new(-1*(Workspace_Folder.Spawn2.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1263 if not looping then break end
1264 end
1265 end)
1266 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1267 wait(0.3)
1268 looping = false
1269 game.Players:Chat("tp me "..playername)
1270 wait(0.2)
1271 game.Players:Chat("respawn me")
1272 wait(0.2)
1273 end
1274 wait(0.5)
1275 Stable_Check = false
1276 logn("{Move.lua} Done Moving Admin Reset Pad")
1277 else
1278 logn("{Move.lua} Already Moving, Please Wait")
1279 end
1280 if Stable_Check == false then
1281 logn("{Move.lua} Moving Admin Reset Pad")
1282 Stable_Check = true
1283 if Workspace_Folder.Spawn3.CFrame.Y < 500 then
1284 repeat wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
1285 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1286 local looping = true
1287 spawn(function()
1288 while true do
1289 game:GetService('RunService').Heartbeat:Wait()
1290 game.Players.LocalPlayer.Character['Humanoid']:ChangeState(11)
1291 cf.CFrame = Workspace_Folder.Spawn3.CFrame * CFrame.new(-1*(Workspace_Folder.Spawn3.Size.X/2)-(game.Players.LocalPlayer.Character['Torso'].Size.X/2), 0, 0)
1292 if not looping then break end
1293 end
1294 end)
1295 spawn(function() while looping do wait(.1) game.Players:Chat('unpunish me') end end)
1296 wait(0.3)
1297 looping = false
1298 game.Players:Chat("tp me "..playername)
1299 wait(0.2)
1300 game.Players:Chat("respawn me")
1301 wait(0.2)
1302 end
1303 wait(0.5)
1304 Stable_Check = false
1305 logn("{Move.lua} Done Moving Admin Reset Pad")
1306 else
1307 logn("{Move.lua} Already Moving, Please Wait")
1308 end
1309 end
1310
1311 if string.sub(msg:lower(), 0, 13) == prefix.."findresetpad" then
1312 local cf = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
1313 cf.CFrame = Admin_Folder.Regen.CFrame
1314 end
1315
1316 if string.sub(msg:lower(), 0, 4) == prefix.."nok" then
1317 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump.TouchInterest:destroy()
1318 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump1.TouchInterest:destroy()
1319 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump2.TouchInterest:destroy()
1320 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump3.TouchInterest:destroy()
1321 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump4.TouchInterest:destroy()
1322 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump5.TouchInterest:destroy()
1323 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump6.TouchInterest:destroy()
1324 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump7.TouchInterest:destroy()
1325 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump8.TouchInterest:destroy()
1326 game:GetService("Workspace").Terrain["_Game"].Workspace.Obby.Jump9.TouchInterest:destroy()
1327 end
1328
1329 if string.sub(msg:lower(), 0, 6) == prefix.."wkick" then
1330 local name = string.sub(msg:lower(), 8)
1331 Wwkicking = name
1332 wkicking = true
1333 end
1334
1335 if string.sub(msg:lower(), 0, 10) == prefix.."disablerc" then
1336 logn("Click 1 RC will now be disabled for EVERYONE!")
1337 game.Players:Chat("gear me 0000000000000000004842207161")
1338 end
1339
1340 if string.sub(msg:lower(), 0, 10) == prefix.."whitelist" then
1341 names = game.Players:GetChildren()
1342 local name = string.sub(msg:lower(), 12)
1343 for i,v in pairs(names) do
1344 strlower = string.lower(v.Name)
1345 sub = string.sub(strlower,1,#name)
1346 if name == sub then
1347 user = v.Name
1348 table.insert(Whitelist, v.Name)
1349 logn("Whitelisted "..v.Name)
1350 end
1351 end
1352 end
1353
1354 if string.sub(msg:lower(), 0, 7) == prefix.."ignore" then
1355 names = game.Players:GetChildren()
1356 local name = string.sub(msg:lower(), 9)
1357 for i,v in pairs(names) do
1358 strlower = string.lower(v.Name)
1359 sub = string.sub(strlower,1,#name)
1360 if name == sub then
1361 user = v.Name
1362 table.insert(Ignore, v.Name)
1363 logn("Ignoring "..v.Name)
1364 end
1365 end
1366 end
1367
1368 if string.sub(msg:lower(), 0, 9) == prefix.."unignore" then
1369 names = game.Players:GetChildren()
1370 local name = string.sub(msg:lower(), 11)
1371 for i,v in pairs(names) do
1372 strlower = string.lower(v.Name)
1373 sub = string.sub(strlower,1,#name)
1374 if name == sub then
1375 user = v.Name
1376 for a,b in pairs(ignore) do
1377 if b == v.Name then
1378 table.remove(Ignore, a)
1379 logn("Unignored "..v.Name)
1380 end
1381 end
1382 end
1383 end
1384 end
1385
1386 if string.sub(msg:lower(), 0, 12) == prefix.."unwhitelist" then
1387 names = game.Players:GetChildren()
1388 local name = string.sub(msg:lower(), 14)
1389 for i,v in pairs(names) do
1390 strlower = string.lower(v.Name)
1391 sub = string.sub(strlower,1,#name)
1392 if name == sub then
1393 user = v.Name
1394 for a,b in pairs(Whitelist) do
1395 if b == v.Name then
1396 table.remove(Whitelist, a)
1397 logn("Unwhitelisted "..v.Name)
1398 end
1399 end
1400 end
1401 end
1402 end
1403
1404 if string.sub(msg:lower(), 0, 6) == prefix.."admin" then
1405 names = game.Players:GetChildren()
1406 local name = string.sub(msg:lower(), 8)
1407 for i,v in pairs(names) do
1408 strlower = string.lower(v.Name)
1409 sub = string.sub(strlower,1,#name)
1410 if name == sub then
1411 user = v.Name
1412 table.insert(Admin, v.Name)
1413 logn("Whitelisted "..v.Name)
1414 end
1415 end
1416 end
1417
1418 if string.sub(msg:lower(), 0, 8) == prefix.."unadmin" then
1419 names = game.Players:GetChildren()
1420 local name = string.sub(msg:lower(), 10)
1421 for i,v in pairs(names) do
1422 strlower = string.lower(v.Name)
1423 sub = string.sub(strlower,1,#name)
1424 if name == sub then
1425 user = v.Name
1426 for a,b in pairs(Admin) do
1427 if b == v.Name then
1428 table.remove(Admin, a)
1429 logn("Unwhitelisted "..v.Name)
1430 end
1431 end
1432 end
1433 end
1434 end
1435
1436 if string.sub(msg:lower(), 0, 8) == prefix.."allpads" then
1437 local pads = game:GetService("Workspace").Terrain["_Game"].Admin.Pads:GetChildren("Head")
1438 for i, pad in pairs(pads) do
1439 Spawn(function()
1440 pad.PrimaryPart = pad:FindFirstChild("Head")
1441 local pos = pad.PrimaryPart.CFrame
1442 wait(0)
1443 pad.PrimaryPart.CanCollide = false
1444 pad:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
1445 wait(0)
1446 pad:SetPrimaryPartCFrame(pos)
1447 pad.PrimaryPart.CanCollide = true
1448 end)
1449 end
1450 end
1451
1452 if string.sub(msg:lower(), 0, 5) == prefix.."cmds" then
1453 logn("Click F9 for the commands list")
1454 print(prefix.."tesk (plr) -- Crash/lag someone (recmed to use with bok)")
1455 print(prefix.."stop -- Stop tesk spammer/normal spammer xd")
1456 print(prefix.."clearlogs -- Spam logs")
1457 print(prefix.."super (cmd) -- Spams a command until logs is filled")
1458 print(prefix.."spam (cmd) -- Spam and command until ;stop is ran")
1459 print(prefix.."pads -- Teleport to the pads")
1460 print(prefix.."prefix (char) -- Change your script prefix and not its self so it will always be ;prefix")
1461 print(prefix.."crash --gets you the vampire tool and waits until you hold it to spam size me 0.3 xd")
1462 print(prefix.."reg -- Regen the pads (I think it broke xd)")
1463 print(prefix.."bind (module) (key) -- Rebind a modules keybind")
1464 print(prefix.."bok (plr) -- Stop someone from dying from obby bricks AND from getting admin from admin pads for 5-10 minutes :)")
1465 print(prefix.."trap (plr) -- Stop someone from moving")
1466 print(prefix.."perm -- (Ex_/AdminJoy Owner gave me dis) grab one pad if you dont have admin and resets pads and grbs one if its full so its like perm xd")
1467 print(prefix.."nonperm -- (Ex_/AdminJoy Owner gave me dis) Undo the perm effect")
1468 print(prefix.."clicktp -- Click tp tool")
1469 print(prefix.."attach -- Attach to objects glitch (PS: Doesnt do your camera for you)")
1470 print(prefix.."tkick -- Attempt to crash someone")
1471 print(prefix.."boombox -- boombox ;-;")
1472 print(prefix.."ds -- Sets up rainbow dancing sword hats (Doesnt inject the script tho xd)")
1473 print(prefix.."movepads -- Move admin pads")
1474 print(prefix.."movehouse -- Move the house")
1475 print(prefix.."moveobbybox -- Move the obby box")
1476 print(prefix.."moveadmindividers -- Move the admin deviders")
1477 print(prefix.."moveresetpad -- Super skydive the reset pad")
1478 print(prefix.."moveobbybricks -- Remove the obby kill bricks")
1479 print(prefix.."nok -- Learned something today, they remove the touch.")
1480 print(prefix.."movebuildingbricks -- move the building bricks")
1481 print(prefix.."wkick (plr) -- Knock someones internet connection to roblox offline for 1-5minutes maybe longer")
1482 print(prefix.."disablerc -- Disable everyones shiftlock and rightclick xd (UNDOABLE!)")
1483 print(prefix.."setspawnpoints (plr)-- Set the world spawn!")
1484 print(prefix.."cmds -- Print all commands to console")
1485 print(prefix.."allpads -- Take all the admin pads!")
1486 print(prefix.."lua (Code) -- Inject lua code without need to open your injector! ( Used for modding)")
1487 print(prefix.."rej -- Rejoin command xd")
1488 print(prefix.."lagall -- Really powerful 60k spaces one extra char crasher")
1489 print(prefix.."tesk (plr) -- But better.")
1490 print(prefix.."findresetpad -- Teleport to the reset pad if its detected")
1491 print(prefix.."rocket (plr) -- Turn someone into a rocket D:")
1492 print(prefix.."rrocket (plr) -- Turn someone into a RAINBOW ROCKET D:")
1493 print(prefix.."bangears (plr) -- Ban someone from using gears!")
1494 print(prefix.."movebaseplate -- Move the baseplate")
1495 print(prefix.."alltools -- hold all tools (Premium-Requested)")
1496 print(prefix.."traplogs -- Fill logs up with the worse chars you can get.")
1497 print(prefix.."tool (1-5) (Plr) -- Get a tool!")
1498 print(prefix.."play (1-24) -- Play inbuilt music without an id :D")
1499 print(prefix.."noob (Plr) -- Turn them into a useless weak noobs D:")
1500 print(prefix.."rat (Plr) -- Turn them into a rat #RatArmy!")
1501 print(prefix.."titan (Plr) -- Turn them into a massive titan D:")
1502 print(prefix.."ohnana -- Nana oh nana~")
1503 print(prefix.."infjump --Enable inf jump")
1504 print(prefix.."heykindle (Plr) -- Turn someone into a kindle")
1505 print(prefix.."disguise -- Generate a random UserID then disguise yourself as them")
1506 print(prefix.."nitroguy (Plr) -- Turn someone into a nitro rich like guy!")
1507 print(prefix.."glitchshadow (Plr) -- Turn someone into a GLITCHED SHADOW(Char)")
1508 print(prefix.."headfloat (Plr) -- Make someones head float D:")
1509 print(prefix.."haku -- Turn yourself into a dumbass")
1510 print(prefix.."color all random -- Paint a set of objects a random colour!")
1511 print(prefix.."color all all (Number) -- Paint a set of objects an optional colour!")
1512 print(prefix.."color all red (Number) -- Paint a set of objects an optional colour!")
1513 print(prefix.."color all green (Number) -- Paint a set of objects an optional colour!")
1514 print(prefix.."color all blue (Number) -- Paint a set of objects an optional colour!")
1515 print(prefix.."color house random -- Paint a set of objects a random colour!")
1516 print(prefix.."color obby random -- Paint a set of objects a random colour!")
1517 print(prefix.."color obbybricks random -- Paint a set of objects a random colour!")
1518 print(prefix.."playbackspeed (Float) -- Add (Float) to the sound/music pitch (Client-sided)")
1519 print(prefix.."volume (Float) -- Add (Float) to the sound/music volume (Client-sided)")
1520 print(prefix.."shortcutchat (Msg) -- Send into the shortcut chat custom test")
1521 print(prefix.."antidelay (Num) -- Set the antis delays.")
1522 print(prefix.."padban (Plr) -- Ban seomeon from pads")
1523 print(prefix.."unpadban (Plr) -- Unban seomeon from pads")
1524 print(prefix.."control (Plr) -- Allow yourself to control someone(Kinda?)")
1525 print(prefix.."whitelist (Plr) -- Let someone use your commands")
1526 print(prefix.."unwhitelist (Plr) -- Remove someones ability to use your commands")
1527 print(prefix.."admin (Plr) -- Give someone temp perm")
1528 print(prefix.."unadmin (Plr) -- Remove someones temp perm")
1529 print(prefix.."fixbp (Plr) -- NEEDS A PLAYER INPUT! fixes the baseplate(SPAM TP TO THE PERSON YOU PUT IN FIXBP (PLR) TO REPLACE THE PAD MULTIPLE TIMES!")
1530 print(prefix.."house -- Teleport to the house")
1531 print(prefix.."spawn -- Teleport to spawn2")
1532 print(prefix.."color all original -- Skidded from Oofkohls took fucking hours to port over to shortcut-")
1533 print(prefix.."fps -- Enable an fps booster")
1534 print(prefix.."ignore -- Ignore them and let them attach to objects also enables antikill and antijail xd")
1535 print(prefix.."unignore -- removes them from the ignore list")
1536 print(prefix.."skydive -- Skydives you without admin")
1537 print(prefix.."rrej -- Rejoin a random server WITHOUT THE SHORTCUT HUB!")
1538 print(prefix.."sch -- Rejoin a random kohls server(WIP)")
1539 print(prefix.."getpos -- Print position to CHAT.")
1540 print("(New) "..prefix.."sm (Msg) -- Talk as the server! (HintGUI)")
1541 print("")
1542 print("----- Main commands(Recm) -----")
1543 print(prefix.."togglenames -- Anti/Main modules list (run this for the main modules in /console)")
1544 print(prefix.."toggle (AntiName) -- Toggle an anti/main module")
1545 print(prefix.."upme -- Unpunish yourself if your not an admin xd")
1546 print(prefix.."shutdown -- Shutdown the server")
1547 print(prefix.."srj -- Rejoin the smallest server shortcut can find")
1548 print(prefix.."rjg (Num) -- Rejoin a random server with that set value of players inside of it")
1549 print("")
1550 print("----- Modded commands -----")
1551 for i,v in pairs(api_commands) do
1552 print(prefix..api_commands[i])
1553 end
1554 print("")
1555 print("Credits to these people for code")
1556 print("Impuritex#5719 for the rrej cmd")
1557 print("")
1558 print("----- Versions info -----")
1559 print("v0.14.1 -- Added mods so you can expand to shortcut also added new commands")
1560 print("v0.13.1 -- Added "..prefix.."rrej for faster rejoining also added a new whitelist type (ignore/unignore) made for antis to give someone antikill and antijail")
1561 print("v0.12.3 -- added a protection msg fixed some antis redid bangears its now "..prefix.."bangears (plr) and fixed up antiattach")
1562 print("v0.12.2 -- Finished importing shortcut hub")
1563 print("v0.12.1 -- Added "..prefix.."color all original bruh please use it xd also added "..prefix.."shutdown & Shortcut hub")
1564 print("v0.11.2 -- Added a few new commands fixed bugs also added antivoid")
1565 print("v0.11.1 -- Added "..prefix.."whitelist/unwhitelist(REJOIN SUPPORTED) also added "..prefix.."admin/unadmin(REJOIN SUPPORTED) dont remember what else i added xD")
1566 print("v0.10.3 -- Renamed "..prefix.."noobbykill to "..prefix.."nok also added two new OP commands(RESETS PADS)")
1567 print("v0.10.2 -- Added "..prefix.."toggle antiattach also fixed up "..prefix.."toggle padsenforcement")
1568 print("v0.10.1 -- Added "..prefix.."toggle padsenforcement also fixed up "..prefix.."shortcutchat")
1569 print("v0.9.5 -- Fixed the massive delay issue xd also added a new command")
1570 print("v0.9.4 -- Added new SELFBOT! enable via "..prefix.."toggle everyonecommands PREFIX IS -! self bot has a messages per second counter btw also shortcutchat is now a thing")
1571 print("v0.9.3 -- Added antilogs and superlogs(See every message, "..prefix.."togglenames)")
1572 print("v0.9.2 -- Fixed a bug with a command that tried to run "..prefix.."lagall plus added changing prefix support in "..prefix.."cmds")
1573 print("v0.9.1 -- Mainly an update for adding anti's xd (Free premium) (FIXED lagall!)")
1574 end -- Players.Character.Humanoid.JumpPower = 1000
1575
1576 if string.sub(msg:lower(), 0, 7) == prefix.."set jp" then
1577 local Power = tonumber(string.sub(msg:lower(), 9))
1578 game.Players.LocalPlayer.Character.Humanoid.JumpPower = Power
1579 end
1580
1581 if string.sub(msg:lower(), 0, 3) == prefix.."sm" then
1582 local box = string.sub(msg:lower(), 5)
1583 hint("Server message", box)
1584 end
1585
1586 if string.sub(msg:lower(), 0, 11) == prefix.."set lagall" then
1587 local Power = tonumber(string.sub(msg:lower(), 15)) -- get the power amount as an int.
1588 logn("Power is now being set to "..string.sub(msg:lower(), 15))
1589 logn("Calculating, please wait.")
1590 local str1 = ""
1591 for i = Power,1,-1 do
1592 str1 = str1..onekspaces.."g"
1593 end
1594 crashall_Text = str1
1595 end
1596
1597 if string.sub(msg:lower(), 0, 10) == prefix.."antidelay" then
1598 antidelay = tonumber( string.sub(msg:lower(), 12))
1599 end
1600
1601 if string.sub(msg:lower(), 0, 14) == prefix.."color all all" then
1602 local Num = tonumber(string.sub(msg:lower(), 16))
1603 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1604 Spawn(function()
1605 if v:IsA("Part") then
1606 local Partse =
1607 {
1608 ["Part"] = v,
1609 ["Color"] = Color3.new(Num,Num,Num)
1610 }
1611 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1612 end
1613 end)
1614 end
1615 end
1616
1617 if string.sub(msg:lower(), 0, 14) == prefix.."color all red" then
1618 local Num = tonumber(string.sub(msg:lower(), 16))
1619 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1620 Spawn(function()
1621 if v:IsA("Part") then
1622 local Partse =
1623 {
1624 ["Part"] = v,
1625 ["Color"] = Color3.new(Num,0,0)
1626 }
1627 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1628 end
1629 end)
1630 end
1631 end
1632
1633 if string.sub(msg:lower(), 0, 17) == prefix.."color all green" then
1634 local Num = tonumber(string.sub(msg:lower(), 18))
1635 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1636 Spawn(function()
1637 if v:IsA("Part") then
1638 local Partse =
1639 {
1640 ["Part"] = v,
1641 ["Color"] = Color3.new(0,Num,0)
1642 }
1643 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1644 end
1645 end)
1646 end
1647 end
1648
1649 if string.sub(msg:lower(), 0, 15) == prefix.."color all blue" then
1650 local Num = tonumber(string.sub(msg:lower(), 17))
1651 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1652 Spawn(function()
1653 if v:IsA("Part") then
1654 local Partse =
1655 {
1656 ["Part"] = v,
1657 ["Color"] = Color3.new(0,0,Num)
1658 }
1659 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1660 end
1661 end)
1662 end
1663 end
1664
1665 if string.sub(msg:lower(), 0, 17) == prefix.."color all random" then
1666 logn("This is a strip of Color3 it works its way through every block SLOWLY want it to keep changing then ;spam it")
1667 game.Players:Chat("gear me 00000000000000000018474459")
1668 wait(1)
1669 game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.PaintBucket)
1670 wait(0.25)
1671 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1672 Spawn(function()
1673 if v:IsA("Part") then
1674 local Partse =
1675 {
1676 ["Part"] = v,
1677 ["Color"] = Color3.new(math.random(0, 255), math.random(0, 255), math.random(0, 255))
1678 }
1679 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1680 end
1681 end)
1682 end
1683 end
1684
1685 if string.sub(msg:lower(), 0, 19) == prefix.."color house random" then
1686 logn("This is a strip of Color3 it works its way through every block SLOWLY want it to keep changing then ;spam it")
1687 game.Players:Chat("gear me 00000000000000000018474459")
1688 wait(1)
1689 game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.PaintBucket)
1690 wait(0.25)
1691 for i,v in pairs(Workspace_Folder["Basic House"]:GetChildren()) do
1692 Spawn(function()
1693 if v:IsA("Part") then
1694 local Partse =
1695 {
1696 ["Part"] = v,
1697 ["Color"] = Color3.new(math.random(0, 255), math.random(0, 255), math.random(0, 255))
1698 }
1699 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1700 end
1701 end)
1702 end
1703 end
1704
1705 if string.sub(msg:lower(), 0, 24) == prefix.."color obbybricks random" then
1706 logn("This is a strip of Color3 it works its way through every block SLOWLY want it to keep changing then ;spam it")
1707 game.Players:Chat("gear me 00000000000000000018474459")
1708 wait(1)
1709 game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.PaintBucket)
1710 wait(0.25)
1711 for i, v in pairs(Workspace_Folder["Obby"]:GetChildren()) do
1712 Spawn(function()
1713 if v:IsA("Part") then
1714 local Partse =
1715 {
1716 ["Part"] = v,
1717 ["Color"] = Color3.new(math.random(0, 255), math.random(0, 255), math.random(0, 255))
1718 }
1719 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1720 end
1721 end)
1722 end
1723 end
1724
1725 if string.sub(msg:lower(), 0, 18) == prefix.."color obby random" then
1726 logn("This is a strip of Color3 it works its way through every block SLOWLY want it to keep changing then ;spam it")
1727 game.Players:Chat("gear me 00000000000000000018474459")
1728 wait(1)
1729 game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.PaintBucket)
1730 wait(0.25)
1731 for i, v in pairs(Workspace_Folder["Obby Box"]:GetChildren()) do
1732 Spawn(function()
1733 if v:IsA("Part") then
1734 local Partse =
1735 {
1736 ["Part"] = v,
1737 ["Color"] = Color3.new(math.random(0, 255), math.random(0, 255), math.random(0, 255))
1738 }
1739 game:GetService("Workspace")[game.Players.LocalPlayer.Name].PaintBucket:WaitForChild("Remotes").ServerControls:InvokeServer("PaintPart", Partse)
1740 end
1741 end)
1742 end
1743 end
1744
1745 if string.sub(msg:lower(), 0, 7) == prefix.."tool 1" then
1746 local player = string.sub(msg:lower(), 9)
1747 game.Players:Chat("gear "..player.." 00000000000000000079446473")
1748 end
1749
1750 if string.sub(msg:lower(), 0, 7) == prefix.."tool 2" then
1751 local player = string.sub(msg:lower(), 9)
1752 game.Players:Chat("gear "..player.." 000000000000000000236438668")
1753 end
1754
1755 if string.sub(msg:lower(), 0, 7) == prefix.."tool 3" then
1756 local player = string.sub(msg:lower(), 9)
1757 game.Players:Chat("gear "..player.." 00000000000000000018474459")
1758 end
1759
1760 if string.sub(msg:lower(), 0, 7) == prefix.."tool 4" then
1761 local player = string.sub(msg:lower(), 9)
1762 game.Players:Chat("gear "..player.." 000000000000000000124126528")
1763 end
1764
1765 if string.sub(msg:lower(), 0, 7) == prefix.."tool 5" then
1766 local player = string.sub(msg:lower(), 9)
1767 game.Players:Chat("gear "..player.." 00000000000000000035683911")
1768 end
1769
1770 if string.sub(msg:lower(), 0, 7) == prefix.."play 1" then
1771 game.Players:Chat("music 0000000000000000001374378794")
1772 end
1773
1774 if string.sub(msg:lower(), 0, 7) == prefix.."play 2" then
1775 game.Players:Chat("music 000000000000000000419365372")
1776 end
1777
1778 if string.sub(msg:lower(), 0, 7) == prefix.."play 3" then
1779 game.Players:Chat("music 0000000000000000002631240760")
1780 end
1781
1782 if string.sub(msg:lower(), 0, 7) == prefix.."play 4" then
1783 game.Players:Chat("music 0000000000000000004904305258")
1784 end
1785
1786 if string.sub(msg:lower(), 0, 7) == prefix.."play 5" then
1787 game.Players:Chat("music 0000000000000000005682636501")
1788 end
1789
1790 if string.sub(msg:lower(), 0, 7) == prefix.."play 6" then
1791 game.Players:Chat("music 0000000000000000004662452515")
1792 end
1793
1794 if string.sub(msg:lower(), 0, 7) == prefix.."play 7" then
1795 game.Players:Chat("music 0000000000000000005648499584")
1796 end
1797
1798 if string.sub(msg:lower(), 0, 7) == prefix.."play 8" then
1799 game.Players:Chat("music 0000000000000000002037521028")
1800 end
1801
1802 if string.sub(msg:lower(), 0, 7) == prefix.."play 9" then
1803 game.Players:Chat("music 0000000000000000006215456978")
1804 end
1805
1806 if string.sub(msg:lower(), 0, 8) == prefix.."play 10" then
1807 game.Players:Chat("music 000000000000000000142376088")
1808 end
1809
1810 if string.sub(msg:lower(), 0, 8) == prefix.."play 11" then
1811 game.Players:Chat("music 0000000000000000004907888572")
1812 end
1813
1814 if string.sub(msg:lower(), 0, 8) == prefix.."play 12" then
1815 game.Players:Chat("music 0000000000000000005878555132")
1816 end
1817
1818 if string.sub(msg:lower(), 0, 8) == prefix.."play 13" then
1819 game.Players:Chat("music 0000000000000000002230668518")
1820 end
1821
1822 if string.sub(msg:lower(), 0, 8) == prefix.."play 14" then
1823 game.Players:Chat("music 000000000000000000621545697")
1824 end
1825
1826 if string.sub(msg:lower(), 0, 8) == prefix.."play 15" then
1827 game.Players:Chat("music 0000000000000000002256171111")
1828 end
1829
1830 if string.sub(msg:lower(), 0, 8) == prefix.."play 16" then
1831 game.Players:Chat("music 000000000000000000213336468")
1832 end
1833
1834 if string.sub(msg:lower(), 0, 9) == prefix.."alltools" then
1835 for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
1836 Spawn(function()
1837 if v:IsA'Tool' then
1838 v.Parent = game.Players.LocalPlayer.Character
1839 end
1840 end)
1841 end
1842 end
1843
1844 if string.sub(msg:lower(), 0, 8) == prefix.."play 17" then
1845 game.Players:Chat("music 0000000000000000006079757615")
1846 end
1847
1848 if string.sub(msg:lower(), 0, 8) == prefix.."play 18" then
1849 game.Players:Chat("music 0000000000000000005180097131")
1850 end
1851
1852 if string.sub(msg:lower(), 0, 8) == prefix.."play 19" then
1853 game.Players:Chat("music 0000000000000000005253604010")
1854 end
1855
1856 if string.sub(msg:lower(), 0, 8) == prefix.."play 20" then
1857 game.Players:Chat("music 000000000000000000357357714")
1858 end
1859
1860 if string.sub(msg:lower(), 0, 8) == prefix.."play 21" then
1861 game.Players:Chat("music 0000000000000000005711590979")
1862 end
1863
1864 if string.sub(msg:lower(), 0, 8) == prefix.."play 22" then
1865 game.Players:Chat("music 0000000000000000005008472494")
1866 end
1867
1868 if string.sub(msg:lower(), 0, 8) == prefix.."play 23" then
1869 game.Players:Chat("music 0000000000000000006347294109")
1870 end
1871
1872 if string.sub(msg:lower(), 0, 8) == prefix.."play 24" then
1873 game.Players:Chat("music 0000000000000000005510157925")
1874 end
1875
1876 if string.sub(msg:lower(), 0, 8) == prefix.."play 25" then
1877 game.Players:Chat("music 0000000000000000002614260103")
1878 end
1879
1880 if string.sub(msg:lower(), 0, 10) == prefix.."heykindle" then
1881 local player = string.sub(msg:lower(), 12)
1882 game.Players:Chat("char "..player.." 1692633945")
1883 game.Players:Chat("name "..player.." ")
1884 end
1885
1886 if string.sub(msg:lower(), 0, 5) == prefix.."haku" then
1887 local player = string.sub(msg:lower(), 7)
1888 game.Players:Chat("char "..player.." 1110535975")
1889 game.Players:Chat("name "..player.." ")
1890 end
1891
1892 if string.sub(msg:lower(), 0, 9) == prefix.."nitroguy" then
1893 local player = string.sub(msg:lower(), 11)
1894 game.Players:Chat("char "..player.." 10000")
1895 game.Players:Chat("name "..player.." ")
1896 end
1897
1898 if string.sub(msg:lower(), 0, 13) == prefix.."glitchshadow" then
1899 local player = string.sub(msg:lower(), 12)
1900 game.Players:Chat("char "..player.." 2226928111")
1901 game.Players:Chat("name "..player.." ")
1902 end -- GlitchShad0wKin93
1903
1904 if string.sub(msg:lower(), 0, 10) == prefix.."headfloat" then
1905 local player = string.sub(msg:lower(), 12)
1906 game.Players:Chat("size "..player.." 0.5")
1907 wait(0.25)
1908 game.Players:Chat("bighead "..player)
1909 wait(0.25)
1910 game.Players:Chat("unsize "..player)
1911 end
1912
1913 if string.sub(msg:lower(), 0, 5) == prefix.."upme" then
1914 game.Players.LocalPlayer.Character:Destroy()
1915 end
1916
1917 if string.sub(msg:lower(), 0, 13) == prefix.."shortcutchat" then
1918 game.Players:Chat("handes "..string.sub(msg:lower(), 15))
1919 end
1920
1921 if string.sub(msg:lower(), 0, 7) == prefix.."rocket" then
1922 local player = string.sub(msg:lower(), 9)
1923 game.Players:Chat("dog "..player)
1924 wait(0.25)
1925 game.Players:Chat("size "..player.." 0.3")
1926 end
1927
1928 if string.sub(msg:lower(), 0, 8) == prefix.."rrocket" then
1929 local player = string.sub(msg:lower(), 10)
1930 game.Players:Chat("trail "..player.." rainbow")
1931 game.Players:Chat("dog "..player)
1932 wait(0.25)
1933 game.Players:Chat("size "..player.." 0.3")
1934 end
1935
1936 if string.sub(msg:lower(), 0, 9) == prefix.."disguise" then
1937 local player = string.sub(msg:lower(), 11)
1938 game.Players:Chat("char "..player.." "..math.random(1000000000, 2147483647))
1939 game.Players:Chat("name "..player)
1940 end
1941
1942 if string.sub(msg:lower(), 0, 5) == prefix.."noob" then
1943 local player = string.sub(msg:lower(), 7)
1944 game.Players:Chat("char "..player.." 4")
1945 wait(1)
1946 game.Players:Chat("size "..player.." 0000000000000000000.8")
1947 game.Players:Chat("name "..player.." Yellow")
1948 end
1949
1950 if string.sub(msg:lower(), 0, 4) == prefix.."rej" then
1951 game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
1952 end
1953
1954 if string.sub(msg:lower(), 0, 4) == prefix.."rat" then
1955 local player = string.sub(msg:lower(), 6)
1956 game.Players:Chat("char "..player.." 6")
1957 wait(1)
1958 game.Players:Chat("hat "..player.." 0000000000000000006203125039")
1959 game.Players:Chat("name "..player.." Rat")
1960 game.Players:Chat("size "..player.." 0000000000000000000.8")
1961 game.Players:Chat("speed "..player.." 00000000000000000026")
1962 end
1963
1964 if string.sub(msg:lower(), 0, 6) == prefix.."titan" then
1965 local player = string.sub(msg:lower(), 8)
1966 game.Players:Chat("char "..player.." 4")
1967 wait(1)
1968 game.Players:Chat("skydive "..player)
1969 game.Players:Chat("paint "..player.." red")
1970 game.Players:Chat("name "..player.." Titan")
1971 game.Players:Chat("size "..player.." 0000000000000000005")
1972 game.Players:Chat("speed "..player.." 00000000000000000024")
1973 game.Players:Chat("pants "..player.." 0000000000000000001187508947")
1974 end
1975
1976 if string.sub(msg:lower(), 0, 7) == prefix.."ohnana" then
1977 game.Players:Chat("time 0000000000000000000")
1978 game.Players:Chat("fogend 000000000000000000250")
1979 game.Players:Chat("disco")
1980 game.Players:Chat("h Nana oh nana")
1981 game.Players:Chat(prefix.."play 1")
1982 end
1983
1984 if string.sub(msg:lower(), 0, 14) == prefix.."playbackspeed" then
1985 local newPlaybackSpeed = tonumber(string.sub(msg:lower(), 16))
1986 local Sound = game:GetService("Workspace").Terrain["_Game"].Folder.Sound
1987 Sound.PlaybackSpeed = newPlaybackSpeed
1988 end
1989
1990 if string.sub(msg:lower(), 0, 7) == prefix.."volume" then
1991 local newVolume = tonumber(string.sub(msg:lower(), 9))
1992 local Sound = game:GetService("Workspace").Terrain["_Game"].Folder.Sound
1993 Sound.Volume = newVolume
1994 end
1995
1996 if string.sub(msg:lower(), 0, 9) == prefix.."bangears" then
1997 game.Players:Chat("gear me 00000000000000000082357101")
1998 wait(0.50)
1999 game.Players:Chat(prefix.."alltools")
2000 wait(0.50)
2001 names = game.Players:GetChildren()
2002 local name = string.sub(msg:lower(), 11)
2003 for i,v in pairs(names) do
2004 strlower = string.lower(v.Name)
2005 sub = string.sub(strlower,1,#name)
2006 if name == sub then
2007 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
2008 wait(0.25)
2009 local JailPlayer = v.Name
2010 workspace[game.Players.LocalPlayer.Name].PortableJustice.MouseClick:FireServer(workspace[JailPlayer])
2011 wait(0.25)
2012 game.Players:Chat("reset "..v.Name)
2013 end
2014 end
2015 wait(0.50)
2016 game.Players:Chat("gear me 00000000000000000082357101")
2017 wait(0.50)
2018 game.Players:Chat(prefix.."alltools")
2019 wait(0.50)
2020 names = game.Players:GetChildren()
2021 local name = string.sub(msg:lower(), 11)
2022 for i,v in pairs(names) do
2023 strlower = string.lower(v.Name)
2024 sub = string.sub(strlower,1,#name)
2025 if name == sub then
2026 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
2027 wait(0.25)
2028 local JailPlayer = v.Name
2029 workspace[game.Players.LocalPlayer.Name].PortableJustice.MouseClick:FireServer(workspace[JailPlayer])
2030 wait(0.25)
2031 game.Players:Chat("reset "..v.Name)
2032 end
2033 end
2034 end
2035
2036 if string.sub(msg:lower(), 0, 19) == prefix.."toggle anticrashvg" then
2037 anticrashVG = not anticrashVG
2038 logn("anticrashVG is now set to "..tostring(anticrashVG))
2039 end
2040
2041 if string.sub(msg:lower(), 0, 24) == prefix.."toggle antijailgearban" then
2042 antijailgearban = not antijailgearban
2043 logn("antijailgearban is now set to "..tostring(antijailgearban))
2044 end
2045
2046 if string.sub(msg:lower(), 0, 21) == prefix.."toggle antigrayscale" then
2047 antigrayscale = not antigrayscale
2048 logn("antigrayscale is now set to "..tostring(antigrayscale))
2049 end
2050
2051 if string.sub(msg:lower(), 0, 16) == prefix.."toggle antikill" then
2052 antikill = not antikill
2053 logn("antikill is now set to "..tostring(antikill))
2054 end
2055
2056 if string.sub(msg:lower(), 0, 17) == prefix.."toggle antijail" then
2057 antijail = not antijail
2058 logn("antijail is now set to "..tostring(antijail))
2059 end
2060
2061 if string.sub(msg:lower(), 0, 19) == prefix.."toggle mymusiconly" then
2062 mymusiconly = not mymusiconly
2063 logn("mymusiconly is now set to "..tostring(mymusiconly))
2064 end
2065
2066 if string.sub(msg:lower(), 0, 16) == prefix.."toggle antilogs" then
2067 antilogs = not antilogs
2068 logn("antilogs is now set to "..tostring(antilogs))
2069 end
2070
2071 if string.sub(msg:lower(), 0, 13) == prefix.."toggle mmoid" then
2072 mymusiconly_ID = tonumber(string.sub(msg:lower(), 15))
2073 logn("mymusiconly_id is now set to "..tostring(mymusiconly_ID))
2074 mymusiconly = true
2075 end
2076
2077 if string.sub(msg:lower(), 0, 17) == prefix.."toggle superlogs" then
2078 Superlogs = not Superlogs
2079 logn("Superlogs is now set to "..tostring(Superlogs))
2080 end
2081
2082 if string.sub(msg:lower(), 0, 23) == prefix.."toggle padsenforcement" then
2083 padsEnforcement = not padsEnforcement
2084 logn("padsEnforcement is now set to "..tostring(padsEnforcement))
2085 end
2086
2087 if string.sub(msg:lower(), 0, 24) == prefix.."toggle everyonecommands" then
2088 everyonecommands = not everyonecommands
2089 logn("everyonecommands is now set to "..tostring(everyonecommands))
2090 end
2091
2092 if string.sub(msg:lower(), 0, 18) == prefix.."toggle antiattach" then
2093 antiattach = not antiattach
2094 logn("antiattach is now set to "..tostring(antiattach))
2095 end
2096
2097 if string.sub(msg:lower(), 0, 18) == prefix.."toggle antivoid" then
2098 antivoid = not antivoid
2099 logn("antivoid is now set to "..tostring(antivoid))
2100 end
2101
2102 if string.sub(msg:lower(), 0, 12) == prefix.."togglenames" then
2103 print("----- Anti's -----")
2104 print("anticrashvg (anticrashVG)"..tostring(anticrashVG))
2105 print("antijailgearban "..tostring(antijailgearban))
2106 print("antigrayscale "..tostring(antigrayscale))
2107 print("antikill "..tostring(antikill))
2108 print("antijail "..tostring(antijail))
2109 print("mymusiconly "..tostring(mymusiconly))
2110 print("mmoid (mymusiconly_ID) "..tostring(mymusiconly_ID))
2111 print("antilogs "..tostring(antilogs))
2112 print("superlogs (Superlogs)"..tostring(Superlogs))
2113 print("everyonecommands "..tostring(everyonecommands))
2114 print("padsenforcement (padsEnforcement)"..tostring(padsEnforcement))
2115 print("antiattach"..tostring(antiattach))
2116 print("antivoid"..tostring(antivoid))
2117 print("")
2118 end
2119 -- loadstring(game:HttpGet("https://pastebin.com/raw/BnccXAFV", true))()
2120end)
2121
2122function regen()
2123 fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0)
2124end
2125
2126local RunService = game:GetService("RunService")
2127RunService.RenderStepped:Connect(function()
2128 if antikick == true then
2129 for i, v in pairs(game.Players.LocalPlayer.PlayerGui:GetDescendants()) do
2130 if v.Name == "MessageGUI" or v.Name == "Message" or v.Name == "EFFECTGUIBLIND" or v.Name == "HintGUI" then
2131 v:Destroy()
2132 end
2133 end
2134 for i,v in pairs(game.Workspace.Terrain["_Game"].Folder:GetDescendants()) do
2135 if v.Name == "Message" then
2136 v:Destroy()
2137 end
2138 end
2139 end
2140end)
2141
2142function transformToColor3(col) -- Oofkohls
2143 local r = col.r
2144 local g = col.g
2145 local b = col.b
2146 return Color3.new(r,g,b);
2147end
2148
2149Spawn(function()
2150 while true do
2151 wait(0.05)
2152 if teskking == true then
2153 game.Players:Chat("pm "..Wteskking.." "..oofkohlsPmSpam)
2154 end
2155
2156 if spamming == true then
2157 game.Players:Chat(Wspamming)
2158 end
2159
2160 if wkicking == true then
2161 game.Players:Chat("gear "..Wwkicking.." 000000000000000000253519495")
2162 end
2163
2164 if crashall == true then
2165 game.Players:Chat("h "..crashall_Text)
2166 end
2167
2168 if anticrashVG == true then
2169 if allowcrash == false then
2170 for i, player in pairs(game:GetService("Players"):GetPlayers()) do
2171 if player.Character then
2172 if player.Character:FindFirstChild("VampireVanquisher") then
2173 local plrname = player.Name
2174 game.Players:Chat(("ungear "..plrname))
2175 game.Players:Chat(("unsize "..plrname))
2176 if AllowMessages == true then
2177 if allowads == true then
2178 game.Players:Chat("h "..plrname.." failed to crash the server (Shortcut)")
2179 else
2180 game.Players:Chat("h "..plrname.." failed to crash the server")
2181 end
2182 end
2183 wait(0.28)
2184 end
2185 if player.Character:FindFirstChild("HumanoidRootPart") then
2186 if player.Character.HumanoidRootPart.Size.Y <= 0.3 then
2187 local plrname = player.Name
2188 game.Players:Chat(("reset "..plrname))
2189 game.Players:Chat(("unclone "..plrname))
2190 if AllowMessages == true then
2191 if allowads == true then
2192 game.Players:Chat("h "..plrname.." failed to crash the server (Shortcut)")
2193 else
2194 game.Players:Chat("h "..plrname.." failed to crash the server")
2195 end
2196 end
2197 wait(0.28)
2198 end
2199 end
2200 end
2201 end
2202 end
2203 end
2204
2205 if antijailgearban == true then
2206 if game.Players.LocalPlayer.Character:FindFirstChild("Part") then
2207 game.Players.LocalPlayer.Character:FindFirstChild("Part"):Destroy()
2208 wait(0.25)
2209 game.Players:Chat("speed me 16")
2210 game.Players:Chat(prefix.."set jp 50")
2211 if AllowMessages == true then
2212 if allowads == true then
2213 game.Players:Chat("h Cant remove my gears xd. (ShortCut)")
2214 else
2215 game.Players:Chat("h Cant remove my gears xd.")
2216 end
2217 end
2218 end
2219 end
2220 end
2221end)
2222
2223binarylist = {
2224 ['0'] = '0000',
2225 ['1'] = '0001',
2226 ['2'] = '0010',
2227 ['3'] = '0011',
2228 ['4'] = '0100',
2229 ['5'] = '0101',
2230 ['6'] = '0110',
2231 ['7'] = '0111',
2232 ['8'] = '1000',
2233 ['9'] = '1001',
2234 ['10']= '1010',
2235 ['11']= '1011',
2236 ['12']= '1100',
2237 ['13']= '1101',
2238 ['14']= '1110',
2239 ['15']= '1111'
2240)
2241
2242function tobinary(num) -- While great it maxes at 15 D:
2243 if num > 15 then
2244 error([[-- Shortcut mods error --
2245Number "]]..num..[[" is way to big to create a
22464bit binary number from
2247(Not reportable)
2248ID #0011 (4-bit Binary Number)
2249-- Shortcut mods error --]])
2250 else
2251 return binarylist[tostring(num)]
2252 end
2253end
2254
2255spawn(function()
2256 function Backup() -- In work
2257 data = ""
2258 if antijailgearban == true then
2259 data = "1"
2260 else
2261 data = "0"
2262 end
2263 if antigrayscale == true then
2264 data = data.."1"
2265 else
2266 data = data.."0"
2267 end
2268 if antikill == true then
2269 data = data.."1"
2270 else
2271 data = data.."0"
2272 end
2273 if antijail == true then
2274 data = data.."1"
2275 else
2276 data = data.."0"
2277 end
2278 if antikill == true then
2279 data = data.."1"
2280 else
2281 data = data.."0"
2282 end
2283 if Superlogs == true then
2284 data = data.."1"
2285 else
2286 data = data.."0"
2287 end
2288 if everyonecommands == true then
2289 data = data.."1"
2290 else
2291 data = data.."0"
2292 end
2293 if padsEnforcement == true then
2294 data = data.."1"
2295 else
2296 data = data.."0"
2297 end
2298 if antiattach == true then
2299 data = data.."1"
2300 else
2301 data = data.."0"
2302 end
2303 if antivoid == true then
2304 data = data.."1"
2305 else
2306 data = data.."0"
2307 end
2308
2309 return data
2310 end
2311end)
2312
2313apis = {}
2314api_commands = {}
2315apis_cmdPref = {}
2316apis_Credits = {}
2317apis_Version = {}
2318apis_EncryptionKeys = {}
2319
2320spawn(function()
2321 -- Mods
2322 -- Mods
2323
2324 function hint(plr, msg)
2325 game.Players:Chat([[h
2326
2327
2328
2329
2330]]..plr..[[: ]]..msg..[[
2331
2332
2333
2334
2335
2336]])
2337 end
2338
2339 function wifiFix()
2340 wait(0.1)
2341 end
2342
2343 function CreateAPI(modApi, cmdPref, credits, version)
2344 local foundApi = false
2345 for i,v in pairs(apis) do
2346 if apis[i] == modApi then
2347 foundApi = true
2348 end
2349 end
2350 if foundApi == true then
2351 error([[-- Shortcut mods error --
2352found valid API "]]..modApi..[[" please check if it exists
2353else report this as an error
2354ID #0010 (4-bit Binary Number)
2355-- Shortcut mods error --]])
2356 elseif foundApi == false then
2357 table.insert(apis, modApi) -- Store API's main name
2358 table.insert(apis_cmdPref, cmdPref) -- Store what you use to call API
2359 table.insert(apis_Credits, credits) -- Store API's credits
2360 table.insert(apis_Version, version) -- Store API's version
2361 table.insert(apis_EncryptionKeys, [[0000 0000 0000 0000]]) -- Store API's version
2362 end
2363 end
2364
2365 function CreateCommand(modApi, cmdPref, lowerSup, func)
2366 local foundApi = false
2367 local l = 0
2368 for i,v in pairs(apis) do
2369 if apis[i] == modApi then
2370 foundApi = true
2371 l = i
2372 end
2373 end
2374 if foundApi == true then
2375 table.insert(api_commands, apis_cmdPref[l].." "..cmdPref) -- Store command!
2376 game.Players.LocalPlayer.Chatted:Connect(function(msg)
2377 if lowerSup == true then
2378 if msg:lower() == prefix..apis_cmdPref[l].." "..cmdPref then
2379 func();
2380 end
2381 elseif lowerSup == false then
2382 if msg == prefix..apis_cmdPref[l].." "..cmdPref then
2383 func();
2384 end
2385 end
2386 end)
2387 elseif foundApi == false then
2388 error([[-- Shortcut mods error --
2389Cant find valid API "]]..modApi..[[" please check if it exists
2390else report this as an error
2391ID #0001 (4-bit Binary Number)
2392-- Shortcut mods error --]])
2393 end
2394 end
2395 -- Mods
2396 -- Mods
2397
2398 wait(0.1)
2399
2400 local API = "Shortcut"
2401 local data = {tobinary(0), tobinary(1), tobinary(2), tobinary(3), tobinary(4), tobinary(5), tobinary(6), tobinary(7), tobinary(8), tobinary(9), tobinary(10), tobinary(11), tobinary(12), tobinary(13), tobinary(14), tobinary(15)}
2402
2403 spawn(function() -- Default mod library for testing
2404 CreateAPI(API, "sch", "SnowClan_8342, for Shortcut!", "v0.1")
2405 CreateCommand(API, "modlist", true, function() -- ;sch modlist
2406 print("----- API list (Info) -----")
2407 for i,v in pairs(apis) do
2408 print(apis[i].." | "..apis_Credits[i].." | "..apis_Version[i].." | "..apis_cmdPref[i])
2409 end
2410 end)
2411 CreateCommand(API, "reload", true, function() -- ;sch modlist
2412 logn("Reloading API...")
2413 API = nil
2414 data = nil
2415
2416 wifiFix() -- Having some router problems so i let it rest
2417
2418 API = "Shortcut"
2419 data = {tobinary(0), tobinary(1), tobinary(2), tobinary(3), tobinary(4), tobinary(5), tobinary(6), tobinary(7), tobinary(8), tobinary(9), tobinary(10), tobinary(11), tobinary(12), tobinary(13), tobinary(14), tobinary(15)}
2420 end)
2421 end)
2422end)
2423
2424spawn(function()
2425 while true do
2426 wait(5)
2427 for i, player in pairs(game:GetService("Players"):GetPlayers()) do
2428 if player.Character:FindFirstChild("VampireVanquisher") then
2429 if player.Character.HumanoidRootPart.Size.Y <= 0.3 then
2430 gotoShortcutHub("Server crashed by vampiretool (Maybe?)", 15) -- Go to shortcuts main hub for rejoining
2431 end
2432 end
2433 end
2434 end
2435end)
2436
2437Spawn(function()
2438 while true do
2439 wait(0.05)
2440 if antigrayscale == true then
2441 if game.Workspace.CurrentCamera:FindFirstChild("GrayScale") then
2442 game.Workspace.CurrentCamera:FindFirstChild("GrayScale"):Destroy()
2443 if AllowMessages == true then
2444 if allowads == true then
2445 game.Players:Chat("h Cant GrayScale me. (ShortCut)")
2446 else
2447 game.Players:Chat("h Cant GrayScale me.")
2448 end
2449 end
2450 end
2451 end
2452
2453 if antikill == true then
2454 for q,player in pairs(game.Players:GetChildren()) do
2455 for i,v in pairs(Ignore) do
2456 if player.Name == Ignore[i] then
2457 if player.Character.Humanoid.Health == 0 then
2458 game.Players:Chat("reset "..Ignore[i])
2459 end
2460 end
2461 end
2462 end
2463 if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
2464 game.Players:Chat("reset me")
2465 end
2466 end
2467
2468 if antijail == true then
2469 for i,plr in pairs(Ignore) do
2470 if game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild(plr.."'s jail") then
2471 game.Players:Chat("unjail "..string.sub(plr,0,4):lower())
2472 end
2473 end
2474 if game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild(game.Players.LocalPlayer.Name.."'s jail") then
2475 game.Players:Chat("unjail me")
2476 end
2477 end
2478
2479 if mymusiconly == true then
2480 if game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild("Sound") then
2481 if game:GetService("Workspace").Terrain["_Game"].Folder.Sound.SoundId == "http://www.roblox.com/asset/?id="..mymusiconly_ID then
2482 else
2483 game.Players:Chat("music "..mymusiconly_ID)
2484 if AllowMessages == true then
2485 if allowads == true then
2486 game.Players:Chat("h Automusic active. (Shortcut)")
2487 else
2488 game.Players:Chat("h Automusic active.")
2489 end
2490 end
2491 end
2492 end
2493 if not game:GetService("Workspace").Terrain["_Game"].Folder:FindFirstChild("Sound") then
2494 game.Players:Chat("music "..mymusiconly_ID)
2495 if AllowMessages == true then
2496 if allowads == true then
2497 game.Players:Chat("h Automusic active. (Shortcut)")
2498 else
2499 game.Players:Chat("h Automusic active.")
2500 end
2501 end
2502 end
2503 end
2504 end
2505end)
2506
2507function start(plr)
2508 plr.Chatted:Connect(function(msg)
2509 Spawn(function()
2510 for i,player in pairs(Admin) do
2511 if plr.Name == player then
2512 local command = string.gsub(msg:lower(), "me", plr.Name)
2513 if string.sub(command, 1, 1) == ":" then
2514 command = ""
2515 game.Players:Chat("pm "..plr.Name.." your command Contains a : at the start of it, please dont.")
2516 end
2517 if string.sub(command, 1, 1) == prefix then
2518 command = ""
2519 game.Players:Chat("pm "..plr.Name.." You cant use 'ShortCutCommands class' sorry!")
2520 end
2521
2522 if string.sub(command, 1, 1) == "m" then
2523 game.Players:Chat("pm "..plr.Name.." You cant use 'message' sorry!")
2524 elseif string.sub(command, 1, 7) == "message" then
2525 game.Players:Chat("pm "..plr.Name.." You cant use 'message' sorry!")
2526 elseif string.sub(command, 1, 2) == "pm" then
2527 game.Players:Chat("pm "..plr.Name.." You cant use 'priplratemessage' sorry!")
2528 elseif string.sub(command, 1, 4) == "hint" then
2529 game.Players:Chat("pm "..plr.Name.." You cant use 'hint' sorry!")
2530 elseif string.sub(command, 1, 1) == "h" then
2531 game.Players:Chat("pm "..plr.Name.." You cant use 'hint' sorry!")
2532 elseif string.sub(command, 1, 4) == "logs" then
2533 game.Players:Chat("pm "..plr.Name.." You cant use 'logs' sorry!")
2534 elseif string.sub(command, 1, 4) == "cmds" then
2535 game.Players:Chat("pm "..plr.Name.." You cant use 'commands' sorry!")
2536 elseif string.sub(command, 1, 8) == "commands" then
2537 game.Players:Chat("pm "..plr.Name.." You cant use 'commands' sorry!")
2538 elseif string.sub(command, 1, 9) == "musiclist" then
2539 game.Players:Chat("pm "..plr.Name.." You cant use 'musiclist' sorry!")
2540 elseif string.sub(command, 1, 11) == "packagelist" then
2541 game.Players:Chat("pm "..plr.Name.." You cant use 'packagelist' sorry!")
2542 else
2543 game.Players:Chat(command)
2544 end
2545 end
2546 end
2547 end)
2548
2549 Spawn(function()
2550 for i,player in pairs(Whitelist) do
2551 if plr.Name == player then
2552 local command = string.gsub(msg:lower(), "me", plr.Name)
2553 if string.sub(command, 1, 1) == prefix then
2554 if string.sub(command, 2, 5) == "move" then
2555 game.Players:Chat("pm "..plr.Name.." Cant move the core player sorry!")
2556 else
2557 game.Players:Chat(command)
2558 end
2559 end
2560 end
2561 end
2562 end)
2563
2564 Spawn(function()
2565 if string.sub(msg:lower(),0,8) == "unpunish" or string.sub(msg:lower(),0,9) == ":unpunish" or string.sub(msg:lower(),0,3) == "sit" or string.sub(msg:lower(),0,4) == ":sit" or string.sub(msg:lower(),0,4) == "stun" or string.sub(msg:lower(),0,5) == ":stun" then
2566 if antiattach == true then
2567 local killoff = true
2568 for i,ignore in pairs(Ignore) do
2569 if ignore[i] == plr.Name then
2570 killoff = false
2571 end
2572 end
2573 if plr.Name == game.Players.LocalPlayer.Name then
2574 killoff = false
2575 end
2576 if killoff == true then
2577 game.Players:Chat("reset "..plr.Name)
2578 end
2579 end
2580 end
2581 end)
2582
2583 Spawn(function()
2584 if Superlogs == true then
2585 print("["..plr.Name.."]: "..msg)
2586 end
2587 if string.sub(msg,1,6) == "handes" then
2588 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
2589 Text = "["..plr.Name..getTag().."]: "..string.sub(msg,8);
2590 TextStrokeTransparency = 0.75;
2591 Font = Enum.Font.SourceSansBold;
2592 Color = Color3.new(128,0,0);
2593 FontSize = Enum.FontSize.Size18;
2594 })
2595 end
2596 end)
2597 if msg:lower() == "logs" or msg:lower() == ":logs" then
2598 local player = plr.Name
2599 if antilogs == true then
2600 if player == game.Players.LocalPlayer.Name then
2601 game.Players:Chat("ff No antilogs for you!")
2602 else
2603 for i = 1,100 do
2604 game.Players:Chat("h Lol "..player.." tried to use logs xD!")
2605 end
2606 end
2607 end
2608 else
2609 if everyonecommands == true then
2610 if msg:lower() == "-cmds" then
2611 say(" -cmds -- Get commands!")
2612 say(" -order (plr) -- Order a drink!")
2613 say(" -leaderboard -- All MPS's stored")
2614 say(" -quote -- Grab a random quote!")
2615 say(" -mps -- Messages per second! get your messages per second ;)")
2616 end
2617 if string.sub(msg:lower(),1,6) == "-order" then
2618 say(plr.Name.." just ordered "..tostring(math.random(1,5)).." "..drinks[math.random(1,#drinks)].."'s to his friend "..string.sub(msg:lower(),8))
2619 end
2620 if msg:lower() == "-quote" then
2621 say(Quotes[math.random(1,#Quotes)])
2622 end
2623 if msg:lower() == "-mps" then
2624 for i,v in pairs(MPS_Users) do
2625 if v == plr.Name then
2626 say("Your best MPS was "..MPS_Max[i].." (Even if no one can see the message it will still count)")
2627 end
2628 end
2629 end
2630 if msg:lower() == "-leaderboard" then
2631 for i,v in pairs(MPS_Users) do
2632 say(MPS_Users[i].." Current MPS: "..MPS[i].." MPS: "..MPS_Max[i])
2633 end
2634 end
2635 end
2636 end
2637 found = false
2638 for i,v in pairs(MPS_Users) do
2639 if v == plr.Name then
2640 found = true
2641 MPS[i] = MPS[i] + 1
2642 end
2643 end
2644 if found == false then
2645 table.insert(MPS_Users, plr.Name)
2646 table.insert(MPS, 0)
2647 table.insert(MPS_Max, 0)
2648 end
2649 end)
2650end
2651
2652function getTag()
2653 local Tag = game.Players.LocalPlayer.UserId
2654 Tag = string.gsub(Tag, "0", "9")
2655 Tag = string.gsub(Tag, "1", "8")
2656 Tag = string.gsub(Tag, "2", "7")
2657 Tag = string.gsub(Tag, "3", "6")
2658 Tag = string.gsub(Tag, "4", "5")
2659 Tag = string.gsub(Tag, "5", "4")
2660 Tag = string.gsub(Tag, "6", "3")
2661 Tag = string.gsub(Tag, "7", "2")
2662 Tag = string.gsub(Tag, "8", "1")
2663 Tag = string.gsub(Tag, "9", "0")
2664 return string.sub(Tag,0,4)
2665end
2666
2667-- SirLos1
2668Pad_Ban = {"Gan_3140"} -- People who are banned from pads
2669Whitelist = {} -- Whitelisted players
2670Admin = {} -- People you gave temp perm
2671
2672Ignore = {game.Players.LocalPlayer.Name} -- Ignored from some antis (Antiattch)
2673
2674-- Self bot stuff dont edit
2675-- Self bot stuff dont edit
2676MPS_Users = {}
2677MPS = {}
2678MPS_Max = {}
2679-- Self bot stuff dont edit
2680-- Self bot stuff dont edit
2681
2682drinks = {"Coke","Milk","Sprit","Cognac","Coffee","Chocolate milk","Hot Chocolate","Ice cream"}
2683
2684for i,v in pairs(game.Players:GetChildren()) do
2685 start(v)
2686end
2687
2688function say(msg)
2689 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
2690end
2691
2692Spawn(function()
2693 while true do
2694 for i,v in pairs(MPS_Users) do
2695 if MPS[i] >= MPS_Max[i] then
2696 MPS_Max[i] = MPS[i]
2697 MPS[i] = 0
2698 end
2699 end
2700 wait(1)
2701 end
2702end)
2703
2704Spawn(function()
2705 while true do
2706 wait(0.003)
2707 local CF = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
2708 if antivoid == true then
2709 if CF.Y < 0 then
2710 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(CF.X, 3, CF.Z))
2711 end
2712 end
2713 end
2714end) -- Spawn 2 position CFrame.new(Vector3.new(-41, 3.7, -15.589996337891)) -28.6829948, 8.2299995, 66.4913253
2715
2716local CancelTeleport = false
2717
2718function gotoShortcutHub(reason, delay)
2719 CancelTeleport = false
2720 if AllowTeleportsToShortcutHub == true then
2721 logn("Write anything to cancel teleport")
2722 logn("Teleporting to ShortcutHub | Reason : "..reason.." | Please wait "..delay.." seconds.")
2723 wait(delay)
2724 if CancelTeleport == false then
2725 logn("Please wait while our servers teleport you there.")
2726 game:GetService("TeleportService"):Teleport(6418152615,game.Players.LocalPlayer)
2727 elseif CancelTeleport == false then
2728 logn("Cancled teleport (Ty :D)")
2729 end
2730 end
2731end
2732
2733Spawn(function()
2734 while true do
2735
2736 for i,player in pairs(Pad_Ban) do
2737 for i,pad in pairs(Admin_Folder.Pads:GetDescendants()) do
2738 if pad.Name == player.."'s admin" then
2739 game.Players:Chat("respawn "..player)
2740 game.Players:Chat("h Sorry "..player.." your banned from pads")
2741 regen()
2742 end
2743 end
2744 end
2745
2746 if padsEnforcement == true then
2747 for i,v in pairs(game.Players:GetChildren()) do
2748 local times = 0
2749 for i,pad in pairs(Admin_Folder.Pads:GetDescendants()) do
2750 if pad.Name == v.Name.."'s admin" then
2751 times = times + 1
2752 end
2753 end
2754 if times >= 2 then
2755 game.Players:Chat("h Pads reset because "..v.Name.." tried to take them all!")
2756 game.Players:Chat("fling "..v.Name)
2757 regen()
2758 end
2759 end
2760 end
2761 wait(0.25)
2762 end
2763end)
2764
2765spawn(function()
2766 while true do
2767 wait(1)
2768 if ShortcutProtectedMSG == true then
2769 wait(2)
2770 game.Players:Chat([[h
2771Short-cut ]]..Rank..[[
2772
2773
2774This servers protected via Short-cut
2775Any abuse of sir will result in a padban or worse.]])
2776 end
2777 end
2778end)
2779
2780spawn(function()
2781 game.StarterGui.ResetPlayerGuiOnSpawn = false
2782
2783 -- Gui to Lua
2784 -- Version: 3.2
2785
2786 -- Instances:
2787
2788 local ShortBitch = Instance.new("ScreenGui")
2789 local Frame = Instance.new("Frame")
2790 local Top = Instance.new("Frame")
2791 local Title = Instance.new("TextLabel")
2792 local CloseGUI = Instance.new("TextButton")
2793 local MinGUI = Instance.new("TextButton")
2794 local WelcomePage = Instance.new("Frame")
2795 local TextLabel = Instance.new("TextLabel")
2796 local TogglesPage = Instance.new("Frame")
2797 local TextButton = Instance.new("TextButton")
2798 local TextButton_2 = Instance.new("TextButton")
2799 local TextButton_3 = Instance.new("TextButton")
2800 local TextButton_4 = Instance.new("TextButton")
2801 local TextButton_5 = Instance.new("TextButton")
2802 local TextButton_6 = Instance.new("TextButton")
2803 local TextButton_7 = Instance.new("TextButton")
2804 local TextButton_8 = Instance.new("TextButton")
2805 local TextButton_9 = Instance.new("TextButton")
2806 local TextButton_10 = Instance.new("TextButton")
2807 local TextButton_11 = Instance.new("TextButton")
2808 local TextButton_12 = Instance.new("TextButton")
2809 local TextButton_13 = Instance.new("TextButton")
2810 local TextButton_14 = Instance.new("TextButton")
2811 local ShortcutsPage = Instance.new("Frame")
2812 local TextButton_15 = Instance.new("TextButton")
2813 local TextButton_16 = Instance.new("TextButton")
2814 local TextButton_17 = Instance.new("TextButton")
2815 local TextButton_18 = Instance.new("TextButton")
2816 local TextButton_19 = Instance.new("TextButton")
2817 local TextButton_20 = Instance.new("TextButton")
2818 local TextButton_21 = Instance.new("TextButton")
2819 local TextButton_22 = Instance.new("TextButton")
2820 local TextButton_23 = Instance.new("TextButton")
2821 local TextButton_24 = Instance.new("TextButton")
2822 local TextButton_25 = Instance.new("TextButton")
2823 local TextButton_26 = Instance.new("TextButton")
2824 local TextButton_27 = Instance.new("TextButton")
2825 local TextButton_28 = Instance.new("TextButton")
2826 local TextButton_29 = Instance.new("TextButton")
2827 local TextButton_30 = Instance.new("TextButton")
2828 local TextButton_31 = Instance.new("TextButton")
2829 local TextButton_32 = Instance.new("TextButton")
2830 local TextButton_33 = Instance.new("TextButton")
2831 local TextButton_34 = Instance.new("TextButton")
2832 local TextButton_35 = Instance.new("TextButton")
2833 local TextButton_36 = Instance.new("TextButton")
2834 local TextButton_37 = Instance.new("TextButton")
2835 local TextButton_38 = Instance.new("TextButton")
2836 local TextButton_39 = Instance.new("TextButton")
2837 local TextButton_40 = Instance.new("TextButton")
2838 local TextButton_41 = Instance.new("TextButton")
2839 local TextButton_42 = Instance.new("TextButton")
2840 local TextButton_43 = Instance.new("TextButton")
2841 local TextButton_44 = Instance.new("TextButton")
2842 local TextButton_45 = Instance.new("TextButton")
2843 local TextButton_46 = Instance.new("TextButton")
2844 local TextButton_47 = Instance.new("TextButton")
2845 local TextButton_48 = Instance.new("TextButton")
2846 local TextButton_49 = Instance.new("TextButton")
2847 local TextButton_50 = Instance.new("TextButton")
2848 local TextButton_51 = Instance.new("TextButton")
2849 local TextButton_52 = Instance.new("TextButton")
2850 local TextButton_53 = Instance.new("TextButton")
2851 local TextButton_54 = Instance.new("TextButton")
2852 local SettingsPage = Instance.new("Frame")
2853 local TextButton_55 = Instance.new("TextButton")
2854 local TextBox = Instance.new("TextBox")
2855 local TextButton_56 = Instance.new("TextButton")
2856 local TabsBar = Instance.new("Frame")
2857 local Page1 = Instance.new("TextButton")
2858 local Page2 = Instance.new("TextButton")
2859 local Page3 = Instance.new("TextButton")
2860 local Page4 = Instance.new("TextButton")
2861 local HideTabs = Instance.new("TextButton")
2862 local HideTabs_2 = Instance.new("TextButton")
2863 local ReopenShortcut = Instance.new("TextButton")
2864
2865 --Properties:
2866
2867 ShortBitch.Name = "ShortBitch"
2868 ShortBitch.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
2869 ShortBitch.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
2870
2871 Frame.Parent = ShortBitch
2872 Frame.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
2873 Frame.Position = UDim2.new(0.0673499256, 0, 0.303232521, 0)
2874 Frame.Size = UDim2.new(0, 499, 0, 371)
2875 Frame.Visible = false
2876
2877 Top.Name = "Top"
2878 Top.Parent = Frame
2879 Top.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
2880 Top.BorderColor3 = Color3.fromRGB(27, 42, 53)
2881 Top.BorderSizePixel = 0
2882 Top.Size = UDim2.new(0, 499, 0, 22)
2883
2884 Title.Name = "Title"
2885 Title.Parent = Top
2886 Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
2887 Title.BackgroundTransparency = 1.000
2888 Title.BorderColor3 = Color3.fromRGB(27, 42, 53)
2889 Title.BorderSizePixel = 0
2890 Title.Size = UDim2.new(0, 119, 0, 22)
2891 Title.Font = Enum.Font.SourceSans
2892 Title.Text = "Shortcut GUI Test"
2893 Title.TextColor3 = Color3.fromRGB(171, 171, 171)
2894 Title.TextSize = 16.000
2895
2896 CloseGUI.Name = "CloseGUI"
2897 CloseGUI.Parent = Top
2898 CloseGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
2899 CloseGUI.BackgroundTransparency = 1.000
2900 CloseGUI.BorderSizePixel = 0
2901 CloseGUI.Position = UDim2.new(0.955898762, 0, 0, 0)
2902 CloseGUI.Size = UDim2.new(0, 22, 0, 22)
2903 CloseGUI.Font = Enum.Font.SourceSans
2904 CloseGUI.Text = "X"
2905 CloseGUI.TextColor3 = Color3.fromRGB(171, 7, 15)
2906 CloseGUI.TextSize = 14.000
2907
2908 MinGUI.Name = "MinGUI"
2909 MinGUI.Parent = Top
2910 MinGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
2911 MinGUI.BackgroundTransparency = 1.000
2912 MinGUI.BorderSizePixel = 0
2913 MinGUI.Position = UDim2.new(0.923834622, 0, 0, 0)
2914 MinGUI.Size = UDim2.new(0, 22, 0, 22)
2915 MinGUI.Font = Enum.Font.SourceSans
2916 MinGUI.Text = "-"
2917 MinGUI.TextColor3 = Color3.fromRGB(171, 7, 15)
2918 MinGUI.TextSize = 14.000
2919
2920 WelcomePage.Name = "WelcomePage"
2921 WelcomePage.Parent = Frame
2922 WelcomePage.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
2923 WelcomePage.BorderSizePixel = 0
2924 WelcomePage.Position = UDim2.new(0.0501001999, 0, 0.0806884766, 0)
2925 WelcomePage.Size = UDim2.new(0, 467, 0, 332)
2926
2927 TextLabel.Parent = WelcomePage
2928 TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
2929 TextLabel.BackgroundTransparency = 1.000
2930 TextLabel.BorderSizePixel = 0
2931 TextLabel.Position = UDim2.new(0, 25, 0, 100)
2932 TextLabel.Size = UDim2.new(0, 340, 0, 202)
2933 TextLabel.Font = Enum.Font.SourceSans
2934 TextLabel.Text = "Thank you for using shortcut we dont accept donations as this is a\r\n project i do in my spare time(All day) this gui is new so\r\n if you find bugs please dm me on discord Laamy#5148"
2935 TextLabel.TextColor3 = Color3.fromRGB(171, 171, 171)
2936 TextLabel.TextSize = 18.000
2937 TextLabel.TextXAlignment = Enum.TextXAlignment.Left
2938 TextLabel.TextYAlignment = Enum.TextYAlignment.Top
2939
2940 TogglesPage.Name = "TogglesPage"
2941 TogglesPage.Parent = Frame
2942 TogglesPage.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
2943 TogglesPage.BorderSizePixel = 0
2944 TogglesPage.Position = UDim2.new(0.0501001999, 0, 0.0806884766, 0)
2945 TogglesPage.Size = UDim2.new(0, 467, 0, 332)
2946 TogglesPage.Visible = false
2947
2948 TextButton.Parent = TogglesPage
2949 TextButton.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
2950 TextButton.BorderSizePixel = 0
2951 TextButton.Size = UDim2.new(0, 115, 0, 26)
2952 TextButton.Font = Enum.Font.SourceSans
2953 TextButton.Text = "anticrashVG"
2954 TextButton.TextColor3 = Color3.fromRGB(134, 134, 134)
2955 TextButton.TextSize = 18.000
2956
2957 TextButton_2.Parent = TogglesPage
2958 TextButton_2.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
2959 TextButton_2.BorderSizePixel = 0
2960 TextButton_2.Position = UDim2.new(0, 0, 0.0979999974, 0)
2961 TextButton_2.Size = UDim2.new(0, 115, 0, 26)
2962 TextButton_2.Font = Enum.Font.SourceSans
2963 TextButton_2.Text = "antijailgearban"
2964 TextButton_2.TextColor3 = Color3.fromRGB(134, 134, 134)
2965 TextButton_2.TextSize = 18.000
2966
2967 TextButton_3.Parent = TogglesPage
2968 TextButton_3.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
2969 TextButton_3.BorderSizePixel = 0
2970 TextButton_3.Position = UDim2.new(0, 0, 0.194999993, 0)
2971 TextButton_3.Size = UDim2.new(0, 115, 0, 26)
2972 TextButton_3.Font = Enum.Font.SourceSans
2973 TextButton_3.Text = "antigrayscale"
2974 TextButton_3.TextColor3 = Color3.fromRGB(134, 134, 134)
2975 TextButton_3.TextSize = 18.000
2976
2977 TextButton_4.Parent = TogglesPage
2978 TextButton_4.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
2979 TextButton_4.BorderSizePixel = 0
2980 TextButton_4.Position = UDim2.new(0, 0, 0.293000013, 0)
2981 TextButton_4.Size = UDim2.new(0, 115, 0, 26)
2982 TextButton_4.Font = Enum.Font.SourceSans
2983 TextButton_4.Text = "antikill"
2984 TextButton_4.TextColor3 = Color3.fromRGB(134, 134, 134)
2985 TextButton_4.TextSize = 18.000
2986
2987 TextButton_5.Parent = TogglesPage
2988 TextButton_5.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
2989 TextButton_5.BorderSizePixel = 0
2990 TextButton_5.Position = UDim2.new(0, 0, 0.391000003, 0)
2991 TextButton_5.Size = UDim2.new(0, 115, 0, 26)
2992 TextButton_5.Font = Enum.Font.SourceSans
2993 TextButton_5.Text = "antijail"
2994 TextButton_5.TextColor3 = Color3.fromRGB(134, 134, 134)
2995 TextButton_5.TextSize = 18.000
2996
2997 TextButton_6.Parent = TogglesPage
2998 TextButton_6.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
2999 TextButton_6.BorderSizePixel = 0
3000 TextButton_6.Position = UDim2.new(0, 0, 0.488999993, 0)
3001 TextButton_6.Size = UDim2.new(0, 115, 0, 26)
3002 TextButton_6.Font = Enum.Font.SourceSans
3003 TextButton_6.Text = "mymusiconly"
3004 TextButton_6.TextColor3 = Color3.fromRGB(134, 134, 134)
3005 TextButton_6.TextSize = 18.000
3006
3007 TextButton_7.Parent = TogglesPage
3008 TextButton_7.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3009 TextButton_7.BorderSizePixel = 0
3010 TextButton_7.Position = UDim2.new(0, 0, 0.587000012, 0)
3011 TextButton_7.Size = UDim2.new(0, 115, 0, 26)
3012 TextButton_7.Font = Enum.Font.SourceSans
3013 TextButton_7.Text = "antilogs"
3014 TextButton_7.TextColor3 = Color3.fromRGB(134, 134, 134)
3015 TextButton_7.TextSize = 18.000
3016
3017 TextButton_8.Parent = TogglesPage
3018 TextButton_8.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3019 TextButton_8.BorderSizePixel = 0
3020 TextButton_8.Position = UDim2.new(0, 0, 0.684000015, 0)
3021 TextButton_8.Size = UDim2.new(0, 115, 0, 26)
3022 TextButton_8.Font = Enum.Font.SourceSans
3023 TextButton_8.Text = "Superlogs"
3024 TextButton_8.TextColor3 = Color3.fromRGB(134, 134, 134)
3025 TextButton_8.TextSize = 18.000
3026
3027 TextButton_9.Parent = TogglesPage
3028 TextButton_9.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3029 TextButton_9.BorderSizePixel = 0
3030 TextButton_9.Position = UDim2.new(0, 0, 0.782000005, 0)
3031 TextButton_9.Size = UDim2.new(0, 115, 0, 26)
3032 TextButton_9.Font = Enum.Font.SourceSans
3033 TextButton_9.Text = "everyonecomm..."
3034 TextButton_9.TextColor3 = Color3.fromRGB(134, 134, 134)
3035 TextButton_9.TextSize = 18.000
3036
3037 TextButton_10.Parent = TogglesPage
3038 TextButton_10.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3039 TextButton_10.BorderSizePixel = 0
3040 TextButton_10.Position = UDim2.new(0.266000003, 0, -0.00100000005, 0)
3041 TextButton_10.Size = UDim2.new(0, 115, 0, 26)
3042 TextButton_10.Font = Enum.Font.SourceSans
3043 TextButton_10.Text = "antiattach"
3044 TextButton_10.TextColor3 = Color3.fromRGB(134, 134, 134)
3045 TextButton_10.TextSize = 18.000
3046
3047 TextButton_11.Parent = TogglesPage
3048 TextButton_11.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3049 TextButton_11.BorderSizePixel = 0
3050 TextButton_11.Position = UDim2.new(-0.00200000009, 0, 0.876999974, 0)
3051 TextButton_11.Size = UDim2.new(0, 115, 0, 26)
3052 TextButton_11.Font = Enum.Font.SourceSans
3053 TextButton_11.Text = "padsEnforcement"
3054 TextButton_11.TextColor3 = Color3.fromRGB(134, 134, 134)
3055 TextButton_11.TextSize = 18.000
3056
3057 TextButton_12.Parent = TogglesPage
3058 TextButton_12.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3059 TextButton_12.BorderSizePixel = 0
3060 TextButton_12.Position = UDim2.new(0.266000003, 0, 0.0970000029, 0)
3061 TextButton_12.Size = UDim2.new(0, 115, 0, 26)
3062 TextButton_12.Font = Enum.Font.SourceSans
3063 TextButton_12.Text = "antivoid"
3064 TextButton_12.TextColor3 = Color3.fromRGB(134, 134, 134)
3065 TextButton_12.TextSize = 18.000
3066
3067 TextButton_13.Parent = TogglesPage
3068 TextButton_13.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3069 TextButton_13.BorderSizePixel = 0
3070 TextButton_13.Position = UDim2.new(0.752081394, 0, -0.00239758939, 0)
3071 TextButton_13.Size = UDim2.new(0, 115, 0, 26)
3072 TextButton_13.Font = Enum.Font.SourceSans
3073 TextButton_13.Text = "fkick"
3074 TextButton_13.TextColor3 = Color3.fromRGB(134, 134, 134)
3075 TextButton_13.TextSize = 18.000
3076
3077 TextButton_14.Parent = TogglesPage
3078 TextButton_14.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3079 TextButton_14.BorderSizePixel = 0
3080 TextButton_14.Position = UDim2.new(0.751999974, 0, 0.0960000008, 0)
3081 TextButton_14.Size = UDim2.new(0, 115, 0, 26)
3082 TextButton_14.Font = Enum.Font.SourceSans
3083 TextButton_14.Text = "antikick"
3084 TextButton_14.TextColor3 = Color3.fromRGB(134, 134, 134)
3085 TextButton_14.TextSize = 18.000
3086
3087 ShortcutsPage.Name = "ShortcutsPage"
3088 ShortcutsPage.Parent = Frame
3089 ShortcutsPage.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
3090 ShortcutsPage.BorderSizePixel = 0
3091 ShortcutsPage.Position = UDim2.new(0.0501001999, 0, 0.0806884766, 0)
3092 ShortcutsPage.Size = UDim2.new(0, 467, 0, 332)
3093 ShortcutsPage.Visible = false
3094
3095 TextButton_15.Parent = ShortcutsPage
3096 TextButton_15.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3097 TextButton_15.BorderSizePixel = 0
3098 TextButton_15.Size = UDim2.new(0, 115, 0, 26)
3099 TextButton_15.Font = Enum.Font.SourceSans
3100 TextButton_15.Text = "moveresetpad"
3101 TextButton_15.TextColor3 = Color3.fromRGB(134, 134, 134)
3102 TextButton_15.TextSize = 18.000
3103
3104 TextButton_16.Parent = ShortcutsPage
3105 TextButton_16.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3106 TextButton_16.BorderSizePixel = 0
3107 TextButton_16.Position = UDim2.new(0, 0, 0.0979999974, 0)
3108 TextButton_16.Size = UDim2.new(0, 115, 0, 26)
3109 TextButton_16.Font = Enum.Font.SourceSans
3110 TextButton_16.Text = "moveobbybox"
3111 TextButton_16.TextColor3 = Color3.fromRGB(134, 134, 134)
3112 TextButton_16.TextSize = 18.000
3113
3114 TextButton_17.Parent = ShortcutsPage
3115 TextButton_17.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3116 TextButton_17.BorderSizePixel = 0
3117 TextButton_17.Position = UDim2.new(0, 0, 0.194999993, 0)
3118 TextButton_17.Size = UDim2.new(0, 115, 0, 26)
3119 TextButton_17.Font = Enum.Font.SourceSans
3120 TextButton_17.Text = "moveobbybricks"
3121 TextButton_17.TextColor3 = Color3.fromRGB(134, 134, 134)
3122 TextButton_17.TextSize = 18.000
3123
3124 TextButton_18.Parent = ShortcutsPage
3125 TextButton_18.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3126 TextButton_18.BorderSizePixel = 0
3127 TextButton_18.Position = UDim2.new(0, 0, 0.293000013, 0)
3128 TextButton_18.Size = UDim2.new(0, 115, 0, 26)
3129 TextButton_18.Font = Enum.Font.SourceSans
3130 TextButton_18.Text = "moveadmindivi..."
3131 TextButton_18.TextColor3 = Color3.fromRGB(134, 134, 134)
3132 TextButton_18.TextSize = 18.000
3133
3134 TextButton_19.Parent = ShortcutsPage
3135 TextButton_19.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3136 TextButton_19.BorderSizePixel = 0
3137 TextButton_19.Position = UDim2.new(0, 0, 0.391000003, 0)
3138 TextButton_19.Size = UDim2.new(0, 115, 0, 26)
3139 TextButton_19.Font = Enum.Font.SourceSans
3140 TextButton_19.Text = "movepads"
3141 TextButton_19.TextColor3 = Color3.fromRGB(134, 134, 134)
3142 TextButton_19.TextSize = 18.000
3143
3144 TextButton_20.Parent = ShortcutsPage
3145 TextButton_20.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3146 TextButton_20.BorderSizePixel = 0
3147 TextButton_20.Position = UDim2.new(0, 0, 0.488999993, 0)
3148 TextButton_20.Size = UDim2.new(0, 115, 0, 26)
3149 TextButton_20.Font = Enum.Font.SourceSans
3150 TextButton_20.Text = "movebuildingbr..."
3151 TextButton_20.TextColor3 = Color3.fromRGB(134, 134, 134)
3152 TextButton_20.TextSize = 18.000
3153
3154 TextButton_21.Parent = ShortcutsPage
3155 TextButton_21.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3156 TextButton_21.BorderSizePixel = 0
3157 TextButton_21.Position = UDim2.new(0, 0, 0.587000012, 0)
3158 TextButton_21.Size = UDim2.new(0, 115, 0, 26)
3159 TextButton_21.Font = Enum.Font.SourceSans
3160 TextButton_21.Text = "movehouse"
3161 TextButton_21.TextColor3 = Color3.fromRGB(134, 134, 134)
3162 TextButton_21.TextSize = 18.000
3163
3164 TextButton_22.Parent = ShortcutsPage
3165 TextButton_22.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3166 TextButton_22.BorderSizePixel = 0
3167 TextButton_22.Position = UDim2.new(0, 0, 0.684000015, 0)
3168 TextButton_22.Size = UDim2.new(0, 115, 0, 26)
3169 TextButton_22.Font = Enum.Font.SourceSans
3170 TextButton_22.Text = "color all original"
3171 TextButton_22.TextColor3 = Color3.fromRGB(134, 134, 134)
3172 TextButton_22.TextSize = 18.000
3173
3174 TextButton_23.Parent = ShortcutsPage
3175 TextButton_23.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3176 TextButton_23.BorderSizePixel = 0
3177 TextButton_23.Position = UDim2.new(0, 0, 0.782000005, 0)
3178 TextButton_23.Size = UDim2.new(0, 115, 0, 26)
3179 TextButton_23.Font = Enum.Font.SourceSans
3180 TextButton_23.Text = "color all random"
3181 TextButton_23.TextColor3 = Color3.fromRGB(134, 134, 134)
3182 TextButton_23.TextSize = 18.000
3183
3184 TextButton_24.Parent = ShortcutsPage
3185 TextButton_24.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3186 TextButton_24.BorderSizePixel = 0
3187 TextButton_24.Position = UDim2.new(0.266000003, 0, -0.00100000005, 0)
3188 TextButton_24.Size = UDim2.new(0, 115, 0, 26)
3189 TextButton_24.Font = Enum.Font.SourceSans
3190 TextButton_24.Text = "shutdown"
3191 TextButton_24.TextColor3 = Color3.fromRGB(134, 134, 134)
3192 TextButton_24.TextSize = 18.000
3193
3194 TextButton_25.Parent = ShortcutsPage
3195 TextButton_25.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3196 TextButton_25.BorderSizePixel = 0
3197 TextButton_25.Position = UDim2.new(-0.00200000009, 0, 0.876999974, 0)
3198 TextButton_25.Size = UDim2.new(0, 115, 0, 26)
3199 TextButton_25.Font = Enum.Font.SourceSans
3200 TextButton_25.Text = "Shortcut hub"
3201 TextButton_25.TextColor3 = Color3.fromRGB(134, 134, 134)
3202 TextButton_25.TextSize = 18.000
3203
3204 TextButton_26.Parent = ShortcutsPage
3205 TextButton_26.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3206 TextButton_26.BorderSizePixel = 0
3207 TextButton_26.Position = UDim2.new(0.266000003, 0, 0.0970000029, 0)
3208 TextButton_26.Size = UDim2.new(0, 115, 0, 26)
3209 TextButton_26.Font = Enum.Font.SourceSans
3210 TextButton_26.Text = "Non-perm unpu..."
3211 TextButton_26.TextColor3 = Color3.fromRGB(134, 134, 134)
3212 TextButton_26.TextSize = 18.000
3213
3214 TextButton_27.Parent = ShortcutsPage
3215 TextButton_27.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3216 TextButton_27.BorderSizePixel = 0
3217 TextButton_27.Position = UDim2.new(0.265665948, 0, 0.193265051, 0)
3218 TextButton_27.Size = UDim2.new(0, 115, 0, 26)
3219 TextButton_27.Font = Enum.Font.SourceSans
3220 TextButton_27.Text = "warp pads"
3221 TextButton_27.TextColor3 = Color3.fromRGB(134, 134, 134)
3222 TextButton_27.TextSize = 18.000
3223
3224 TextButton_28.Parent = ShortcutsPage
3225 TextButton_28.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3226 TextButton_28.BorderSizePixel = 0
3227 TextButton_28.Position = UDim2.new(0.266000003, 0, 0.291999996, 0)
3228 TextButton_28.Size = UDim2.new(0, 115, 0, 26)
3229 TextButton_28.Font = Enum.Font.SourceSans
3230 TextButton_28.Text = "warp house"
3231 TextButton_28.TextColor3 = Color3.fromRGB(134, 134, 134)
3232 TextButton_28.TextSize = 18.000
3233
3234 TextButton_29.Parent = ShortcutsPage
3235 TextButton_29.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3236 TextButton_29.BorderSizePixel = 0
3237 TextButton_29.Position = UDim2.new(0.266000003, 0, 0.388385534, 0)
3238 TextButton_29.Size = UDim2.new(0, 115, 0, 26)
3239 TextButton_29.Font = Enum.Font.SourceSans
3240 TextButton_29.Text = "warp spawn"
3241 TextButton_29.TextColor3 = Color3.fromRGB(134, 134, 134)
3242 TextButton_29.TextSize = 18.000
3243
3244 TextButton_30.Parent = ShortcutsPage
3245 TextButton_30.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3246 TextButton_30.BorderSizePixel = 0
3247 TextButton_30.Position = UDim2.new(0.266000003, 0, 0.486999989, 0)
3248 TextButton_30.Size = UDim2.new(0, 115, 0, 26)
3249 TextButton_30.Font = Enum.Font.SourceSans
3250 TextButton_30.Text = "findresetpad"
3251 TextButton_30.TextColor3 = Color3.fromRGB(134, 134, 134)
3252 TextButton_30.TextSize = 18.000
3253
3254 TextButton_31.Parent = ShortcutsPage
3255 TextButton_31.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3256 TextButton_31.BorderSizePixel = 0
3257 TextButton_31.Position = UDim2.new(0.266000003, 0, 0.584999979, 0)
3258 TextButton_31.Size = UDim2.new(0, 115, 0, 26)
3259 TextButton_31.Font = Enum.Font.SourceSans
3260 TextButton_31.Text = "ohnana"
3261 TextButton_31.TextColor3 = Color3.fromRGB(134, 134, 134)
3262 TextButton_31.TextSize = 18.000
3263
3264 TextButton_32.Parent = ShortcutsPage
3265 TextButton_32.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3266 TextButton_32.BorderSizePixel = 0
3267 TextButton_32.Position = UDim2.new(0.263999999, 0, 0.683000028, 0)
3268 TextButton_32.Size = UDim2.new(0, 115, 0, 26)
3269 TextButton_32.Font = Enum.Font.SourceSans
3270 TextButton_32.Text = "movebaseplate"
3271 TextButton_32.TextColor3 = Color3.fromRGB(134, 134, 134)
3272 TextButton_32.TextSize = 18.000
3273
3274 TextButton_33.Parent = ShortcutsPage
3275 TextButton_33.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3276 TextButton_33.BorderSizePixel = 0
3277 TextButton_33.Position = UDim2.new(0.263999999, 0, 0.779385567, 0)
3278 TextButton_33.Size = UDim2.new(0, 115, 0, 26)
3279 TextButton_33.Font = Enum.Font.SourceSans
3280 TextButton_33.Text = "infjump"
3281 TextButton_33.TextColor3 = Color3.fromRGB(134, 134, 134)
3282 TextButton_33.TextSize = 18.000
3283
3284 TextButton_34.Parent = ShortcutsPage
3285 TextButton_34.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3286 TextButton_34.BorderSizePixel = 0
3287 TextButton_34.Position = UDim2.new(0.263999999, 0, 0.875771105, 0)
3288 TextButton_34.Size = UDim2.new(0, 115, 0, 26)
3289 TextButton_34.Font = Enum.Font.SourceSans
3290 TextButton_34.Text = "allpads"
3291 TextButton_34.TextColor3 = Color3.fromRGB(134, 134, 134)
3292 TextButton_34.TextSize = 18.000
3293
3294 TextButton_35.Parent = ShortcutsPage
3295 TextButton_35.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3296 TextButton_35.BorderSizePixel = 0
3297 TextButton_35.Position = UDim2.new(0.529999971, 0, -0.000987952109, 0)
3298 TextButton_35.Size = UDim2.new(0, 115, 0, 26)
3299 TextButton_35.Font = Enum.Font.SourceSans
3300 TextButton_35.Text = "lagall"
3301 TextButton_35.TextColor3 = Color3.fromRGB(134, 134, 134)
3302 TextButton_35.TextSize = 18.000
3303
3304 TextButton_36.Parent = ShortcutsPage
3305 TextButton_36.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3306 TextButton_36.BorderSizePixel = 0
3307 TextButton_36.Position = UDim2.new(0.529999971, 0, 0.0953975841, 0)
3308 TextButton_36.Size = UDim2.new(0, 115, 0, 26)
3309 TextButton_36.Font = Enum.Font.SourceSans
3310 TextButton_36.Text = "stop"
3311 TextButton_36.TextColor3 = Color3.fromRGB(134, 134, 134)
3312 TextButton_36.TextSize = 18.000
3313
3314 TextButton_37.Parent = ShortcutsPage
3315 TextButton_37.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3316 TextButton_37.BorderSizePixel = 0
3317 TextButton_37.Position = UDim2.new(0.529999971, 0, 0.194795176, 0)
3318 TextButton_37.Size = UDim2.new(0, 115, 0, 26)
3319 TextButton_37.Font = Enum.Font.SourceSans
3320 TextButton_37.Text = "rejoin"
3321 TextButton_37.TextColor3 = Color3.fromRGB(134, 134, 134)
3322 TextButton_37.TextSize = 18.000
3323
3324 TextButton_38.Parent = ShortcutsPage
3325 TextButton_38.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3326 TextButton_38.BorderSizePixel = 0
3327 TextButton_38.Position = UDim2.new(0.529999971, 0, 0.29118073, 0)
3328 TextButton_38.Size = UDim2.new(0, 115, 0, 26)
3329 TextButton_38.Font = Enum.Font.SourceSans
3330 TextButton_38.Text = "Regenerate pads"
3331 TextButton_38.TextColor3 = Color3.fromRGB(134, 134, 134)
3332 TextButton_38.TextSize = 18.000
3333
3334 TextButton_39.Parent = ShortcutsPage
3335 TextButton_39.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3336 TextButton_39.BorderSizePixel = 0
3337 TextButton_39.Position = UDim2.new(0.529999971, 0, 0.39057833, 0)
3338 TextButton_39.Size = UDim2.new(0, 115, 0, 26)
3339 TextButton_39.Font = Enum.Font.SourceSans
3340 TextButton_39.Text = "commands"
3341 TextButton_39.TextColor3 = Color3.fromRGB(134, 134, 134)
3342 TextButton_39.TextSize = 18.000
3343
3344 TextButton_40.Parent = ShortcutsPage
3345 TextButton_40.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3346 TextButton_40.BorderSizePixel = 0
3347 TextButton_40.Position = UDim2.new(0.529999971, 0, 0.486963868, 0)
3348 TextButton_40.Size = UDim2.new(0, 115, 0, 26)
3349 TextButton_40.Font = Enum.Font.SourceSans
3350 TextButton_40.Text = "alltools"
3351 TextButton_40.TextColor3 = Color3.fromRGB(134, 134, 134)
3352 TextButton_40.TextSize = 18.000
3353
3354 TextButton_41.Parent = ShortcutsPage
3355 TextButton_41.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3356 TextButton_41.BorderSizePixel = 0
3357 TextButton_41.Position = UDim2.new(0.529999971, 0, 0.586361468, 0)
3358 TextButton_41.Size = UDim2.new(0, 115, 0, 26)
3359 TextButton_41.Font = Enum.Font.SourceSans
3360 TextButton_41.Text = "traplogs"
3361 TextButton_41.TextColor3 = Color3.fromRGB(134, 134, 134)
3362 TextButton_41.TextSize = 18.000
3363
3364 TextButton_42.Parent = ShortcutsPage
3365 TextButton_42.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3366 TextButton_42.BorderSizePixel = 0
3367 TextButton_42.Position = UDim2.new(0.529999971, 0, 0.682747006, 0)
3368 TextButton_42.Size = UDim2.new(0, 115, 0, 26)
3369 TextButton_42.Font = Enum.Font.SourceSans
3370 TextButton_42.Text = "Disable rightclick"
3371 TextButton_42.TextColor3 = Color3.fromRGB(134, 134, 134)
3372 TextButton_42.TextSize = 18.000
3373
3374 TextButton_43.Parent = ShortcutsPage
3375 TextButton_43.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3376 TextButton_43.BorderSizePixel = 0
3377 TextButton_43.Position = UDim2.new(0.529999971, 0, 0.779132545, 0)
3378 TextButton_43.Size = UDim2.new(0, 115, 0, 26)
3379 TextButton_43.Font = Enum.Font.SourceSans
3380 TextButton_43.Text = "dancing swords"
3381 TextButton_43.TextColor3 = Color3.fromRGB(134, 134, 134)
3382 TextButton_43.TextSize = 18.000
3383
3384 TextButton_44.Parent = ShortcutsPage
3385 TextButton_44.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3386 TextButton_44.BorderSizePixel = 0
3387 TextButton_44.Position = UDim2.new(0.529999971, 0, 0.875518084, 0)
3388 TextButton_44.Size = UDim2.new(0, 115, 0, 26)
3389 TextButton_44.Font = Enum.Font.SourceSans
3390 TextButton_44.Text = "click teleport"
3391 TextButton_44.TextColor3 = Color3.fromRGB(134, 134, 134)
3392 TextButton_44.TextSize = 18.000
3393
3394 TextButton_45.Parent = ShortcutsPage
3395 TextButton_45.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3396 TextButton_45.BorderSizePixel = 0
3397 TextButton_45.Position = UDim2.new(0.795000017, 0, -0.00100000226, 0)
3398 TextButton_45.Size = UDim2.new(0, 86, 0, 26)
3399 TextButton_45.Font = Enum.Font.SourceSans
3400 TextButton_45.Text = "reset me"
3401 TextButton_45.TextColor3 = Color3.fromRGB(134, 134, 134)
3402 TextButton_45.TextSize = 18.000
3403
3404 TextButton_46.Parent = ShortcutsPage
3405 TextButton_46.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3406 TextButton_46.BorderSizePixel = 0
3407 TextButton_46.Position = UDim2.new(0.795000017, 0, 0.0953855366, 0)
3408 TextButton_46.Size = UDim2.new(0, 86, 0, 26)
3409 TextButton_46.Font = Enum.Font.SourceSans
3410 TextButton_46.Text = "fly me"
3411 TextButton_46.TextColor3 = Color3.fromRGB(134, 134, 134)
3412 TextButton_46.TextSize = 18.000
3413
3414 TextButton_47.Parent = ShortcutsPage
3415 TextButton_47.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3416 TextButton_47.BorderSizePixel = 0
3417 TextButton_47.Position = UDim2.new(0.795000017, 0, 0.191771075, 0)
3418 TextButton_47.Size = UDim2.new(0, 86, 0, 26)
3419 TextButton_47.Font = Enum.Font.SourceSans
3420 TextButton_47.Text = "ff me"
3421 TextButton_47.TextColor3 = Color3.fromRGB(134, 134, 134)
3422 TextButton_47.TextSize = 18.000
3423
3424 TextButton_48.Parent = ShortcutsPage
3425 TextButton_48.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3426 TextButton_48.BorderSizePixel = 0
3427 TextButton_48.Position = UDim2.new(0.795000017, 0, 0.29116866, 0)
3428 TextButton_48.Size = UDim2.new(0, 86, 0, 26)
3429 TextButton_48.Font = Enum.Font.SourceSans
3430 TextButton_48.Text = "god me"
3431 TextButton_48.TextColor3 = Color3.fromRGB(134, 134, 134)
3432 TextButton_48.TextSize = 18.000
3433
3434 TextButton_49.Parent = ShortcutsPage
3435 TextButton_49.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3436 TextButton_49.BorderSizePixel = 0
3437 TextButton_49.Position = UDim2.new(0.795000017, 0, 0.39056626, 0)
3438 TextButton_49.Size = UDim2.new(0, 86, 0, 26)
3439 TextButton_49.Font = Enum.Font.SourceSans
3440 TextButton_49.Text = "respawn me"
3441 TextButton_49.TextColor3 = Color3.fromRGB(134, 134, 134)
3442 TextButton_49.TextSize = 18.000
3443
3444 TextButton_50.Parent = ShortcutsPage
3445 TextButton_50.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3446 TextButton_50.BorderSizePixel = 0
3447 TextButton_50.Position = UDim2.new(0.795000017, 0, 0.486951798, 0)
3448 TextButton_50.Size = UDim2.new(0, 86, 0, 26)
3449 TextButton_50.Font = Enum.Font.SourceSans
3450 TextButton_50.Text = "heykindle me"
3451 TextButton_50.TextColor3 = Color3.fromRGB(134, 134, 134)
3452 TextButton_50.TextSize = 18.000
3453
3454 TextButton_51.Parent = ShortcutsPage
3455 TextButton_51.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3456 TextButton_51.BorderSizePixel = 0
3457 TextButton_51.Position = UDim2.new(0.795000017, 0, 0.584999979, 0)
3458 TextButton_51.Size = UDim2.new(0, 86, 0, 26)
3459 TextButton_51.Font = Enum.Font.SourceSans
3460 TextButton_51.Text = "kill me"
3461 TextButton_51.TextColor3 = Color3.fromRGB(134, 134, 134)
3462 TextButton_51.TextSize = 18.000
3463
3464 TextButton_52.Parent = ShortcutsPage
3465 TextButton_52.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3466 TextButton_52.BorderSizePixel = 0
3467 TextButton_52.Position = UDim2.new(0.795000017, 0, 0.683000028, 0)
3468 TextButton_52.Size = UDim2.new(0, 86, 0, 26)
3469 TextButton_52.Font = Enum.Font.SourceSans
3470 TextButton_52.Text = "jail me"
3471 TextButton_52.TextColor3 = Color3.fromRGB(134, 134, 134)
3472 TextButton_52.TextSize = 18.000
3473
3474 TextButton_53.Parent = ShortcutsPage
3475 TextButton_53.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3476 TextButton_53.BorderSizePixel = 0
3477 TextButton_53.Position = UDim2.new(0.795000017, 0, 0.779385567, 0)
3478 TextButton_53.Size = UDim2.new(0, 86, 0, 26)
3479 TextButton_53.Font = Enum.Font.SourceSans
3480 TextButton_53.Text = "unjail me"
3481 TextButton_53.TextColor3 = Color3.fromRGB(134, 134, 134)
3482 TextButton_53.TextSize = 18.000
3483
3484 TextButton_54.Parent = ShortcutsPage
3485 TextButton_54.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3486 TextButton_54.BorderSizePixel = 0
3487 TextButton_54.Position = UDim2.new(0.795000017, 0, 0.872759044, 0)
3488 TextButton_54.Size = UDim2.new(0, 86, 0, 26)
3489 TextButton_54.Font = Enum.Font.SourceSans
3490 TextButton_54.Text = "speed me 16"
3491 TextButton_54.TextColor3 = Color3.fromRGB(134, 134, 134)
3492 TextButton_54.TextSize = 18.000
3493
3494 SettingsPage.Name = "SettingsPage"
3495 SettingsPage.Parent = Frame
3496 SettingsPage.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
3497 SettingsPage.BorderSizePixel = 0
3498 SettingsPage.Position = UDim2.new(0.0501001999, 0, 0.0806884766, 0)
3499 SettingsPage.Size = UDim2.new(0, 467, 0, 332)
3500 SettingsPage.Visible = false
3501
3502 TextButton_55.Parent = SettingsPage
3503 TextButton_55.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3504 TextButton_55.BorderSizePixel = 0
3505 TextButton_55.Position = UDim2.new(0, 8, 0, 306)
3506 TextButton_55.Size = UDim2.new(0, 103, 0, 26)
3507 TextButton_55.Font = Enum.Font.SourceSans
3508 TextButton_55.Text = "Execute"
3509 TextButton_55.TextColor3 = Color3.fromRGB(134, 134, 134)
3510 TextButton_55.TextSize = 18.000
3511
3512 TextBox.Parent = SettingsPage
3513 TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3514 TextBox.Size = UDim2.new(0, 451, 0, 296)
3515 TextBox.Font = Enum.Font.SourceSans
3516 TextBox.Text = "print(\"Im blue baba ;)\")"
3517 TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
3518 TextBox.TextSize = 14.000
3519 TextBox.TextXAlignment = Enum.TextXAlignment.Left
3520 TextBox.TextYAlignment = Enum.TextYAlignment.Top
3521
3522 TextButton_56.Parent = SettingsPage
3523 TextButton_56.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
3524 TextButton_56.BorderSizePixel = 0
3525 TextButton_56.Position = UDim2.new(0, 332, 0, 306)
3526 TextButton_56.Size = UDim2.new(0, 103, 0, 26)
3527 TextButton_56.Font = Enum.Font.SourceSans
3528 TextButton_56.Text = "Clear"
3529 TextButton_56.TextColor3 = Color3.fromRGB(134, 134, 134)
3530 TextButton_56.TextSize = 18.000
3531
3532 TabsBar.Name = "TabsBar"
3533 TabsBar.Parent = Frame
3534 TabsBar.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
3535 TabsBar.BorderColor3 = Color3.fromRGB(27, 42, 53)
3536 TabsBar.Position = UDim2.new(0, 0, 0.0592991896, 0)
3537 TabsBar.Size = UDim2.new(0, 126, 0, 347)
3538 TabsBar.Visible = false
3539
3540 Page1.Name = "Page1"
3541 Page1.Parent = TabsBar
3542 Page1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3543 Page1.BackgroundTransparency = 1.000
3544 Page1.BorderSizePixel = 0
3545 Page1.Size = UDim2.new(0, 126, 0, 21)
3546 Page1.Font = Enum.Font.SourceSans
3547 Page1.Text = "Home"
3548 Page1.TextColor3 = Color3.fromRGB(171, 171, 171)
3549 Page1.TextSize = 14.000
3550
3551 Page2.Name = "Page2"
3552 Page2.Parent = TabsBar
3553 Page2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3554 Page2.BackgroundTransparency = 1.000
3555 Page2.BorderSizePixel = 0
3556 Page2.Position = UDim2.new(0, 0, 0.0518731959, 0)
3557 Page2.Size = UDim2.new(0, 126, 0, 21)
3558 Page2.Font = Enum.Font.SourceSans
3559 Page2.Text = "Togglable"
3560 Page2.TextColor3 = Color3.fromRGB(171, 171, 171)
3561 Page2.TextSize = 14.000
3562
3563 Page3.Name = "Page3"
3564 Page3.Parent = TabsBar
3565 Page3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3566 Page3.BackgroundTransparency = 1.000
3567 Page3.BorderSizePixel = 0
3568 Page3.Position = UDim2.new(0, 0, 0.112391926, 0)
3569 Page3.Size = UDim2.new(0, 126, 0, 21)
3570 Page3.Font = Enum.Font.SourceSans
3571 Page3.Text = "Shortcuts"
3572 Page3.TextColor3 = Color3.fromRGB(171, 171, 171)
3573 Page3.TextSize = 14.000
3574
3575 Page4.Name = "Page4"
3576 Page4.Parent = TabsBar
3577 Page4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3578 Page4.BackgroundTransparency = 1.000
3579 Page4.BorderSizePixel = 0
3580 Page4.Position = UDim2.new(0, 0, 0.172910661, 0)
3581 Page4.Size = UDim2.new(0, 126, 0, 21)
3582 Page4.Font = Enum.Font.SourceSans
3583 Page4.Text = "Executor"
3584 Page4.TextColor3 = Color3.fromRGB(171, 171, 171)
3585 Page4.TextSize = 14.000
3586
3587 HideTabs.Name = "HideTabs >"
3588 HideTabs.Parent = Frame
3589 HideTabs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3590 HideTabs.BackgroundTransparency = 1.000
3591 HideTabs.BorderSizePixel = 0
3592 HideTabs.Position = UDim2.new(-5.58793545e-09, 0, 0.0592991896, 0)
3593 HideTabs.Size = UDim2.new(0, 25, 0, 21)
3594 HideTabs.Font = Enum.Font.SourceSans
3595 HideTabs.Text = ">"
3596 HideTabs.TextColor3 = Color3.fromRGB(134, 134, 134)
3597 HideTabs.TextSize = 14.000
3598
3599 HideTabs_2.Name = "HideTabs <"
3600 HideTabs_2.Parent = Frame
3601 HideTabs_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3602 HideTabs_2.BackgroundTransparency = 1.000
3603 HideTabs_2.BorderSizePixel = 0
3604 HideTabs_2.Position = UDim2.new(0.252505004, 0, 0.0592991896, 0)
3605 HideTabs_2.Size = UDim2.new(0, 25, 0, 21)
3606 HideTabs_2.Visible = false
3607 HideTabs_2.Font = Enum.Font.SourceSans
3608 HideTabs_2.Text = "<"
3609 HideTabs_2.TextColor3 = Color3.fromRGB(134, 134, 134)
3610 HideTabs_2.TextSize = 14.000
3611
3612 ReopenShortcut.Name = "ReopenShortcut"
3613 ReopenShortcut.Parent = ShortBitch
3614 ReopenShortcut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
3615 ReopenShortcut.BackgroundTransparency = 1.000
3616 ReopenShortcut.BorderSizePixel = 0
3617 ReopenShortcut.Position = UDim2.new(0.979937732, 0, 0.967893839, 0)
3618 ReopenShortcut.Size = UDim2.new(0, 27, 0, 24)
3619 ReopenShortcut.Font = Enum.Font.SourceSans
3620 ReopenShortcut.Text = "S"
3621 ReopenShortcut.TextColor3 = Color3.fromRGB(0, 0, 0)
3622 ReopenShortcut.TextSize = 24.000
3623
3624 -- Scripts:
3625
3626 local function XIVQNHC_fake_script() -- CloseGUI.LocalScript
3627 local script = Instance.new('LocalScript', CloseGUI)
3628
3629 script.Parent.MouseButton1Click:Connect(function()
3630 wait(0.12)
3631 script.Parent.Parent.Parent:Destroy()
3632 end)
3633 end
3634 coroutine.wrap(XIVQNHC_fake_script)()
3635 local function XPVT_fake_script() -- MinGUI.LocalScript
3636 local script = Instance.new('LocalScript', MinGUI)
3637
3638 script.Parent.MouseButton1Click:Connect(function()
3639 script.Parent.Parent.Parent.Parent.ReopenShortcut.Visible = true
3640 script.Parent.Parent.Parent.Visible = false
3641 end)
3642 end
3643 coroutine.wrap(XPVT_fake_script)()
3644 local function VUWRTM_fake_script() -- Frame.Main
3645 local script = Instance.new('LocalScript', Frame)
3646
3647 frame = script.Parent
3648 frame.Draggable = true
3649 frame.Active = true
3650 frame.Selectable = true
3651 end
3652 coroutine.wrap(VUWRTM_fake_script)()
3653 local function HHQDWPZ_fake_script() -- TextButton.LocalScript
3654 local script = Instance.new('LocalScript', TextButton)
3655
3656 script.Parent.MouseButton1Click:Connect(function()
3657 game.Players:Chat(";toggle anticrashvg")
3658 end)
3659 end
3660 coroutine.wrap(HHQDWPZ_fake_script)()
3661 local function MHELDAN_fake_script() -- TextButton_2.LocalScript
3662 local script = Instance.new('LocalScript', TextButton_2)
3663
3664 script.Parent.MouseButton1Click:Connect(function()
3665 game.Players:Chat(";toggle antijailgearban")
3666 end)
3667 end
3668 coroutine.wrap(MHELDAN_fake_script)()
3669 local function MDRE_fake_script() -- TextButton_3.LocalScript
3670 local script = Instance.new('LocalScript', TextButton_3)
3671
3672 script.Parent.MouseButton1Click:Connect(function()
3673 game.Players:Chat(";toggle antigrayscale")
3674 end)
3675 end
3676 coroutine.wrap(MDRE_fake_script)()
3677 local function YDZP_fake_script() -- TextButton_4.LocalScript
3678 local script = Instance.new('LocalScript', TextButton_4)
3679
3680 script.Parent.MouseButton1Click:Connect(function()
3681 game.Players:Chat(";toggle antikill")
3682 end)
3683 end
3684 coroutine.wrap(YDZP_fake_script)()
3685 local function TFKYX_fake_script() -- TextButton_5.LocalScript
3686 local script = Instance.new('LocalScript', TextButton_5)
3687
3688 script.Parent.MouseButton1Click:Connect(function()
3689 game.Players:Chat(";toggle antijail")
3690 end)
3691 end
3692 coroutine.wrap(TFKYX_fake_script)()
3693 local function TBMWNT_fake_script() -- TextButton_6.LocalScript
3694 local script = Instance.new('LocalScript', TextButton_6)
3695
3696 script.Parent.MouseButton1Click:Connect(function()
3697 game.Players:Chat(";toggle mymusiconly")
3698 end)
3699 end
3700 coroutine.wrap(TBMWNT_fake_script)()
3701 local function MXYXV_fake_script() -- TextButton_7.LocalScript
3702 local script = Instance.new('LocalScript', TextButton_7)
3703
3704 script.Parent.MouseButton1Click:Connect(function()
3705 game.Players:Chat(";toggle antilogs")
3706 end)
3707 end
3708 coroutine.wrap(MXYXV_fake_script)()
3709 local function NWIEA_fake_script() -- TextButton_8.LocalScript
3710 local script = Instance.new('LocalScript', TextButton_8)
3711
3712 script.Parent.MouseButton1Click:Connect(function()
3713 game.Players:Chat(";toggle superlogs")
3714 end)
3715 end
3716 coroutine.wrap(NWIEA_fake_script)()
3717 local function GCIF_fake_script() -- TextButton_9.LocalScript
3718 local script = Instance.new('LocalScript', TextButton_9)
3719
3720 script.Parent.MouseButton1Click:Connect(function()
3721 game.Players:Chat(";toggle everyonecommands")
3722 end)
3723 end
3724 coroutine.wrap(GCIF_fake_script)()
3725 local function LEGA_fake_script() -- TextButton_10.LocalScript
3726 local script = Instance.new('LocalScript', TextButton_10)
3727
3728 script.Parent.MouseButton1Click:Connect(function()
3729 game.Players:Chat(";toggle antiattach")
3730 end)
3731 end
3732 coroutine.wrap(LEGA_fake_script)()
3733 local function TJEE_fake_script() -- TextButton_11.LocalScript
3734 local script = Instance.new('LocalScript', TextButton_11)
3735
3736 script.Parent.MouseButton1Click:Connect(function()
3737 game.Players:Chat(";toggle padsenforcement")
3738 end)
3739 end
3740 coroutine.wrap(TJEE_fake_script)()
3741 local function FDTSV_fake_script() -- TextButton_12.LocalScript
3742 local script = Instance.new('LocalScript', TextButton_12)
3743
3744 script.Parent.MouseButton1Click:Connect(function()
3745 game.Players:Chat(";toggle antivoid")
3746 end)
3747 end
3748 coroutine.wrap(FDTSV_fake_script)()
3749 local function GDOZSA_fake_script() -- TextButton_13.LocalScript
3750 local script = Instance.new('LocalScript', TextButton_13)
3751
3752 script.Parent.MouseButton1Click:Connect(function()
3753 fkick = not fkick
3754 end)
3755 end
3756 coroutine.wrap(GDOZSA_fake_script)()
3757 local function ELZGOHJ_fake_script() -- TextButton_14.LocalScript
3758 local script = Instance.new('LocalScript', TextButton_14)
3759
3760 script.Parent.MouseButton1Click:Connect(function()
3761 antikick = not antikick
3762 end)
3763 end
3764 coroutine.wrap(ELZGOHJ_fake_script)()
3765 local function YKBCN_fake_script() -- TextButton_15.LocalScript
3766 local script = Instance.new('LocalScript', TextButton_15)
3767
3768 script.Parent.MouseButton1Click:Connect(function()
3769 game.Players:Chat(";moveresetpad")
3770 end)
3771 end
3772 coroutine.wrap(YKBCN_fake_script)()
3773 local function BKYKUQ_fake_script() -- TextButton_16.LocalScript
3774 local script = Instance.new('LocalScript', TextButton_16)
3775
3776 script.Parent.MouseButton1Click:Connect(function()
3777 game.Players:Chat(";moveobbybox")
3778 end)
3779 end
3780 coroutine.wrap(BKYKUQ_fake_script)()
3781 local function GQMOGSE_fake_script() -- TextButton_17.LocalScript
3782 local script = Instance.new('LocalScript', TextButton_17)
3783
3784 script.Parent.MouseButton1Click:Connect(function()
3785 game.Players:Chat(";moveobbybricks")
3786 end)
3787 end
3788 coroutine.wrap(GQMOGSE_fake_script)()
3789 local function ADENMM_fake_script() -- TextButton_18.LocalScript
3790 local script = Instance.new('LocalScript', TextButton_18)
3791
3792 script.Parent.MouseButton1Click:Connect(function()
3793 game.Players:Chat(";moveadmindividers")
3794 end)
3795 end
3796 coroutine.wrap(ADENMM_fake_script)()
3797 local function ETQNRT_fake_script() -- TextButton_19.LocalScript
3798 local script = Instance.new('LocalScript', TextButton_19)
3799
3800 script.Parent.MouseButton1Click:Connect(function()
3801 game.Players:Chat(";movepads")
3802 end)
3803 end
3804 coroutine.wrap(ETQNRT_fake_script)()
3805 local function KYQBY_fake_script() -- TextButton_20.LocalScript
3806 local script = Instance.new('LocalScript', TextButton_20)
3807
3808 script.Parent.MouseButton1Click:Connect(function()
3809 game.Players:Chat(";movebuildingbricks")
3810 end)
3811 end
3812 coroutine.wrap(KYQBY_fake_script)()
3813 local function ISOUZ_fake_script() -- TextButton_21.LocalScript
3814 local script = Instance.new('LocalScript', TextButton_21)
3815
3816 script.Parent.MouseButton1Click:Connect(function()
3817 game.Players:Chat(";movehouse")
3818 end)
3819 end
3820 coroutine.wrap(ISOUZ_fake_script)()
3821 local function SJGAVR_fake_script() -- TextButton_22.LocalScript
3822 local script = Instance.new('LocalScript', TextButton_22)
3823
3824 script.Parent.MouseButton1Click:Connect(function()
3825 game.Players:Chat(";color all original")
3826 end)
3827 end
3828 coroutine.wrap(SJGAVR_fake_script)()
3829 local function UCAS_fake_script() -- TextButton_23.LocalScript
3830 local script = Instance.new('LocalScript', TextButton_23)
3831
3832 script.Parent.MouseButton1Click:Connect(function()
3833 game.Players:Chat(";color all random")
3834 end)
3835 end
3836 coroutine.wrap(UCAS_fake_script)()
3837 local function KJYI_fake_script() -- TextButton_24.LocalScript
3838 local script = Instance.new('LocalScript', TextButton_24)
3839
3840 script.Parent.MouseButton1Click:Connect(function()
3841 game.Players:Chat(";shutdown")
3842 end)
3843 end
3844 coroutine.wrap(KJYI_fake_script)()
3845 local function BNPJUSH_fake_script() -- TextButton_25.LocalScript
3846 local script = Instance.new('LocalScript', TextButton_25)
3847
3848 script.Parent.MouseButton1Click:Connect(function()
3849 game.Players:Chat(";sch")
3850 end)
3851 end
3852 coroutine.wrap(BNPJUSH_fake_script)()
3853 local function ADLSJYY_fake_script() -- TextButton_26.LocalScript
3854 local script = Instance.new('LocalScript', TextButton_26)
3855
3856 script.Parent.MouseButton1Click:Connect(function()
3857 game.Players:Chat(";upme")
3858 end)
3859 end
3860 coroutine.wrap(ADLSJYY_fake_script)()
3861 local function IWCDYQI_fake_script() -- TextButton_27.LocalScript
3862 local script = Instance.new('LocalScript', TextButton_27)
3863
3864 script.Parent.MouseButton1Click:Connect(function()
3865 game.Players:Chat(";pads")
3866 end)
3867 end
3868 coroutine.wrap(IWCDYQI_fake_script)()
3869 local function MSZYQ_fake_script() -- TextButton_28.LocalScript
3870 local script = Instance.new('LocalScript', TextButton_28)
3871
3872 script.Parent.MouseButton1Click:Connect(function()
3873 game.Players:Chat(";house")
3874 end)
3875 end
3876 coroutine.wrap(MSZYQ_fake_script)()
3877 local function FOQZRI_fake_script() -- TextButton_29.LocalScript
3878 local script = Instance.new('LocalScript', TextButton_29)
3879
3880 script.Parent.MouseButton1Click:Connect(function()
3881 game.Players:Chat(";spawn")
3882 end)
3883 end
3884 coroutine.wrap(FOQZRI_fake_script)()
3885 local function HKLR_fake_script() -- TextButton_30.LocalScript
3886 local script = Instance.new('LocalScript', TextButton_30)
3887
3888 script.Parent.MouseButton1Click:Connect(function()
3889 game.Players:Chat(";findresetpad")
3890 end)
3891 end
3892 coroutine.wrap(HKLR_fake_script)()
3893 local function ZUIBX_fake_script() -- TextButton_31.LocalScript
3894 local script = Instance.new('LocalScript', TextButton_31)
3895
3896 script.Parent.MouseButton1Click:Connect(function()
3897 game.Players:Chat(";ohnana")
3898 end)
3899 end
3900 coroutine.wrap(ZUIBX_fake_script)()
3901 local function SWOULII_fake_script() -- TextButton_32.LocalScript
3902 local script = Instance.new('LocalScript', TextButton_32)
3903
3904 script.Parent.MouseButton1Click:Connect(function()
3905 game.Players:Chat(";movebaseplate")
3906 end)
3907 end
3908 coroutine.wrap(SWOULII_fake_script)()
3909 local function OREYPMV_fake_script() -- TextButton_33.LocalScript
3910 local script = Instance.new('LocalScript', TextButton_33)
3911
3912 script.Parent.MouseButton1Click:Connect(function()
3913 game.Players:Chat(";infjump")
3914 end)
3915 end
3916 coroutine.wrap(OREYPMV_fake_script)()
3917 local function GVHNRE_fake_script() -- TextButton_34.LocalScript
3918 local script = Instance.new('LocalScript', TextButton_34)
3919
3920 script.Parent.MouseButton1Click:Connect(function()
3921 game.Players:Chat(";allpads")
3922 end)
3923 end
3924 coroutine.wrap(GVHNRE_fake_script)()
3925 local function KJQR_fake_script() -- TextButton_35.LocalScript
3926 local script = Instance.new('LocalScript', TextButton_35)
3927
3928 script.Parent.MouseButton1Click:Connect(function()
3929 game.Players:Chat(";lagall")
3930 end)
3931 end
3932 coroutine.wrap(KJQR_fake_script)()
3933 local function REANZLF_fake_script() -- TextButton_36.LocalScript
3934 local script = Instance.new('LocalScript', TextButton_36)
3935
3936 script.Parent.MouseButton1Click:Connect(function()
3937 game.Players:Chat(";stop")
3938 end)
3939 end
3940 coroutine.wrap(REANZLF_fake_script)()
3941 local function PMEORY_fake_script() -- TextButton_37.LocalScript
3942 local script = Instance.new('LocalScript', TextButton_37)
3943
3944 script.Parent.MouseButton1Click:Connect(function()
3945 game.Players:Chat(";rej")
3946 end)
3947 end
3948 coroutine.wrap(PMEORY_fake_script)()
3949 local function SHJXI_fake_script() -- TextButton_38.LocalScript
3950 local script = Instance.new('LocalScript', TextButton_38)
3951
3952 script.Parent.MouseButton1Click:Connect(function()
3953 game.Players:Chat(";reg")
3954 end)
3955 end
3956 coroutine.wrap(SHJXI_fake_script)()
3957 local function OOUQRE_fake_script() -- TextButton_39.LocalScript
3958 local script = Instance.new('LocalScript', TextButton_39)
3959
3960 script.Parent.MouseButton1Click:Connect(function()
3961 game.Players:Chat(";cmds")
3962 end)
3963 end
3964 coroutine.wrap(OOUQRE_fake_script)()
3965 local function NEHHA_fake_script() -- TextButton_40.LocalScript
3966 local script = Instance.new('LocalScript', TextButton_40)
3967
3968 script.Parent.MouseButton1Click:Connect(function()
3969 game.Players:Chat(";alltools")
3970 end)
3971 end
3972 coroutine.wrap(NEHHA_fake_script)()
3973 local function ONUHYA_fake_script() -- TextButton_41.LocalScript
3974 local script = Instance.new('LocalScript', TextButton_41)
3975
3976 script.Parent.MouseButton1Click:Connect(function()
3977 game.Players:Chat(";traplogs")
3978 end)
3979 end
3980 coroutine.wrap(ONUHYA_fake_script)()
3981 local function GMOJIZ_fake_script() -- TextButton_42.LocalScript
3982 local script = Instance.new('LocalScript', TextButton_42)
3983
3984 script.Parent.MouseButton1Click:Connect(function()
3985 game.Players:Chat(";disablerc")
3986 end)
3987 end
3988 coroutine.wrap(GMOJIZ_fake_script)()
3989 local function NHZOTC_fake_script() -- TextButton_43.LocalScript
3990 local script = Instance.new('LocalScript', TextButton_43)
3991
3992 script.Parent.MouseButton1Click:Connect(function()
3993 game.Players:Chat(";ds")
3994 end)
3995 end
3996 coroutine.wrap(NHZOTC_fake_script)()
3997 local function ITMH_fake_script() -- TextButton_44.LocalScript
3998 local script = Instance.new('LocalScript', TextButton_44)
3999
4000 script.Parent.MouseButton1Click:Connect(function()
4001 game.Players:Chat(";clicktp")
4002 end)
4003 end
4004 coroutine.wrap(ITMH_fake_script)()
4005 local function TTLALKA_fake_script() -- TextButton_45.LocalScript
4006 local script = Instance.new('LocalScript', TextButton_45)
4007
4008 script.Parent.MouseButton1Click:Connect(function()
4009 game.Players:Chat("reset me")
4010 end)
4011 end
4012 coroutine.wrap(TTLALKA_fake_script)()
4013 local function FIHMFUG_fake_script() -- TextButton_46.LocalScript
4014 local script = Instance.new('LocalScript', TextButton_46)
4015
4016 script.Parent.MouseButton1Click:Connect(function()
4017 game.Players:Chat("fly me")
4018 end)
4019 end
4020 coroutine.wrap(FIHMFUG_fake_script)()
4021 local function HZKLHFZ_fake_script() -- TextButton_47.LocalScript
4022 local script = Instance.new('LocalScript', TextButton_47)
4023
4024 script.Parent.MouseButton1Click:Connect(function()
4025 game.Players:Chat("ff me")
4026 end)
4027 end
4028 coroutine.wrap(HZKLHFZ_fake_script)()
4029 local function JZHWCDC_fake_script() -- TextButton_48.LocalScript
4030 local script = Instance.new('LocalScript', TextButton_48)
4031
4032 script.Parent.MouseButton1Click:Connect(function()
4033 game.Players:Chat("god me")
4034 end)
4035 end
4036 coroutine.wrap(JZHWCDC_fake_script)()
4037 local function GNUWRVW_fake_script() -- TextButton_49.LocalScript
4038 local script = Instance.new('LocalScript', TextButton_49)
4039
4040 script.Parent.MouseButton1Click:Connect(function()
4041 game.Players:Chat("respawn me")
4042 end)
4043 end
4044 coroutine.wrap(GNUWRVW_fake_script)()
4045 local function XGTLXX_fake_script() -- TextButton_50.LocalScript
4046 local script = Instance.new('LocalScript', TextButton_50)
4047
4048 script.Parent.MouseButton1Click:Connect(function()
4049 game.Players:Chat(";heykindle me")
4050 end)
4051 end
4052 coroutine.wrap(XGTLXX_fake_script)()
4053 local function MAKRZ_fake_script() -- TextButton_51.LocalScript
4054 local script = Instance.new('LocalScript', TextButton_51)
4055
4056 script.Parent.MouseButton1Click:Connect(function()
4057 game.Players:Chat("kill me")
4058 end)
4059 end
4060 coroutine.wrap(MAKRZ_fake_script)()
4061 local function SWUQDRL_fake_script() -- TextButton_52.LocalScript
4062 local script = Instance.new('LocalScript', TextButton_52)
4063
4064 script.Parent.MouseButton1Click:Connect(function()
4065 game.Players:Chat("jail me")
4066 end)
4067 end
4068 coroutine.wrap(SWUQDRL_fake_script)()
4069 local function NRGR_fake_script() -- TextButton_53.LocalScript
4070 local script = Instance.new('LocalScript', TextButton_53)
4071
4072 script.Parent.MouseButton1Click:Connect(function()
4073 game.Players:Chat("unjail me")
4074 end)
4075 end
4076 coroutine.wrap(NRGR_fake_script)()
4077 local function WZVWGO_fake_script() -- TextButton_54.LocalScript
4078 local script = Instance.new('LocalScript', TextButton_54)
4079
4080 script.Parent.MouseButton1Click:Connect(function()
4081 game.Players:Chat("speed me 16")
4082 end)
4083 end
4084 coroutine.wrap(WZVWGO_fake_script)()
4085 local function PPPFA_fake_script() -- TextButton_55.LocalScript
4086 local script = Instance.new('LocalScript', TextButton_55)
4087
4088 script.Parent.MouseButton1Click:Connect(function()
4089 loadstring(script.Parent.Parent.TextBox.Text)()
4090 end)
4091 end
4092 coroutine.wrap(PPPFA_fake_script)()
4093 local function NVRSPFO_fake_script() -- TextButton_56.LocalScript
4094 local script = Instance.new('LocalScript', TextButton_56)
4095
4096 script.Parent.MouseButton1Click:Connect(function()
4097 script.Parent.Parent.TextBox.Text = ""
4098 end)
4099 end
4100 coroutine.wrap(NVRSPFO_fake_script)()
4101 local function NRXI_fake_script() -- Page1.LocalScript
4102 local script = Instance.new('LocalScript', Page1)
4103
4104 script.Parent.MouseButton1Click:Connect(function()
4105 script.Parent.Parent.Parent.WelcomePage.Visible = true
4106 script.Parent.Parent.Parent.TogglesPage.Visible = false
4107 script.Parent.Parent.Parent.ShortcutsPage.Visible = false
4108 script.Parent.Parent.Parent.SettingsPage.Visible = false
4109 end)
4110 end
4111 coroutine.wrap(NRXI_fake_script)()
4112 local function JRKZ_fake_script() -- Page2.LocalScript
4113 local script = Instance.new('LocalScript', Page2)
4114
4115 script.Parent.MouseButton1Click:Connect(function()
4116 script.Parent.Parent.Parent.WelcomePage.Visible = false
4117 script.Parent.Parent.Parent.TogglesPage.Visible = true
4118 script.Parent.Parent.Parent.ShortcutsPage.Visible = false
4119 script.Parent.Parent.Parent.SettingsPage.Visible = false
4120 end)
4121 end
4122 coroutine.wrap(JRKZ_fake_script)()
4123 local function GBEK_fake_script() -- Page3.LocalScript
4124 local script = Instance.new('LocalScript', Page3)
4125
4126 script.Parent.MouseButton1Click:Connect(function()
4127 script.Parent.Parent.Parent.WelcomePage.Visible = false
4128 script.Parent.Parent.Parent.TogglesPage.Visible = false
4129 script.Parent.Parent.Parent.ShortcutsPage.Visible = true
4130 script.Parent.Parent.Parent.SettingsPage.Visible = false
4131 end)
4132 end
4133 coroutine.wrap(GBEK_fake_script)()
4134 local function ZAWZV_fake_script() -- Page4.LocalScript
4135 local script = Instance.new('LocalScript', Page4)
4136
4137 script.Parent.MouseButton1Click:Connect(function()
4138 script.Parent.Parent.Parent.WelcomePage.Visible = false
4139 script.Parent.Parent.Parent.TogglesPage.Visible = false
4140 script.Parent.Parent.Parent.ShortcutsPage.Visible = false
4141 script.Parent.Parent.Parent.SettingsPage.Visible = true
4142 end)
4143 end
4144 coroutine.wrap(ZAWZV_fake_script)()
4145 local function PXSI_fake_script() -- HideTabs.LocalScript
4146 local script = Instance.new('LocalScript', HideTabs)
4147
4148 script.Parent.MouseButton1Click:Connect(function()
4149 script.Parent.Parent["HideTabs <"].Visible = true
4150 script.Parent.Parent["HideTabs >"].Visible = false
4151 script.Parent.Parent.TabsBar.Visible = true
4152 end)
4153 end
4154 coroutine.wrap(PXSI_fake_script)()
4155 local function MJFDHG_fake_script() -- HideTabs_2.LocalScript
4156 local script = Instance.new('LocalScript', HideTabs_2)
4157
4158 script.Parent.MouseButton1Click:Connect(function()
4159 script.Parent.Parent["HideTabs <"].Visible = false
4160 script.Parent.Parent["HideTabs >"].Visible = true
4161 script.Parent.Parent.TabsBar.Visible = false
4162 end)
4163 end
4164 coroutine.wrap(MJFDHG_fake_script)()
4165 local function CNGZ_fake_script() -- ReopenShortcut.LocalScript
4166 local script = Instance.new('LocalScript', ReopenShortcut)
4167
4168 script.Parent.MouseButton1Click:Connect(function()
4169 script.Parent.Visible = false
4170 script.Parent.Parent.Frame.Visible = true
4171 end)
4172 end
4173 coroutine.wrap(CNGZ_fake_script)()
4174
4175end)
4176
4177Spawn(function()
4178 mods()
4179end)
4180
4181logn("Code fully executed!")
4182
4183wait(0.25)
4184
4185Spawn(function()
4186 startupScripts()
4187end)