· 5 years ago · Feb 09, 2020, 06:01 AM
1-- Gui to Lua
2-- Version: 3.1
3
4-- Instances:
5
6local ScreenGui = Instance.new("ScreenGui")
7local OpenFrame = Instance.new("Frame")
8local OpenButton = Instance.new("TextButton")
9local BigFrame = Instance.new("Frame")
10local GuiOwner1x = Instance.new("Frame")
11local GuiOwner = Instance.new("TextBox")
12local Hugkill = Instance.new("TextButton")
13local RevizAdminV2 = Instance.new("TextButton")
14local ShatterVest = Instance.new("TextButton")
15local AntiStomp = Instance.new("TextButton")
16local Aftv2 = Instance.new("TextButton")
17local FoodScript = Instance.new("TextButton")
18local BoogaFucker = Instance.new("TextButton")
19local Anchor = Instance.new("TextButton")
20local Ts2ToolKit = Instance.new("TextButton")
21local ChatBypass = Instance.new("TextButton")
22local HealafterDeath = Instance.new("TextButton")
23local TrollersSource = Instance.new("TextButton")
24local TextButton = Instance.new("TextButton")
25local Duplication = Instance.new("TextButton")
26local TextButton_2 = Instance.new("TextButton")
27local TextButton_3 = Instance.new("TextButton")
28local TextButton_4 = Instance.new("TextButton")
29local TextButton_5 = Instance.new("TextButton")
30local TextButton_6 = Instance.new("TextButton")
31local TextButton_7 = Instance.new("TextButton")
32local Scriptowner1x = Instance.new("Frame")
33local ScriptOwner = Instance.new("TextBox")
34local Close1x = Instance.new("Frame")
35local Close = Instance.new("TextButton")
36
37--Properties:
38
39ScreenGui.Parent = game.CoreGui
40ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
41
42OpenFrame.Name = "OpenFrame"
43OpenFrame.Parent = ScreenGui
44OpenFrame.Active = true
45OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
46OpenFrame.Position = UDim2.new(0, 0, 0.44188723, 0)
47OpenFrame.Size = UDim2.new(0, 100, 0, 30)
48
49OpenButton.Name = "OpenButton"
50OpenButton.Parent = OpenFrame
51OpenButton.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
52OpenButton.Size = UDim2.new(0, 100, 0, 30)
53OpenButton.Font = Enum.Font.SciFi
54OpenButton.Text = "Open"
55OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
56OpenButton.TextSize = 30.000
57OpenButton.TextStrokeColor3 = Color3.fromRGB(85, 0, 255)
58OpenButton.MouseButton1Down:connect(function()
59BigFrame.Visible = true
60OpenFrame.Visible = false
61end)
62
63BigFrame.Name = "Big Frame"
64BigFrame.Parent = ScreenGui
65BigFrame.Active = true
66BigFrame.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
67BigFrame.Position = UDim2.new(0.298087746, 0, 0.178365946, 0)
68BigFrame.Size = UDim2.new(0, 900, 0, 500)
69BigFrame.Visible = false
70BigFrame.Active = true
71BigFrame.Draggable = true
72
73GuiOwner1x.Name = "Gui Owner 1x"
74GuiOwner1x.Parent = BigFrame
75GuiOwner1x.Active = true
76GuiOwner1x.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
77GuiOwner1x.BorderSizePixel = 0
78GuiOwner1x.Size = UDim2.new(0, 900, 0, 30)
79
80GuiOwner.Name = "Gui Owner"
81GuiOwner.Parent = GuiOwner1x
82GuiOwner.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
83GuiOwner.BorderSizePixel = 0
84GuiOwner.Size = UDim2.new(0, 900, 0, 30)
85GuiOwner.Text = "Gui Made By GX5Z#1706"
86GuiOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
87GuiOwner.TextSize = 20.000
88
89Hugkill.Name = "Hugkill"
90Hugkill.Parent = GuiOwner1x
91Hugkill.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
92Hugkill.Position = UDim2.new(0.0188888889, 0, 1.66666663, 0)
93Hugkill.Size = UDim2.new(0, 130, 0, 30)
94Hugkill.Font = Enum.Font.Highway
95Hugkill.Text = "Hug Kill"
96Hugkill.TextColor3 = Color3.fromRGB(0, 0, 0)
97Hugkill.TextSize = 20.000
98Hugkill.MouseButton1Down:connect(function()
99--[[ FE Hug Kill
100 Script made by Cyclically
101 Credits to dhruvil123 for help
102 https://v3rmillion.net/member.php?action=profile&uid=785986
103 Don't edit script unless you know what you're doing. If you wanna add this into a script
104]]
105
106local LocalPlayer = game:GetService("Players").LocalPlayer
107local torsoname = "Torso"
108if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
109 torsoname = "UpperTorso"
110end
111LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
112LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
113local tool = Instance.new("Tool", LocalPlayer.Backpack)
114LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
115tool.Handle.Massless = true
116tool.GripPos = Vector3.new(0, math.huge, 0)
117tool.Parent = LocalPlayer.Character
118wait()
119tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
120LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
121end)
122
123RevizAdminV2.Name = "Reviz Admin V2"
124RevizAdminV2.Parent = GuiOwner1x
125RevizAdminV2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
126RevizAdminV2.Position = UDim2.new(0.0188888889, 0, 4.36666632, 0)
127RevizAdminV2.Size = UDim2.new(0, 130, 0, 30)
128RevizAdminV2.Font = Enum.Font.Highway
129RevizAdminV2.Text = "Reviz Admin v2"
130RevizAdminV2.TextColor3 = Color3.fromRGB(0, 0, 0)
131RevizAdminV2.TextSize = 20.000
132RevizAdminV2.MouseButton1Down:connect(function()
133-- Creator: illremember#3799
134
135-- Credits to infinite yield, harkinian, dex creators
136
137prefix = ";"
138wait(0.3)
139Commands = {
140 '[-] cmdbar is shown when ; is pressed.',
141 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
142 '[2] bring [plr] -- You need a tool! Will bring player to you',
143 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
144 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
145 '[5] attach [plr] -- You need a tool! Attaches you to player',
146 '[6] unattach [plr] -- Attempts to unattach you from a player',
147 '[7] follow [plr] -- Makes you follow behind the player',
148 '[8] unfollow',
149 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
150 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
151 '[11] untrail',
152 '[12] orbit [plr] -- Makes you orbit the player',
153 '[13] unorbit',
154 '[14] fling [plr] -- Makes you fling the player',
155 '[15] unfling',
156 '[16] fecheck -- Checks if the game is FE or not',
157 '[17] void [plr] -- Teleports player to the void',
158 '[18] noclip -- Gives you noclip to walk through walls',
159 '[19] clip -- Removes noclip',
160 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
161 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
162 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
163 '[23] default -- Changes your speed, jumppower and hipheight to default values',
164 '[24] annoy [plr] -- Loop teleports you to the player',
165 '[25] unannoy',
166 '[26] headwalk [plr] -- Loop teleports you to the player head',
167 '[27] unheadwalk',
168 '[28] nolimbs -- Removes your arms and legs',
169 '[29] god -- Gives you FE Godmode',
170 '[30] drophats -- Drops your accessories',
171 '[31] droptool -- Drops any tool you have equipped',
172 '[32] loopdhats -- Loop drops your accessories',
173 '[33] unloopdhats',
174 '[34] loopdtool -- Loop drops any tools you have equipped',
175 '[35] unloopdtool',
176 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
177 '[37] view [plr] -- Changes your camera to the player character',
178 '[38] unview',
179 '[39] goto [plr] -- Teleports you to player',
180 '[40] fly -- Allows you to fly, credit to Infinite Yield',
181 '[41] unfly',
182 '[42] chat [msg] -- Makes you chat a message',
183 '[43] spam [msg] -- Spams a message',
184 '[44] unspam',
185 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
186 '[46] pmspam [plr] -- Spams a player in private message',
187 '[47] unpmspam',
188 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
189 '[49] uncfreeze [plr]',
190 '[50] unlockws -- Unlocks the workspace',
191 '[51] lockws -- Locks the workspace',
192 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
193 '[53] pstand -- Enables platform stand',
194 '[54] unpstand -- Disables platform stand',
195 '[55] blockhead -- Removes your head mesh',
196 '[56] sit',
197 '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
198 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
199 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
200 '[60] cmds -- Prints all commands',
201 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
202 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
203 '[63] spinner -- Makes you spin',
204 '[64] nospinner',
205 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
206 '[66] noreach -- Removes reach, must have tool equipped',
207 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
208 '[68] tp me [plr] -- Alternative to goto',
209 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
210 '[70] uncbring',
211 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
212 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
213 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
214 '[74] unglitch -- Unglitches you',
215 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
216 '[76] explorer -- Loads up DEX',
217 '[77] reset -- Resets your character.',
218 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
219 '[79] animgui -- Loads up Energize animations GUI',
220 '[80] savepos -- Saves your current position',
221 '[81] loadpos -- Teleports you to your saved position',
222 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
223 '[83] unbang',
224 '[84] delcmdbar -- Removes the command bar completely',
225 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
226 '[86] shutdown -- Uses harkinians script to shutdown server',
227 '[87] respawn -- If grespawn doesnt work you can use respawn',
228 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
229 '[89] getplrs -- Prints all players in game',
230 '[90] deldecal -- Deletes all decals client sided',
231 '[91] opfinality -- Loads in my FE GUI Opfinality',
232 '[92] remotes -- Prints all remotes in the game in the console when added',
233 '[93] noremotes -- Stops printing remotes',
234 '[94] tpdefault -- Stops all loop teleports to a player',
235 '[95] stopsit -- Will not allow you to sit',
236 '[96] gosit -- Allows you to sit',
237 '[97] clicktp -- Enables click tp',
238 '[98] noclicktp -- Disables click tp',
239 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
240 '[100] toolsoff -- Stops ;toolson',
241 '[101] version -- Gets the admin version',
242 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
243 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
244 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
245 '[105] clickdel -- Delete any block you press q on, client sided',
246 '[106] noclickdel -- Stops clickdel',
247 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
248 '[108] unlooprhats -- Stops loop removing mesh',
249 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
250 '[110] unlooprtool -- Stops loop removing mesh',
251 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
252 '[112] age [plr] -- Makes you chat the account age of the player',
253 '[113] id [plr] -- Makes you chat the account ID of the player',
254 '[114] .age [plr] -- Privately shows you the account age of the player',
255 '[115] .id [plr] -- Privately shows you the account ID of the player',
256 '[116] gameid -- Shows the game ID',
257 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
258 '[118] removefog -- Removes fog, client sided',
259 '[119] disable -- Disables your character by removing humanoid',
260 '[120] enable -- Enables your character by adding humanoid',
261 '[121] prefix [key] -- Changes the prefix used, default is ;',
262 '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
263 '[123] flyspeed [num] -- Change your fly speed, default is 1',
264 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
265 '[125] uncarpet -- Stops carpet player',
266 '[126] stare [plr] -- Turns your character to stare at another player',
267 '[127] unstare -- Stops stare player',
268 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
269 '[129] unlogchat -- Disables logchat',
270 '[130] fixcam -- Fixes/resets your camera',
271 '[131] unstate -- Stops changing state',
272}
273speedget = 1
274
275lplayer = game:GetService("Players").LocalPlayer
276
277lplayer.CharacterAdded:Connect(function(character)
278 spin = false
279 flying = false
280 staring = false
281 banpl = false
282end)
283
284function change()
285 prefix = prefix
286 speedfly = speedfly
287end
288
289function GetPlayer(String) -- Credit to Timeless/xFunnieuss
290 local Found = {}
291 local strl = String:lower()
292 if strl == "all" then
293 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
294 table.insert(Found,v)
295 end
296 elseif strl == "others" then
297 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
298 if v.Name ~= lplayer.Name then
299 table.insert(Found,v)
300 end
301 end
302 elseif strl == "me" then
303 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
304 if v.Name == lplayer.Name then
305 table.insert(Found,v)
306 end
307 end
308 else
309 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
310 if v.Name:lower():sub(1, #String) == String:lower() then
311 table.insert(Found,v)
312 end
313 end
314 end
315 return Found
316end
317
318local Mouse = lplayer:GetMouse()
319
320spin = false
321followed = false
322traill = false
323noclip = false
324annoying = false
325hwalk = false
326droppinghats = false
327droppingtools = false
328flying = false
329spamdelay = 1
330spamming = false
331spammingpm = false
332cbringing = false
333remotes = true
334added = true
335binds = false
336stopsitting = false
337clickgoto = false
338gettingtools = false
339removingmeshhats = false
340removingmeshtool = false
341clickdel = false
342staring = false
343chatlogs = false
344banpl = false
345changingstate = false
346statechosen = 0
347
348adminversion = "Reviz Admin by illremember, Version 2.0"
349
350flying = false
351speedfly = 1
352
353function plrchat(plr, chat)
354print(plr.Name..": "..tick().."\n"..chat)
355end
356
357for i,v in pairs(game:GetService("Players"):GetPlayers()) do
358v.Chatted:connect(function(chat)
359if chatlogs then
360plrchat(v, chat)
361end
362end)
363end
364game:GetService("Players").PlayerAdded:connect(function(plr)
365plr.Chatted:connect(function(chat)
366if chatlogs then
367plrchat(plr, chat)
368end
369end)
370end)
371
372
373local ScreenGui = Instance.new("ScreenGui")
374local Frame = Instance.new("Frame")
375local CMDBAR = Instance.new("TextBox")
376ScreenGui.Parent = game:GetService("CoreGui")
377Frame.Parent = ScreenGui
378Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
379Frame.BackgroundTransparency = 0.3
380Frame.Position = UDim2.new(0.5, 0, 0, 10)
381Frame.Size = UDim2.new(0, 200, 0, 40)
382Frame.Active = true
383Frame.Draggable = true
384CMDBAR.Name = "CMDBAR"
385CMDBAR.Parent = Frame
386CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
387CMDBAR.BackgroundTransparency = 0.20000000298023
388CMDBAR.Size = UDim2.new(0, 180, 0, 20)
389CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
390CMDBAR.Font = Enum.Font.SourceSansLight
391CMDBAR.FontSize = Enum.FontSize.Size14
392CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
393CMDBAR.TextScaled = true
394CMDBAR.TextSize = 14
395CMDBAR.TextWrapped = true
396CMDBAR.Text = "Press ; to type, Enter to execute"
397
398local CMDS = Instance.new("ScreenGui")
399local CMDSFRAME = Instance.new("Frame")
400local ScrollingFrame = Instance.new("ScrollingFrame")
401local TextLabel = Instance.new("TextLabel")
402local closegui = Instance.new("TextButton")
403CMDS.Name = "CMDS"
404CMDS.Parent = game:GetService("CoreGui")
405CMDSFRAME.Name = "CMDSFRAME"
406CMDSFRAME.Parent = CMDS
407CMDSFRAME.Active = true
408CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
409CMDSFRAME.BorderSizePixel = 0
410CMDSFRAME.Draggable = true
411CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
412CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
413CMDSFRAME.Visible = false
414ScrollingFrame.Parent = CMDSFRAME
415ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
416ScrollingFrame.BorderSizePixel = 0
417ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
418ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
419ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
420TextLabel.Parent = ScrollingFrame
421TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
422TextLabel.BackgroundTransparency = 1
423TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
424TextLabel.Font = Enum.Font.SourceSans
425TextLabel.FontSize = Enum.FontSize.Size18
426TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
427TextLabel.TextColor3 = Color3.new(1, 1, 1)
428TextLabel.TextSize = 15
429TextLabel.TextWrapped = true
430TextLabel.TextXAlignment = Enum.TextXAlignment.Left
431TextLabel.TextYAlignment = Enum.TextYAlignment.Top
432closegui.Name = "closegui"
433closegui.Parent = CMDSFRAME
434closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
435closegui.BorderSizePixel = 0
436closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
437closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
438closegui.Font = Enum.Font.SourceSansBold
439closegui.FontSize = Enum.FontSize.Size24
440closegui.Text = "X"
441closegui.TextColor3 = Color3.new(1, 1, 1)
442closegui.TextSize = 20
443
444closegui.MouseButton1Click:connect(function()
445 CMDSFRAME.Visible = false
446end)
447
448game:GetService('RunService').Stepped:connect(function()
449 if spin then
450 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
451 end
452 if followed then
453 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
454 end
455 if traill then
456 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
457 end
458 if annoying then
459 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
460 end
461 if hwalk then
462 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
463 end
464 if staring then
465 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
466 end
467end)
468game:GetService('RunService').Stepped:connect(function()
469 if noclip then
470 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
471 lplayer.Character.Head.CanCollide = false
472 lplayer.Character.Torso.CanCollide = false
473 lplayer.Character["Left Leg"].CanCollide = false
474 lplayer.Character["Right Leg"].CanCollide = false
475 else
476 lplayer.Character.Humanoid:ChangeState(11)
477 end
478 end
479 if changingstate then
480 lplayer.Character.Humanoid:ChangeState(statechosen)
481 end
482end)
483game:GetService('RunService').Stepped:connect(function()
484 if droppinghats then
485 for i,v in pairs(lplayer.Character:GetChildren()) do
486 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
487 v.Parent = workspace
488 end
489 end
490 end
491 if droppingtools then
492 for i,v in pairs(lplayer.Character:GetChildren()) do
493 if (v:IsA("Tool")) then
494 v.Parent = workspace
495 end
496 end
497 end
498 if removingmeshhats then
499 for i,v in pairs(lplayer.Character:GetChildren()) do
500 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
501 v.Handle.Mesh:Destroy()
502 end
503 end
504 end
505 if removingmeshtool then
506 for i,v in pairs(lplayer.Character:GetChildren()) do
507 if (v:IsA("Tool")) then
508 v.Handle.Mesh:Destroy()
509 end
510 end
511 end
512end)
513game:GetService('RunService').Stepped:connect(function()
514 if banpl then
515 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
516 end
517end)
518game:GetService('RunService').Stepped:connect(function()
519 if stopsitting then
520 lplayer.Character.Humanoid.Sit = false
521 end
522end)
523
524plr = lplayer
525hum = plr.Character.HumanoidRootPart
526mouse = plr:GetMouse()
527mouse.KeyDown:connect(function(key)
528 if key == "e" then
529 if mouse.Target then
530 if clickgoto then
531 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
532 elseif clickdel then
533 mouse.Target:Destroy()
534 end
535 end
536 end
537end)
538
539game:GetService("Workspace").ChildAdded:connect(function(part)
540 if gettingtools then
541 if part:IsA("Tool") then
542 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
543 end
544 end
545end)
546
547lplayer.Chatted:Connect(function(msg)
548 if string.sub(msg, 1, 6) == (prefix.."kill ") then
549 if string.sub(msg, 7) == "me" then
550 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
551 else
552 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
553 local NOW = lplayer.Character.HumanoidRootPart.CFrame
554 lplayer.Character.Humanoid.Name = 1
555 local l = lplayer.Character["1"]:Clone()
556 l.Parent = lplayer.Character
557 l.Name = "Humanoid"
558 wait(0.1)
559 lplayer.Character["1"]:Destroy()
560 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
561 lplayer.Character.Animate.Disabled = true
562 wait(0.1)
563 lplayer.Character.Animate.Disabled = false
564 lplayer.Character.Humanoid.DisplayDistanceType = "None"
565 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
566 lplayer.Character.Humanoid:EquipTool(v)
567 end
568 local function tp(player,player2)
569 local char1,char2=player.Character,player2.Character
570 if char1 and char2 then
571 char1:MoveTo(char2.Head.Position)
572 end
573 end
574 wait(0.1)
575 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
576 wait(0.2)
577 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
578 wait(0.5)
579 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
580 wait(0.7)
581 tp(lplayer,game:GetService("Players")[v.Name])
582 wait(0.7)
583 lplayer.Character.HumanoidRootPart.CFrame = NOW
584 game:GetService("StarterGui"):SetCore("SendNotification", {
585 Title = "Tools needed!";
586 Text = "You need a tool in your backpack for this command!";
587 })
588 end
589 end
590 end
591 if string.sub(msg, 1, 7) == (prefix.."bring ") then
592 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
593 local NOW = lplayer.Character.HumanoidRootPart.CFrame
594 lplayer.Character.Humanoid.Name = 1
595 local l = lplayer.Character["1"]:Clone()
596 l.Parent = lplayer.Character
597 l.Name = "Humanoid"
598 wait(0.1)
599 lplayer.Character["1"]:Destroy()
600 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
601 lplayer.Character.Animate.Disabled = true
602 wait(0.1)
603 lplayer.Character.Animate.Disabled = false
604 lplayer.Character.Humanoid.DisplayDistanceType = "None"
605 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
606 lplayer.Character.Humanoid:EquipTool(v)
607 end
608 local function tp(player,player2)
609 local char1,char2=player.Character,player2.Character
610 if char1 and char2 then
611 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
612 end
613 end
614 local function getout(player,player2)
615 local char1,char2=player.Character,player2.Character
616 if char1 and char2 then
617 char1:MoveTo(char2.Head.Position)
618 end
619 end
620 tp(game:GetService("Players")[v.Name], lplayer)
621 wait(0.2)
622 tp(game:GetService("Players")[v.Name], lplayer)
623 wait(0.5)
624 lplayer.Character.HumanoidRootPart.CFrame = NOW
625 wait(0.5)
626 getout(lplayer, game:GetService("Players")[v.Name])
627 wait(0.3)
628 lplayer.Character.HumanoidRootPart.CFrame = NOW
629 game:GetService("StarterGui"):SetCore("SendNotification", {
630 Title = "Tools needed!";
631 Text = "You need a tool in your backpack for this command!";
632 })
633 end
634 end
635 if string.sub(msg, 1, 6) == (prefix.."spin ") then
636 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
637 lplayer.Character.Humanoid.Name = 1
638 local l = lplayer.Character["1"]:Clone()
639 l.Parent = lplayer.Character
640 l.Name = "Humanoid"
641 wait(0.1)
642 lplayer.Character["1"]:Destroy()
643 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
644 lplayer.Character.Animate.Disabled = true
645 wait(0.1)
646 lplayer.Character.Animate.Disabled = false
647 lplayer.Character.Humanoid.DisplayDistanceType = "None"
648 lplayer.Character.Animate.Disabled = false
649 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
650 lplayer.Character.Humanoid:EquipTool(v)
651 end
652 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
653 spinplr = v
654 wait(0.5)
655 spin = true
656 game:GetService("StarterGui"):SetCore("SendNotification", {
657 Title = "Tools needed!";
658 Text = "You need a tool in your backpack for this command!";
659 })
660 end
661 end
662 if string.sub(msg, 1, 7) == (prefix.."unspin") then
663 spin = false
664 end
665 if string.sub(msg, 1, 8) == (prefix.."attach ") then
666 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
667 lplayer.Character.Humanoid.Name = 1
668 local l = lplayer.Character["1"]:Clone()
669 l.Parent = lplayer.Character
670 l.Name = "Humanoid"
671 wait(0.1)
672 lplayer.Character["1"]:Destroy()
673 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
674 lplayer.Character.Animate.Disabled = true
675 wait(0.1)
676 lplayer.Character.Animate.Disabled = false
677 lplayer.Character.Humanoid.DisplayDistanceType = "None"
678 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
679 lplayer.Character.Humanoid:EquipTool(v)
680 end
681 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
682 wait(0.3)
683 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
684 attplr = v
685 game:GetService("StarterGui"):SetCore("SendNotification", {
686 Title = "Tools needed!";
687 Text = "You need a tool in your backpack for this command!";
688 })
689 end
690 end
691 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
692 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
693 local function getout(player,player2)
694 local char1,char2=player.Character,player2.Character
695 if char1 and char2 then
696 char1:MoveTo(char2.Head.Position)
697 end
698 end
699 getout(lplayer, game:GetService("Players")[v.Name])
700 end
701 end
702 if string.sub(msg, 1, 8) == (prefix.."follow ") then
703 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
704 followed = true
705 flwplr = v
706 end
707 end
708 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
709 followed = false
710 end
711 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
712 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
713 local NOW = lplayer.Character.HumanoidRootPart.CFrame
714 lplayer.Character.Humanoid.Name = 1
715 local l = lplayer.Character["1"]:Clone()
716 l.Parent = lplayer.Character
717 l.Name = "Humanoid"
718 wait(0.1)
719 lplayer.Character["1"]:Destroy()
720 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
721 lplayer.Character.Animate.Disabled = true
722 wait(0.1)
723 lplayer.Character.Animate.Disabled = false
724 lplayer.Character.Humanoid.DisplayDistanceType = "None"
725 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
726 lplayer.Character.Humanoid:EquipTool(v)
727 end
728 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
729 wait(0.2)
730 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
731 wait(0.6)
732 lplayer.Character.HumanoidRootPart.CFrame = NOW
733 wait(0.6)
734 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
735 game:GetService("StarterGui"):SetCore("SendNotification", {
736 Title = "Tools needed!";
737 Text = "You need a tool in your backpack for this command!";
738 })
739 end
740 end
741 if string.sub(msg, 1, 7) == (prefix.."trail ") then
742 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
743 traill = true
744 trlplr = v
745 end
746 end
747 if string.sub(msg, 1, 8) == (prefix.."untrail") then
748 traill = false
749 end
750 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
751 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
752 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
753 else
754 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
755 local o = Instance.new("RocketPropulsion")
756 o.Parent = lplayer.Character.HumanoidRootPart
757 o.Name = "Orbit"
758 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
759 o:Fire()
760 noclip = true
761 end
762 end
763 end
764 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
765 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
766 noclip = false
767 end
768 if string.sub(msg, 1, 7) == (prefix.."fling ") then
769 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
770 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
771 else
772 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
773 local y = Instance.new("RocketPropulsion")
774 y.Parent = lplayer.Character.HumanoidRootPart
775 y.CartoonFactor = 1
776 y.MaxThrust = 800000
777 y.MaxSpeed = 1000
778 y.ThrustP = 200000
779 y.Name = "Fling"
780 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
781 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
782 y:Fire()
783 noclip = true
784 end
785 end
786 end
787 if string.sub(msg, 1, 8) == (prefix.."unfling") then
788 noclip = false
789 lplayer.Character.HumanoidRootPart.Fling:Destroy()
790 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
791 wait(0.4)
792 lplayer.Character.HumanoidRootPart.Fling:Destroy()
793 end
794 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
795 if game:GetService("Workspace").FilteringEnabled == true then
796 warn("FE is Enabled (Filtering Enabled)")
797 game:GetService("StarterGui"):SetCore("SendNotification", {
798 Title = "FE is Enabled";
799 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
800 })
801 else
802 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
803 game:GetService("StarterGui"):SetCore("SendNotification", {
804 Title = "FE is Disabled";
805 Text = "Filtering Disabled. Consider using a different admin script.";
806 })
807 end
808 end
809 if string.sub(msg, 1, 6) == (prefix.."void ") then
810 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
811 lplayer.Character.Humanoid.Name = 1
812 local l = lplayer.Character["1"]:Clone()
813 l.Parent = lplayer.Character
814 l.Name = "Humanoid"
815 wait(0.1)
816 lplayer.Character["1"]:Destroy()
817 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
818 lplayer.Character.Animate.Disabled = true
819 wait(0.1)
820 lplayer.Character.Animate.Disabled = false
821 lplayer.Character.Humanoid.DisplayDistanceType = "None"
822 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
823 lplayer.Character.Humanoid:EquipTool(v)
824 end
825 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
826 wait(0.2)
827 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
828 wait(0.6)
829 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
830 game:GetService("StarterGui"):SetCore("SendNotification", {
831 Title = "Tools needed!";
832 Text = "You need a tool in your backpack for this command!";
833 })
834 end
835 end
836 if string.sub(msg, 1, 7) == (prefix.."noclip") then
837 noclip = true
838 game:GetService("StarterGui"):SetCore("SendNotification", {
839 Title = "Noclip enabled";
840 Text = "Type ;clip to disable";
841 })
842 end
843 if string.sub(msg, 1, 5) == (prefix.."clip") then
844 noclip = false
845 game:GetService("StarterGui"):SetCore("SendNotification", {
846 Title = "Noclip disabled";
847 Text = "Type ;noclip to enable";
848 })
849 end
850 if string.sub(msg, 1, 7) == (prefix.."speed ") then
851 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
852 end
853 if string.sub(msg, 1, 4) == (prefix.."ws ") then
854 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
855 end
856 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
857 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
858 end
859 if string.sub(msg, 1, 4) == (prefix.."hh ") then
860 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
861 end
862 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
863 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
864 end
865 if string.sub(msg, 1, 4) == (prefix.."jp ") then
866 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
867 end
868 if string.sub(msg, 1, 8) == (prefix.."default") then
869 lplayer.Character.Humanoid.JumpPower = 50
870 lplayer.Character.Humanoid.WalkSpeed = 16
871 lplayer.Character.Humanoid.HipHeight = 0
872 end
873 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
874 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
875 annoying = true
876 annplr = v
877 end
878 end
879 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
880 annoying = false
881 end
882 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
883 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
884 hwalk = true
885 hdwplr = v
886 end
887 end
888 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
889 hwalk = false
890 end
891 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
892 lplayer.Character["Left Leg"]:Destroy()
893 lplayer.Character["Left Arm"]:Destroy()
894 lplayer.Character["Right Leg"]:Destroy()
895 lplayer.Character["Right Arm"]:Destroy()
896 end
897 if string.sub(msg, 1, 4) == (prefix.."god") then
898 lplayer.Character.Humanoid.Name = 1
899 local l = lplayer.Character["1"]:Clone()
900 l.Parent = lplayer.Character
901 l.Name = "Humanoid"
902 wait(0.1)
903 lplayer.Character["1"]:Destroy()
904 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
905 lplayer.Character.Animate.Disabled = true
906 wait(0.1)
907 lplayer.Character.Animate.Disabled = false
908 lplayer.Character.Humanoid.DisplayDistanceType = "None"
909 game:GetService("StarterGui"):SetCore("SendNotification", {
910 Title = "FE Godmode enabled";
911 Text = "Use ;grespawn or ;respawn to remove";
912 })
913 end
914 if string.sub(msg, 1, 9) == (prefix.."drophats") then
915 for i,v in pairs(lplayer.Character:GetChildren()) do
916 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
917 v.Parent = workspace
918 end
919 end
920 end
921 if string.sub(msg, 1, 9) == (prefix.."droptool") then
922 for i,v in pairs(lplayer.Character:GetChildren()) do
923 if (v:IsA("Tool")) then
924 v.Parent = workspace
925 end
926 end
927 end
928 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
929 droppinghats = true
930 game:GetService("StarterGui"):SetCore("SendNotification", {
931 Title = "Loop Drop Enabled";
932 Text = "Type ;unloopdhats to disable";
933 })
934 end
935 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
936 droppinghats = false
937 game:GetService("StarterGui"):SetCore("SendNotification", {
938 Title = "Loop Drop Disabled";
939 Text = "Type ;loopdhats to enable.";
940 })
941 end
942 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
943 droppingtools = true
944 game:GetService("StarterGui"):SetCore("SendNotification", {
945 Title = "Loop Drop Enabled";
946 Text = "Type ;unloopdtool to disable";
947 })
948 end
949 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
950 droppingtools = false
951 game:GetService("StarterGui"):SetCore("SendNotification", {
952 Title = "Loop Drop Disabled";
953 Text = "Type ;loopdtool to enable.";
954 })
955 end
956 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
957 Local = game:GetService('Players').LocalPlayer
958 Char = Local.Character
959 touched,tpdback = false, false
960 box = Instance.new('Part',workspace)
961 box.Anchored = true
962 box.CanCollide = true
963 box.Size = Vector3.new(10,1,10)
964 box.Position = Vector3.new(0,10000,0)
965 box.Touched:connect(function(part)
966 if (part.Parent.Name == Local.Name) then
967 if touched == false then
968 touched = true
969 function apply()
970 if script.Disabled ~= true then
971 no = Char.HumanoidRootPart:Clone()
972 wait(.25)
973 Char.HumanoidRootPart:Destroy()
974 no.Parent = Char
975 Char:MoveTo(loc)
976 touched = false
977 end end
978 if Char then
979 apply()
980 end
981 end
982 end
983 end)
984 repeat wait() until Char
985 loc = Char.HumanoidRootPart.Position
986 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
987 game:GetService("StarterGui"):SetCore("SendNotification", {
988 Title = "Invisibility enabled!";
989 Text = "Reset or use ;respawn to remove.";
990 })
991 end
992 if string.sub(msg, 1, 6) == (prefix.."view ") then
993 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
994 if game:GetService("Players")[v.Name].Character.Humanoid then
995 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
996 else
997 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
998 end
999 end
1000 end
1001 if string.sub(msg, 1, 7) == (prefix.."unview") then
1002 if lplayer.Character.Humanoid then
1003 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
1004 else
1005 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
1006 end
1007 end
1008 if string.sub(msg, 1, 6) == (prefix.."goto ") then
1009 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1010 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1011 end
1012 end
1013 if string.sub(msg, 1, 4) == (prefix.."fly") then
1014 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
1015 repeat wait() until Mouse
1016
1017 local T = lplayer.Character.HumanoidRootPart
1018 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
1019 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1020 local SPEED = speedget
1021
1022 local function fly()
1023 flying = true
1024 local BG = Instance.new('BodyGyro', T)
1025 local BV = Instance.new('BodyVelocity', T)
1026 BG.P = 9e4
1027 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1028 BG.cframe = T.CFrame
1029 BV.velocity = Vector3.new(0, 0.1, 0)
1030 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
1031 spawn(function()
1032 repeat wait()
1033 lplayer.Character.Humanoid.PlatformStand = true
1034 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
1035 SPEED = 50
1036 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
1037 SPEED = 0
1038 end
1039 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
1040 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
1041 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
1042 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
1043 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
1044 else
1045 BV.velocity = Vector3.new(0, 0.1, 0)
1046 end
1047 BG.cframe = workspace.CurrentCamera.CoordinateFrame
1048 until not flying
1049 CONTROL = {F = 0, B = 0, L = 0, R = 0}
1050 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1051 SPEED = 0
1052 BG:destroy()
1053 BV:destroy()
1054 lplayer.Character.Humanoid.PlatformStand = false
1055 end)
1056 end
1057 Mouse.KeyDown:connect(function(KEY)
1058 if KEY:lower() == 'w' then
1059 CONTROL.F = speedfly
1060 elseif KEY:lower() == 's' then
1061 CONTROL.B = -speedfly
1062 elseif KEY:lower() == 'a' then
1063 CONTROL.L = -speedfly
1064 elseif KEY:lower() == 'd' then
1065 CONTROL.R = speedfly
1066 end
1067 end)
1068 Mouse.KeyUp:connect(function(KEY)
1069 if KEY:lower() == 'w' then
1070 CONTROL.F = 0
1071 elseif KEY:lower() == 's' then
1072 CONTROL.B = 0
1073 elseif KEY:lower() == 'a' then
1074 CONTROL.L = 0
1075 elseif KEY:lower() == 'd' then
1076 CONTROL.R = 0
1077 end
1078 end)
1079 fly()
1080 end
1081 if string.sub(msg, 1, 6) == (prefix.."unfly") then
1082 flying = false
1083 lplayer.Character.Humanoid.PlatformStand = false
1084 end
1085 if string.sub(msg, 1, 6) == (prefix.."chat ") then
1086 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
1087 end
1088 if string.sub(msg, 1, 6) == (prefix.."spam ") then
1089 spamtext = (string.sub(msg, 7))
1090 spamming = true
1091 end
1092 if string.sub(msg, 1, 7) == (prefix.."unspam") then
1093 spamming = false
1094 end
1095 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
1096 spamdelay = (string.sub(msg, 11))
1097 end
1098 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
1099 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1100 pmspammed = v.Name
1101 spammingpm = true
1102 end
1103 end
1104 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
1105 spammingpm = false
1106 end
1107 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
1108 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
1109 v.Character["Left Leg"].Anchored = true
1110 v.Character["Left Arm"].Anchored = true
1111 v.Character["Right Leg"].Anchored = true
1112 v.Character["Right Arm"].Anchored = true
1113 v.Character.Torso.Anchored = true
1114 v.Character.Head.Anchored = true
1115 end
1116 end
1117 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
1118 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
1119 v.Character["Left Leg"].Anchored = false
1120 v.Character["Left Arm"].Anchored = false
1121 v.Character["Right Leg"].Anchored = false
1122 v.Character["Right Arm"].Anchored = false
1123 v.Character.Torso.Anchored = false
1124 v.Character.Head.Anchored = false
1125 end
1126 end
1127 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
1128 local a = game:GetService("Workspace"):getChildren()
1129 for i = 1, #a do
1130 if a[i].className == "Part" then
1131 a[i].Locked = false
1132 elseif a[i].className == "Model" then
1133 local r = a[i]:getChildren()
1134 for i = 1, #r do
1135 if r[i].className == "Part" then
1136 r[i].Locked = false
1137 end
1138 end
1139 end
1140 end
1141 game:GetService("StarterGui"):SetCore("SendNotification", {
1142 Title = "Success!";
1143 Text = "Workspace unlocked. Use ;lockws to lock.";
1144 })
1145 end
1146 if string.sub(msg, 1, 7) == (prefix.."lockws") then
1147 local a = game:GetService("Workspace"):getChildren()
1148 for i = 1, #a do
1149 if a[i].className == "Part" then
1150 a[i].Locked = true
1151 elseif a[i].className == "Model" then
1152 local r = a[i]:getChildren()
1153 for i = 1, #r do
1154 if r[i].className == "Part" then
1155 r[i].Locked = true
1156 end
1157 end
1158 end
1159 end
1160 end
1161 if string.sub(msg, 1, 7) == (prefix.."btools") then
1162 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
1163 Clone_T.BinType = "Clone"
1164 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
1165 Destruct.BinType = "Hammer"
1166 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
1167 Hold_T.BinType = "Grab"
1168 end
1169 if string.sub(msg, 1, 7) == (prefix.."pstand") then
1170 lplayer.Character.Humanoid.PlatformStand = true
1171 end
1172 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
1173 lplayer.Character.Humanoid.PlatformStand = false
1174 end
1175 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
1176 lplayer.Character.Head.Mesh:Destroy()
1177 end
1178 if string.sub(msg, 1, 4) == (prefix.."sit") then
1179 lplayer.Character.Humanoid.Sit = true
1180 end
1181 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
1182 local function bringobjw()
1183 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1184 if obj.Name == (string.sub(msg, 11)) then
1185 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1186 obj.CanCollide = false
1187 obj.Transparency = 0.7
1188 wait()
1189 obj.CFrame = lplayer.Character["Left Leg"].CFrame
1190 wait()
1191 obj.CFrame = lplayer.Character["Right Leg"].CFrame
1192 wait()
1193 obj.CFrame = lplayer.Character["Head"].CFrame
1194 end
1195 end
1196 end
1197 while wait() do
1198 bringobjw()
1199 end
1200 game:GetService("StarterGui"):SetCore("SendNotification", {
1201 Title = "BringObj";
1202 Text = "BringObj enabled.";
1203 })
1204 end
1205 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
1206 vis = (string.sub(msg, 8))
1207 local a = game:GetService("Workspace"):GetDescendants()
1208 for i = 1, #a do
1209 if a[i].className == "Part" then
1210 a[i].Transparency = vis
1211 elseif a[i].className == "Model" then
1212 local r = a[i]:getChildren()
1213 for i = 1, #r do
1214 if r[i].className == "Part" then
1215 r[i].Transparency = vis
1216 end
1217 end
1218 end
1219 end
1220 end
1221 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
1222 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
1223 game:GetService("StarterGui"):SetCore("SendNotification", {
1224 Title = "Success!";
1225 Text = "HyperTotal GUI Loaded!";
1226 })
1227 end
1228 if string.sub(msg, 1, 5) == (prefix.."cmds") then
1229 CMDSFRAME.Visible = true
1230 end
1231 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
1232 for i,v in pairs(lplayer.Character:GetChildren()) do
1233 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1234 v.Handle.Mesh:Destroy()
1235 end
1236 end
1237 end
1238 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
1239 for i,v in pairs(lplayer.Character:GetChildren()) do
1240 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1241 v.Handle.Mesh:Destroy()
1242 end
1243 end
1244 end
1245 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
1246 for i,v in pairs(lplayer.Character:GetChildren()) do
1247 if (v:IsA("Tool")) then
1248 v.Handle.Mesh:Destroy()
1249 end
1250 end
1251 end
1252 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
1253 for i,v in pairs(lplayer.Character:GetChildren()) do
1254 if (v:IsA("Tool")) then
1255 v.Handle.Mesh:Destroy()
1256 end
1257 end
1258 end
1259 if string.sub(msg, 1, 8) == (prefix.."spinner") then
1260 local p = Instance.new("RocketPropulsion")
1261 p.Parent = lplayer.Character.HumanoidRootPart
1262 p.Name = "Spinner"
1263 p.Target = lplayer.Character["Left Arm"]
1264 p:Fire()
1265 game:GetService("StarterGui"):SetCore("SendNotification", {
1266 Title = "Spinner enabled";
1267 Text = "Type ;nospinner to disable.";
1268 })
1269 end
1270 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
1271 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
1272 end
1273 if string.sub(msg, 1, 7) == (prefix.."reachd") then
1274 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1275 if v:isA("Tool") then
1276 local a = Instance.new("SelectionBox",v.Handle)
1277 a.Adornee = v.Handle
1278 v.Handle.Size = Vector3.new(0.5,0.5,60)
1279 v.GripPos = Vector3.new(0,0,0)
1280 lplayer.Character.Humanoid:UnequipTools()
1281 end
1282 end
1283 game:GetService("StarterGui"):SetCore("SendNotification", {
1284 Title = "Reach applied!";
1285 Text = "Applied to equipped sword. Use ;noreach to disable.";
1286 })
1287 end
1288 if string.sub(msg, 1, 7) == (prefix.."reach ") then
1289 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1290 if v:isA("Tool") then
1291 handleSize = v.Handle.Size
1292 wait()
1293 local a = Instance.new("SelectionBox",v.Handle)
1294 a.Name = "a"
1295 a.Adornee = v.Handle
1296 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
1297 v.GripPos = Vector3.new(0,0,0)
1298 lplayer.Character.Humanoid:UnequipTools()
1299 end
1300 end
1301 game:GetService("StarterGui"):SetCore("SendNotification", {
1302 Title = "Reach applied!";
1303 Text = "Applied to equipped sword. Use ;noreach to disable.";
1304 })
1305 end
1306 if string.sub(msg, 1, 8) == (prefix.."noreach") then
1307 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1308 if v:isA("Tool") then
1309 v.Handle.a:Destroy()
1310 v.Handle.Size = handleSize
1311 end
1312 end
1313 game:GetService("StarterGui"):SetCore("SendNotification", {
1314 Title = "Reach removed!";
1315 Text = "Removed reach from equipped sword.";
1316 })
1317 end
1318 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
1319 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
1320 lplayer.Character.Humanoid.Name = 1
1321 local l = lplayer.Character["1"]:Clone()
1322 l.Parent = lplayer.Character
1323 l.Name = "Humanoid"
1324 wait(0.1)
1325 lplayer.Character["1"]:Destroy()
1326 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1327 lplayer.Character.Animate.Disabled = true
1328 wait(0.1)
1329 lplayer.Character.Animate.Disabled = false
1330 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1331 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1332 lplayer.Character.Humanoid:EquipTool(v)
1333 end
1334 wait(0.1)
1335 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1336 wait(0.2)
1337 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1338 wait(0.5)
1339 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
1340 game:GetService("StarterGui"):SetCore("SendNotification", {
1341 Title = "Tools needed!";
1342 Text = "You need a tool in your backpack for this command!";
1343 })
1344 end
1345 end
1346 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
1347 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1348 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1349 end
1350 end
1351 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
1352 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
1353 cbringall = true
1354 else
1355 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1356 brplr = v.Name
1357 end
1358 end
1359 cbring = true
1360 end
1361 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
1362 cbring = false
1363 cbringall = false
1364 end
1365 if string.sub(msg, 1, 6) == (prefix.."swap ") then
1366 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1367 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1368 local NOW = lplayer.Character.HumanoidRootPart.CFrame
1369 lplayer.Character.Humanoid.Name = 1
1370 local l = lplayer.Character["1"]:Clone()
1371 l.Parent = lplayer.Character
1372 l.Name = "Humanoid"
1373 wait(0.1)
1374 lplayer.Character["1"]:Destroy()
1375 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1376 lplayer.Character.Animate.Disabled = true
1377 wait(0.1)
1378 lplayer.Character.Animate.Disabled = false
1379 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1380 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1381 lplayer.Character.Humanoid:EquipTool(v)
1382 end
1383 local function tp(player,player2)
1384 local char1,char2=player.Character,player2.Character
1385 if char1 and char2 then
1386 char1:MoveTo(char2.Head.Position)
1387 end
1388 end
1389 wait(0.1)
1390 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1391 wait(0.2)
1392 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1393 wait(0.5)
1394 lplayer.Character.HumanoidRootPart.CFrame = NOW
1395 wait(0.6)
1396 tp(lplayer, game:GetService("Players")[v.Name])
1397 wait(0.4)
1398 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
1399 game:GetService("StarterGui"):SetCore("SendNotification", {
1400 Title = "Tools needed!";
1401 Text = "You need a tool in your backpack for this command!";
1402 })
1403 end
1404 end
1405 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
1406 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1407 lplayer.Character.Humanoid.Name = 1
1408 local l = lplayer.Character["1"]:Clone()
1409 l.Parent = lplayer.Character
1410 l.Name = "Humanoid"
1411 wait(0.1)
1412 lplayer.Character["1"]:Destroy()
1413 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1414 lplayer.Character.Animate.Disabled = true
1415 wait(0.1)
1416 lplayer.Character.Animate.Disabled = false
1417 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1418 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1419 lplayer.Character.Humanoid:EquipTool(v)
1420 end
1421 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1422 wait(0.3)
1423 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1424 wait(0.4)
1425 b = Instance.new("BodyForce")
1426 b.Parent = lplayer.Character.HumanoidRootPart
1427 b.Name = "Glitch"
1428 b.Force = Vector3.new(100000000,5000,0)
1429 game:GetService("StarterGui"):SetCore("SendNotification", {
1430 Title = "Tools needed!";
1431 Text = "You need a tool in your backpack for this command!";
1432 })
1433 end
1434 end
1435 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
1436 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
1437 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
1438 b = Instance.new("BodyForce")
1439 b.Parent = lplayer.Character.HumanoidRootPart
1440 b.Name = "unGlitch"
1441 b.Force = Vector3.new(0,-5000000,0)
1442 wait(2)
1443 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
1444 end
1445 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
1446 lplayer.Character.Humanoid.Health = 0
1447 wait(1)
1448 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
1449 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
1450 end
1451 if string.sub(msg, 1, 9) == (prefix.."explorer") then
1452 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
1453 game:GetService("StarterGui"):SetCore("SendNotification", {
1454 Title = "Success!";
1455 Text = "DEX Explorer has loaded.";
1456 })
1457 end
1458 if string.sub(msg, 1, 6) == (prefix.."anim ") then
1459 local Anim = Instance.new("Animation")
1460 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
1461 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
1462 track:Play(.1, 1, 1)
1463 end
1464 if string.sub(msg, 1, 8) == (prefix.."animgui") then
1465 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
1466 game:GetService("StarterGui"):SetCore("SendNotification", {
1467 Title = "Success!";
1468 Text = "Energize Animations GUI has loaded.";
1469 })
1470 end
1471 if string.sub(msg, 1, 8) == (prefix.."savepos") then
1472 saved = lplayer.Character.HumanoidRootPart.CFrame
1473 game:GetService("StarterGui"):SetCore("SendNotification", {
1474 Title = "Position Saved";
1475 Text = "Use ;loadpos to return to saved position.";
1476 })
1477 end
1478 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
1479 lplayer.Character.HumanoidRootPart.CFrame = saved
1480 end
1481 if string.sub(msg, 1, 6) == (prefix.."bang ") then
1482 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1483 local Anim2 = Instance.new("Animation")
1484 Anim2.AnimationId = "rbxassetid://148840371"
1485 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
1486 track2:Play(.1, 1, 1)
1487 bplrr = v.Name
1488 banpl = true
1489 end
1490 end
1491 if string.sub(msg, 1, 7) == (prefix.."unbang") then
1492 banpl = false
1493 end
1494 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
1495 local function bringmodw()
1496 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1497 if obj.Name == (string.sub(msg, 11)) then
1498 for i,ch in pairs(obj:GetDescendants()) do
1499 if (ch:IsA("BasePart")) then
1500 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1501 ch.CanCollide = false
1502 ch.Transparency = 0.7
1503 wait()
1504 ch.CFrame = lplayer.Character["Left Leg"].CFrame
1505 wait()
1506 ch.CFrame = lplayer.Character["Right Leg"].CFrame
1507 wait()
1508 ch.CFrame = lplayer.Character["Head"].CFrame
1509 end
1510 end
1511 end
1512 end
1513 end
1514 while wait() do
1515 bringmodw()
1516 end
1517 game:GetService("StarterGui"):SetCore("SendNotification", {
1518 Title = "BringMod";
1519 Text = "BringMod enabled.";
1520 })
1521 end
1522 if string.sub(msg, 1, 8) == (prefix.."respawn") then
1523 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
1524 local hum = Instance.new('Humanoid', mod)
1525 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
1526 lplayer.Character = mod
1527 end
1528 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
1529 game:GetService'RunService'.Stepped:Connect(function()
1530 pcall(function()
1531 for i,v in pairs(game:GetService'Players':GetPlayers()) do
1532 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
1533 for _,x in pairs(v.Character.Head:GetChildren()) do
1534 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
1535 end
1536 end
1537 end
1538 end)
1539 end)
1540 game:GetService("StarterGui"):SetCore("SendNotification", {
1541 Title = "Attempting Shutdown";
1542 Text = "Shutdown Attempt has begun.";
1543 })
1544 end
1545 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
1546 objtodel = (string.sub(msg, 9))
1547 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1548 if v.Name == objtodel then
1549 v:Destroy()
1550 end
1551 end
1552 end
1553 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
1554 for i,v in pairs(game:GetService("Players"):GetPlayers())do
1555 print(v)
1556 end
1557 game:GetService("StarterGui"):SetCore("SendNotification", {
1558 Title = "Printed";
1559 Text = "Players have been printed to console. (F9)";
1560 })
1561 end
1562 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
1563 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
1564 if (v:IsA("Decal")) then
1565 v:Destroy()
1566 end
1567 end
1568 end
1569 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
1570 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
1571 game:GetService("StarterGui"):SetCore("SendNotification", {
1572 Title = "Success!";
1573 Text = "OpFinality GUI has loaded.";
1574 })
1575 end
1576 if string.sub(msg, 1, 8) == (prefix.."remotes") then
1577 remotes = true
1578 added = true
1579 game.DescendantAdded:connect(function(rmt)
1580 if added == true then
1581 if remotes == true then
1582 if rmt:IsA("RemoteEvent") then
1583 print("A RemoteEvent was added!")
1584 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
1585 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1586 end end end
1587 end)
1588 game.DescendantAdded:connect(function(rmtfnctn)
1589 if added == true then
1590 if remotes == true then
1591 if rmtfnctn:IsA("RemoteFunction") then
1592 warn("A RemoteFunction was added!")
1593 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
1594 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1595 end end end
1596 end)
1597
1598 game.DescendantAdded:connect(function(bndfnctn)
1599 if added == true then
1600 if binds == true then
1601 if bndfnctn:IsA("BindableFunction") then
1602 print("A BindableFunction was added!")
1603 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
1604 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1605 end end end
1606 end)
1607
1608 game.DescendantAdded:connect(function(bnd)
1609 if added == true then
1610 if binds == true then
1611 if bnd:IsA("BindableEvent") then
1612 warn("A BindableEvent was added!")
1613 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
1614 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1615 end end end
1616 end)
1617
1618
1619 if binds == true then
1620 for i,v in pairs(game:GetDescendants()) do
1621 if v:IsA("BindableFunction") then
1622 print(" game." .. v:GetFullName() .. " | BindableFunction")
1623 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1624 end end
1625 for i,v in pairs(game:GetDescendants()) do
1626 if v:IsA("BindableEvent") then
1627 warn(" game." .. v:GetFullName() .. " | BindableEvent")
1628 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1629 end end
1630 else
1631 print("Off")
1632 end
1633 if remotes == true then
1634 for i,v in pairs(game:GetDescendants()) do
1635 if v:IsA("RemoteFunction") then
1636 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
1637 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1638 end end
1639 wait()
1640 for i,v in pairs(game:GetDescendants()) do
1641 if v:IsA("RemoteEvent") then
1642 print(" game." .. v:GetFullName() .. " | RemoteEvent")
1643 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1644 end end
1645 else
1646 print("Off")
1647 end
1648 game:GetService("StarterGui"):SetCore("SendNotification", {
1649 Title = "Printing Remotes";
1650 Text = "Type ;noremotes to disable.";
1651 })
1652 end
1653 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
1654 remotes = false
1655 added = false
1656 game:GetService("StarterGui"):SetCore("SendNotification", {
1657 Title = "Printing Remotes Disabled";
1658 Text = "Type ;remotes to enable.";
1659 })
1660 end
1661 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
1662 spin = false
1663 followed = false
1664 traill = false
1665 noclip = false
1666 annoying = false
1667 hwalk = false
1668 cbringing = false
1669 end
1670 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
1671 stopsitting = true
1672 end
1673 if string.sub(msg, 1, 6) == (prefix.."gosit") then
1674 stopsitting = false
1675 end
1676 if string.sub(msg, 1, 8) == (prefix.."version") then
1677 print(adminversion)
1678 game:GetService("StarterGui"):SetCore("SendNotification", {
1679 Title = "Version";
1680 Text = adminversion;
1681 })
1682 end
1683 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
1684 clickgoto = true
1685 game:GetService("StarterGui"):SetCore("SendNotification", {
1686 Title = "Click TP";
1687 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
1688 })
1689 end
1690 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
1691 clickdel = true
1692 game:GetService("StarterGui"):SetCore("SendNotification", {
1693 Title = "Click Delete";
1694 Text = "Press E to delete part at mouse, ;noclickdel to stop";
1695 })
1696 end
1697 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
1698 clickdel = false
1699 game:GetService("StarterGui"):SetCore("SendNotification", {
1700 Title = "Click Delete";
1701 Text = "Click delete has been disabled.";
1702 })
1703 end
1704 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
1705 clickgoto = false
1706 game:GetService("StarterGui"):SetCore("SendNotification", {
1707 Title = "Click TP";
1708 Text = "Click TP has been disabled.";
1709 })
1710 end
1711 if string.sub(msg, 1, 8) == (prefix.."toolson") then
1712 gettingtools = true
1713 game:GetService("StarterGui"):SetCore("SendNotification", {
1714 Title = "Tools Enabled";
1715 Text = "Automatically colleting tools dropped.";
1716 })
1717 end
1718 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
1719 gettingtools = false
1720 game:GetService("StarterGui"):SetCore("SendNotification", {
1721 Title = "Tools Disabled";
1722 Text = "Click TP has been disabled.";
1723 })
1724 end
1725 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
1726 ScreenGui:Destroy()
1727 end
1728 if string.sub(msg, 1, 6) == (prefix.."reset") then
1729 lplayer.Character.Head:Destroy()
1730 end
1731 if string.sub(msg, 1, 7) == (prefix.."state ") then
1732 statechosen = string.sub(msg, 8)
1733 changingstate = true
1734 end
1735 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
1736 game:GetService("Workspace").Gravity = string.sub(msg, 10)
1737 end
1738 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
1739 removingmeshhats = true
1740 end
1741 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
1742 removingmeshhats = false
1743 end
1744 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
1745 removingmeshtool = true
1746 end
1747 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
1748 removingmeshtool = false
1749 end
1750 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
1751 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
1752 if v:IsA("Tool") then
1753 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
1754 v.Parent = player.Character
1755 end
1756 end
1757 end
1758 end
1759 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
1760 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
1761 if v:IsA("Tool") then
1762 v.Parent = lplayer.Character
1763 wait()
1764 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
1765 v.Parent = player.Character
1766 end
1767 end
1768 end
1769 end
1770 if string.sub(msg, 1, 5) == (prefix.."age ") then
1771 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
1772 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
1773 end
1774 end
1775 if string.sub(msg, 1, 4) == (prefix.."id ") then
1776 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
1777 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
1778 end
1779 end
1780 if string.sub(msg, 1, 6) == (prefix..".age ") then
1781 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
1782 game:GetService("StarterGui"):SetCore("SendNotification", {
1783 Title = player.AccountAge.." Days";
1784 Text = "Account age of "..player.Name;
1785 })
1786 end
1787 end
1788 if string.sub(msg, 1, 5) == (prefix..".id ") then
1789 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
1790 game:GetService("StarterGui"):SetCore("SendNotification", {
1791 Title = player.UserId.." ID";
1792 Text = "Account ID of "..player.Name;
1793 })
1794 end
1795 end
1796 if string.sub(msg, 1, 7) == (prefix.."gameid") then
1797 game:GetService("StarterGui"):SetCore("SendNotification", {
1798 Title = "Game ID";
1799 Text = "Game ID: ".. game.GameId;
1800 })
1801 end
1802 if string.sub(msg, 1, 4) == (prefix.."pgs") then
1803 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
1804 if pgscheck == true then
1805 game:GetService("StarterGui"):SetCore("SendNotification", {
1806 Title = "PGSPhysicsSolverEnabled";
1807 Text = "PGS is Enabled!";
1808 })
1809 else
1810 game:GetService("StarterGui"):SetCore("SendNotification", {
1811 Title = "PGSPhysicsSolverEnabled";
1812 Text = "PGS is Disabled!";
1813 })
1814 end
1815 end
1816 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
1817 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1818 if v:IsA("Part") then
1819 if v.Transparency == 1 then
1820 if v.Name ~= "HumanoidRootPart" then
1821 v:Destroy()
1822 end
1823 end
1824 end
1825 end
1826 end
1827 if string.sub(msg, 1, 10) == (prefix.."removefog") then
1828 game:GetService("Lighting").FogStart = 0
1829 game:GetService("Lighting").FogEnd = 9999999999999
1830 end
1831 if string.sub(msg, 1, 8) == (prefix.."disable") then
1832 lplayer.Character.Humanoid.Parent = lplayer
1833 end
1834 if string.sub(msg, 1, 7) == (prefix.."enable") then
1835 lplayer.Humanoid.Parent = lplayer.Character
1836 end
1837 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
1838 prefix = (string.sub(msg, 9, 9))
1839 wait(0.1)
1840 change()
1841 wait(0.1)
1842 game:GetService("StarterGui"):SetCore("SendNotification", {
1843 Title = "Prefix changed!";
1844 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
1845 })
1846 end
1847 if string.sub(msg, 1, 12) == (";resetprefix") then
1848 prefix = ";"
1849 wait(0.1)
1850 change()
1851 wait(0.1)
1852 game:GetService("StarterGui"):SetCore("SendNotification", {
1853 Title = "Prefix changed!";
1854 Text = "Prefix is now "..prefix..". Make sure it's one key!";
1855 })
1856 end
1857 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
1858 speedfly = string.sub(msg, 11)
1859 wait()
1860 change()
1861 end
1862 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
1863 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1864 local Anim3 = Instance.new("Animation")
1865 Anim3.AnimationId = "rbxassetid://282574440"
1866 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
1867 track3:Play(.1, 1, 1)
1868 bplrr = v.Name
1869 banpl = true
1870 end
1871 end
1872 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
1873 banpl = false
1874 end
1875 if string.sub(msg, 1, 7) == (prefix.."stare ") then
1876 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1877 staring = true
1878 stareplr = v
1879 end
1880 end
1881 if string.sub(msg, 1, 8) == (prefix.."unstare") then
1882 staring = false
1883 end
1884 if string.sub(msg, 1, 8) == (prefix.."logchat") then
1885 chatlogs = true
1886 game:GetService("StarterGui"):SetCore("SendNotification", {
1887 Title = "LogChat enabled";
1888 Text = "Now logging all player chat.";
1889 })
1890 end
1891 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
1892 chatlogs = false
1893 game:GetService("StarterGui"):SetCore("SendNotification", {
1894 Title = "LogChat disabled";
1895 Text = "Stopped logging all player chat.";
1896 })
1897 end
1898 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
1899 game:GetService("Workspace").CurrentCamera:Destroy()
1900 wait(0.1)
1901 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
1902 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
1903 lplayer.CameraMinZoomDistance = 0.5
1904 lplayer.CameraMaxZoomDistance = 400
1905 lplayer.CameraMode = "Classic"
1906 end
1907 if string.sub(msg, 1, 8) == (prefix.."unstate") then
1908 changingstate = false
1909 end
1910end)
1911
1912local function tp()
1913 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
1914 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
1915 if player.Name == brplr then
1916 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
1917 end
1918 end
1919 end
1920end
1921local function tpall()
1922 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
1923 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
1924 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
1925 end
1926 end
1927end
1928spawn(function()
1929 while wait(spamdelay) do
1930 if spamming == true then
1931 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
1932 end
1933 end
1934end)
1935spawn(function()
1936 while wait(spamdelay) do
1937 if spammingpm == true then
1938 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
1939 end
1940 end
1941end)
1942spawn(function()
1943 while wait() do
1944 if cbring == true then
1945 tp()
1946 end
1947 end
1948end)
1949spawn(function()
1950 while wait() do
1951 if cbringall == true then
1952 tpall()
1953 end
1954 end
1955end)
1956
1957Mouse.KeyDown:connect(function(Key)
1958 if Key == prefix then
1959 CMDBAR:CaptureFocus()
1960 end
1961end)
1962
1963CMDBAR.FocusLost:connect(function(enterPressed)
1964 if enterPressed then
1965 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
1966 if string.sub(CMDBAR.Text, 6) == "me" then
1967 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
1968 else
1969 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
1970 local NOW = lplayer.Character.HumanoidRootPart.CFrame
1971 lplayer.Character.Humanoid.Name = 1
1972 local l = lplayer.Character["1"]:Clone()
1973 l.Parent = lplayer.Character
1974 l.Name = "Humanoid"
1975 wait(0.1)
1976 lplayer.Character["1"]:Destroy()
1977 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1978 lplayer.Character.Animate.Disabled = true
1979 wait(0.1)
1980 lplayer.Character.Animate.Disabled = false
1981 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1982 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1983 lplayer.Character.Humanoid:EquipTool(v)
1984 end
1985 local function tp(player,player2)
1986 local char1,char2=player.Character,player2.Character
1987 if char1 and char2 then
1988 char1:MoveTo(char2.Head.Position)
1989 end
1990 end
1991 wait(0.1)
1992 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1993 wait(0.2)
1994 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1995 wait(0.5)
1996 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
1997 wait(0.7)
1998 tp(lplayer,game:GetService("Players")[v.Name])
1999 wait(0.7)
2000 lplayer.Character.HumanoidRootPart.CFrame = NOW
2001 game:GetService("StarterGui"):SetCore("SendNotification", {
2002 Title = "Tools needed!";
2003 Text = "You need a tool in your backpack for this command!";
2004 })
2005 end
2006 end
2007 end
2008 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
2009 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2010 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2011 lplayer.Character.Humanoid.Name = 1
2012 local l = lplayer.Character["1"]:Clone()
2013 l.Parent = lplayer.Character
2014 l.Name = "Humanoid"
2015 wait(0.1)
2016 lplayer.Character["1"]:Destroy()
2017 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2018 lplayer.Character.Animate.Disabled = true
2019 wait(0.1)
2020 lplayer.Character.Animate.Disabled = false
2021 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2022 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2023 lplayer.Character.Humanoid:EquipTool(v)
2024 end
2025 local function tp(player,player2)
2026 local char1,char2=player.Character,player2.Character
2027 if char1 and char2 then
2028 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2029 end
2030 end
2031 local function getout(player,player2)
2032 local char1,char2=player.Character,player2.Character
2033 if char1 and char2 then
2034 char1:MoveTo(char2.Head.Position)
2035 end
2036 end
2037 tp(game:GetService("Players")[v.Name], lplayer)
2038 wait(0.2)
2039 tp(game:GetService("Players")[v.Name], lplayer)
2040 wait(0.5)
2041 lplayer.Character.HumanoidRootPart.CFrame = NOW
2042 wait(0.5)
2043 getout(lplayer, game:GetService("Players")[v.Name])
2044 wait(0.3)
2045 lplayer.Character.HumanoidRootPart.CFrame = NOW
2046 game:GetService("StarterGui"):SetCore("SendNotification", {
2047 Title = "Tools needed!";
2048 Text = "You need a tool in your backpack for this command!";
2049 })
2050 end
2051 end
2052 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
2053 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2054 lplayer.Character.Humanoid.Name = 1
2055 local l = lplayer.Character["1"]:Clone()
2056 l.Parent = lplayer.Character
2057 l.Name = "Humanoid"
2058 wait(0.1)
2059 lplayer.Character["1"]:Destroy()
2060 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2061 lplayer.Character.Animate.Disabled = true
2062 wait(0.1)
2063 lplayer.Character.Animate.Disabled = false
2064 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2065 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2066 lplayer.Character.Humanoid:EquipTool(v)
2067 end
2068 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2069 spinplr = v
2070 wait(0.5)
2071 spin = true
2072 game:GetService("StarterGui"):SetCore("SendNotification", {
2073 Title = "Tools needed!";
2074 Text = "You need a tool in your backpack for this command!";
2075 })
2076 end
2077 end
2078 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
2079 spin = false
2080 end
2081 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
2082 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2083 lplayer.Character.Humanoid.Name = 1
2084 local l = lplayer.Character["1"]:Clone()
2085 l.Parent = lplayer.Character
2086 l.Name = "Humanoid"
2087 wait(0.1)
2088 lplayer.Character["1"]:Destroy()
2089 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2090 lplayer.Character.Animate.Disabled = true
2091 wait(0.1)
2092 lplayer.Character.Animate.Disabled = false
2093 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2094 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2095 lplayer.Character.Humanoid:EquipTool(v)
2096 end
2097 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2098 wait(0.3)
2099 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2100 attplr = v
2101 game:GetService("StarterGui"):SetCore("SendNotification", {
2102 Title = "Tools needed!";
2103 Text = "You need a tool in your backpack for this command!";
2104 })
2105 end
2106 end
2107 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
2108 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2109 local function getout(player,player2)
2110 local char1,char2=player.Character,player2.Character
2111 if char1 and char2 then
2112 char1:MoveTo(char2.Head.Position)
2113 end
2114 end
2115 getout(lplayer, game:GetService("Players")[v.Name])
2116 end
2117 end
2118 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
2119 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2120 followed = true
2121 flwplr = v
2122 end
2123 end
2124 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
2125 followed = false
2126 end
2127 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
2128 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2129 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2130 lplayer.Character.Humanoid.Name = 1
2131 local l = lplayer.Character["1"]:Clone()
2132 l.Parent = lplayer.Character
2133 l.Name = "Humanoid"
2134 wait(0.1)
2135 lplayer.Character["1"]:Destroy()
2136 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2137 lplayer.Character.Animate.Disabled = true
2138 wait(0.1)
2139 lplayer.Character.Animate.Disabled = false
2140 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2141 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2142 lplayer.Character.Humanoid:EquipTool(v)
2143 end
2144 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2145 wait(0.2)
2146 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2147 wait(0.6)
2148 lplayer.Character.HumanoidRootPart.CFrame = NOW
2149 wait(0.6)
2150 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
2151 game:GetService("StarterGui"):SetCore("SendNotification", {
2152 Title = "Tools needed!";
2153 Text = "You need a tool in your backpack for this command!";
2154 })
2155 end
2156 end
2157 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
2158 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2159 traill = true
2160 trlplr = v
2161 end
2162 end
2163 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
2164 traill = false
2165 end
2166 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
2167 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2168 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2169 else
2170 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2171 local o = Instance.new("RocketPropulsion")
2172 o.Parent = lplayer.Character.HumanoidRootPart
2173 o.Name = "Orbit"
2174 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2175 o:Fire()
2176 noclip = true
2177 end
2178 end
2179 end
2180 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
2181 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
2182 noclip = false
2183 end
2184 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
2185 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2186 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2187 else
2188 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2189 local y = Instance.new("RocketPropulsion")
2190 y.Parent = lplayer.Character.HumanoidRootPart
2191 y.CartoonFactor = 1
2192 y.MaxThrust = 800000
2193 y.MaxSpeed = 1000
2194 y.ThrustP = 200000
2195 y.Name = "Fling"
2196 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2197 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2198 y:Fire()
2199 noclip = true
2200 end
2201 end
2202 end
2203 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
2204 noclip = false
2205 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2206 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2207 wait(0.4)
2208 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2209 end
2210 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
2211 if game:GetService("Workspace").FilteringEnabled == true then
2212 warn("FE is Enabled (Filtering Enabled)")
2213 game:GetService("StarterGui"):SetCore("SendNotification", {
2214 Title = "FE is Enabled";
2215 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
2216 })
2217 else
2218 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
2219 game:GetService("StarterGui"):SetCore("SendNotification", {
2220 Title = "FE is Disabled";
2221 Text = "Filtering Disabled. Consider using a different admin script.";
2222 })
2223 end
2224 end
2225 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
2226 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2227 lplayer.Character.Humanoid.Name = 1
2228 local l = lplayer.Character["1"]:Clone()
2229 l.Parent = lplayer.Character
2230 l.Name = "Humanoid"
2231 wait(0.1)
2232 lplayer.Character["1"]:Destroy()
2233 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2234 lplayer.Character.Animate.Disabled = true
2235 wait(0.1)
2236 lplayer.Character.Animate.Disabled = false
2237 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2238 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2239 lplayer.Character.Humanoid:EquipTool(v)
2240 end
2241 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2242 wait(0.2)
2243 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2244 wait(0.6)
2245 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
2246 game:GetService("StarterGui"):SetCore("SendNotification", {
2247 Title = "Tools needed!";
2248 Text = "You need a tool in your backpack for this command!";
2249 })
2250 end
2251 end
2252 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
2253 noclip = true
2254 game:GetService("StarterGui"):SetCore("SendNotification", {
2255 Title = "Noclip enabled";
2256 Text = "Type ;clip to disable";
2257 })
2258 end
2259 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
2260 noclip = false
2261 game:GetService("StarterGui"):SetCore("SendNotification", {
2262 Title = "Noclip disabled";
2263 Text = "Type ;noclip to enable";
2264 })
2265 end
2266 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
2267 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
2268 end
2269 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
2270 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
2271 end
2272 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
2273 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
2274 end
2275 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
2276 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
2277 end
2278 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
2279 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
2280 end
2281 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
2282 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
2283 end
2284 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
2285 lplayer.Character.Humanoid.JumpPower = 50
2286 lplayer.Character.Humanoid.WalkSpeed = 16
2287 lplayer.Character.Humanoid.HipHeight = 0
2288 end
2289 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
2290 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2291 annoying = true
2292 annplr = v
2293 end
2294 end
2295 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
2296 annoying = false
2297 end
2298 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
2299 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2300 hwalk = true
2301 hdwplr = v
2302 end
2303 end
2304 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
2305 hwalk = false
2306 end
2307 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
2308 lplayer.Character["Left Leg"]:Destroy()
2309 lplayer.Character["Left Arm"]:Destroy()
2310 lplayer.Character["Right Leg"]:Destroy()
2311 lplayer.Character["Right Arm"]:Destroy()
2312 end
2313 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
2314 lplayer.Character.Humanoid.Name = 1
2315 local l = lplayer.Character["1"]:Clone()
2316 l.Parent = lplayer.Character
2317 l.Name = "Humanoid"
2318 wait(0.1)
2319 lplayer.Character["1"]:Destroy()
2320 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2321 lplayer.Character.Animate.Disabled = true
2322 wait(0.1)
2323 lplayer.Character.Animate.Disabled = false
2324 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2325 game:GetService("StarterGui"):SetCore("SendNotification", {
2326 Title = "FE Godmode enabled";
2327 Text = "Use ;grespawn or ;respawn to remove.";
2328 })
2329 end
2330 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
2331 for i,v in pairs(lplayer.Character:GetChildren()) do
2332 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2333 v.Parent = workspace
2334 end
2335 end
2336 end
2337 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
2338 for i,v in pairs(lplayer.Character:GetChildren()) do
2339 if (v:IsA("Tool")) then
2340 v.Parent = workspace
2341 end
2342 end
2343 end
2344 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
2345 droppinghats = true
2346 game:GetService("StarterGui"):SetCore("SendNotification", {
2347 Title = "Loop Drop Enabled";
2348 Text = "Type ;unloopdhats to disable";
2349 })
2350 end
2351 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
2352 droppinghats = false
2353 game:GetService("StarterGui"):SetCore("SendNotification", {
2354 Title = "Loop Drop Disabled";
2355 Text = "Type ;loopdhats to enable.";
2356 })
2357 end
2358 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
2359 droppingtools = true
2360 game:GetService("StarterGui"):SetCore("SendNotification", {
2361 Title = "Loop Drop Enabled";
2362 Text = "Type ;unloopdtool to disable";
2363 })
2364 end
2365 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
2366 droppingtools = false
2367 game:GetService("StarterGui"):SetCore("SendNotification", {
2368 Title = "Loop Drop Disabled";
2369 Text = "Type ;loopdtool to enable.";
2370 })
2371 end
2372 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
2373 Local = game:GetService('Players').LocalPlayer
2374 Char = Local.Character
2375 touched,tpdback = false, false
2376 box = Instance.new('Part',workspace)
2377 box.Anchored = true
2378 box.CanCollide = true
2379 box.Size = Vector3.new(10,1,10)
2380 box.Position = Vector3.new(0,10000,0)
2381 box.Touched:connect(function(part)
2382 if (part.Parent.Name == Local.Name) then
2383 if touched == false then
2384 touched = true
2385 function apply()
2386 if script.Disabled ~= true then
2387 no = Char.HumanoidRootPart:Clone()
2388 wait(.25)
2389 Char.HumanoidRootPart:Destroy()
2390 no.Parent = Char
2391 Char:MoveTo(loc)
2392 touched = false
2393 end end
2394 if Char then
2395 apply()
2396 end
2397 end
2398 end
2399 end)
2400 repeat wait() until Char
2401 loc = Char.HumanoidRootPart.Position
2402 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
2403 game:GetService("StarterGui"):SetCore("SendNotification", {
2404 Title = "Invisibility enabled!";
2405 Text = "Reset or use ;respawn to remove.";
2406 })
2407 end
2408 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
2409 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2410 if game:GetService("Players")[v.Name].Character.Humanoid then
2411 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
2412 else
2413 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2414 end
2415 end
2416 end
2417 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
2418 if lplayer.Character.Humanoid then
2419 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2420 else
2421 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2422 end
2423 end
2424 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
2425 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2426 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2427 end
2428 end
2429 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
2430 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
2431 repeat wait() until Mouse
2432
2433 local T = lplayer.Character.HumanoidRootPart
2434 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
2435 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2436 local SPEED = speedget
2437
2438 local function fly()
2439 flying = true
2440 local BG = Instance.new('BodyGyro', T)
2441 local BV = Instance.new('BodyVelocity', T)
2442 BG.P = 9e4
2443 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2444 BG.cframe = T.CFrame
2445 BV.velocity = Vector3.new(0, 0.1, 0)
2446 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
2447 spawn(function()
2448 repeat wait()
2449 lplayer.Character.Humanoid.PlatformStand = true
2450 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
2451 SPEED = 50
2452 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
2453 SPEED = 0
2454 end
2455 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
2456 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2457 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
2458 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
2459 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2460 else
2461 BV.velocity = Vector3.new(0, 0.1, 0)
2462 end
2463 BG.cframe = workspace.CurrentCamera.CoordinateFrame
2464 until not flying
2465 CONTROL = {F = 0, B = 0, L = 0, R = 0}
2466 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2467 SPEED = 0
2468 BG:destroy()
2469 BV:destroy()
2470 lplayer.Character.Humanoid.PlatformStand = false
2471 end)
2472 end
2473 Mouse.KeyDown:connect(function(KEY)
2474 if KEY:lower() == 'w' then
2475 CONTROL.F = speedfly
2476 elseif KEY:lower() == 's' then
2477 CONTROL.B = -speedfly
2478 elseif KEY:lower() == 'a' then
2479 CONTROL.L = -speedfly
2480 elseif KEY:lower() == 'd' then
2481 CONTROL.R = speedfly
2482 end
2483 end)
2484 Mouse.KeyUp:connect(function(KEY)
2485 if KEY:lower() == 'w' then
2486 CONTROL.F = 0
2487 elseif KEY:lower() == 's' then
2488 CONTROL.B = 0
2489 elseif KEY:lower() == 'a' then
2490 CONTROL.L = 0
2491 elseif KEY:lower() == 'd' then
2492 CONTROL.R = 0
2493 end
2494 end)
2495 fly()
2496 end
2497 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
2498 flying = false
2499 lplayer.Character.Humanoid.PlatformStand = false
2500 end
2501 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
2502 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
2503 end
2504 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
2505 spamtext = (string.sub(CMDBAR.Text, 6))
2506 spamming = true
2507 end
2508 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
2509 spamming = false
2510 end
2511 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
2512 spamdelay = (string.sub(CMDBAR.Text, 10))
2513 end
2514 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
2515 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2516 pmspammed = v.Name
2517 spammingpm = true
2518 end
2519 end
2520 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
2521 spammingpm = false
2522 end
2523 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
2524 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
2525 v.Character["Left Leg"].Anchored = true
2526 v.Character["Left Arm"].Anchored = true
2527 v.Character["Right Leg"].Anchored = true
2528 v.Character["Right Arm"].Anchored = true
2529 v.Character.Torso.Anchored = true
2530 v.Character.Head.Anchored = true
2531 end
2532 end
2533 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
2534 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
2535 v.Character["Left Leg"].Anchored = false
2536 v.Character["Left Arm"].Anchored = false
2537 v.Character["Right Leg"].Anchored = false
2538 v.Character["Right Arm"].Anchored = false
2539 v.Character.Torso.Anchored = false
2540 v.Character.Head.Anchored = false
2541 end
2542 end
2543 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
2544 local a = game:GetService("Workspace"):getChildren()
2545 for i = 1, #a do
2546 if a[i].className == "Part" then
2547 a[i].Locked = false
2548 elseif a[i].className == "Model" then
2549 local r = a[i]:getChildren()
2550 for i = 1, #r do
2551 if r[i].className == "Part" then
2552 r[i].Locked = false
2553 end
2554 end
2555 end
2556 end
2557 game:GetService("StarterGui"):SetCore("SendNotification", {
2558 Title = "Success!";
2559 Text = "Workspace unlocked. Use ;lockws to lock.";
2560 })
2561 end
2562 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
2563 local a = game:GetService("Workspace"):getChildren()
2564 for i = 1, #a do
2565 if a[i].className == "Part" then
2566 a[i].Locked = true
2567 elseif a[i].className == "Model" then
2568 local r = a[i]:getChildren()
2569 for i = 1, #r do
2570 if r[i].className == "Part" then
2571 r[i].Locked = true
2572 end
2573 end
2574 end
2575 end
2576 end
2577 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
2578 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
2579 Clone_T.BinType = "Clone"
2580 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
2581 Destruct.BinType = "Hammer"
2582 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
2583 Hold_T.BinType = "Grab"
2584 end
2585 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
2586 lplayer.Character.Humanoid.PlatformStand = true
2587 end
2588 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
2589 lplayer.Character.Humanoid.PlatformStand = false
2590 end
2591 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
2592 lplayer.Character.Head.Mesh:Destroy()
2593 end
2594 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
2595 lplayer.Character.Humanoid.Sit = true
2596 end
2597 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
2598 local function bringobjw()
2599 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
2600 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
2601 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2602 obj.CanCollide = false
2603 obj.Transparency = 0.7
2604 wait()
2605 obj.CFrame = lplayer.Character["Left Leg"].CFrame
2606 wait()
2607 obj.CFrame = lplayer.Character["Right Leg"].CFrame
2608 wait()
2609 obj.CFrame = lplayer.Character["Head"].CFrame
2610 end
2611 end
2612 end
2613 while wait() do
2614 bringobjw()
2615 end
2616 game:GetService("StarterGui"):SetCore("SendNotification", {
2617 Title = "BringObj";
2618 Text = "BringObj enabled.";
2619 })
2620 end
2621 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
2622 vis = (string.sub(CMDBAR.Text, 7))
2623 local a = game:GetService("Workspace"):GetDescendants()
2624 for i = 1, #a do
2625 if a[i].className == "Part" then
2626 a[i].Transparency = vis
2627 elseif a[i].className == "Model" then
2628 local r = a[i]:getChildren()
2629 for i = 1, #r do
2630 if r[i].className == "Part" then
2631 r[i].Transparency = vis
2632 end
2633 end
2634 end
2635 end
2636 end
2637 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
2638 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
2639 game:GetService("StarterGui"):SetCore("SendNotification", {
2640 Title = "Success!";
2641 Text = "HyperTotal GUI Loaded!";
2642 })
2643 end
2644 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
2645 CMDSFRAME.Visible = true
2646 end
2647 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
2648 for i,v in pairs(lplayer.Character:GetChildren()) do
2649 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2650 v.Handle.Mesh:Destroy()
2651 end
2652 end
2653 end
2654 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
2655 for i,v in pairs(lplayer.Character:GetChildren()) do
2656 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2657 v.Handle.Mesh:Destroy()
2658 end
2659 end
2660 end
2661 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
2662 for i,v in pairs(lplayer.Character:GetChildren()) do
2663 if (v:IsA("Tool")) then
2664 v.Handle.Mesh:Destroy()
2665 end
2666 end
2667 end
2668 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
2669 for i,v in pairs(lplayer.Character:GetChildren()) do
2670 if (v:IsA("Tool")) then
2671 v.Handle.Mesh:Destroy()
2672 end
2673 end
2674 end
2675 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
2676 local p = Instance.new("RocketPropulsion")
2677 p.Parent = lplayer.Character.HumanoidRootPart
2678 p.Name = "Spinner"
2679 p.Target = lplayer.Character["Left Arm"]
2680 p:Fire()
2681 game:GetService("StarterGui"):SetCore("SendNotification", {
2682 Title = "Spinner enabled";
2683 Text = "Type ;nospinner to disable.";
2684 })
2685 end
2686 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
2687 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
2688 end
2689 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
2690 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2691 if v:isA("Tool") then
2692 local a = Instance.new("SelectionBox",v.Handle)
2693 a.Adornee = v.Handle
2694 v.Handle.Size = Vector3.new(0.5,0.5,60)
2695 v.GripPos = Vector3.new(0,0,0)
2696 lplayer.Character.Humanoid:UnequipTools()
2697 end
2698 end
2699 game:GetService("StarterGui"):SetCore("SendNotification", {
2700 Title = "Reach applied!";
2701 Text = "Applied to equipped sword. Use ;noreach to disable.";
2702 })
2703 end
2704 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
2705 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2706 if v:isA("Tool") then
2707 local a = Instance.new("SelectionBox",v.Handle)
2708 a.Name = "Reach"
2709 a.Adornee = v.Handle
2710 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
2711 v.GripPos = Vector3.new(0,0,0)
2712 lplayer.Character.Humanoid:UnequipTools()
2713 end
2714 end
2715 game:GetService("StarterGui"):SetCore("SendNotification", {
2716 Title = "Reach applied!";
2717 Text = "Applied to equipped sword. Use ;noreach to disable.";
2718 })
2719 end
2720 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
2721 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2722 if v:isA("Tool") then
2723 v.Handle.Reach:Destroy()
2724 end
2725 end
2726 game:GetService("StarterGui"):SetCore("SendNotification", {
2727 Title = "Reach removed!";
2728 Text = "Removed reach from equipped sword.";
2729 })
2730 end
2731 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
2732 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2733 lplayer.Character.Humanoid.Name = 1
2734 local l = lplayer.Character["1"]:Clone()
2735 l.Parent = lplayer.Character
2736 l.Name = "Humanoid"
2737 wait(0.1)
2738 lplayer.Character["1"]:Destroy()
2739 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2740 lplayer.Character.Animate.Disabled = true
2741 wait(0.1)
2742 lplayer.Character.Animate.Disabled = false
2743 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2744 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2745 lplayer.Character.Humanoid:EquipTool(v)
2746 end
2747 wait(0.1)
2748 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2749 wait(0.2)
2750 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2751 wait(0.5)
2752 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2753 game:GetService("StarterGui"):SetCore("SendNotification", {
2754 Title = "Tools needed!";
2755 Text = "You need a tool in your backpack for this command!";
2756 })
2757 end
2758 end
2759 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
2760 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2761 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2762 end
2763 end
2764 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
2765 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
2766 cbringall = true
2767 else
2768 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2769 brplr = v.Name
2770 end
2771 end
2772 cbring = true
2773 end
2774 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
2775 cbring = false
2776 cbringall = false
2777 end
2778 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
2779 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2780 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2781 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2782 lplayer.Character.Humanoid.Name = 1
2783 local l = lplayer.Character["1"]:Clone()
2784 l.Parent = lplayer.Character
2785 l.Name = "Humanoid"
2786 wait(0.1)
2787 lplayer.Character["1"]:Destroy()
2788 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2789 lplayer.Character.Animate.Disabled = true
2790 wait(0.1)
2791 lplayer.Character.Animate.Disabled = false
2792 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2793 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2794 lplayer.Character.Humanoid:EquipTool(v)
2795 end
2796 local function tp(player,player2)
2797 local char1,char2=player.Character,player2.Character
2798 if char1 and char2 then
2799 char1:MoveTo(char2.Head.Position)
2800 end
2801 end
2802 wait(0.1)
2803 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2804 wait(0.2)
2805 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2806 wait(0.5)
2807 lplayer.Character.HumanoidRootPart.CFrame = NOW
2808 wait(0.6)
2809 tp(lplayer, game:GetService("Players")[v.Name])
2810 wait(0.4)
2811 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
2812 game:GetService("StarterGui"):SetCore("SendNotification", {
2813 Title = "Tools needed!";
2814 Text = "You need a tool in your backpack for this command!";
2815 })
2816 end
2817 end
2818 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
2819 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2820 lplayer.Character.Humanoid.Name = 1
2821 local l = lplayer.Character["1"]:Clone()
2822 l.Parent = lplayer.Character
2823 l.Name = "Humanoid"
2824 wait(0.1)
2825 lplayer.Character["1"]:Destroy()
2826 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2827 lplayer.Character.Animate.Disabled = true
2828 wait(0.1)
2829 lplayer.Character.Animate.Disabled = false
2830 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2831 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2832 lplayer.Character.Humanoid:EquipTool(v)
2833 end
2834 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2835 wait(0.3)
2836 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2837 wait(0.4)
2838 b = Instance.new("BodyForce")
2839 b.Parent = lplayer.Character.HumanoidRootPart
2840 b.Name = "Glitch"
2841 b.Force = Vector3.new(100000000,5000,0)
2842 game:GetService("StarterGui"):SetCore("SendNotification", {
2843 Title = "Tools needed!";
2844 Text = "You need a tool in your backpack for this command!";
2845 })
2846 end
2847 end
2848 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
2849 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
2850 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
2851 b = Instance.new("BodyForce")
2852 b.Parent = lplayer.Character.HumanoidRootPart
2853 b.Name = "unGlitch"
2854 b.Force = Vector3.new(0,-5000000,0)
2855 wait(2)
2856 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
2857 end
2858 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
2859 lplayer.Character.Humanoid.Health = 0
2860 wait(1)
2861 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
2862 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
2863 end
2864 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
2865 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
2866 game:GetService("StarterGui"):SetCore("SendNotification", {
2867 Title = "Success!";
2868 Text = "DEX Explorer has loaded.";
2869 })
2870 end
2871 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
2872 local Anim = Instance.new("Animation")
2873 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
2874 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
2875 track:Play(.1, 1, 1)
2876 end
2877 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
2878 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
2879 game:GetService("StarterGui"):SetCore("SendNotification", {
2880 Title = "Success!";
2881 Text = "Energize Animations GUI has loaded.";
2882 })
2883 end
2884 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
2885 saved = lplayer.Character.HumanoidRootPart.CFrame
2886 game:GetService("StarterGui"):SetCore("SendNotification", {
2887 Title = "Position Saved";
2888 Text = "Use ;loadpos to return to saved position.";
2889 })
2890 end
2891 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
2892 lplayer.Character.HumanoidRootPart.CFrame = saved
2893 end
2894 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
2895 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2896 local Anim2 = Instance.new("Animation")
2897 Anim2.AnimationId = "rbxassetid://148840371"
2898 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
2899 track2:Play(.1, 1, 1)
2900 bplrr = v.Name
2901 banpl = true
2902 end
2903 end
2904 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
2905 banpl = false
2906 end
2907 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
2908 local function bringmodw()
2909 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
2910 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
2911 for i,ch in pairs(obj:GetDescendants()) do
2912 if (ch:IsA("BasePart")) then
2913 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2914 ch.CanCollide = false
2915 ch.Transparency = 0.7
2916 wait()
2917 ch.CFrame = lplayer.Character["Left Leg"].CFrame
2918 wait()
2919 ch.CFrame = lplayer.Character["Right Leg"].CFrame
2920 wait()
2921 ch.CFrame = lplayer.Character["Head"].CFrame
2922 end
2923 end
2924 end
2925 end
2926 end
2927 while wait() do
2928 bringmodw()
2929 end
2930 game:GetService("StarterGui"):SetCore("SendNotification", {
2931 Title = "BringMod";
2932 Text = "BringMod enabled.";
2933 })
2934 end
2935 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
2936 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
2937 local hum = Instance.new('Humanoid', mod)
2938 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
2939 lplayer.Character = mod
2940 end
2941 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
2942 game:GetService'RunService'.Stepped:Connect(function()
2943 pcall(function()
2944 for i,v in pairs(game:GetService'Players':GetPlayers()) do
2945 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
2946 for _,x in pairs(v.Character.Head:GetChildren()) do
2947 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
2948 end
2949 end
2950 end
2951 end)
2952 end)
2953 game:GetService("StarterGui"):SetCore("SendNotification", {
2954 Title = "Attempting Shutdown";
2955 Text = "Shutdown Attempt has begun.";
2956 })
2957 end
2958 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
2959 objtodel = (string.sub(CMDBAR.Text, 8))
2960 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
2961 if v.Name == objtodel then
2962 v:Destroy()
2963 end
2964 end
2965 end
2966 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
2967 for i,v in pairs(game:GetService("Players"):GetPlayers())do
2968 print(v)
2969 end
2970 game:GetService("StarterGui"):SetCore("SendNotification", {
2971 Title = "Printed";
2972 Text = "Players have been printed to console. (F9)";
2973 })
2974 end
2975 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
2976 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
2977 if (v:IsA("Decal")) then
2978 v:Destroy()
2979 end
2980 end
2981 end
2982 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
2983 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
2984 game:GetService("StarterGui"):SetCore("SendNotification", {
2985 Title = "Success!";
2986 Text = "OpFinality GUI has loaded.";
2987 })
2988 end
2989 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
2990 remotes = true
2991 added = true
2992 game.DescendantAdded:connect(function(rmt)
2993 if added == true then
2994 if remotes == true then
2995 if rmt:IsA("RemoteEvent") then
2996 print("A RemoteEvent was added!")
2997 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
2998 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
2999 end end end
3000 end)
3001 game.DescendantAdded:connect(function(rmtfnctn)
3002 if added == true then
3003 if remotes == true then
3004 if rmtfnctn:IsA("RemoteFunction") then
3005 warn("A RemoteFunction was added!")
3006 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
3007 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3008 end end end
3009 end)
3010
3011 game.DescendantAdded:connect(function(bndfnctn)
3012 if added == true then
3013 if binds == true then
3014 if bndfnctn:IsA("BindableFunction") then
3015 print("A BindableFunction was added!")
3016 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
3017 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3018 end end end
3019 end)
3020
3021 game.DescendantAdded:connect(function(bnd)
3022 if added == true then
3023 if binds == true then
3024 if bnd:IsA("BindableEvent") then
3025 warn("A BindableEvent was added!")
3026 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
3027 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3028 end end end
3029 end)
3030
3031
3032 if binds == true then
3033 for i,v in pairs(game:GetDescendants()) do
3034 if v:IsA("BindableFunction") then
3035 print(" game." .. v:GetFullName() .. " | BindableFunction")
3036 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3037 end end
3038 for i,v in pairs(game:GetDescendants()) do
3039 if v:IsA("BindableEvent") then
3040 warn(" game." .. v:GetFullName() .. " | BindableEvent")
3041 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3042 end end
3043 else
3044 print("Off")
3045 end
3046 if remotes == true then
3047 for i,v in pairs(game:GetDescendants()) do
3048 if v:IsA("RemoteFunction") then
3049 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
3050 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3051 end end
3052 wait()
3053 for i,v in pairs(game:GetDescendants()) do
3054 if v:IsA("RemoteEvent") then
3055 print(" game." .. v:GetFullName() .. " | RemoteEvent")
3056 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3057 end end
3058 else
3059 print("Off")
3060 end
3061 game:GetService("StarterGui"):SetCore("SendNotification", {
3062 Title = "Printing Remotes";
3063 Text = "Type ;noremotes to disable.";
3064 })
3065 end
3066 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
3067 remotes = false
3068 added = false
3069 game:GetService("StarterGui"):SetCore("SendNotification", {
3070 Title = "Printing Remotes Disabled";
3071 Text = "Type ;remotes to enable.";
3072 })
3073 end
3074 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
3075 spin = false
3076 followed = false
3077 traill = false
3078 noclip = false
3079 annoying = false
3080 hwalk = false
3081 cbringing = false
3082 end
3083 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
3084 stopsitting = true
3085 end
3086 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
3087 stopsitting = false
3088 end
3089 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
3090 print(adminversion)
3091 game:GetService("StarterGui"):SetCore("SendNotification", {
3092 Title = "Version";
3093 Text = adminversion;
3094 })
3095 end
3096 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
3097 clickgoto = true
3098 game:GetService("StarterGui"):SetCore("SendNotification", {
3099 Title = "Click TP";
3100 Text = "Press E to teleport to mouse position";
3101 })
3102 end
3103 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
3104 clickgoto = false
3105 game:GetService("StarterGui"):SetCore("SendNotification", {
3106 Title = "Click TP";
3107 Text = "Click TP has been disabled.";
3108 })
3109 end
3110 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
3111 gettingtools = true
3112 game:GetService("StarterGui"):SetCore("SendNotification", {
3113 Title = "Tools Enabled";
3114 Text = "Automatically colleting tools dropped.";
3115 })
3116 end
3117 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
3118 gettingtools = false
3119 game:GetService("StarterGui"):SetCore("SendNotification", {
3120 Title = "Tools Disabled";
3121 Text = "Click TP has been disabled.";
3122 })
3123 end
3124 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
3125 ScreenGui:Destroy()
3126 end
3127 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
3128 lplayer.Character.Head:Destroy()
3129 end
3130 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
3131 statechosen = string.sub(CMDBAR.Text, 7)
3132 changingstate = true
3133 end
3134 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
3135 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
3136 end
3137 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
3138 removingmeshhats = true
3139 end
3140 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
3141 removingmeshhats = false
3142 end
3143 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
3144 removingmeshtool = true
3145 end
3146 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
3147 removingmeshtool = false
3148 end
3149 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
3150 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
3151 if v:IsA("Tool") then
3152 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
3153 v.Parent = player.Character
3154 end
3155 end
3156 end
3157 end
3158 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
3159 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3160 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
3161 end
3162 end
3163 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
3164 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
3165 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
3166 end
3167 end
3168 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
3169 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3170 game:GetService("StarterGui"):SetCore("SendNotification", {
3171 Title = player.AccountAge.." Days";
3172 Text = "Account age of "..player.Name;
3173 })
3174 end
3175 end
3176 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
3177 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3178 game:GetService("StarterGui"):SetCore("SendNotification", {
3179 Title = player.UserId.." ID";
3180 Text = "Account ID of "..player.Name;
3181 })
3182 end
3183 end
3184 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
3185 game:GetService("StarterGui"):SetCore("SendNotification", {
3186 Title = "Game ID";
3187 Text = "Game ID: ".. game.GameId;
3188 })
3189 end
3190 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
3191 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
3192 if pgscheck == true then
3193 game:GetService("StarterGui"):SetCore("SendNotification", {
3194 Title = "PGSPhysicsSolverEnabled";
3195 Text = "PGS is Enabled!";
3196 })
3197 else
3198 game:GetService("StarterGui"):SetCore("SendNotification", {
3199 Title = "PGSPhysicsSolverEnabled";
3200 Text = "PGS is Disabled!";
3201 })
3202 end
3203 end
3204 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
3205 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3206 if v:IsA("Part") then
3207 if v.Transparency == 1 then
3208 if v.Name ~= "HumanoidRootPart" then
3209 v:Destroy()
3210 end
3211 end
3212 end
3213 end
3214 end
3215 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
3216 game:GetService("Lighting").FogStart = 0
3217 game:GetService("Lighting").FogEnd = 9999999999999
3218 end
3219 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
3220 lplayer.Character.Humanoid.Parent = lplayer
3221 end
3222 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
3223 lplayer.Humanoid.Parent = lplayer.Character
3224 end
3225 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
3226 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
3227 if v:IsA("Tool") then
3228 v.Parent = lplayer.Character
3229 wait()
3230 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
3231 v.Parent = player.Character
3232 end
3233 end
3234 end
3235 end
3236 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
3237 speedfly = string.sub(CMDBAR.Text, 10)
3238 wait()
3239 change()
3240 end
3241 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
3242 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3243 local Anim3 = Instance.new("Animation")
3244 Anim3.AnimationId = "rbxassetid://282574440"
3245 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
3246 track3:Play(.1, 1, 1)
3247 bplrr = v.Name
3248 banpl = true
3249 end
3250 end
3251 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
3252 banpl = false
3253 end
3254 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
3255 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
3256 staring = true
3257 stareplr = v
3258 end
3259 end
3260 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
3261 staring = false
3262 end
3263 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
3264 chatlogs = true
3265 game:GetService("StarterGui"):SetCore("SendNotification", {
3266 Title = "LogChat enabled";
3267 Text = "Now logging all player chat.";
3268 })
3269 end
3270 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
3271 chatlogs = false
3272 game:GetService("StarterGui"):SetCore("SendNotification", {
3273 Title = "LogChat disabled";
3274 Text = "Stopped logging all player chat.";
3275 })
3276 end
3277 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
3278 game:GetService("Workspace").CurrentCamera:Destroy()
3279 wait(0.1)
3280 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
3281 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3282 lplayer.CameraMinZoomDistance = 0.5
3283 lplayer.CameraMaxZoomDistance = 400
3284 lplayer.CameraMode = "Classic"
3285 end
3286 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
3287 changingstate = false
3288 end
3289 CMDBAR.Text = ""
3290 end
3291end)
3292
3293wait(0.3)
3294game:GetService("StarterGui"):SetCore("SendNotification", {
3295 Title = "Loaded successfully!";
3296 Text = "Reviz Admin V2 by illremember";
3297})
3298wait(0.1)
3299print("Reviz Admin V2 loaded!")
3300if game:GetService("Workspace").FilteringEnabled == true then
3301 warn("FE is Enabled (Filtering Enabled)")
3302 game:GetService("StarterGui"):SetCore("SendNotification", {
3303 Title = "FE is Enabled";
3304 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
3305 })
3306else
3307 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
3308 game:GetService("StarterGui"):SetCore("SendNotification", {
3309 Title = "FE is Disabled";
3310 Text = "Filtering Disabled. Consider using a different admin script.";
3311 })
3312end
3313
3314local intro = Instance.new("ScreenGui")
3315local Frame = Instance.new("Frame")
3316local ImageLabel = Instance.new("ImageLabel")
3317intro.Parent = game:GetService("CoreGui")
3318Frame.Parent = intro
3319Frame.BackgroundColor3 = Color3.new(1, 1, 1)
3320Frame.BackgroundTransparency = 1
3321Frame.Size = UDim2.new(1, 0, 0, 300)
3322Frame.Position = UDim2.new(0, 0, -0.4, 0)
3323ImageLabel.Parent = Frame
3324ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3325ImageLabel.BackgroundTransparency = 1
3326ImageLabel.Position = UDim2.new(0, 0, 0, 0)
3327ImageLabel.Size = UDim2.new(1, 0, 1, 0)
3328ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
3329Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
3330wait(3.01)
3331Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
3332wait(5.01)
3333intro:Destroy()
3334end)
3335
3336ShatterVest.Name = "Shatter Vest"
3337ShatterVest.Parent = GuiOwner1x
3338ShatterVest.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
3339ShatterVest.Position = UDim2.new(0.0188888889, 0, 7.43333292, 0)
3340ShatterVest.Size = UDim2.new(0, 130, 0, 30)
3341ShatterVest.Font = Enum.Font.Highway
3342ShatterVest.Text = "Shatter Vest"
3343ShatterVest.TextColor3 = Color3.fromRGB(0, 0, 0)
3344ShatterVest.TextSize = 20.00
3345ShatterVest.MouseButton1Down:connect(function()
3346-- By illremember#3799
3347
3348-- Important Loading
3349trueSettings = {
3350 commandPrefix = ";";
3351 hotkeys = {};
3352 fchotkeymode = "unfc";
3353}
3354
3355-- Important Variables
3356gsPlayers = game:GetService("Players")
3357gsWorkspace = game:GetService("Workspace")
3358gsLighting = game:GetService("Lighting")
3359gsReplicatedStorage = game:GetService("ReplicatedStorage")
3360gsCoreGui = game:GetService("CoreGui")
3361gsTween = game:GetService("TweenService")
3362gsHttp = game:GetService("HttpService")
3363
3364LP = gsPlayers.LocalPlayer
3365Mouse = LP:GetMouse()
3366
3367defaultSettings = gsHttp:JSONEncode(trueSettings)
3368function CreateSave()
3369 writefile("Shattervast.txt", defaultSettings)
3370 wait(0.5)
3371 local content = readfile("Shattervast.txt")
3372 local trueValue = gsHttp:JSONDecode(content)
3373 commandPrefix = trueValue.commandPrefix
3374 hotkeys = trueValue.hotkeys
3375 fchotkeymode = trueValue.fchotkeymode
3376end
3377function fullUpdate()
3378 local updatedSettings = {
3379 commandPrefix = commandPrefix;
3380 hotkeys = hotkeys;
3381 fchotkeymode = fchotkeymode;
3382 }
3383 local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
3384 wait(0.2)
3385 writefile("Shattervast.txt", fullUPDATED)
3386end
3387if writefile ~= nil then
3388 function builder()
3389 local TESTsave = readfile("Shattervast.txt")
3390 if TESTsave == nil then
3391 return false
3392 else
3393 return true
3394 end
3395 end
3396 local success, message = pcall(builder)
3397 if success == true then
3398 function reader()
3399 local content = readfile("Shattervast.txt")
3400 local trueValue = gsHttp:JSONDecode(content)
3401 commandPrefix = trueValue.commandPrefix
3402 hotkeys = trueValue.hotkeys
3403 if trueValue.fchotkeymode == nil then
3404 fchotkeymode = "unfc"
3405 fullUpdate()
3406 else
3407 fchotkeymode = trueValue.fchotkeymode
3408 end
3409 end
3410 reader()
3411 elseif success == false then
3412 CreateSave()
3413 end
3414else
3415 commandPrefix = ";"
3416 hotkeys = {}
3417 fchotkeymode = "unfc"
3418end
3419
3420CurrentGravity = gsWorkspace.Gravity
3421CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
3422CurrentJumppower = LP.Character.Humanoid.JumpPower
3423CurrentHipheight = LP.Character.Humanoid.HipHeight
3424CurrentNormal = LP.DevCameraOcclusionMode
3425
3426gsWorkspace.Camera.Changed:Connect(function()
3427 gsWorkspace.Camera.FieldOfView = 70
3428end)
3429
3430-- Important Functions
3431function view(plr)
3432 if plr.Character.Humanoid ~= nil then
3433 gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
3434 else
3435 gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
3436 end
3437end
3438function unlockWS()
3439 for i,part in pairs(gsWorkspace:GetDescendants()) do
3440 if part:IsA("Part") then
3441 part.Locked = false
3442 end
3443 end
3444end
3445function lockWS()
3446 for i,part in pairs(gsWorkspace:GetDescendants()) do
3447 if part:IsA("Part") then
3448 part.Locked = true
3449 end
3450 end
3451end
3452function FEGodmode()
3453 local changeview = false
3454 if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
3455 changeview = true
3456 end
3457 LP.Character.Humanoid.Name = 1
3458 local l = LP.Character["1"]:Clone()
3459 l.Parent = LP.Character
3460 l.Name = "Humanoid"
3461 wait(0.1)
3462 LP.Character["1"]:Destroy()
3463 if changeview then
3464 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
3465 end
3466 LP.Character.Animate.Disabled = true
3467 wait(0.1)
3468 LP.Character.Animate.Disabled = false
3469 LP.Character.Humanoid.DisplayDistanceType = "None"
3470end
3471function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
3472 local l = Instance.new("RocketPropulsion")
3473 l.Parent = LP.Character.HumanoidRootPart
3474 l.CartoonFactor = 1
3475 l.MaxThrust = maxthrust
3476 l.MaxSpeed = maxspeed
3477 l.ThrustP = thrustp
3478 l.Name = name
3479 l.Target = targetplr.Character.HumanoidRootPart
3480 l:Fire()
3481end
3482function createIntro(style, msg, length)
3483 if gsCoreGui:FindFirstChild("Notification") then
3484 gsCoreGui:FindFirstChild("Notification"):Destroy()
3485 end
3486 local info = "http://www.roblox.com/asset/?id=1281284684"
3487 local warning = "http://www.roblox.com/asset/?id=1281286925"
3488 if style == "info" then
3489 style = info
3490 elseif style == "warning" then
3491 style = warning
3492 end
3493 local Notification = Instance.new("ScreenGui")
3494 local Frame = Instance.new("Frame")
3495 local TextLabel = Instance.new("TextLabel")
3496 local IMAGE = Instance.new("ImageLabel")
3497 Notification.Name = "Notification"
3498 Notification.Parent = gsCoreGui
3499 Frame.Parent = Notification
3500 Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
3501 Frame.BackgroundTransparency = 0.20000000298023
3502 Frame.BorderSizePixel = 0
3503 Frame.Position = UDim2.new(0, 0, -0.2, 0)
3504 Frame.Size = UDim2.new(1, 0, 0, 30)
3505 TextLabel.Parent = Frame
3506 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3507 TextLabel.BackgroundTransparency = 1
3508 TextLabel.Size = UDim2.new(1, 0, 1, 0)
3509 TextLabel.Font = Enum.Font.SourceSansLight
3510 TextLabel.Text = msg
3511 TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
3512 TextLabel.TextScaled = true
3513 TextLabel.TextSize = 14
3514 TextLabel.TextWrapped = true
3515 IMAGE.Parent = Frame
3516 IMAGE.BackgroundTransparency = 1
3517 IMAGE.Size = UDim2.new(0, 50, 0, 50)
3518 IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
3519 IMAGE.Image = style
3520 local Intro = Instance.new("ScreenGui")
3521 local Frame2 = Instance.new("Frame")
3522 local IMAGE2 = Instance.new("ImageLabel")
3523 Intro.Name = "Intro"
3524 Intro.Parent = gsCoreGui
3525 Frame2.Parent = Intro
3526 Frame2.BackgroundTransparency = 1
3527 Frame2.BorderSizePixel = 0
3528 Frame2.Position = UDim2.new(0, 0, -0.2, 0)
3529 Frame2.Size = UDim2.new(1, 0, 0, 30)
3530 IMAGE2.Parent = Frame
3531 IMAGE2.BackgroundTransparency = 1
3532 IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
3533 IMAGE2.Size = UDim2.new(0, 240, 0, 120)
3534 IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
3535 IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
3536 Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
3537 Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
3538 wait(length)
3539 pcall(function()
3540 Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
3541 Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
3542 end)
3543 wait(3.01)
3544 Intro:Destroy()
3545 Notification:Destroy()
3546end
3547function Notification(style, msg, length)
3548 if gsCoreGui:FindFirstChild("Notification") then
3549 gsCoreGui:FindFirstChild("Notification"):Destroy()
3550 end
3551 local info = "http://www.roblox.com/asset/?id=1281284684"
3552 local warning = "http://www.roblox.com/asset/?id=1281286925"
3553 if style == "info" then
3554 style = info
3555 elseif style == "warning" then
3556 style = warning
3557 end
3558 local Notification = Instance.new("ScreenGui")
3559 local Frame = Instance.new("Frame")
3560 local TextLabel = Instance.new("TextLabel")
3561 local IMAGE = Instance.new("ImageLabel")
3562 Notification.Name = "Notification"
3563 Notification.Parent = gsCoreGui
3564 Frame.Parent = Notification
3565 Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
3566 Frame.BackgroundTransparency = 0.20000000298023
3567 Frame.BorderSizePixel = 0
3568 Frame.Position = UDim2.new(0, 0, -0.2, 0)
3569 Frame.Size = UDim2.new(1, 0, 0, 30)
3570 TextLabel.Parent = Frame
3571 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3572 TextLabel.BackgroundTransparency = 1
3573 TextLabel.Size = UDim2.new(1, 0, 1, 0)
3574 TextLabel.Font = Enum.Font.SourceSansLight
3575 TextLabel.Text = msg
3576 TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
3577 TextLabel.TextScaled = true
3578 TextLabel.TextSize = 14
3579 TextLabel.TextWrapped = true
3580 IMAGE.Parent = Frame
3581 IMAGE.BackgroundTransparency = 1
3582 IMAGE.Size = UDim2.new(0, 50, 0, 50)
3583 IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
3584 IMAGE.Image = style
3585 Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
3586 wait(length)
3587 pcall(function()
3588 Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
3589 end)
3590 wait(3.01)
3591 Notification:Destroy()
3592end
3593function hasTools()
3594 local a = false
3595 local b = false
3596 for i,v in pairs(LP.Character:GetDescendants()) do
3597 if v:IsA("Tool") then
3598 if v ~= nil then
3599 a = true
3600 else
3601 a = false
3602 end
3603 end
3604 end
3605 for i,k in pairs(LP.Backpack:GetDescendants()) do
3606 if k:IsA("Tool") then
3607 if k ~= nil then
3608 b = true
3609 else
3610 b = false
3611 end
3612 end
3613 end
3614 return a or b
3615end
3616Compliments = {" is the coolest person in this server!", ", I really like your avatar!", ", I really want to be your friend!", " is truly amazing. Truly!", " is incredible!", ", you are my favourite here!!", ", I am complimenting you right now at this very moment.", " you are really awesome", " when will you be my friend!?", " is such a great person", " is a fantastic person!"}
3617function complimentplr(player)
3618 local plrName = player.Name
3619 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
3620end
3621function createINFO(player)
3622 local InfoGUIv2 = Instance.new("ScreenGui")
3623 local Frame = Instance.new("Frame")
3624 local Frame_2 = Instance.new("Frame")
3625 local infoguiCLOSE = Instance.new("TextButton")
3626 local Frame_3 = Instance.new("Frame")
3627 local playerName = Instance.new("TextLabel")
3628 local Frame_4 = Instance.new("Frame")
3629 local playerAvatar = Instance.new("ImageLabel")
3630 local playerAccAge = Instance.new("TextLabel")
3631 local playerId = Instance.new("TextLabel")
3632 local playerOs = Instance.new("TextLabel")
3633 local playerMembership = Instance.new("TextLabel")
3634 local Frame_5 = Instance.new("Frame")
3635 local Frame_6 = Instance.new("Frame")
3636 InfoGUIv2.Name = "InfoGUIv2"
3637 InfoGUIv2.Parent = gsCoreGui
3638 Frame.Parent = InfoGUIv2
3639 Frame.BackgroundColor3 = Color3.new(0, 0, 0)
3640 Frame.BackgroundTransparency = 1
3641 Frame.BorderColor3 = Color3.new(0, 0, 0)
3642 Frame.ClipsDescendants = true
3643 Frame.Position = UDim2.new(0.45, 0, 1, 0)
3644 Frame.Size = UDim2.new(0, 265, 0, 302)
3645 Frame.ZIndex = -1
3646 Frame_2.Parent = Frame
3647 Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
3648 Frame_2.BorderSizePixel = 0
3649 Frame_2.Size = UDim2.new(0, 260, 0, 20)
3650 infoguiCLOSE.Name = "infoguiCLOSE"
3651 infoguiCLOSE.Parent = Frame_2
3652 infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
3653 infoguiCLOSE.BackgroundTransparency = 1
3654 infoguiCLOSE.BorderSizePixel = 0
3655 infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
3656 infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
3657 infoguiCLOSE.Font = Enum.Font.SourceSansBold
3658 infoguiCLOSE.Text = "X"
3659 infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
3660 infoguiCLOSE.TextSize = 20
3661 Frame_3.Parent = Frame
3662 Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
3663 Frame_3.BorderSizePixel = 0
3664 Frame_3.Position = UDim2.new(0, 0, 0, 20)
3665 Frame_3.Size = UDim2.new(0, 260, 0, 40)
3666 playerName.Name = "playerName"
3667 playerName.Parent = Frame_3
3668 playerName.BackgroundColor3 = Color3.new(1, 1, 1)
3669 playerName.BackgroundTransparency = 1
3670 playerName.Position = UDim2.new(0, 10, 0, 5)
3671 playerName.Size = UDim2.new(0, 240, 0, 30)
3672 playerName.Font = Enum.Font.SourceSansLight
3673 playerName.Text = player.Name
3674 playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
3675 playerName.TextScaled = true
3676 playerName.TextSize = 14
3677 playerName.TextWrapped = true
3678 Frame_4.Parent = Frame
3679 Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3680 Frame_4.BorderSizePixel = 0
3681 Frame_4.Position = UDim2.new(0, 0, 0, 60)
3682 Frame_4.Size = UDim2.new(0, 260, 0, 237)
3683 playerAvatar.Name = "playerAvatar"
3684 playerAvatar.Parent = Frame_4
3685 playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
3686 playerAvatar.Position = UDim2.new(0, 85, 0, 10)
3687 playerAvatar.Size = UDim2.new(0, 85, 0, 85)
3688 playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
3689 playerAccAge.Name = "playerAccAge"
3690 playerAccAge.Parent = Frame_4
3691 playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
3692 playerAccAge.BackgroundTransparency = 1
3693 playerAccAge.Position = UDim2.new(0, 5, 0, 101)
3694 playerAccAge.Size = UDim2.new(0, 250, 0, 30)
3695 playerAccAge.Font = Enum.Font.SourceSans
3696 playerAccAge.Text = "Account Age: "..player.AccountAge
3697 playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3698 playerAccAge.TextScaled = true
3699 playerAccAge.TextSize = 14
3700 playerAccAge.TextWrapped = true
3701 playerId.Name = "playerId"
3702 playerId.Parent = Frame_4
3703 playerId.BackgroundColor3 = Color3.new(1, 1, 1)
3704 playerId.BackgroundTransparency = 1
3705 playerId.Position = UDim2.new(0, 5, 0, 131)
3706 playerId.Size = UDim2.new(0, 250, 0, 30)
3707 playerId.Font = Enum.Font.SourceSans
3708 playerId.Text = "Account ID: "..player.UserId
3709 playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3710 playerId.TextScaled = true
3711 playerId.TextSize = 14
3712 playerId.TextWrapped = true
3713 playerOs.Name = "playerOs"
3714 playerOs.Parent = Frame_4
3715 playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
3716 playerOs.BackgroundTransparency = 1
3717 playerOs.Position = UDim2.new(0, 5, 0, 161)
3718 playerOs.Size = UDim2.new(0, 250, 0, 30)
3719 playerOs.Font = Enum.Font.SourceSansLight
3720 playerOs.Text = "Player OS: "..player.OsPlatform
3721 playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3722 playerOs.TextScaled = true
3723 playerOs.TextSize = 14
3724 playerOs.TextWrapped = true
3725 playerMembership.Name = "playerMembership"
3726 playerMembership.Parent = Frame_4
3727 playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
3728 playerMembership.BackgroundTransparency = 1
3729 playerMembership.Position = UDim2.new(0, 5, 0, 191)
3730 playerMembership.Size = UDim2.new(0, 250, 0, 30)
3731 playerMembership.Font = Enum.Font.SourceSansLight
3732 if player.MembershipType == Enum.MembershipType.None then
3733 playerMembership.Text = "No builder's club."
3734 elseif player.MembershipType == Enum.MembershipType.BuildersClub then
3735 playerMembership.Text = "Builder's club!"
3736 elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
3737 playerMembership.Text = "Turbo Builder's club!"
3738 elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
3739 playerMembership.Text = "Outrageous Builder's club!"
3740 end
3741 playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3742 playerMembership.TextScaled = true
3743 playerMembership.TextSize = 14
3744 playerMembership.TextWrapped = true
3745 Frame_5.Parent = Frame
3746 Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
3747 Frame_5.BackgroundTransparency = 0.69999998807907
3748 Frame_5.BorderColor3 = Color3.new(0, 0, 0)
3749 Frame_5.BorderSizePixel = 0
3750 Frame_5.ClipsDescendants = true
3751 Frame_5.Position = UDim2.new(0, 10, 0, 10)
3752 Frame_5.Selectable = true
3753 Frame_5.Size = UDim2.new(0, 255, 0, 292)
3754 Frame_5.ZIndex = -1
3755 Frame_6.Parent = Frame
3756 Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
3757 Frame_6.BackgroundTransparency = 0.69999998807907
3758 Frame_6.BorderColor3 = Color3.new(0, 0, 0)
3759 Frame_6.BorderSizePixel = 0
3760 Frame_6.ClipsDescendants = true
3761 Frame_6.Position = UDim2.new(0, 8, 0, 8)
3762 Frame_6.Selectable = true
3763 Frame_6.Size = UDim2.new(0, 255, 0, 292)
3764 Frame_6.ZIndex = -1
3765 local closeGet = {}
3766 closeGet.Size = UDim2.new(0, 0, 0, 0)
3767 local openGet = {}
3768 openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
3769 local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
3770 local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
3771 infoguiCLOSE.MouseButton1Click:Connect(function()
3772 closeFunction:Play()
3773 Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
3774 wait(2.01)
3775 Frame:Destroy()
3776 end)
3777 openFunction:Play()
3778 local UserInputService = game:GetService("UserInputService")
3779 local dragging
3780 local dragInput
3781 local dragStart
3782 local startPos
3783 local function update(input)
3784 local delta = input.Position - dragStart
3785 local dragTime = 0.055
3786 local SmoothDrag = {}
3787 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
3788 local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
3789 dragSmoothFunction:Play()
3790 end
3791 Frame.InputBegan:Connect(function(input)
3792 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
3793 dragging = true
3794 dragStart = input.Position
3795 startPos = Frame.Position
3796 input.Changed:Connect(function()
3797 if input.UserInputState == Enum.UserInputState.End then
3798 dragging = false
3799 end
3800 end)
3801 end
3802 end)
3803 Frame.InputChanged:Connect(function(input)
3804 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
3805 dragInput = input
3806 end
3807 end)
3808 UserInputService.InputChanged:Connect(function(input)
3809 if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
3810 update(input)
3811 end
3812 end)
3813end
3814function clientSided()
3815 Notification("info", "This command is for the client (you) only, no one else can see!", 6)
3816end
3817searchCmds={"1 print [msg] - Prints a message to the developer console","2 warn [msg] - Warns a message to the developer console","3 sit - Makes you sit","4 god - Activates FE Godmode (breaks tools)","5 view [plr] - Changes your camera subject to another player","6 unview - Changes your camera back to your player","7 gravity [num] - Changes workspace gravity to [num]","8 ungravity - Reverts workspace gravity to game's default","9 goto [plr] - Teleports you to a player","10 fecheck - Checks whether the game is FE or not","11 lockws - Locks the whole workspace","12 unlockws - Unlocks the whole workspace","13 noclip - Allows you to walk through walls and other objects","14 clip - Stops noclip, can collide","15 follow [plr] / [num] - Makes you follow a player constantly, optional [num] for how far away to follow","16 unfollow - Stops you from following","17 fling [plr] / [pow] - Uses your character to fling a player, optional [pow] for how much power to put into the fling","18 unfling - Stops you from flinging","19 trail [plr] / [num] - Makes you trail (walk infront) of a player constantly, optional [num] for how far away to trail","20 untrail - Stops you from trailing","21 annoy [plr] - Loop teleports you to the player","22 unannoy - Stops loop teleporting you","23 reset - Resets your character","24 grespawn - Respawns your character, best for use after FE godmode","25 respawn - Respawns your character, best to use if grespawn fails to work","26 speed // ws [num] - Changes your walkspeed (speed or ws) to [num]","27 jumppower // jp [num] - Changes your jumppower (jumppower or jp) to [num]","28 hipheight // hh [num] - Changes your hipheight (hipheight or hh) to [num]","29 default - Changes your walkspeed, jumppower and hipheight back to normal","30 credits - Displays admin credits (by illremember#3799)","31 attach [plr] - Attaches you to a player, tool required","32 fly / [speed] - Enables fly, optional [speed] for how fast to fly","33 unfly - Disables fly","34 kill [plr] - Kills a player, tool required","35 bring [plr] - Brings a player, tool required","36 naked - Displays avatar body colours","37 nolimbs - Deletes all your arms and legs","38 noarms - Deletes both your arms","39 nolegs - Deletes both your legs","40 antikick [on/off] - Blocks all remotes for antikick when on, disables when off","41 blockremote [remote] / [service] - Blocks a remote from firing, optional [service] for where the remote is located","42 remotespy [on/off] - Prints all remotes to developer console when on when fired, stops printing when off","43 bang [plr] / [speed] - Bangs a player, optional [speed] to set animation adjust speed","44 unbang - Stops bang player","45 spam [msg] - Spams [msg] in chat","46 spamdelay [num] - Sets how long to wait in between spamming","47 unspam - Stops spamming","48 info [plr] - Creates GUI with information about player account, shows Account age, membership and account ID","49 age [plr] - Chats account age of player","50 invisible - Enables FE invisibility, by Timeless","51 walk [plr] - Begins to make you loop walk towards player","52 glitch [plr] / [num] - Glitches a player, tool required, optional [num] for strength of glitch","53 tp [plr] [plr] - Teleports a player to another player, tool required","54 givetool [plr] / [tool] - Gives your current equipped tool to player, optional [tool] to pick a tool by name from your inventory","55 givealltools [plr] - Gives all tools currently equipped and in inventory to player","56 blockhats - Removes mesh of all accessories","57 blocktool - Removes mesh of currently equipped tool","58 orbit [plr] - Begins to make you orbit around a player","59 unorbit - Stops you orbiting a player","60 pos - Shows your current position","61 savepos - Saves your current position","62 loadpos - Loads your current position from savepos","63 tppos [num] [num] [num] - Teleports you to position [num], [num], [num]","64 pmspam [plr] [msg] - Makes you spam a player's pm with [msg]","65 unpmspam - Stops spamming a player's pm","66 wsvis [num] - Changes all parts in workspace to [num] transparency","67 bringobj [obj] / [num] - Brings an object in the workspace to you, optional [num] for how far away to bring object","68 cbring [plr] - Brings a player to you constantly on client","69 uncbring - Stops bringing a player to you on client","70 cfreeze [plr] - Freezes a player on your client","71 uncfreeze / [plr] - Unfreezes a player on your cleint","72 unattach - Unattaches you from a player","73 reach [on/off] / [num] - Activates/Deactivates reach for currently equipped tool, optional [num] for how long the reach should be","74 droptool / [tool] - Drops a tool into the workspace, optional [tool] command for which tool to drop","75 drophats - Drops all your accessories into the workspace","76 hidecmdbar - Hides the command bar","77 showcmdbar - Shows the command bar","78 prefix [key] - Changes your prefix to [key] must be 1 character","79 removeinvis - Removes all invisible parts in workspace","80 removefog - Removes fog in lighting","81 animation [id/gui] / [speed] - Makes you play an animation with [id], optional [speed] for adjusting animation speed OR [gui] to open Energize animation GUI","82 btools - Gives you btools for deleting, copying and dragging (client side)","83 esp [plr] - Enables an esp for that player, credits to Infinite Yield","84 unesp / [plr] - Disables all esp, optional [plr] for disabling esp just for that player","85 dice - Chats you rolling a dice for 1, 2, 3, 4, 5 or 6","86 random [min] [max] - Chats you picking a random number between [min] and [max]","87 closegame - Shutsdown/closes your game","88 savetool / [tool] - Saves a tool to your player equipped, optional [tool] for which tool to save in your inventory","89 loadtool / [tool] - Loads a tool from your player, optional [tool] for which tool to load by name","90 savealltool - Saves all tools in your character/inventory","91 loadalltool - Loads all tools in your player saved tools","92 clicktp / [key] - Enables click teleport, optional [key] to set a key instead of clicking","93 clickdel / [key] - Enables click delete part, optional [key] to set a key instead of clicking","94 unclicktp - Disables clicktp","95 unclickdel - Disables clickdel","96 shutdown - Attempts a server shutdown","97 chatlogs - Opens up a chat log gui with options to print chat to developer console","98 stopadmin - Disables currently running admin completely","99 freecam / [speed] - Enables freecam (like flying but not in character), optional [speed] for how fast the freecam should go","100 unfreecam // unfc - Disables freecam","101 fctp [plr] - Teleports your freecam to player","102 gotofc - Teleports you to current freecam position","103 cmds - Opens up this GUI with commands","104 fullcredits - Shows full individual credits for all help with the admin","105 hotkey [key] [cmd] - Creates a hotkey that executes [cmd] when [key] is pressed","106 removehotkey [key] - Removes a hotkey with [key]","107 removeallhotkey - Removes all current hotkeys for commands","108 printhotkeys - Prints all current existing hotkeys","109 os [plr] - Chats the current OS of a player","110 spin [plr] - Makes you spin with a player, tool required","111 unspin - Stops you spinning a player/teleporting to a player","112 explorer - Loads DEX explorer","113 maxzoom [num] - Changes your maxzoom to number","114 stare [plr] - Makes you stare at another player","115 unstare [plr] - Makes you stop staring at player","116 tempgod - Enables temporary FE godmode, does not work on all games, does not break tools","117 void [plr] - Teleports you and a player to the void, requires a tool","118 freefall [plr] - Makes you and a player freefall to the ground","119 version - Shows current admin's version","120 shiftlockon - Enables shift lock if not enabled by game developer","121 copychat [plr] - Makes you copy the chat player says, use uncopychat to stop copying chat","122 newattach [plr] - Does not FE Godmode you, requires 2 tools, attaches you to player","123 newkill [plr] - Does not FE Godmode you, requires 2 tools, kills player","124 newbring [plr] - Does not FE Godmode you, requires 2 tools, brings player","125 spawn [ws/jp/hh/god] [num] - Sets your walkspeed/jumppower/hipheight to number whenever you respawn, or makes you FE Godded whenever you respawn","126 unspawn - Stops you spawning with stats set by "..commandPrefix.."spawn","127 autosavetool [on/off] - Auto saves your tools when you reset","128 beginbot / [mode] - Makes you a bot for other players, type just "..commandPrefix.."beginbot to print available modes","129 endbot / [mode] - Ends "..commandPrefix.."beginbot, optional [mode] to disable one mode only","130 stopsit - Disables your ability to sit","131 gosit - Enables your ability to sit","132 spawnpoint - Sets your spawnpoint for whenever you reset to where you are","133 nospawn - Removes your spawnpoint","134 chaterror - Creates a chat error, works best first time","135 bypass [on/off] - Changes certain commands like "..commandPrefix.."fly so they are not detected by most anti-exploits", "136 fixcam - Fixes your camera in case it breaks", "137 gotoobj [obj] - Teleports you to a part in the workspace, make sure you put the name properly!", "138 breakcam - Makes it so your camera can go through parts, fixed with "..commandPrefix.."fixcam", "139 inviscam - Makes it so your camera goes through parts and makes them transparent so your character is always visible, fixed with "..commandPrefix.."fixcam", "140 printobj / [key] - Prints the object's path clicked to developer console, optional [key] for key pressed instead of click", "141 unprintobj - Stops printobj from running", "142 hotkeyfc [goto/unfc] - If freecam is set as a hotkey, chooses whether to use unfreecam or gotofc when disabling through a hotkey", "143 carpet [plr] - Makes you a carpet for a player", "144 uncarpet - Stops carpet", "145 brickcreate [num] / [pos] [pos] [pos] - Creates [num] amount of bricks from accessories, wont work in all games, optional [pos] for position to create bricks", "146 uncopychat - Stops copying chat", "147 forward / [speed] - Makes you automatically move forward default speed is 1", "148 unforward - Stops you moving automatically forward from forward", "149 id [plr] - Makes you chat the user ID of the player", "150 spinhats / [pow] - Makes all your accessories begin to spin around! Credit to xFunnieuss.", "151 unspinhats - Stops spinhats from spinning accessories", "152 headless - Makes you headless, but cannot control your character after, use grespawn to reset", "153 savemap - Saves the current workspace/map", "154 loadmap - Loads map saved by savemap", "155 creatorid - Changes your user ID to the game creator's user ID", "156 gameid - Shows the game's ID", "157 delobj [obj] - Allows you to delete an object in the workspace by name", "158 glide [plr] / [speed] - Makes you glide towards a player, optional [speed] for the speed of gliding", "159 stutter [on/off] - Makes your character begin stuttering as you move", "160 platform - Creates a platform on your client that you can stand on, deletes in 20 seconds", "161 servertime - Gets the server time", "162 ride [plr] - Makes you ride a player's head", "163 unride [plr] - Makes you stop riding a player's head", "164 cmute [plr] - Client mutes a player, useful for muting spammers", "165 uncmute - Unmutes a player that has been cmuted", "166 hat [plr] - Makes you carpet a player, but on their head", "167 unhat - Stops hat from running", "168 chat [msg] - Makes you chat a string, useful for hotkeys"}
3818CMDS={"print [msg]","warn [msg]","sit","god","view [plr]","unview","gravity [num]","ungravity","goto [plr]","fecheck","lockws","unlockws","noclip","clip","follow [plr] / [num]","unfollow","fling [plr] / [pow]","unfling","trail [plr] / [num]","untrail","annoy [plr]","unannoy","reset","grespawn","respawn","speed // ws [num]","jumppower // jp [num]","hipheight // hh [num]","default","credits","attach [plr]","fly / [speed]","unfly","kill [plr]","bring [plr]","naked","nolimbs","noarms","nolegs","antikick [on/off]","blockremote [remote] / [service]","remotespy [on/off]","bang [plr] / [speed]","unbang","spam [msg]","spamdelay [num]","unspam","info [plr]","age [plr]","invisible","walk [plr]","glitch [plr] / [num]","tp [plr] [plr]","givetool [plr] / [tool]","givealltools [plr]","blockhats","blocktool","orbit [plr]","unorbit","pos","savepos","loadpos","tppos [num] [num] [num]","pmspam [plr] [msg]","unpmspam","wsvis [num]","bringobj [obj] / [num]","cbring [plr] / [num]","uncbring","cfreeze [plr]","uncfreeze / [plr]","unattach","reach [on/off] / [num]","droptool / [tool]","drophats","hidecmdbar","showcmdbar","prefix [key]","removeinvis","removefog","animation [id/gui] / [speed]","btools","esp [plr]","unesp / [plr]","dice","random [min] [max]","closegame","savetool / [tool]","loadtool / [tool]","savealltool","loadalltool","clicktp / [key]","clickdel / [key]","unclicktp","unclickdel","oof","chatlogs","stopadmin","freecam / [speed] // fc / [speed]","unfreecam // unfc","gotofc","cmds","fullcredits","hotkey [key] [cmd]","removehotkey [key]","removeallhotkey","printhotkeys","os [plr]","spin [plr]","unspin","fctp [plr]","explorer","maxzoom [num]","stare [plr]","unstare [plr]","tempgod","void [plr]","freefall [plr]","version","shiftlockon","copychat [plr]","newattach [plr]","newkill [plr]","newbring [plr]","spawn [ws/jp/hh/god] [num]","unspawn","autosavetool [on/off]","beginbot / [mode]","endbot / [mode]","stopsit","gosit","spawnpoint","nospawn","chaterror", "bypass [on/off]", "fixcam", "gotoobj [obj]", "breakcam", "inviscam", "printobj / [key]", "unprintobj", "hotkeyfc [goto/unfc]", "carpet [plr]", "uncarpet", "brickcreate [num] / [pos] [pos] [pos]", "uncopychat", "forward / [speed]", "unforward", "id [plr]", "spinhats / [pow]", "unspinhats", "headless", "savemap", "loadmap", "creatorid", "gameid", "delobj [obj]", "glide [plr] / [speed]", "stutter [on/off]", "platform", "servertime", "ride [plr]", "unride", "cmute [plr]", "uncmute", "hat [plr]", "unhat", "chat [msg]"} -- 168
3819local CMDS_GUI_V2 = Instance.new("ScreenGui")
3820local CMDSmain = Instance.new("Frame")
3821local CMDSframemain = Instance.new("Frame")
3822local cmdgui_topframe = Instance.new("Frame")
3823local closecmdsgui = Instance.new("TextButton")
3824local cmdgui_midframe = Instance.new("Frame")
3825local cmdsgui_SearchFunction = Instance.new("TextBox")
3826local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
3827local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
3828local ListofCMDS = Instance.new("ScrollingFrame")
3829local cmdTutorial = Instance.new("TextLabel")
3830local cmdTutorial_2 = Instance.new("TextLabel")
3831local cmdTutorial_3 = Instance.new("TextLabel")
3832local CMDS_Shadow = Instance.new("Frame")
3833local CMDS_Shadow2 = Instance.new("Frame")
3834CMDS_GUI_V2.Name = "CMDS_GUI_V2"
3835CMDS_GUI_V2.Parent = gsCoreGui
3836CMDSmain.Name = "CMDSmain"
3837CMDSmain.Parent = CMDS_GUI_V2
3838CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
3839CMDSmain.BackgroundTransparency = 1
3840CMDSmain.Position = UDim2.new(0, 695, 0, 297)
3841CMDSmain.Size = UDim2.new(0, 440, 0, 367)
3842CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
3843CMDSmain.Visible = false
3844CMDSmain.ClipsDescendants = true
3845CMDSframemain.Name = "CMDSframemain"
3846CMDSframemain.Parent = CMDSmain
3847CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
3848CMDSframemain.BorderSizePixel = 0
3849CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
3850cmdgui_topframe.Name = "cmdgui_topframe"
3851cmdgui_topframe.Parent = CMDSframemain
3852cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
3853cmdgui_topframe.BorderSizePixel = 0
3854cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
3855closecmdsgui.Name = "closecmdsgui"
3856closecmdsgui.Parent = cmdgui_topframe
3857closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
3858closecmdsgui.BackgroundTransparency = 1
3859closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
3860closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
3861closecmdsgui.Font = Enum.Font.SourceSansBold
3862closecmdsgui.Text = "X"
3863closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
3864closecmdsgui.TextSize = 20
3865cmdgui_midframe.Name = "cmdgui_midframe"
3866cmdgui_midframe.Parent = CMDSframemain
3867cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
3868cmdgui_midframe.BorderSizePixel = 0
3869cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
3870cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
3871cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
3872cmdsgui_SearchFunction.Parent = cmdgui_midframe
3873cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
3874cmdsgui_SearchFunction.BackgroundTransparency = 1
3875cmdsgui_SearchFunction.BorderSizePixel = 0
3876cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
3877cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
3878cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
3879cmdsgui_SearchFunction.Text = ""
3880cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
3881cmdsgui_SearchFunction.TextScaled = true
3882cmdsgui_SearchFunction.TextSize = 14
3883cmdsgui_SearchFunction.TextWrapped = true
3884cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
3885cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
3886cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
3887cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
3888cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
3889cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
3890cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
3891cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
3892cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
3893cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
3894cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
3895cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
3896cmdsgui_searchDETAILTEXT.Text = "Search"
3897cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
3898cmdsgui_searchDETAILTEXT.TextSize = 30
3899ListofCMDS.Name = "ListofCMDS"
3900ListofCMDS.Parent = CMDSframemain
3901ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
3902ListofCMDS.BorderSizePixel = 0
3903ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
3904ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
3905ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
3906ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
3907cmdTutorial.Name = "cmdTutorial"
3908cmdTutorial.Parent = ListofCMDS
3909cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
3910cmdTutorial.BackgroundTransparency = 1
3911cmdTutorial.BorderSizePixel = 0
3912cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
3913cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
3914cmdTutorial.Font = Enum.Font.SourceSansBold
3915cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
3916cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3917cmdTutorial.TextScaled = true
3918cmdTutorial.TextSize = 14
3919cmdTutorial.TextWrapped = true
3920cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
3921cmdTutorial_2.Name = "cmdTutorial"
3922cmdTutorial_2.Parent = ListofCMDS
3923cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
3924cmdTutorial_2.BackgroundTransparency = 1
3925cmdTutorial_2.BorderSizePixel = 0
3926cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
3927cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
3928cmdTutorial_2.Font = Enum.Font.SourceSansBold
3929cmdTutorial_2.Text = "\"//\" means another way of running command"
3930cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3931cmdTutorial_2.TextScaled = true
3932cmdTutorial_2.TextSize = 14
3933cmdTutorial_2.TextWrapped = true
3934cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
3935cmdTutorial_3.Name = "cmdTutorial"
3936cmdTutorial_3.Parent = ListofCMDS
3937cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
3938cmdTutorial_3.BackgroundTransparency = 1
3939cmdTutorial_3.BorderSizePixel = 0
3940cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
3941cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
3942cmdTutorial_3.Font = Enum.Font.SourceSansBold
3943cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
3944cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3945cmdTutorial_3.TextScaled = true
3946cmdTutorial_3.TextSize = 14
3947cmdTutorial_3.TextWrapped = true
3948cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
3949CMDS_Shadow.Name = "CMDS_Shadow"
3950CMDS_Shadow.Parent = CMDSmain
3951CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
3952CMDS_Shadow.BackgroundTransparency = 0.60000002384186
3953CMDS_Shadow.BorderSizePixel = 0
3954CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
3955CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
3956CMDS_Shadow.ZIndex = -1
3957CMDS_Shadow2.Name = "CMDS_Shadow2"
3958CMDS_Shadow2.Parent = CMDSmain
3959CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
3960CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
3961CMDS_Shadow2.BorderSizePixel = 0
3962CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
3963CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
3964CMDS_Shadow2.ZIndex = -1
3965closecmdsgui.MouseButton1Click:Connect(function()
3966 CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
3967end)
3968function CreateCMDlabel(position, text)
3969 local sizenow = 15
3970 local cmdHere = Instance.new("TextLabel")
3971 cmdHere.Name = "cmdHere"
3972 cmdHere.TextWrapped = true
3973 cmdHere.Parent = ListofCMDS
3974 cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
3975 cmdHere.BackgroundTransparency = 1
3976 cmdHere.BorderSizePixel = 0
3977 cmdHere.Position = position
3978 cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
3979 cmdHere.Font = Enum.Font.SourceSans
3980 cmdHere.Text = text
3981 cmdHere.TextWrapped = true
3982 cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3983 cmdHere.TextScaled = false
3984 cmdHere.TextSize = 20
3985 cmdHere.TextXAlignment = Enum.TextXAlignment.Left
3986end
3987for i,_cmds in pairs(searchCmds) do
3988 CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
3989end
3990local UserInputService = game:GetService("UserInputService")
3991local dragging
3992local dragInput
3993local dragStart
3994local startPos
3995local function updateCMDS(input)
3996 local delta = input.Position - dragStart
3997 local dragTime = 0.055
3998 local SmoothDrag = {}
3999 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
4000 local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
4001 dragSmoothFunction:Play()
4002end
4003cmdgui_topframe.InputBegan:Connect(function(input)
4004 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
4005 dragging = true
4006 dragStart = input.Position
4007 startPos = CMDSmain.Position
4008 input.Changed:Connect(function()
4009 if input.UserInputState == Enum.UserInputState.End then
4010 dragging = false
4011 end
4012 end)
4013 end
4014end)
4015cmdgui_topframe.InputChanged:Connect(function(input)
4016 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
4017 dragInput = input
4018 end
4019end)
4020cmdgui_midframe.InputBegan:Connect(function(input)
4021 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
4022 dragging = true
4023 dragStart = input.Position
4024 startPos = CMDSmain.Position
4025 input.Changed:Connect(function()
4026 if input.UserInputState == Enum.UserInputState.End then
4027 dragging = false
4028 end
4029 end)
4030 end
4031end)
4032cmdgui_midframe.InputChanged:Connect(function(input)
4033 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
4034 dragInput = input
4035 end
4036end)
4037UserInputService.InputChanged:Connect(function(input)
4038 if input == dragInput and dragging then
4039 updateCMDS(input)
4040 end
4041end)
4042cmdsgui_SearchFunction.Focused:Connect(function()
4043 cmdsgui_SearchFunction.TextTransparency = 0
4044 local searchTween = {}
4045 searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
4046 searchTween.TextSize = 18
4047 searchTween.Position = UDim2.new(0, -70, 0, -15)
4048 local frameTweenblue = {}
4049 frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
4050 local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
4051 searchTween1:Play()
4052 local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
4053 frameTweenblue1:Play()
4054end)
4055cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
4056 if not enterPressed then
4057 cmdsgui_SearchFunction.TextTransparency = 1
4058 else
4059 cmdsgui_SearchFunction.Text = " "
4060 end
4061 local searchTween = {}
4062 searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
4063 searchTween.TextSize = 30
4064 searchTween.Position = UDim2.new(0, 0, 0, 0)
4065 local frameTweenblue = {}
4066 frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
4067 local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
4068 searchTween1:Play()
4069 local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
4070 frameTweenblue1:Play()
4071end)
4072cmdsgui_SearchFunction.Changed:Connect(function()
4073 local index = 0
4074 if cmdsgui_SearchFunction.Text ~= "" then
4075 for i,v in pairs(ListofCMDS:GetChildren()) do
4076 if v.Name == "cmdHere" then
4077 if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
4078 v.Visible = false
4079 else
4080 v.Visible = true
4081 index = index + 1
4082 v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
4083 end
4084 end
4085 end
4086 end
4087end)
4088
4089-- Command Execution
4090LP.Chatted:Connect(function(chat)
4091 run(chat)
4092end)
4093
4094function run(msg)
4095 if string.lower(string.sub(msg, 2, 5)) == "chat" then
4096 msg = msg
4097 elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
4098 msg = msg
4099 else
4100 msg = string.lower(msg)
4101 end
4102 local cmdPrefix = string.sub(msg, 1, 1)
4103 if cmdPrefix == commandPrefix then
4104 msg = string.sub(msg, 2)
4105 local args = {}
4106 for arg in string.gmatch(msg,"[^%s]+") do
4107 table.insert(args,arg)
4108 end
4109 local cmdName = args[1]
4110 table.remove(args,1)
4111 local doCmd = Commands[cmdName]
4112
4113 if doCmd ~= nil then
4114 doCmd(args)
4115 end
4116 end
4117end
4118
4119-- Command bar
4120local CommandBar = Instance.new("ScreenGui")
4121local CMDBAR = Instance.new("Frame")
4122local CMDBARText = Instance.new("TextBox")
4123CommandBar.Name = "CommandBar"
4124CommandBar.Parent = gsCoreGui
4125CMDBAR.Name = "CMDBAR"
4126CMDBAR.Parent = CommandBar
4127CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
4128CMDBAR.BorderSizePixel = 0
4129CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
4130CMDBAR.Size = UDim2.new(0, 270, 0, 35)
4131CMDBARText.Name = "CMDBARText"
4132CMDBARText.Parent = CMDBAR
4133CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
4134CMDBARText.BorderSizePixel = 0
4135CMDBARText.Position = UDim2.new(0, 5, 0, 5)
4136CMDBARText.Size = UDim2.new(0, 260, 0, 25)
4137CMDBARText.Font = Enum.Font.SourceSansLight
4138CMDBARText.Text = ""
4139CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
4140CMDBARText.TextScaled = true
4141CMDBARText.TextSize = 14
4142CMDBARText.TextWrapped = true
4143Mouse.KeyDown:connect(function(Key)
4144 if Key == string.lower(commandPrefix) then
4145 CMDBARText:CaptureFocus()
4146 CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
4147 end
4148end)
4149CMDBARText.FocusLost:connect(function(enterPressed)
4150 CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
4151 if enterPressed then
4152 local cmdmsg = CMDBARText.Text
4153 CMDBARText.Text = ""
4154 run(commandPrefix..cmdmsg)
4155 end
4156end)
4157local Match = Instance.new("Frame")
4158Match.Name = "Match"
4159Match.Parent = CMDBAR
4160Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
4161Match.BorderSizePixel = 0
4162Match.Position = UDim2.new(0, 0, -4, 0)
4163Match.Size = UDim2.new(1, 0, 4, 0)
4164Match.Visible = false
4165function CreateOption(Text)
4166 local Option1 = Instance.new("TextLabel")
4167 Option1.Name = "Option"
4168 Option1.Parent = Match
4169 Option1.BackgroundColor3 = Color3.new(1, 1, 1)
4170 Option1.BackgroundTransparency = 1
4171 Option1.Position = UDim2.new(-10, 0, 0, 0)
4172 Option1.Size = UDim2.new(1, 0, 0, 20)
4173 Option1.Font = Enum.Font.SourceSans
4174 Option1.Text = Text
4175 Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
4176 Option1.TextScaled = true
4177 Option1.TextWrapped = true
4178end
4179for i,cmdtext2 in pairs(CMDS) do
4180 CreateOption(cmdtext2)
4181end
4182CMDBARText.Changed:Connect(function()
4183 if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
4184 Match.Visible = true
4185 local PositionMatch = 0
4186 for i,cmdtext in pairs(Match:GetChildren()) do
4187 if cmdtext.Name == "Option" then
4188 if string.find(cmdtext.Text, CMDBARText.Text) then
4189 cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
4190 PositionMatch = PositionMatch + 1
4191 if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
4192 cmdtext.Position = UDim2.new(-10, 0, 0, 0)
4193 PositionMatch = PositionMatch - 1
4194 end
4195 else
4196 cmdtext.Position = UDim2.new(-10, 0, 0, 0)
4197 end
4198 end
4199 end
4200 else
4201 Match.Visible = false
4202 end
4203end)
4204
4205-- Chat
4206local ChatLogsv2 = Instance.new("ScreenGui")
4207local MainChatFrame = Instance.new("Frame")
4208local Framess = Instance.new("Frame")
4209local CloseChatGUI = Instance.new("TextButton")
4210local Frame_222 = Instance.new("Frame")
4211local PrintChat = Instance.new("TextButton")
4212local Shadow1 = Instance.new("Frame")
4213local Shadow2 = Instance.new("Frame")
4214local ScrollingFrame = Instance.new("ScrollingFrame")
4215ChatLogsv2.Name = "ChatLogsv2"
4216ChatLogsv2.Parent = gsCoreGui
4217MainChatFrame.Name = "MainChatFrame"
4218MainChatFrame.Parent = ChatLogsv2
4219MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
4220MainChatFrame.BackgroundTransparency = 1
4221MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
4222MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
4223MainChatFrame.Visible = false
4224Framess.Parent = MainChatFrame
4225Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
4226Framess.BorderSizePixel = 0
4227Framess.Size = UDim2.new(0, 525, 0, 15)
4228CloseChatGUI.Name = "CloseChatGUI"
4229CloseChatGUI.Parent = Framess
4230CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
4231CloseChatGUI.BackgroundTransparency = 1
4232CloseChatGUI.BorderSizePixel = 0
4233CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
4234CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
4235CloseChatGUI.Font = Enum.Font.SourceSansBold
4236CloseChatGUI.Text = "X"
4237CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
4238CloseChatGUI.TextSize = 20
4239Frame_222.Parent = MainChatFrame
4240Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
4241Frame_222.BorderSizePixel = 0
4242Frame_222.Position = UDim2.new(0, 0, 0, 15)
4243Frame_222.Size = UDim2.new(0, 525, 0, 50)
4244PrintChat.Name = "PrintChat"
4245PrintChat.Parent = Frame_222
4246PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
4247PrintChat.BorderSizePixel = 0
4248PrintChat.Position = UDim2.new(0, 15, 0, 0)
4249PrintChat.Size = UDim2.new(0, 170, 0, 30)
4250PrintChat.Font = Enum.Font.SourceSansLight
4251PrintChat.Text = "Print Chat"
4252PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
4253PrintChat.TextSize = 30
4254PrintChat.TextWrapped = true
4255Shadow1.Name = "Shadow1"
4256Shadow1.Parent = MainChatFrame
4257Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
4258Shadow1.BackgroundTransparency = 0.5
4259Shadow1.Position = UDim2.new(0, 2, 0, 2)
4260Shadow1.Size = UDim2.new(0, 525, 0, 337)
4261Shadow1.ZIndex = -1
4262Shadow2.Name = "Shadow2"
4263Shadow2.Parent = MainChatFrame
4264Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
4265Shadow2.BackgroundTransparency = 0.80000001192093
4266Shadow2.Position = UDim2.new(0, 5, 0, 5)
4267Shadow2.Size = UDim2.new(0, 525, 0, 337)
4268Shadow2.ZIndex = -1
4269ScrollingFrame.Parent = MainChatFrame
4270ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
4271ScrollingFrame.BorderSizePixel = 0
4272ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
4273ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
4274ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
4275ScrollingFrame.ScrollBarThickness = 8
4276function CreateChatText(plr, chat)
4277 for i,v in pairs(ScrollingFrame:GetDescendants()) do
4278 v.Position = v.Position - UDim2.new(0, 0, 0, 20)
4279 if v.Position == UDim2.new(0, 5, 0, 10) then
4280 v:Destroy()
4281 end
4282 end
4283 local Example = Instance.new("TextLabel")
4284 Example.Name = "Example"
4285 Example.Parent = ScrollingFrame
4286 Example.BackgroundColor3 = Color3.new(1, 1, 1)
4287 Example.BackgroundTransparency = 1
4288 Example.Position = UDim2.new(0, 5, 0, 650)
4289 Example.Size = UDim2.new(0, 500, 0, 20)
4290 Example.Font = Enum.Font.SourceSans
4291 Example.Text = "["..plr.Name.."]: "..chat
4292 Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
4293 Example.TextScaled = true
4294 Example.TextSize = 20
4295 Example.TextWrapped = true
4296 Example.TextXAlignment = Enum.TextXAlignment.Left
4297end
4298CloseChatGUI.MouseButton1Click:Connect(function()
4299 MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
4300 wait(2.01)
4301 MainChatFrame.Visible = false
4302end)
4303printingChat = false
4304PrintChat.MouseButton1Click:Connect(function()
4305 if printingChat == false then
4306 printingChat = true
4307 PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
4308 elseif printingChat == true then
4309 printingChat = false
4310 PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
4311 end
4312end)
4313local UserInputService = game:GetService("UserInputService")
4314local dragging
4315local dragInput
4316local dragStart
4317local startPos
4318local function updateChat(input)
4319 local delta = input.Position - dragStart
4320 local dragTime = 0.055
4321 local SmoothDrag = {}
4322 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
4323 local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
4324 dragSmoothFunction:Play()
4325end
4326Frame_222.InputBegan:Connect(function(input)
4327 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
4328 dragging = true
4329 dragStart = input.Position
4330 startPos = MainChatFrame.Position
4331 input.Changed:Connect(function()
4332 if input.UserInputState == Enum.UserInputState.End then
4333 dragging = false
4334 end
4335 end)
4336 end
4337end)
4338Frame_222.InputChanged:Connect(function(input)
4339 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
4340 dragInput = input
4341 end
4342end)
4343UserInputService.InputChanged:Connect(function(input)
4344 if input == dragInput and dragging then
4345 updateChat(input)
4346 end
4347end)
4348
4349function printChat(player, chat)
4350 print("["..player.Name.."]: "..chat)
4351end
4352complimentReady = true
4353for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
4354 currentPlayersChatting.Chatted:connect(function(chat)
4355 CreateChatText(currentPlayersChatting, chat)
4356 if printingChat then
4357 printChat(currentPlayersChatting, chat)
4358 end
4359 if copychatACTIVE then
4360 if currentPlayersChatting == copychatplayer then
4361 gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
4362 end
4363 end
4364 if modeFling == true then
4365 if string.lower(string.sub(chat, 1, 7)) == "!fling " then
4366 if gsWorkspace:PGSIsEnabled() == false then
4367 FEGodmode()
4368 end
4369 if string.lower(string.sub(chat, 8)) == "me" then
4370 run(commandPrefix.."unfling")
4371 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4372 run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
4373 else
4374 for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
4375 if notAll ~= LP then
4376 run(commandPrefix.."unfling")
4377 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4378 run(commandPrefix.."fling "..notAll.Name.." 2000000")
4379 end
4380 end
4381 end
4382 end
4383 end
4384 if modeCompliment == true then
4385 if string.lower(string.sub(chat, 1, 3)) == "!c " then
4386 if complimentReady then
4387 complimentReady = false
4388 if string.lower(string.sub(chat, 4)) == "me" then
4389 complimentplr(currentPlayersChatting)
4390 else
4391 for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
4392 if Others == LP then
4393 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
4394 else
4395 complimentplr(Others)
4396 end
4397 end
4398 end
4399 wait(1)
4400 complimentReady = true
4401 end
4402 end
4403 end
4404 if modeMove == true then
4405 if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
4406 run(commandPrefix.."unfollow")
4407 run(commandPrefix.."unwalk")
4408 run(commandPrefix.."goto "..currentPlayersChatting.Name)
4409 elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
4410 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
4411 if getWalkPlayer == LP then
4412 run(commandPrefix.."unfollow")
4413 run(commandPrefix.."walk "..currentPlayersChatting.Name)
4414 else
4415 run(commandPrefix.."unfollow")
4416 run(commandPrefix.."walk "..getWalkPlayer.Name)
4417 end
4418 end
4419 elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
4420 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
4421 if getFollowPlayer == LP then
4422 run(commandPrefix.."unwalk")
4423 run(commandPrefix.."follow "..currentPlayersChatting.Name)
4424 else
4425 run(commandPrefix.."unwalk")
4426 run(commandPrefix.."follow "..getFollowPlayer.Name)
4427 end
4428 end
4429 end
4430 end
4431 if modeInfo == true then
4432 if infoReady then
4433 infoReady = false
4434 if string.lower(string.sub(chat, 1, 5)) == "!age " then
4435 for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
4436 if v == LP then
4437 run(commandPrefix.."age "..currentPlayersChatting.Name)
4438 else
4439 run(commandPrefix.."age "..v.Name)
4440 end
4441 end
4442 end
4443 if string.lower(string.sub(chat, 1, 4)) == "!id " then
4444 for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
4445 if a == LP then
4446 run(commandPrefix.."id "..currentPlayersChatting.Name)
4447 else
4448 run(commandPrefix.."id "..a.Name)
4449 end
4450 end
4451 end
4452 wait(1)
4453 infoReady = true
4454 end
4455 end
4456 end)
4457end
4458game:GetService("Players").PlayerAdded:connect(function(plr)
4459 plr.Chatted:connect(function(chat)
4460 CreateChatText(plr, chat)
4461 if printingChat then
4462 printChat(plr, chat)
4463 end
4464 if modeFling == true then
4465 if string.lower(string.sub(chat, 1, 7)) == "!fling " then
4466 if gsWorkspace:PGSIsEnabled() == false then
4467 FEGodmode()
4468 end
4469 if string.lower(string.sub(chat, 8)) == "me" then
4470 run(commandPrefix.."unfling")
4471 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4472 run(commandPrefix.."fling "..plr.Name.." 2000000")
4473 else
4474 for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
4475 if notAll ~= LP then
4476 run(commandPrefix.."unfling")
4477 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4478 run(commandPrefix.."fling "..notAll.Name.." 2000000")
4479 end
4480 end
4481 end
4482 end
4483 end
4484 if modeCompliment == true then
4485 if string.lower(string.sub(chat, 1, 3)) == "!c " then
4486 if complimentReady == true then
4487 complimentReady = false
4488 if string.lower(string.sub(chat, 4)) == "me" then
4489 complimentplr(plr)
4490 else
4491 for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
4492 if Others == LP then
4493 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
4494 else
4495 complimentplr(Others)
4496 end
4497 end
4498 end
4499 wait(1)
4500 complimentReady = true
4501 end
4502 end
4503 end
4504 if modeMove == true then
4505 if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
4506 run(commandPrefix.."unfollow")
4507 run(commandPrefix.."unwalk")
4508 run(commandPrefix.."goto "..plr.Name)
4509 elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
4510 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
4511 if getWalkPlayer == LP then
4512 run(commandPrefix.."unfollow")
4513 run(commandPrefix.."walk "..plr.Name)
4514 else
4515 run(commandPrefix.."unfollow")
4516 run(commandPrefix.."walk "..getWalkPlayer.Name)
4517 end
4518 end
4519 elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
4520 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
4521 if getFollowPlayer == LP then
4522 run(commandPrefix.."unwalk")
4523 run(commandPrefix.."follow "..plr.Name)
4524 else
4525 run(commandPrefix.."unwalk")
4526 run(commandPrefix.."follow "..getFollowPlayer.Name)
4527 end
4528 end
4529 end
4530 end
4531 if modeInfo == true then
4532 if infoReady then
4533 infoReady = false
4534 if string.lower(string.sub(chat, 1, 5)) == "!age " then
4535 for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
4536 if v == LP then
4537 run(commandPrefix.."age "..plr.Name)
4538 else
4539 run(commandPrefix.."age "..v.Name)
4540 end
4541 end
4542 end
4543 if string.lower(string.sub(chat, 1, 4)) == "!id " then
4544 for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
4545 if a == LP then
4546 run(commandPrefix.."id "..plr.Name)
4547 else
4548 run(commandPrefix.."id "..a.Name)
4549 end
4550 end
4551 end
4552 wait(1)
4553 infoReady = true
4554 end
4555 end
4556 end)
4557end)
4558
4559-- Loops
4560noclip = false
4561following = false
4562trailing = false
4563annoying = false
4564flingnoclip = false
4565staring = false
4566stopsitting = false
4567stareplr = ""
4568CBRINGamount = 3
4569spawnWS = CurrentWalkspeed
4570spawnJP = CurrentJumppower
4571spawnHH = CurrentHipheight
4572spawningfegod = false
4573looptpbypassfly = false
4574if game.GameId == 245662005 or game.GameId == 601130232 then
4575 bypassMODE = true
4576else
4577 bypassMODE = false
4578end
4579viewplr = ""
4580loopview = false
4581cmdForward = false
4582forwardSpeed = 1
4583loopviewfc = false
4584spinTOhead = false
4585spinObj = ""
4586rideACTIVE = false
4587ridePLAYER = ""
4588
4589LPcurrenthumanoid = LP.Character.Humanoid
4590game:GetService('RunService').Stepped:connect(function()
4591 if LP.Character.Humanoid ~= nil then
4592 LPcurrenthumanoid = LP.Character.Humanoid
4593 end
4594 if noclip then
4595 if LP.Character then
4596 if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
4597 LP.Character.Head.CanCollide = false
4598 LP.Character.Torso.CanCollide = false
4599 LP.Character["Left Leg"].CanCollide = false
4600 LP.Character["Right Leg"].CanCollide = false
4601 LP.Character["Left Arm"].CanCollide = false
4602 LP.Character["Right Arm"].CanCollide = false
4603 elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
4604 LP.Character.Head.CanCollide = false
4605 LP.Character.UpperTorso.CanCollide = false
4606 LP.Character.LowerTorso.CanCollide = false
4607 LP.Character.HumanoidRootPart.CanCollide = false
4608 end
4609 end
4610 end
4611 if following then
4612 LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
4613 end
4614 if trailing then
4615 LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
4616 end
4617 if annoying then
4618 LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
4619 end
4620 if walkto then
4621 LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
4622 end
4623 if cbringing then
4624 CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
4625 end
4626 if cbringingall then
4627 for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
4628 if getbringplrs ~= LP then
4629 getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
4630 end
4631 end
4632 end
4633 if staring then
4634 LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
4635 end
4636 if stopsitting then
4637 LP.Character.Humanoid.Sit = false
4638 end
4639 if looptpbypassfly then
4640 pcall(function()
4641 LP.Character.Head.Anchored = false
4642 LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
4643 LP.Character.Head.Anchored = true
4644 end)
4645 end
4646 if loopview then
4647 view(viewplr)
4648 end
4649 if cmdForward then
4650 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
4651 end
4652 if loopviewfc then
4653 pcall(function()
4654 gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
4655 end)
4656 end
4657 if spinTOhead then
4658 pcall(function()
4659 spinObj.Position = LP.Character.Head.Position
4660 end)
4661 end
4662 if rideACTIVE == true then
4663 LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
4664 end
4665end)
4666spawningatreset = false
4667spawnresetpoint = LP.Character.Head.CFrame
4668
4669LPcurrenthumanoid.Died:Connect(function()
4670 flying = false
4671 doFREECAM = false
4672 if savingtoolsloop then
4673 run(commandPrefix.."savealltool")
4674 end
4675 if spawningatreset == true then
4676 spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
4677 end
4678end)
4679
4680LP.CharacterAdded:Connect(function()
4681 wait(0.2)
4682 LP.Character.Humanoid.WalkSpeed = spawnWS
4683 LP.Character.Humanoid.JumpPower = spawnJP
4684 LP.Character.Humanoid.HipHeight = spawnHH
4685 if spawningfegod then
4686 FEGodmode()
4687 end
4688 if spawningpos and spawnpos ~= nil then
4689 LP.Character.HumanoidRootPart.CFrame = spawnpos
4690 end
4691 if spawningatreset == true then
4692 LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
4693 end
4694end)
4695
4696-- Commands
4697Commands = {}
4698
4699Commands.print = function(args)
4700 local msg = table.concat(args," ")
4701 print(msg)
4702end
4703
4704Commands.warn = function(args)
4705 local msg = table.concat(args," ")
4706 warn(msg)
4707end
4708
4709Commands.sit = function(args)
4710 LP.Character.Humanoid.Sit = true
4711end
4712
4713Commands.god = function(args)
4714 FEGodmode()
4715 Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
4716end
4717
4718Commands.view = function(args)
4719 if args[1] then
4720 for i,v in pairs(findSinglePlayer(args[1])) do
4721 if bypassMODE == false then
4722 view(v)
4723 Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
4724 elseif bypassMODE == true then
4725 viewplr = v
4726 loopview = true
4727 end
4728 end
4729 end
4730end
4731
4732Commands.unview = function(args)
4733 view(LP)
4734 loopview = false
4735end
4736
4737Commands.gravity = function(args)
4738 if args[1] then
4739 gsWorkspace.Gravity = args[1]
4740 end
4741end
4742
4743Commands.ungravity = function(args)
4744 gsWorkspace.Gravity = CurrentGravity
4745end
4746
4747Commands.goto = function(args)
4748 if args[1] then
4749 if bypassMODE == false then
4750 for i,v in pairs(findPlayer(args[1])) do
4751 LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
4752 end
4753 elseif bypassMODE == true then
4754 for i,v in pairs(findPlayer(args[1])) do
4755 local TPbypass = {}
4756 TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
4757 local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
4758 TPFunction:Play()
4759 end
4760 end
4761 end
4762end
4763
4764Commands.fecheck = function(args)
4765 if gsWorkspace.FilteringEnabled == true then
4766 Notification("warning", "FE is enabled!", 7)
4767 else
4768 Notification("warning", "FE is disabled. Consider using a different script.", 7)
4769 end
4770end
4771
4772Commands.lockws = function(args)
4773 lockWS()
4774 Notification("info", "Workspace locked.", 4)
4775end
4776
4777Commands.unlockws = function(args)
4778 unlockWS()
4779 Notification("info", "Workspace unlocked.", 4)
4780end
4781
4782Commands.noclip = function(args)
4783 noclip = true
4784 Notification("info", "Noclip enabled.", 4)
4785end
4786
4787Commands.clip = function(args)
4788 noclip = false
4789 Notification("info", "Noclip disabled.", 4)
4790end
4791
4792Commands.follow = function(args)
4793 if args[1] then
4794 for i,v in pairs(findPlayer(args[1])) do
4795 flwplr = v
4796 end
4797 if args[2] then
4798 flwnum = args[2]
4799 else
4800 flwnum = -5
4801 end
4802 following = true
4803 else
4804 Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
4805 end
4806end
4807
4808Commands.unfollow = function(args)
4809 following = false
4810end
4811
4812Commands.fling = function(args)
4813 if args[1] then
4814 for i,v in pairs(findSinglePlayer(args[1])) do
4815 if v ~= LP then
4816 view(v)
4817 pcall(function()
4818 LP.Character.HumanoidRootPart.Fling:Destroy()
4819 end)
4820 if not args[2] then
4821 RocketPropulsion(800000,1000,400000,v,"Fling")
4822 else
4823 RocketPropulsion(args[2],1500,400000,v,"Fling")
4824 end
4825 if noclip ~= true then
4826 flingnoclip = true
4827 noclip = true
4828 end
4829 end
4830 end
4831 else
4832 Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
4833 end
4834end
4835
4836Commands.unfling = function(args)
4837 view(LP)
4838 pcall(function()
4839 if LP.Character.HumanoidRootPart.Fling then
4840 for i,v in pairs(LP.Character:GetDescendants()) do
4841 if v.Name == "Fling" and v:IsA("RocketPropulsion") then
4842 v:Destroy()
4843 end
4844 end
4845 end
4846 end)
4847 if flingnoclip == true then
4848 noclip = false
4849 flingnoclip = false
4850 end
4851end
4852
4853Commands.trail = function(args)
4854 if args[1] then
4855 for i,v in pairs(findPlayer(args[1])) do
4856 trlplr = v
4857 end
4858 if args[2] then
4859 trlnum = args[2]
4860 else
4861 trlnum = 5
4862 end
4863 trailing = true
4864 else
4865 Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
4866 end
4867end
4868
4869Commands.untrail = function(args)
4870 trailing = false
4871end
4872
4873Commands.annoy = function(args)
4874 if args[1] then
4875 for i,v in pairs(findPlayer(args[1])) do
4876 annplr = v
4877 end
4878 annoying = true
4879 else
4880 Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
4881 end
4882end
4883
4884Commands.unannoy = function(args)
4885 annoying = false
4886end
4887
4888Commands.reset = function(args)
4889 LP.Character:BreakJoints()
4890end
4891
4892Commands.grespawn = function(args)
4893 LP.Character.Humanoid.Health = 0
4894 wait(1)
4895 LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
4896 LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
4897end
4898
4899Commands.respawn = function(args)
4900 local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
4901 local hum = Instance.new('Humanoid', mod)
4902 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
4903 LP.Character = mod
4904end
4905
4906Commands.speed = function(args)
4907 if args[1] then
4908 run(commandPrefix.."ws "..args[1])
4909 end
4910end
4911
4912bypassingwalkspeed = false
4913Commands.ws = function(args)
4914 if args[1] then
4915 if bypassMODE == false then
4916 LP.Character.Humanoid.WalkSpeed = args[1]
4917 elseif bypassMODE == true then
4918 if game.GameId == 245662005 then
4919 bypassingwalkspeed = true
4920 bypassWalkspeed = args[1]
4921 end
4922 end
4923 end
4924end
4925
4926game:GetService("RunService").Heartbeat:Connect(function()
4927 if bypassingwalkspeed then
4928 LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
4929 end
4930end)
4931
4932Commands.jumppower = function(args)
4933 if args[1] then
4934 LP.Character.Humanoid.JumpPower = args[1]
4935 end
4936end
4937
4938Commands.jp = function(args)
4939 if args[1] then
4940 LP.Character.Humanoid.JumpPower = args[1]
4941 end
4942end
4943
4944Commands.hipheight = function(args)
4945 if args[1] then
4946 LP.Character.Humanoid.HipHeight = args[1]
4947 end
4948end
4949
4950Commands.hh = function(args)
4951 if args[1] then
4952 LP.Character.Humanoid.HipHeight = args[1]
4953 end
4954end
4955
4956Commands.default = function(args)
4957 LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
4958 LP.Character.Humanoid.HipHeight = CurrentHipheight
4959 LP.Character.Humanoid.JumpPower = CurrentJumppower
4960end
4961
4962Commands.credits = function(args)
4963 Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
4964end
4965
4966Commands.attach = function(args)
4967 if hasTools() == false then
4968 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
4969 else
4970 FEGodmode()
4971 for i,v in pairs(LP.Backpack:GetChildren())do
4972 LP.Character.Humanoid:EquipTool(v)
4973 end
4974 if args[1] then
4975 for i,v in pairs(findSinglePlayer(args[1])) do
4976 if v ~= LP then
4977 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
4978 wait(0.3)
4979 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
4980 end
4981 end
4982 end
4983 end
4984end
4985
4986Commands.fly = function(args)
4987 if bypassMODE == false then
4988 local speedget = 1
4989 repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
4990 repeat wait() until Mouse
4991 if args[1] then
4992 speedfly = args[1]
4993 else
4994 speedfly = 1
4995 end
4996
4997 local T = LP.Character.HumanoidRootPart
4998 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
4999 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
5000 local SPEED = speedget
5001
5002 local function fly()
5003 flying = true
5004 local BG = Instance.new('BodyGyro', T)
5005 local BV = Instance.new('BodyVelocity', T)
5006 BG.P = 9e4
5007 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
5008 BG.cframe = T.CFrame
5009 BV.velocity = Vector3.new(0, 0.1, 0)
5010 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
5011 spawn(function()
5012 repeat wait()
5013 LP.Character.Humanoid.PlatformStand = true
5014 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
5015 SPEED = 50
5016 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
5017 SPEED = 0
5018 end
5019 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
5020 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
5021 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
5022 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
5023 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
5024 else
5025 BV.velocity = Vector3.new(0, 0.1, 0)
5026 end
5027 BG.cframe = workspace.CurrentCamera.CoordinateFrame
5028 until not flying
5029 CONTROL = {F = 0, B = 0, L = 0, R = 0}
5030 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
5031 SPEED = 0
5032 BG:destroy()
5033 BV:destroy()
5034 LP.Character.Humanoid.PlatformStand = false
5035 end)
5036 end
5037 Mouse.KeyDown:connect(function(KEY)
5038 if KEY:lower() == 'w' then
5039 CONTROL.F = speedfly
5040 elseif KEY:lower() == 's' then
5041 CONTROL.B = -speedfly
5042 elseif KEY:lower() == 'a' then
5043 CONTROL.L = -speedfly
5044 elseif KEY:lower() == 'd' then
5045 CONTROL.R = speedfly
5046 end
5047 end)
5048 Mouse.KeyUp:connect(function(KEY)
5049 if KEY:lower() == 'w' then
5050 CONTROL.F = 0
5051 elseif KEY:lower() == 's' then
5052 CONTROL.B = 0
5053 elseif KEY:lower() == 'a' then
5054 CONTROL.L = 0
5055 elseif KEY:lower() == 'd' then
5056 CONTROL.R = 0
5057 end
5058 end)
5059 fly()
5060 elseif bypassMODE == true then
5061 if not args[1] then
5062 run(commandPrefix.."fc")
5063 else
5064 run(commandPrefix.."fc "..args[1])
5065 end
5066 LP.Character.Head.Anchored = false
5067 looptpbypassfly = true
5068 view(LP)
5069 end
5070end
5071
5072Commands.unfly = function(args)
5073 if bypassMODE == false then
5074 flying = false
5075 LP.Character.Humanoid.PlatformStand = false
5076 else
5077 looptpbypassfly = false
5078 run(commandPrefix.."unfreecam")
5079 local goalTP = LP.Character.HumanoidRootPart.CFrame
5080 if game.GameId == 245662005 then
5081 for i = 1, 5 do wait(0.2)
5082 LP.Character.HumanoidRootPart.CFrame = goalTP
5083 end
5084 else
5085 LP.Character.HumanoidRootPart.CFrame = goalTP
5086 end
5087 LP.Character.Head.Anchored = false
5088 end
5089end
5090
5091Commands.kill = function(args)
5092 if args[1] then
5093 for i,v in pairs(findSinglePlayer(args[1])) do
5094 if v == LP then
5095 LP.Character:BreakJoints()
5096 else
5097 if hasTools() == false then
5098 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5099 else
5100 FEGodmode()
5101 for i,v in pairs(LP.Backpack:GetChildren())do
5102 LP.Character.Humanoid:EquipTool(v)
5103 end
5104 local NOW = LP.Character.HumanoidRootPart.CFrame
5105 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
5106 wait(0.3)
5107 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
5108 local function tp(player,player2)
5109 local char1,char2=player.Character,player2.Character
5110 if char1 and char2 then
5111 char1:MoveTo(char2.Head.Position)
5112 end
5113 end
5114 wait(0.5)
5115 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
5116 wait(0.5)
5117 tp(LP,game:GetService("Players")[v.Name])
5118 wait(0.7)
5119 LP.Character.HumanoidRootPart.CFrame = NOW
5120 view(LP)
5121 end
5122 end
5123 end
5124 end
5125end
5126Commands.bring = function(args)
5127 if hasTools() == false then
5128 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5129 else
5130 FEGodmode()
5131 for i,v in pairs(LP.Backpack:GetChildren())do
5132 LP.Character.Humanoid:EquipTool(v)
5133 end
5134 if args[1] then
5135 for i,v in pairs(findSinglePlayer(args[1])) do
5136 if v ~= LP then
5137 local NOW = LP.Character.HumanoidRootPart.CFrame
5138 local function tp(player,player2)
5139 local char1,char2=player.Character,player2.Character
5140 if char1 and char2 then
5141 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
5142 end
5143 end
5144 local function getout(player,player2)
5145 local char1,char2=player.Character,player2.Character
5146 if char1 and char2 then
5147 char1:MoveTo(char2.Head.Position)
5148 end
5149 end
5150 tp(game:GetService("Players")[v.Name], LP)
5151 wait(0.2)
5152 tp(game:GetService("Players")[v.Name], LP)
5153 wait(0.5)
5154 LP.Character.HumanoidRootPart.CFrame = NOW
5155 wait(0.5)
5156 getout(LP, game:GetService("Players")[v.Name])
5157 wait(0.3)
5158 LP.Character.HumanoidRootPart.CFrame = NOW
5159 end
5160 end
5161 end
5162 end
5163end
5164
5165Commands.naked = function(args)
5166 for i,v in pairs(LP.Character:GetDescendants()) do
5167 if v:IsA("Clothing") then
5168 v:Destroy()
5169 end
5170 end
5171end
5172
5173Commands.nolimbs = function(args)
5174 LP.Character["Left Arm"]:Destroy()
5175 LP.Character["Right Arm"]:Destroy()
5176 LP.Character["Left Leg"]:Destroy()
5177 LP.Character["Right Leg"]:Destroy()
5178end
5179
5180Commands.noarms = function(args)
5181 LP.Character["Left Arm"]:Destroy()
5182 LP.Character["Right Arm"]:Destroy()
5183end
5184
5185Commands.nolegs = function(args)
5186 LP.Character["Left Leg"]:Destroy()
5187 LP.Character["Right Leg"]:Destroy()
5188end
5189
5190Commands.headless = function(args)
5191 local l = LP.Character.Humanoid:Clone()
5192 LP.Character.Humanoid:Destroy()
5193 wait(0.2)
5194 LP.Character.Head.CanCollide = false
5195 for i,v in pairs(LP.Character:GetDescendants()) do
5196 if string.sub(v.Name, 1, 4) == "Neck" then
5197 v:Destroy()
5198 end
5199 end
5200 wait(0.2)
5201 l.Name = "Humanoid"
5202 l.Parent = LP.Character
5203 wait(0.1)
5204 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
5205 LP.Character.Animate:Destroy()
5206end
5207
5208antiremotes = false
5209Commands.antikick = function(args)
5210 if args[1] then
5211 if args[1] == "on" then
5212 antiremotes = true
5213 wait(0.2)
5214 for i,v in pairs(LP.Character:GetChildren()) do
5215 if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
5216 v.Disabled = true
5217 end
5218 end
5219 Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
5220 Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
5221 elseif args[1] == "off" then
5222 antiremotes = false
5223 Notification("warning", "Remote anti-kick turned off.", 8)
5224 end
5225 end
5226end
5227
5228blockedremotes = {}
5229Commands.blockremote = function(args)
5230 local getService = ""
5231 if args[1] then
5232 local remoteName = string.lower(tostring(args[1]))
5233 if args[2] then
5234 local serviceRemote = string.lower(tostring(args[2]))
5235 if serviceRemote == "workspace" then
5236 getService = "Workspace"
5237 elseif serviceRemote == "replicatedstorage" then
5238 getService = "ReplicatedStorage"
5239 elseif serviceRemote == "players" then
5240 getService = "Players"
5241 elseif serviceRemote == "lighting" then
5242 getService = "Lighting"
5243 elseif serviceRemote == "startergui" then
5244 getService = "StarterGui"
5245 elseif serviceRemote == "starterpack" then
5246 getService = "StarterPack"
5247 elseif serviceRemote == "starterplayer" then
5248 getService = "StarterPlayer"
5249 else
5250 getService = "ReplicatedStorage"
5251 end
5252 else
5253 getService = "ReplicatedStorage"
5254 end
5255 for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
5256 if string.lower(getRemote.Name) == remoteName then
5257 table.insert(blockedremotes, getRemote.Name)
5258 end
5259 end
5260 end
5261 Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
5262end
5263
5264spyingremotes = false
5265Commands.remotespy = function(args)
5266 if args[1] then
5267 if args[1] == "on" then
5268 spyingremotes = true
5269 Notification("info", "Remotespy turned on.", 4)
5270 elseif args[1] == "off" then
5271 spyingremotes = false
5272 Notification("info", "Remotespy turned off.", 4)
5273 end
5274 end
5275end
5276
5277Commands.bang = function(args)
5278 if args[1] then
5279 for i,v in pairs(findSinglePlayer(args[1])) do
5280 if v ~= nil then
5281 following = true
5282 flwplr = v
5283 flwnum = -1
5284 local bangAnimation = Instance.new("Animation")
5285 bangAnimation.AnimationId = "rbxassetid://148840371"
5286 bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
5287 if args[2] then
5288 bangTrack:Play(.1, 1, args[2])
5289 else
5290 bangTrack:Play(.1, 1, 1)
5291 end
5292 end
5293 end
5294 else
5295 Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
5296 end
5297end
5298
5299Commands.unbang = function(args)
5300 following = false
5301 bangTrack:Stop()
5302end
5303
5304spamdelay = 1
5305spamtext = "Spam"
5306spamming = false
5307Commands.spam = function(args)
5308 if args[1] then
5309 spamtext = args[1]
5310 spamming = true
5311 end
5312end
5313Commands.spamdelay = function(args)
5314 if args[1] then
5315 spamdelay = args[1]
5316 end
5317end
5318spawn(function()
5319 while wait(spamdelay) do
5320 if spamming then
5321 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
5322 end
5323 end
5324end)
5325
5326Commands.unspam = function(args)
5327 spamming = false
5328end
5329
5330Commands.info = function(args)
5331 if args[1] then
5332 for i,v in pairs(findSinglePlayer(args[1])) do
5333 createINFO(v)
5334 end
5335 end
5336end
5337
5338Commands.age = function(args)
5339 if args[1] then
5340 for i,v in pairs(findPlayer(args[1])) do
5341 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
5342 end
5343 end
5344end
5345
5346Commands.invisible = function(args)
5347 local Character = LP.Character
5348 if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
5349 local Clone = Character.HumanoidRootPart:Clone()
5350 Character.HumanoidRootPart:Destroy()
5351 Clone.Parent = Character
5352 else
5353 local Clone = Character.LowerTorso.Root:Clone()
5354 Character.LowerTorso.Root:Destroy()
5355 Clone.Parent = Character.LowerTorso
5356 end
5357end
5358
5359walkto = false
5360walkplr = ""
5361Commands.walk = function(args)
5362 if args[1] then
5363 for i,v in pairs(findSinglePlayer(args[1])) do
5364 walkplr = v
5365 walkto = true
5366 noclip = true
5367 end
5368 end
5369end
5370
5371Commands.unwalk = function(args)
5372 walkto = false
5373 noclip = false
5374 LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
5375end
5376
5377Commands.glitch = function(args)
5378 if hasTools() == false then
5379 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5380 else
5381 FEGodmode()
5382 for i,v in pairs(LP.Backpack:GetChildren())do
5383 LP.Character.Humanoid:EquipTool(v)
5384 end
5385 if args[1] then
5386 for i,v in pairs(findSinglePlayer(args[1])) do
5387 local function tp(player,player2)
5388 local char1,char2=player.Character,player2.Character
5389 if char1 and char2 then
5390 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
5391 end
5392 end
5393 tp(game:GetService("Players")[v.Name], LP)
5394 wait(0.2)
5395 tp(game:GetService("Players")[v.Name], LP)
5396 wait(0.5)
5397 local b = Instance.new("BodyForce")
5398 b.Parent = LP.Character.HumanoidRootPart
5399 b.Name = "Glitch"
5400 if args[2] then
5401 b.Force = Vector3.new(args[2],5000,0)
5402 else
5403 b.Force = Vector3.new(100000000,5000,0)
5404 end
5405 wait(6)
5406 b:Destroy()
5407 end
5408 end
5409 end
5410end
5411
5412Commands.tp = function(args)
5413 if args[1] then
5414 for i,v in pairs(findSinglePlayer(args[1])) do
5415 if v == LP then
5416 if args[2] then
5417 for i,a in pairs(findSinglePlayer(args[2])) do
5418 v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
5419 end
5420 end
5421 else
5422 if hasTools() == false then
5423 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5424 else
5425 FEGodmode()
5426 for i,v in pairs(LP.Backpack:GetChildren())do
5427 LP.Character.Humanoid:EquipTool(v)
5428 end
5429 if args[1] then
5430 for i,first in pairs(findSinglePlayer(args[1])) do
5431 if args[2] then
5432 for i,second in pairs(findSinglePlayer(args[2])) do
5433 local function tp(player,player2)
5434 local char1,char2=player.Character,player2.Character
5435 if char1 and char2 then
5436 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
5437 end
5438 end
5439 local function getout(player,player2)
5440 local char1,char2=player.Character,player2.Character
5441 if char1 and char2 then
5442 char1:MoveTo(char2.Head.Position)
5443 end
5444 end
5445 tp(LP, first)
5446 wait(0.2)
5447 tp(LP, first)
5448 wait(0.5)
5449 tp(LP, second)
5450 wait(0.2)
5451 tp(LP, second)
5452 wait(0.2)
5453 getout(LP, first)
5454 end
5455 end
5456 end
5457 end
5458 end
5459 end
5460 end
5461 end
5462end
5463
5464Commands.givetool = function(args)
5465 if args[1] then
5466 if args[2] then
5467 local selectedTool = ""
5468 for i,allTools in pairs(LP.Character:GetDescendants()) do
5469 if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
5470 selectedTool = allTools
5471 else
5472 for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
5473 if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
5474 selectedTool = otherTools
5475 end
5476 end
5477 end
5478 end
5479 for i,v in pairs(findSinglePlayer(args[1])) do
5480 if selectedTool ~= "" then
5481 selectedTool.Parent = v.Character
5482 end
5483 end
5484 else
5485 for i,plr in pairs(findSinglePlayer(args[1])) do
5486 for i,tool in pairs(LP.Character:GetDescendants()) do
5487 if tool:IsA("Tool") then
5488 tool.Parent = plr.Character
5489 end
5490 end
5491 end
5492 end
5493 end
5494end
5495
5496Commands.givealltools = function(args)
5497 LP.Character.Humanoid:UnequipTools()
5498 for i,plr in pairs(findSinglePlayer(args[1])) do
5499 for i,v in pairs(LP.Character:GetDescendants()) do
5500 if v:IsA("Tool") then
5501 v.Parent = plr.Character
5502 end
5503 end
5504 for i,a in pairs(LP.Backpack:GetDescendants()) do
5505 if a:IsA("Tool") then
5506 a.Parent = plr.Character
5507 end
5508 end
5509 end
5510end
5511
5512Commands.blockhats = function(args)
5513 for i,v in pairs(LP.Character:GetDescendants()) do
5514 if v:IsA("Accessory") or v:IsA("Hat") then
5515 for i,mesh in pairs(v:GetDescendants()) do
5516 if mesh.Name == "Mesh" then
5517 mesh:Destroy()
5518 end
5519 end
5520 end
5521 end
5522end
5523
5524Commands.blocktool = function(args)
5525 for i,v in pairs(LP.Character:GetDescendants()) do
5526 if v:IsA("Tool") then
5527 for i,mesh in pairs(v:GetDescendants()) do
5528 if mesh.Name == "Mesh" then
5529 mesh:Destroy()
5530 end
5531 end
5532 end
5533 end
5534end
5535
5536Commands.orbit = function(args)
5537 if args[1] then
5538 for i,v in pairs(findSinglePlayer(args[1])) do
5539 view(v)
5540 RocketPropulsion(5000,100,5000,v,"OrbitMove")
5541 end
5542 else
5543 Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
5544 end
5545end
5546
5547Commands.unorbit = function(args)
5548 for i,v in pairs(LP.Character:GetDescendants()) do
5549 if v.Name == "OrbitMove" then
5550 v:Destroy()
5551 end
5552 end
5553 view(LP)
5554end
5555
5556Commands.pos = function(args)
5557 Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
5558end
5559
5560SavedPosition = ""
5561Commands.savepos = function(args)
5562 SavedPosition = LP.Character.HumanoidRootPart.CFrame
5563end
5564Commands.loadpos = function(args)
5565 if SavedPosition ~= "" then
5566 LP.Character.HumanoidRootPart.CFrame = SavedPosition
5567 end
5568end
5569
5570Commands.tppos = function(args)
5571 if args[1] and args[2] and args[3] then
5572 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
5573 end
5574end
5575
5576Commands.pmspam = function(args)
5577 if args[1] then
5578 local gotPlayer = ""
5579 for i,v in pairs(findPlayer(args[1])) do
5580 gotPlayer = v
5581 end
5582 table.remove(args, 1)
5583 local pmSpamMsg = table.concat(args," ")
5584 spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
5585 spamming = true
5586 end
5587end
5588
5589Commands.unpmspam = function(args)
5590 spamming = false
5591end
5592
5593Commands.wsvis = function(args)
5594 if args[1] then
5595 for i,v in pairs(gsWorkspace:GetDescendants()) do
5596 if v:IsA("Part") or v:IsA("Decal") then
5597 if tonumber(args[1]) > 1 then
5598 v.Transparency = 0.5
5599 else
5600 v.Transparency = args[1]
5601 end
5602 end
5603 end
5604 end
5605 clientSided()
5606end
5607
5608Commands.bringobj = function(args)
5609 if args[1] then
5610 local Object = ""
5611 for i,v in pairs(gsWorkspace:GetDescendants()) do
5612 if string.lower(v.Name) == string.lower(args[1]) then
5613 Object = v
5614 end
5615 end
5616 if Object == "" then
5617 Notification("warning", "Object was not found in the workspace.", 6)
5618 end
5619 if args[2] then
5620 Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
5621 else
5622 Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
5623 end
5624 clientSided()
5625 end
5626end
5627
5628CBRINGplr = ""
5629cbringing = false
5630cbringingall = false
5631Commands.cbring = function(args)
5632 if args[1] then
5633 if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
5634 cbringingall = true
5635 else
5636 for i,v in pairs(findPlayer(args[1])) do
5637 CBRINGplr = v
5638 cbringing = true
5639 end
5640 end
5641 if args[2] then
5642 CBRINGamount = args[2]
5643 else
5644 CBRINGamount = 3
5645 end
5646 clientSided()
5647 end
5648end
5649
5650Commands.uncbring = function(args)
5651 cbringing = false
5652 cbringingall = false
5653end
5654
5655Commands.cfreeze = function(args)
5656 if args[1] then
5657 for i,v in pairs(findPlayer(args[1])) do
5658 v.Character.HumanoidRootPart.Anchored = true
5659 end
5660 clientSided()
5661 end
5662end
5663
5664Commands.uncfreeze = function(args)
5665 if args[1] then
5666 for i,v in pairs(findPlayer(args[1])) do
5667 v.Character.HumanoidRootPart.Anchored = false
5668 end
5669 else
5670 for i,all in pairs(gsPlayers:GetPlayers()) do
5671 all.Character.HumanoidRootPart.Anchored = false
5672 end
5673 end
5674end
5675
5676Commands.unattach = function(args)
5677 local function getout(player,player2)
5678 local char1,char2=player.Character,player2.Character
5679 if char1 and char2 then
5680 char1:MoveTo(char2.Head.Position)
5681 end
5682 end
5683 getout(LP, LP)
5684end
5685
5686currentToolSize = ""
5687Commands.reach = function(args)
5688 if args[1] then
5689 for i,v in pairs(LP.Character:GetDescendants()) do
5690 if v:IsA("Tool") then
5691 if string.lower(tostring(args[1])) == "off" then
5692 v.Handle.Size = currentToolSize
5693 v.Handle.SelectionBoxCreated:Destroy()
5694 LP.Character.Humanoid:UnequipTools()
5695 elseif string.lower(tostring(args[1])) == "on" then
5696 if args[2] then
5697 currentToolSize = v.Handle.Size
5698 local a = Instance.new("SelectionBox",v.Handle)
5699 a.Name = "SelectionBoxCreated"
5700 a.Adornee = v.Handle
5701 v.Handle.Size = Vector3.new(0.5,0.5,args[2])
5702 v.GripPos = Vector3.new(0,0,0)
5703 LP.Character.Humanoid:UnequipTools()
5704 else
5705 currentToolSize = v.Handle.Size
5706 local a = Instance.new("SelectionBox",v.Handle)
5707 a.Name = "SelectionBoxCreated"
5708 a.Adornee = v.Handle
5709 v.Handle.Size = Vector3.new(0.5,0.5,60)
5710 v.GripPos = Vector3.new(0,0,0)
5711 LP.Character.Humanoid:UnequipTools()
5712 end
5713 end
5714 end
5715 end
5716 end
5717end
5718
5719Commands.droptool = function(args)
5720 for i,v in pairs(LP.Character:GetDescendants()) do
5721 if v:IsA("Tool") then
5722 v.Parent = gsWorkspace
5723 end
5724 end
5725 for i,a in pairs(LP.Backpack:GetDescendants()) do
5726 if a:IsA("Tool") then
5727 a.Parent = gsWorkspace
5728 end
5729 end
5730end
5731
5732Commands.drophats = function(args)
5733 for i,v in pairs(LP.Character:GetDescendants()) do
5734 if v:IsA("Accessory") or v:IsA("Hat") then
5735 v.Parent = gsWorkspace
5736 end
5737 end
5738end
5739
5740Commands.hidecmdbar = function(args)
5741 CMDBAR.Visible = false
5742end
5743
5744Commands.showcmdbar = function(args)
5745 CMDBAR.Visible = true
5746end
5747
5748Commands.prefix = function(args)
5749 if args[1] then
5750 commandPrefix = string.sub(tostring(args[1]), 1, 1)
5751 fullUpdate()
5752 end
5753end
5754
5755Commands.removeinvis = function(args)
5756 for i,v in pairs(gsWorkspace:GetDescendants()) do
5757 if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
5758 if v.Transparency == 1 then
5759 v:Destroy()
5760 end
5761 end
5762 end
5763 clientSided()
5764end
5765
5766Commands.removefog = function(args)
5767 gsLighting.FogStart = 0
5768 gsLighting.FogEnd = 9999999999999
5769 clientSided()
5770end
5771
5772Commands.animation = function(args)
5773 if args[1] then
5774 if string.lower(tostring(args[1])) == "gui" then
5775 loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
5776 else
5777 local Anim = Instance.new("Animation")
5778 Anim.AnimationId = "rbxassetid://".. tostring(args[1])
5779 local track = LP.Character.Humanoid:LoadAnimation(Anim)
5780 if args[2] then
5781 track:Play(.1, 1, args[2])
5782 else
5783 track:Play(.1, 1, 1)
5784 end
5785 end
5786 end
5787end
5788
5789Commands.btools = function(args)
5790 local Clone_T = Instance.new("HopperBin",LP.Backpack)
5791 Clone_T.BinType = "Clone"
5792 local Destruct = Instance.new("HopperBin",LP.Backpack)
5793 Destruct.BinType = "Hammer"
5794 local Hold_T = Instance.new("HopperBin",LP.Backpack)
5795 Hold_T.BinType = "Grab"
5796 clientSided()
5797end
5798
5799Commands.esp = function(args)
5800 if args[1] then
5801 for i,v in pairs(findPlayer(args[1])) do
5802 local espPlayer = v
5803 for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
5804 if createESP:IsA("Part") or createESP:IsA("MeshPart") then
5805 if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
5806 local current = true
5807 local espBOX = Instance.new("BoxHandleAdornment")
5808 espBOX.Parent = gsCoreGui
5809 espBOX.Name = "rGET"..espPlayer.Name
5810 espBOX.Adornee = createESP
5811 espBOX.AlwaysOnTop = true
5812 espBOX.ZIndex = 0
5813 espBOX.Size = createESP.Size
5814 espBOX.Transparency = 0.3
5815 local AboveHead = Instance.new("BillboardGui")
5816 AboveHead.Parent = gsCoreGui
5817 AboveHead.Adornee = espPlayer.Character.Head
5818 AboveHead.Name = "rGET"..espPlayer.Name
5819 AboveHead.Size = UDim2.new(0, 100, 0, 100)
5820 AboveHead.StudsOffset = Vector3.new(0, 1, 0)
5821 AboveHead.AlwaysOnTop = true
5822 local Info = Instance.new("TextLabel")
5823 Info.Parent = AboveHead
5824 Info.BackgroundTransparency = 1
5825 Info.Position = UDim2.new(0, 0, 0, 0)
5826 Info.Size = UDim2.new(1, 0, 0, 40)
5827 Info.TextColor3 = Color3.fromRGB(200,200,200)
5828 Info.TextStrokeTransparency = 0.5
5829 Info.TextSize = 15
5830 if espPlayer.TeamColor == LP.TeamColor then
5831 espBOX.Color = BrickColor.new("Lime green")
5832 Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
5833 else
5834 espBOX.Color = BrickColor.new("Really red")
5835 Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
5836 end
5837 game:GetService('RunService').Stepped:connect(function()
5838 if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
5839 Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
5840 end
5841 end)
5842 espPlayer.Character.Humanoid.Died:Connect(function()
5843 current = false
5844 espBOX:Destroy()
5845 AboveHead:Destroy()
5846 end)
5847 gsPlayers.PlayerRemoving:Connect(function(plr)
5848 if plr == espPlayer then
5849 current = false
5850 espBOX:Destroy()
5851 AboveHead:Destroy()
5852 end
5853 end)
5854 end
5855 end
5856 end
5857 end
5858 clientSided()
5859 end
5860end
5861
5862Commands.unesp = function(args)
5863 if not args[1] then
5864 for i,v in pairs(gsCoreGui:GetDescendants()) do
5865 if string.sub(v.Name, 1, 4) == "rGET" then
5866 v:Destroy()
5867 end
5868 end
5869 else
5870 for i,v in pairs(gsCoreGui:GetDescendants()) do
5871 if string.sub(v.Name, 1, 4) == "rGET" then
5872 for i,a in pairs(findPlayer(args[1])) do
5873 if string.sub(v.Name, 5) == a.Name then
5874 v:Destroy()
5875 end
5876 end
5877 end
5878 end
5879 end
5880end
5881
5882Commands.dice = function(args)
5883 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
5884end
5885
5886Commands.random = function(args)
5887 if args[1] and args[2] then
5888 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Picking random number between "..args[1].." and "..args[2].."... The number is ".. tostring(math.random(args[1], args[2])), "All")
5889 end
5890end
5891
5892Commands.closegame = function(args)
5893 game:Shutdown()
5894end
5895
5896Commands.savetool = function(args)
5897 if args[1] then
5898 for i,a in pairs(LP.Character:GetDescendants()) do
5899 if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
5900 a.Parent = LP
5901 local oldName = a.Name
5902 a.Name = "saved "..oldName
5903 else
5904 for i,n in pairs(LP.Backpack:GetDescendants()) do
5905 if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
5906 n.Parent = LP
5907 local sOldName = n.Name
5908 n.Name = "saved "..sOldName
5909 end
5910 end
5911 end
5912 end
5913 else
5914 for i,v in pairs(LP.Character:GetDescendants()) do
5915 if v:IsA("Tool") then
5916 v.Parent = LP
5917 local oldName = v.Name
5918 v.Name = "saved "..oldName
5919 end
5920 end
5921 end
5922end
5923
5924Commands.loadtool = function(args)
5925 if args[1] then
5926 for i,a in pairs(LP:GetChildren()) do
5927 if a:IsA("Tool") and string.sub(a.Name, 1, 5) == "saved" and string.lower(string.sub(a.Name, 7)) == string.lower(tostring(args[1])) then
5928 a.Parent = LP.Backpack
5929 local currentName = a.Name
5930 a.Name = string.sub(currentName, 7)
5931 end
5932 end
5933 else
5934 for i,v in pairs(LP:GetChildren()) do
5935 if string.sub(v.Name, 1, 5) == "saved" then
5936 v.Parent = LP.Backpack
5937 local currentName = v.Name
5938 v.Name = string.sub(currentName, 7)
5939 end
5940 end
5941 end
5942end
5943
5944Commands.savealltool = function(args)
5945 for i,v in pairs(LP.Character:GetDescendants()) do
5946 if v:IsA("Tool") then
5947 v.Parent = LP
5948 local oldName = v.Name
5949 v.Name = "saved "..oldName
5950 end
5951 end
5952 for i,v in pairs(LP.Backpack:GetDescendants()) do
5953 if v:IsA("Tool") then
5954 v.Parent = LP
5955 local oldName = v.Name
5956 v.Name = "saved "..oldName
5957 end
5958 end
5959end
5960
5961Commands.loadalltool = function(args)
5962 for i,v in pairs(LP:GetChildren()) do
5963 if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
5964 v.Parent = LP.Backpack
5965 local currentName = v.Name
5966 v.Name = string.sub(currentName, 7)
5967 end
5968 end
5969end
5970
5971Mouse.KeyDown:Connect(function(key)
5972 if key == clicktpKEY and clicktpACTIVE == true then
5973 if Mouse.Target then
5974 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
5975 end
5976 end
5977 if key == clickdelKEY and clickdelACTIVE == true then
5978 if Mouse.Target then
5979 Mouse.Target:Destroy()
5980 end
5981 end
5982end)
5983Mouse.Button1Down:Connect(function()
5984 if clicktpACTIVE == true and clicktpCLICK == true then
5985 if Mouse.Target then
5986 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
5987 end
5988 end
5989 if clickdelACTIVE == true and clickdelCLICK == true then
5990 if Mouse.Target then
5991 Mouse.Target:Destroy()
5992 end
5993 end
5994end)
5995
5996clicktpKEY = ""
5997clickdelKEY = ""
5998clicktpACTIVE = false
5999clickdelACTIVE = false
6000clicktpCLICK = false
6001clickdelCLICK = false
6002
6003Commands.clicktp = function(args)
6004 if args[1] then
6005 clicktpKEY = string.sub(tostring(args[1]), 1, 1)
6006 clicktpACTIVE = true
6007 clicktpCLICK = false
6008 else
6009 clicktpKEY = ""
6010 clicktpACTIVE = true
6011 clicktpCLICK = true
6012 end
6013 clientSided()
6014end
6015
6016Commands.clickdel = function(args)
6017 if args[1] then
6018 clickdelKEY = string.sub(tostring(args[1]), 1, 1)
6019 clickdelACTIVE = true
6020 clickdelCLICK = false
6021 else
6022 clickdelKEY = ""
6023 clickdelACTIVE = true
6024 clickdelCLICK = true
6025 end
6026 clientSided()
6027end
6028
6029Commands.unclicktp = function(args)
6030 clicktpACTIVE = false
6031end
6032
6033Commands.unclickdel = function(args)
6034 clickdelACTIVE = false
6035end
6036
6037Commands.oof = function(args)
6038 spawn(function()
6039 while wait() do
6040 for i,v in pairs(game:GetService'Players':GetPlayers()) do
6041 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
6042 for _,x in pairs(v.Character.Head:GetChildren()) do
6043 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
6044 end
6045 end
6046 end
6047 end
6048 end)
6049end
6050
6051Commands.chatlogs = function(args)
6052 MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
6053 MainChatFrame.Visible = true
6054end
6055
6056Commands.stopadmin = function(args)
6057 commandPrefix = " "
6058 following = false
6059 trailing = false
6060 annoying = false
6061 CMDBAR.Visible = false
6062 Match.Visible = false
6063 flying = false
6064end
6065
6066Commands.freecam = function(args)
6067 for i,getFC in pairs(gsWorkspace:GetDescendants()) do
6068 if getFC.Name == "rGETpartNUMBER2" then
6069 getFC:Destroy()
6070 end
6071 end
6072 local CameraPart = Instance.new("Part")
6073 CameraPart.CanCollide = false
6074 CameraPart.CFrame = LP.Character.Head.CFrame
6075 CameraPart.Locked = true
6076 CameraPart.Transparency = 1
6077 CameraPart.Size = Vector3.new(1, 1, 1)
6078 CameraPart.Parent = gsWorkspace
6079 CameraPart.Name = "rGETpartNUMBER2"
6080 if bypassMODE == true then
6081 loopviewfc = true
6082 elseif bypassMODE == false then
6083 gsWorkspace.CurrentCamera.CameraSubject = CameraPart
6084 end
6085 local speedget = 1
6086 local T = CameraPart
6087 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
6088 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6089 local SPEED = speedget
6090 if args[1] then
6091 speedfly = tonumber(args[1])
6092 else
6093 speedfly = 1
6094 end
6095 local function freecamfly()
6096 LP.Character.Head.Anchored = true
6097 doFREECAM = true
6098 local BG = Instance.new('BodyGyro', T)
6099 local BV = Instance.new('BodyVelocity', T)
6100 BG.P = 9e4
6101 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
6102 BG.cframe = T.CFrame
6103 BV.velocity = Vector3.new(0, 0.1, 0)
6104 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
6105 spawn(function()
6106 repeat wait()
6107 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
6108 SPEED = 50
6109 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
6110 SPEED = 0
6111 end
6112 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
6113 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
6114 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
6115 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
6116 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
6117 else
6118 BV.velocity = Vector3.new(0, 0.1, 0)
6119 end
6120 BG.cframe = workspace.CurrentCamera.CoordinateFrame
6121 until not doFREECAM
6122 CONTROL = {F = 0, B = 0, L = 0, R = 0}
6123 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6124 SPEED = 0
6125 BG:destroy()
6126 BV:destroy()
6127 end)
6128 end
6129 Mouse.KeyDown:connect(function(KEY)
6130 if KEY:lower() == 'w' then
6131 CONTROL.F = speedfly
6132 elseif KEY:lower() == 's' then
6133 CONTROL.B = -speedfly
6134 elseif KEY:lower() == 'a' then
6135 CONTROL.L = -speedfly
6136 elseif KEY:lower() == 'd' then
6137 CONTROL.R = speedfly
6138 end
6139 end)
6140 Mouse.KeyUp:connect(function(KEY)
6141 if KEY:lower() == 'w' then
6142 CONTROL.F = 0
6143 elseif KEY:lower() == 's' then
6144 CONTROL.B = 0
6145 elseif KEY:lower() == 'a' then
6146 CONTROL.L = 0
6147 elseif KEY:lower() == 'd' then
6148 CONTROL.R = 0
6149 end
6150 end)
6151 freecamfly()
6152end
6153
6154Commands.fc = function(args)
6155 if args[1] then
6156 run(commandPrefix.."freecam "..args[1])
6157 else
6158 run(commandPrefix.."freecam")
6159 end
6160end
6161
6162Commands.unfreecam = function(args)
6163 doFREECAM = false
6164 LP.Character.Head.Anchored = false
6165 view(LP)
6166 if gsWorkspace.rGETpartNUMBER2 then
6167 gsWorkspace.rGETpartNUMBER2:Destroy()
6168 end
6169 loopviewfc = false
6170end
6171
6172Commands.unfc = function(args)
6173 doFREECAM = false
6174 LP.Character.Head.Anchored = false
6175 view(LP)
6176 if gsWorkspace.rGETpartNUMBER2 then
6177 gsWorkspace.rGETpartNUMBER2:Destroy()
6178 end
6179 loopviewfc = false
6180end
6181
6182Commands.gotofc = function(args)
6183 doFREECAM = false
6184 LP.Character.Head.Anchored = false
6185 view(LP)
6186 pcall(function()
6187 LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
6188 gsWorkspace.rGETpartNUMBER2:Destroy()
6189 end)
6190 loopviewfc = false
6191end
6192
6193Commands.fctp = function(args)
6194 if args[1] then
6195 for i,v in pairs(findPlayer(args[1])) do
6196 pcall(function()
6197 gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
6198 end)
6199 end
6200 end
6201end
6202
6203Commands.cmds = function(args)
6204 CMDSmain.Position = UDim2.new(0, 695, 0, 297)
6205 CMDSmain.Visible = true
6206 CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
6207end
6208
6209Commands.fullcredits = function(args)
6210 Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
6211 Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
6212 Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
6213 Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
6214 Notification("info", "Only creator is illremember", 2)
6215end
6216
6217Commands.hotkey = function(args)
6218 if args[1] then
6219 local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
6220 if args[2] then
6221 table.remove(args, 1)
6222 local hotkeyCMD = table.concat(args, " ")
6223 table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
6224 fullUpdate()
6225 Notification("info", "Hotkey added!", 1)
6226 end
6227 end
6228end
6229
6230Mouse.KeyDown:Connect(function(key)
6231 for i,v in pairs(hotkeys) do
6232 local currentKey = string.match(v, "[%a%d]+$")
6233 if string.len(currentKey) == 1 then
6234 if key == string.sub(v, #v, #v) then
6235 local commandtoRUN = string.match(v, "^[%w%s]+")
6236 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
6237 if bypassMODE == true then
6238 if doFREECAM == false then
6239 run(commandPrefix..tostring(commandtoRUN))
6240 else
6241 run(commandPrefix.."unfly")
6242 end
6243 else
6244 if flying == false then
6245 run(commandPrefix..tostring(commandtoRUN))
6246 else
6247 run(commandPrefix.."unfly")
6248 end
6249 end
6250 elseif tostring(commandtoRUN) == "noclip" then
6251 if noclip == false then
6252 run(commandPrefix..tostring(commandtoRUN))
6253 else
6254 run(commandPrefix.."clip")
6255 end
6256 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
6257 if doFREECAM == false then
6258 run(commandPrefix..tostring(commandtoRUN))
6259 else
6260 if fchotkeymode == "goto" then
6261 run(commandPrefix.."gotofc")
6262 elseif fchotkeymode == "unfc" then
6263 run(commandPrefix.."unfreecam")
6264 end
6265 end
6266 else
6267 run(commandPrefix..tostring(commandtoRUN))
6268 end
6269 end
6270 else
6271 if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
6272 local commandtoRUN = string.match(v, "^[%w%s]+")
6273 local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
6274 if string.byte(key) == hotkeyadjust then
6275 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
6276 if bypassMODE == true then
6277 if doFREECAM == false then
6278 run(commandPrefix..tostring(commandtoRUN))
6279 else
6280 run(commandPrefix.."unfly")
6281 end
6282 else
6283 if flying == false then
6284 run(commandPrefix..tostring(commandtoRUN))
6285 else
6286 run(commandPrefix.."unfly")
6287 end
6288 end
6289 elseif tostring(commandtoRUN) == "noclip" then
6290 if noclip == false then
6291 run(commandPrefix..tostring(commandtoRUN))
6292 else
6293 run(commandPrefix.."clip")
6294 end
6295 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
6296 if doFREECAM == false then
6297 run(commandPrefix..tostring(commandtoRUN))
6298 else
6299 if fchotkeymode == "goto" then
6300 run(commandPrefix.."gotofc")
6301 elseif fchotkeymode == "unfc" then
6302 run(commandPrefix.."unfreecam")
6303 end
6304 end
6305 else
6306 run(commandPrefix..tostring(commandtoRUN))
6307 end
6308 end
6309 end
6310 end
6311 end
6312end)
6313
6314Commands.removeallhotkey = function(args)
6315 hotkeys = {}
6316 fullUpdate()
6317 Notification("warning", "All hotkeys reset/removed", 6)
6318end
6319
6320Commands.removehotkey = function(args)
6321 if args[1] then
6322 for i,v in pairs(hotkeys) do
6323 local currentKey = string.match(v, "[%a%d]+$")
6324 if currentKey == string.lower(tostring(args[1])) then
6325 table.remove(hotkeys, i)
6326 fullUpdate()
6327 end
6328 end
6329 end
6330end
6331
6332Commands.printhotkeys = function(args)
6333 for i,v in pairs(hotkeys) do
6334 warn("HOTKEYS:")
6335 print(v)
6336 end
6337end
6338
6339Commands.os = function(args)
6340 if args[1] then
6341 for i,v in pairs(findPlayer(args[1])) do
6342 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
6343 end
6344 end
6345end
6346
6347spinning = false
6348Commands.spin = function(args)
6349 if args[1] then
6350 for i,v in pairs(findSinglePlayer(args[1])) do
6351 run(commandPrefix.."attach "..v.Name)
6352 annplr = v
6353 annoying = true
6354 spinning = true
6355 end
6356 end
6357end
6358
6359Commands.unspin = function(args)
6360 if spinning then
6361 annoying = false
6362 spinning = false
6363 end
6364 run(""..commandPrefix.."unattach")
6365end
6366
6367Commands.explorer = function(args)
6368 loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
6369 Notification("info", "Loaded DEX explorer!", 5)
6370end
6371
6372Commands.maxzoom = function(args)
6373 if args[1] then
6374 LP.CameraMaxZoomDistance = args[1]
6375 end
6376end
6377
6378Commands.stare = function(args)
6379 if args[1] then
6380 for i,v in pairs(findSinglePlayer(args[1])) do
6381 stareplr = v
6382 staring = true
6383 end
6384 end
6385end
6386
6387Commands.unstare = function(args)
6388 staring = false
6389end
6390
6391Commands.tempgod = function(args)
6392 local hu = LP.Character.Humanoid
6393 local l = Instance.new("Humanoid")
6394 l.Parent = LP.Character
6395 l.Name = "Humanoid"
6396 wait(0.1)
6397 hu.Parent = LP
6398 gsWorkspace.CurrentCamera.CameraSubject = LP.Character
6399 LP.Character.Animate.Disabled = true
6400 wait(0.1)
6401 LP.Character.Animate.Disabled = false
6402 Notification("info", "Enabled Temp FE Godmode", 4)
6403end
6404
6405Commands.void = function(args)
6406 if hasTools() == false then
6407 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
6408 else
6409 FEGodmode()
6410 for i,v in pairs(LP.Backpack:GetChildren())do
6411 LP.Character.Humanoid:EquipTool(v)
6412 end
6413 if args[1] then
6414 for i,v in pairs(findSinglePlayer(args[1])) do
6415 local NOW = LP.Character.HumanoidRootPart.CFrame
6416 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6417 wait(0.3)
6418 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6419 local function tp(player,player2)
6420 local char1,char2=player.Character,player2.Character
6421 if char1 and char2 then
6422 char1:MoveTo(char2.Head.Position)
6423 end
6424 end
6425 wait(0.5)
6426 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
6427 end
6428 end
6429 end
6430end
6431
6432Commands.freefall = function(args)
6433 if hasTools() == false then
6434 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
6435 else
6436 FEGodmode()
6437 for i,v in pairs(LP.Backpack:GetChildren())do
6438 LP.Character.Humanoid:EquipTool(v)
6439 end
6440 if args[1] then
6441 for i,v in pairs(findSinglePlayer(args[1])) do
6442 local NOW = LP.Character.HumanoidRootPart.CFrame
6443 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6444 wait(0.3)
6445 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6446 wait(0.5)
6447 LP.Character.HumanoidRootPart.CFrame = NOW
6448 wait(0.5)
6449 LP.Character.HumanoidRootPart.CFrame = NOW
6450 wait(0.6)
6451 LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
6452 end
6453 end
6454 end
6455end
6456
6457Commands.version = function(args)
6458 Notification("info", "Current Shattervast Version: V2.8", 7)
6459end
6460
6461Commands.shiftlockon = function(args)
6462 LP.DevEnableMouseLock = true
6463 Notification("info", "Shift lock enabled!", 5)
6464end
6465
6466for i,needChat in pairs(gsPlayers:GetPlayers()) do
6467 needChat.Chatted:Connect(function(msg)
6468 if copychatall then
6469 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
6470 end
6471 end)
6472end
6473gsPlayers.PlayerAdded:Connect(function(plr)
6474 plr.Chatted:Connect(function(msg)
6475 if copychatall then
6476 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
6477 end
6478 end)
6479end)
6480
6481copychatplayer = nil
6482copychatall = false
6483copychatACTIVE = false
6484Commands.copychat = function(args)
6485 if args[1] then
6486 if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
6487 copychatall = true
6488 else
6489 for i,v in pairs(findPlayer(args[1])) do
6490 if v ~= LP then
6491 copychatplayer = v
6492 copychatACTIVE = true
6493 end
6494 end
6495 end
6496 end
6497end
6498
6499Commands.uncopychat = function(args)
6500 copychatall = false
6501 copychatACTIVE = false
6502end
6503
6504Commands.newkill = function(args)
6505 if hasTools() == false then
6506 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
6507 else
6508 if args[1] then
6509 for i,plr in pairs(findSinglePlayer(args[1])) do
6510 for i,v in pairs(LP.Backpack:GetChildren())do
6511 LP.Character.Humanoid:EquipTool(v)
6512 end
6513 for i,v in pairs(LP.Backpack:GetDescendants()) do
6514 if v:IsA("Tool") then
6515 v.Parent = LP.Character
6516 wait()
6517 v.Parent = plr.Character
6518 end
6519 end
6520 wait(0.4)
6521 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
6522 end
6523 end
6524 end
6525end
6526
6527Commands.newattach = function(args)
6528 if hasTools() == false then
6529 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
6530 else
6531 if args[1] then
6532 for i,plr in pairs(findSinglePlayer(args[1])) do
6533 for i,v in pairs(LP.Backpack:GetChildren())do
6534 LP.Character.Humanoid:EquipTool(v)
6535 end
6536 for i,v in pairs(LP.Backpack:GetDescendants()) do
6537 if v:IsA("Tool") then
6538 v.Parent = LP.Character
6539 wait()
6540 v.Parent = plr.Character
6541 end
6542 end
6543 end
6544 end
6545 end
6546end
6547
6548Commands.newbring = function(args)
6549 if hasTools() == false then
6550 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
6551 else
6552 if args[1] then
6553 for i,plr in pairs(findSinglePlayer(args[1])) do
6554 local NOW = LP.Character.HumanoidRootPart.CFrame
6555 for i,v in pairs(LP.Backpack:GetChildren())do
6556 LP.Character.Humanoid:EquipTool(v)
6557 end
6558 for i,v in pairs(LP.Backpack:GetDescendants()) do
6559 if v:IsA("Tool") then
6560 v.Parent = LP.Character
6561 wait()
6562 v.Parent = plr.Character
6563 end
6564 end
6565 wait(0.4)
6566 LP.Character.HumanoidRootPart.CFrame = NOW
6567 wait(0.4)
6568 LP.Character.HumanoidRootPart.CFrame = NOW
6569 end
6570 end
6571 end
6572end
6573
6574Commands.spawn = function(args)
6575 if args[1] then
6576 if string.lower(tostring(args[1])) == "ws" then
6577 spawnWS = args[2] or CurrentWalkspeed
6578 LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
6579 elseif string.lower(tostring(args[1])) == "jp" then
6580 spawnJP = args[2] or CurrentJumppower
6581 LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
6582 elseif string.lower(tostring(args[1])) == "hh" then
6583 spawnHH = args[2] or CurrentHipheight
6584 LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
6585 elseif string.lower(tostring(args[1])) == "god" then
6586 spawningfegod = true
6587 FEGodmode()
6588 end
6589 end
6590end
6591
6592Commands.unspawn = function(args)
6593 spawnWS = CurrentWalkspeed
6594 spawnJP = CurrentJumppower
6595 spawnHH = CurrentHipheight
6596 spawningfegod = false
6597 Notification("info", "Reset spawning stats", 5)
6598end
6599
6600savingtoolsloop = false
6601Commands.autosavetool = function(args)
6602 if args[1] then
6603 if string.lower(tostring(args[1])) == "on" then
6604 savingtoolsloop = true
6605 elseif string.lower(tostring(args[1])) == "off" then
6606 savingtoolsloop = false
6607 end
6608 end
6609end
6610
6611modeFling = false
6612modeCompliment = false
6613modeMove = false
6614modeInfo = false
6615Commands.beginbot = function(args)
6616 if not args[1] then
6617 print("fling // compliment // move // info")
6618 Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
6619 else
6620 if string.lower(tostring(args[1])) == "fling" then
6621 modeFling = true
6622 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
6623 elseif string.lower(tostring(args[1])) == "compliment" then
6624 modeCompliment = true
6625 complimentReady = true
6626 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
6627 elseif string.lower(tostring(args[1])) == "move" then
6628 modeMove = true
6629 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
6630 elseif string.lower(tostring(args[1])) == "info" then
6631 modeInfo = true
6632 infoReady = true
6633 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
6634 end
6635 end
6636end
6637
6638Commands.endbot = function(args)
6639 if not args[1] then
6640 modeFling = false
6641 modeCompliment = false
6642 modeMove = false
6643 modeInfo = false
6644 else
6645 if string.lower(tostring(args[1])) == "fling" then
6646 modeFling = false
6647 elseif string.lower(tostring(args[1])) == "compliment" then
6648 modeCompliment = false
6649 elseif string.lower(tostring(args[1])) == "move" then
6650 modeMove = false
6651 elseif string.lower(tostring(args[1])) == "info" then
6652 modeInfo = false
6653 end
6654 end
6655end
6656
6657Commands.stopsit = function(args)
6658 stopsitting = true
6659end
6660
6661Commands.gosit = function(args)
6662 stopsitting = false
6663end
6664
6665chattingerror = true
6666Commands.chaterror = function(args)
6667 if chattingerror then
6668 chattingerror = false
6669 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
6670 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
6671 wait(4)
6672 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
6673 wait(3)
6674 chattingerror = true
6675 end
6676end
6677
6678spawnpos = nil
6679spawningpos = true
6680Commands.spawnpoint = function(args)
6681 spawnpos = LP.Character.HumanoidRootPart.CFrame
6682 spawningpos = true
6683 Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
6684end
6685
6686Commands.nospawn = function(args)
6687 spawningpos = false
6688 Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
6689end
6690
6691Commands.bypass = function(args)
6692 if args[1] then
6693 if string.lower(tostring(args[1])) == "on" then
6694 bypassMODE = true
6695 Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
6696 elseif string.lower(tostring(args[1])) == "off" then
6697 bypassMODE = false
6698 Notification("warning", "Bypass mode has been turned off.", 7)
6699 end
6700 end
6701end
6702
6703Commands.fixcam = function(args)
6704 gsWorkspace.CurrentCamera:Destroy()
6705 wait(0.1)
6706 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
6707 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
6708 LP.CameraMinZoomDistance = 0.5
6709 LP.CameraMaxZoomDistance = 400
6710 LP.CameraMode = "Classic"
6711 LP.DevCameraOcclusionMode = CurrentNormal
6712end
6713
6714Commands.gotoobj = function(args)
6715 if args[1] then
6716 for i,v in pairs(gsWorkspace:GetDescendants()) do
6717 if string.lower(v.Name) == string.lower(tostring(args[1])) then
6718 LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
6719 end
6720 end
6721 end
6722end
6723
6724Commands.breakcam = function(args)
6725 gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
6726end
6727
6728Commands.inviscam = function(args)
6729 LP.DevCameraOcclusionMode = "Invisicam"
6730end
6731
6732printobjKEY = ""
6733printobjCLICKING = false
6734printobjACTIVE = false
6735
6736Commands.printobj = function(args)
6737 if args[1] then
6738 printobjKEY = string.sub(tostring(args[1]), 1, 1)
6739 printobjACTIVE = true
6740 printobjCLICKING = false
6741 else
6742 printobjKEY = ""
6743 printobjACTIVE = true
6744 printobjCLICKING = true
6745 end
6746end
6747
6748Mouse.KeyDown:Connect(function(key)
6749 if key == printobjKEY and printobjACTIVE == true then
6750 if Mouse.Target then
6751 local path = Mouse.Target:GetFullName()
6752 local getPath = "game:GetService(\"Workspace\")"
6753 local getSpaces = ""
6754 local separate = {}
6755 local a = nil
6756 for v in string.gmatch(string.sub(path, 10), "[^.]+") do
6757 if string.match(v, " ") then
6758 a = "["..v.."]"
6759 table.insert(separate, a)
6760 else
6761 a = "."..v
6762 table.insert(separate, a)
6763 end
6764 getSpaces = table.concat(separate, "")
6765 end
6766 local fullPath = getPath..getSpaces
6767 print(fullPath)
6768 end
6769 end
6770end)
6771Mouse.Button1Down:Connect(function()
6772 if printobjCLICKING == true and printobjACTIVE == true then
6773 if Mouse.Target then
6774 local path = Mouse.Target:GetFullName()
6775 local getPath = "game:GetService(\"Workspace\")"
6776 local getSpaces = ""
6777 local separate = {}
6778 local a = nil
6779 for v in string.gmatch(string.sub(path, 10), "[^.]+") do
6780 if string.match(v, " ") then
6781 a = "["..v.."]"
6782 table.insert(separate, a)
6783 else
6784 a = "."..v
6785 table.insert(separate, a)
6786 end
6787 getSpaces = table.concat(separate, "")
6788 end
6789 local fullPath = getPath..getSpaces
6790 print(fullPath)
6791 end
6792 end
6793end)
6794
6795Commands.unprintobj = function(args)
6796 printobjACTIVE = false
6797 printobjCLICKING = false
6798end
6799
6800Commands.hotkeyfc = function(args)
6801 if args[1] then
6802 if string.lower(tostring(args[1])) == "goto" then
6803 fchotkeymode = "goto"
6804 elseif string.lower(tostring(args[1])) == "unfc" then
6805 fchotkeymode = "unfc"
6806 end
6807 fullUpdate()
6808 end
6809end
6810
6811Commands.carpet = function(args)
6812 if args[1] then
6813 for i,v in pairs(findSinglePlayer(args[1])) do
6814 if v ~= nil then
6815 annoying = true
6816 annplr = v
6817 local carpetAnimation = Instance.new("Animation")
6818 carpetAnimation.AnimationId = "rbxassetid://282574440"
6819 carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
6820 carpetTrack:Play(.1, 1, 1)
6821 end
6822 end
6823 end
6824end
6825
6826Commands.uncarpet = function(args)
6827 annoying = false
6828 carpetTrack:Stop()
6829end
6830
6831Commands.brickcreate = function(args)
6832 if args[1] then
6833 local createPosition = LP.Character.HumanoidRootPart.CFrame
6834 if args[2] and args[3] and args[4] then
6835 createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
6836 else
6837 createPosition = LP.Character.HumanoidRootPart.CFrame
6838 end
6839 for i = 1, args[1] do
6840 LP.Character.HumanoidRootPart.CFrame = createPosition
6841 run(commandPrefix.."blockhats")
6842 wait(0.2)
6843 run(commandPrefix.."drophats")
6844 wait(0.2)
6845 run(commandPrefix.."reset")
6846 wait(6)
6847 end
6848 end
6849end
6850
6851Commands.forward = function(args)
6852 if args[1] then
6853 forwardSpeed = args[1]
6854 else
6855 forwardSpeed = 1
6856 end
6857 cmdForward = true
6858end
6859
6860Commands.unforward = function(args)
6861 cmdForward = false
6862end
6863
6864Commands.id = function(args)
6865 if args[1] then
6866 for i,v in pairs(findPlayer(args[1])) do
6867 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
6868 end
6869 end
6870end
6871
6872Commands.spinhats = function(args) -- Credit to xFunnieuss
6873 for i,v in pairs(LP.Character:GetDescendants()) do
6874 if v:IsA("Accessory") or v:IsA("Hat") then
6875 local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
6876 local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
6877 if v.Handle.AccessoryWeld then
6878 v.Handle.AccessoryWeld:Destroy()
6879 end
6880 if args[1] then
6881 spin.AngularVelocity = Vector3.new(0, args[1], 0)
6882 spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
6883 else
6884 spin.AngularVelocity = Vector3.new(0, 100, 0)
6885 spin.MaxTorque = Vector3.new(0, 200, 0)
6886 end
6887 keep.P = 30000
6888 keep.D = 50
6889 spinObj = keep
6890 spinTOhead = true
6891 end
6892 end
6893end
6894
6895Commands.unspinhats = function(args)
6896 for i,v in pairs(LP.Character:GetDescendants()) do
6897 if v:IsA("Accessory") or v:IsA("Hat") then
6898 pcall(function()
6899 run(commandPrefix.."drophats")
6900 wait(2)
6901 v.Handle.spin:Destroy()
6902 v.Handle.keep:Destroy()
6903 end)
6904 end
6905 end
6906end
6907
6908savedmap = {}
6909Commands.savemap = function(args)
6910 for i,v in pairs(gsWorkspace:GetChildren()) do
6911 v.Archivable = true
6912 if not v:IsA("Terrain") and not v:IsA("Camera") then
6913 if not gsPlayers:FindFirstChild(v.Name) then
6914 table.insert(savedmap, v:Clone())
6915 end
6916 end
6917 end
6918 clientSided()
6919end
6920
6921Commands.loadmap = function(args)
6922 for i,v in pairs(gsWorkspace:GetChildren()) do
6923 if not v:IsA("Terrain") and not v:IsA("Camera") then
6924 if not gsPlayers:FindFirstChild(v.Name) then
6925 pcall(function()
6926 v:Destroy()
6927 end)
6928 end
6929 end
6930 end
6931 for i,a in ipairs(savedmap) do
6932 a:Clone().Parent = gsWorkspace
6933 end
6934 clientSided()
6935end
6936
6937Commands.creatorid = function(args)
6938 LP.UserId = game.CreatorId
6939end
6940
6941Commands.gameid = function(args)
6942 Notification("info", "Current game's ID = "..game.GameId, 8)
6943end
6944
6945Commands.delobj = function(args)
6946 if args[1] then
6947 for i,v in pairs(gsWorkspace:GetDescendants()) do
6948 if string.lower(v.Name) == string.lower(tostring(args[1])) then
6949 v:Destroy()
6950 clientSided()
6951 end
6952 end
6953 end
6954end
6955
6956Commands.glide = function(args)
6957 if args[1] then
6958 for i,v in pairs(findSinglePlayer(args[1])) do
6959 local goal = {}
6960 goal.CFrame = v.Character.HumanoidRootPart.CFrame
6961 local defaultSpeed = 3
6962 if args[2] then
6963 if tonumber(args[2]) < 10 then
6964 defaultSpeed = tonumber(args[2])
6965 else
6966 defaultSpeed = 5
6967 end
6968 else
6969 defaultSpeed = 3
6970 end
6971 local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
6972 goalFunction:Play()
6973 end
6974 end
6975end
6976
6977stutterON = false
6978Commands.stutter = function(args)
6979 if args[1] then
6980 if string.lower(tostring(args[1])) == "on" then
6981 stutterON = true
6982 elseif string.lower(tostring(args[1])) == "off" then
6983 stutterON = false
6984 wait(0.4)
6985 LP.Character.HumanoidRootPart.Anchored = false
6986 end
6987 end
6988end
6989
6990spawn(function()
6991 while wait(0.1) do
6992 if stutterON == true then
6993 LP.Character.HumanoidRootPart.Anchored = false
6994 wait(0.1)
6995 LP.Character.HumanoidRootPart.Anchored = true
6996 end
6997 end
6998end)
6999
7000Commands.platform = function(args)
7001 local a = Instance.new("Part")
7002 a.Parent = gsWorkspace
7003 a.Size = Vector3.new(10, 1, 10)
7004 a.Anchored = true
7005 a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
7006 LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
7007 clientSided()
7008 wait(20)
7009 a:Destroy()
7010end
7011
7012Commands.servertime = function(args)
7013 Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
7014end
7015
7016Commands.ride = function(args)
7017 if args[1] then
7018 for i,v in pairs(findSinglePlayer(args[1])) do
7019 local Anim = Instance.new("Animation")
7020 Anim.AnimationId = "rbxassetid://179224234"
7021 RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
7022 rideACTIVE = true
7023 ridePLAYER = v
7024 RIDEtrack:Play()
7025 end
7026 end
7027end
7028
7029Commands.unride = function(args)
7030 RIDEtrack:Stop()
7031 rideACTIVE = false
7032end
7033
7034Commands.cmute = function(args)
7035 if args[1] then
7036 for i,v in pairs(findSinglePlayer(args[1])) do
7037 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
7038 clientSided()
7039 end
7040 end
7041end
7042
7043Commands.uncmute = function(args)
7044 if args[1] then
7045 for i,v in pairs(findSinglePlayer(args[1])) do
7046 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
7047 end
7048 end
7049end
7050
7051Commands.hat = function(args)
7052 if args[1] then
7053 for i,v in pairs(findSinglePlayer(args[1])) do
7054 local Anim = Instance.new("Animation")
7055 Anim.AnimationId = "rbxassetid://282574440"
7056 HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
7057 rideACTIVE = true
7058 ridePLAYER = v
7059 HATtrack:Play()
7060 view(v)
7061 end
7062 end
7063end
7064
7065Commands.unhat = function(args)
7066 HATtrack:Stop()
7067 rideACTIVE = false
7068 view(LP)
7069end
7070
7071--[[Commands.spawnreset = function(args)
7072 if args[1] then
7073 if string.lower(tostring(args[1])) == "on" then
7074 spawningatreset = true
7075 elseif string.lower(tostring(args[1])) == "off" then
7076 spawningatreset = false
7077 end
7078 end
7079end]]
7080
7081Commands.chat = function(args)
7082 if args[1] then
7083 local Chatmsg = table.concat(args, " ")
7084 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
7085 end
7086end
7087
7088-- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
7089function findPlayer(plr)
7090 local players = {}
7091 local find = plr:lower()
7092 local getAllNames = getmultipleplayers(find)
7093 for i,mplr in pairs(getAllNames) do
7094 if mplr == "all" then
7095 for i,v in pairs(gsPlayers:GetPlayers()) do
7096 table.insert(players,v)
7097 end
7098 elseif mplr == "others" then
7099 for i,v in pairs(gsPlayers:GetPlayers()) do
7100 if v.Name ~= LP.Name then
7101 table.insert(players,v)
7102 end
7103 end
7104 elseif mplr == "me" then
7105 table.insert(players,LP)
7106 elseif mplr == "noobs" then
7107 for i,v in pairs(gsPlayers:GetPlayers()) do
7108 if v.AccountAge <= 3 then
7109 table.insert(players,v)
7110 end
7111 end
7112 elseif mplr == "veterans" then
7113 for i,v in pairs(gsPlayers:GetPlayers()) do
7114 if v.AccountAge >= 365 then
7115 table.insert(players,v)
7116 end
7117 end
7118 elseif mplr == "oldveterans" then
7119 for i,v in pairs(gsPlayers:GetPlayers()) do
7120 if v.AccountAge >= 1500 then
7121 table.insert(players,v)
7122 end
7123 end
7124 elseif mplr == "friends" then
7125 for i,v in pairs(gsPlayers:GetPlayers()) do
7126 if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
7127 table.insert(players,v)
7128 end
7129 end
7130 elseif mplr == "nofriends" then
7131 for i,v in pairs(gsPlayers:GetPlayers()) do
7132 if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
7133 table.insert(players,v)
7134 end
7135 end
7136 elseif mplr == "default" then
7137 for i,v in pairs(gsPlayers:GetPlayers()) do
7138 if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
7139 table.insert(players,v)
7140 end
7141 end
7142 elseif mplr == "random" then
7143 for i,v in pairs(gsPlayers:GetPlayers()) do
7144 table.insert(players,v[math.random(1, #v)])
7145 end
7146 elseif mplr == "sameteam" then
7147 for i,v in pairs(gsPlayers:GetPlayers()) do
7148 if v.Team == LP.Team then
7149 table.insert(players,v)
7150 end
7151 end
7152 elseif mplr == "noteam" then
7153 for i,v in pairs(gsPlayers:GetPlayers()) do
7154 if v.Team == nil then
7155 table.insert(players,v)
7156 end
7157 end
7158 elseif mplr == "otherteam" then
7159 for i,v in pairs(gsPlayers:GetPlayers()) do
7160 if v.Team ~= LP.Team then
7161 table.insert(players,v)
7162 end
7163 end
7164 elseif string.sub(mplr, 1, 4) == "team" then
7165 for i,v in pairs(gsPlayers:GetPlayers()) do
7166 local spaceTEAM = {}
7167 for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
7168 spaceTEAM[#spaceTEAM + 1] = teamValues
7169 end
7170 local gottrueteam = table.concat(spaceTEAM, " ")
7171 if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
7172 table.insert(players,v)
7173 end
7174 end
7175 else
7176 for i,v in pairs(gsPlayers:GetPlayers()) do
7177 if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
7178 table.insert(players,v)
7179 end
7180 end
7181 end
7182 end
7183
7184 return players
7185end
7186function getmultipleplayers(plr)
7187 local plrsgotten = {}
7188 for i in string.gmatch(plr,"[^,]+") do
7189 table.insert(plrsgotten,i)
7190 end
7191 return plrsgotten
7192end
7193function findSinglePlayer(plr)
7194 local players = {}
7195 local find = plr:lower()
7196 if find == "me" then
7197 table.insert(players,LP)
7198 else
7199 for i,v in pairs(gsPlayers:GetPlayers()) do
7200 if string.lower(v.Name):sub(1, #find) == string.lower(find) then
7201 table.insert(players,v)
7202 end
7203 end
7204 end
7205 local oneplayer = {}
7206 pcall(function()
7207 table.insert(oneplayer, players[math.random(1, #players)])
7208 end)
7209 return oneplayer
7210end
7211
7212-- Anti Kick
7213
7214if getrawmetatable then
7215 function formatargs(getArgs,v)
7216 if #getArgs == 0 then
7217 return ""
7218 end
7219
7220 local collectArgs = {}
7221 for k,v in next,getArgs do
7222 local argument = ""
7223 if type(v) == "string" then
7224 argument = "\""..v.."\""
7225 elseif type(v) == "table" then
7226 argument = "{" .. formatargs(v,true) .. "}"
7227 else
7228 argument = tostring(v)
7229 end
7230 if v and type(k) ~= "number" then
7231 table.insert(collectArgs,k.."="..argument)
7232 else
7233 table.insert(collectArgs,argument)
7234 end
7235 end
7236 return table.concat(collectArgs, ", ")
7237 end
7238
7239 kicknum = 0
7240 local game_meta = getrawmetatable(game)
7241 local game_namecall = game_meta.__namecall
7242 local game_index = game_meta.__index
7243 local w = (setreadonly or fullaccess or make_writeable)
7244 pcall(w, game_meta, false)
7245 game_meta.__namecall = function(out, ...)
7246 local args = {...}
7247 local Method = args[#args]
7248 args[#args] = nil
7249
7250 if Method == "Kick" and out == LP then
7251 kicknum = kicknum + 1
7252 warn("Blocked client-kick attempt "..kicknum)
7253 return
7254 end
7255
7256 if antiremotes then
7257 if Method == "FireServer" or Method == "InvokeServer" then
7258 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "SayMessageRequest" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Parent ~= "DefaultChatSystemChatEvents" then
7259 warn("Blocked remote: "..out.Name.." // Method: "..Method)
7260 return
7261 end
7262 end
7263 else
7264 if Method == "FireServer" or Method == "InvokeServer" then
7265 for i,noremote in pairs(blockedremotes) do
7266 if out.Name == noremote and out.Name ~= "SayMessageRequest" then
7267 warn("Blocked remote: "..out.Name.." // Method: "..Method)
7268 return
7269 end
7270 end
7271 end
7272 end
7273
7274 if spyingremotes then
7275 if Method == "FireServer" or Method == "InvokeServer" then
7276 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
7277 local arguments = {}
7278 for i = 1,#args do
7279 arguments[i] = args[i]
7280 end
7281 local getScript = getfenv(2).script
7282 if getScript == nil then
7283 getScript = "??? (Not Found) ???"
7284 end
7285 warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
7286 end
7287 end
7288 end
7289
7290 return game_namecall(out, ...)
7291 end
7292end
7293
7294-- FE Check
7295function FEcheckDefault()
7296 if gsWorkspace.FilteringEnabled == true then
7297 createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
7298 else
7299 createIntro("warning", "FE is disabled. Consider using a different script.", 7)
7300 end
7301end
7302FEcheckDefault()
7303end)
7304
7305AntiStomp.Name = "Anti Stomp"
7306AntiStomp.Parent = GuiOwner1x
7307AntiStomp.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7308AntiStomp.Position = UDim2.new(0.0188888889, 0, 10.4666672, 0)
7309AntiStomp.Size = UDim2.new(0, 130, 0, 30)
7310AntiStomp.Font = Enum.Font.Highway
7311AntiStomp.Text = "Anti Stomp"
7312AntiStomp.TextColor3 = Color3.fromRGB(0, 0, 0)
7313AntiStomp.TextSize = 20.000
7314AntiStomp.MouseButton1Down:connect(function()
7315game.Players.LocalPlayer.Character.FakeDeath:Destroy()
7316end)
7317
7318Aftv2.Name = "Aftv2"
7319Aftv2.Parent = GuiOwner1x
7320Aftv2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7321Aftv2.Position = UDim2.new(0.0188888889, 0, 13.4333334, 0)
7322Aftv2.Size = UDim2.new(0, 130, 0, 30)
7323Aftv2.Font = Enum.Font.Highway
7324Aftv2.Text = "Aftv2"
7325Aftv2.TextColor3 = Color3.fromRGB(0, 0, 0)
7326Aftv2.TextSize = 20.000
7327Aftv2.MouseButton1Down:connect(function()
7328-- By Kaldr
7329-- Profile: https://v3rmillion.net/member.php?action=profile&uid=1110292
7330
7331-- Instances:
7332
7333local AFTV = Instance.new("ScreenGui")
7334local frame = Instance.new("Frame")
7335local bar = Instance.new("Frame")
7336local vv1 = Instance.new("TextLabel")
7337local main = Instance.new("Frame")
7338local e1 = Instance.new("TextButton")
7339local d1 = Instance.new("TextButton")
7340local tt = Instance.new("TextLabel")
7341local open = Instance.new("TextButton")
7342local close = Instance.new("TextButton")
7343
7344--Properties:
7345
7346AFTV.Name = "AFTV"
7347AFTV.Parent = game:GetService("CoreGui")
7348AFTV.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
7349
7350frame.Name = "frame"
7351frame.Parent = AFTV
7352frame.BackgroundColor3 = Color3.new(1, 1, 1)
7353frame.BackgroundTransparency = 1
7354frame.BorderSizePixel = 0
7355frame.Position = UDim2.new(0.38233459, 0, 0.505086958, 0)
7356frame.Size = UDim2.new(0, 231, 0, 138)
7357
7358bar.Name = "bar"
7359bar.Parent = frame
7360bar.BackgroundColor3 = Color3.new(0, 0, 0)
7361bar.BackgroundTransparency = 1
7362bar.BorderColor3 = Color3.new(0.305882, 0.168627, 1)
7363bar.Position = UDim2.new(0.00537657738, 0, -0.00949278474, 0)
7364bar.Size = UDim2.new(0, 231, 0, 16)
7365
7366vv1.Name = "vv1"
7367vv1.Parent = bar
7368vv1.BackgroundColor3 = Color3.new(1, 1, 1)
7369vv1.BackgroundTransparency = 1
7370vv1.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7371vv1.Position = UDim2.new(-0.00346103683, 0, 0.0124988556, 0)
7372vv1.Size = UDim2.new(0, 108, 0, 16)
7373vv1.Visible = false
7374vv1.Font = Enum.Font.Fantasy
7375vv1.Text = "A F T V"
7376vv1.TextColor3 = Color3.new(0.988235, 0.188235, 0.188235)
7377vv1.TextSize = 16
7378vv1.TextStrokeColor3 = Color3.new(0.988235, 0.188235, 0.188235)
7379vv1.TextStrokeTransparency = 99999
7380vv1.TextTransparency = 0.15000000596046
7381
7382main.Name = "main"
7383main.Parent = bar
7384main.BackgroundColor3 = Color3.new(0, 0, 0)
7385main.BackgroundTransparency = 0.30000001192093
7386main.BorderColor3 = Color3.new(0.411765, 0.439216, 1)
7387main.Position = UDim2.new(-0.00420455588, 0, -0.020608902, 0)
7388main.Size = UDim2.new(0, 210, 0, 98)
7389
7390e1.Name = "e1"
7391e1.Parent = main
7392e1.BackgroundColor3 = Color3.new(0, 0, 0)
7393e1.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7394e1.BorderSizePixel = 0
7395e1.Position = UDim2.new(0.0280617997, 0, 0.522922099, 0)
7396e1.Size = UDim2.new(0, 93, 0, 40)
7397e1.Font = Enum.Font.SciFi
7398e1.Text = "E N A B L E"
7399e1.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7400e1.TextSize = 17
7401
7402d1.Name = "d1"
7403d1.Parent = main
7404d1.BackgroundColor3 = Color3.new(0, 0, 0)
7405d1.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7406d1.BorderSizePixel = 0
7407d1.Position = UDim2.new(0.514865518, 0, 0.522922099, 0)
7408d1.Size = UDim2.new(0, 93, 0, 40)
7409d1.Font = Enum.Font.SciFi
7410d1.Text = "D I S A B L E"
7411d1.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7412d1.TextSize = 17
7413
7414tt.Name = "tt"
7415tt.Parent = main
7416tt.BackgroundColor3 = Color3.new(1, 1, 1)
7417tt.BackgroundTransparency = 1
7418tt.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7419tt.Position = UDim2.new(-0.00476190494, 0, 0.175764129, 0)
7420tt.Size = UDim2.new(0, 210, 0, 33)
7421tt.Font = Enum.Font.Fantasy
7422tt.Text = "A.F.T.V by Kaldr"
7423tt.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7424tt.TextSize = 25
7425tt.TextStrokeColor3 = Color3.new(0.380392, 1, 0.721569)
7426tt.TextStrokeTransparency = 99999
7427
7428open.Name = "open"
7429open.Parent = bar
7430open.BackgroundColor3 = Color3.new(0, 0, 0)
7431open.BackgroundTransparency = 0.5
7432open.BorderColor3 = Color3.new(0.333333, 0.309804, 1)
7433open.Position = UDim2.new(0.423903704, 0, -0.0499992371, 1)
7434open.Size = UDim2.new(0, 55, 0, 16)
7435open.Font = Enum.Font.SciFi
7436open.Text = "O P E N"
7437open.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7438open.TextSize = 13
7439
7440close.Name = "close"
7441close.Parent = bar
7442close.BackgroundColor3 = Color3.new(0, 0, 0)
7443close.BackgroundTransparency = 0.5
7444close.BorderColor3 = Color3.new(0.333333, 0.309804, 1)
7445close.Position = UDim2.new(0.666357517, 0, -0.0499992371, 1)
7446close.Size = UDim2.new(0, 54, 0, 16)
7447close.Font = Enum.Font.SciFi
7448close.Text = "C L O S E"
7449close.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7450close.TextSize = 13
7451
7452-- Scripts:
7453
7454local function XVZJ_fake_script() -- frame.LocalScript
7455 local script = Instance.new('LocalScript', frame)
7456
7457 local UserInputService = game:GetService("UserInputService")
7458
7459 local gui = script.Parent
7460
7461 local dragging
7462 local dragInput
7463 local dragStart
7464 local startPos
7465
7466 local function update(input)
7467 local delta = input.Position - dragStart
7468 gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
7469 end
7470
7471 gui.InputBegan:Connect(function(input)
7472 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
7473 dragging = true
7474 dragStart = input.Position
7475 startPos = gui.Position
7476
7477 input.Changed:Connect(function()
7478 if input.UserInputState == Enum.UserInputState.End then
7479 dragging = false
7480 end
7481 end)
7482 end
7483 end)
7484
7485 gui.InputChanged:Connect(function(input)
7486 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
7487 dragInput = input
7488 end
7489 end)
7490
7491 UserInputService.InputChanged:Connect(function(input)
7492 if input == dragInput and dragging then
7493 update(input)
7494 end
7495 end)
7496end
7497coroutine.wrap(XVZJ_fake_script)()
7498local function CLRY_fake_script() -- e1.e1s
7499 local script = Instance.new('LocalScript', e1)
7500
7501 local debounce = true
7502 function var()
7503 script.Parent.TextColor3 = Color3.fromRGB(255, 71, 71)
7504 script.Parent.Parent.d1.TextColor3 = Color3.fromRGB(85, 79, 255)
7505 _G.antivoid = true
7506 game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
7507 if obj:IsA("Tool") and debounce and _G.antivoid then
7508 debounce = false
7509 wait()
7510 game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
7511 game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
7512 game.Players.LocalPlayer.PlayerGui.LocalScript.Parent = game:GetService("SoundService")
7513 wait(1)
7514 obj.Parent = game.Players.LocalPlayer.Character
7515 game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
7516 game:GetService("SoundService").LocalScript.Parent = game.Players.LocalPlayer.PlayerGui
7517 debounce = true
7518 end
7519 end)
7520 end
7521
7522 script.Parent.MouseButton1Click:Connect(var)
7523
7524end
7525coroutine.wrap(CLRY_fake_script)()
7526local function LAOAPN_fake_script() -- d1.d1s
7527 local script = Instance.new('LocalScript', d1)
7528
7529 function var()
7530 script.Parent.TextColor3 = Color3.fromRGB(255, 71, 71)
7531 script.Parent.Parent.e1.TextColor3 = Color3.fromRGB(85, 79, 255)
7532 _G.antivoid = false
7533 end
7534
7535 script.Parent.MouseButton1Click:Connect(var)
7536end
7537coroutine.wrap(LAOAPN_fake_script)()
7538local function JVHUV_fake_script() -- open.os
7539 local script = Instance.new('LocalScript', open)
7540
7541 function var()
7542 script.Parent.Parent.BackgroundTransparency = 1
7543 script.Parent.Parent.main.Visible = true
7544 script.Parent.Parent.vv1.Visible = false
7545
7546 end
7547 script.Parent.MouseButton1Click:Connect(var)
7548
7549end
7550coroutine.wrap(JVHUV_fake_script)()
7551local function LIMP_fake_script() -- close.cs
7552 local script = Instance.new('LocalScript', close)
7553
7554 function v()
7555 script.Parent.Parent.BackgroundTransparency = 0
7556 script.Parent.Parent.main.Visible = false
7557 script.Parent.Parent.vv1.Visible = true
7558 end
7559 script.Parent.MouseButton1Click:Connect(v)
7560end
7561coroutine.wrap(LIMP_fake_script)()
7562end)
7563
7564FoodScript.Name = "Food Script"
7565FoodScript.Parent = GuiOwner1x
7566FoodScript.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7567FoodScript.Position = UDim2.new(0.274444461, 0, 1.66666663, 0)
7568FoodScript.Size = UDim2.new(0, 130, 0, 30)
7569FoodScript.Font = Enum.Font.Highway
7570FoodScript.Text = "Food Script"
7571FoodScript.TextColor3 = Color3.fromRGB(0, 0, 0)
7572FoodScript.TextSize = 20.000
7573FoodScript.MouseButton1Down:connect(function()
7574local Silence = Instance.new("ScreenGui")
7575local SilenceButton = Instance.new("TextButton")
7576
7577Silence.Name = "Silence"
7578Silence.Parent = game.CoreGui
7579
7580
7581
7582SilenceButton.Name = "SilenceButton"
7583SilenceButton.Parent = Silence
7584SilenceButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7585SilenceButton.BackgroundTransparency = 0.30000001192093
7586SilenceButton.BorderSizePixel = 0
7587SilenceButton.Position = UDim2.new(0.0591057241, 0, 0.126617789, 0)
7588SilenceButton.Size = UDim2.new(0, 83, 0, 34)
7589SilenceButton.Font = Enum.Font.SourceSans
7590SilenceButton.Text = "Silence"
7591SilenceButton.TextColor3 = Color3.new(1, 1, 1)
7592SilenceButton.TextSize = 20
7593SilenceButton.Draggable = true
7594
7595function onKeyPress(inputObject, gameProcessedEvent)
7596 if inputObject.KeyCode == Enum.KeyCode.F and gameProcessedEvent == false then
7597game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-3)
7598 end
7599end
7600
7601game:GetService("UserInputService").InputBegan:connect(onKeyPress)
7602function onKeyPresss(inputObject, gameProcessedEvent)
7603 if inputObject.KeyCode == Enum.KeyCode.T and gameProcessedEvent == false then
7604game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
7605 end
7606end
7607
7608game:GetService("UserInputService").InputBegan:connect(onKeyPresss)
7609
7610function onKeyPressss(inputObject, gameProcessedEvent)
7611 if inputObject.KeyCode == Enum.KeyCode.Q and gameProcessedEvent == false then
7612game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
7613 end
7614end
7615
7616game:GetService("UserInputService").InputBegan:connect(onKeyPressss)
7617function onKeyPresssss(inputObject, gameProcessedEvent)
7618 if inputObject.KeyCode == Enum.KeyCode.G and gameProcessedEvent == false then
7619game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
7620 end
7621end
7622
7623game:GetService("UserInputService").InputBegan:connect(onKeyPresssss)
7624
7625function onKeyPresssssss(inputObject, gameProcessedEvent)
7626 if inputObject.KeyCode == Enum.KeyCode.B and gameProcessedEvent == false then
7627game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('115^',"All")
7628 end
7629end
7630
7631game:GetService("UserInputService").InputBegan:connect(onKeyPresssssss)
7632
7633local dabb = false
7634
7635function onKeyPresssssssssss(inputObject, gameProcessedEvent)
7636 if inputObject.KeyCode == Enum.KeyCode.Y and gameProcessedEvent == false then
7637 if dabb == false then
7638 dabb = true
7639
7640 elseif dabb == true then
7641 dabb = false
7642
7643
7644 end
7645 end
7646end
7647
7648game:GetService("UserInputService").InputBegan:connect(onKeyPresssssssssss)
7649
7650local dabbb = false
7651
7652function onKeyPressssssssssss(inputObject, gameProcessedEvent)
7653 if inputObject.KeyCode == Enum.KeyCode.H and gameProcessedEvent == false then
7654 if dabbb == false then
7655 dabbb = true
7656
7657 elseif dabbb == true then
7658 dabbb = false
7659
7660
7661 end
7662 end
7663end
7664
7665game:GetService("UserInputService").InputBegan:connect(onKeyPressssssssssss)
7666
7667local dab = false
7668local pos = CFrame.new()
7669
7670function TeleFunc(inputObject, gameProcessedEvent)
7671 if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then
7672 if dab == false then
7673 pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
7674 wait(0.1)
7675 dab = true
7676
7677 elseif dab == true then
7678 dab = false
7679
7680
7681 end
7682 end
7683end
7684
7685game:GetService("UserInputService").InputBegan:connect(TeleFunc)
7686
7687
7688function TeleFunc2(inputObject, gameProcessedEvent)
7689 if inputObject.KeyCode == Enum.KeyCode.M and gameProcessedEvent == false then
7690game.ReplicatedStorage.OpenEyes:FireServer()
7691end
7692end
7693
7694game:GetService("UserInputService").InputBegan:connect(TeleFunc2)
7695
7696function Eat1(inputObject, gameProcessedEvent)
7697 if inputObject.KeyCode == Enum.KeyCode.V and gameProcessedEvent == false then
7698 if game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich") then
7699 epic = game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich")
7700 epic.Parent = game.Players.LocalPlayer.Character
7701 game.Players.LocalPlayer.Character["Chicken Sandwhich"]:Activate()
7702 end
7703 end
7704end
7705game:GetService("UserInputService").InputBegan:connect(Eat1)
7706
7707function Eat2(inputObject, gameProcessedEvent)
7708 if inputObject.KeyCode == Enum.KeyCode.Z and gameProcessedEvent == false then
7709 if game.Players.LocalPlayer:FindFirstChild("Chicken") then
7710 epic = game.Players.LocalPlayer:FindFirstChild("Chicken")
7711 epic.Parent = game.Players.LocalPlayer.Character
7712 game.Players.LocalPlayer.Character.Chicken.Parent = game.Workspace
7713 end
7714 end
7715end
7716game:GetService("UserInputService").InputBegan:connect(Eat2)
7717
7718
7719game:GetService('RunService').Stepped:connect(function()
7720
7721
7722game.CoreGui.Silence.SilenceButton.Text = #game.Players.LocalPlayer:GetChildren() - 5
7723
7724
7725if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
7726
7727for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
7728 if v:IsA("Tool") and v.Name == "Chicken Sandwhich" then
7729 v.Parent = game.Players.LocalPlayer
7730 end
7731end
7732end
7733
7734game.Players.LocalPlayer.Backpack.Running:FireServer(false)
7735
7736if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
7737
7738for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
7739 if v:IsA("Tool") and v.Name == "Chicken" then
7740 v.Parent = game.Players.LocalPlayer
7741 end
7742end
7743end
7744
7745 if dab == true then
7746 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
7747 end
7748
7749end)
7750
7751while wait() do
7752 if dabb == true then
7753 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
7754 wait(0.0001)
7755 end
7756
7757end
7758
7759while true do
7760 if dabbb == true then
7761 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
7762 wait(0.0001)
7763 end
7764
7765end
7766
7767end)
7768
7769BoogaFucker.Name = "Booga Fucker"
7770BoogaFucker.Parent = GuiOwner1x
7771BoogaFucker.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7772BoogaFucker.Position = UDim2.new(0.274444461, 0, 4.36666679, 0)
7773BoogaFucker.Size = UDim2.new(0, 130, 0, 30)
7774BoogaFucker.Font = Enum.Font.Highway
7775BoogaFucker.Text = "Booga Fucker"
7776BoogaFucker.TextColor3 = Color3.fromRGB(0, 0, 0)
7777BoogaFucker.TextSize = 20.000
7778BoogaFucker.MouseButton1Down:connect(function()
7779-- Objects
7780
7781local BoogaFucker = Instance.new("ScreenGui")
7782local BoogaFuckerPackageFrame = Instance.new("Frame")
7783local MainFrame = Instance.new("Frame")
7784local Brandname = Instance.new("TextLabel")
7785local Border = Instance.new("ImageLabel")
7786local Border_2 = Instance.new("ImageLabel")
7787local Border_3 = Instance.new("ImageLabel")
7788local Border_4 = Instance.new("ImageLabel")
7789local Border_5 = Instance.new("ImageLabel")
7790local Border_6 = Instance.new("ImageLabel")
7791local Border_7 = Instance.new("ImageLabel")
7792local Border_8 = Instance.new("ImageLabel")
7793local BackGround = Instance.new("Frame")
7794local Border_9 = Instance.new("Frame")
7795local ShadowBrandName = Instance.new("TextLabel")
7796local KeyBindsMain = Instance.new("Frame")
7797local Border_10 = Instance.new("ImageLabel")
7798local Border_11 = Instance.new("ImageLabel")
7799local Border_12 = Instance.new("ImageLabel")
7800local Border_13 = Instance.new("ImageLabel")
7801local Border_14 = Instance.new("ImageLabel")
7802local SpeedInstaDestroytext = Instance.new("TextLabel")
7803local Speedkeybindtextbox = Instance.new("TextBox")
7804local Keybindsname = Instance.new("TextLabel")
7805local ShadowKeybindsname = Instance.new("TextLabel")
7806local Dropallitemstext = Instance.new("TextLabel")
7807local Dropallitemskeybindtextbox = Instance.new("TextBox")
7808local Redtheme = Instance.new("TextButton")
7809local Pinktheme = Instance.new("TextButton")
7810local Bluetheme = Instance.new("TextButton")
7811local Autopickuptext = Instance.new("TextLabel")
7812local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
7813local Speed = Instance.new("TextButton")
7814local TextButton = Instance.new("Frame")
7815local CreditsMain = Instance.new("Frame")
7816local Border_15 = Instance.new("ImageLabel")
7817local Border_16 = Instance.new("ImageLabel")
7818local Border_17 = Instance.new("ImageLabel")
7819local Border_18 = Instance.new("ImageLabel")
7820local Border_19 = Instance.new("ImageLabel")
7821local Speedchangetext = Instance.new("TextLabel")
7822local Changespeedtextbox = Instance.new("TextBox")
7823local JumpPower = Instance.new("TextButton")
7824local TextButtonnoyou = Instance.new("Frame")
7825local JumpPowernumber = Instance.new("TextBox")
7826local Dropallitemstext_2 = Instance.new("TextButton")
7827local TextButtonyougey = Instance.new("Frame")
7828local Dropallinventorynumber = Instance.new("TextBox")
7829local KeybindsOpenClose = Instance.new("TextButton")
7830local InfiniteJump = Instance.new("TextButton")
7831local TextButton_2 = Instance.new("Frame")
7832local CreditsOpenClose = Instance.new("TextButton")
7833local esptrack = Instance.new("TextButton")
7834local TextButtonEsp = Instance.new("Frame")
7835local Removealleffects = Instance.new("TextButton")
7836local TextButtonRAE = Instance.new("Frame")
7837local AutoPickup = Instance.new("TextButton")
7838
7839-- Properties
7840
7841BoogaFucker.Name = "BoogaFucker"
7842BoogaFucker.Parent = game.CoreGui
7843
7844BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"
7845BoogaFuckerPackageFrame.Parent = BoogaFucker
7846BoogaFuckerPackageFrame.Active = true
7847BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
7848BoogaFuckerPackageFrame.BackgroundTransparency = 1
7849BoogaFuckerPackageFrame.BorderSizePixel = 0
7850BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
7851BoogaFuckerPackageFrame.Selectable = true
7852BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
7853BoogaFuckerPackageFrame.ZIndex = 2
7854BoogaFuckerPackageFrame.Draggable = true
7855
7856MainFrame.Name = "MainFrame"
7857MainFrame.Parent = BoogaFuckerPackageFrame
7858MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
7859MainFrame.BackgroundTransparency = 1
7860MainFrame.BorderSizePixel = 0
7861MainFrame.NextSelectionLeft = Border_3
7862MainFrame.Position = UDim2.new(0, 12, 0, 12)
7863MainFrame.Size = UDim2.new(1, -24, 1, -24)
7864
7865Brandname.Name = "Brandname"
7866Brandname.Parent = MainFrame
7867Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
7868Brandname.BackgroundTransparency = 1
7869Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
7870Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
7871Brandname.ZIndex = 2
7872Brandname.Font = Enum.Font.SourceSansBold
7873Brandname.FontSize = Enum.FontSize.Size14
7874Brandname.Text = "BoogaFucker"
7875Brandname.TextColor3 = Color3.new(1, 1, 1)
7876Brandname.TextScaled = true
7877Brandname.TextSize = 14
7878Brandname.TextStrokeTransparency = 0
7879Brandname.TextWrapped = true
7880
7881Border.Name = "Border"
7882Border.Parent = MainFrame
7883Border.BackgroundColor3 = Color3.new(1, 1, 1)
7884Border.BackgroundTransparency = 1
7885Border.BorderSizePixel = 0
7886Border.Position = UDim2.new(1, 0, 0, 0)
7887Border.Size = UDim2.new(0, 12, 1, 0)
7888Border.Image = "http://www.roblox.com/asset/?id=238725003"
7889Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7890Border.ImageRectOffset = Vector2.new(24, 12)
7891Border.ImageRectSize = Vector2.new(12, 12)
7892
7893Border_2.Name = "Border"
7894Border_2.Parent = MainFrame
7895Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
7896Border_2.BackgroundTransparency = 1
7897Border_2.BorderSizePixel = 0
7898Border_2.Position = UDim2.new(1, 0, 1, 0)
7899Border_2.Size = UDim2.new(0, 12, 0, 12)
7900Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
7901Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7902Border_2.ImageRectOffset = Vector2.new(24, 24)
7903Border_2.ImageRectSize = Vector2.new(12, 12)
7904
7905Border_3.Name = "Border"
7906Border_3.Parent = MainFrame
7907Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
7908Border_3.BackgroundTransparency = 1
7909Border_3.BorderSizePixel = 0
7910Border_3.Position = UDim2.new(0, -12, 0, 0)
7911Border_3.Size = UDim2.new(0, 12, 1, 0)
7912Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
7913Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7914Border_3.ImageRectOffset = Vector2.new(0, 12)
7915Border_3.ImageRectSize = Vector2.new(12, 12)
7916
7917Border_4.Name = "Border"
7918Border_4.Parent = MainFrame
7919Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
7920Border_4.BackgroundTransparency = 1
7921Border_4.BorderSizePixel = 0
7922Border_4.Position = UDim2.new(0, 0, 1, 0)
7923Border_4.Size = UDim2.new(1, 0, 0, 12)
7924Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
7925Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7926Border_4.ImageRectOffset = Vector2.new(12, 24)
7927Border_4.ImageRectSize = Vector2.new(12, 12)
7928
7929Border_5.Name = "Border"
7930Border_5.Parent = MainFrame
7931Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
7932Border_5.BackgroundTransparency = 1
7933Border_5.BorderSizePixel = 0
7934Border_5.Position = UDim2.new(0, 0, 0, -12)
7935Border_5.Size = UDim2.new(1, 0, 0, 12)
7936Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
7937Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7938Border_5.ImageRectOffset = Vector2.new(12, 0)
7939Border_5.ImageRectSize = Vector2.new(12, 12)
7940
7941Border_6.Name = "Border"
7942Border_6.Parent = MainFrame
7943Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
7944Border_6.BackgroundTransparency = 1
7945Border_6.BorderSizePixel = 0
7946Border_6.Position = UDim2.new(0, -12, 1, 0)
7947Border_6.Size = UDim2.new(0, 12, 0, 12)
7948Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
7949Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7950Border_6.ImageRectOffset = Vector2.new(0, 24)
7951Border_6.ImageRectSize = Vector2.new(12, 12)
7952
7953Border_7.Name = "Border"
7954Border_7.Parent = MainFrame
7955Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
7956Border_7.BackgroundTransparency = 1
7957Border_7.BorderSizePixel = 0
7958Border_7.Position = UDim2.new(1, 0, 0, -12)
7959Border_7.Size = UDim2.new(0, 12, 0, 12)
7960Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
7961Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7962Border_7.ImageRectOffset = Vector2.new(24, 0)
7963Border_7.ImageRectSize = Vector2.new(12, 12)
7964
7965Border_8.Name = "Border"
7966Border_8.Parent = MainFrame
7967Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
7968Border_8.BackgroundTransparency = 1
7969Border_8.BorderSizePixel = 0
7970Border_8.Position = UDim2.new(0, -12, 0, -12)
7971Border_8.Size = UDim2.new(0, 12, 0, 12)
7972Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
7973Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7974Border_8.ImageRectSize = Vector2.new(12, 12)
7975
7976BackGround.Name = "BackGround"
7977BackGround.Parent = MainFrame
7978BackGround.Active = true
7979BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
7980BackGround.BackgroundTransparency = 0.20000000298023
7981BackGround.BorderSizePixel = 0
7982BackGround.Size = UDim2.new(1, 0, 1, 0)
7983
7984Border_9.Name = "Border"
7985Border_9.Parent = MainFrame
7986Border_9.Active = true
7987Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7988Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
7989Border_9.BorderSizePixel = 0
7990Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
7991Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)
7992
7993ShadowBrandName.Name = "ShadowBrandName"
7994ShadowBrandName.Parent = MainFrame
7995ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
7996ShadowBrandName.BackgroundTransparency = 1
7997ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
7998ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
7999ShadowBrandName.Font = Enum.Font.SourceSansBold
8000ShadowBrandName.FontSize = Enum.FontSize.Size14
8001ShadowBrandName.Text = "BoogaFucker"
8002ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
8003ShadowBrandName.TextScaled = true
8004ShadowBrandName.TextSize = 14
8005ShadowBrandName.TextStrokeTransparency = 0
8006ShadowBrandName.TextWrapped = true
8007
8008KeyBindsMain.Name = "KeyBindsMain"
8009KeyBindsMain.Parent = MainFrame
8010KeyBindsMain.Active = true
8011KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
8012KeyBindsMain.BackgroundTransparency = 0.20000000298023
8013KeyBindsMain.BorderSizePixel = 0
8014KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
8015KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
8016
8017Border_10.Name = "Border"
8018Border_10.Parent = KeyBindsMain
8019Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
8020Border_10.BackgroundTransparency = 1
8021Border_10.BorderSizePixel = 0
8022Border_10.Position = UDim2.new(0, 0, 0, -12)
8023Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
8024Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
8025Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8026Border_10.ImageRectOffset = Vector2.new(12, 0)
8027Border_10.ImageRectSize = Vector2.new(12, 12)
8028
8029Border_11.Name = "Border"
8030Border_11.Parent = KeyBindsMain
8031Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
8032Border_11.BackgroundTransparency = 1
8033Border_11.BorderSizePixel = 0
8034Border_11.Position = UDim2.new(0, -12, 0, -12)
8035Border_11.Size = UDim2.new(0, 12, 0, 12)
8036Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
8037Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8038Border_11.ImageRectSize = Vector2.new(12, 12)
8039
8040Border_12.Name = "Border"
8041Border_12.Parent = KeyBindsMain
8042Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
8043Border_12.BackgroundTransparency = 1
8044Border_12.BorderSizePixel = 0
8045Border_12.Position = UDim2.new(0, -12, 0, 0)
8046Border_12.Size = UDim2.new(0, 12, 1, 0)
8047Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
8048Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8049Border_12.ImageRectOffset = Vector2.new(0, 12)
8050Border_12.ImageRectSize = Vector2.new(12, 12)
8051
8052Border_13.Name = "Border"
8053Border_13.Parent = KeyBindsMain
8054Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
8055Border_13.BackgroundTransparency = 1
8056Border_13.BorderSizePixel = 0
8057Border_13.Position = UDim2.new(0, -12, 1, 0)
8058Border_13.Size = UDim2.new(0, 12, 0, 12)
8059Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
8060Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8061Border_13.ImageRectOffset = Vector2.new(0, 24)
8062Border_13.ImageRectSize = Vector2.new(12, 12)
8063
8064Border_14.Name = "Border"
8065Border_14.Parent = KeyBindsMain
8066Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
8067Border_14.BackgroundTransparency = 1
8068Border_14.BorderSizePixel = 0
8069Border_14.Position = UDim2.new(0, 0, 0, 276)
8070Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
8071Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
8072Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8073Border_14.ImageRectOffset = Vector2.new(12, 0)
8074Border_14.ImageRectSize = Vector2.new(12, 12)
8075
8076SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"
8077SpeedInstaDestroytext.Parent = KeyBindsMain
8078SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
8079SpeedInstaDestroytext.BackgroundTransparency = 1
8080SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
8081SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
8082SpeedInstaDestroytext.ZIndex = 2
8083SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
8084SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
8085SpeedInstaDestroytext.Text = "speed"
8086SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
8087SpeedInstaDestroytext.TextSize = 20
8088SpeedInstaDestroytext.TextStrokeTransparency = 0
8089SpeedInstaDestroytext.TextWrapped = true
8090
8091Speedkeybindtextbox.Name = "Speed keybind textbox"
8092Speedkeybindtextbox.Parent = KeyBindsMain
8093Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8094Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
8095Speedkeybindtextbox.Selectable = false
8096Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
8097Speedkeybindtextbox.Font = Enum.Font.SourceSans
8098Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
8099Speedkeybindtextbox.Text = "q"
8100Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
8101Speedkeybindtextbox.TextScaled = true
8102Speedkeybindtextbox.TextSize = 20
8103Speedkeybindtextbox.TextWrapped = true
8104
8105Keybindsname.Name = "Keybindsname"
8106Keybindsname.Parent = KeyBindsMain
8107Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
8108Keybindsname.BackgroundTransparency = 1
8109Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
8110Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
8111Keybindsname.ZIndex = 2
8112Keybindsname.Font = Enum.Font.SourceSansBold
8113Keybindsname.FontSize = Enum.FontSize.Size14
8114Keybindsname.Text = "Keybinds"
8115Keybindsname.TextColor3 = Color3.new(1, 1, 1)
8116Keybindsname.TextScaled = true
8117Keybindsname.TextSize = 14
8118Keybindsname.TextStrokeTransparency = 0
8119Keybindsname.TextWrapped = true
8120
8121ShadowKeybindsname.Name = "ShadowKeybindsname"
8122ShadowKeybindsname.Parent = KeyBindsMain
8123ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
8124ShadowKeybindsname.BackgroundTransparency = 1
8125ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
8126ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
8127ShadowKeybindsname.Font = Enum.Font.SourceSansBold
8128ShadowKeybindsname.FontSize = Enum.FontSize.Size14
8129ShadowKeybindsname.Text = "Keybinds"
8130ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
8131ShadowKeybindsname.TextScaled = true
8132ShadowKeybindsname.TextSize = 14
8133ShadowKeybindsname.TextStrokeTransparency = 0
8134ShadowKeybindsname.TextWrapped = true
8135
8136Dropallitemstext.Name = "Drop all items text"
8137Dropallitemstext.Parent = KeyBindsMain
8138Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
8139Dropallitemstext.BackgroundTransparency = 1
8140Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
8141Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
8142Dropallitemstext.ZIndex = 2
8143Dropallitemstext.Font = Enum.Font.SourceSansBold
8144Dropallitemstext.FontSize = Enum.FontSize.Size24
8145Dropallitemstext.Text = "Drop all items"
8146Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
8147Dropallitemstext.TextSize = 20
8148Dropallitemstext.TextStrokeTransparency = 0
8149Dropallitemstext.TextWrapped = true
8150
8151Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"
8152Dropallitemskeybindtextbox.Parent = KeyBindsMain
8153Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8154Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
8155Dropallitemskeybindtextbox.Selectable = false
8156Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
8157Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
8158Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
8159Dropallitemskeybindtextbox.Text = "h"
8160Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
8161Dropallitemskeybindtextbox.TextScaled = true
8162Dropallitemskeybindtextbox.TextSize = 20
8163Dropallitemskeybindtextbox.TextWrapped = true
8164
8165Redtheme.Name = "Red theme"
8166Redtheme.Parent = KeyBindsMain
8167Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8168Redtheme.BackgroundTransparency = 0.60000002384186
8169Redtheme.BorderSizePixel = 0
8170Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
8171Redtheme.Size = UDim2.new(0, 37, 0, 24)
8172Redtheme.ZIndex = 2
8173Redtheme.Font = Enum.Font.SourceSansBold
8174Redtheme.FontSize = Enum.FontSize.Size24
8175Redtheme.Text = "Red"
8176Redtheme.TextColor3 = Color3.new(1, 1, 1)
8177Redtheme.TextScaled = true
8178Redtheme.TextSize = 20
8179Redtheme.TextWrapped = true
8180Redtheme.MouseButton1Down:connect(function()
8181BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
8182KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
8183CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
8184end)
8185
8186Pinktheme.Name = "Pink theme"
8187Pinktheme.Parent = KeyBindsMain
8188Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8189Pinktheme.BackgroundTransparency = 0.60000002384186
8190Pinktheme.BorderSizePixel = 0
8191Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
8192Pinktheme.Size = UDim2.new(0, 37, 0, 24)
8193Pinktheme.ZIndex = 2
8194Pinktheme.Font = Enum.Font.SourceSansBold
8195Pinktheme.FontSize = Enum.FontSize.Size24
8196Pinktheme.Text = "Pink"
8197Pinktheme.TextColor3 = Color3.new(1, 1, 1)
8198Pinktheme.TextScaled = true
8199Pinktheme.TextSize = 20
8200Pinktheme.TextWrapped = true
8201Pinktheme.MouseButton1Down:connect(function()
8202BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
8203KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
8204CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
8205end)
8206
8207Bluetheme.Name = "Blue theme"
8208Bluetheme.Parent = KeyBindsMain
8209Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8210Bluetheme.BackgroundTransparency = 0.60000002384186
8211Bluetheme.BorderSizePixel = 0
8212Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
8213Bluetheme.Size = UDim2.new(0, 37, 0, 24)
8214Bluetheme.ZIndex = 2
8215Bluetheme.Font = Enum.Font.SourceSansBold
8216Bluetheme.FontSize = Enum.FontSize.Size24
8217Bluetheme.Text = "Blue"
8218Bluetheme.TextColor3 = Color3.new(1, 1, 1)
8219Bluetheme.TextScaled = true
8220Bluetheme.TextSize = 20
8221Bluetheme.TextWrapped = true
8222Bluetheme.MouseButton1Down:connect(function()
8223BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
8224KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
8225CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
8226end)
8227
8228Autopickuptext.Name = "Auto pickup text"
8229Autopickuptext.Parent = KeyBindsMain
8230Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
8231Autopickuptext.BackgroundTransparency = 1
8232Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
8233Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
8234Autopickuptext.ZIndex = 2
8235Autopickuptext.Font = Enum.Font.SourceSansBold
8236Autopickuptext.FontSize = Enum.FontSize.Size24
8237Autopickuptext.Text = "Auto Pickup"
8238Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
8239Autopickuptext.TextSize = 20
8240Autopickuptext.TextStrokeTransparency = 0
8241Autopickuptext.TextWrapped = true
8242
8243Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"
8244Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
8245Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8246Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
8247Dropallitemskeybindtextbox_2.Selectable = false
8248Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
8249Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
8250Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
8251Dropallitemskeybindtextbox_2.Text = "y"
8252Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
8253Dropallitemskeybindtextbox_2.TextScaled = true
8254Dropallitemskeybindtextbox_2.TextSize = 20
8255Dropallitemskeybindtextbox_2.TextWrapped = true
8256
8257Speed.Name = "Speed"
8258Speed.Parent = MainFrame
8259Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8260Speed.BorderSizePixel = 0
8261Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
8262Speed.Size = UDim2.new(0, 126, 0, 39)
8263Speed.ZIndex = 2
8264Speed.Font = Enum.Font.SourceSansBold
8265Speed.FontSize = Enum.FontSize.Size28
8266Speed.Text = "Speed"
8267Speed.TextColor3 = Color3.new(1, 1, 1)
8268Speed.TextSize = 25
8269Speed.TextWrapped = true
8270
8271local plr = game:GetService("Players").LocalPlayer
8272local char = plr.Character
8273local mouse = game:GetService("Players").LocalPlayer:GetMouse()
8274local hum = char:FindFirstChild("HumanoidRootPart")
8275
8276Speed.MouseButton1Down:connect(function()
8277local plr = game:GetService("Players").LocalPlayer
8278local char = plr.Character
8279local mouse = game:GetService("Players").LocalPlayer:GetMouse()
8280local hum = char:FindFirstChild("HumanoidRootPart")
8281mouse.KeyDown:connect(function(key)
8282 if key == Speedkeybindtextbox.Text then
8283 loop = true
8284 while loop do
8285 hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
8286 wait()
8287 end
8288 end
8289 end)
8290end)
8291
8292mouse.KeyUp:connect(function(key)
8293 if key == Speedkeybindtextbox.Text then
8294 loop = false
8295 end
8296end)
8297
8298TextButton.Name = "TextButton"
8299TextButton.Parent = Speed
8300TextButton.Active = true
8301TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
8302TextButton.BorderSizePixel = 0
8303TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8304TextButton.Size = UDim2.new(1, 0, 1, 0)
8305
8306CreditsMain.Name = "CreditsMain"
8307CreditsMain.Parent = MainFrame
8308CreditsMain.Active = true
8309CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
8310CreditsMain.BackgroundTransparency = 0.20000000298023
8311CreditsMain.BorderSizePixel = 0
8312CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
8313CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
8314
8315Border_15.Name = "Border"
8316Border_15.Parent = CreditsMain
8317Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
8318Border_15.BackgroundTransparency = 1
8319Border_15.BorderSizePixel = 0
8320Border_15.Position = UDim2.new(0, -12, 0, -12)
8321Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
8322Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
8323Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8324Border_15.ImageRectOffset = Vector2.new(12, 0)
8325Border_15.ImageRectSize = Vector2.new(12, 12)
8326
8327Border_16.Name = "Border"
8328Border_16.Parent = CreditsMain
8329Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
8330Border_16.BackgroundTransparency = 1
8331Border_16.BorderSizePixel = 0
8332Border_16.Position = UDim2.new(0, -12, 0, 276)
8333Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
8334Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
8335Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8336Border_16.ImageRectOffset = Vector2.new(12, 0)
8337Border_16.ImageRectSize = Vector2.new(12, 12)
8338
8339Border_17.Name = "Border"
8340Border_17.Parent = CreditsMain
8341Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
8342Border_17.BackgroundTransparency = 1
8343Border_17.BorderSizePixel = 0
8344Border_17.Position = UDim2.new(1, 0, 1, 0)
8345Border_17.Size = UDim2.new(0, 12, 0, 12)
8346Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
8347Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8348Border_17.ImageRectOffset = Vector2.new(24, 24)
8349Border_17.ImageRectSize = Vector2.new(12, 12)
8350
8351Border_18.Name = "Border"
8352Border_18.Parent = CreditsMain
8353Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
8354Border_18.BackgroundTransparency = 1
8355Border_18.BorderSizePixel = 0
8356Border_18.Position = UDim2.new(1, 0, 0, -12)
8357Border_18.Size = UDim2.new(0, 12, 0, 12)
8358Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
8359Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8360Border_18.ImageRectOffset = Vector2.new(24, 0)
8361Border_18.ImageRectSize = Vector2.new(12, 12)
8362
8363Border_19.Name = "Border"
8364Border_19.Parent = CreditsMain
8365Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
8366Border_19.BackgroundTransparency = 1
8367Border_19.BorderSizePixel = 0
8368Border_19.Position = UDim2.new(0, 183, 0, 0)
8369Border_19.Size = UDim2.new(0, 12, 1, 0)
8370Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
8371Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8372Border_19.ImageRectOffset = Vector2.new(0, 12)
8373Border_19.ImageRectSize = Vector2.new(12, 12)
8374
8375Speedchangetext.Name = "Speed change text"
8376Speedchangetext.Parent = CreditsMain
8377Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
8378Speedchangetext.BackgroundTransparency = 1
8379Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
8380Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
8381Speedchangetext.ZIndex = 2
8382Speedchangetext.Font = Enum.Font.SourceSansBold
8383Speedchangetext.FontSize = Enum.FontSize.Size14
8384Speedchangetext.Text = "Change speed number"
8385Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
8386Speedchangetext.TextScaled = true
8387Speedchangetext.TextSize = 14
8388Speedchangetext.TextStrokeTransparency = 0
8389Speedchangetext.TextWrapped = true
8390
8391Changespeedtextbox.Name = "Change speed textbox"
8392Changespeedtextbox.Parent = CreditsMain
8393Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8394Changespeedtextbox.BackgroundTransparency = 0.60000002384186
8395Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
8396Changespeedtextbox.Selectable = false
8397Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
8398Changespeedtextbox.Font = Enum.Font.SourceSans
8399Changespeedtextbox.FontSize = Enum.FontSize.Size14
8400Changespeedtextbox.Text = "3"
8401Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
8402Changespeedtextbox.TextSize = 14
8403
8404JumpPower.Name = "JumpPower"
8405JumpPower.Parent = CreditsMain
8406JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8407JumpPower.BorderSizePixel = 0
8408JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
8409JumpPower.Size = UDim2.new(0, 146, 0, 28)
8410JumpPower.ZIndex = 2
8411JumpPower.Font = Enum.Font.SourceSansBold
8412JumpPower.FontSize = Enum.FontSize.Size24
8413JumpPower.Text = "Set JumpPower"
8414JumpPower.TextColor3 = Color3.new(1, 1, 1)
8415JumpPower.TextSize = 21
8416JumpPower.TextWrapped = true
8417JumpPower.MouseButton1Down:connect(function()
8418game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
8419end)
8420
8421TextButtonnoyou.Name = "TextButtonnoyou"
8422TextButtonnoyou.Parent = JumpPower
8423TextButtonnoyou.Active = true
8424TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
8425TextButtonnoyou.BorderSizePixel = 0
8426TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8427TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)
8428
8429JumpPowernumber.Name = "JumpPower number"
8430JumpPowernumber.Parent = CreditsMain
8431JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8432JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
8433JumpPowernumber.Selectable = false
8434JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
8435JumpPowernumber.Font = Enum.Font.SourceSans
8436JumpPowernumber.FontSize = Enum.FontSize.Size14
8437JumpPowernumber.Text = "Number here."
8438JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
8439JumpPowernumber.TextSize = 14
8440
8441Dropallitemstext_2.Name = "Dropallitemstext"
8442Dropallitemstext_2.Parent = CreditsMain
8443Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8444Dropallitemstext_2.BorderSizePixel = 0
8445Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
8446Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
8447Dropallitemstext_2.ZIndex = 2
8448Dropallitemstext_2.Font = Enum.Font.SourceSansBold
8449Dropallitemstext_2.FontSize = Enum.FontSize.Size24
8450Dropallitemstext_2.Text = "Drop All Items"
8451Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
8452Dropallitemstext_2.TextSize = 21
8453Dropallitemstext_2.TextWrapped = true
8454Dropallitemstext_2.MouseButton1Down:connect(function()
8455Player = game.Players.LocalPlayer
8456Mouse = Player:GetMouse()
8457
8458function PressedE(key)
8459 Key = key:lower()
8460 if Key == Dropallitemskeybindtextbox.Text then
8461 for i=1, 100 do
8462game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
8463end
8464end
8465end
8466Mouse.KeyDown:connect(PressedE)
8467end)
8468
8469TextButtonyougey.Name = "TextButtonyougey"
8470TextButtonyougey.Parent = Dropallitemstext_2
8471TextButtonyougey.Active = true
8472TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
8473TextButtonyougey.BorderSizePixel = 0
8474TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8475TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)
8476
8477Dropallinventorynumber.Name = "Drop all inventory number"
8478Dropallinventorynumber.Parent = CreditsMain
8479Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8480Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
8481Dropallinventorynumber.Selectable = false
8482Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
8483Dropallinventorynumber.Font = Enum.Font.SourceSans
8484Dropallinventorynumber.FontSize = Enum.FontSize.Size14
8485Dropallinventorynumber.Text = "Item here."
8486Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
8487Dropallinventorynumber.TextSize = 14
8488
8489KeybindsOpenClose.Name = "Keybinds Open/Close"
8490KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
8491KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8492KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
8493KeybindsOpenClose.BorderSizePixel = 0
8494KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
8495KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
8496KeybindsOpenClose.ZIndex = 2
8497KeybindsOpenClose.Font = Enum.Font.SourceSansBold
8498KeybindsOpenClose.FontSize = Enum.FontSize.Size24
8499KeybindsOpenClose.Text = "Keybinds"
8500KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
8501KeybindsOpenClose.TextScaled = true
8502KeybindsOpenClose.TextSize = 20
8503KeybindsOpenClose.TextWrapped = true
8504KeybindsOpenClose.MouseButton1Down:connect(function()
8505 if Openn == true then
8506 Openn = false
8507 KeyBindsMain.Visible = false
8508 else
8509 Openn = true
8510 KeyBindsMain.Visible = true
8511 end
8512 end)
8513
8514InfiniteJump.Name = "Infinite Jump"
8515InfiniteJump.Parent = BoogaFuckerPackageFrame
8516InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8517InfiniteJump.BorderSizePixel = 0
8518InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
8519InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
8520InfiniteJump.ZIndex = 2
8521InfiniteJump.Font = Enum.Font.SourceSansBold
8522InfiniteJump.FontSize = Enum.FontSize.Size24
8523InfiniteJump.Text = "Infinite jump"
8524InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
8525InfiniteJump.TextSize = 21
8526InfiniteJump.TextWrapped = true
8527InfiniteJump.MouseButton1Down:connect(function()
8528loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
8529end)
8530
8531TextButton_2.Name = "TextButton"
8532TextButton_2.Parent = InfiniteJump
8533TextButton_2.Active = true
8534TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
8535TextButton_2.BorderSizePixel = 0
8536TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8537TextButton_2.Size = UDim2.new(1, 0, 1, 0)
8538
8539CreditsOpenClose.Name = "Credits Open/Close"
8540CreditsOpenClose.Parent = BoogaFuckerPackageFrame
8541CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8542CreditsOpenClose.BackgroundTransparency = 0.60000002384186
8543CreditsOpenClose.BorderSizePixel = 0
8544CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
8545CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
8546CreditsOpenClose.ZIndex = 2
8547CreditsOpenClose.Font = Enum.Font.SourceSansBold
8548CreditsOpenClose.FontSize = Enum.FontSize.Size24
8549CreditsOpenClose.Text = "Editable buttons"
8550CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
8551CreditsOpenClose.TextScaled = true
8552CreditsOpenClose.TextSize = 20
8553CreditsOpenClose.TextWrapped = true
8554
8555CreditsOpenClose.MouseButton1Down:connect(function()
8556 if Openn == true then
8557 Openn = false
8558 CreditsMain.Visible = false
8559 else
8560 Openn = true
8561 CreditsMain.Visible = true
8562 end
8563 end)
8564
8565esptrack.Name = "esptrack"
8566esptrack.Parent = BoogaFuckerPackageFrame
8567esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8568esptrack.BorderSizePixel = 0
8569esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
8570esptrack.Size = UDim2.new(0, 126, 0, 39)
8571esptrack.ZIndex = 2
8572esptrack.Font = Enum.Font.SourceSansBold
8573esptrack.FontSize = Enum.FontSize.Size24
8574esptrack.Text = "ESP"
8575esptrack.TextColor3 = Color3.new(1, 1, 1)
8576esptrack.TextSize = 19
8577esptrack.TextWrapped = true
8578
8579Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
8580
8581local enabledesp = false
8582
8583function CreateESP(plr)
8584
8585 if plr ~= nil then
8586
8587 local GetChar = plr.Character
8588 if not GetChar then return end
8589
8590 local GetHead do
8591
8592 repeat wait() until GetChar:FindFirstChild("Head")
8593
8594 end
8595 GetHead = GetChar.Head
8596
8597 local bb = Instance.new("BillboardGui", Important.CoreGui)
8598 bb.Adornee = GetHead
8599 bb.ExtentsOffset = Vector3.new(0, 1, 0)
8600 bb.AlwaysOnTop = true
8601 bb.Size = UDim2.new(0, 5, 0, 5)
8602 bb.StudsOffset = Vector3.new(0, 3, 0)
8603 bb.Name = "ESP_PLAYER_" .. plr.Name
8604
8605 local displayframe = Instance.new("Frame", bb)
8606 displayframe.ZIndex = 10
8607 displayframe.BackgroundTransparency = 1
8608 displayframe.Size = UDim2.new(1,0,1,0)
8609
8610 local name = Instance.new("TextLabel", displayframe)
8611 name.Name = "Name"
8612 name.ZIndex = 10
8613 name.Text = plr.Name
8614 name.Visible = true
8615 name.TextColor3 = Color3.new(170,0,0)
8616 name.BackgroundTransparency = 1
8617 name.Size = UDim2.new(1,0,10,0)
8618 name.Font = Enum.Font.SourceSansLight
8619 name.TextSize = 20
8620 name.TextStrokeTransparency = .5
8621
8622 end
8623
8624end
8625
8626esptrack.MouseButton1Click:connect(function()
8627
8628 for i,v in pairs(Important.Players:GetChildren()) do
8629
8630 CreateESP(v)
8631
8632 end
8633
8634end)
8635
8636TextButtonEsp.Name = "TextButtonEsp"
8637TextButtonEsp.Parent = esptrack
8638TextButtonEsp.Active = true
8639TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
8640TextButtonEsp.BorderSizePixel = 0
8641TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8642TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)
8643
8644Removealleffects.Name = "Remove all effects"
8645Removealleffects.Parent = BoogaFuckerPackageFrame
8646Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8647Removealleffects.BorderSizePixel = 0
8648Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
8649Removealleffects.Size = UDim2.new(0, 126, 0, 39)
8650Removealleffects.ZIndex = 2
8651Removealleffects.Font = Enum.Font.SourceSansBold
8652Removealleffects.FontSize = Enum.FontSize.Size24
8653Removealleffects.Text = "Remove all effects"
8654Removealleffects.TextColor3 = Color3.new(1, 1, 1)
8655Removealleffects.TextSize = 19
8656Removealleffects.TextWrapped = true
8657Removealleffects.MouseButton1Down:connect(function()
8658game.Lighting.FogEnd = 1200000
8659game.Lighting.Brightness = 3
8660game.Lighting.GlobalShadows = false
8661end)
8662
8663TextButtonRAE.Name = "TextButtonRAE"
8664TextButtonRAE.Parent = Removealleffects
8665TextButtonRAE.Active = true
8666TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
8667TextButtonRAE.BorderSizePixel = 0
8668TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8669TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)
8670
8671AutoPickup.Name = "Auto Pickup"
8672AutoPickup.Parent = BoogaFuckerPackageFrame
8673AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8674AutoPickup.BorderSizePixel = 0
8675AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
8676AutoPickup.Size = UDim2.new(0, 126, 0, 39)
8677AutoPickup.ZIndex = 2
8678AutoPickup.Font = Enum.Font.SourceSansBold
8679AutoPickup.FontSize = Enum.FontSize.Size24
8680AutoPickup.Text = "Auto Pickup"
8681AutoPickup.TextColor3 = Color3.new(1, 1, 1)
8682AutoPickup.TextSize = 19
8683AutoPickup.TextWrapped = true
8684AutoPickup.MouseButton1Down:connect(function()
8685local Objects;
8686
8687local Pickup = function(Character)
8688 local myPos = Character.HumanoidRootPart.Position
8689 local Objects = {}
8690 for i,v in pairs(workspace:GetChildren()) do
8691 if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
8692 local Pos = v.Position
8693 local Distance = (myPos - Pos).magnitude
8694 if Distance < 40 then
8695 table.insert(Objects, v)
8696 end
8697 elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
8698 local Pos = v.Part.Position
8699 local Distance = (myPos - Pos).magnitude
8700 if Distance < 40 then
8701 table.insert(Objects, v)
8702 end
8703 elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
8704 local Pos = v.Position
8705 local Distance = (myPos - Pos).magnitude
8706 if Distance < 40 then
8707 table.insert(Objects, v)
8708 end
8709 end
8710 end
8711 for i,v in pairs(Objects) do
8712 for i=1,10 do
8713 v.Position = myPos
8714 game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
8715 end
8716 end
8717end
8718wait(1)
8719local mouse = game:GetService("Players").LocalPlayer:GetMouse()
8720
8721mouse.KeyDown:connect(function(key)
8722 if key == Dropallitemskeybindtextbox_2.Text then
8723print'howdi neighbor'
8724Pickup(game.Players.LocalPlayer.Character)
8725end
8726end)
8727end)
8728end)
8729
8730Anchor.Name = "Anchor"
8731Anchor.Parent = GuiOwner1x
8732Anchor.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
8733Anchor.Position = UDim2.new(0.274444461, 0, 7.5999999, 0)
8734Anchor.Size = UDim2.new(0, 130, 0, 30)
8735Anchor.Font = Enum.Font.Highway
8736Anchor.Text = "Anchor "
8737Anchor.TextColor3 = Color3.fromRGB(0, 0, 0)
8738Anchor.TextSize = 20.000
8739Anchor.MouseButton1Down:connect(function()
8740local Silence = Instance.new("ScreenGui")
8741local SilenceButton = Instance.new("TextButton")
8742
8743Silence.Name = "Silence"
8744Silence.Parent = game.CoreGui
8745
8746
8747
8748SilenceButton.Name = "SilenceButton"
8749SilenceButton.Parent = Silence
8750SilenceButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
8751SilenceButton.BackgroundTransparency = 0.30000001192093
8752SilenceButton.BorderSizePixel = 0
8753SilenceButton.Position = UDim2.new(0.0591057241, 0, 0.126617789, 0)
8754SilenceButton.Size = UDim2.new(0, 83, 0, 34)
8755SilenceButton.Font = Enum.Font.SourceSans
8756SilenceButton.Text = "Silence"
8757SilenceButton.TextColor3 = Color3.new(1, 1, 1)
8758SilenceButton.TextSize = 20
8759SilenceButton.Draggable = true
8760
8761function onKeyPress(inputObject, gameProcessedEvent)
8762 if inputObject.KeyCode == Enum.KeyCode.F and gameProcessedEvent == false then
8763game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-3)
8764 end
8765end
8766
8767game:GetService("UserInputService").InputBegan:connect(onKeyPress)
8768function onKeyPresss(inputObject, gameProcessedEvent)
8769 if inputObject.KeyCode == Enum.KeyCode.T and gameProcessedEvent == false then
8770game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
8771 end
8772end
8773
8774game:GetService("UserInputService").InputBegan:connect(onKeyPresss)
8775
8776function onKeyPressss(inputObject, gameProcessedEvent)
8777 if inputObject.KeyCode == Enum.KeyCode.Q and gameProcessedEvent == false then
8778game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
8779 end
8780end
8781
8782game:GetService("UserInputService").InputBegan:connect(onKeyPressss)
8783function onKeyPresssss(inputObject, gameProcessedEvent)
8784 if inputObject.KeyCode == Enum.KeyCode.G and gameProcessedEvent == false then
8785game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
8786 end
8787end
8788
8789game:GetService("UserInputService").InputBegan:connect(onKeyPresssss)
8790
8791function onKeyPresssssss(inputObject, gameProcessedEvent)
8792 if inputObject.KeyCode == Enum.KeyCode.B and gameProcessedEvent == false then
8793game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('115^',"All")
8794 end
8795end
8796
8797game:GetService("UserInputService").InputBegan:connect(onKeyPresssssss)
8798
8799local dabb = false
8800
8801function onKeyPresssssssssss(inputObject, gameProcessedEvent)
8802 if inputObject.KeyCode == Enum.KeyCode.Y and gameProcessedEvent == false then
8803 if dabb == false then
8804 dabb = true
8805
8806 elseif dabb == true then
8807 dabb = false
8808
8809
8810 end
8811 end
8812end
8813
8814game:GetService("UserInputService").InputBegan:connect(onKeyPresssssssssss)
8815
8816local dabbb = false
8817
8818function onKeyPressssssssssss(inputObject, gameProcessedEvent)
8819 if inputObject.KeyCode == Enum.KeyCode.H and gameProcessedEvent == false then
8820 if dabbb == false then
8821 dabbb = true
8822
8823 elseif dabbb == true then
8824 dabbb = false
8825
8826
8827 end
8828 end
8829end
8830
8831game:GetService("UserInputService").InputBegan:connect(onKeyPressssssssssss)
8832
8833local dab = false
8834local pos = CFrame.new()
8835
8836function TeleFunc(inputObject, gameProcessedEvent)
8837 if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then
8838 if dab == false then
8839 pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
8840 wait(0.1)
8841 dab = true
8842
8843 elseif dab == true then
8844 dab = false
8845
8846
8847 end
8848 end
8849end
8850
8851game:GetService("UserInputService").InputBegan:connect(TeleFunc)
8852
8853
8854function TeleFunc2(inputObject, gameProcessedEvent)
8855 if inputObject.KeyCode == Enum.KeyCode.M and gameProcessedEvent == false then
8856game.ReplicatedStorage.OpenEyes:FireServer()
8857end
8858end
8859
8860game:GetService("UserInputService").InputBegan:connect(TeleFunc2)
8861
8862function Eat1(inputObject, gameProcessedEvent)
8863 if inputObject.KeyCode == Enum.KeyCode.V and gameProcessedEvent == false then
8864 if game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich") then
8865 epic = game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich")
8866 epic.Parent = game.Players.LocalPlayer.Character
8867 game.Players.LocalPlayer.Character["Chicken Sandwhich"]:Activate()
8868 end
8869 end
8870end
8871game:GetService("UserInputService").InputBegan:connect(Eat1)
8872
8873function Eat2(inputObject, gameProcessedEvent)
8874 if inputObject.KeyCode == Enum.KeyCode.Z and gameProcessedEvent == false then
8875 if game.Players.LocalPlayer:FindFirstChild("Chicken") then
8876 epic = game.Players.LocalPlayer:FindFirstChild("Chicken")
8877 epic.Parent = game.Players.LocalPlayer.Character
8878 game.Players.LocalPlayer.Character.Chicken.Parent = game.Workspace
8879 end
8880 end
8881end
8882game:GetService("UserInputService").InputBegan:connect(Eat2)
8883
8884
8885game:GetService('RunService').Stepped:connect(function()
8886
8887
8888game.CoreGui.Silence.SilenceButton.Text = #game.Players.LocalPlayer:GetChildren() - 5
8889
8890
8891if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
8892
8893for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
8894 if v:IsA("Tool") and v.Name == "Chicken Sandwhich" then
8895 v.Parent = game.Players.LocalPlayer
8896 end
8897end
8898end
8899
8900game.Players.LocalPlayer.Backpack.Running:FireServer(false)
8901
8902if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
8903
8904for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
8905 if v:IsA("Tool") and v.Name == "Chicken" then
8906 v.Parent = game.Players.LocalPlayer
8907 end
8908end
8909end
8910
8911 if dab == true then
8912 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
8913 end
8914
8915end)
8916
8917while wait() do
8918 if dabb == true then
8919 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
8920 wait(0.0001)
8921 end
8922
8923end
8924
8925while true do
8926 if dabbb == true then
8927 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
8928 wait(0.0001)
8929 end
8930
8931end
8932
8933end)
8934
8935Ts2ToolKit.Name = "Ts2 ToolKit"
8936Ts2ToolKit.Parent = GuiOwner1x
8937Ts2ToolKit.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
8938Ts2ToolKit.Position = UDim2.new(0.274444461, 0, 10.4666662, 0)
8939Ts2ToolKit.Size = UDim2.new(0, 130, 0, 30)
8940Ts2ToolKit.Font = Enum.Font.Highway
8941Ts2ToolKit.Text = "Ts2 ToolKit"
8942Ts2ToolKit.TextColor3 = Color3.fromRGB(0, 0, 0)
8943Ts2ToolKit.TextSize = 20.000
8944Ts2ToolKit.MouseButton1Down:connect(function()
8945loadstring(game:HttpGet(('https://pastebin.com/raw/c1pFk2sc'),true))()()
8946end)
8947
8948ChatBypass.Name = "Chat Bypass"
8949ChatBypass.Parent = GuiOwner1x
8950ChatBypass.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
8951ChatBypass.Position = UDim2.new(0.274444461, 0, 13.4333334, 0)
8952ChatBypass.Size = UDim2.new(0, 130, 0, 30)
8953ChatBypass.Font = Enum.Font.Highway
8954ChatBypass.Text = "Chat Bypass"
8955ChatBypass.TextColor3 = Color3.fromRGB(0, 0, 0)
8956ChatBypass.TextSize = 20.000
8957ChatBypass.MouseButton1Down:connect(function()
8958VersionString = "1.0.0"
8959Blacklisted = {""}
8960
8961for blacklisted,_ in pairs(Blacklisted) do
8962if game.Players:FindFirstChild(Blacklisted[blacklisted]) then
8963game.Players:FindFirstChild(Blacklisted[blacklisted]):Kick("You are blacklisted from using TronX Chat Bypasser. Blacklisted Username: 13lasted "..game.Players.LocalPlayer.Name)
8964elseif not game.Players:FindFirstChild(Blacklisted[blacklisted]) then
8965if game.Players.LocalPlayer:GetUnder13() == false then
8966local ScreenGuix = Instance.new("ScreenGui")
8967local ImageLabel = Instance.new("ImageLabel")
8968ScreenGuix.Name = "IntroGui"
8969ScreenGuix.Parent = game.CoreGui
8970ScreenGuix.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
8971ImageLabel.Parent = ScreenGuix
8972ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
8973ImageLabel.BackgroundTransparency = 1
8974ImageLabel.BorderColor3 = Color3.new(0, 0, 0)
8975ImageLabel.BorderSizePixel = 0
8976ImageLabel.Position = UDim2.new(0.249283671, 0, 0.312302828, 0)
8977ImageLabel.Size = UDim2.new(0.5, 0, 0.375, 0)
8978ImageLabel.Image = "rbxassetid://3612668789"
8979ImageLabel.ImageColor3 = Color3.new(0.196078, 0.196078, 0.196078)
8980ImageLabel.ImageTransparency = 1
8981wait(.3)
8982local TronXChatBypasser = Instance.new("ScreenGui")
8983local Frame = Instance.new("Frame")
8984local TextLabel = Instance.new("TextLabel")
8985local TextBox = Instance.new("TextBox")
8986local Chat = Instance.new("TextButton")
8987local Clear = Instance.new("TextButton")
8988local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
8989local Sound1 = Instance.new("Sound")
8990local Sound2 = Instance.new("Sound")
8991local Sound3 = Instance.new("Sound")
8992local Sound4 = Instance.new("Sound")
8993local Sound5 = Instance.new("Sound")
8994local Sound6 = Instance.new("Sound")
8995TronXChatBypasser.Name = "TronX Chat Bypasser"
8996TronXChatBypasser.Parent = game.CoreGui
8997TronXChatBypasser.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
8998Frame.Active = true
8999Frame.Draggable = true
9000Frame.Parent = TronXChatBypasser
9001Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
9002Frame.BorderColor3 = Color3.new(0, 0, 0)
9003Frame.BorderSizePixel = 0
9004Frame.Position = UDim2.new(0.131805152, 0, 0.548895895, 0)
9005Frame.Size = UDim2.new(0, 222, 0, 126)
9006Frame.Transparency = 1
9007Frame.Visible = false
9008TextLabel.Parent = Frame
9009TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
9010TextLabel.BorderColor3 = Color3.new(0, 0, 0)
9011TextLabel.BorderSizePixel = 1
9012TextLabel.Size = UDim2.new(0, 222, 0, 32)
9013TextLabel.Font = Enum.Font.SciFi
9014TextLabel.Text = "TronX Chat Bypasser Gui"
9015TextLabel.TextColor3 = Color3.new(1, 1, 1)
9016TextLabel.TextScaled = true
9017TextLabel.TextSize = 14
9018TextLabel.TextStrokeTransparency = 0.75
9019TextLabel.TextWrapped = true
9020TextBox.Parent = Frame
9021TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
9022TextBox.BorderColor3 = Color3.new(1, 1, 1)
9023TextBox.BorderSizePixel = 1
9024TextBox.ClearTextOnFocus = false
9025TextBox.Position = UDim2.new(0.0495495498, 0, 0.301587313, 0)
9026TextBox.Size = UDim2.new(0, 200, 0, 50)
9027TextBox.Font = Enum.Font.SciFi
9028TextBox.PlaceholderColor3 = Color3.new(0.588235, 0.588235, 0.588235)
9029TextBox.PlaceholderText = "Message..."
9030TextBox.Text = ""
9031TextBox.TextColor3 = Color3.new(0, 0, 0)
9032TextBox.TextScaled = true
9033TextBox.TextWrapped = true
9034TextBox.TextXAlignment = Enum.TextXAlignment.Left
9035TextBox.TextYAlignment = Enum.TextYAlignment.Top
9036Chat.Name = "Chat"
9037Chat.Parent = Frame
9038Chat.BackgroundColor3 = Color3.new(0.25, 0.25, 0.25)
9039Chat.BorderColor3 = Color3.new(0, 0, 0)
9040Chat.BorderSizePixel = 1
9041Chat.Position = UDim2.new(0.0495495498, 0, 0.746031761, 0)
9042Chat.Size = UDim2.new(0, 90, 0, 24)
9043Chat.Style = "RobloxButton"
9044Chat.Font = Enum.Font.SciFi
9045Chat.Text = "Chat"
9046Chat.TextColor3 = Color3.new(1, 1, 1)
9047Chat.TextScaled = true
9048Chat.TextSize = 14
9049Chat.TextStrokeTransparency = 0.75
9050Chat.TextWrapped = true
9051Clear.Name = "Clear"
9052Clear.Parent = Frame
9053Clear.BackgroundColor3 = Color3.new(0.25, 0.25, 0.25)
9054Clear.BorderColor3 = Color3.new(0, 0, 0)
9055Clear.BorderSizePixel = 1
9056Clear.Position = UDim2.new(0.545045018, 0, 0.746031761, 0)
9057Clear.Size = UDim2.new(0, 90, 0, 24)
9058Clear.Style = "RobloxButton"
9059Clear.Font = Enum.Font.SciFi
9060Clear.Text = "Clear"
9061Clear.TextColor3 = Color3.new(1, 1, 1)
9062Clear.TextScaled = true
9063Clear.TextSize = 14
9064Clear.TextStrokeTransparency = 0.75
9065Clear.TextWrapped = true
9066Sound1.Name = "Click"
9067Sound1.PlaybackSpeed = 1.5
9068Sound1.SoundId = "rbxassetid://226892749"
9069Sound1.Parent = game.CoreGui
9070Sound2.Name = "Intro"
9071Sound2.PlaybackSpeed = .891
9072Sound2.SoundId = "rbxassetid://383635191"
9073Sound2.Parent = game.CoreGui
9074Sound3.Name = "Loaded"
9075Sound3.SoundId = "rbxassetid://216917652"
9076Sound3.Parent = game.CoreGui
9077Sound4.Name = "Notification"
9078Sound4.SoundId = "rbxassetid://180877191"
9079Sound4.Volume = 1
9080Sound4.Parent = game.CoreGui
9081Sound5.Name = "Notification 2"
9082Sound5.PlaybackSpeed = .472
9083Sound5.SoundId = "rbxassetid://261082034"
9084Sound5.Parent = game.CoreGui
9085UITextSizeConstraint.MinTextSize = 1
9086UITextSizeConstraint.MaxTextSize = 24
9087UITextSizeConstraint.Parent = TextBox
9088game.CoreGui.Intro:Play()
9089for i=1,50 do
9090ImageLabel.ImageTransparency = 1 - .02*i
9091game:GetService("RunService").Stepped:Wait()
9092end
9093wait(8)
9094for i=1,50 do
9095ImageLabel.ImageTransparency = 0 + .02*i
9096game:GetService("RunService").Stepped:Wait()
9097end
9098local OpenClose = Instance.new("TextButton")
9099OpenClose.Name = "Open/Close"
9100OpenClose.Parent = TronXChatBypasser
9101OpenClose.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
9102OpenClose.BorderColor3 = Color3.new(0.392157, 0.392157, 0.392157)
9103OpenClose.Position = UDim2.new(0, 0, 0.616719306, 0)
9104OpenClose.Size = UDim2.new(0, 80, 0, 40)
9105OpenClose.Font = Enum.Font.SciFi
9106OpenClose.Text = "Open TronX Gui"
9107OpenClose.TextColor3 = Color3.new(1, 1, 1)
9108OpenClose.TextScaled = true
9109OpenClose.TextSize = 14
9110OpenClose.TextStrokeTransparency = 0.5
9111OpenClose.TextWrapped = true
9112Chat.MouseButton1Click:Connect(function()
9113game.CoreGui.Click:Play()
9114game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("أ"..string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(TextBox.Text,"fuc","أfu?c"),"shit","أsh?it"),"bitch","أbi?tch"),"fag","f?ag"),"hitler","hi?tler"),"أfu?cking","أfu?ckingأ"),"di","d?i"),"pus","أpus?"),"assh","أas?sh"),"coc","أc?oc"),"cunt","أأcu?nt"),"tit","t?it"),"pedo","p?edo"),"peni","p?eni"),"vagin","v?agin"),"d?ickh","أd?ickh"),"sperm","أsp?erm"),"bull","أbull"),"dum","أdum"),"hore","h?ore"),"slut","أslu?t"),"porn","p?orn"),"sex","أs?ex"),"dyke","dy?ke"),"d?ip","أdip"),"nig","أأn?ig"),"rap","أra?p"),"cum","أcu?m"),"rap","أra?p"),"kik","ki?k"),"jizz","jiz?z"),"retarded","أre?tarded"),"d?ildo","أd?ildo"),"boobies","bo?obies"),"nude","أأnu?de"),"biatch","bi?atch"),"hentai","h?entai"),"testicl","t?esticl"),"genatalia","g?enatalia"),"boner","b?oner"),"clit","c?lit"),"cooch","c?ooch"),"blowjob","?blo?wjob"),"v?aginas","va?ginas"),"pube","p?ube"),"أc?ocaine","أco?caine"),"mierda","m?ierda"),"perra","p?erra"),"gilipollas","g?ilipollas"),"merde","m?erde"),"connard","c?onnard"),"coño","c?oño"),"Fu","أFu?"),"Shit","أSh?it"),"Bitch","أBi?tch"),"Fag","F?ag"),"Hitler","Hi?tler"),"أFu?cking","أFu?ckingأ"),"Di","D?i"),"Pus","أPus?"),"Assh","أAs?sh"),"Coc","أC?oc"),"Cunt","أأCu?nt"),"Tit","T?it"),"Pedo","P?edo"),"Peni","P?eni"),"Vagin","V?agin"),"Dickh","أD?ickh"),"Sperm","أSp?erm"),"Bull","أBull"),"Dum","أDum"),"Hore","H?ore"),"Slut","أSlu?t"),"Porn","P?orn"),"Sex","أS?ex"),"Dyke","Dy?ke"),"D?ip","أDip"),"Nig","أأN?ig"),"Rap","أRa?p"),"Cum","Cu?m"),"Kik","Ki?k"),"Jizz","Jiz?z"),"Retarded","أRe?tarded"),"D?ildo","أD?ildo"),"Boobies","Bo?obies"),"Nude","N?ude"),"Biatch","Bi?atch"),"Hentai","H?entai"),"Testicl","T?esticl"),"Genatalia","G?enatalia"),"Boner","B?oner"),"Blowjob","B?lowjob"),"Pube","P?ube"),"Clit","C?lit"),"Cooch","C?ooch"),"أC?ocaine","أCo?caine"),"Mierda","M?ierda"),"Perra","P?erra"),"Gilipollas","G?ilipollas"),"Merde","M?erde"),"Connard","C?onnard"),"Coño","C?oño"),"FUC","أFU?C"),"SHIT","أSH?IT"),"BITCH","أBI?TCH"),"FAG","F?AG"),"HITLER","HI?TLER"),"أFU?CKING","أFU?CKINGأ"),"DI","D?I"),"PUS","أPUS?"),"ASSH","أAS?SH"),"COC","أC?OC"),"CUNT","أأCU?NT"),"TIT","T?IT"),"PEDO","P?EDO"),"PENI","P?ENI"),"VAGIN","V?AGIN"),"D?ICKH","أD?ICKH"),"SPERM","أSP?ERM"),"BULL","أBULL"),"DUM","أDUM"),"HORE","H?ORE"),"SLUT","أSLU?T"),"PORN","P?ORN"),"SEX","أS?EX"),"DYKE","DY?KE"),"D?IP","أDIP"),"NIG","أأN?IG"),"RAP","أRA?P"),"CUM","CU?M"),"RAP","أRA?P"),"KIK","KI?K"),"JIZZ","JIZ?Z"),"RETARDED","أRE?TARDED"),"D?ILDO","أD?ILDO"),"BOOBIES","BO?OBIES"),"NUDE","أأNU?DE"),"BIATCH","BI?ATCH"),"HENTAI","H?ENTAI"),"TESTICL","T?ESTICL"),"GENATALIA","G?ENATALIA"),"BONER","B?ONER"),"CLIT","C?LIT"),"COOCH","C?OOCH"),"BLOWJOB","B?LOWJOB"),"أC?OCAINE","أCO?CAINE"),"PUBE","P?UBE"),"MIERDA","M?IERDA"),"PERRA","P?ERRA"),"GILIPOLLAS","G?ILIPOLLAS"),"MERDE","M?ERDE"),"CONNARD","C?ONNARD"),"COÑO","C?OÑO"),"1"," 1 "),"2"," 2 "),"3"," 3 "),"4"," 4 "),"5"," 5 "),"6"," 6 "),"7"," 7 "),"8"," 8 "),"9"," 9 "),"0"," 0 "),"6 9","6 9أ"),"4 2 0","4 2 0أ")," ","أ").."أأ","All")
9115end)
9116Clear.MouseButton1Click:Connect(function()
9117game.CoreGui.Click:Play()
9118TextBox.Text = ""
9119end)
9120OpenClose.MouseButton1Click:Connect(function()
9121game.CoreGui.Click:Play()
9122if OpenClose.Text == "Open TronX Gui" and Frame.Transparency == 1 then
9123OpenClose.Text = "Close TronX Gui"
9124Frame.Visible = true
9125for i=1,10 do
9126TextLabel.BackgroundTransparency = 1 - .1*i
9127Chat.BackgroundTransparency = 1 - .1*i
9128Clear.BackgroundTransparency = 1 - .1*i
9129TextBox.BackgroundTransparency = 1 - .1*i
9130TextLabel.TextTransparency = 1 - .1*i
9131Chat.TextTransparency = 1 - .1*i
9132Clear.TextTransparency = 1 - .1*i
9133TextBox.TextTransparency = 1 - .1*i
9134Frame.Transparency = 1 - .05*i
9135Frame.Position = UDim2.new(0.031805152+.01*i, 0, 0.548895895, 0)
9136game:GetService("RunService").Stepped:Wait()
9137end
9138elseif OpenClose.Text == "Close TronX Gui" and Frame.Transparency == .5 then
9139OpenClose.Text = "Open TronX Gui"
9140for i=1,10 do
9141TextLabel.BackgroundTransparency = 0 + .1*i
9142Chat.BackgroundTransparency = 0 + .1*i
9143Clear.BackgroundTransparency = 0 + .1*i
9144TextBox.BackgroundTransparency = 0 + .1*i
9145TextLabel.TextTransparency = 0 + .1*i
9146Chat.TextTransparency = 0 + .1*i
9147Clear.TextTransparency = 0 + .1*i
9148TextBox.TextTransparency = 0 + .1*i
9149Frame.Transparency = .5 + .05*i
9150Frame.Position = UDim2.new(0.131805152-.01*i, 0, 0.548895895, 0)
9151game:GetService("RunService").Stepped:Wait()
9152end
9153Frame.Visible = false
9154end
9155end)
9156local function CallBack2(Value)
9157if Value == "Okay" then
9158game.CoreGui["Notification 2"]:Play()
9159game.StarterGui:SetCore("SendNotification", {
9160Title = "TronX Chat Bypasser Loaded!";
9161Text = "Enjoy swearing! This bypasser was made by Uctron. To chat without hashtags, type \"/e MessageHere\" or use the given gui at the left.";
9162Icon = "";
9163Duration = 12;
9164Button1 = "Okay";
9165})
9166end
9167end
9168local BindableFunction2 = Instance.new("BindableFunction")
9169BindableFunction2.OnInvoke = CallBack2
9170local function CallBack(Value)
9171if Value == "Continue" then
9172game.CoreGui.Notification:Play()
9173game.StarterGui:SetCore("SendNotification", {
9174Title = "TronX Reminder (Continued)";
9175Text = "This is the case, because TronX Chat Bypasser is meant to be kept private and obfuscated so Roblox does not patch it.";
9176Icon = "";
9177Duration = 45;
9178Button1 = "Okay";
9179Callback = BindableFunction2
9180})
9181elseif Value == "Okay" then
9182game.CoreGui["Notification 2"]:Play()
9183game.StarterGui:SetCore("SendNotification", {
9184Title = "TronX Chat Bypasser Loaded!";
9185Text = "Enjoy swearing! This bypasser was made by Uctron. To chat without hashtags, type \"/e MessageHere\" or use the given gui at the left.";
9186Icon = "";
9187Duration = 12;
9188Button1 = "Okay";
9189})
9190end
9191end
9192local BindableFunction = Instance.new("BindableFunction")
9193BindableFunction.OnInvoke = CallBack
9194game.CoreGui.Loaded:Play()
9195game.StarterGui:SetCore("SendNotification", {
9196Title = "TronX Reminder";
9197Text = "Any owners of threads or leaks related to the script or the unicode characters will be blacklisted from this script.";
9198Icon = "";
9199Duration = 45;
9200Button1 = "Continue";
9201Button2 = "Okay";
9202Callback = BindableFunction
9203})
9204game.Players.LocalPlayer.Chatted:Connect(function(a)
9205if a:sub(1,3) == "/e " then
9206local b = a:sub(4,#a)
9207local Randomize = math.random(1,2)
9208if Randomize == 1 then
9209game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("أ"..string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(b,"fuc","أfu?c"),"shit","أsh?it"),"bitch","أbi?tch"),"fag","f?ag"),"hitler","hi?tler"),"أfu?cking","أfu?ckingأ"),"di","d?i"),"pus","أpus?"),"assh","أas?sh"),"coc","أc?oc"),"cunt","أأcu?nt"),"tit","t?it"),"pedo","p?edo"),"peni","p?eni"),"vagin","v?agin"),"d?ickh","أd?ickh"),"sperm","أsp?erm"),"bull","أbull"),"dum","أdum"),"hore","h?ore"),"slut","أslu?t"),"porn","p?orn"),"sex","أs?ex"),"dyke","dy?ke"),"d?ip","أdip"),"nig","أأn?ig"),"rap","أra?p"),"cum","أcu?m"),"rap","أra?p"),"kik","ki?k"),"jizz","jiz?z"),"retarded","أre?tarded"),"d?ildo","أd?ildo"),"boobies","bo?obies"),"nude","أأnu?de"),"biatch","bi?atch"),"hentai","h?entai"),"testicl","t?esticl"),"genatalia","g?enatalia"),"boner","b?oner"),"clit","c?lit"),"cooch","c?ooch"),"blowjob","?blo?wjob"),"v?aginas","va?ginas"),"pube","p?ube"),"أc?ocaine","أco?caine"),"mierda","m?ierda"),"perra","p?erra"),"gilipollas","g?ilipollas"),"merde","m?erde"),"connard","c?onnard"),"coño","c?oño"),"Fu","أFu?"),"Shit","أSh?it"),"Bitch","أBi?tch"),"Fag","F?ag"),"Hitler","Hi?tler"),"أFu?cking","أFu?ckingأ"),"Di","D?i"),"Pus","أPus?"),"Assh","أAs?sh"),"Coc","أC?oc"),"Cunt","أأCu?nt"),"Tit","T?it"),"Pedo","P?edo"),"Peni","P?eni"),"Vagin","V?agin"),"Dickh","أD?ickh"),"Sperm","أSp?erm"),"Bull","أBull"),"Dum","أDum"),"Hore","H?ore"),"Slut","أSlu?t"),"Porn","P?orn"),"Sex","أS?ex"),"Dyke","Dy?ke"),"D?ip","أDip"),"Nig","أأN?ig"),"Rap","أRa?p"),"Cum","Cu?m"),"Kik","Ki?k"),"Jizz","Jiz?z"),"Retarded","أRe?tarded"),"D?ildo","أD?ildo"),"Boobies","Bo?obies"),"Nude","N?ude"),"Biatch","Bi?atch"),"Hentai","H?entai"),"Testicl","T?esticl"),"Genatalia","G?enatalia"),"Boner","B?oner"),"Blowjob","B?lowjob"),"Pube","P?ube"),"Clit","C?lit"),"Cooch","C?ooch"),"أC?ocaine","أCo?caine"),"Mierda","M?ierda"),"Perra","P?erra"),"Gilipollas","G?ilipollas"),"Merde","M?erde"),"Connard","C?onnard"),"Coño","C?oño"),"FUC","أFU?C"),"SHIT","أSH?IT"),"BITCH","أBI?TCH"),"FAG","F?AG"),"HITLER","HI?TLER"),"أFU?CKING","أFU?CKINGأ"),"DI","D?I"),"PUS","أPUS?"),"ASSH","أAS?SH"),"COC","أC?OC"),"CUNT","أأCU?NT"),"TIT","T?IT"),"PEDO","P?EDO"),"PENI","P?ENI"),"VAGIN","V?AGIN"),"D?ICKH","أD?ICKH"),"SPERM","أSP?ERM"),"BULL","أBULL"),"DUM","أDUM"),"HORE","H?ORE"),"SLUT","أSLU?T"),"PORN","P?ORN"),"SEX","أS?EX"),"DYKE","DY?KE"),"D?IP","أDIP"),"NIG","أأN?IG"),"RAP","أRA?P"),"CUM","CU?M"),"RAP","أRA?P"),"KIK","KI?K"),"JIZZ","JIZ?Z"),"RETARDED","أRE?TARDED"),"D?ILDO","أD?ILDO"),"BOOBIES","BO?OBIES"),"NUDE","أأNU?DE"),"BIATCH","BI?ATCH"),"HENTAI","H?ENTAI"),"TESTICL","T?ESTICL"),"GENATALIA","G?ENATALIA"),"BONER","B?ONER"),"CLIT","C?LIT"),"COOCH","C?OOCH"),"BLOWJOB","B?LOWJOB"),"أC?OCAINE","أCO?CAINE"),"PUBE","P?UBE"),"MIERDA","M?IERDA"),"PERRA","P?ERRA"),"GILIPOLLAS","G?ILIPOLLAS"),"MERDE","M?ERDE"),"CONNARD","C?ONNARD"),"COÑO","C?OÑO"),"1"," 1 "),"2"," 2 "),"3"," 3 "),"4"," 4 "),"5"," 5 "),"6"," 6 "),"7"," 7 "),"8"," 8 "),"9"," 9 "),"0"," 0 "),"6 9","6 9أ"),"4 2 0","4 2 0أ")," ","أ").."أ","All")
9210elseif Randomize == 2 then
9211game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("أ"..string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(b,"fuc","أfu?c"),"shit","أsh?it"),"bitch","أbi?tch"),"fag","f?ag"),"hitler","hi?tler"),"أfu?cking","أfu?ckingأ"),"di","d?i"),"pus","أpus?"),"assh","أas?sh"),"coc","أc?oc"),"cunt","أأcu?nt"),"tit","t?it"),"pedo","p?edo"),"peni","p?eni"),"vagin","v?agin"),"d?ickh","أd?ickh"),"sperm","أsp?erm"),"bull","أbull"),"dum","أdum"),"hore","h?ore"),"slut","أslu?t"),"porn","p?orn"),"sex","أs?ex"),"dyke","dy?ke"),"d?ip","أdip"),"nig","أأn?ig"),"rap","أra?p"),"cum","أcu?m"),"rap","أra?p"),"kik","ki?k"),"jizz","jiz?z"),"retarded","أre?tarded"),"d?ildo","أd?ildo"),"boobies","bo?obies"),"nude","أأnu?de"),"biatch","bi?atch"),"hentai","h?entai"),"testicl","t?esticl"),"genatalia","g?enatalia"),"boner","b?oner"),"clit","c?lit"),"cooch","c?ooch"),"blowjob","?blo?wjob"),"v?aginas","va?ginas"),"pube","p?ube"),"أc?ocaine","أco?caine"),"mierda","m?ierda"),"perra","p?erra"),"gilipollas","g?ilipollas"),"merde","m?erde"),"connard","c?onnard"),"coño","c?oño"),"Fu","أFu?"),"Shit","أSh?it"),"Bitch","أBi?tch"),"Fag","F?ag"),"Hitler","Hi?tler"),"أFu?cking","أFu?ckingأ"),"Di","D?i"),"Pus","أPus?"),"Assh","أAs?sh"),"Coc","أC?oc"),"Cunt","أأCu?nt"),"Tit","T?it"),"Pedo","P?edo"),"Peni","P?eni"),"Vagin","V?agin"),"Dickh","أD?ickh"),"Sperm","أSp?erm"),"Bull","أBull"),"Dum","أDum"),"Hore","H?ore"),"Slut","أSlu?t"),"Porn","P?orn"),"Sex","أS?ex"),"Dyke","Dy?ke"),"D?ip","أDip"),"Nig","أأN?ig"),"Rap","أRa?p"),"Cum","Cu?m"),"Kik","Ki?k"),"Jizz","Jiz?z"),"Retarded","أRe?tarded"),"D?ildo","أD?ildo"),"Boobies","Bo?obies"),"Nude","N?ude"),"Biatch","Bi?atch"),"Hentai","H?entai"),"Testicl","T?esticl"),"Genatalia","G?enatalia"),"Boner","B?oner"),"Blowjob","B?lowjob"),"Pube","P?ube"),"Clit","C?lit"),"Cooch","C?ooch"),"أC?ocaine","أCo?caine"),"Mierda","M?ierda"),"Perra","P?erra"),"Gilipollas","G?ilipollas"),"Merde","M?erde"),"Connard","C?onnard"),"Coño","C?oño"),"FUC","أFU?C"),"SHIT","أSH?IT"),"BITCH","أBI?TCH"),"FAG","F?AG"),"HITLER","HI?TLER"),"أFU?CKING","أFU?CKINGأ"),"DI","D?I"),"PUS","أPUS?"),"ASSH","أAS?SH"),"COC","أC?OC"),"CUNT","أأCU?NT"),"TIT","T?IT"),"PEDO","P?EDO"),"PENI","P?ENI"),"VAGIN","V?AGIN"),"D?ICKH","أD?ICKH"),"SPERM","أSP?ERM"),"BULL","أBULL"),"DUM","أDUM"),"HORE","H?ORE"),"SLUT","أSLU?T"),"PORN","P?ORN"),"SEX","أS?EX"),"DYKE","DY?KE"),"D?IP","أDIP"),"NIG","أأN?IG"),"RAP","أRA?P"),"CUM","CU?M"),"RAP","أRA?P"),"KIK","KI?K"),"JIZZ","JIZ?Z"),"RETARDED","أRE?TARDED"),"D?ILDO","أD?ILDO"),"BOOBIES","BO?OBIES"),"NUDE","أأNU?DE"),"BIATCH","BI?ATCH"),"HENTAI","H?ENTAI"),"TESTICL","T?ESTICL"),"GENATALIA","G?ENATALIA"),"BONER","B?ONER"),"CLIT","C?LIT"),"COOCH","C?OOCH"),"BLOWJOB","B?LOWJOB"),"أC?OCAINE","أCO?CAINE"),"PUBE","P?UBE"),"MIERDA","M?IERDA"),"PERRA","P?ERRA"),"GILIPOLLAS","G?ILIPOLLAS"),"MERDE","M?ERDE"),"CONNARD","C?ONNARD"),"COÑO","C?OÑO"),"1"," 1 "),"2"," 2 "),"3"," 3 "),"4"," 4 "),"5"," 5 "),"6"," 6 "),"7"," 7 "),"8"," 8 "),"9"," 9 "),"0"," 0 "),"6 9","6 9أ"),"4 2 0","4 2 0أ")," ","أ").."أأ","All")
9212end
9213end
9214end)
9215ScreenGuix:Destroy()
9216game:GetService("RunService").Stepped:Connect(function()
9217for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller:GetChildren()) do
9218if v:IsA("Frame") then
9219if v.TextLabel.Text == "You can't use Emotes here." then
9220wait(math.random(4,6)/100)
9221v:Destroy()
9222else
9223end
9224end
9225end
9226end)
9227elseif game.Players.LocalPlayer:GetUnder13() == true then
9228game.StarterGui:SetCore("SendNotification", {
9229Title = "Notice";
9230Text = "Your account is under 13/safechat, so this script will not work. Please login with an account that is over 13.";
9231Duration = math.huge;
9232Button1 = "Okay";
9233})
9234end
9235end
9236end
9237end)
9238
9239HealafterDeath.Name = "Heal after Death"
9240HealafterDeath.Parent = GuiOwner1x
9241HealafterDeath.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
9242HealafterDeath.Position = UDim2.new(0.523333311, 0, 1.66666663, 0)
9243HealafterDeath.Size = UDim2.new(0, 130, 0, 30)
9244HealafterDeath.Font = Enum.Font.Highway
9245HealafterDeath.Text = "Heal after death"
9246HealafterDeath.TextColor3 = Color3.fromRGB(0, 0, 0)
9247HealafterDeath.TextSize = 20.000
9248HealafterDeath.MouseButton1Down:connect(function()
9249_G.Enabled = true
9250if _G.Enabled then
9251for i,v in pairs(workspace:GetDescendants()) do
9252if v.Name == "KOd" and v:IsA("Folder") then
9253v:Destroy()
9254end
9255end
9256
9257workspace.DescendantAdded:Connect(function(obj)
9258if obj:IsA("Folder") and obj.Name == "KOd" then
9259wait(0.0001)
9260obj:Destroy()
9261end
9262end)
9263end
9264end)
9265
9266TrollersSource.Name = "Trollers Source"
9267TrollersSource.Parent = GuiOwner1x
9268TrollersSource.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
9269TrollersSource.Position = UDim2.new(0.523333311, 0, 4.36666679, 0)
9270TrollersSource.Size = UDim2.new(0, 130, 0, 30)
9271TrollersSource.Font = Enum.Font.Highway
9272TrollersSource.Text = "Trollers Source"
9273TrollersSource.TextColor3 = Color3.fromRGB(0, 0, 0)
9274TrollersSource.TextSize = 20.000
9275TrollersSource.MouseButton1Down:connect(function()
9276local troller = Instance.new("ScreenGui")
9277local Main = Instance.new("Frame")
9278local nameofgui = Instance.new("TextLabel")
9279local border = Instance.new("Frame")
9280local invis = Instance.new("TextButton")
9281local pp = Instance.new("TextButton")
9282local memedog = Instance.new("TextLabel")
9283local die = Instance.new("TextLabel")
9284local worm = Instance.new("TextButton")
9285local cycl = Instance.new("TextButton")
9286local axy = Instance.new("TextLabel")
9287local diemie = Instance.new("TextLabel")
9288
9289troller.Name = "troller"
9290troller.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
9291troller.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
9292troller.ResetOnSpawn = false
9293
9294Main.Name = "Main"
9295Main.Parent = troller
9296Main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
9297Main.BorderSizePixel = 0
9298Main.ClipsDescendants = true
9299Main.Position = UDim2.new(0.04588015, 0, 0.087649405, 0)
9300Main.Size = UDim2.new(0, 248, 0, 311)
9301
9302nameofgui.Name = "nameofgui"
9303nameofgui.Parent = Main
9304nameofgui.BackgroundColor3 = Color3.new(1, 1, 1)
9305nameofgui.BackgroundTransparency = 1
9306nameofgui.ClipsDescendants = true
9307nameofgui.Size = UDim2.new(0, 248, 0, 19)
9308nameofgui.Font = Enum.Font.GothamBold
9309nameofgui.Text = "Troller"
9310nameofgui.TextColor3 = Color3.new(1, 1, 1)
9311nameofgui.TextSize = 16
9312nameofgui.TextXAlignment = Enum.TextXAlignment.Left
9313
9314border.Name = "border"
9315border.Parent = Main
9316border.BackgroundColor3 = Color3.new(1, 1, 1)
9317border.ClipsDescendants = true
9318border.Position = UDim2.new(-0.00131386518, 0, 0.0696422011, 0)
9319border.Size = UDim2.new(0, 248, 0, 1)
9320
9321invis.Name = "invis"
9322invis.Parent = Main
9323invis.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9324invis.ClipsDescendants = true
9325invis.Position = UDim2.new(0, 0, 0.115512639, 0)
9326invis.Size = UDim2.new(0, 248, 0, 27)
9327invis.Font = Enum.Font.SourceSansItalic
9328invis.Text = "FE Invisible Fling (R6 & R15)"
9329invis.TextColor3 = Color3.new(1, 1, 1)
9330invis.TextSize = 16
9331invis.MouseButton1Click:connect(function()
9332
9333
9334
9335spawn(function()
9336local message = Instance.new("Message",workspace)
9337message.Text = "Loaded press z to execute inviseble , press x to respawn)"
9338wait(5)
9339message:Destroy()
9340end)
9341
9342
9343
9344
9345
9346
9347
9348
9349local mouse = game.Players.LocalPlayer:GetMouse()
9350
9351local groot = nil
9352
9353mouse.KeyDown:connect(function(k)
9354
9355 if k == "z" then
9356
9357
9358
9359spawn(function()
9360local message = Instance.new("Message",workspace)
9361message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
9362wait(11)
9363message:Destroy()
9364end)
9365
9366
9367local ch = game.Players.LocalPlayer.Character
9368local prt=Instance.new("Model", workspace)
9369local z1 = Instance.new("Part", prt)
9370z1.Name="Torso"
9371z1.CanCollide = false
9372z1.Anchored = true
9373local z2 =Instance.new("Part", prt)
9374z2.Name="Head"
9375z2.Anchored = true
9376z2.CanCollide = false
9377local z3 =Instance.new("Humanoid", prt)
9378z3.Name="Humanoid"
9379z1.Position = Vector3.new(0,9999,0)
9380z2.Position = Vector3.new(0,9991,0)
9381 game.Players.LocalPlayer.Character=prt
9382wait(5)
9383game.Players.LocalPlayer.Character=ch
9384wait(6)
9385
9386
9387local plr = game.Players.LocalPlayer
9388mouse = plr:GetMouse()
9389
9390local Hum = Instance.new("Humanoid")
9391Hum.Parent = game.Players.LocalPlayer.Character
9392
9393
9394local root = game.Players.LocalPlayer.Character.HumanoidRootPart
9395
9396
9397for i,v in pairs(plr.Character:GetChildren()) do
9398
9399 if v ~= root and v.Name ~= "Humanoid" then
9400
9401 v:Destroy()
9402
9403 end
9404
9405
9406end
9407
9408workspace.CurrentCamera.CameraSubject = root
9409
9410local se = Instance.new("SelectionBox",root)
9411se.Adornee = root
9412
9413
9414game:GetService('RunService').Stepped:connect(function()
9415game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
9416end)
9417game:GetService('RunService').RenderStepped:connect(function()
9418game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
9419end)
9420
9421
9422power = 999999 -- change this to make it more or less powerful
9423
9424power = power*10
9425
9426---
9427wait(.1)
9428local bambam = Instance.new("BodyThrust")
9429bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9430bambam.Force = Vector3.new(power,0,power)
9431bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
9432
9433
9434
9435
9436
9437local plr = game.Players.LocalPlayer
9438local torso = root
9439local flying = true
9440local deb = true
9441local ctrl = {f = 0, b = 0, l = 0, r = 0}
9442local lastctrl = {f = 0, b = 0, l = 0, r = 0}
9443local maxspeed = 120
9444local speed = 15
9445
9446
9447---local bambam = Instance.new("BodyThrust")
9448---bambam.Parent = torso
9449--bambam.Force = Vector3.new(9999999,0,9999999)
9450--bambam.Location = torso.Position
9451
9452
9453---
9454groot = root
9455
9456function Fly()
9457local bg = Instance.new("BodyGyro", torso)
9458bg.P = 9e4
9459bg.maxTorque = Vector3.new(0, 0, 0)
9460bg.cframe = torso.CFrame
9461local bv = Instance.new("BodyVelocity", torso)
9462bv.velocity = Vector3.new(0,0,0)
9463bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
9464repeat wait()
9465
9466if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
9467speed = speed+.2
9468if speed > maxspeed then
9469speed = maxspeed
9470end
9471elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
9472speed = speed-1
9473if speed < 0 then
9474speed = 0
9475end
9476end
9477if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
9478bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
9479lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
9480elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
9481bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
9482else
9483bv.velocity = Vector3.new(0,0.1,0)
9484end
9485
9486until not flying
9487ctrl = {f = 0, b = 0, l = 0, r = 0}
9488lastctrl = {f = 0, b = 0, l = 0, r = 0}
9489speed = 0
9490bg:Destroy()
9491bv:Destroy()
9492
9493end
9494mouse.KeyDown:connect(function(key)
9495if key:lower() == "e" then
9496if flying then flying = false
9497else
9498flying = true
9499Fly()
9500end
9501elseif key:lower() == "w" then
9502ctrl.f = 1
9503elseif key:lower() == "s" then
9504ctrl.b = -1
9505elseif key:lower() == "a" then
9506ctrl.l = -1
9507elseif key:lower() == "d" then
9508ctrl.r = 1
9509end
9510end)
9511mouse.KeyUp:connect(function(key)
9512if key:lower() == "w" then
9513ctrl.f = 0
9514elseif key:lower() == "s" then
9515ctrl.b = 0
9516elseif key:lower() == "a" then
9517ctrl.l = 0
9518elseif key:lower() == "d" then
9519ctrl.r = 0
9520elseif key:lower() == "r" then
9521
9522end
9523end)
9524Fly()
9525
9526
9527
9528 elseif k == "x" then
9529
9530
9531 spawn(function()
9532local message = Instance.new("Message",workspace)
9533message.Text = "Respawning dont spam"
9534wait(1)
9535message:Destroy()
9536end)
9537
9538 local saved = groot.Position
9539
9540local ch = game.Players.LocalPlayer.Character
9541local prt=Instance.new("Model", workspace)
9542local z1 = Instance.new("Part", prt)
9543z1.Name="Torso"
9544z1.CanCollide = false
9545z1.Anchored = true
9546local z2 =Instance.new("Part", prt)
9547z2.Name="Head"
9548z2.Anchored = true
9549z2.CanCollide = false
9550local z3 =Instance.new("Humanoid", prt)
9551z3.Name="Humanoid"
9552z1.Position = Vector3.new(0,9999,0)
9553z2.Position = Vector3.new(0,9991,0)
9554 game.Players.LocalPlayer.Character=prt
9555wait(5)
9556 game.Players.LocalPlayer.Character=ch
9557local poop = nil
9558 repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
9559 wait(1)
9560 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
9561
9562 end
9563
9564
9565end)
9566end)
9567
9568pp.Name = "pp"
9569pp.Parent = Main
9570pp.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9571pp.ClipsDescendants = true
9572pp.Position = UDim2.new(0.00403225794, 0, 0.256927162, 0)
9573pp.Size = UDim2.new(0, 248, 0, 27)
9574pp.Font = Enum.Font.SourceSansItalic
9575pp.Text = "FE Penis (R6)"
9576pp.TextColor3 = Color3.new(1, 1, 1)
9577pp.TextSize = 16
9578pp.MouseButton1Click:connect(function()
9579
9580
9581
9582
9583
9584--R6 dick by diemiers
9585
9586
9587spawn(function()
9588local message = Instance.new("Message",workspace)
9589message.Text = "Fe penisito loaded"
9590wait(11)
9591message:Destroy()
9592end)
9593
9594local name = "Torso"
9595if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
9596 name = "UpperTorso"
9597end
9598
9599local ch = game.Players.LocalPlayer.Character
9600local prt=Instance.new("Model", workspace)
9601local z1 = Instance.new("Part", prt)
9602z1.Name="Torso"
9603z1.CanCollide = false
9604z1.Anchored = true
9605local z2 =Instance.new("Part", prt)
9606z2.Name="Head"
9607z2.Anchored = true
9608z2.CanCollide = false
9609local z3 =Instance.new("Humanoid", prt)
9610z3.Name="Humanoid"
9611z1.Position = Vector3.new(0,9999,0)
9612z2.Position = Vector3.new(0,9991,0)
9613 game.Players.LocalPlayer.Character=prt
9614wait(5)
9615game.Players.LocalPlayer.Character=ch
9616wait(6)
9617game:GetService('RunService').Stepped:connect(function()
9618game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
9619end)
9620game:GetService('RunService').RenderStepped:connect(function()
9621game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
9622end)
9623plr = game.Players.LocalPlayer
9624mouse = plr:GetMouse()
9625
9626game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
9627
9628local Hum = Instance.new("Humanoid")
9629
9630
9631
9632Hum.Parent = game.Players.LocalPlayer.Character
9633game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
9634--game.Players.LocalPlayer.Character:FindFirstChild("Torso").Name = "Head"
9635--game.Players.LocalPlayer.Character:FindFirstChild("Head"):Destroy()
9636--game.Players.LocalPlayer.Character:FindFirstChild(name):Destroy()
9637--game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "GaiPArt"
9638local root =game.Players.LocalPlayer.Character["Right Arm"] -- game.Players.LocalPlayer.Character["Left Leg"]
9639root.Name = "HumanoidRootPart"
9640
9641Hum.HipHeight = 5
9642
9643
9644workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.HumanoidRootPart
9645
9646
9647
9648
9649for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
9650
9651 if v.Name ~=root.Name and v.Name ~="Humanoid" and v.Name ~= "Left Arm" and v.Name ~= "Left Leg" and v.Name ~= "Right Leg" then
9652
9653 v:Destroy()
9654
9655 elseif v.Name == "Left Arm" then
9656
9657 local bp = Instance.new("BodyPosition",v)
9658 bp.MaxForce = Vector3.new(99999,99999,99999)
9659 local bg = Instance.new("BodyGyro",v)
9660 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9661
9662 spawn(function()
9663 bp.D = 300
9664 while true do
9665 bp.Position = root.Position+Vector3.new(0,1.8+1.8+1.8-0.3,0)
9666 wait()
9667 end
9668
9669 end)
9670
9671 elseif v.Name == "Left Leg" then
9672
9673 local bp = Instance.new("BodyPosition",v)
9674 bp.MaxForce = Vector3.new(99999,99999,99999)
9675 local bg = Instance.new("BodyGyro",v)
9676 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9677
9678 spawn(function()
9679 bp.D = 300
9680 while true do
9681 bp.Position = root.Position+Vector3.new(0,1.8-0.3,0)
9682 wait()
9683 end
9684
9685 end)
9686
9687 elseif v.Name == "Right Leg" then
9688
9689 local bp = Instance.new("BodyPosition",v)
9690 bp.MaxForce = Vector3.new(99999,99999,99999)
9691 local bg = Instance.new("BodyGyro",v)
9692 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9693 spawn(function()
9694 bp.D = 300
9695 while true do
9696 bp.Position = root.Position+Vector3.new(0,1.8+1.8-0.3,0)
9697 wait()
9698 end
9699
9700 end)
9701 elseif v.Name == root.Name then
9702
9703 local bg = Instance.new("BodyGyro",v)
9704 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9705 bg.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
9706
9707 end
9708
9709
9710end
9711
9712--local se = Instance.new("SelectionBox",root)
9713--se.Adornee = root
9714
9715
9716power = 999999 -- change this to make it more or less powerful
9717
9718power = power*10
9719
9720---
9721wait(.1)
9722--local bambam = Instance.new("BodyThrust")
9723--bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9724--bambam.Force = Vector3.new(power,0,power)
9725--bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
9726
9727
9728
9729
9730local mouse = game.Players.LocalPlayer:GetMouse()
9731
9732
9733local plr = game.Players.LocalPlayer
9734local torso = root
9735local flying = true
9736local deb = true
9737local ctrl = {f = 0, b = 0, l = 0, r = 0}
9738local lastctrl = {f = 0, b = 0, l = 0, r = 0}
9739local maxspeed = 120
9740local speed = 15
9741
9742
9743---local bambam = Instance.new("BodyThrust")
9744---bambam.Parent = torso
9745--bambam.Force = Vector3.new(9999999,0,9999999)
9746--bambam.Location = torso.Position
9747
9748
9749---
9750
9751
9752function Fly()
9753local bg = Instance.new("BodyGyro", torso)
9754bg.P = 9e4
9755bg.maxTorque = Vector3.new(0, 0, 0)
9756bg.cframe = torso.CFrame
9757local bv = Instance.new("BodyVelocity", torso)
9758bv.velocity = Vector3.new(0,0,0)
9759bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
9760repeat wait()
9761
9762if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
9763speed = speed+.2
9764if speed > maxspeed then
9765speed = maxspeed
9766end
9767elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
9768speed = speed-1
9769if speed < 0 then
9770speed = 0
9771end
9772end
9773if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
9774bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
9775lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
9776elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
9777bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
9778else
9779bv.velocity = Vector3.new(0,0,0)
9780end
9781
9782until not flying
9783ctrl = {f = 0, b = 0, l = 0, r = 0}
9784lastctrl = {f = 0, b = 0, l = 0, r = 0}
9785speed = 0
9786bg:Destroy()
9787bv:Destroy()
9788
9789end
9790mouse.KeyDown:connect(function(key)
9791if key:lower() == "e" then
9792if flying then flying = false
9793else
9794flying = true
9795Fly()
9796end
9797elseif key:lower() == "w" then
9798ctrl.f = 1
9799elseif key:lower() == "s" then
9800ctrl.b = -1
9801elseif key:lower() == "a" then
9802ctrl.l = -1
9803elseif key:lower() == "d" then
9804ctrl.r = 1
9805end
9806end)
9807mouse.KeyUp:connect(function(key)
9808if key:lower() == "w" then
9809ctrl.f = 0
9810elseif key:lower() == "s" then
9811ctrl.b = 0
9812elseif key:lower() == "a" then
9813ctrl.l = 0
9814elseif key:lower() == "d" then
9815ctrl.r = 0
9816elseif key:lower() == "r" then
9817
9818end
9819end)
9820Fly()
9821end)
9822
9823memedog.Name = "memedog"
9824memedog.Parent = Main
9825memedog.BackgroundColor3 = Color3.new(1, 1, 1)
9826memedog.BackgroundTransparency = 1
9827memedog.ClipsDescendants = true
9828memedog.Position = UDim2.new(0.0967741907, 0, 0.745117068, 0)
9829memedog.Size = UDim2.new(0, 200, 0, 23)
9830memedog.Font = Enum.Font.SourceSansLight
9831memedog.Text = "Memedog#1256 for GUI"
9832memedog.TextColor3 = Color3.new(0, 1, 0)
9833memedog.TextSize = 16
9834
9835die.Name = "die"
9836die.Parent = Main
9837die.BackgroundColor3 = Color3.new(1, 1, 1)
9838die.BackgroundTransparency = 1
9839die.ClipsDescendants = true
9840die.Position = UDim2.new(0.0120967738, 0, 0.66750288, 0)
9841die.Size = UDim2.new(0, 246, 0, 23)
9842die.Font = Enum.Font.SourceSansLight
9843die.Text = "Diemiers#4209 & Cyclically#9215 for scripts"
9844die.TextColor3 = Color3.new(0, 1, 1)
9845die.TextSize = 16
9846
9847worm.Name = "worm"
9848worm.Parent = Main
9849worm.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9850worm.ClipsDescendants = true
9851worm.Position = UDim2.new(-0.00403225794, 0, 0.405297279, 0)
9852worm.Size = UDim2.new(0, 248, 0, 27)
9853worm.Font = Enum.Font.SourceSansItalic
9854worm.Text = "FE Wormus (R6)"
9855worm.TextColor3 = Color3.new(1, 1, 1)
9856worm.TextSize = 16
9857worm.MouseButton1Click:connect(function()
9858 --Made by GreenFace#4209
9859
9860
9861--Wormus
9862
9863--If ur legs gonna lose network owner they not going to lose them u will pick them up when ur network owner gonna comeback
9864
9865--Found some replication bugs long time ago
9866
9867--ik its not clean code
9868
9869local name = "Torso"
9870local ch = game.Players.LocalPlayer.Character
9871local prt=Instance.new("Model", workspace)
9872local z1 = Instance.new("Part", prt)
9873z1.Name="Torso"
9874z1.CanCollide = false
9875z1.Anchored = true
9876local z2 =Instance.new("Part", prt)
9877z2.Name="Head"
9878z2.Anchored = true
9879z2.CanCollide = false
9880local z3 =Instance.new("Humanoid", prt)
9881z3.Name="Humanoid"
9882z1.Position = Vector3.new(0,9999,0)
9883z2.Position = Vector3.new(0,9991,0)
9884 game.Players.LocalPlayer.Character=prt
9885wait(5)
9886game.Players.LocalPlayer.Character=ch
9887wait(6)
9888
9889
9890--game:GetService('RunService').Stepped:connect(function()
9891--game.Players.LocalPlayer.Character.Head.CanCollide = false
9892--end)
9893local humano = game.Players.LocalPlayer.Character.Humanoid:Clone()
9894wait()
9895game.Players.LocalPlayer.Character[name]:Destroy()
9896game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
9897
9898
9899
9900local torso = game.Players.LocalPlayer.Character.Head
9901game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
9902
9903
9904humano.Parent = game.Players.LocalPlayer.Character
9905
9906local humanoid = humano--Instance.new("Humanoid",game.Players.LocalPlayer.Character)
9907
9908humanoid.HipHeight = 4
9909
9910humanoid.WalkSpeed = 50
9911
9912torso.Name = "HumanoidRootPart"
9913
9914limbs = {
9915game.Players.LocalPlayer.Character["Left Arm"],
9916game.Players.LocalPlayer.Character["Right Arm"],
9917game.Players.LocalPlayer.Character["Left Leg"],
9918game.Players.LocalPlayer.Character["Right Leg"]
9919}
9920for i,v in pairs(limbs)do
9921
9922local bodypos = Instance.new("BodyPosition",v)
9923
9924bodypos.MaxForce = Vector3.new(999999,999999,999999)
9925
9926bodypos.D = 400
9927
9928local bodyg = Instance.new("BodyGyro",v)
9929
9930bodyg.MaxTorque =Vector3.new(99999999,99999999,999999)
9931
9932
9933spawn(function()
9934while true do
9935bodypos.Position = torso.Position-Vector3.new(0,i*1.5,0)
9936wait(0.1)
9937end
9938end)
9939end
9940end)
9941
9942cycl.Name = "cycl"
9943cycl.Parent = Main
9944cycl.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9945cycl.ClipsDescendants = true
9946cycl.Position = UDim2.new(0, 0, 0.551240921, 0)
9947cycl.Size = UDim2.new(0, 248, 0, 27)
9948cycl.Font = Enum.Font.SourceSansItalic
9949cycl.Text = "Cyclone Admin"
9950cycl.TextColor3 = Color3.new(1, 1, 1)
9951cycl.TextSize = 16
9952cycl.MouseButton1Click:connect(function()
9953 -- Made by Cyclically | Cyclone
9954-- Version: 0.2a
9955-- Settings:
9956local PREFIX = ";"
9957-- Variables:
9958local LocalPlayer = game:GetService("Players").LocalPlayer
9959local TweenService = game:GetService("TweenService")
9960local RunService = game:GetService("RunService")
9961local mouse = LocalPlayer:GetMouse()
9962local ContentProvider = game:GetService("ContentProvider")
9963local Players = setmetatable(game:GetService("Players"):GetPlayers(), {
9964 __metatable = "Metatable is locked"; -- Theres a reason for this.
9965 __index = function(self, k)
9966 if k:lower() == "all" then
9967 return game:GetService("Players"):GetPlayers()
9968 elseif k:lower() == "others" then
9969 local plrReturn = {}
9970 for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
9971 if plr ~= LocalPlayer then
9972 table.insert(plrReturn, plr)
9973 end
9974 end
9975 return plrReturn
9976 elseif k:lower() == "me" then
9977 return {LocalPlayer}
9978 elseif k:lower() == "random" then
9979 return game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
9980 else
9981 for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
9982 if string.find(plr.Name:lower(), k:lower()) then
9983 return {plr}
9984 end
9985 end
9986 end
9987 end
9988})
9989-- Instances:
9990local CycloneGui = Instance.new("ScreenGui", game.CoreGui)
9991local mainFrame = Instance.new("ImageLabel", CycloneGui)
9992local titleLabel = Instance.new("TextLabel", mainFrame)
9993local bottomFrame = Instance.new("Frame", mainFrame)
9994local searchBox = Instance.new("TextBox", bottomFrame)
9995local cmdList = Instance.new("ScrollingFrame", bottomFrame)
9996local listLayout = Instance.new("UIListLayout", cmdList)
9997local topBlinker = Instance.new("Frame", CycloneGui)
9998local bottomBlinker = Instance.new("Frame", CycloneGui)
9999local introLabel = Instance.new("TextLabel")
10000local introFrame = Instance.new("ImageLabel", introLabel)
10001local introShadow = Instance.new("ImageLabel", introLabel)
10002local notifBar = Instance.new("ImageLabel")
10003local notifText = Instance.new("TextLabel", notifBar)
10004local barlabel = Instance.new("TextButton")
10005--Properties:
10006CycloneGui.Name = "CycloneGui"
10007
10008mainFrame.Name = "mainFrame"
10009mainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
10010mainFrame.BackgroundTransparency = 1
10011mainFrame.Position = UDim2.new(0.82, 0, 1, 0)
10012mainFrame.Size = UDim2.new(0.16, 0, 0.4, 0)
10013mainFrame.ZIndex = 0
10014mainFrame.Image = "rbxassetid://2851927369"
10015mainFrame.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
10016mainFrame.ScaleType = Enum.ScaleType.Slice
10017mainFrame.SliceCenter = Rect.new(10, 10, 10, 10)
10018
10019titleLabel.Name = "titleLabel"
10020titleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
10021titleLabel.BackgroundTransparency = 1
10022titleLabel.Size = UDim2.new(1, 0, 0.125409842, 0)
10023titleLabel.Font = Enum.Font.GothamBold
10024titleLabel.Text = "Cyclone"
10025titleLabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10026titleLabel.TextSize = 14
10027
10028bottomFrame.Name = "bottomFrame"
10029bottomFrame.BackgroundColor3 = Color3.new(0, 0.0117647, 0.0352941)
10030bottomFrame.BorderSizePixel = 0
10031bottomFrame.Position = UDim2.new(0, 0, 0.125409856, 0)
10032bottomFrame.Size = UDim2.new(1, 0, 0.874590158, 0)
10033
10034searchBox.Name = "searchBox"
10035searchBox.BackgroundColor3 = Color3.new(0, 0.0196078, 0.0666667)
10036searchBox.BorderSizePixel = 0
10037searchBox.Size = UDim2.new(1, 0, 0.100000001, 0)
10038searchBox.ZIndex = 2
10039searchBox.Font = Enum.Font.GothamBold
10040searchBox.PlaceholderColor3 = Color3.new(0.113725, 0.188235, 0.34902)
10041searchBox.PlaceholderText = "Search"
10042searchBox.Text = ""
10043searchBox.TextColor3 = Color3.new(0.168627, 0.278431, 0.517647)
10044searchBox.TextSize = 10
10045
10046cmdList.Name = "cmdList"
10047cmdList.BackgroundColor3 = Color3.new(0, 0.0156863, 0.0588235)
10048cmdList.BorderSizePixel = 0
10049cmdList.Position = UDim2.new(0, 0, 0.0999999866, 0)
10050cmdList.Size = UDim2.new(1, 0, 0.900000036, 0)
10051cmdList.ZIndex = 2
10052cmdList.CanvasSize = UDim2.new(0, 0, 10, 0)
10053cmdList.ScrollBarThickness = 0
10054
10055listLayout.Name = "listLayout"
10056
10057topBlinker.Name = "topBlinker"
10058topBlinker.BackgroundColor3 = Color3.new(0, 0, 0)
10059topBlinker.BorderSizePixel = 0
10060topBlinker.Size = UDim2.new(1, 0, 0, 0)
10061topBlinker.ZIndex = 4
10062
10063bottomBlinker.Name = "bottomBlinker"
10064bottomBlinker.BackgroundColor3 = Color3.new(0, 0, 0)
10065bottomBlinker.BorderSizePixel = 0
10066bottomBlinker.Position = UDim2.new(0, 0, 1, 0)
10067bottomBlinker.Size = UDim2.new(1, 0, 0, 0)
10068bottomBlinker.ZIndex = 4
10069
10070introLabel.Name = "introLabel"
10071introLabel.BackgroundColor3 = Color3.new(1, 1, 1)
10072introLabel.BackgroundTransparency = 1
10073introLabel.BorderSizePixel = 0
10074introLabel.Size = UDim2.new(1, 0, 1, 0)
10075introLabel.ZIndex = 2
10076introLabel.Font = Enum.Font.GothamBlack
10077introLabel.Text = "CYCLONE"
10078introLabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10079introLabel.TextSize = 100
10080introLabel.TextStrokeColor3 = Color3.new(0.258824, 0.282353, 0.309804)
10081introLabel.TextStrokeTransparency = 0
10082
10083introFrame.Name = "introFrame"
10084introFrame.BackgroundColor3 = Color3.new(1, 1, 1)
10085introFrame.BackgroundTransparency = 1
10086introFrame.Position = UDim2.new(0.275894552, 0, 0.362831891, 0)
10087introFrame.Size = UDim2.new(0.447269291, 0, 0.267256588, 0)
10088introFrame.Image = "rbxassetid://2851920938"
10089introFrame.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
10090introFrame.ScaleType = Enum.ScaleType.Slice
10091introFrame.SliceCenter = Rect.new(25, 25, 25, 25)
10092
10093introShadow.Name = "introShadow"
10094introShadow.BackgroundColor3 = Color3.new(1, 1, 1)
10095introShadow.BackgroundTransparency = 1
10096introShadow.Position = UDim2.new(0.275894552, 0, 0.362831891, 0)
10097introShadow.Size = UDim2.new(0.447269291, 0, 0.287332058, 0)
10098introShadow.ZIndex = 0
10099introShadow.Image = "rbxassetid://2851920938"
10100introShadow.ImageColor3 = Color3.new(0, 0.0235294, 0.0705882)
10101introShadow.ScaleType = Enum.ScaleType.Slice
10102introShadow.SliceCenter = Rect.new(25, 25, 25, 25)
10103
10104notifBar.Name = "notifBar"
10105notifBar.BackgroundColor3 = Color3.new(1, 1, 1)
10106notifBar.BackgroundTransparency = 1
10107notifBar.BorderSizePixel = 0
10108notifBar.Position = UDim2.new(0.55, 0, 0.97, 0)
10109notifBar.Size = UDim2.new(0.25, 0, 0.06, 0)
10110notifBar.ZIndex = 0
10111notifBar.Image = "rbxassetid://2851920938"
10112notifBar.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
10113notifBar.ImageTransparency = 1
10114notifBar.ScaleType = Enum.ScaleType.Slice
10115notifBar.SliceCenter = Rect.new(25, 25, 25, 25)
10116
10117notifText.Name = "notifText"
10118notifText.BackgroundColor3 = Color3.new(1, 1, 1)
10119notifText.BackgroundTransparency = 1
10120notifText.BorderSizePixel = 0
10121notifText.Size = UDim2.new(1, 0, 1, 0)
10122notifText.Font = Enum.Font.GothamBold
10123notifText.Text = "Error message"
10124notifText.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10125notifText.TextSize = 10
10126notifText.TextStrokeTransparency = 1
10127notifText.TextTransparency = 1
10128notifText.TextWrapped = true
10129
10130barlabel.Name = "barlabel"
10131barlabel.BackgroundColor3 = Color3.fromRGB(0, 3, 16)
10132barlabel.BackgroundTransparency = 1
10133barlabel.BorderSizePixel = 0
10134barlabel.Size = UDim2.new(1, 0, 0.01, 0)
10135barlabel.ZIndex = 3
10136barlabel.Font = Enum.Font.GothamBold
10137barlabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10138barlabel.TextSize = 9
10139barlabel.TextTransparency = 1
10140-- Script:
10141local localcc = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
10142local localblur = Instance.new("BlurEffect", game:GetService("Lighting"))
10143localblur.Size = 0
10144local tweenInfo1 = TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10145local tweenInfo2 = TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10146local tweenInfo3 = TweenInfo.new(2, Enum.EasingStyle.Back, Enum.EasingDirection.In)
10147local cmdsHelp = {}
10148local cmdsHint = {}
10149local notifSound = Instance.new("Sound", CycloneGui)
10150notifSound.SoundId = "rbxassetid://180877191"
10151notifSound.Volume = 1
10152local Events = setmetatable({}, { -- These are mostly for debugging
10153 __metatable = "Metatable is locked";
10154 __newindex = function(self, i, k)
10155 warn("Event " .. k .. " created")
10156 end;
10157 __index = function(self, k)
10158 warn("Tried to access unknown event " .. k)
10159 end
10160}) -- Custom RBXScriptSignal with OOP
10161local stringSplit = function(str, pattern)
10162 local returnTab = {}
10163 local mainInd = 0
10164 for i = 1, #str do
10165 if string.sub(str, i, i + #pattern - 1) == pattern or i + #pattern == #str then
10166 local splitAdder = -1
10167 if i + #pattern == #str then
10168 splitAdder = 1
10169 end
10170 table.insert(returnTab, string.sub(str, mainInd, i + splitAdder))
10171 mainInd = i + #pattern
10172 end
10173 end
10174 return returnTab
10175end
10176CustomEnum = { -- Custom enumeration
10177 BlinkingDirection = {
10178 Close = 1;
10179 Open = 2;
10180 };
10181 NotifcationType = {
10182 Normal = 3;
10183 Important = 4;
10184 Random = 5;
10185 Error = 6;
10186 }
10187};
10188local function chatPlr(message) -- Makes you chat
10189 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(tostring(message), "All")
10190end
10191local function createNotif(message, notifType) -- Create notifications
10192 local CnotifBar = notifBar:Clone()
10193 local notifCol = Color3.fromRGB(213, 232, 255)
10194 if notifType == 4 then
10195 notifCol = Color3.fromRGB(141, 255, 128)
10196 elseif notifType == 5 then
10197 notifCol = Color3.fromRGB(249, 255, 126)
10198 elseif notifType == 6 then
10199 notifCol = Color3.fromRGB(255, 49, 80)
10200 end
10201 CnotifBar.Parent = CycloneGui
10202 local notifBars = {}
10203 for _, v in pairs(CycloneGui:GetChildren()) do
10204 if v.Name == "notifBar" then
10205 table.insert(notifBars, v)
10206 end
10207 end
10208 local notifBarPos = Instance.new("NumberValue", CnotifBar)
10209 notifBarPos.Name = "notifBarPos"
10210 notifBarPos.Value = CnotifBar.Position.Y.Scale
10211 CnotifBar.notifText.Text = message
10212 CnotifBar.notifText.TextColor3 = notifCol
10213 notifSound:Play()
10214 TweenService:Create(CnotifBar, tweenInfo2, {ImageTransparency = 0}):Play()
10215 TweenService:Create(CnotifBar.notifText, tweenInfo2, {TextTransparency = 0}):Play()
10216 for index, notifB in pairs(notifBars) do
10217 TweenService:Create(notifB, tweenInfo2, {Position = UDim2.new(0.55, 0, notifB:FindFirstChild("notifBarPos").Value - 0.07, 0)}):Play()
10218 notifB:FindFirstChild("notifBarPos").Value = notifB:FindFirstChild("notifBarPos").Value - 0.07
10219 end
10220 wait(2)
10221 TweenService:Create(CnotifBar, tweenInfo2, {ImageTransparency = 1}):Play()
10222 TweenService:Create(CnotifBar.notifText, tweenInfo2, {TextTransparency = 1}):Play()
10223end
10224local Cyclone = {
10225 -- Functions:
10226 updateSearchBar = function(self)
10227 for _, v in pairs(cmdList:GetChildren()) do
10228 if not v:IsA("UIListLayout") then
10229 v:Destroy()
10230 end
10231 end
10232 for index, cmdHelper in pairs(cmdsHelp) do
10233 if string.find(cmdHelper, searchBox.Text) then
10234 local Cbarlabel = barlabel:Clone()
10235 Cbarlabel.MouseButton1Down:Connect(function()
10236 createNotif(cmdsHint[cmdHelper], CustomEnum.NotifcationType.Random)
10237 end)
10238 if index % 2 == 1 then
10239 Cbarlabel.BackgroundColor3 = Color3.fromRGB(0, 5, 22)
10240 end
10241 Cbarlabel.Text = PREFIX .. cmdHelper
10242 Cbarlabel.Parent = cmdList
10243 TweenService:Create(Cbarlabel, tweenInfo2, {TextTransparency = 0, BackgroundTransparency = 0}):Play()
10244 end
10245 end
10246 end;
10247 -- Methods:
10248 newConnection = function(self, eventName)
10249 assert(Events[eventName] == nil, "Event already exists")
10250 local newEvent = Instance.new("BindableEvent")
10251 Events[eventName] = newEvent
10252 return newEvent
10253 end;
10254 setBlinker = function(self, blinkType, speed, coverup)
10255 local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10256 if blinkType == 1 then
10257 TweenService:Create(topBlinker, newInfo, {Size = UDim2.new(1, 0, coverup * 0.5 / 1, 0)}):Play()
10258 TweenService:Create(bottomBlinker, newInfo, {Size = UDim2.new(1, 0, coverup * 0.5 / 1, 0); Position = UDim2.new(0, 0, 1 - (coverup * 0.5 / 1), 0)}):Play()
10259 elseif blinkType == 2 then
10260 TweenService:Create(topBlinker, newInfo, {Size = UDim2.new(1, 0, 0, 0)}):Play()
10261 TweenService:Create(bottomBlinker, newInfo, {Size = UDim2.new(1, 0, 0, 0); Position = UDim2.new(0, 0, 1, 0)}):Play()
10262 end
10263 end;
10264 setBrightness = function(self, brightness, speed)
10265 local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10266 TweenService:Create(localcc, newInfo, {Brightness = brightness}):Play()
10267 end;
10268 setBlur = function(self, size, speed)
10269 local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10270 TweenService:Create(localblur, newInfo, {Size = size}):Play()
10271 end;
10272 createSound = function(self, id, volume)
10273 local newSound = Instance.new("Sound", CycloneGui)
10274 newSound.SoundId = id
10275 newSound.Volume = volume
10276 return newSound
10277 end;
10278 createCommand = function(self, cmdName, cmdHelp, hint, func)
10279 table.insert(cmdsHelp, cmdHelp)
10280 cmdsHint[cmdHelp] = hint
10281 LocalPlayer.Chatted:Connect(function(msg)
10282 if PREFIX .. cmdName == string.sub(msg, 1, #PREFIX + #cmdName) then
10283 assert(type(func) == "function", "bad argument #3 to \"createCommand\" (function expected, got " .. type(func) .. ")")
10284 local params = stringSplit(msg, " ")
10285 table.remove(params, 1)
10286 params = stringSplit(table.concat(params), ",")
10287 func(params)
10288 end
10289 end)
10290 end;
10291}
10292-- Command variables:
10293local lagserver = false
10294local clicktp = nil
10295local oofspamming = false
10296-- Command creation:
10297Cyclone:createCommand("rejoin", "rejoin", "Makes you rejoin the game", function(cmdParameters)
10298 game:GetService("TeleportService"):Teleport(game.GameId, LocalPlayer)
10299end)
10300Cyclone:createCommand("respawn", "respawn", "Respawn your character", function(cmdParameters)
10301 LocalPlayer.Character:ClearAllChildren()
10302 local char = Instance.new("Model", workspace)
10303 Instance.new("Humanoid", char)
10304 LocalPlayer.Character = char
10305end)
10306Cyclone:createCommand("kill", "kill [plr]", "Kills the target player", function(cmdParameters)
10307 local torsoname = "Torso"
10308 if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
10309 torsoname = "UpperTorso"
10310 end
10311 if Players[cmdParameters[1]][1].Character ~= nil then
10312 local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
10313 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
10314 local tool = Instance.new("Tool", LocalPlayer.Backpack)
10315 local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
10316 local hathandle = hat.Handle
10317 hathandle.Parent = tool
10318 hathandle.Massless = true
10319 tool.GripPos = Vector3.new(0, 9e99, 0)
10320 tool.Parent = LocalPlayer.Character
10321 repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
10322 tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
10323 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
10324 repeat
10325 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").CFrame
10326 wait()
10327 until Players[cmdParameters[1]][1].Character == nil or Players[cmdParameters[1]][1].Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").Velocity.Magnitude - Players[cmdParameters[1]][1].Character:FindFirstChild("Humanoid").WalkSpeed) > (Players[cmdParameters[1]][1].Character:FindFirstChild("Humanoid").WalkSpeed + 20)
10328 LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
10329 hathandle.Parent = hat
10330 hathandle.Massless = false
10331 tool:Destroy()
10332 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
10333 end
10334end)
10335Cyclone:createCommand("dupetools", "dupetools [amount]", "Duplicates your tools, must have startertools", function(cmdParameters)
10336 createNotif("Now duplicating " .. cmdParameters[1] .. " tools", CustomEnum.NotifcationType.Normal)
10337 LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
10338 local currentamount = #LocalPlayer.Backpack:GetChildren()
10339 LocalPlayer.Character.Archivable = true
10340 local tempchar = LocalPlayer.Character:Clone()
10341 local lastchar = nil
10342 tempchar.Parent = workspace
10343 local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
10344 repeat
10345 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
10346 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
10347 if tool:IsA("Tool") then
10348 tool.Parent = LocalPlayer
10349 end
10350 end
10351 LocalPlayer.Character:ClearAllChildren()
10352 local char = Instance.new("Model", workspace)
10353 Instance.new("Humanoid", char)
10354 LocalPlayer.Character = char
10355 if lastchar ~= nil then
10356 lastchar:Destroy()
10357 end
10358 repeat RunService.RenderStepped:Wait() until LocalPlayer.Character ~= nil
10359 lastchar = char
10360 RunService.RenderStepped:Wait()
10361 until #LocalPlayer:GetChildren() - 3 - currentamount >= cmdParameters[1]
10362 repeat RunService.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
10363 lastchar:Destroy()
10364 for _, tool in pairs(LocalPlayer:GetChildren()) do
10365 if tool:IsA("Tool") then
10366 tool.Parent = LocalPlayer.Backpack
10367 end
10368 end
10369 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
10370 tempchar:Destroy()
10371end)
10372Cyclone:createCommand("accessorytotool", "accessorytotool", "Converts your accessories into tools", function(cmdParameters)
10373 for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
10374 if hat.Handle ~= nil then
10375 local tool = Instance.new("Tool", LocalPlayer.Backpack)
10376 tool.Name = hat.Name
10377 local hathandle = hat.Handle
10378 hathandle:FindFirstChildOfClass("Weld"):Destroy()
10379 hathandle.Parent = tool
10380 hathandle.Massless = true
10381 end
10382 end
10383end)
10384Cyclone:createCommand("lagserver", "lagserver", "Lags the server", function(cmdParameters)
10385 lagserver = true
10386 repeat
10387 local anim = Instance.new("Animation")
10388 anim.AnimationId = math.random()
10389 LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
10390 anim:Destroy()
10391 until lagserver == false
10392end)
10393Cyclone:createCommand("unlagserver", "unlagserver", "Stop lagging the server", function(cmdParameters)
10394 lagserver = false
10395end)
10396Cyclone:createCommand("custombtools", "custombtools", "Custom btools, only replicates on unanchored parts", function(cmdParameters)
10397 local movetool = Instance.new("Tool", LocalPlayer.Backpack)
10398 local deletetool = Instance.new("Tool", LocalPlayer.Backpack)
10399 local undotool = Instance.new("Tool", LocalPlayer.Backpack)
10400 local identifytool = Instance.new("Tool", LocalPlayer.Backpack)
10401 local movedetect = false
10402 local movingpart = nil
10403 local movetransparency = 0
10404 if editedparts == nil then
10405 editedparts = {}
10406 parentfix = {}
10407 positionfix = {}
10408 end
10409 deletetool.Name = "Delete"
10410 undotool.Name = "Undo"
10411 identifytool.Name = "Identify"
10412 movetool.Name = "Move"
10413 undotool.CanBeDropped = false
10414 deletetool.CanBeDropped = false
10415 identifytool.CanBeDropped = false
10416 movetool.CanBeDropped = false
10417 undotool.RequiresHandle = false
10418 deletetool.RequiresHandle = false
10419 identifytool.RequiresHandle = false
10420 movetool.RequiresHandle = false
10421 local function createnotification(title, text)
10422 game:GetService("StarterGui"):SetCore("SendNotification", {
10423 Title = title;
10424 Text = text;
10425 Duration = 1;
10426 })
10427 end
10428 deletetool.Activated:Connect(function()
10429 createnotification("Delete Tool", "You have deleted "..mouse.Target.Name)
10430 table.insert(editedparts, mouse.Target)
10431 table.insert(parentfix, mouse.Target.Parent)
10432 table.insert(positionfix, mouse.Target.CFrame)
10433 spawn(function()
10434 local deletedpart = mouse.Target
10435 repeat
10436 deletedpart.Anchored = true
10437 deletedpart.CFrame = CFrame.new(1000000000, 1000000000, 1000000000)
10438 wait()
10439 until deletedpart.CFrame ~= CFrame.new(1000000000, 1000000000, 1000000000)
10440 end)
10441 end)
10442 undotool.Activated:Connect(function()
10443 createnotification("Undo Tool", "You have undone "..editedparts[#editedparts].Name)
10444 editedparts[#editedparts].Parent = parentfix[#parentfix]
10445 editedparts[#editedparts].CFrame = positionfix[#positionfix]
10446 table.remove(positionfix, #positionfix)
10447 table.remove(editedparts, #editedparts)
10448 table.remove(parentfix, #parentfix)
10449 end)
10450 identifytool.Activated:Connect(function()
10451 createnotification("Identify Tool", "Instance: "..mouse.Target.ClassName.."\nName: "..mouse.Target.Name)
10452 end)
10453 movetool.Activated:Connect(function()
10454 createnotification("Move Tool", "You are moving: "..mouse.Target.Name)
10455 movingpart = mouse.Target
10456 movedetect = true
10457 movingpart.CanCollide = false
10458 movetransparency = movingpart.Transparency
10459 movingpart.Transparency = 0.5
10460 mouse.TargetFilter = movingpart
10461 table.insert(editedparts, movingpart)
10462 table.insert(parentfix, movingpart.Parent)
10463 table.insert(positionfix, movingpart.CFrame)
10464 movingpart.Transparency = movingpart.Transparency / 2
10465 repeat
10466 mouse.Move:Wait()
10467 movingpart.CFrame = CFrame.new(mouse.Hit.p)
10468 until movedetect == false
10469 end)
10470 movetool.Deactivated:Connect(function()
10471 createnotification("Move Tool", "You have stopped moving: "..mouse.Target.Name)
10472 movingpart.CanCollide = true
10473 movedetect = false
10474 mouse.TargetFilter = nil
10475 movingpart.Transparency = movetransparency
10476 end)
10477end)
10478Cyclone:createCommand("brickspam", "brickspam", "Turns your tools into bricks then drops them", function(cmdParameters)
10479 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
10480 if tool:IsA("Tool") then
10481 tool.Parent = LocalPlayer.Character
10482 if tool.Handle:FindFirstChild("Mesh") ~= nil then
10483 tool.Handle:FindFirstChild("Mesh"):Destroy()
10484 end
10485 tool.Parent = workspace.Terrain -- Bypasses some tool clearing scripts
10486 wait()
10487 end
10488 end
10489end)
10490Cyclone:createCommand("drophats", "drophats", "Drops all your hats", function(cmdParameters)
10491 for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
10492 hat.Parent = workspace.Terrain -- Bypasses some hat clearing scripts
10493 end
10494end)
10495Cyclone:createCommand("brickhats", "brickhats", "Turns your hats into bricks", function(cmdParameters)
10496 for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
10497 if hat.Handle:FindFirstChild("Mesh") then
10498 hat.Handle.Mesh:Destroy()
10499 end
10500 end
10501end)
10502Cyclone:createCommand("float", "float [velocity]", "Makes you float with given velocity", function(cmdParameters)
10503 Instance.new("BodyVelocity", LocalPlayer.Character:FindFirstChild("HumanoidRootPart")).Velocity = Vector3.new(0, cmdParameters[1], 0)
10504end)
10505Cyclone:createCommand("clicktp", "clicktp", "Click to teleport to your mouse position", function(cmdParameters)
10506 clicktp = mouse.Button1Down:Connect(function()
10507 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = mouse.Hit
10508 end)
10509end)
10510Cyclone:createCommand("unclicktp", "unclicktp", "Stops clicktp", function(cmdParameters)
10511 if clicktp then
10512 clicktp:Disconnect()
10513 end
10514end)
10515Cyclone:createCommand("xray", "xray", "Makes you see through walls", function(cmdParameters)
10516 for _, d in pairs(workspace:GetDescendants()) do
10517 if d:IsA("BasePart") then
10518 local transpVal = Instance.new("NumberValue", d)
10519 transpVal.Name = "transpVal"
10520 transpVal.Value = d.Transparency
10521 d.Transparency = d.Transparency + 0.75
10522 end
10523 end
10524end)
10525Cyclone:createCommand("unxray", "unxray", "Removes Xray", function(cmdParameters)
10526 for _, d in pairs(workspace:GetDescendants()) do
10527 if d:IsA("BasePart") and d:FindFirstChild("transpVal") then
10528 d.Transparency = d:FindFirstChild("transpVal").Value
10529 d:FindFirstChild("transpVal"):Destroy()
10530 end
10531 end
10532end)
10533Cyclone:createCommand("countdown", "countdown [countinto]", "Makes you count from countinto to 0 with changeable delay", function(cmdParameters)
10534 for i = cmdParameters[1], 0, -1 do
10535 chatPlr(i)
10536 wait(tonumber(cmdParameters[2]))
10537 end
10538end)
10539Cyclone:createCommand("getos", "getos [plr]", "Gets the OS of the target", function(cmdParameters)
10540 for _, plr in pairs(Players[cmdParameters[1]]) do
10541 createNotif(plr.Name .. "'s OS is " .. plr.OsPlatform)
10542 end
10543end)
10544Cyclone:createCommand("getage", "getage [plr]", "Gets the account age of the target", function(cmdParameters)
10545 for _, plr in pairs(Players[cmdParameters[1]]) do
10546 createNotif(plr.Name .. "'s account age is " .. plr.AccountAge)
10547 end
10548end)
10549Cyclone:createCommand("hugkill", "hugkill", "Touch players to kill them, must have player collision", function(cmdParameters)
10550 local torsoname = "Torso"
10551 if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
10552 torsoname = "UpperTorso"
10553 end
10554 LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
10555 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
10556 local tool = Instance.new("Tool", LocalPlayer.Backpack)
10557 LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
10558 tool.Handle.Massless = true
10559 tool.GripPos = Vector3.new(0, math.huge, 0)
10560 tool.Parent = LocalPlayer.Character
10561 wait()
10562 tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
10563 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
10564end)
10565Cyclone:createCommand("goto", "goto [plr]", "Teleports to the player", function(cmdParameters)
10566 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").CFrame
10567end)
10568Cyclone:createCommand("oofspam", "oofspam [speed]", "Spams OOF with changeable speed", function(cmdParameters)
10569 repeat
10570 for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
10571 plr.Character:FindFirstChild("Head").Died.Playing = true
10572 end
10573 wait(tonumber(cmdParameters[2]))
10574 until oofspamming == false
10575end)
10576Cyclone:createCommand("unoofspam", "unoofspam", "Stops OOF spam", function(cmdParameters)
10577 oofspamming = true
10578end)
10579searchBox:GetPropertyChangedSignal("Text"):Connect(Cyclone.updateSearchBar)
10580Cyclone.updateSearchBar()
10581-- Introduction setup:
10582local woosh1 = Cyclone:createSound("rbxassetid://858508159", 1)
10583local woosh2 = Cyclone:createSound("rbxassetid://541909763", 1)
10584local introSound = Cyclone:createSound("rbxassetid://745159327", 1)
10585local introBGM = Cyclone:createSound("rbxassetid://383635191", 1)
10586Cyclone:setBlinker(CustomEnum.BlinkingDirection.Close, 1, 1)
10587Cyclone:setBrightness(-1, 0.5)
10588Cyclone:setBlur(25, 1)
10589wait(1)
10590ContentProvider:PreloadAsync(CycloneGui:GetDescendants())
10591introLabel.Parent = CycloneGui
10592local oldCamOffset = LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset
10593LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset = LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset + Vector3.new(0, 10, 0)
10594wait(1)
10595TweenService:Create(LocalPlayer.Character:FindFirstChild("Humanoid"), tweenInfo1, {CameraOffset = oldCamOffset}):Play()
10596woosh1:Play()
10597introSound:Play()
10598Cyclone:setBlinker(CustomEnum.BlinkingDirection.Close, 1, 0.5)
10599Cyclone:setBrightness(1, 0.1)
10600wait(0.1)
10601Cyclone:setBrightness(-0.5, 2.5)
10602wait(3)
10603TweenService:Create(introLabel, tweenInfo3, {Position = UDim2.new(0, 0, 1, 0)}):Play()
10604Cyclone:setBlinker(CustomEnum.BlinkingDirection.Open, 1, 1)
10605Cyclone:setBrightness(0, 3)
10606Cyclone:setBlur(0, 3)
10607wait(2)
10608woosh2:Play()
10609TweenService:Create(mainFrame, tweenInfo2, {Position = UDim2.new(0.82, 0, 0.6, 0)}):Play()
10610wait(0.1)
10611introBGM:Play()
10612createNotif("Cyclone V1.0 is now running", CustomEnum.NotifcationType.Important)
10613wait(0.1)
10614if not string.split then
10615 createNotif("Your exploit doesn't support string.split", CustomEnum.NotifcationType.Error)
10616end
10617end)
10618
10619axy.Name = "axy"
10620axy.Parent = Main
10621axy.BackgroundColor3 = Color3.new(1, 1, 1)
10622axy.BackgroundTransparency = 1
10623axy.ClipsDescendants = true
10624axy.Position = UDim2.new(0.0120967738, 0, 0.821194768, 0)
10625axy.Size = UDim2.new(0, 246, 0, 23)
10626axy.Font = Enum.Font.SourceSansLight
10627axy.Text = "Axyzes#9205 for UI Tween"
10628axy.TextColor3 = Color3.new(0.333333, 1, 0.498039)
10629axy.TextSize = 16
10630
10631diemie.Name = "diemie"
10632diemie.Parent = Main
10633diemie.BackgroundColor3 = Color3.new(1, 1, 1)
10634diemie.BackgroundTransparency = 1
10635diemie.BorderColor3 = Color3.new(1, 1, 0)
10636diemie.ClipsDescendants = true
10637diemie.Position = UDim2.new(0.0120967738, 0, 0.897332668, 0)
10638diemie.Size = UDim2.new(0, 246, 0, 23)
10639diemie.Font = Enum.Font.SourceSansLight
10640diemie.Text = "Press ; to hide or show"
10641diemie.TextColor3 = Color3.new(1, 1, 0)
10642diemie.TextSize = 16
10643
10644
10645local isHidden = false
10646local mause = game.Players.LocalPlayer:GetMouse()
10647
10648do
10649local mouse = game:GetService("Players").LocalPlayer:GetMouse();
10650local inputService = game:GetService('UserInputService');
10651local heartbeat = game:GetService("RunService").Heartbeat;
10652function Draggable(frame)
10653local s, event = pcall(function()
10654return frame.MouseEnter
10655end)
10656if s then
10657frame.Active = true;
10658event:connect(function()
10659local input = frame.InputBegan:connect(function(key)
10660if key.UserInputType == Enum.UserInputType.MouseButton1 then
10661local objectPosition = Vector2.new(mouse.X - frame.AbsolutePosition.X, mouse.Y - frame.AbsolutePosition.Y);
10662while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
10663frame:TweenPosition(UDim2.new(0, mouse.X - objectPosition.X + (frame.Size.X.Offset * frame.AnchorPoint.X), 0, mouse.Y - objectPosition.Y + (frame.Size.Y.Offset * frame.AnchorPoint.Y)), 'Out', 'Quad', 0.1, true);
10664end
10665end
10666end)
10667local leave;
10668leave = frame.MouseLeave:connect(function()
10669input:disconnect();
10670leave:disconnect();
10671end)
10672end)
10673end
10674end
10675end
10676
10677Draggable(Main)
10678
10679mause.KeyDown:connect(function(key)
10680if key == ";" then
10681if isHidden == false then
10682Main:TweenPosition(Main.Position - UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
10683isHidden = true
10684else
10685Main:TweenPosition(Main.Position + UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
10686isHidden = false
10687end
10688end
10689end)
10690end)
10691
10692TextButton.Parent = GuiOwner1x
10693TextButton.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10694TextButton.Position = UDim2.new(0.523333311, 0, 10.4666662, 0)
10695TextButton.Size = UDim2.new(0, 130, 0, 30)
10696TextButton.Font = Enum.Font.Highway
10697TextButton.Text = "Coming Soon!"
10698TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
10699TextButton.TextSize = 20.000
10700
10701Duplication.Name = "Duplication"
10702Duplication.Parent = GuiOwner1x
10703Duplication.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10704Duplication.Position = UDim2.new(0.523333311, 0, 7.60000038, 0)
10705Duplication.Size = UDim2.new(0, 130, 0, 30)
10706Duplication.Font = Enum.Font.Highway
10707Duplication.Text = "Duplication"
10708Duplication.TextColor3 = Color3.fromRGB(0, 0, 0)
10709Duplication.TextSize = 20.000
10710
10711TextButton_2.Parent = GuiOwner1x
10712TextButton_2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10713TextButton_2.Position = UDim2.new(0.523333371, 0, 13.4333334, 0)
10714TextButton_2.Size = UDim2.new(0, 130, 0, 30)
10715TextButton_2.Font = Enum.Font.Highway
10716TextButton_2.Text = "Coming Soon!"
10717TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
10718TextButton_2.TextSize = 20.000
10719
10720TextButton_3.Parent = GuiOwner1x
10721TextButton_3.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10722TextButton_3.Position = UDim2.new(0.782222211, 0, 13.4333334, 0)
10723TextButton_3.Size = UDim2.new(0, 130, 0, 30)
10724TextButton_3.Font = Enum.Font.Highway
10725TextButton_3.Text = "Coming Soon!"
10726TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
10727TextButton_3.TextSize = 20.000
10728
10729TextButton_4.Parent = GuiOwner1x
10730TextButton_4.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10731TextButton_4.Position = UDim2.new(0.782222211, 0, 1.66666663, 0)
10732TextButton_4.Size = UDim2.new(0, 130, 0, 30)
10733TextButton_4.Font = Enum.Font.Highway
10734TextButton_4.Text = "Coming Soon!"
10735TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
10736TextButton_4.TextSize = 20.000
10737
10738TextButton_5.Parent = GuiOwner1x
10739TextButton_5.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10740TextButton_5.Position = UDim2.new(0.782222211, 0, 7.4333334, 0)
10741TextButton_5.Size = UDim2.new(0, 130, 0, 30)
10742TextButton_5.Font = Enum.Font.Highway
10743TextButton_5.Text = "Coming Soon!"
10744TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
10745TextButton_5.TextSize = 20.000
10746
10747TextButton_6.Parent = GuiOwner1x
10748TextButton_6.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10749TextButton_6.Position = UDim2.new(0.782222211, 0, 10.4666662, 0)
10750TextButton_6.Size = UDim2.new(0, 130, 0, 30)
10751TextButton_6.Font = Enum.Font.Highway
10752TextButton_6.Text = "Coming Soon!"
10753TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
10754TextButton_6.TextSize = 20.000
10755
10756TextButton_7.Parent = GuiOwner1x
10757TextButton_7.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10758TextButton_7.Position = UDim2.new(0.782222271, 0, 4.36666679, 0)
10759TextButton_7.Size = UDim2.new(0, 130, 0, 30)
10760TextButton_7.Font = Enum.Font.Highway
10761TextButton_7.Text = "Coming Soon!"
10762TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
10763TextButton_7.TextSize = 20.000
10764
10765Scriptowner1x.Name = "Script owner 1x"
10766Scriptowner1x.Parent = BigFrame
10767Scriptowner1x.Active = true
10768Scriptowner1x.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10769Scriptowner1x.BorderSizePixel = 0
10770Scriptowner1x.Position = UDim2.new(0, 0, 0.939999998, 0)
10771Scriptowner1x.Size = UDim2.new(0, 900, 0, 30)
10772
10773ScriptOwner.Name = "Script Owner"
10774ScriptOwner.Parent = Scriptowner1x
10775ScriptOwner.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10776ScriptOwner.BorderSizePixel = 0
10777ScriptOwner.Size = UDim2.new(0, 900, 0, 30)
10778ScriptOwner.Text = "All script credit goes to their owners"
10779ScriptOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
10780ScriptOwner.TextSize = 20.000
10781
10782Close1x.Name = "Close 1x"
10783Close1x.Parent = Scriptowner1x
10784Close1x.Active = true
10785Close1x.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10786Close1x.BorderSizePixel = 0
10787Close1x.Position = UDim2.new(0.944444418, 0, -15.666667, 0)
10788Close1x.Size = UDim2.new(0, 50, 0, 30)
10789
10790Close.Name = "Close"
10791Close.Parent = Close1x
10792Close.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10793Close.BorderSizePixel = 0
10794Close.Size = UDim2.new(0, 50, 0, 30)
10795Close.Text = "x"
10796Close.TextColor3 = Color3.fromRGB(0, 0, 0)
10797Close.TextSize = 30.000
10798Close.MouseButton1Down:connect(function()
10799Close.Visible = true
10800BigFrame.Visible = false
10801end)