· 5 years ago · Jul 14, 2020, 12:10 PM
1-- Gui to Lua
2-- Version: 3.1
3
4-- Instances:
5
6-- Plr msg by Islm1k
7game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Script Loaded!", "All")
8local asdf = require(game.Players.LocalPlayer.PlayerScripts.ChatScript.ChatMain)
9asdf.MessagePosted:fire("Script Loaded!");
10
11local ScreenGui = Instance.new("ScreenGui")
12local OpenFrame = Instance.new("Frame")
13local OpenButton = Instance.new("TextButton")
14local BigFrame = Instance.new("Frame")
15local GuiOwner1x = Instance.new("Frame")
16local GuiOwner = Instance.new("TextBox")
17local Hugkill = Instance.new("TextButton")
18local RevizAdminV2 = Instance.new("TextButton")
19local ShatterVest = Instance.new("TextButton")
20local AntiStomp = Instance.new("TextButton")
21local Aftv2 = Instance.new("TextButton")
22local FoodScript = Instance.new("TextButton")
23local BoogaFucker = Instance.new("TextButton")
24local Anchor = Instance.new("TextButton")
25local Ts2ToolKit = Instance.new("TextButton")
26local ChatBypass = Instance.new("TextButton")
27local HealafterDeath = Instance.new("TextButton")
28local TrollersSource = Instance.new("TextButton")
29local TextButton = Instance.new("TextButton")
30local Duplication = Instance.new("TextButton")
31local TextButton_2 = Instance.new("TextButton")
32local TextButton_3 = Instance.new("TextButton")
33local TextButton_4 = Instance.new("TextButton")
34local TextButton_5 = Instance.new("TextButton")
35local TextButton_6 = Instance.new("TextButton")
36local TextButton_7 = Instance.new("TextButton")
37local Scriptowner1x = Instance.new("Frame")
38local ScriptOwner = Instance.new("TextBox")
39local Close1x = Instance.new("Frame")
40local Close = Instance.new("TextButton")
41
42--Properties:
43
44ScreenGui.Parent = game.CoreGui
45ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
46
47OpenFrame.Name = "OpenFrame"
48OpenFrame.Parent = ScreenGui
49OpenFrame.Active = true
50OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
51OpenFrame.Position = UDim2.new(0, 0, 0.44188723, 0)
52OpenFrame.Size = UDim2.new(0, 100, 0, 30)
53
54OpenButton.Name = "OpenButton"
55OpenButton.Parent = OpenFrame
56OpenButton.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
57OpenButton.Size = UDim2.new(0, 100, 0, 30)
58OpenButton.Font = Enum.Font.SciFi
59OpenButton.Text = "Open"
60OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
61OpenButton.TextSize = 30.000
62OpenButton.TextStrokeColor3 = Color3.fromRGB(85, 0, 255)
63OpenButton.MouseButton1Down:connect(function()
64BigFrame.Visible = true
65OpenFrame.Visible = false
66end)
67
68BigFrame.Name = "Big Frame"
69BigFrame.Parent = ScreenGui
70BigFrame.Active = true
71BigFrame.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
72BigFrame.Position = UDim2.new(0.298087746, 0, 0.178365946, 0)
73BigFrame.Size = UDim2.new(0, 900, 0, 500)
74BigFrame.Visible = false
75BigFrame.Active = true
76BigFrame.Draggable = true
77
78GuiOwner1x.Name = "Gui Owner 1x"
79GuiOwner1x.Parent = BigFrame
80GuiOwner1x.Active = true
81GuiOwner1x.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
82GuiOwner1x.BorderSizePixel = 0
83GuiOwner1x.Size = UDim2.new(0, 900, 0, 30)
84
85GuiOwner.Name = "Gui Owner"
86GuiOwner.Parent = GuiOwner1x
87GuiOwner.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
88GuiOwner.BorderSizePixel = 0
89GuiOwner.Size = UDim2.new(0, 900, 0, 30)
90GuiOwner.Text = "Gui Made By GX5Z#1706"
91GuiOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
92GuiOwner.TextSize = 20.000
93
94Hugkill.Name = "Hugkill"
95Hugkill.Parent = GuiOwner1x
96Hugkill.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
97Hugkill.Position = UDim2.new(0.0188888889, 0, 1.66666663, 0)
98Hugkill.Size = UDim2.new(0, 130, 0, 30)
99Hugkill.Font = Enum.Font.Highway
100Hugkill.Text = "Hug Kill"
101Hugkill.TextColor3 = Color3.fromRGB(0, 0, 0)
102Hugkill.TextSize = 20.000
103Hugkill.MouseButton1Down:connect(function()
104--[[ FE Hug Kill
105 Script made by Cyclically
106 Credits to dhruvil123 for help
107 https://v3rmillion.net/member.php?action=profile&uid=785986
108 Don't edit script unless you know what you're doing. If you wanna add this into a script
109]]
110
111local LocalPlayer = game:GetService("Players").LocalPlayer
112local torsoname = "Torso"
113if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
114 torsoname = "UpperTorso"
115end
116LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
117LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
118local tool = Instance.new("Tool", LocalPlayer.Backpack)
119LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
120tool.Handle.Massless = true
121tool.GripPos = Vector3.new(0, math.huge, 0)
122tool.Parent = LocalPlayer.Character
123wait()
124tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
125LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
126
127end)
128
129RevizAdminV2.Name = "Reviz Admin V2"
130RevizAdminV2.Parent = GuiOwner1x
131RevizAdminV2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
132RevizAdminV2.Position = UDim2.new(0.0188888889, 0, 4.36666632, 0)
133RevizAdminV2.Size = UDim2.new(0, 130, 0, 30)
134RevizAdminV2.Font = Enum.Font.Highway
135RevizAdminV2.Text = "Reviz Admin v2"
136RevizAdminV2.TextColor3 = Color3.fromRGB(0, 0, 0)
137RevizAdminV2.TextSize = 20.000
138RevizAdminV2.MouseButton1Down:connect(function()
139-- Creator: illremember#3799
140
141-- Credits to infinite yield, harkinian, dex creators
142
143prefix = ";"
144wait(0.3)
145Commands = {
146 '[-] cmdbar is shown when ; is pressed.',
147 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
148 '[2] bring [plr] -- You need a tool! Will bring player to you',
149 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
150 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
151 '[5] attach [plr] -- You need a tool! Attaches you to player',
152 '[6] unattach [plr] -- Attempts to unattach you from a player',
153 '[7] follow [plr] -- Makes you follow behind the player',
154 '[8] unfollow',
155 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
156 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
157 '[11] untrail',
158 '[12] orbit [plr] -- Makes you orbit the player',
159 '[13] unorbit',
160 '[14] fling [plr] -- Makes you fling the player',
161 '[15] unfling',
162 '[16] fecheck -- Checks if the game is FE or not',
163 '[17] void [plr] -- Teleports player to the void',
164 '[18] noclip -- Gives you noclip to walk through walls',
165 '[19] clip -- Removes noclip',
166 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
167 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
168 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
169 '[23] default -- Changes your speed, jumppower and hipheight to default values',
170 '[24] annoy [plr] -- Loop teleports you to the player',
171 '[25] unannoy',
172 '[26] headwalk [plr] -- Loop teleports you to the player head',
173 '[27] unheadwalk',
174 '[28] nolimbs -- Removes your arms and legs',
175 '[29] god -- Gives you FE Godmode',
176 '[30] drophats -- Drops your accessories',
177 '[31] droptool -- Drops any tool you have equipped',
178 '[32] loopdhats -- Loop drops your accessories',
179 '[33] unloopdhats',
180 '[34] loopdtool -- Loop drops any tools you have equipped',
181 '[35] unloopdtool',
182 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
183 '[37] view [plr] -- Changes your camera to the player character',
184 '[38] unview',
185 '[39] goto [plr] -- Teleports you to player',
186 '[40] fly -- Allows you to fly, credit to Infinite Yield',
187 '[41] unfly',
188 '[42] chat [msg] -- Makes you chat a message',
189 '[43] spam [msg] -- Spams a message',
190 '[44] unspam',
191 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
192 '[46] pmspam [plr] -- Spams a player in private message',
193 '[47] unpmspam',
194 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
195 '[49] uncfreeze [plr]',
196 '[50] unlockws -- Unlocks the workspace',
197 '[51] lockws -- Locks the workspace',
198 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
199 '[53] pstand -- Enables platform stand',
200 '[54] unpstand -- Disables platform stand',
201 '[55] blockhead -- Removes your head mesh',
202 '[56] sit',
203 '[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',
204 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
205 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
206 '[60] cmds -- Prints all commands',
207 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
208 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
209 '[63] spinner -- Makes you spin',
210 '[64] nospinner',
211 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
212 '[66] noreach -- Removes reach, must have tool equipped',
213 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
214 '[68] tp me [plr] -- Alternative to goto',
215 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
216 '[70] uncbring',
217 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
218 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
219 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
220 '[74] unglitch -- Unglitches you',
221 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
222 '[76] explorer -- Loads up DEX',
223 '[77] reset -- Resets your character.',
224 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
225 '[79] animgui -- Loads up Energize animations GUI',
226 '[80] savepos -- Saves your current position',
227 '[81] loadpos -- Teleports you to your saved position',
228 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
229 '[83] unbang',
230 '[84] delcmdbar -- Removes the command bar completely',
231 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
232 '[86] shutdown -- Uses harkinians script to shutdown server',
233 '[87] respawn -- If grespawn doesnt work you can use respawn',
234 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
235 '[89] getplrs -- Prints all players in game',
236 '[90] deldecal -- Deletes all decals client sided',
237 '[91] opfinality -- Loads in my FE GUI Opfinality',
238 '[92] remotes -- Prints all remotes in the game in the console when added',
239 '[93] noremotes -- Stops printing remotes',
240 '[94] tpdefault -- Stops all loop teleports to a player',
241 '[95] stopsit -- Will not allow you to sit',
242 '[96] gosit -- Allows you to sit',
243 '[97] clicktp -- Enables click tp',
244 '[98] noclicktp -- Disables click tp',
245 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
246 '[100] toolsoff -- Stops ;toolson',
247 '[101] version -- Gets the admin version',
248 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
249 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
250 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
251 '[105] clickdel -- Delete any block you press q on, client sided',
252 '[106] noclickdel -- Stops clickdel',
253 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
254 '[108] unlooprhats -- Stops loop removing mesh',
255 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
256 '[110] unlooprtool -- Stops loop removing mesh',
257 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
258 '[112] age [plr] -- Makes you chat the account age of the player',
259 '[113] id [plr] -- Makes you chat the account ID of the player',
260 '[114] .age [plr] -- Privately shows you the account age of the player',
261 '[115] .id [plr] -- Privately shows you the account ID of the player',
262 '[116] gameid -- Shows the game ID',
263 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
264 '[118] removefog -- Removes fog, client sided',
265 '[119] disable -- Disables your character by removing humanoid',
266 '[120] enable -- Enables your character by adding humanoid',
267 '[121] prefix [key] -- Changes the prefix used, default is ;',
268 '[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.',
269 '[123] flyspeed [num] -- Change your fly speed, default is 1',
270 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
271 '[125] uncarpet -- Stops carpet player',
272 '[126] stare [plr] -- Turns your character to stare at another player',
273 '[127] unstare -- Stops stare player',
274 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
275 '[129] unlogchat -- Disables logchat',
276 '[130] fixcam -- Fixes/resets your camera',
277 '[131] unstate -- Stops changing state',
278}
279speedget = 1
280
281lplayer = game:GetService("Players").LocalPlayer
282
283lplayer.CharacterAdded:Connect(function(character)
284 spin = false
285 flying = false
286 staring = false
287 banpl = false
288end)
289
290function change()
291 prefix = prefix
292 speedfly = speedfly
293end
294
295function GetPlayer(String) -- Credit to Timeless/xFunnieuss
296 local Found = {}
297 local strl = String:lower()
298 if strl == "all" then
299 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
300 table.insert(Found,v)
301 end
302 elseif strl == "others" 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 elseif strl == "me" then
309 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
310 if v.Name == lplayer.Name then
311 table.insert(Found,v)
312 end
313 end
314 else
315 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
316 if v.Name:lower():sub(1, #String) == String:lower() then
317 table.insert(Found,v)
318 end
319 end
320 end
321 return Found
322end
323
324local Mouse = lplayer:GetMouse()
325
326spin = false
327followed = false
328traill = false
329noclip = false
330annoying = false
331hwalk = false
332droppinghats = false
333droppingtools = false
334flying = false
335spamdelay = 1
336spamming = false
337spammingpm = false
338cbringing = false
339remotes = true
340added = true
341binds = false
342stopsitting = false
343clickgoto = false
344gettingtools = false
345removingmeshhats = false
346removingmeshtool = false
347clickdel = false
348staring = false
349chatlogs = false
350banpl = false
351changingstate = false
352statechosen = 0
353
354adminversion = "Reviz Admin by illremember, Version 2.0"
355
356flying = false
357speedfly = 1
358
359function plrchat(plr, chat)
360print(plr.Name..": "..tick().."\n"..chat)
361end
362
363for i,v in pairs(game:GetService("Players"):GetPlayers()) do
364v.Chatted:connect(function(chat)
365if chatlogs then
366plrchat(v, chat)
367end
368end)
369end
370game:GetService("Players").PlayerAdded:connect(function(plr)
371plr.Chatted:connect(function(chat)
372if chatlogs then
373plrchat(plr, chat)
374end
375end)
376end)
377
378
379local ScreenGui = Instance.new("ScreenGui")
380local Frame = Instance.new("Frame")
381local CMDBAR = Instance.new("TextBox")
382ScreenGui.Parent = game:GetService("CoreGui")
383Frame.Parent = ScreenGui
384Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
385Frame.BackgroundTransparency = 0.3
386Frame.Position = UDim2.new(0.5, 0, 0, 10)
387Frame.Size = UDim2.new(0, 200, 0, 40)
388Frame.Active = true
389Frame.Draggable = true
390CMDBAR.Name = "CMDBAR"
391CMDBAR.Parent = Frame
392CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
393CMDBAR.BackgroundTransparency = 0.20000000298023
394CMDBAR.Size = UDim2.new(0, 180, 0, 20)
395CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
396CMDBAR.Font = Enum.Font.SourceSansLight
397CMDBAR.FontSize = Enum.FontSize.Size14
398CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
399CMDBAR.TextScaled = true
400CMDBAR.TextSize = 14
401CMDBAR.TextWrapped = true
402CMDBAR.Text = "Press ; to type, Enter to execute"
403
404local CMDS = Instance.new("ScreenGui")
405local CMDSFRAME = Instance.new("Frame")
406local ScrollingFrame = Instance.new("ScrollingFrame")
407local TextLabel = Instance.new("TextLabel")
408local closegui = Instance.new("TextButton")
409CMDS.Name = "CMDS"
410CMDS.Parent = game:GetService("CoreGui")
411CMDSFRAME.Name = "CMDSFRAME"
412CMDSFRAME.Parent = CMDS
413CMDSFRAME.Active = true
414CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
415CMDSFRAME.BorderSizePixel = 0
416CMDSFRAME.Draggable = true
417CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
418CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
419CMDSFRAME.Visible = false
420ScrollingFrame.Parent = CMDSFRAME
421ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
422ScrollingFrame.BorderSizePixel = 0
423ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
424ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
425ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
426TextLabel.Parent = ScrollingFrame
427TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
428TextLabel.BackgroundTransparency = 1
429TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
430TextLabel.Font = Enum.Font.SourceSans
431TextLabel.FontSize = Enum.FontSize.Size18
432TextLabel.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."
433TextLabel.TextColor3 = Color3.new(1, 1, 1)
434TextLabel.TextSize = 15
435TextLabel.TextWrapped = true
436TextLabel.TextXAlignment = Enum.TextXAlignment.Left
437TextLabel.TextYAlignment = Enum.TextYAlignment.Top
438closegui.Name = "closegui"
439closegui.Parent = CMDSFRAME
440closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
441closegui.BorderSizePixel = 0
442closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
443closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
444closegui.Font = Enum.Font.SourceSansBold
445closegui.FontSize = Enum.FontSize.Size24
446closegui.Text = "X"
447closegui.TextColor3 = Color3.new(1, 1, 1)
448closegui.TextSize = 20
449
450closegui.MouseButton1Click:connect(function()
451 CMDSFRAME.Visible = false
452end)
453
454game:GetService('RunService').Stepped:connect(function()
455 if spin then
456 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
457 end
458 if followed then
459 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
460 end
461 if traill then
462 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
463 end
464 if annoying then
465 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
466 end
467 if hwalk then
468 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
469 end
470 if staring then
471 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
472 end
473end)
474game:GetService('RunService').Stepped:connect(function()
475 if noclip then
476 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
477 lplayer.Character.Head.CanCollide = false
478 lplayer.Character.Torso.CanCollide = false
479 lplayer.Character["Left Leg"].CanCollide = false
480 lplayer.Character["Right Leg"].CanCollide = false
481 else
482 lplayer.Character.Humanoid:ChangeState(11)
483 end
484 end
485 if changingstate then
486 lplayer.Character.Humanoid:ChangeState(statechosen)
487 end
488end)
489game:GetService('RunService').Stepped:connect(function()
490 if droppinghats then
491 for i,v in pairs(lplayer.Character:GetChildren()) do
492 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
493 v.Parent = workspace
494 end
495 end
496 end
497 if droppingtools then
498 for i,v in pairs(lplayer.Character:GetChildren()) do
499 if (v:IsA("Tool")) then
500 v.Parent = workspace
501 end
502 end
503 end
504 if removingmeshhats then
505 for i,v in pairs(lplayer.Character:GetChildren()) do
506 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
507 v.Handle.Mesh:Destroy()
508 end
509 end
510 end
511 if removingmeshtool then
512 for i,v in pairs(lplayer.Character:GetChildren()) do
513 if (v:IsA("Tool")) then
514 v.Handle.Mesh:Destroy()
515 end
516 end
517 end
518end)
519game:GetService('RunService').Stepped:connect(function()
520 if banpl then
521 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
522 end
523end)
524game:GetService('RunService').Stepped:connect(function()
525 if stopsitting then
526 lplayer.Character.Humanoid.Sit = false
527 end
528end)
529
530plr = lplayer
531hum = plr.Character.HumanoidRootPart
532mouse = plr:GetMouse()
533mouse.KeyDown:connect(function(key)
534 if key == "e" then
535 if mouse.Target then
536 if clickgoto then
537 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
538 elseif clickdel then
539 mouse.Target:Destroy()
540 end
541 end
542 end
543end)
544
545game:GetService("Workspace").ChildAdded:connect(function(part)
546 if gettingtools then
547 if part:IsA("Tool") then
548 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
549 end
550 end
551end)
552
553lplayer.Chatted:Connect(function(msg)
554 if string.sub(msg, 1, 6) == (prefix.."kill ") then
555 if string.sub(msg, 7) == "me" then
556 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
557 else
558 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
559 local NOW = lplayer.Character.HumanoidRootPart.CFrame
560 lplayer.Character.Humanoid.Name = 1
561 local l = lplayer.Character["1"]:Clone()
562 l.Parent = lplayer.Character
563 l.Name = "Humanoid"
564 wait(0.1)
565 lplayer.Character["1"]:Destroy()
566 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
567 lplayer.Character.Animate.Disabled = true
568 wait(0.1)
569 lplayer.Character.Animate.Disabled = false
570 lplayer.Character.Humanoid.DisplayDistanceType = "None"
571 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
572 lplayer.Character.Humanoid:EquipTool(v)
573 end
574 local function tp(player,player2)
575 local char1,char2=player.Character,player2.Character
576 if char1 and char2 then
577 char1:MoveTo(char2.Head.Position)
578 end
579 end
580 wait(0.1)
581 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
582 wait(0.2)
583 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
584 wait(0.5)
585 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
586 wait(0.7)
587 tp(lplayer,game:GetService("Players")[v.Name])
588 wait(0.7)
589 lplayer.Character.HumanoidRootPart.CFrame = NOW
590 game:GetService("StarterGui"):SetCore("SendNotification", {
591 Title = "Tools needed!";
592 Text = "You need a tool in your backpack for this command!";
593 })
594 end
595 end
596 end
597 if string.sub(msg, 1, 7) == (prefix.."bring ") then
598 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
599 local NOW = lplayer.Character.HumanoidRootPart.CFrame
600 lplayer.Character.Humanoid.Name = 1
601 local l = lplayer.Character["1"]:Clone()
602 l.Parent = lplayer.Character
603 l.Name = "Humanoid"
604 wait(0.1)
605 lplayer.Character["1"]:Destroy()
606 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
607 lplayer.Character.Animate.Disabled = true
608 wait(0.1)
609 lplayer.Character.Animate.Disabled = false
610 lplayer.Character.Humanoid.DisplayDistanceType = "None"
611 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
612 lplayer.Character.Humanoid:EquipTool(v)
613 end
614 local function tp(player,player2)
615 local char1,char2=player.Character,player2.Character
616 if char1 and char2 then
617 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
618 end
619 end
620 local function getout(player,player2)
621 local char1,char2=player.Character,player2.Character
622 if char1 and char2 then
623 char1:MoveTo(char2.Head.Position)
624 end
625 end
626 tp(game:GetService("Players")[v.Name], lplayer)
627 wait(0.2)
628 tp(game:GetService("Players")[v.Name], lplayer)
629 wait(0.5)
630 lplayer.Character.HumanoidRootPart.CFrame = NOW
631 wait(0.5)
632 getout(lplayer, game:GetService("Players")[v.Name])
633 wait(0.3)
634 lplayer.Character.HumanoidRootPart.CFrame = NOW
635 game:GetService("StarterGui"):SetCore("SendNotification", {
636 Title = "Tools needed!";
637 Text = "You need a tool in your backpack for this command!";
638 })
639 end
640 end
641 if string.sub(msg, 1, 6) == (prefix.."spin ") then
642 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
643 lplayer.Character.Humanoid.Name = 1
644 local l = lplayer.Character["1"]:Clone()
645 l.Parent = lplayer.Character
646 l.Name = "Humanoid"
647 wait(0.1)
648 lplayer.Character["1"]:Destroy()
649 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
650 lplayer.Character.Animate.Disabled = true
651 wait(0.1)
652 lplayer.Character.Animate.Disabled = false
653 lplayer.Character.Humanoid.DisplayDistanceType = "None"
654 lplayer.Character.Animate.Disabled = false
655 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
656 lplayer.Character.Humanoid:EquipTool(v)
657 end
658 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
659 spinplr = v
660 wait(0.5)
661 spin = true
662 game:GetService("StarterGui"):SetCore("SendNotification", {
663 Title = "Tools needed!";
664 Text = "You need a tool in your backpack for this command!";
665 })
666 end
667 end
668 if string.sub(msg, 1, 7) == (prefix.."unspin") then
669 spin = false
670 end
671 if string.sub(msg, 1, 8) == (prefix.."attach ") then
672 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
673 lplayer.Character.Humanoid.Name = 1
674 local l = lplayer.Character["1"]:Clone()
675 l.Parent = lplayer.Character
676 l.Name = "Humanoid"
677 wait(0.1)
678 lplayer.Character["1"]:Destroy()
679 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
680 lplayer.Character.Animate.Disabled = true
681 wait(0.1)
682 lplayer.Character.Animate.Disabled = false
683 lplayer.Character.Humanoid.DisplayDistanceType = "None"
684 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
685 lplayer.Character.Humanoid:EquipTool(v)
686 end
687 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
688 wait(0.3)
689 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
690 attplr = v
691 game:GetService("StarterGui"):SetCore("SendNotification", {
692 Title = "Tools needed!";
693 Text = "You need a tool in your backpack for this command!";
694 })
695 end
696 end
697 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
698 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
699 local function getout(player,player2)
700 local char1,char2=player.Character,player2.Character
701 if char1 and char2 then
702 char1:MoveTo(char2.Head.Position)
703 end
704 end
705 getout(lplayer, game:GetService("Players")[v.Name])
706 end
707 end
708 if string.sub(msg, 1, 8) == (prefix.."follow ") then
709 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
710 followed = true
711 flwplr = v
712 end
713 end
714 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
715 followed = false
716 end
717 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
718 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
719 local NOW = lplayer.Character.HumanoidRootPart.CFrame
720 lplayer.Character.Humanoid.Name = 1
721 local l = lplayer.Character["1"]:Clone()
722 l.Parent = lplayer.Character
723 l.Name = "Humanoid"
724 wait(0.1)
725 lplayer.Character["1"]:Destroy()
726 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
727 lplayer.Character.Animate.Disabled = true
728 wait(0.1)
729 lplayer.Character.Animate.Disabled = false
730 lplayer.Character.Humanoid.DisplayDistanceType = "None"
731 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
732 lplayer.Character.Humanoid:EquipTool(v)
733 end
734 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
735 wait(0.2)
736 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
737 wait(0.6)
738 lplayer.Character.HumanoidRootPart.CFrame = NOW
739 wait(0.6)
740 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
741 game:GetService("StarterGui"):SetCore("SendNotification", {
742 Title = "Tools needed!";
743 Text = "You need a tool in your backpack for this command!";
744 })
745 end
746 end
747 if string.sub(msg, 1, 7) == (prefix.."trail ") then
748 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
749 traill = true
750 trlplr = v
751 end
752 end
753 if string.sub(msg, 1, 8) == (prefix.."untrail") then
754 traill = false
755 end
756 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
757 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
758 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
759 else
760 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
761 local o = Instance.new("RocketPropulsion")
762 o.Parent = lplayer.Character.HumanoidRootPart
763 o.Name = "Orbit"
764 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
765 o:Fire()
766 noclip = true
767 end
768 end
769 end
770 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
771 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
772 noclip = false
773 end
774 if string.sub(msg, 1, 7) == (prefix.."fling ") then
775 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
776 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
777 else
778 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
779 local y = Instance.new("RocketPropulsion")
780 y.Parent = lplayer.Character.HumanoidRootPart
781 y.CartoonFactor = 1
782 y.MaxThrust = 800000
783 y.MaxSpeed = 1000
784 y.ThrustP = 200000
785 y.Name = "Fling"
786 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
787 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
788 y:Fire()
789 noclip = true
790 end
791 end
792 end
793 if string.sub(msg, 1, 8) == (prefix.."unfling") then
794 noclip = false
795 lplayer.Character.HumanoidRootPart.Fling:Destroy()
796 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
797 wait(0.4)
798 lplayer.Character.HumanoidRootPart.Fling:Destroy()
799 end
800 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
801 if game:GetService("Workspace").FilteringEnabled == true then
802 warn("FE is Enabled (Filtering Enabled)")
803 game:GetService("StarterGui"):SetCore("SendNotification", {
804 Title = "FE is Enabled";
805 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
806 })
807 else
808 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
809 game:GetService("StarterGui"):SetCore("SendNotification", {
810 Title = "FE is Disabled";
811 Text = "Filtering Disabled. Consider using a different admin script.";
812 })
813 end
814 end
815 if string.sub(msg, 1, 6) == (prefix.."void ") then
816 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
817 lplayer.Character.Humanoid.Name = 1
818 local l = lplayer.Character["1"]:Clone()
819 l.Parent = lplayer.Character
820 l.Name = "Humanoid"
821 wait(0.1)
822 lplayer.Character["1"]:Destroy()
823 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
824 lplayer.Character.Animate.Disabled = true
825 wait(0.1)
826 lplayer.Character.Animate.Disabled = false
827 lplayer.Character.Humanoid.DisplayDistanceType = "None"
828 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
829 lplayer.Character.Humanoid:EquipTool(v)
830 end
831 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
832 wait(0.2)
833 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
834 wait(0.6)
835 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
836 game:GetService("StarterGui"):SetCore("SendNotification", {
837 Title = "Tools needed!";
838 Text = "You need a tool in your backpack for this command!";
839 })
840 end
841 end
842 if string.sub(msg, 1, 7) == (prefix.."noclip") then
843 noclip = true
844 game:GetService("StarterGui"):SetCore("SendNotification", {
845 Title = "Noclip enabled";
846 Text = "Type ;clip to disable";
847 })
848 end
849 if string.sub(msg, 1, 5) == (prefix.."clip") then
850 noclip = false
851 game:GetService("StarterGui"):SetCore("SendNotification", {
852 Title = "Noclip disabled";
853 Text = "Type ;noclip to enable";
854 })
855 end
856 if string.sub(msg, 1, 7) == (prefix.."speed ") then
857 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
858 end
859 if string.sub(msg, 1, 4) == (prefix.."ws ") then
860 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
861 end
862 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
863 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
864 end
865 if string.sub(msg, 1, 4) == (prefix.."hh ") then
866 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
867 end
868 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
869 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
870 end
871 if string.sub(msg, 1, 4) == (prefix.."jp ") then
872 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
873 end
874 if string.sub(msg, 1, 8) == (prefix.."default") then
875 lplayer.Character.Humanoid.JumpPower = 50
876 lplayer.Character.Humanoid.WalkSpeed = 16
877 lplayer.Character.Humanoid.HipHeight = 0
878 end
879 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
880 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
881 annoying = true
882 annplr = v
883 end
884 end
885 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
886 annoying = false
887 end
888 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
889 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
890 hwalk = true
891 hdwplr = v
892 end
893 end
894 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
895 hwalk = false
896 end
897 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
898 lplayer.Character["Left Leg"]:Destroy()
899 lplayer.Character["Left Arm"]:Destroy()
900 lplayer.Character["Right Leg"]:Destroy()
901 lplayer.Character["Right Arm"]:Destroy()
902 end
903 if string.sub(msg, 1, 4) == (prefix.."god") then
904 lplayer.Character.Humanoid.Name = 1
905 local l = lplayer.Character["1"]:Clone()
906 l.Parent = lplayer.Character
907 l.Name = "Humanoid"
908 wait(0.1)
909 lplayer.Character["1"]:Destroy()
910 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
911 lplayer.Character.Animate.Disabled = true
912 wait(0.1)
913 lplayer.Character.Animate.Disabled = false
914 lplayer.Character.Humanoid.DisplayDistanceType = "None"
915 game:GetService("StarterGui"):SetCore("SendNotification", {
916 Title = "FE Godmode enabled";
917 Text = "Use ;grespawn or ;respawn to remove";
918 })
919 end
920 if string.sub(msg, 1, 9) == (prefix.."drophats") then
921 for i,v in pairs(lplayer.Character:GetChildren()) do
922 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
923 v.Parent = workspace
924 end
925 end
926 end
927 if string.sub(msg, 1, 9) == (prefix.."droptool") then
928 for i,v in pairs(lplayer.Character:GetChildren()) do
929 if (v:IsA("Tool")) then
930 v.Parent = workspace
931 end
932 end
933 end
934 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
935 droppinghats = true
936 game:GetService("StarterGui"):SetCore("SendNotification", {
937 Title = "Loop Drop Enabled";
938 Text = "Type ;unloopdhats to disable";
939 })
940 end
941 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
942 droppinghats = false
943 game:GetService("StarterGui"):SetCore("SendNotification", {
944 Title = "Loop Drop Disabled";
945 Text = "Type ;loopdhats to enable.";
946 })
947 end
948 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
949 droppingtools = true
950 game:GetService("StarterGui"):SetCore("SendNotification", {
951 Title = "Loop Drop Enabled";
952 Text = "Type ;unloopdtool to disable";
953 })
954 end
955 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
956 droppingtools = false
957 game:GetService("StarterGui"):SetCore("SendNotification", {
958 Title = "Loop Drop Disabled";
959 Text = "Type ;loopdtool to enable.";
960 })
961 end
962 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
963 Local = game:GetService('Players').LocalPlayer
964 Char = Local.Character
965 touched,tpdback = false, false
966 box = Instance.new('Part',workspace)
967 box.Anchored = true
968 box.CanCollide = true
969 box.Size = Vector3.new(10,1,10)
970 box.Position = Vector3.new(0,10000,0)
971 box.Touched:connect(function(part)
972 if (part.Parent.Name == Local.Name) then
973 if touched == false then
974 touched = true
975 function apply()
976 if script.Disabled ~= true then
977 no = Char.HumanoidRootPart:Clone()
978 wait(.25)
979 Char.HumanoidRootPart:Destroy()
980 no.Parent = Char
981 Char:MoveTo(loc)
982 touched = false
983 end end
984 if Char then
985 apply()
986 end
987 end
988 end
989 end)
990 repeat wait() until Char
991 loc = Char.HumanoidRootPart.Position
992 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
993 game:GetService("StarterGui"):SetCore("SendNotification", {
994 Title = "Invisibility enabled!";
995 Text = "Reset or use ;respawn to remove.";
996 })
997 end
998 if string.sub(msg, 1, 6) == (prefix.."view ") then
999 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1000 if game:GetService("Players")[v.Name].Character.Humanoid then
1001 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
1002 else
1003 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
1004 end
1005 end
1006 end
1007 if string.sub(msg, 1, 7) == (prefix.."unview") then
1008 if lplayer.Character.Humanoid then
1009 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
1010 else
1011 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
1012 end
1013 end
1014 if string.sub(msg, 1, 6) == (prefix.."goto ") then
1015 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1016 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1017 end
1018 end
1019 if string.sub(msg, 1, 4) == (prefix.."fly") then
1020 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
1021 repeat wait() until Mouse
1022
1023 local T = lplayer.Character.HumanoidRootPart
1024 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
1025 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1026 local SPEED = speedget
1027
1028 local function fly()
1029 flying = true
1030 local BG = Instance.new('BodyGyro', T)
1031 local BV = Instance.new('BodyVelocity', T)
1032 BG.P = 9e4
1033 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1034 BG.cframe = T.CFrame
1035 BV.velocity = Vector3.new(0, 0.1, 0)
1036 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
1037 spawn(function()
1038 repeat wait()
1039 lplayer.Character.Humanoid.PlatformStand = true
1040 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
1041 SPEED = 50
1042 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
1043 SPEED = 0
1044 end
1045 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
1046 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
1047 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
1048 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
1049 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
1050 else
1051 BV.velocity = Vector3.new(0, 0.1, 0)
1052 end
1053 BG.cframe = workspace.CurrentCamera.CoordinateFrame
1054 until not flying
1055 CONTROL = {F = 0, B = 0, L = 0, R = 0}
1056 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
1057 SPEED = 0
1058 BG:destroy()
1059 BV:destroy()
1060 lplayer.Character.Humanoid.PlatformStand = false
1061 end)
1062 end
1063 Mouse.KeyDown:connect(function(KEY)
1064 if KEY:lower() == 'w' then
1065 CONTROL.F = speedfly
1066 elseif KEY:lower() == 's' then
1067 CONTROL.B = -speedfly
1068 elseif KEY:lower() == 'a' then
1069 CONTROL.L = -speedfly
1070 elseif KEY:lower() == 'd' then
1071 CONTROL.R = speedfly
1072 end
1073 end)
1074 Mouse.KeyUp:connect(function(KEY)
1075 if KEY:lower() == 'w' then
1076 CONTROL.F = 0
1077 elseif KEY:lower() == 's' then
1078 CONTROL.B = 0
1079 elseif KEY:lower() == 'a' then
1080 CONTROL.L = 0
1081 elseif KEY:lower() == 'd' then
1082 CONTROL.R = 0
1083 end
1084 end)
1085 fly()
1086 end
1087 if string.sub(msg, 1, 6) == (prefix.."unfly") then
1088 flying = false
1089 lplayer.Character.Humanoid.PlatformStand = false
1090 end
1091 if string.sub(msg, 1, 6) == (prefix.."chat ") then
1092 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
1093 end
1094 if string.sub(msg, 1, 6) == (prefix.."spam ") then
1095 spamtext = (string.sub(msg, 7))
1096 spamming = true
1097 end
1098 if string.sub(msg, 1, 7) == (prefix.."unspam") then
1099 spamming = false
1100 end
1101 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
1102 spamdelay = (string.sub(msg, 11))
1103 end
1104 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
1105 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1106 pmspammed = v.Name
1107 spammingpm = true
1108 end
1109 end
1110 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
1111 spammingpm = false
1112 end
1113 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
1114 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
1115 v.Character["Left Leg"].Anchored = true
1116 v.Character["Left Arm"].Anchored = true
1117 v.Character["Right Leg"].Anchored = true
1118 v.Character["Right Arm"].Anchored = true
1119 v.Character.Torso.Anchored = true
1120 v.Character.Head.Anchored = true
1121 end
1122 end
1123 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
1124 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
1125 v.Character["Left Leg"].Anchored = false
1126 v.Character["Left Arm"].Anchored = false
1127 v.Character["Right Leg"].Anchored = false
1128 v.Character["Right Arm"].Anchored = false
1129 v.Character.Torso.Anchored = false
1130 v.Character.Head.Anchored = false
1131 end
1132 end
1133 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
1134 local a = game:GetService("Workspace"):getChildren()
1135 for i = 1, #a do
1136 if a[i].className == "Part" then
1137 a[i].Locked = false
1138 elseif a[i].className == "Model" then
1139 local r = a[i]:getChildren()
1140 for i = 1, #r do
1141 if r[i].className == "Part" then
1142 r[i].Locked = false
1143 end
1144 end
1145 end
1146 end
1147 game:GetService("StarterGui"):SetCore("SendNotification", {
1148 Title = "Success!";
1149 Text = "Workspace unlocked. Use ;lockws to lock.";
1150 })
1151 end
1152 if string.sub(msg, 1, 7) == (prefix.."lockws") then
1153 local a = game:GetService("Workspace"):getChildren()
1154 for i = 1, #a do
1155 if a[i].className == "Part" then
1156 a[i].Locked = true
1157 elseif a[i].className == "Model" then
1158 local r = a[i]:getChildren()
1159 for i = 1, #r do
1160 if r[i].className == "Part" then
1161 r[i].Locked = true
1162 end
1163 end
1164 end
1165 end
1166 end
1167 if string.sub(msg, 1, 7) == (prefix.."btools") then
1168 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
1169 Clone_T.BinType = "Clone"
1170 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
1171 Destruct.BinType = "Hammer"
1172 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
1173 Hold_T.BinType = "Grab"
1174 end
1175 if string.sub(msg, 1, 7) == (prefix.."pstand") then
1176 lplayer.Character.Humanoid.PlatformStand = true
1177 end
1178 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
1179 lplayer.Character.Humanoid.PlatformStand = false
1180 end
1181 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
1182 lplayer.Character.Head.Mesh:Destroy()
1183 end
1184 if string.sub(msg, 1, 4) == (prefix.."sit") then
1185 lplayer.Character.Humanoid.Sit = true
1186 end
1187 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
1188 local function bringobjw()
1189 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1190 if obj.Name == (string.sub(msg, 11)) then
1191 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1192 obj.CanCollide = false
1193 obj.Transparency = 0.7
1194 wait()
1195 obj.CFrame = lplayer.Character["Left Leg"].CFrame
1196 wait()
1197 obj.CFrame = lplayer.Character["Right Leg"].CFrame
1198 wait()
1199 obj.CFrame = lplayer.Character["Head"].CFrame
1200 end
1201 end
1202 end
1203 while wait() do
1204 bringobjw()
1205 end
1206 game:GetService("StarterGui"):SetCore("SendNotification", {
1207 Title = "BringObj";
1208 Text = "BringObj enabled.";
1209 })
1210 end
1211 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
1212 vis = (string.sub(msg, 8))
1213 local a = game:GetService("Workspace"):GetDescendants()
1214 for i = 1, #a do
1215 if a[i].className == "Part" then
1216 a[i].Transparency = vis
1217 elseif a[i].className == "Model" then
1218 local r = a[i]:getChildren()
1219 for i = 1, #r do
1220 if r[i].className == "Part" then
1221 r[i].Transparency = vis
1222 end
1223 end
1224 end
1225 end
1226 end
1227 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
1228 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
1229 game:GetService("StarterGui"):SetCore("SendNotification", {
1230 Title = "Success!";
1231 Text = "HyperTotal GUI Loaded!";
1232 })
1233 end
1234 if string.sub(msg, 1, 5) == (prefix.."cmds") then
1235 CMDSFRAME.Visible = true
1236 end
1237 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
1238 for i,v in pairs(lplayer.Character:GetChildren()) do
1239 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1240 v.Handle.Mesh:Destroy()
1241 end
1242 end
1243 end
1244 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
1245 for i,v in pairs(lplayer.Character:GetChildren()) do
1246 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
1247 v.Handle.Mesh:Destroy()
1248 end
1249 end
1250 end
1251 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
1252 for i,v in pairs(lplayer.Character:GetChildren()) do
1253 if (v:IsA("Tool")) then
1254 v.Handle.Mesh:Destroy()
1255 end
1256 end
1257 end
1258 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
1259 for i,v in pairs(lplayer.Character:GetChildren()) do
1260 if (v:IsA("Tool")) then
1261 v.Handle.Mesh:Destroy()
1262 end
1263 end
1264 end
1265 if string.sub(msg, 1, 8) == (prefix.."spinner") then
1266 local p = Instance.new("RocketPropulsion")
1267 p.Parent = lplayer.Character.HumanoidRootPart
1268 p.Name = "Spinner"
1269 p.Target = lplayer.Character["Left Arm"]
1270 p:Fire()
1271 game:GetService("StarterGui"):SetCore("SendNotification", {
1272 Title = "Spinner enabled";
1273 Text = "Type ;nospinner to disable.";
1274 })
1275 end
1276 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
1277 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
1278 end
1279 if string.sub(msg, 1, 7) == (prefix.."reachd") then
1280 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1281 if v:isA("Tool") then
1282 local a = Instance.new("SelectionBox",v.Handle)
1283 a.Adornee = v.Handle
1284 v.Handle.Size = Vector3.new(0.5,0.5,60)
1285 v.GripPos = Vector3.new(0,0,0)
1286 lplayer.Character.Humanoid:UnequipTools()
1287 end
1288 end
1289 game:GetService("StarterGui"):SetCore("SendNotification", {
1290 Title = "Reach applied!";
1291 Text = "Applied to equipped sword. Use ;noreach to disable.";
1292 })
1293 end
1294 if string.sub(msg, 1, 7) == (prefix.."reach ") then
1295 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1296 if v:isA("Tool") then
1297 handleSize = v.Handle.Size
1298 wait()
1299 local a = Instance.new("SelectionBox",v.Handle)
1300 a.Name = "a"
1301 a.Adornee = v.Handle
1302 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
1303 v.GripPos = Vector3.new(0,0,0)
1304 lplayer.Character.Humanoid:UnequipTools()
1305 end
1306 end
1307 game:GetService("StarterGui"):SetCore("SendNotification", {
1308 Title = "Reach applied!";
1309 Text = "Applied to equipped sword. Use ;noreach to disable.";
1310 })
1311 end
1312 if string.sub(msg, 1, 8) == (prefix.."noreach") then
1313 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
1314 if v:isA("Tool") then
1315 v.Handle.a:Destroy()
1316 v.Handle.Size = handleSize
1317 end
1318 end
1319 game:GetService("StarterGui"):SetCore("SendNotification", {
1320 Title = "Reach removed!";
1321 Text = "Removed reach from equipped sword.";
1322 })
1323 end
1324 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
1325 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
1326 lplayer.Character.Humanoid.Name = 1
1327 local l = lplayer.Character["1"]:Clone()
1328 l.Parent = lplayer.Character
1329 l.Name = "Humanoid"
1330 wait(0.1)
1331 lplayer.Character["1"]:Destroy()
1332 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1333 lplayer.Character.Animate.Disabled = true
1334 wait(0.1)
1335 lplayer.Character.Animate.Disabled = false
1336 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1337 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1338 lplayer.Character.Humanoid:EquipTool(v)
1339 end
1340 wait(0.1)
1341 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1342 wait(0.2)
1343 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1344 wait(0.5)
1345 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
1346 game:GetService("StarterGui"):SetCore("SendNotification", {
1347 Title = "Tools needed!";
1348 Text = "You need a tool in your backpack for this command!";
1349 })
1350 end
1351 end
1352 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
1353 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1354 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1355 end
1356 end
1357 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
1358 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
1359 cbringall = true
1360 else
1361 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1362 brplr = v.Name
1363 end
1364 end
1365 cbring = true
1366 end
1367 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
1368 cbring = false
1369 cbringall = false
1370 end
1371 if string.sub(msg, 1, 6) == (prefix.."swap ") then
1372 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1373 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1374 local NOW = lplayer.Character.HumanoidRootPart.CFrame
1375 lplayer.Character.Humanoid.Name = 1
1376 local l = lplayer.Character["1"]:Clone()
1377 l.Parent = lplayer.Character
1378 l.Name = "Humanoid"
1379 wait(0.1)
1380 lplayer.Character["1"]:Destroy()
1381 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1382 lplayer.Character.Animate.Disabled = true
1383 wait(0.1)
1384 lplayer.Character.Animate.Disabled = false
1385 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1386 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1387 lplayer.Character.Humanoid:EquipTool(v)
1388 end
1389 local function tp(player,player2)
1390 local char1,char2=player.Character,player2.Character
1391 if char1 and char2 then
1392 char1:MoveTo(char2.Head.Position)
1393 end
1394 end
1395 wait(0.1)
1396 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1397 wait(0.2)
1398 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1399 wait(0.5)
1400 lplayer.Character.HumanoidRootPart.CFrame = NOW
1401 wait(0.6)
1402 tp(lplayer, game:GetService("Players")[v.Name])
1403 wait(0.4)
1404 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
1405 game:GetService("StarterGui"):SetCore("SendNotification", {
1406 Title = "Tools needed!";
1407 Text = "You need a tool in your backpack for this command!";
1408 })
1409 end
1410 end
1411 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
1412 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1413 lplayer.Character.Humanoid.Name = 1
1414 local l = lplayer.Character["1"]:Clone()
1415 l.Parent = lplayer.Character
1416 l.Name = "Humanoid"
1417 wait(0.1)
1418 lplayer.Character["1"]:Destroy()
1419 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1420 lplayer.Character.Animate.Disabled = true
1421 wait(0.1)
1422 lplayer.Character.Animate.Disabled = false
1423 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1424 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1425 lplayer.Character.Humanoid:EquipTool(v)
1426 end
1427 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1428 wait(0.3)
1429 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
1430 wait(0.4)
1431 b = Instance.new("BodyForce")
1432 b.Parent = lplayer.Character.HumanoidRootPart
1433 b.Name = "Glitch"
1434 b.Force = Vector3.new(100000000,5000,0)
1435 game:GetService("StarterGui"):SetCore("SendNotification", {
1436 Title = "Tools needed!";
1437 Text = "You need a tool in your backpack for this command!";
1438 })
1439 end
1440 end
1441 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
1442 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
1443 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
1444 b = Instance.new("BodyForce")
1445 b.Parent = lplayer.Character.HumanoidRootPart
1446 b.Name = "unGlitch"
1447 b.Force = Vector3.new(0,-5000000,0)
1448 wait(2)
1449 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
1450 end
1451 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
1452 lplayer.Character.Humanoid.Health = 0
1453 wait(1)
1454 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
1455 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
1456 end
1457 if string.sub(msg, 1, 9) == (prefix.."explorer") then
1458 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
1459 game:GetService("StarterGui"):SetCore("SendNotification", {
1460 Title = "Success!";
1461 Text = "DEX Explorer has loaded.";
1462 })
1463 end
1464 if string.sub(msg, 1, 6) == (prefix.."anim ") then
1465 local Anim = Instance.new("Animation")
1466 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
1467 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
1468 track:Play(.1, 1, 1)
1469 end
1470 if string.sub(msg, 1, 8) == (prefix.."animgui") then
1471 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
1472 game:GetService("StarterGui"):SetCore("SendNotification", {
1473 Title = "Success!";
1474 Text = "Energize Animations GUI has loaded.";
1475 })
1476 end
1477 if string.sub(msg, 1, 8) == (prefix.."savepos") then
1478 saved = lplayer.Character.HumanoidRootPart.CFrame
1479 game:GetService("StarterGui"):SetCore("SendNotification", {
1480 Title = "Position Saved";
1481 Text = "Use ;loadpos to return to saved position.";
1482 })
1483 end
1484 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
1485 lplayer.Character.HumanoidRootPart.CFrame = saved
1486 end
1487 if string.sub(msg, 1, 6) == (prefix.."bang ") then
1488 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
1489 local Anim2 = Instance.new("Animation")
1490 Anim2.AnimationId = "rbxassetid://148840371"
1491 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
1492 track2:Play(.1, 1, 1)
1493 bplrr = v.Name
1494 banpl = true
1495 end
1496 end
1497 if string.sub(msg, 1, 7) == (prefix.."unbang") then
1498 banpl = false
1499 end
1500 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
1501 local function bringmodw()
1502 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
1503 if obj.Name == (string.sub(msg, 11)) then
1504 for i,ch in pairs(obj:GetDescendants()) do
1505 if (ch:IsA("BasePart")) then
1506 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
1507 ch.CanCollide = false
1508 ch.Transparency = 0.7
1509 wait()
1510 ch.CFrame = lplayer.Character["Left Leg"].CFrame
1511 wait()
1512 ch.CFrame = lplayer.Character["Right Leg"].CFrame
1513 wait()
1514 ch.CFrame = lplayer.Character["Head"].CFrame
1515 end
1516 end
1517 end
1518 end
1519 end
1520 while wait() do
1521 bringmodw()
1522 end
1523 game:GetService("StarterGui"):SetCore("SendNotification", {
1524 Title = "BringMod";
1525 Text = "BringMod enabled.";
1526 })
1527 end
1528 if string.sub(msg, 1, 8) == (prefix.."respawn") then
1529 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
1530 local hum = Instance.new('Humanoid', mod)
1531 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
1532 lplayer.Character = mod
1533 end
1534 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
1535 game:GetService'RunService'.Stepped:Connect(function()
1536 pcall(function()
1537 for i,v in pairs(game:GetService'Players':GetPlayers()) do
1538 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
1539 for _,x in pairs(v.Character.Head:GetChildren()) do
1540 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
1541 end
1542 end
1543 end
1544 end)
1545 end)
1546 game:GetService("StarterGui"):SetCore("SendNotification", {
1547 Title = "Attempting Shutdown";
1548 Text = "Shutdown Attempt has begun.";
1549 })
1550 end
1551 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
1552 objtodel = (string.sub(msg, 9))
1553 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1554 if v.Name == objtodel then
1555 v:Destroy()
1556 end
1557 end
1558 end
1559 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
1560 for i,v in pairs(game:GetService("Players"):GetPlayers())do
1561 print(v)
1562 end
1563 game:GetService("StarterGui"):SetCore("SendNotification", {
1564 Title = "Printed";
1565 Text = "Players have been printed to console. (F9)";
1566 })
1567 end
1568 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
1569 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
1570 if (v:IsA("Decal")) then
1571 v:Destroy()
1572 end
1573 end
1574 end
1575 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
1576 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
1577 game:GetService("StarterGui"):SetCore("SendNotification", {
1578 Title = "Success!";
1579 Text = "OpFinality GUI has loaded.";
1580 })
1581 end
1582 if string.sub(msg, 1, 8) == (prefix.."remotes") then
1583 remotes = true
1584 added = true
1585 game.DescendantAdded:connect(function(rmt)
1586 if added == true then
1587 if remotes == true then
1588 if rmt:IsA("RemoteEvent") then
1589 print("A RemoteEvent was added!")
1590 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
1591 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1592 end end end
1593 end)
1594 game.DescendantAdded:connect(function(rmtfnctn)
1595 if added == true then
1596 if remotes == true then
1597 if rmtfnctn:IsA("RemoteFunction") then
1598 warn("A RemoteFunction was added!")
1599 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
1600 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1601 end end end
1602 end)
1603
1604 game.DescendantAdded:connect(function(bndfnctn)
1605 if added == true then
1606 if binds == true then
1607 if bndfnctn:IsA("BindableFunction") then
1608 print("A BindableFunction was added!")
1609 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
1610 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1611 end end end
1612 end)
1613
1614 game.DescendantAdded:connect(function(bnd)
1615 if added == true then
1616 if binds == true then
1617 if bnd:IsA("BindableEvent") then
1618 warn("A BindableEvent was added!")
1619 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
1620 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1621 end end end
1622 end)
1623
1624
1625 if binds == true then
1626 for i,v in pairs(game:GetDescendants()) do
1627 if v:IsA("BindableFunction") then
1628 print(" game." .. v:GetFullName() .. " | BindableFunction")
1629 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
1630 end end
1631 for i,v in pairs(game:GetDescendants()) do
1632 if v:IsA("BindableEvent") then
1633 warn(" game." .. v:GetFullName() .. " | BindableEvent")
1634 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
1635 end end
1636 else
1637 print("Off")
1638 end
1639 if remotes == true then
1640 for i,v in pairs(game:GetDescendants()) do
1641 if v:IsA("RemoteFunction") then
1642 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
1643 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
1644 end end
1645 wait()
1646 for i,v in pairs(game:GetDescendants()) do
1647 if v:IsA("RemoteEvent") then
1648 print(" game." .. v:GetFullName() .. " | RemoteEvent")
1649 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
1650 end end
1651 else
1652 print("Off")
1653 end
1654 game:GetService("StarterGui"):SetCore("SendNotification", {
1655 Title = "Printing Remotes";
1656 Text = "Type ;noremotes to disable.";
1657 })
1658 end
1659 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
1660 remotes = false
1661 added = false
1662 game:GetService("StarterGui"):SetCore("SendNotification", {
1663 Title = "Printing Remotes Disabled";
1664 Text = "Type ;remotes to enable.";
1665 })
1666 end
1667 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
1668 spin = false
1669 followed = false
1670 traill = false
1671 noclip = false
1672 annoying = false
1673 hwalk = false
1674 cbringing = false
1675 end
1676 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
1677 stopsitting = true
1678 end
1679 if string.sub(msg, 1, 6) == (prefix.."gosit") then
1680 stopsitting = false
1681 end
1682 if string.sub(msg, 1, 8) == (prefix.."version") then
1683 print(adminversion)
1684 game:GetService("StarterGui"):SetCore("SendNotification", {
1685 Title = "Version";
1686 Text = adminversion;
1687 })
1688 end
1689 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
1690 clickgoto = true
1691 game:GetService("StarterGui"):SetCore("SendNotification", {
1692 Title = "Click TP";
1693 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
1694 })
1695 end
1696 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
1697 clickdel = true
1698 game:GetService("StarterGui"):SetCore("SendNotification", {
1699 Title = "Click Delete";
1700 Text = "Press E to delete part at mouse, ;noclickdel to stop";
1701 })
1702 end
1703 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
1704 clickdel = false
1705 game:GetService("StarterGui"):SetCore("SendNotification", {
1706 Title = "Click Delete";
1707 Text = "Click delete has been disabled.";
1708 })
1709 end
1710 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
1711 clickgoto = false
1712 game:GetService("StarterGui"):SetCore("SendNotification", {
1713 Title = "Click TP";
1714 Text = "Click TP has been disabled.";
1715 })
1716 end
1717 if string.sub(msg, 1, 8) == (prefix.."toolson") then
1718 gettingtools = true
1719 game:GetService("StarterGui"):SetCore("SendNotification", {
1720 Title = "Tools Enabled";
1721 Text = "Automatically colleting tools dropped.";
1722 })
1723 end
1724 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
1725 gettingtools = false
1726 game:GetService("StarterGui"):SetCore("SendNotification", {
1727 Title = "Tools Disabled";
1728 Text = "Click TP has been disabled.";
1729 })
1730 end
1731 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
1732 ScreenGui:Destroy()
1733 end
1734 if string.sub(msg, 1, 6) == (prefix.."reset") then
1735 lplayer.Character.Head:Destroy()
1736 end
1737 if string.sub(msg, 1, 7) == (prefix.."state ") then
1738 statechosen = string.sub(msg, 8)
1739 changingstate = true
1740 end
1741 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
1742 game:GetService("Workspace").Gravity = string.sub(msg, 10)
1743 end
1744 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
1745 removingmeshhats = true
1746 end
1747 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
1748 removingmeshhats = false
1749 end
1750 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
1751 removingmeshtool = true
1752 end
1753 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
1754 removingmeshtool = false
1755 end
1756 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
1757 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
1758 if v:IsA("Tool") then
1759 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
1760 v.Parent = player.Character
1761 end
1762 end
1763 end
1764 end
1765 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
1766 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
1767 if v:IsA("Tool") then
1768 v.Parent = lplayer.Character
1769 wait()
1770 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
1771 v.Parent = player.Character
1772 end
1773 end
1774 end
1775 end
1776 if string.sub(msg, 1, 5) == (prefix.."age ") then
1777 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
1778 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
1779 end
1780 end
1781 if string.sub(msg, 1, 4) == (prefix.."id ") then
1782 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
1783 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
1784 end
1785 end
1786 if string.sub(msg, 1, 6) == (prefix..".age ") then
1787 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
1788 game:GetService("StarterGui"):SetCore("SendNotification", {
1789 Title = player.AccountAge.." Days";
1790 Text = "Account age of "..player.Name;
1791 })
1792 end
1793 end
1794 if string.sub(msg, 1, 5) == (prefix..".id ") then
1795 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
1796 game:GetService("StarterGui"):SetCore("SendNotification", {
1797 Title = player.UserId.." ID";
1798 Text = "Account ID of "..player.Name;
1799 })
1800 end
1801 end
1802 if string.sub(msg, 1, 7) == (prefix.."gameid") then
1803 game:GetService("StarterGui"):SetCore("SendNotification", {
1804 Title = "Game ID";
1805 Text = "Game ID: ".. game.GameId;
1806 })
1807 end
1808 if string.sub(msg, 1, 4) == (prefix.."pgs") then
1809 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
1810 if pgscheck == true then
1811 game:GetService("StarterGui"):SetCore("SendNotification", {
1812 Title = "PGSPhysicsSolverEnabled";
1813 Text = "PGS is Enabled!";
1814 })
1815 else
1816 game:GetService("StarterGui"):SetCore("SendNotification", {
1817 Title = "PGSPhysicsSolverEnabled";
1818 Text = "PGS is Disabled!";
1819 })
1820 end
1821 end
1822 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
1823 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
1824 if v:IsA("Part") then
1825 if v.Transparency == 1 then
1826 if v.Name ~= "HumanoidRootPart" then
1827 v:Destroy()
1828 end
1829 end
1830 end
1831 end
1832 end
1833 if string.sub(msg, 1, 10) == (prefix.."removefog") then
1834 game:GetService("Lighting").FogStart = 0
1835 game:GetService("Lighting").FogEnd = 9999999999999
1836 end
1837 if string.sub(msg, 1, 8) == (prefix.."disable") then
1838 lplayer.Character.Humanoid.Parent = lplayer
1839 end
1840 if string.sub(msg, 1, 7) == (prefix.."enable") then
1841 lplayer.Humanoid.Parent = lplayer.Character
1842 end
1843 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
1844 prefix = (string.sub(msg, 9, 9))
1845 wait(0.1)
1846 change()
1847 wait(0.1)
1848 game:GetService("StarterGui"):SetCore("SendNotification", {
1849 Title = "Prefix changed!";
1850 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
1851 })
1852 end
1853 if string.sub(msg, 1, 12) == (";resetprefix") then
1854 prefix = ";"
1855 wait(0.1)
1856 change()
1857 wait(0.1)
1858 game:GetService("StarterGui"):SetCore("SendNotification", {
1859 Title = "Prefix changed!";
1860 Text = "Prefix is now "..prefix..". Make sure it's one key!";
1861 })
1862 end
1863 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
1864 speedfly = string.sub(msg, 11)
1865 wait()
1866 change()
1867 end
1868 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
1869 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
1870 local Anim3 = Instance.new("Animation")
1871 Anim3.AnimationId = "rbxassetid://282574440"
1872 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
1873 track3:Play(.1, 1, 1)
1874 bplrr = v.Name
1875 banpl = true
1876 end
1877 end
1878 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
1879 banpl = false
1880 end
1881 if string.sub(msg, 1, 7) == (prefix.."stare ") then
1882 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
1883 staring = true
1884 stareplr = v
1885 end
1886 end
1887 if string.sub(msg, 1, 8) == (prefix.."unstare") then
1888 staring = false
1889 end
1890 if string.sub(msg, 1, 8) == (prefix.."logchat") then
1891 chatlogs = true
1892 game:GetService("StarterGui"):SetCore("SendNotification", {
1893 Title = "LogChat enabled";
1894 Text = "Now logging all player chat.";
1895 })
1896 end
1897 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
1898 chatlogs = false
1899 game:GetService("StarterGui"):SetCore("SendNotification", {
1900 Title = "LogChat disabled";
1901 Text = "Stopped logging all player chat.";
1902 })
1903 end
1904 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
1905 game:GetService("Workspace").CurrentCamera:Destroy()
1906 wait(0.1)
1907 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
1908 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
1909 lplayer.CameraMinZoomDistance = 0.5
1910 lplayer.CameraMaxZoomDistance = 400
1911 lplayer.CameraMode = "Classic"
1912 end
1913 if string.sub(msg, 1, 8) == (prefix.."unstate") then
1914 changingstate = false
1915 end
1916end)
1917
1918local function tp()
1919 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
1920 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
1921 if player.Name == brplr then
1922 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
1923 end
1924 end
1925 end
1926end
1927local function tpall()
1928 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
1929 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
1930 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
1931 end
1932 end
1933end
1934spawn(function()
1935 while wait(spamdelay) do
1936 if spamming == true then
1937 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
1938 end
1939 end
1940end)
1941spawn(function()
1942 while wait(spamdelay) do
1943 if spammingpm == true then
1944 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
1945 end
1946 end
1947end)
1948spawn(function()
1949 while wait() do
1950 if cbring == true then
1951 tp()
1952 end
1953 end
1954end)
1955spawn(function()
1956 while wait() do
1957 if cbringall == true then
1958 tpall()
1959 end
1960 end
1961end)
1962
1963Mouse.KeyDown:connect(function(Key)
1964 if Key == prefix then
1965 CMDBAR:CaptureFocus()
1966 end
1967end)
1968
1969CMDBAR.FocusLost:connect(function(enterPressed)
1970 if enterPressed then
1971 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
1972 if string.sub(CMDBAR.Text, 6) == "me" then
1973 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
1974 else
1975 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
1976 local NOW = lplayer.Character.HumanoidRootPart.CFrame
1977 lplayer.Character.Humanoid.Name = 1
1978 local l = lplayer.Character["1"]:Clone()
1979 l.Parent = lplayer.Character
1980 l.Name = "Humanoid"
1981 wait(0.1)
1982 lplayer.Character["1"]:Destroy()
1983 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
1984 lplayer.Character.Animate.Disabled = true
1985 wait(0.1)
1986 lplayer.Character.Animate.Disabled = false
1987 lplayer.Character.Humanoid.DisplayDistanceType = "None"
1988 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
1989 lplayer.Character.Humanoid:EquipTool(v)
1990 end
1991 local function tp(player,player2)
1992 local char1,char2=player.Character,player2.Character
1993 if char1 and char2 then
1994 char1:MoveTo(char2.Head.Position)
1995 end
1996 end
1997 wait(0.1)
1998 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
1999 wait(0.2)
2000 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2001 wait(0.5)
2002 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2003 wait(0.7)
2004 tp(lplayer,game:GetService("Players")[v.Name])
2005 wait(0.7)
2006 lplayer.Character.HumanoidRootPart.CFrame = NOW
2007 game:GetService("StarterGui"):SetCore("SendNotification", {
2008 Title = "Tools needed!";
2009 Text = "You need a tool in your backpack for this command!";
2010 })
2011 end
2012 end
2013 end
2014 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
2015 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2016 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2017 lplayer.Character.Humanoid.Name = 1
2018 local l = lplayer.Character["1"]:Clone()
2019 l.Parent = lplayer.Character
2020 l.Name = "Humanoid"
2021 wait(0.1)
2022 lplayer.Character["1"]:Destroy()
2023 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2024 lplayer.Character.Animate.Disabled = true
2025 wait(0.1)
2026 lplayer.Character.Animate.Disabled = false
2027 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2028 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2029 lplayer.Character.Humanoid:EquipTool(v)
2030 end
2031 local function tp(player,player2)
2032 local char1,char2=player.Character,player2.Character
2033 if char1 and char2 then
2034 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2035 end
2036 end
2037 local function getout(player,player2)
2038 local char1,char2=player.Character,player2.Character
2039 if char1 and char2 then
2040 char1:MoveTo(char2.Head.Position)
2041 end
2042 end
2043 tp(game:GetService("Players")[v.Name], lplayer)
2044 wait(0.2)
2045 tp(game:GetService("Players")[v.Name], lplayer)
2046 wait(0.5)
2047 lplayer.Character.HumanoidRootPart.CFrame = NOW
2048 wait(0.5)
2049 getout(lplayer, game:GetService("Players")[v.Name])
2050 wait(0.3)
2051 lplayer.Character.HumanoidRootPart.CFrame = NOW
2052 game:GetService("StarterGui"):SetCore("SendNotification", {
2053 Title = "Tools needed!";
2054 Text = "You need a tool in your backpack for this command!";
2055 })
2056 end
2057 end
2058 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
2059 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2060 lplayer.Character.Humanoid.Name = 1
2061 local l = lplayer.Character["1"]:Clone()
2062 l.Parent = lplayer.Character
2063 l.Name = "Humanoid"
2064 wait(0.1)
2065 lplayer.Character["1"]:Destroy()
2066 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2067 lplayer.Character.Animate.Disabled = true
2068 wait(0.1)
2069 lplayer.Character.Animate.Disabled = false
2070 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2071 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2072 lplayer.Character.Humanoid:EquipTool(v)
2073 end
2074 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2075 spinplr = v
2076 wait(0.5)
2077 spin = true
2078 game:GetService("StarterGui"):SetCore("SendNotification", {
2079 Title = "Tools needed!";
2080 Text = "You need a tool in your backpack for this command!";
2081 })
2082 end
2083 end
2084 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
2085 spin = false
2086 end
2087 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
2088 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2089 lplayer.Character.Humanoid.Name = 1
2090 local l = lplayer.Character["1"]:Clone()
2091 l.Parent = lplayer.Character
2092 l.Name = "Humanoid"
2093 wait(0.1)
2094 lplayer.Character["1"]:Destroy()
2095 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2096 lplayer.Character.Animate.Disabled = true
2097 wait(0.1)
2098 lplayer.Character.Animate.Disabled = false
2099 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2100 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2101 lplayer.Character.Humanoid:EquipTool(v)
2102 end
2103 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2104 wait(0.3)
2105 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2106 attplr = v
2107 game:GetService("StarterGui"):SetCore("SendNotification", {
2108 Title = "Tools needed!";
2109 Text = "You need a tool in your backpack for this command!";
2110 })
2111 end
2112 end
2113 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
2114 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2115 local function getout(player,player2)
2116 local char1,char2=player.Character,player2.Character
2117 if char1 and char2 then
2118 char1:MoveTo(char2.Head.Position)
2119 end
2120 end
2121 getout(lplayer, game:GetService("Players")[v.Name])
2122 end
2123 end
2124 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
2125 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2126 followed = true
2127 flwplr = v
2128 end
2129 end
2130 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
2131 followed = false
2132 end
2133 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
2134 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2135 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2136 lplayer.Character.Humanoid.Name = 1
2137 local l = lplayer.Character["1"]:Clone()
2138 l.Parent = lplayer.Character
2139 l.Name = "Humanoid"
2140 wait(0.1)
2141 lplayer.Character["1"]:Destroy()
2142 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2143 lplayer.Character.Animate.Disabled = true
2144 wait(0.1)
2145 lplayer.Character.Animate.Disabled = false
2146 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2147 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2148 lplayer.Character.Humanoid:EquipTool(v)
2149 end
2150 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2151 wait(0.2)
2152 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2153 wait(0.6)
2154 lplayer.Character.HumanoidRootPart.CFrame = NOW
2155 wait(0.6)
2156 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
2157 game:GetService("StarterGui"):SetCore("SendNotification", {
2158 Title = "Tools needed!";
2159 Text = "You need a tool in your backpack for this command!";
2160 })
2161 end
2162 end
2163 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
2164 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2165 traill = true
2166 trlplr = v
2167 end
2168 end
2169 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
2170 traill = false
2171 end
2172 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
2173 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2174 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2175 else
2176 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2177 local o = Instance.new("RocketPropulsion")
2178 o.Parent = lplayer.Character.HumanoidRootPart
2179 o.Name = "Orbit"
2180 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2181 o:Fire()
2182 noclip = true
2183 end
2184 end
2185 end
2186 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
2187 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
2188 noclip = false
2189 end
2190 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
2191 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
2192 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2193 else
2194 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2195 local y = Instance.new("RocketPropulsion")
2196 y.Parent = lplayer.Character.HumanoidRootPart
2197 y.CartoonFactor = 1
2198 y.MaxThrust = 800000
2199 y.MaxSpeed = 1000
2200 y.ThrustP = 200000
2201 y.Name = "Fling"
2202 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2203 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2204 y:Fire()
2205 noclip = true
2206 end
2207 end
2208 end
2209 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
2210 noclip = false
2211 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2212 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2213 wait(0.4)
2214 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2215 end
2216 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
2217 if game:GetService("Workspace").FilteringEnabled == true then
2218 warn("FE is Enabled (Filtering Enabled)")
2219 game:GetService("StarterGui"):SetCore("SendNotification", {
2220 Title = "FE is Enabled";
2221 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
2222 })
2223 else
2224 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
2225 game:GetService("StarterGui"):SetCore("SendNotification", {
2226 Title = "FE is Disabled";
2227 Text = "Filtering Disabled. Consider using a different admin script.";
2228 })
2229 end
2230 end
2231 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
2232 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2233 lplayer.Character.Humanoid.Name = 1
2234 local l = lplayer.Character["1"]:Clone()
2235 l.Parent = lplayer.Character
2236 l.Name = "Humanoid"
2237 wait(0.1)
2238 lplayer.Character["1"]:Destroy()
2239 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2240 lplayer.Character.Animate.Disabled = true
2241 wait(0.1)
2242 lplayer.Character.Animate.Disabled = false
2243 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2244 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2245 lplayer.Character.Humanoid:EquipTool(v)
2246 end
2247 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2248 wait(0.2)
2249 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2250 wait(0.6)
2251 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
2252 game:GetService("StarterGui"):SetCore("SendNotification", {
2253 Title = "Tools needed!";
2254 Text = "You need a tool in your backpack for this command!";
2255 })
2256 end
2257 end
2258 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
2259 noclip = true
2260 game:GetService("StarterGui"):SetCore("SendNotification", {
2261 Title = "Noclip enabled";
2262 Text = "Type ;clip to disable";
2263 })
2264 end
2265 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
2266 noclip = false
2267 game:GetService("StarterGui"):SetCore("SendNotification", {
2268 Title = "Noclip disabled";
2269 Text = "Type ;noclip to enable";
2270 })
2271 end
2272 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
2273 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
2274 end
2275 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
2276 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
2277 end
2278 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
2279 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
2280 end
2281 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
2282 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
2283 end
2284 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
2285 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
2286 end
2287 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
2288 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
2289 end
2290 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
2291 lplayer.Character.Humanoid.JumpPower = 50
2292 lplayer.Character.Humanoid.WalkSpeed = 16
2293 lplayer.Character.Humanoid.HipHeight = 0
2294 end
2295 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
2296 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2297 annoying = true
2298 annplr = v
2299 end
2300 end
2301 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
2302 annoying = false
2303 end
2304 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
2305 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
2306 hwalk = true
2307 hdwplr = v
2308 end
2309 end
2310 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
2311 hwalk = false
2312 end
2313 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
2314 lplayer.Character["Left Leg"]:Destroy()
2315 lplayer.Character["Left Arm"]:Destroy()
2316 lplayer.Character["Right Leg"]:Destroy()
2317 lplayer.Character["Right Arm"]:Destroy()
2318 end
2319 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
2320 lplayer.Character.Humanoid.Name = 1
2321 local l = lplayer.Character["1"]:Clone()
2322 l.Parent = lplayer.Character
2323 l.Name = "Humanoid"
2324 wait(0.1)
2325 lplayer.Character["1"]:Destroy()
2326 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2327 lplayer.Character.Animate.Disabled = true
2328 wait(0.1)
2329 lplayer.Character.Animate.Disabled = false
2330 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2331 game:GetService("StarterGui"):SetCore("SendNotification", {
2332 Title = "FE Godmode enabled";
2333 Text = "Use ;grespawn or ;respawn to remove.";
2334 })
2335 end
2336 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
2337 for i,v in pairs(lplayer.Character:GetChildren()) do
2338 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2339 v.Parent = workspace
2340 end
2341 end
2342 end
2343 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
2344 for i,v in pairs(lplayer.Character:GetChildren()) do
2345 if (v:IsA("Tool")) then
2346 v.Parent = workspace
2347 end
2348 end
2349 end
2350 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
2351 droppinghats = true
2352 game:GetService("StarterGui"):SetCore("SendNotification", {
2353 Title = "Loop Drop Enabled";
2354 Text = "Type ;unloopdhats to disable";
2355 })
2356 end
2357 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
2358 droppinghats = false
2359 game:GetService("StarterGui"):SetCore("SendNotification", {
2360 Title = "Loop Drop Disabled";
2361 Text = "Type ;loopdhats to enable.";
2362 })
2363 end
2364 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
2365 droppingtools = true
2366 game:GetService("StarterGui"):SetCore("SendNotification", {
2367 Title = "Loop Drop Enabled";
2368 Text = "Type ;unloopdtool to disable";
2369 })
2370 end
2371 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
2372 droppingtools = false
2373 game:GetService("StarterGui"):SetCore("SendNotification", {
2374 Title = "Loop Drop Disabled";
2375 Text = "Type ;loopdtool to enable.";
2376 })
2377 end
2378 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
2379 Local = game:GetService('Players').LocalPlayer
2380 Char = Local.Character
2381 touched,tpdback = false, false
2382 box = Instance.new('Part',workspace)
2383 box.Anchored = true
2384 box.CanCollide = true
2385 box.Size = Vector3.new(10,1,10)
2386 box.Position = Vector3.new(0,10000,0)
2387 box.Touched:connect(function(part)
2388 if (part.Parent.Name == Local.Name) then
2389 if touched == false then
2390 touched = true
2391 function apply()
2392 if script.Disabled ~= true then
2393 no = Char.HumanoidRootPart:Clone()
2394 wait(.25)
2395 Char.HumanoidRootPart:Destroy()
2396 no.Parent = Char
2397 Char:MoveTo(loc)
2398 touched = false
2399 end end
2400 if Char then
2401 apply()
2402 end
2403 end
2404 end
2405 end)
2406 repeat wait() until Char
2407 loc = Char.HumanoidRootPart.Position
2408 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
2409 game:GetService("StarterGui"):SetCore("SendNotification", {
2410 Title = "Invisibility enabled!";
2411 Text = "Reset or use ;respawn to remove.";
2412 })
2413 end
2414 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
2415 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2416 if game:GetService("Players")[v.Name].Character.Humanoid then
2417 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
2418 else
2419 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2420 end
2421 end
2422 end
2423 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
2424 if lplayer.Character.Humanoid then
2425 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2426 else
2427 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2428 end
2429 end
2430 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
2431 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2432 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2433 end
2434 end
2435 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
2436 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
2437 repeat wait() until Mouse
2438
2439 local T = lplayer.Character.HumanoidRootPart
2440 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
2441 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2442 local SPEED = speedget
2443
2444 local function fly()
2445 flying = true
2446 local BG = Instance.new('BodyGyro', T)
2447 local BV = Instance.new('BodyVelocity', T)
2448 BG.P = 9e4
2449 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2450 BG.cframe = T.CFrame
2451 BV.velocity = Vector3.new(0, 0.1, 0)
2452 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
2453 spawn(function()
2454 repeat wait()
2455 lplayer.Character.Humanoid.PlatformStand = true
2456 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
2457 SPEED = 50
2458 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
2459 SPEED = 0
2460 end
2461 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
2462 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
2463 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
2464 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
2465 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
2466 else
2467 BV.velocity = Vector3.new(0, 0.1, 0)
2468 end
2469 BG.cframe = workspace.CurrentCamera.CoordinateFrame
2470 until not flying
2471 CONTROL = {F = 0, B = 0, L = 0, R = 0}
2472 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2473 SPEED = 0
2474 BG:destroy()
2475 BV:destroy()
2476 lplayer.Character.Humanoid.PlatformStand = false
2477 end)
2478 end
2479 Mouse.KeyDown:connect(function(KEY)
2480 if KEY:lower() == 'w' then
2481 CONTROL.F = speedfly
2482 elseif KEY:lower() == 's' then
2483 CONTROL.B = -speedfly
2484 elseif KEY:lower() == 'a' then
2485 CONTROL.L = -speedfly
2486 elseif KEY:lower() == 'd' then
2487 CONTROL.R = speedfly
2488 end
2489 end)
2490 Mouse.KeyUp:connect(function(KEY)
2491 if KEY:lower() == 'w' then
2492 CONTROL.F = 0
2493 elseif KEY:lower() == 's' then
2494 CONTROL.B = 0
2495 elseif KEY:lower() == 'a' then
2496 CONTROL.L = 0
2497 elseif KEY:lower() == 'd' then
2498 CONTROL.R = 0
2499 end
2500 end)
2501 fly()
2502 end
2503 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
2504 flying = false
2505 lplayer.Character.Humanoid.PlatformStand = false
2506 end
2507 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
2508 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
2509 end
2510 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
2511 spamtext = (string.sub(CMDBAR.Text, 6))
2512 spamming = true
2513 end
2514 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
2515 spamming = false
2516 end
2517 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
2518 spamdelay = (string.sub(CMDBAR.Text, 10))
2519 end
2520 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
2521 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2522 pmspammed = v.Name
2523 spammingpm = true
2524 end
2525 end
2526 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
2527 spammingpm = false
2528 end
2529 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
2530 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
2531 v.Character["Left Leg"].Anchored = true
2532 v.Character["Left Arm"].Anchored = true
2533 v.Character["Right Leg"].Anchored = true
2534 v.Character["Right Arm"].Anchored = true
2535 v.Character.Torso.Anchored = true
2536 v.Character.Head.Anchored = true
2537 end
2538 end
2539 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
2540 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
2541 v.Character["Left Leg"].Anchored = false
2542 v.Character["Left Arm"].Anchored = false
2543 v.Character["Right Leg"].Anchored = false
2544 v.Character["Right Arm"].Anchored = false
2545 v.Character.Torso.Anchored = false
2546 v.Character.Head.Anchored = false
2547 end
2548 end
2549 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
2550 local a = game:GetService("Workspace"):getChildren()
2551 for i = 1, #a do
2552 if a[i].className == "Part" then
2553 a[i].Locked = false
2554 elseif a[i].className == "Model" then
2555 local r = a[i]:getChildren()
2556 for i = 1, #r do
2557 if r[i].className == "Part" then
2558 r[i].Locked = false
2559 end
2560 end
2561 end
2562 end
2563 game:GetService("StarterGui"):SetCore("SendNotification", {
2564 Title = "Success!";
2565 Text = "Workspace unlocked. Use ;lockws to lock.";
2566 })
2567 end
2568 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
2569 local a = game:GetService("Workspace"):getChildren()
2570 for i = 1, #a do
2571 if a[i].className == "Part" then
2572 a[i].Locked = true
2573 elseif a[i].className == "Model" then
2574 local r = a[i]:getChildren()
2575 for i = 1, #r do
2576 if r[i].className == "Part" then
2577 r[i].Locked = true
2578 end
2579 end
2580 end
2581 end
2582 end
2583 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
2584 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
2585 Clone_T.BinType = "Clone"
2586 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
2587 Destruct.BinType = "Hammer"
2588 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
2589 Hold_T.BinType = "Grab"
2590 end
2591 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
2592 lplayer.Character.Humanoid.PlatformStand = true
2593 end
2594 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
2595 lplayer.Character.Humanoid.PlatformStand = false
2596 end
2597 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
2598 lplayer.Character.Head.Mesh:Destroy()
2599 end
2600 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
2601 lplayer.Character.Humanoid.Sit = true
2602 end
2603 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
2604 local function bringobjw()
2605 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
2606 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
2607 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2608 obj.CanCollide = false
2609 obj.Transparency = 0.7
2610 wait()
2611 obj.CFrame = lplayer.Character["Left Leg"].CFrame
2612 wait()
2613 obj.CFrame = lplayer.Character["Right Leg"].CFrame
2614 wait()
2615 obj.CFrame = lplayer.Character["Head"].CFrame
2616 end
2617 end
2618 end
2619 while wait() do
2620 bringobjw()
2621 end
2622 game:GetService("StarterGui"):SetCore("SendNotification", {
2623 Title = "BringObj";
2624 Text = "BringObj enabled.";
2625 })
2626 end
2627 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
2628 vis = (string.sub(CMDBAR.Text, 7))
2629 local a = game:GetService("Workspace"):GetDescendants()
2630 for i = 1, #a do
2631 if a[i].className == "Part" then
2632 a[i].Transparency = vis
2633 elseif a[i].className == "Model" then
2634 local r = a[i]:getChildren()
2635 for i = 1, #r do
2636 if r[i].className == "Part" then
2637 r[i].Transparency = vis
2638 end
2639 end
2640 end
2641 end
2642 end
2643 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
2644 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
2645 game:GetService("StarterGui"):SetCore("SendNotification", {
2646 Title = "Success!";
2647 Text = "HyperTotal GUI Loaded!";
2648 })
2649 end
2650 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
2651 CMDSFRAME.Visible = true
2652 end
2653 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
2654 for i,v in pairs(lplayer.Character:GetChildren()) do
2655 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2656 v.Handle.Mesh:Destroy()
2657 end
2658 end
2659 end
2660 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
2661 for i,v in pairs(lplayer.Character:GetChildren()) do
2662 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2663 v.Handle.Mesh:Destroy()
2664 end
2665 end
2666 end
2667 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
2668 for i,v in pairs(lplayer.Character:GetChildren()) do
2669 if (v:IsA("Tool")) then
2670 v.Handle.Mesh:Destroy()
2671 end
2672 end
2673 end
2674 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
2675 for i,v in pairs(lplayer.Character:GetChildren()) do
2676 if (v:IsA("Tool")) then
2677 v.Handle.Mesh:Destroy()
2678 end
2679 end
2680 end
2681 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
2682 local p = Instance.new("RocketPropulsion")
2683 p.Parent = lplayer.Character.HumanoidRootPart
2684 p.Name = "Spinner"
2685 p.Target = lplayer.Character["Left Arm"]
2686 p:Fire()
2687 game:GetService("StarterGui"):SetCore("SendNotification", {
2688 Title = "Spinner enabled";
2689 Text = "Type ;nospinner to disable.";
2690 })
2691 end
2692 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
2693 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
2694 end
2695 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
2696 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2697 if v:isA("Tool") then
2698 local a = Instance.new("SelectionBox",v.Handle)
2699 a.Adornee = v.Handle
2700 v.Handle.Size = Vector3.new(0.5,0.5,60)
2701 v.GripPos = Vector3.new(0,0,0)
2702 lplayer.Character.Humanoid:UnequipTools()
2703 end
2704 end
2705 game:GetService("StarterGui"):SetCore("SendNotification", {
2706 Title = "Reach applied!";
2707 Text = "Applied to equipped sword. Use ;noreach to disable.";
2708 })
2709 end
2710 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
2711 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2712 if v:isA("Tool") then
2713 local a = Instance.new("SelectionBox",v.Handle)
2714 a.Name = "Reach"
2715 a.Adornee = v.Handle
2716 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
2717 v.GripPos = Vector3.new(0,0,0)
2718 lplayer.Character.Humanoid:UnequipTools()
2719 end
2720 end
2721 game:GetService("StarterGui"):SetCore("SendNotification", {
2722 Title = "Reach applied!";
2723 Text = "Applied to equipped sword. Use ;noreach to disable.";
2724 })
2725 end
2726 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
2727 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
2728 if v:isA("Tool") then
2729 v.Handle.Reach:Destroy()
2730 end
2731 end
2732 game:GetService("StarterGui"):SetCore("SendNotification", {
2733 Title = "Reach removed!";
2734 Text = "Removed reach from equipped sword.";
2735 })
2736 end
2737 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
2738 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
2739 lplayer.Character.Humanoid.Name = 1
2740 local l = lplayer.Character["1"]:Clone()
2741 l.Parent = lplayer.Character
2742 l.Name = "Humanoid"
2743 wait(0.1)
2744 lplayer.Character["1"]:Destroy()
2745 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2746 lplayer.Character.Animate.Disabled = true
2747 wait(0.1)
2748 lplayer.Character.Animate.Disabled = false
2749 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2750 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2751 lplayer.Character.Humanoid:EquipTool(v)
2752 end
2753 wait(0.1)
2754 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2755 wait(0.2)
2756 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2757 wait(0.5)
2758 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2759 game:GetService("StarterGui"):SetCore("SendNotification", {
2760 Title = "Tools needed!";
2761 Text = "You need a tool in your backpack for this command!";
2762 })
2763 end
2764 end
2765 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
2766 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
2767 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2768 end
2769 end
2770 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
2771 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
2772 cbringall = true
2773 else
2774 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2775 brplr = v.Name
2776 end
2777 end
2778 cbring = true
2779 end
2780 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
2781 cbring = false
2782 cbringall = false
2783 end
2784 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
2785 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2786 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2787 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2788 lplayer.Character.Humanoid.Name = 1
2789 local l = lplayer.Character["1"]:Clone()
2790 l.Parent = lplayer.Character
2791 l.Name = "Humanoid"
2792 wait(0.1)
2793 lplayer.Character["1"]:Destroy()
2794 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2795 lplayer.Character.Animate.Disabled = true
2796 wait(0.1)
2797 lplayer.Character.Animate.Disabled = false
2798 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2799 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2800 lplayer.Character.Humanoid:EquipTool(v)
2801 end
2802 local function tp(player,player2)
2803 local char1,char2=player.Character,player2.Character
2804 if char1 and char2 then
2805 char1:MoveTo(char2.Head.Position)
2806 end
2807 end
2808 wait(0.1)
2809 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2810 wait(0.2)
2811 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2812 wait(0.5)
2813 lplayer.Character.HumanoidRootPart.CFrame = NOW
2814 wait(0.6)
2815 tp(lplayer, game:GetService("Players")[v.Name])
2816 wait(0.4)
2817 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
2818 game:GetService("StarterGui"):SetCore("SendNotification", {
2819 Title = "Tools needed!";
2820 Text = "You need a tool in your backpack for this command!";
2821 })
2822 end
2823 end
2824 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
2825 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
2826 lplayer.Character.Humanoid.Name = 1
2827 local l = lplayer.Character["1"]:Clone()
2828 l.Parent = lplayer.Character
2829 l.Name = "Humanoid"
2830 wait(0.1)
2831 lplayer.Character["1"]:Destroy()
2832 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2833 lplayer.Character.Animate.Disabled = true
2834 wait(0.1)
2835 lplayer.Character.Animate.Disabled = false
2836 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2837 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2838 lplayer.Character.Humanoid:EquipTool(v)
2839 end
2840 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2841 wait(0.3)
2842 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2843 wait(0.4)
2844 b = Instance.new("BodyForce")
2845 b.Parent = lplayer.Character.HumanoidRootPart
2846 b.Name = "Glitch"
2847 b.Force = Vector3.new(100000000,5000,0)
2848 game:GetService("StarterGui"):SetCore("SendNotification", {
2849 Title = "Tools needed!";
2850 Text = "You need a tool in your backpack for this command!";
2851 })
2852 end
2853 end
2854 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
2855 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
2856 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
2857 b = Instance.new("BodyForce")
2858 b.Parent = lplayer.Character.HumanoidRootPart
2859 b.Name = "unGlitch"
2860 b.Force = Vector3.new(0,-5000000,0)
2861 wait(2)
2862 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
2863 end
2864 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
2865 lplayer.Character.Humanoid.Health = 0
2866 wait(1)
2867 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
2868 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
2869 end
2870 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
2871 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
2872 game:GetService("StarterGui"):SetCore("SendNotification", {
2873 Title = "Success!";
2874 Text = "DEX Explorer has loaded.";
2875 })
2876 end
2877 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
2878 local Anim = Instance.new("Animation")
2879 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
2880 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
2881 track:Play(.1, 1, 1)
2882 end
2883 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
2884 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
2885 game:GetService("StarterGui"):SetCore("SendNotification", {
2886 Title = "Success!";
2887 Text = "Energize Animations GUI has loaded.";
2888 })
2889 end
2890 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
2891 saved = lplayer.Character.HumanoidRootPart.CFrame
2892 game:GetService("StarterGui"):SetCore("SendNotification", {
2893 Title = "Position Saved";
2894 Text = "Use ;loadpos to return to saved position.";
2895 })
2896 end
2897 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
2898 lplayer.Character.HumanoidRootPart.CFrame = saved
2899 end
2900 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
2901 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
2902 local Anim2 = Instance.new("Animation")
2903 Anim2.AnimationId = "rbxassetid://148840371"
2904 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
2905 track2:Play(.1, 1, 1)
2906 bplrr = v.Name
2907 banpl = true
2908 end
2909 end
2910 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
2911 banpl = false
2912 end
2913 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
2914 local function bringmodw()
2915 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
2916 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
2917 for i,ch in pairs(obj:GetDescendants()) do
2918 if (ch:IsA("BasePart")) then
2919 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2920 ch.CanCollide = false
2921 ch.Transparency = 0.7
2922 wait()
2923 ch.CFrame = lplayer.Character["Left Leg"].CFrame
2924 wait()
2925 ch.CFrame = lplayer.Character["Right Leg"].CFrame
2926 wait()
2927 ch.CFrame = lplayer.Character["Head"].CFrame
2928 end
2929 end
2930 end
2931 end
2932 end
2933 while wait() do
2934 bringmodw()
2935 end
2936 game:GetService("StarterGui"):SetCore("SendNotification", {
2937 Title = "BringMod";
2938 Text = "BringMod enabled.";
2939 })
2940 end
2941 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
2942 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
2943 local hum = Instance.new('Humanoid', mod)
2944 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
2945 lplayer.Character = mod
2946 end
2947 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
2948 game:GetService'RunService'.Stepped:Connect(function()
2949 pcall(function()
2950 for i,v in pairs(game:GetService'Players':GetPlayers()) do
2951 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
2952 for _,x in pairs(v.Character.Head:GetChildren()) do
2953 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
2954 end
2955 end
2956 end
2957 end)
2958 end)
2959 game:GetService("StarterGui"):SetCore("SendNotification", {
2960 Title = "Attempting Shutdown";
2961 Text = "Shutdown Attempt has begun.";
2962 })
2963 end
2964 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
2965 objtodel = (string.sub(CMDBAR.Text, 8))
2966 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
2967 if v.Name == objtodel then
2968 v:Destroy()
2969 end
2970 end
2971 end
2972 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
2973 for i,v in pairs(game:GetService("Players"):GetPlayers())do
2974 print(v)
2975 end
2976 game:GetService("StarterGui"):SetCore("SendNotification", {
2977 Title = "Printed";
2978 Text = "Players have been printed to console. (F9)";
2979 })
2980 end
2981 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
2982 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
2983 if (v:IsA("Decal")) then
2984 v:Destroy()
2985 end
2986 end
2987 end
2988 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
2989 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
2990 game:GetService("StarterGui"):SetCore("SendNotification", {
2991 Title = "Success!";
2992 Text = "OpFinality GUI has loaded.";
2993 })
2994 end
2995 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
2996 remotes = true
2997 added = true
2998 game.DescendantAdded:connect(function(rmt)
2999 if added == true then
3000 if remotes == true then
3001 if rmt:IsA("RemoteEvent") then
3002 print("A RemoteEvent was added!")
3003 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
3004 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3005 end end end
3006 end)
3007 game.DescendantAdded:connect(function(rmtfnctn)
3008 if added == true then
3009 if remotes == true then
3010 if rmtfnctn:IsA("RemoteFunction") then
3011 warn("A RemoteFunction was added!")
3012 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
3013 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3014 end end end
3015 end)
3016
3017 game.DescendantAdded:connect(function(bndfnctn)
3018 if added == true then
3019 if binds == true then
3020 if bndfnctn:IsA("BindableFunction") then
3021 print("A BindableFunction was added!")
3022 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
3023 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3024 end end end
3025 end)
3026
3027 game.DescendantAdded:connect(function(bnd)
3028 if added == true then
3029 if binds == true then
3030 if bnd:IsA("BindableEvent") then
3031 warn("A BindableEvent was added!")
3032 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
3033 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3034 end end end
3035 end)
3036
3037
3038 if binds == true then
3039 for i,v in pairs(game:GetDescendants()) do
3040 if v:IsA("BindableFunction") then
3041 print(" game." .. v:GetFullName() .. " | BindableFunction")
3042 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3043 end end
3044 for i,v in pairs(game:GetDescendants()) do
3045 if v:IsA("BindableEvent") then
3046 warn(" game." .. v:GetFullName() .. " | BindableEvent")
3047 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3048 end end
3049 else
3050 print("Off")
3051 end
3052 if remotes == true then
3053 for i,v in pairs(game:GetDescendants()) do
3054 if v:IsA("RemoteFunction") then
3055 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
3056 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3057 end end
3058 wait()
3059 for i,v in pairs(game:GetDescendants()) do
3060 if v:IsA("RemoteEvent") then
3061 print(" game." .. v:GetFullName() .. " | RemoteEvent")
3062 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3063 end end
3064 else
3065 print("Off")
3066 end
3067 game:GetService("StarterGui"):SetCore("SendNotification", {
3068 Title = "Printing Remotes";
3069 Text = "Type ;noremotes to disable.";
3070 })
3071 end
3072 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
3073 remotes = false
3074 added = false
3075 game:GetService("StarterGui"):SetCore("SendNotification", {
3076 Title = "Printing Remotes Disabled";
3077 Text = "Type ;remotes to enable.";
3078 })
3079 end
3080 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
3081 spin = false
3082 followed = false
3083 traill = false
3084 noclip = false
3085 annoying = false
3086 hwalk = false
3087 cbringing = false
3088 end
3089 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
3090 stopsitting = true
3091 end
3092 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
3093 stopsitting = false
3094 end
3095 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
3096 print(adminversion)
3097 game:GetService("StarterGui"):SetCore("SendNotification", {
3098 Title = "Version";
3099 Text = adminversion;
3100 })
3101 end
3102 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
3103 clickgoto = true
3104 game:GetService("StarterGui"):SetCore("SendNotification", {
3105 Title = "Click TP";
3106 Text = "Press E to teleport to mouse position";
3107 })
3108 end
3109 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
3110 clickgoto = false
3111 game:GetService("StarterGui"):SetCore("SendNotification", {
3112 Title = "Click TP";
3113 Text = "Click TP has been disabled.";
3114 })
3115 end
3116 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
3117 gettingtools = true
3118 game:GetService("StarterGui"):SetCore("SendNotification", {
3119 Title = "Tools Enabled";
3120 Text = "Automatically colleting tools dropped.";
3121 })
3122 end
3123 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
3124 gettingtools = false
3125 game:GetService("StarterGui"):SetCore("SendNotification", {
3126 Title = "Tools Disabled";
3127 Text = "Click TP has been disabled.";
3128 })
3129 end
3130 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
3131 ScreenGui:Destroy()
3132 end
3133 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
3134 lplayer.Character.Head:Destroy()
3135 end
3136 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
3137 statechosen = string.sub(CMDBAR.Text, 7)
3138 changingstate = true
3139 end
3140 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
3141 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
3142 end
3143 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
3144 removingmeshhats = true
3145 end
3146 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
3147 removingmeshhats = false
3148 end
3149 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
3150 removingmeshtool = true
3151 end
3152 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
3153 removingmeshtool = false
3154 end
3155 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
3156 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
3157 if v:IsA("Tool") then
3158 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
3159 v.Parent = player.Character
3160 end
3161 end
3162 end
3163 end
3164 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
3165 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3166 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
3167 end
3168 end
3169 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
3170 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
3171 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
3172 end
3173 end
3174 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
3175 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3176 game:GetService("StarterGui"):SetCore("SendNotification", {
3177 Title = player.AccountAge.." Days";
3178 Text = "Account age of "..player.Name;
3179 })
3180 end
3181 end
3182 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
3183 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
3184 game:GetService("StarterGui"):SetCore("SendNotification", {
3185 Title = player.UserId.." ID";
3186 Text = "Account ID of "..player.Name;
3187 })
3188 end
3189 end
3190 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
3191 game:GetService("StarterGui"):SetCore("SendNotification", {
3192 Title = "Game ID";
3193 Text = "Game ID: ".. game.GameId;
3194 })
3195 end
3196 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
3197 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
3198 if pgscheck == true then
3199 game:GetService("StarterGui"):SetCore("SendNotification", {
3200 Title = "PGSPhysicsSolverEnabled";
3201 Text = "PGS is Enabled!";
3202 })
3203 else
3204 game:GetService("StarterGui"):SetCore("SendNotification", {
3205 Title = "PGSPhysicsSolverEnabled";
3206 Text = "PGS is Disabled!";
3207 })
3208 end
3209 end
3210 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
3211 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3212 if v:IsA("Part") then
3213 if v.Transparency == 1 then
3214 if v.Name ~= "HumanoidRootPart" then
3215 v:Destroy()
3216 end
3217 end
3218 end
3219 end
3220 end
3221 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
3222 game:GetService("Lighting").FogStart = 0
3223 game:GetService("Lighting").FogEnd = 9999999999999
3224 end
3225 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
3226 lplayer.Character.Humanoid.Parent = lplayer
3227 end
3228 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
3229 lplayer.Humanoid.Parent = lplayer.Character
3230 end
3231 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
3232 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
3233 if v:IsA("Tool") then
3234 v.Parent = lplayer.Character
3235 wait()
3236 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
3237 v.Parent = player.Character
3238 end
3239 end
3240 end
3241 end
3242 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
3243 speedfly = string.sub(CMDBAR.Text, 10)
3244 wait()
3245 change()
3246 end
3247 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
3248 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3249 local Anim3 = Instance.new("Animation")
3250 Anim3.AnimationId = "rbxassetid://282574440"
3251 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
3252 track3:Play(.1, 1, 1)
3253 bplrr = v.Name
3254 banpl = true
3255 end
3256 end
3257 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
3258 banpl = false
3259 end
3260 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
3261 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
3262 staring = true
3263 stareplr = v
3264 end
3265 end
3266 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
3267 staring = false
3268 end
3269 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
3270 chatlogs = true
3271 game:GetService("StarterGui"):SetCore("SendNotification", {
3272 Title = "LogChat enabled";
3273 Text = "Now logging all player chat.";
3274 })
3275 end
3276 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
3277 chatlogs = false
3278 game:GetService("StarterGui"):SetCore("SendNotification", {
3279 Title = "LogChat disabled";
3280 Text = "Stopped logging all player chat.";
3281 })
3282 end
3283 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
3284 game:GetService("Workspace").CurrentCamera:Destroy()
3285 wait(0.1)
3286 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
3287 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3288 lplayer.CameraMinZoomDistance = 0.5
3289 lplayer.CameraMaxZoomDistance = 400
3290 lplayer.CameraMode = "Classic"
3291 end
3292 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
3293 changingstate = false
3294 end
3295 CMDBAR.Text = ""
3296 end
3297end)
3298
3299wait(0.3)
3300game:GetService("StarterGui"):SetCore("SendNotification", {
3301 Title = "Loaded successfully!";
3302 Text = "Reviz Admin V2 by illremember";
3303})
3304wait(0.1)
3305print("Reviz Admin V2 loaded!")
3306if game:GetService("Workspace").FilteringEnabled == true then
3307 warn("FE is Enabled (Filtering Enabled)")
3308 game:GetService("StarterGui"):SetCore("SendNotification", {
3309 Title = "FE is Enabled";
3310 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
3311 })
3312else
3313 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
3314 game:GetService("StarterGui"):SetCore("SendNotification", {
3315 Title = "FE is Disabled";
3316 Text = "Filtering Disabled. Consider using a different admin script.";
3317 })
3318end
3319
3320local intro = Instance.new("ScreenGui")
3321local Frame = Instance.new("Frame")
3322local ImageLabel = Instance.new("ImageLabel")
3323intro.Parent = game:GetService("CoreGui")
3324Frame.Parent = intro
3325Frame.BackgroundColor3 = Color3.new(1, 1, 1)
3326Frame.BackgroundTransparency = 1
3327Frame.Size = UDim2.new(1, 0, 0, 300)
3328Frame.Position = UDim2.new(0, 0, -0.4, 0)
3329ImageLabel.Parent = Frame
3330ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3331ImageLabel.BackgroundTransparency = 1
3332ImageLabel.Position = UDim2.new(0, 0, 0, 0)
3333ImageLabel.Size = UDim2.new(1, 0, 1, 0)
3334ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
3335Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
3336wait(3.01)
3337Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
3338wait(5.01)
3339intro:Destroy()
3340end)
3341
3342ShatterVest.Name = "Shatter Vest"
3343ShatterVest.Parent = GuiOwner1x
3344ShatterVest.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
3345ShatterVest.Position = UDim2.new(0.0188888889, 0, 7.43333292, 0)
3346ShatterVest.Size = UDim2.new(0, 130, 0, 30)
3347ShatterVest.Font = Enum.Font.Highway
3348ShatterVest.Text = "Shatter Vest"
3349ShatterVest.TextColor3 = Color3.fromRGB(0, 0, 0)
3350ShatterVest.TextSize = 20.00
3351ShatterVest.MouseButton1Down:connect(function()
3352-- By illremember#3799
3353
3354-- Important Loading
3355trueSettings = {
3356 commandPrefix = ";";
3357 hotkeys = {};
3358 fchotkeymode = "unfc";
3359}
3360
3361-- Important Variables
3362gsPlayers = game:GetService("Players")
3363gsWorkspace = game:GetService("Workspace")
3364gsLighting = game:GetService("Lighting")
3365gsReplicatedStorage = game:GetService("ReplicatedStorage")
3366gsCoreGui = game:GetService("CoreGui")
3367gsTween = game:GetService("TweenService")
3368gsHttp = game:GetService("HttpService")
3369
3370LP = gsPlayers.LocalPlayer
3371Mouse = LP:GetMouse()
3372
3373defaultSettings = gsHttp:JSONEncode(trueSettings)
3374function CreateSave()
3375 writefile("Shattervast.txt", defaultSettings)
3376 wait(0.5)
3377 local content = readfile("Shattervast.txt")
3378 local trueValue = gsHttp:JSONDecode(content)
3379 commandPrefix = trueValue.commandPrefix
3380 hotkeys = trueValue.hotkeys
3381 fchotkeymode = trueValue.fchotkeymode
3382end
3383function fullUpdate()
3384 local updatedSettings = {
3385 commandPrefix = commandPrefix;
3386 hotkeys = hotkeys;
3387 fchotkeymode = fchotkeymode;
3388 }
3389 local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
3390 wait(0.2)
3391 writefile("Shattervast.txt", fullUPDATED)
3392end
3393if writefile ~= nil then
3394 function builder()
3395 local TESTsave = readfile("Shattervast.txt")
3396 if TESTsave == nil then
3397 return false
3398 else
3399 return true
3400 end
3401 end
3402 local success, message = pcall(builder)
3403 if success == true then
3404 function reader()
3405 local content = readfile("Shattervast.txt")
3406 local trueValue = gsHttp:JSONDecode(content)
3407 commandPrefix = trueValue.commandPrefix
3408 hotkeys = trueValue.hotkeys
3409 if trueValue.fchotkeymode == nil then
3410 fchotkeymode = "unfc"
3411 fullUpdate()
3412 else
3413 fchotkeymode = trueValue.fchotkeymode
3414 end
3415 end
3416 reader()
3417 elseif success == false then
3418 CreateSave()
3419 end
3420else
3421 commandPrefix = ";"
3422 hotkeys = {}
3423 fchotkeymode = "unfc"
3424end
3425
3426CurrentGravity = gsWorkspace.Gravity
3427CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
3428CurrentJumppower = LP.Character.Humanoid.JumpPower
3429CurrentHipheight = LP.Character.Humanoid.HipHeight
3430CurrentNormal = LP.DevCameraOcclusionMode
3431
3432gsWorkspace.Camera.Changed:Connect(function()
3433 gsWorkspace.Camera.FieldOfView = 70
3434end)
3435
3436-- Important Functions
3437function view(plr)
3438 if plr.Character.Humanoid ~= nil then
3439 gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
3440 else
3441 gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
3442 end
3443end
3444function unlockWS()
3445 for i,part in pairs(gsWorkspace:GetDescendants()) do
3446 if part:IsA("Part") then
3447 part.Locked = false
3448 end
3449 end
3450end
3451function lockWS()
3452 for i,part in pairs(gsWorkspace:GetDescendants()) do
3453 if part:IsA("Part") then
3454 part.Locked = true
3455 end
3456 end
3457end
3458function FEGodmode()
3459 local changeview = false
3460 if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
3461 changeview = true
3462 end
3463 LP.Character.Humanoid.Name = 1
3464 local l = LP.Character["1"]:Clone()
3465 l.Parent = LP.Character
3466 l.Name = "Humanoid"
3467 wait(0.1)
3468 LP.Character["1"]:Destroy()
3469 if changeview then
3470 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
3471 end
3472 LP.Character.Animate.Disabled = true
3473 wait(0.1)
3474 LP.Character.Animate.Disabled = false
3475 LP.Character.Humanoid.DisplayDistanceType = "None"
3476end
3477function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
3478 local l = Instance.new("RocketPropulsion")
3479 l.Parent = LP.Character.HumanoidRootPart
3480 l.CartoonFactor = 1
3481 l.MaxThrust = maxthrust
3482 l.MaxSpeed = maxspeed
3483 l.ThrustP = thrustp
3484 l.Name = name
3485 l.Target = targetplr.Character.HumanoidRootPart
3486 l:Fire()
3487end
3488function createIntro(style, msg, length)
3489 if gsCoreGui:FindFirstChild("Notification") then
3490 gsCoreGui:FindFirstChild("Notification"):Destroy()
3491 end
3492 local info = "http://www.roblox.com/asset/?id=1281284684"
3493 local warning = "http://www.roblox.com/asset/?id=1281286925"
3494 if style == "info" then
3495 style = info
3496 elseif style == "warning" then
3497 style = warning
3498 end
3499 local Notification = Instance.new("ScreenGui")
3500 local Frame = Instance.new("Frame")
3501 local TextLabel = Instance.new("TextLabel")
3502 local IMAGE = Instance.new("ImageLabel")
3503 Notification.Name = "Notification"
3504 Notification.Parent = gsCoreGui
3505 Frame.Parent = Notification
3506 Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
3507 Frame.BackgroundTransparency = 0.20000000298023
3508 Frame.BorderSizePixel = 0
3509 Frame.Position = UDim2.new(0, 0, -0.2, 0)
3510 Frame.Size = UDim2.new(1, 0, 0, 30)
3511 TextLabel.Parent = Frame
3512 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3513 TextLabel.BackgroundTransparency = 1
3514 TextLabel.Size = UDim2.new(1, 0, 1, 0)
3515 TextLabel.Font = Enum.Font.SourceSansLight
3516 TextLabel.Text = msg
3517 TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
3518 TextLabel.TextScaled = true
3519 TextLabel.TextSize = 14
3520 TextLabel.TextWrapped = true
3521 IMAGE.Parent = Frame
3522 IMAGE.BackgroundTransparency = 1
3523 IMAGE.Size = UDim2.new(0, 50, 0, 50)
3524 IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
3525 IMAGE.Image = style
3526 local Intro = Instance.new("ScreenGui")
3527 local Frame2 = Instance.new("Frame")
3528 local IMAGE2 = Instance.new("ImageLabel")
3529 Intro.Name = "Intro"
3530 Intro.Parent = gsCoreGui
3531 Frame2.Parent = Intro
3532 Frame2.BackgroundTransparency = 1
3533 Frame2.BorderSizePixel = 0
3534 Frame2.Position = UDim2.new(0, 0, -0.2, 0)
3535 Frame2.Size = UDim2.new(1, 0, 0, 30)
3536 IMAGE2.Parent = Frame
3537 IMAGE2.BackgroundTransparency = 1
3538 IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
3539 IMAGE2.Size = UDim2.new(0, 240, 0, 120)
3540 IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
3541 IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
3542 Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
3543 Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
3544 wait(length)
3545 pcall(function()
3546 Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
3547 Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
3548 end)
3549 wait(3.01)
3550 Intro:Destroy()
3551 Notification:Destroy()
3552end
3553function Notification(style, msg, length)
3554 if gsCoreGui:FindFirstChild("Notification") then
3555 gsCoreGui:FindFirstChild("Notification"):Destroy()
3556 end
3557 local info = "http://www.roblox.com/asset/?id=1281284684"
3558 local warning = "http://www.roblox.com/asset/?id=1281286925"
3559 if style == "info" then
3560 style = info
3561 elseif style == "warning" then
3562 style = warning
3563 end
3564 local Notification = Instance.new("ScreenGui")
3565 local Frame = Instance.new("Frame")
3566 local TextLabel = Instance.new("TextLabel")
3567 local IMAGE = Instance.new("ImageLabel")
3568 Notification.Name = "Notification"
3569 Notification.Parent = gsCoreGui
3570 Frame.Parent = Notification
3571 Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
3572 Frame.BackgroundTransparency = 0.20000000298023
3573 Frame.BorderSizePixel = 0
3574 Frame.Position = UDim2.new(0, 0, -0.2, 0)
3575 Frame.Size = UDim2.new(1, 0, 0, 30)
3576 TextLabel.Parent = Frame
3577 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3578 TextLabel.BackgroundTransparency = 1
3579 TextLabel.Size = UDim2.new(1, 0, 1, 0)
3580 TextLabel.Font = Enum.Font.SourceSansLight
3581 TextLabel.Text = msg
3582 TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
3583 TextLabel.TextScaled = true
3584 TextLabel.TextSize = 14
3585 TextLabel.TextWrapped = true
3586 IMAGE.Parent = Frame
3587 IMAGE.BackgroundTransparency = 1
3588 IMAGE.Size = UDim2.new(0, 50, 0, 50)
3589 IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
3590 IMAGE.Image = style
3591 Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
3592 wait(length)
3593 pcall(function()
3594 Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
3595 end)
3596 wait(3.01)
3597 Notification:Destroy()
3598end
3599function hasTools()
3600 local a = false
3601 local b = false
3602 for i,v in pairs(LP.Character:GetDescendants()) do
3603 if v:IsA("Tool") then
3604 if v ~= nil then
3605 a = true
3606 else
3607 a = false
3608 end
3609 end
3610 end
3611 for i,k in pairs(LP.Backpack:GetDescendants()) do
3612 if k:IsA("Tool") then
3613 if k ~= nil then
3614 b = true
3615 else
3616 b = false
3617 end
3618 end
3619 end
3620 return a or b
3621end
3622Compliments = {" 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!"}
3623function complimentplr(player)
3624 local plrName = player.Name
3625 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
3626end
3627function createINFO(player)
3628 local InfoGUIv2 = Instance.new("ScreenGui")
3629 local Frame = Instance.new("Frame")
3630 local Frame_2 = Instance.new("Frame")
3631 local infoguiCLOSE = Instance.new("TextButton")
3632 local Frame_3 = Instance.new("Frame")
3633 local playerName = Instance.new("TextLabel")
3634 local Frame_4 = Instance.new("Frame")
3635 local playerAvatar = Instance.new("ImageLabel")
3636 local playerAccAge = Instance.new("TextLabel")
3637 local playerId = Instance.new("TextLabel")
3638 local playerOs = Instance.new("TextLabel")
3639 local playerMembership = Instance.new("TextLabel")
3640 local Frame_5 = Instance.new("Frame")
3641 local Frame_6 = Instance.new("Frame")
3642 InfoGUIv2.Name = "InfoGUIv2"
3643 InfoGUIv2.Parent = gsCoreGui
3644 Frame.Parent = InfoGUIv2
3645 Frame.BackgroundColor3 = Color3.new(0, 0, 0)
3646 Frame.BackgroundTransparency = 1
3647 Frame.BorderColor3 = Color3.new(0, 0, 0)
3648 Frame.ClipsDescendants = true
3649 Frame.Position = UDim2.new(0.45, 0, 1, 0)
3650 Frame.Size = UDim2.new(0, 265, 0, 302)
3651 Frame.ZIndex = -1
3652 Frame_2.Parent = Frame
3653 Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
3654 Frame_2.BorderSizePixel = 0
3655 Frame_2.Size = UDim2.new(0, 260, 0, 20)
3656 infoguiCLOSE.Name = "infoguiCLOSE"
3657 infoguiCLOSE.Parent = Frame_2
3658 infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
3659 infoguiCLOSE.BackgroundTransparency = 1
3660 infoguiCLOSE.BorderSizePixel = 0
3661 infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
3662 infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
3663 infoguiCLOSE.Font = Enum.Font.SourceSansBold
3664 infoguiCLOSE.Text = "X"
3665 infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
3666 infoguiCLOSE.TextSize = 20
3667 Frame_3.Parent = Frame
3668 Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
3669 Frame_3.BorderSizePixel = 0
3670 Frame_3.Position = UDim2.new(0, 0, 0, 20)
3671 Frame_3.Size = UDim2.new(0, 260, 0, 40)
3672 playerName.Name = "playerName"
3673 playerName.Parent = Frame_3
3674 playerName.BackgroundColor3 = Color3.new(1, 1, 1)
3675 playerName.BackgroundTransparency = 1
3676 playerName.Position = UDim2.new(0, 10, 0, 5)
3677 playerName.Size = UDim2.new(0, 240, 0, 30)
3678 playerName.Font = Enum.Font.SourceSansLight
3679 playerName.Text = player.Name
3680 playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
3681 playerName.TextScaled = true
3682 playerName.TextSize = 14
3683 playerName.TextWrapped = true
3684 Frame_4.Parent = Frame
3685 Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3686 Frame_4.BorderSizePixel = 0
3687 Frame_4.Position = UDim2.new(0, 0, 0, 60)
3688 Frame_4.Size = UDim2.new(0, 260, 0, 237)
3689 playerAvatar.Name = "playerAvatar"
3690 playerAvatar.Parent = Frame_4
3691 playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
3692 playerAvatar.Position = UDim2.new(0, 85, 0, 10)
3693 playerAvatar.Size = UDim2.new(0, 85, 0, 85)
3694 playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
3695 playerAccAge.Name = "playerAccAge"
3696 playerAccAge.Parent = Frame_4
3697 playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
3698 playerAccAge.BackgroundTransparency = 1
3699 playerAccAge.Position = UDim2.new(0, 5, 0, 101)
3700 playerAccAge.Size = UDim2.new(0, 250, 0, 30)
3701 playerAccAge.Font = Enum.Font.SourceSans
3702 playerAccAge.Text = "Account Age: "..player.AccountAge
3703 playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3704 playerAccAge.TextScaled = true
3705 playerAccAge.TextSize = 14
3706 playerAccAge.TextWrapped = true
3707 playerId.Name = "playerId"
3708 playerId.Parent = Frame_4
3709 playerId.BackgroundColor3 = Color3.new(1, 1, 1)
3710 playerId.BackgroundTransparency = 1
3711 playerId.Position = UDim2.new(0, 5, 0, 131)
3712 playerId.Size = UDim2.new(0, 250, 0, 30)
3713 playerId.Font = Enum.Font.SourceSans
3714 playerId.Text = "Account ID: "..player.UserId
3715 playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3716 playerId.TextScaled = true
3717 playerId.TextSize = 14
3718 playerId.TextWrapped = true
3719 playerOs.Name = "playerOs"
3720 playerOs.Parent = Frame_4
3721 playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
3722 playerOs.BackgroundTransparency = 1
3723 playerOs.Position = UDim2.new(0, 5, 0, 161)
3724 playerOs.Size = UDim2.new(0, 250, 0, 30)
3725 playerOs.Font = Enum.Font.SourceSansLight
3726 playerOs.Text = "Player OS: "..player.OsPlatform
3727 playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3728 playerOs.TextScaled = true
3729 playerOs.TextSize = 14
3730 playerOs.TextWrapped = true
3731 playerMembership.Name = "playerMembership"
3732 playerMembership.Parent = Frame_4
3733 playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
3734 playerMembership.BackgroundTransparency = 1
3735 playerMembership.Position = UDim2.new(0, 5, 0, 191)
3736 playerMembership.Size = UDim2.new(0, 250, 0, 30)
3737 playerMembership.Font = Enum.Font.SourceSansLight
3738 if player.MembershipType == Enum.MembershipType.None then
3739 playerMembership.Text = "No builder's club."
3740 elseif player.MembershipType == Enum.MembershipType.BuildersClub then
3741 playerMembership.Text = "Builder's club!"
3742 elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
3743 playerMembership.Text = "Turbo Builder's club!"
3744 elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
3745 playerMembership.Text = "Outrageous Builder's club!"
3746 end
3747 playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
3748 playerMembership.TextScaled = true
3749 playerMembership.TextSize = 14
3750 playerMembership.TextWrapped = true
3751 Frame_5.Parent = Frame
3752 Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
3753 Frame_5.BackgroundTransparency = 0.69999998807907
3754 Frame_5.BorderColor3 = Color3.new(0, 0, 0)
3755 Frame_5.BorderSizePixel = 0
3756 Frame_5.ClipsDescendants = true
3757 Frame_5.Position = UDim2.new(0, 10, 0, 10)
3758 Frame_5.Selectable = true
3759 Frame_5.Size = UDim2.new(0, 255, 0, 292)
3760 Frame_5.ZIndex = -1
3761 Frame_6.Parent = Frame
3762 Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
3763 Frame_6.BackgroundTransparency = 0.69999998807907
3764 Frame_6.BorderColor3 = Color3.new(0, 0, 0)
3765 Frame_6.BorderSizePixel = 0
3766 Frame_6.ClipsDescendants = true
3767 Frame_6.Position = UDim2.new(0, 8, 0, 8)
3768 Frame_6.Selectable = true
3769 Frame_6.Size = UDim2.new(0, 255, 0, 292)
3770 Frame_6.ZIndex = -1
3771 local closeGet = {}
3772 closeGet.Size = UDim2.new(0, 0, 0, 0)
3773 local openGet = {}
3774 openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
3775 local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
3776 local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
3777 infoguiCLOSE.MouseButton1Click:Connect(function()
3778 closeFunction:Play()
3779 Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
3780 wait(2.01)
3781 Frame:Destroy()
3782 end)
3783 openFunction:Play()
3784 local UserInputService = game:GetService("UserInputService")
3785 local dragging
3786 local dragInput
3787 local dragStart
3788 local startPos
3789 local function update(input)
3790 local delta = input.Position - dragStart
3791 local dragTime = 0.055
3792 local SmoothDrag = {}
3793 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
3794 local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
3795 dragSmoothFunction:Play()
3796 end
3797 Frame.InputBegan:Connect(function(input)
3798 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
3799 dragging = true
3800 dragStart = input.Position
3801 startPos = Frame.Position
3802 input.Changed:Connect(function()
3803 if input.UserInputState == Enum.UserInputState.End then
3804 dragging = false
3805 end
3806 end)
3807 end
3808 end)
3809 Frame.InputChanged:Connect(function(input)
3810 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
3811 dragInput = input
3812 end
3813 end)
3814 UserInputService.InputChanged:Connect(function(input)
3815 if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
3816 update(input)
3817 end
3818 end)
3819end
3820function clientSided()
3821 Notification("info", "This command is for the client (you) only, no one else can see!", 6)
3822end
3823searchCmds={"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"}
3824CMDS={"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
3825local CMDS_GUI_V2 = Instance.new("ScreenGui")
3826local CMDSmain = Instance.new("Frame")
3827local CMDSframemain = Instance.new("Frame")
3828local cmdgui_topframe = Instance.new("Frame")
3829local closecmdsgui = Instance.new("TextButton")
3830local cmdgui_midframe = Instance.new("Frame")
3831local cmdsgui_SearchFunction = Instance.new("TextBox")
3832local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
3833local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
3834local ListofCMDS = Instance.new("ScrollingFrame")
3835local cmdTutorial = Instance.new("TextLabel")
3836local cmdTutorial_2 = Instance.new("TextLabel")
3837local cmdTutorial_3 = Instance.new("TextLabel")
3838local CMDS_Shadow = Instance.new("Frame")
3839local CMDS_Shadow2 = Instance.new("Frame")
3840CMDS_GUI_V2.Name = "CMDS_GUI_V2"
3841CMDS_GUI_V2.Parent = gsCoreGui
3842CMDSmain.Name = "CMDSmain"
3843CMDSmain.Parent = CMDS_GUI_V2
3844CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
3845CMDSmain.BackgroundTransparency = 1
3846CMDSmain.Position = UDim2.new(0, 695, 0, 297)
3847CMDSmain.Size = UDim2.new(0, 440, 0, 367)
3848CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
3849CMDSmain.Visible = false
3850CMDSmain.ClipsDescendants = true
3851CMDSframemain.Name = "CMDSframemain"
3852CMDSframemain.Parent = CMDSmain
3853CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
3854CMDSframemain.BorderSizePixel = 0
3855CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
3856cmdgui_topframe.Name = "cmdgui_topframe"
3857cmdgui_topframe.Parent = CMDSframemain
3858cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
3859cmdgui_topframe.BorderSizePixel = 0
3860cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
3861closecmdsgui.Name = "closecmdsgui"
3862closecmdsgui.Parent = cmdgui_topframe
3863closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
3864closecmdsgui.BackgroundTransparency = 1
3865closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
3866closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
3867closecmdsgui.Font = Enum.Font.SourceSansBold
3868closecmdsgui.Text = "X"
3869closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
3870closecmdsgui.TextSize = 20
3871cmdgui_midframe.Name = "cmdgui_midframe"
3872cmdgui_midframe.Parent = CMDSframemain
3873cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
3874cmdgui_midframe.BorderSizePixel = 0
3875cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
3876cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
3877cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
3878cmdsgui_SearchFunction.Parent = cmdgui_midframe
3879cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
3880cmdsgui_SearchFunction.BackgroundTransparency = 1
3881cmdsgui_SearchFunction.BorderSizePixel = 0
3882cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
3883cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
3884cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
3885cmdsgui_SearchFunction.Text = ""
3886cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
3887cmdsgui_SearchFunction.TextScaled = true
3888cmdsgui_SearchFunction.TextSize = 14
3889cmdsgui_SearchFunction.TextWrapped = true
3890cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
3891cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
3892cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
3893cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
3894cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
3895cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
3896cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
3897cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
3898cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
3899cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
3900cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
3901cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
3902cmdsgui_searchDETAILTEXT.Text = "Search"
3903cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
3904cmdsgui_searchDETAILTEXT.TextSize = 30
3905ListofCMDS.Name = "ListofCMDS"
3906ListofCMDS.Parent = CMDSframemain
3907ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
3908ListofCMDS.BorderSizePixel = 0
3909ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
3910ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
3911ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
3912ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
3913cmdTutorial.Name = "cmdTutorial"
3914cmdTutorial.Parent = ListofCMDS
3915cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
3916cmdTutorial.BackgroundTransparency = 1
3917cmdTutorial.BorderSizePixel = 0
3918cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
3919cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
3920cmdTutorial.Font = Enum.Font.SourceSansBold
3921cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
3922cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3923cmdTutorial.TextScaled = true
3924cmdTutorial.TextSize = 14
3925cmdTutorial.TextWrapped = true
3926cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
3927cmdTutorial_2.Name = "cmdTutorial"
3928cmdTutorial_2.Parent = ListofCMDS
3929cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
3930cmdTutorial_2.BackgroundTransparency = 1
3931cmdTutorial_2.BorderSizePixel = 0
3932cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
3933cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
3934cmdTutorial_2.Font = Enum.Font.SourceSansBold
3935cmdTutorial_2.Text = "\"//\" means another way of running command"
3936cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3937cmdTutorial_2.TextScaled = true
3938cmdTutorial_2.TextSize = 14
3939cmdTutorial_2.TextWrapped = true
3940cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
3941cmdTutorial_3.Name = "cmdTutorial"
3942cmdTutorial_3.Parent = ListofCMDS
3943cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
3944cmdTutorial_3.BackgroundTransparency = 1
3945cmdTutorial_3.BorderSizePixel = 0
3946cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
3947cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
3948cmdTutorial_3.Font = Enum.Font.SourceSansBold
3949cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
3950cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3951cmdTutorial_3.TextScaled = true
3952cmdTutorial_3.TextSize = 14
3953cmdTutorial_3.TextWrapped = true
3954cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
3955CMDS_Shadow.Name = "CMDS_Shadow"
3956CMDS_Shadow.Parent = CMDSmain
3957CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
3958CMDS_Shadow.BackgroundTransparency = 0.60000002384186
3959CMDS_Shadow.BorderSizePixel = 0
3960CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
3961CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
3962CMDS_Shadow.ZIndex = -1
3963CMDS_Shadow2.Name = "CMDS_Shadow2"
3964CMDS_Shadow2.Parent = CMDSmain
3965CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
3966CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
3967CMDS_Shadow2.BorderSizePixel = 0
3968CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
3969CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
3970CMDS_Shadow2.ZIndex = -1
3971closecmdsgui.MouseButton1Click:Connect(function()
3972 CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
3973end)
3974function CreateCMDlabel(position, text)
3975 local sizenow = 15
3976 local cmdHere = Instance.new("TextLabel")
3977 cmdHere.Name = "cmdHere"
3978 cmdHere.TextWrapped = true
3979 cmdHere.Parent = ListofCMDS
3980 cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
3981 cmdHere.BackgroundTransparency = 1
3982 cmdHere.BorderSizePixel = 0
3983 cmdHere.Position = position
3984 cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
3985 cmdHere.Font = Enum.Font.SourceSans
3986 cmdHere.Text = text
3987 cmdHere.TextWrapped = true
3988 cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
3989 cmdHere.TextScaled = false
3990 cmdHere.TextSize = 20
3991 cmdHere.TextXAlignment = Enum.TextXAlignment.Left
3992end
3993for i,_cmds in pairs(searchCmds) do
3994 CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
3995end
3996local UserInputService = game:GetService("UserInputService")
3997local dragging
3998local dragInput
3999local dragStart
4000local startPos
4001local function updateCMDS(input)
4002 local delta = input.Position - dragStart
4003 local dragTime = 0.055
4004 local SmoothDrag = {}
4005 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
4006 local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
4007 dragSmoothFunction:Play()
4008end
4009cmdgui_topframe.InputBegan:Connect(function(input)
4010 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
4011 dragging = true
4012 dragStart = input.Position
4013 startPos = CMDSmain.Position
4014 input.Changed:Connect(function()
4015 if input.UserInputState == Enum.UserInputState.End then
4016 dragging = false
4017 end
4018 end)
4019 end
4020end)
4021cmdgui_topframe.InputChanged:Connect(function(input)
4022 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
4023 dragInput = input
4024 end
4025end)
4026cmdgui_midframe.InputBegan:Connect(function(input)
4027 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
4028 dragging = true
4029 dragStart = input.Position
4030 startPos = CMDSmain.Position
4031 input.Changed:Connect(function()
4032 if input.UserInputState == Enum.UserInputState.End then
4033 dragging = false
4034 end
4035 end)
4036 end
4037end)
4038cmdgui_midframe.InputChanged:Connect(function(input)
4039 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
4040 dragInput = input
4041 end
4042end)
4043UserInputService.InputChanged:Connect(function(input)
4044 if input == dragInput and dragging then
4045 updateCMDS(input)
4046 end
4047end)
4048cmdsgui_SearchFunction.Focused:Connect(function()
4049 cmdsgui_SearchFunction.TextTransparency = 0
4050 local searchTween = {}
4051 searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
4052 searchTween.TextSize = 18
4053 searchTween.Position = UDim2.new(0, -70, 0, -15)
4054 local frameTweenblue = {}
4055 frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
4056 local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
4057 searchTween1:Play()
4058 local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
4059 frameTweenblue1:Play()
4060end)
4061cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
4062 if not enterPressed then
4063 cmdsgui_SearchFunction.TextTransparency = 1
4064 else
4065 cmdsgui_SearchFunction.Text = " "
4066 end
4067 local searchTween = {}
4068 searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
4069 searchTween.TextSize = 30
4070 searchTween.Position = UDim2.new(0, 0, 0, 0)
4071 local frameTweenblue = {}
4072 frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
4073 local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
4074 searchTween1:Play()
4075 local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
4076 frameTweenblue1:Play()
4077end)
4078cmdsgui_SearchFunction.Changed:Connect(function()
4079 local index = 0
4080 if cmdsgui_SearchFunction.Text ~= "" then
4081 for i,v in pairs(ListofCMDS:GetChildren()) do
4082 if v.Name == "cmdHere" then
4083 if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
4084 v.Visible = false
4085 else
4086 v.Visible = true
4087 index = index + 1
4088 v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
4089 end
4090 end
4091 end
4092 end
4093end)
4094
4095-- Command Execution
4096LP.Chatted:Connect(function(chat)
4097 run(chat)
4098end)
4099
4100function run(msg)
4101 if string.lower(string.sub(msg, 2, 5)) == "chat" then
4102 msg = msg
4103 elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
4104 msg = msg
4105 else
4106 msg = string.lower(msg)
4107 end
4108 local cmdPrefix = string.sub(msg, 1, 1)
4109 if cmdPrefix == commandPrefix then
4110 msg = string.sub(msg, 2)
4111 local args = {}
4112 for arg in string.gmatch(msg,"[^%s]+") do
4113 table.insert(args,arg)
4114 end
4115 local cmdName = args[1]
4116 table.remove(args,1)
4117 local doCmd = Commands[cmdName]
4118
4119 if doCmd ~= nil then
4120 doCmd(args)
4121 end
4122 end
4123end
4124
4125-- Command bar
4126local CommandBar = Instance.new("ScreenGui")
4127local CMDBAR = Instance.new("Frame")
4128local CMDBARText = Instance.new("TextBox")
4129CommandBar.Name = "CommandBar"
4130CommandBar.Parent = gsCoreGui
4131CMDBAR.Name = "CMDBAR"
4132CMDBAR.Parent = CommandBar
4133CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
4134CMDBAR.BorderSizePixel = 0
4135CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
4136CMDBAR.Size = UDim2.new(0, 270, 0, 35)
4137CMDBARText.Name = "CMDBARText"
4138CMDBARText.Parent = CMDBAR
4139CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
4140CMDBARText.BorderSizePixel = 0
4141CMDBARText.Position = UDim2.new(0, 5, 0, 5)
4142CMDBARText.Size = UDim2.new(0, 260, 0, 25)
4143CMDBARText.Font = Enum.Font.SourceSansLight
4144CMDBARText.Text = ""
4145CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
4146CMDBARText.TextScaled = true
4147CMDBARText.TextSize = 14
4148CMDBARText.TextWrapped = true
4149Mouse.KeyDown:connect(function(Key)
4150 if Key == string.lower(commandPrefix) then
4151 CMDBARText:CaptureFocus()
4152 CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
4153 end
4154end)
4155CMDBARText.FocusLost:connect(function(enterPressed)
4156 CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
4157 if enterPressed then
4158 local cmdmsg = CMDBARText.Text
4159 CMDBARText.Text = ""
4160 run(commandPrefix..cmdmsg)
4161 end
4162end)
4163local Match = Instance.new("Frame")
4164Match.Name = "Match"
4165Match.Parent = CMDBAR
4166Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
4167Match.BorderSizePixel = 0
4168Match.Position = UDim2.new(0, 0, -4, 0)
4169Match.Size = UDim2.new(1, 0, 4, 0)
4170Match.Visible = false
4171function CreateOption(Text)
4172 local Option1 = Instance.new("TextLabel")
4173 Option1.Name = "Option"
4174 Option1.Parent = Match
4175 Option1.BackgroundColor3 = Color3.new(1, 1, 1)
4176 Option1.BackgroundTransparency = 1
4177 Option1.Position = UDim2.new(-10, 0, 0, 0)
4178 Option1.Size = UDim2.new(1, 0, 0, 20)
4179 Option1.Font = Enum.Font.SourceSans
4180 Option1.Text = Text
4181 Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
4182 Option1.TextScaled = true
4183 Option1.TextWrapped = true
4184end
4185for i,cmdtext2 in pairs(CMDS) do
4186 CreateOption(cmdtext2)
4187end
4188CMDBARText.Changed:Connect(function()
4189 if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
4190 Match.Visible = true
4191 local PositionMatch = 0
4192 for i,cmdtext in pairs(Match:GetChildren()) do
4193 if cmdtext.Name == "Option" then
4194 if string.find(cmdtext.Text, CMDBARText.Text) then
4195 cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
4196 PositionMatch = PositionMatch + 1
4197 if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
4198 cmdtext.Position = UDim2.new(-10, 0, 0, 0)
4199 PositionMatch = PositionMatch - 1
4200 end
4201 else
4202 cmdtext.Position = UDim2.new(-10, 0, 0, 0)
4203 end
4204 end
4205 end
4206 else
4207 Match.Visible = false
4208 end
4209end)
4210
4211-- Chat
4212local ChatLogsv2 = Instance.new("ScreenGui")
4213local MainChatFrame = Instance.new("Frame")
4214local Framess = Instance.new("Frame")
4215local CloseChatGUI = Instance.new("TextButton")
4216local Frame_222 = Instance.new("Frame")
4217local PrintChat = Instance.new("TextButton")
4218local Shadow1 = Instance.new("Frame")
4219local Shadow2 = Instance.new("Frame")
4220local ScrollingFrame = Instance.new("ScrollingFrame")
4221ChatLogsv2.Name = "ChatLogsv2"
4222ChatLogsv2.Parent = gsCoreGui
4223MainChatFrame.Name = "MainChatFrame"
4224MainChatFrame.Parent = ChatLogsv2
4225MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
4226MainChatFrame.BackgroundTransparency = 1
4227MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
4228MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
4229MainChatFrame.Visible = false
4230Framess.Parent = MainChatFrame
4231Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
4232Framess.BorderSizePixel = 0
4233Framess.Size = UDim2.new(0, 525, 0, 15)
4234CloseChatGUI.Name = "CloseChatGUI"
4235CloseChatGUI.Parent = Framess
4236CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
4237CloseChatGUI.BackgroundTransparency = 1
4238CloseChatGUI.BorderSizePixel = 0
4239CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
4240CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
4241CloseChatGUI.Font = Enum.Font.SourceSansBold
4242CloseChatGUI.Text = "X"
4243CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
4244CloseChatGUI.TextSize = 20
4245Frame_222.Parent = MainChatFrame
4246Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
4247Frame_222.BorderSizePixel = 0
4248Frame_222.Position = UDim2.new(0, 0, 0, 15)
4249Frame_222.Size = UDim2.new(0, 525, 0, 50)
4250PrintChat.Name = "PrintChat"
4251PrintChat.Parent = Frame_222
4252PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
4253PrintChat.BorderSizePixel = 0
4254PrintChat.Position = UDim2.new(0, 15, 0, 0)
4255PrintChat.Size = UDim2.new(0, 170, 0, 30)
4256PrintChat.Font = Enum.Font.SourceSansLight
4257PrintChat.Text = "Print Chat"
4258PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
4259PrintChat.TextSize = 30
4260PrintChat.TextWrapped = true
4261Shadow1.Name = "Shadow1"
4262Shadow1.Parent = MainChatFrame
4263Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
4264Shadow1.BackgroundTransparency = 0.5
4265Shadow1.Position = UDim2.new(0, 2, 0, 2)
4266Shadow1.Size = UDim2.new(0, 525, 0, 337)
4267Shadow1.ZIndex = -1
4268Shadow2.Name = "Shadow2"
4269Shadow2.Parent = MainChatFrame
4270Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
4271Shadow2.BackgroundTransparency = 0.80000001192093
4272Shadow2.Position = UDim2.new(0, 5, 0, 5)
4273Shadow2.Size = UDim2.new(0, 525, 0, 337)
4274Shadow2.ZIndex = -1
4275ScrollingFrame.Parent = MainChatFrame
4276ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
4277ScrollingFrame.BorderSizePixel = 0
4278ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
4279ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
4280ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
4281ScrollingFrame.ScrollBarThickness = 8
4282function CreateChatText(plr, chat)
4283 for i,v in pairs(ScrollingFrame:GetDescendants()) do
4284 v.Position = v.Position - UDim2.new(0, 0, 0, 20)
4285 if v.Position == UDim2.new(0, 5, 0, 10) then
4286 v:Destroy()
4287 end
4288 end
4289 local Example = Instance.new("TextLabel")
4290 Example.Name = "Example"
4291 Example.Parent = ScrollingFrame
4292 Example.BackgroundColor3 = Color3.new(1, 1, 1)
4293 Example.BackgroundTransparency = 1
4294 Example.Position = UDim2.new(0, 5, 0, 650)
4295 Example.Size = UDim2.new(0, 500, 0, 20)
4296 Example.Font = Enum.Font.SourceSans
4297 Example.Text = "["..plr.Name.."]: "..chat
4298 Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
4299 Example.TextScaled = true
4300 Example.TextSize = 20
4301 Example.TextWrapped = true
4302 Example.TextXAlignment = Enum.TextXAlignment.Left
4303end
4304CloseChatGUI.MouseButton1Click:Connect(function()
4305 MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
4306 wait(2.01)
4307 MainChatFrame.Visible = false
4308end)
4309printingChat = false
4310PrintChat.MouseButton1Click:Connect(function()
4311 if printingChat == false then
4312 printingChat = true
4313 PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
4314 elseif printingChat == true then
4315 printingChat = false
4316 PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
4317 end
4318end)
4319local UserInputService = game:GetService("UserInputService")
4320local dragging
4321local dragInput
4322local dragStart
4323local startPos
4324local function updateChat(input)
4325 local delta = input.Position - dragStart
4326 local dragTime = 0.055
4327 local SmoothDrag = {}
4328 SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
4329 local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
4330 dragSmoothFunction:Play()
4331end
4332Frame_222.InputBegan:Connect(function(input)
4333 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
4334 dragging = true
4335 dragStart = input.Position
4336 startPos = MainChatFrame.Position
4337 input.Changed:Connect(function()
4338 if input.UserInputState == Enum.UserInputState.End then
4339 dragging = false
4340 end
4341 end)
4342 end
4343end)
4344Frame_222.InputChanged:Connect(function(input)
4345 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
4346 dragInput = input
4347 end
4348end)
4349UserInputService.InputChanged:Connect(function(input)
4350 if input == dragInput and dragging then
4351 updateChat(input)
4352 end
4353end)
4354
4355function printChat(player, chat)
4356 print("["..player.Name.."]: "..chat)
4357end
4358complimentReady = true
4359for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
4360 currentPlayersChatting.Chatted:connect(function(chat)
4361 CreateChatText(currentPlayersChatting, chat)
4362 if printingChat then
4363 printChat(currentPlayersChatting, chat)
4364 end
4365 if copychatACTIVE then
4366 if currentPlayersChatting == copychatplayer then
4367 gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
4368 end
4369 end
4370 if modeFling == true then
4371 if string.lower(string.sub(chat, 1, 7)) == "!fling " then
4372 if gsWorkspace:PGSIsEnabled() == false then
4373 FEGodmode()
4374 end
4375 if string.lower(string.sub(chat, 8)) == "me" then
4376 run(commandPrefix.."unfling")
4377 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4378 run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
4379 else
4380 for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
4381 if notAll ~= LP then
4382 run(commandPrefix.."unfling")
4383 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4384 run(commandPrefix.."fling "..notAll.Name.." 2000000")
4385 end
4386 end
4387 end
4388 end
4389 end
4390 if modeCompliment == true then
4391 if string.lower(string.sub(chat, 1, 3)) == "!c " then
4392 if complimentReady then
4393 complimentReady = false
4394 if string.lower(string.sub(chat, 4)) == "me" then
4395 complimentplr(currentPlayersChatting)
4396 else
4397 for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
4398 if Others == LP then
4399 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
4400 else
4401 complimentplr(Others)
4402 end
4403 end
4404 end
4405 wait(1)
4406 complimentReady = true
4407 end
4408 end
4409 end
4410 if modeMove == true then
4411 if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
4412 run(commandPrefix.."unfollow")
4413 run(commandPrefix.."unwalk")
4414 run(commandPrefix.."goto "..currentPlayersChatting.Name)
4415 elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
4416 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
4417 if getWalkPlayer == LP then
4418 run(commandPrefix.."unfollow")
4419 run(commandPrefix.."walk "..currentPlayersChatting.Name)
4420 else
4421 run(commandPrefix.."unfollow")
4422 run(commandPrefix.."walk "..getWalkPlayer.Name)
4423 end
4424 end
4425 elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
4426 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
4427 if getFollowPlayer == LP then
4428 run(commandPrefix.."unwalk")
4429 run(commandPrefix.."follow "..currentPlayersChatting.Name)
4430 else
4431 run(commandPrefix.."unwalk")
4432 run(commandPrefix.."follow "..getFollowPlayer.Name)
4433 end
4434 end
4435 end
4436 end
4437 if modeInfo == true then
4438 if infoReady then
4439 infoReady = false
4440 if string.lower(string.sub(chat, 1, 5)) == "!age " then
4441 for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
4442 if v == LP then
4443 run(commandPrefix.."age "..currentPlayersChatting.Name)
4444 else
4445 run(commandPrefix.."age "..v.Name)
4446 end
4447 end
4448 end
4449 if string.lower(string.sub(chat, 1, 4)) == "!id " then
4450 for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
4451 if a == LP then
4452 run(commandPrefix.."id "..currentPlayersChatting.Name)
4453 else
4454 run(commandPrefix.."id "..a.Name)
4455 end
4456 end
4457 end
4458 wait(1)
4459 infoReady = true
4460 end
4461 end
4462 end)
4463end
4464game:GetService("Players").PlayerAdded:connect(function(plr)
4465 plr.Chatted:connect(function(chat)
4466 CreateChatText(plr, chat)
4467 if printingChat then
4468 printChat(plr, chat)
4469 end
4470 if modeFling == true then
4471 if string.lower(string.sub(chat, 1, 7)) == "!fling " then
4472 if gsWorkspace:PGSIsEnabled() == false then
4473 FEGodmode()
4474 end
4475 if string.lower(string.sub(chat, 8)) == "me" then
4476 run(commandPrefix.."unfling")
4477 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4478 run(commandPrefix.."fling "..plr.Name.." 2000000")
4479 else
4480 for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
4481 if notAll ~= LP then
4482 run(commandPrefix.."unfling")
4483 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
4484 run(commandPrefix.."fling "..notAll.Name.." 2000000")
4485 end
4486 end
4487 end
4488 end
4489 end
4490 if modeCompliment == true then
4491 if string.lower(string.sub(chat, 1, 3)) == "!c " then
4492 if complimentReady == true then
4493 complimentReady = false
4494 if string.lower(string.sub(chat, 4)) == "me" then
4495 complimentplr(plr)
4496 else
4497 for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
4498 if Others == LP then
4499 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
4500 else
4501 complimentplr(Others)
4502 end
4503 end
4504 end
4505 wait(1)
4506 complimentReady = true
4507 end
4508 end
4509 end
4510 if modeMove == true then
4511 if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
4512 run(commandPrefix.."unfollow")
4513 run(commandPrefix.."unwalk")
4514 run(commandPrefix.."goto "..plr.Name)
4515 elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
4516 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
4517 if getWalkPlayer == LP then
4518 run(commandPrefix.."unfollow")
4519 run(commandPrefix.."walk "..plr.Name)
4520 else
4521 run(commandPrefix.."unfollow")
4522 run(commandPrefix.."walk "..getWalkPlayer.Name)
4523 end
4524 end
4525 elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
4526 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
4527 if getFollowPlayer == LP then
4528 run(commandPrefix.."unwalk")
4529 run(commandPrefix.."follow "..plr.Name)
4530 else
4531 run(commandPrefix.."unwalk")
4532 run(commandPrefix.."follow "..getFollowPlayer.Name)
4533 end
4534 end
4535 end
4536 end
4537 if modeInfo == true then
4538 if infoReady then
4539 infoReady = false
4540 if string.lower(string.sub(chat, 1, 5)) == "!age " then
4541 for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
4542 if v == LP then
4543 run(commandPrefix.."age "..plr.Name)
4544 else
4545 run(commandPrefix.."age "..v.Name)
4546 end
4547 end
4548 end
4549 if string.lower(string.sub(chat, 1, 4)) == "!id " then
4550 for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
4551 if a == LP then
4552 run(commandPrefix.."id "..plr.Name)
4553 else
4554 run(commandPrefix.."id "..a.Name)
4555 end
4556 end
4557 end
4558 wait(1)
4559 infoReady = true
4560 end
4561 end
4562 end)
4563end)
4564
4565-- Loops
4566noclip = false
4567following = false
4568trailing = false
4569annoying = false
4570flingnoclip = false
4571staring = false
4572stopsitting = false
4573stareplr = ""
4574CBRINGamount = 3
4575spawnWS = CurrentWalkspeed
4576spawnJP = CurrentJumppower
4577spawnHH = CurrentHipheight
4578spawningfegod = false
4579looptpbypassfly = false
4580if game.GameId == 245662005 or game.GameId == 601130232 then
4581 bypassMODE = true
4582else
4583 bypassMODE = false
4584end
4585viewplr = ""
4586loopview = false
4587cmdForward = false
4588forwardSpeed = 1
4589loopviewfc = false
4590spinTOhead = false
4591spinObj = ""
4592rideACTIVE = false
4593ridePLAYER = ""
4594
4595LPcurrenthumanoid = LP.Character.Humanoid
4596game:GetService('RunService').Stepped:connect(function()
4597 if LP.Character.Humanoid ~= nil then
4598 LPcurrenthumanoid = LP.Character.Humanoid
4599 end
4600 if noclip then
4601 if LP.Character then
4602 if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
4603 LP.Character.Head.CanCollide = false
4604 LP.Character.Torso.CanCollide = false
4605 LP.Character["Left Leg"].CanCollide = false
4606 LP.Character["Right Leg"].CanCollide = false
4607 LP.Character["Left Arm"].CanCollide = false
4608 LP.Character["Right Arm"].CanCollide = false
4609 elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
4610 LP.Character.Head.CanCollide = false
4611 LP.Character.UpperTorso.CanCollide = false
4612 LP.Character.LowerTorso.CanCollide = false
4613 LP.Character.HumanoidRootPart.CanCollide = false
4614 end
4615 end
4616 end
4617 if following then
4618 LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
4619 end
4620 if trailing then
4621 LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
4622 end
4623 if annoying then
4624 LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
4625 end
4626 if walkto then
4627 LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
4628 end
4629 if cbringing then
4630 CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
4631 end
4632 if cbringingall then
4633 for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
4634 if getbringplrs ~= LP then
4635 getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
4636 end
4637 end
4638 end
4639 if staring then
4640 LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
4641 end
4642 if stopsitting then
4643 LP.Character.Humanoid.Sit = false
4644 end
4645 if looptpbypassfly then
4646 pcall(function()
4647 LP.Character.Head.Anchored = false
4648 LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
4649 LP.Character.Head.Anchored = true
4650 end)
4651 end
4652 if loopview then
4653 view(viewplr)
4654 end
4655 if cmdForward then
4656 LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
4657 end
4658 if loopviewfc then
4659 pcall(function()
4660 gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
4661 end)
4662 end
4663 if spinTOhead then
4664 pcall(function()
4665 spinObj.Position = LP.Character.Head.Position
4666 end)
4667 end
4668 if rideACTIVE == true then
4669 LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
4670 end
4671end)
4672spawningatreset = false
4673spawnresetpoint = LP.Character.Head.CFrame
4674
4675LPcurrenthumanoid.Died:Connect(function()
4676 flying = false
4677 doFREECAM = false
4678 if savingtoolsloop then
4679 run(commandPrefix.."savealltool")
4680 end
4681 if spawningatreset == true then
4682 spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
4683 end
4684end)
4685
4686LP.CharacterAdded:Connect(function()
4687 wait(0.2)
4688 LP.Character.Humanoid.WalkSpeed = spawnWS
4689 LP.Character.Humanoid.JumpPower = spawnJP
4690 LP.Character.Humanoid.HipHeight = spawnHH
4691 if spawningfegod then
4692 FEGodmode()
4693 end
4694 if spawningpos and spawnpos ~= nil then
4695 LP.Character.HumanoidRootPart.CFrame = spawnpos
4696 end
4697 if spawningatreset == true then
4698 LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
4699 end
4700end)
4701
4702-- Commands
4703Commands = {}
4704
4705Commands.print = function(args)
4706 local msg = table.concat(args," ")
4707 print(msg)
4708end
4709
4710Commands.warn = function(args)
4711 local msg = table.concat(args," ")
4712 warn(msg)
4713end
4714
4715Commands.sit = function(args)
4716 LP.Character.Humanoid.Sit = true
4717end
4718
4719Commands.god = function(args)
4720 FEGodmode()
4721 Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
4722end
4723
4724Commands.view = function(args)
4725 if args[1] then
4726 for i,v in pairs(findSinglePlayer(args[1])) do
4727 if bypassMODE == false then
4728 view(v)
4729 Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
4730 elseif bypassMODE == true then
4731 viewplr = v
4732 loopview = true
4733 end
4734 end
4735 end
4736end
4737
4738Commands.unview = function(args)
4739 view(LP)
4740 loopview = false
4741end
4742
4743Commands.gravity = function(args)
4744 if args[1] then
4745 gsWorkspace.Gravity = args[1]
4746 end
4747end
4748
4749Commands.ungravity = function(args)
4750 gsWorkspace.Gravity = CurrentGravity
4751end
4752
4753Commands.goto = function(args)
4754 if args[1] then
4755 if bypassMODE == false then
4756 for i,v in pairs(findPlayer(args[1])) do
4757 LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
4758 end
4759 elseif bypassMODE == true then
4760 for i,v in pairs(findPlayer(args[1])) do
4761 local TPbypass = {}
4762 TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
4763 local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
4764 TPFunction:Play()
4765 end
4766 end
4767 end
4768end
4769
4770Commands.fecheck = function(args)
4771 if gsWorkspace.FilteringEnabled == true then
4772 Notification("warning", "FE is enabled!", 7)
4773 else
4774 Notification("warning", "FE is disabled. Consider using a different script.", 7)
4775 end
4776end
4777
4778Commands.lockws = function(args)
4779 lockWS()
4780 Notification("info", "Workspace locked.", 4)
4781end
4782
4783Commands.unlockws = function(args)
4784 unlockWS()
4785 Notification("info", "Workspace unlocked.", 4)
4786end
4787
4788Commands.noclip = function(args)
4789 noclip = true
4790 Notification("info", "Noclip enabled.", 4)
4791end
4792
4793Commands.clip = function(args)
4794 noclip = false
4795 Notification("info", "Noclip disabled.", 4)
4796end
4797
4798Commands.follow = function(args)
4799 if args[1] then
4800 for i,v in pairs(findPlayer(args[1])) do
4801 flwplr = v
4802 end
4803 if args[2] then
4804 flwnum = args[2]
4805 else
4806 flwnum = -5
4807 end
4808 following = true
4809 else
4810 Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
4811 end
4812end
4813
4814Commands.unfollow = function(args)
4815 following = false
4816end
4817
4818Commands.fling = function(args)
4819 if args[1] then
4820 for i,v in pairs(findSinglePlayer(args[1])) do
4821 if v ~= LP then
4822 view(v)
4823 pcall(function()
4824 LP.Character.HumanoidRootPart.Fling:Destroy()
4825 end)
4826 if not args[2] then
4827 RocketPropulsion(800000,1000,400000,v,"Fling")
4828 else
4829 RocketPropulsion(args[2],1500,400000,v,"Fling")
4830 end
4831 if noclip ~= true then
4832 flingnoclip = true
4833 noclip = true
4834 end
4835 end
4836 end
4837 else
4838 Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
4839 end
4840end
4841
4842Commands.unfling = function(args)
4843 view(LP)
4844 pcall(function()
4845 if LP.Character.HumanoidRootPart.Fling then
4846 for i,v in pairs(LP.Character:GetDescendants()) do
4847 if v.Name == "Fling" and v:IsA("RocketPropulsion") then
4848 v:Destroy()
4849 end
4850 end
4851 end
4852 end)
4853 if flingnoclip == true then
4854 noclip = false
4855 flingnoclip = false
4856 end
4857end
4858
4859Commands.trail = function(args)
4860 if args[1] then
4861 for i,v in pairs(findPlayer(args[1])) do
4862 trlplr = v
4863 end
4864 if args[2] then
4865 trlnum = args[2]
4866 else
4867 trlnum = 5
4868 end
4869 trailing = true
4870 else
4871 Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
4872 end
4873end
4874
4875Commands.untrail = function(args)
4876 trailing = false
4877end
4878
4879Commands.annoy = function(args)
4880 if args[1] then
4881 for i,v in pairs(findPlayer(args[1])) do
4882 annplr = v
4883 end
4884 annoying = true
4885 else
4886 Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
4887 end
4888end
4889
4890Commands.unannoy = function(args)
4891 annoying = false
4892end
4893
4894Commands.reset = function(args)
4895 LP.Character:BreakJoints()
4896end
4897
4898Commands.grespawn = function(args)
4899 LP.Character.Humanoid.Health = 0
4900 wait(1)
4901 LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
4902 LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
4903end
4904
4905Commands.respawn = function(args)
4906 local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
4907 local hum = Instance.new('Humanoid', mod)
4908 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
4909 LP.Character = mod
4910end
4911
4912Commands.speed = function(args)
4913 if args[1] then
4914 run(commandPrefix.."ws "..args[1])
4915 end
4916end
4917
4918bypassingwalkspeed = false
4919Commands.ws = function(args)
4920 if args[1] then
4921 if bypassMODE == false then
4922 LP.Character.Humanoid.WalkSpeed = args[1]
4923 elseif bypassMODE == true then
4924 if game.GameId == 245662005 then
4925 bypassingwalkspeed = true
4926 bypassWalkspeed = args[1]
4927 end
4928 end
4929 end
4930end
4931
4932game:GetService("RunService").Heartbeat:Connect(function()
4933 if bypassingwalkspeed then
4934 LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
4935 end
4936end)
4937
4938Commands.jumppower = function(args)
4939 if args[1] then
4940 LP.Character.Humanoid.JumpPower = args[1]
4941 end
4942end
4943
4944Commands.jp = function(args)
4945 if args[1] then
4946 LP.Character.Humanoid.JumpPower = args[1]
4947 end
4948end
4949
4950Commands.hipheight = function(args)
4951 if args[1] then
4952 LP.Character.Humanoid.HipHeight = args[1]
4953 end
4954end
4955
4956Commands.hh = function(args)
4957 if args[1] then
4958 LP.Character.Humanoid.HipHeight = args[1]
4959 end
4960end
4961
4962Commands.default = function(args)
4963 LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
4964 LP.Character.Humanoid.HipHeight = CurrentHipheight
4965 LP.Character.Humanoid.JumpPower = CurrentJumppower
4966end
4967
4968Commands.credits = function(args)
4969 Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
4970end
4971
4972Commands.attach = function(args)
4973 if hasTools() == false then
4974 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
4975 else
4976 FEGodmode()
4977 for i,v in pairs(LP.Backpack:GetChildren())do
4978 LP.Character.Humanoid:EquipTool(v)
4979 end
4980 if args[1] then
4981 for i,v in pairs(findSinglePlayer(args[1])) do
4982 if v ~= LP then
4983 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
4984 wait(0.3)
4985 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
4986 end
4987 end
4988 end
4989 end
4990end
4991
4992Commands.fly = function(args)
4993 if bypassMODE == false then
4994 local speedget = 1
4995 repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
4996 repeat wait() until Mouse
4997 if args[1] then
4998 speedfly = args[1]
4999 else
5000 speedfly = 1
5001 end
5002
5003 local T = LP.Character.HumanoidRootPart
5004 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
5005 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
5006 local SPEED = speedget
5007
5008 local function fly()
5009 flying = true
5010 local BG = Instance.new('BodyGyro', T)
5011 local BV = Instance.new('BodyVelocity', T)
5012 BG.P = 9e4
5013 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
5014 BG.cframe = T.CFrame
5015 BV.velocity = Vector3.new(0, 0.1, 0)
5016 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
5017 spawn(function()
5018 repeat wait()
5019 LP.Character.Humanoid.PlatformStand = true
5020 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
5021 SPEED = 50
5022 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
5023 SPEED = 0
5024 end
5025 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
5026 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
5027 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
5028 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
5029 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
5030 else
5031 BV.velocity = Vector3.new(0, 0.1, 0)
5032 end
5033 BG.cframe = workspace.CurrentCamera.CoordinateFrame
5034 until not flying
5035 CONTROL = {F = 0, B = 0, L = 0, R = 0}
5036 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
5037 SPEED = 0
5038 BG:destroy()
5039 BV:destroy()
5040 LP.Character.Humanoid.PlatformStand = false
5041 end)
5042 end
5043 Mouse.KeyDown:connect(function(KEY)
5044 if KEY:lower() == 'w' then
5045 CONTROL.F = speedfly
5046 elseif KEY:lower() == 's' then
5047 CONTROL.B = -speedfly
5048 elseif KEY:lower() == 'a' then
5049 CONTROL.L = -speedfly
5050 elseif KEY:lower() == 'd' then
5051 CONTROL.R = speedfly
5052 end
5053 end)
5054 Mouse.KeyUp:connect(function(KEY)
5055 if KEY:lower() == 'w' then
5056 CONTROL.F = 0
5057 elseif KEY:lower() == 's' then
5058 CONTROL.B = 0
5059 elseif KEY:lower() == 'a' then
5060 CONTROL.L = 0
5061 elseif KEY:lower() == 'd' then
5062 CONTROL.R = 0
5063 end
5064 end)
5065 fly()
5066 elseif bypassMODE == true then
5067 if not args[1] then
5068 run(commandPrefix.."fc")
5069 else
5070 run(commandPrefix.."fc "..args[1])
5071 end
5072 LP.Character.Head.Anchored = false
5073 looptpbypassfly = true
5074 view(LP)
5075 end
5076end
5077
5078Commands.unfly = function(args)
5079 if bypassMODE == false then
5080 flying = false
5081 LP.Character.Humanoid.PlatformStand = false
5082 else
5083 looptpbypassfly = false
5084 run(commandPrefix.."unfreecam")
5085 local goalTP = LP.Character.HumanoidRootPart.CFrame
5086 if game.GameId == 245662005 then
5087 for i = 1, 5 do wait(0.2)
5088 LP.Character.HumanoidRootPart.CFrame = goalTP
5089 end
5090 else
5091 LP.Character.HumanoidRootPart.CFrame = goalTP
5092 end
5093 LP.Character.Head.Anchored = false
5094 end
5095end
5096
5097Commands.kill = function(args)
5098 if args[1] then
5099 for i,v in pairs(findSinglePlayer(args[1])) do
5100 if v == LP then
5101 LP.Character:BreakJoints()
5102 else
5103 if hasTools() == false then
5104 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5105 else
5106 FEGodmode()
5107 for i,v in pairs(LP.Backpack:GetChildren())do
5108 LP.Character.Humanoid:EquipTool(v)
5109 end
5110 local NOW = LP.Character.HumanoidRootPart.CFrame
5111 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
5112 wait(0.3)
5113 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
5114 local function tp(player,player2)
5115 local char1,char2=player.Character,player2.Character
5116 if char1 and char2 then
5117 char1:MoveTo(char2.Head.Position)
5118 end
5119 end
5120 wait(0.5)
5121 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
5122 wait(0.5)
5123 tp(LP,game:GetService("Players")[v.Name])
5124 wait(0.7)
5125 LP.Character.HumanoidRootPart.CFrame = NOW
5126 view(LP)
5127 end
5128 end
5129 end
5130 end
5131end
5132Commands.bring = function(args)
5133 if hasTools() == false then
5134 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5135 else
5136 FEGodmode()
5137 for i,v in pairs(LP.Backpack:GetChildren())do
5138 LP.Character.Humanoid:EquipTool(v)
5139 end
5140 if args[1] then
5141 for i,v in pairs(findSinglePlayer(args[1])) do
5142 if v ~= LP then
5143 local NOW = LP.Character.HumanoidRootPart.CFrame
5144 local function tp(player,player2)
5145 local char1,char2=player.Character,player2.Character
5146 if char1 and char2 then
5147 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
5148 end
5149 end
5150 local function getout(player,player2)
5151 local char1,char2=player.Character,player2.Character
5152 if char1 and char2 then
5153 char1:MoveTo(char2.Head.Position)
5154 end
5155 end
5156 tp(game:GetService("Players")[v.Name], LP)
5157 wait(0.2)
5158 tp(game:GetService("Players")[v.Name], LP)
5159 wait(0.5)
5160 LP.Character.HumanoidRootPart.CFrame = NOW
5161 wait(0.5)
5162 getout(LP, game:GetService("Players")[v.Name])
5163 wait(0.3)
5164 LP.Character.HumanoidRootPart.CFrame = NOW
5165 end
5166 end
5167 end
5168 end
5169end
5170
5171Commands.naked = function(args)
5172 for i,v in pairs(LP.Character:GetDescendants()) do
5173 if v:IsA("Clothing") then
5174 v:Destroy()
5175 end
5176 end
5177end
5178
5179Commands.nolimbs = function(args)
5180 LP.Character["Left Arm"]:Destroy()
5181 LP.Character["Right Arm"]:Destroy()
5182 LP.Character["Left Leg"]:Destroy()
5183 LP.Character["Right Leg"]:Destroy()
5184end
5185
5186Commands.noarms = function(args)
5187 LP.Character["Left Arm"]:Destroy()
5188 LP.Character["Right Arm"]:Destroy()
5189end
5190
5191Commands.nolegs = function(args)
5192 LP.Character["Left Leg"]:Destroy()
5193 LP.Character["Right Leg"]:Destroy()
5194end
5195
5196Commands.headless = function(args)
5197 local l = LP.Character.Humanoid:Clone()
5198 LP.Character.Humanoid:Destroy()
5199 wait(0.2)
5200 LP.Character.Head.CanCollide = false
5201 for i,v in pairs(LP.Character:GetDescendants()) do
5202 if string.sub(v.Name, 1, 4) == "Neck" then
5203 v:Destroy()
5204 end
5205 end
5206 wait(0.2)
5207 l.Name = "Humanoid"
5208 l.Parent = LP.Character
5209 wait(0.1)
5210 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
5211 LP.Character.Animate:Destroy()
5212end
5213
5214antiremotes = false
5215Commands.antikick = function(args)
5216 if args[1] then
5217 if args[1] == "on" then
5218 antiremotes = true
5219 wait(0.2)
5220 for i,v in pairs(LP.Character:GetChildren()) do
5221 if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
5222 v.Disabled = true
5223 end
5224 end
5225 Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
5226 Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
5227 elseif args[1] == "off" then
5228 antiremotes = false
5229 Notification("warning", "Remote anti-kick turned off.", 8)
5230 end
5231 end
5232end
5233
5234blockedremotes = {}
5235Commands.blockremote = function(args)
5236 local getService = ""
5237 if args[1] then
5238 local remoteName = string.lower(tostring(args[1]))
5239 if args[2] then
5240 local serviceRemote = string.lower(tostring(args[2]))
5241 if serviceRemote == "workspace" then
5242 getService = "Workspace"
5243 elseif serviceRemote == "replicatedstorage" then
5244 getService = "ReplicatedStorage"
5245 elseif serviceRemote == "players" then
5246 getService = "Players"
5247 elseif serviceRemote == "lighting" then
5248 getService = "Lighting"
5249 elseif serviceRemote == "startergui" then
5250 getService = "StarterGui"
5251 elseif serviceRemote == "starterpack" then
5252 getService = "StarterPack"
5253 elseif serviceRemote == "starterplayer" then
5254 getService = "StarterPlayer"
5255 else
5256 getService = "ReplicatedStorage"
5257 end
5258 else
5259 getService = "ReplicatedStorage"
5260 end
5261 for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
5262 if string.lower(getRemote.Name) == remoteName then
5263 table.insert(blockedremotes, getRemote.Name)
5264 end
5265 end
5266 end
5267 Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
5268end
5269
5270spyingremotes = false
5271Commands.remotespy = function(args)
5272 if args[1] then
5273 if args[1] == "on" then
5274 spyingremotes = true
5275 Notification("info", "Remotespy turned on.", 4)
5276 elseif args[1] == "off" then
5277 spyingremotes = false
5278 Notification("info", "Remotespy turned off.", 4)
5279 end
5280 end
5281end
5282
5283Commands.bang = function(args)
5284 if args[1] then
5285 for i,v in pairs(findSinglePlayer(args[1])) do
5286 if v ~= nil then
5287 following = true
5288 flwplr = v
5289 flwnum = -1
5290 local bangAnimation = Instance.new("Animation")
5291 bangAnimation.AnimationId = "rbxassetid://148840371"
5292 bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
5293 if args[2] then
5294 bangTrack:Play(.1, 1, args[2])
5295 else
5296 bangTrack:Play(.1, 1, 1)
5297 end
5298 end
5299 end
5300 else
5301 Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
5302 end
5303end
5304
5305Commands.unbang = function(args)
5306 following = false
5307 bangTrack:Stop()
5308end
5309
5310spamdelay = 1
5311spamtext = "Spam"
5312spamming = false
5313Commands.spam = function(args)
5314 if args[1] then
5315 spamtext = args[1]
5316 spamming = true
5317 end
5318end
5319Commands.spamdelay = function(args)
5320 if args[1] then
5321 spamdelay = args[1]
5322 end
5323end
5324spawn(function()
5325 while wait(spamdelay) do
5326 if spamming then
5327 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
5328 end
5329 end
5330end)
5331
5332Commands.unspam = function(args)
5333 spamming = false
5334end
5335
5336Commands.info = function(args)
5337 if args[1] then
5338 for i,v in pairs(findSinglePlayer(args[1])) do
5339 createINFO(v)
5340 end
5341 end
5342end
5343
5344Commands.age = function(args)
5345 if args[1] then
5346 for i,v in pairs(findPlayer(args[1])) do
5347 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
5348 end
5349 end
5350end
5351
5352Commands.invisible = function(args)
5353 local Character = LP.Character
5354 if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
5355 local Clone = Character.HumanoidRootPart:Clone()
5356 Character.HumanoidRootPart:Destroy()
5357 Clone.Parent = Character
5358 else
5359 local Clone = Character.LowerTorso.Root:Clone()
5360 Character.LowerTorso.Root:Destroy()
5361 Clone.Parent = Character.LowerTorso
5362 end
5363end
5364
5365walkto = false
5366walkplr = ""
5367Commands.walk = function(args)
5368 if args[1] then
5369 for i,v in pairs(findSinglePlayer(args[1])) do
5370 walkplr = v
5371 walkto = true
5372 noclip = true
5373 end
5374 end
5375end
5376
5377Commands.unwalk = function(args)
5378 walkto = false
5379 noclip = false
5380 LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
5381end
5382
5383Commands.glitch = function(args)
5384 if hasTools() == false then
5385 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5386 else
5387 FEGodmode()
5388 for i,v in pairs(LP.Backpack:GetChildren())do
5389 LP.Character.Humanoid:EquipTool(v)
5390 end
5391 if args[1] then
5392 for i,v in pairs(findSinglePlayer(args[1])) do
5393 local function tp(player,player2)
5394 local char1,char2=player.Character,player2.Character
5395 if char1 and char2 then
5396 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
5397 end
5398 end
5399 tp(game:GetService("Players")[v.Name], LP)
5400 wait(0.2)
5401 tp(game:GetService("Players")[v.Name], LP)
5402 wait(0.5)
5403 local b = Instance.new("BodyForce")
5404 b.Parent = LP.Character.HumanoidRootPart
5405 b.Name = "Glitch"
5406 if args[2] then
5407 b.Force = Vector3.new(args[2],5000,0)
5408 else
5409 b.Force = Vector3.new(100000000,5000,0)
5410 end
5411 wait(6)
5412 b:Destroy()
5413 end
5414 end
5415 end
5416end
5417
5418Commands.tp = function(args)
5419 if args[1] then
5420 for i,v in pairs(findSinglePlayer(args[1])) do
5421 if v == LP then
5422 if args[2] then
5423 for i,a in pairs(findSinglePlayer(args[2])) do
5424 v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
5425 end
5426 end
5427 else
5428 if hasTools() == false then
5429 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
5430 else
5431 FEGodmode()
5432 for i,v in pairs(LP.Backpack:GetChildren())do
5433 LP.Character.Humanoid:EquipTool(v)
5434 end
5435 if args[1] then
5436 for i,first in pairs(findSinglePlayer(args[1])) do
5437 if args[2] then
5438 for i,second in pairs(findSinglePlayer(args[2])) do
5439 local function tp(player,player2)
5440 local char1,char2=player.Character,player2.Character
5441 if char1 and char2 then
5442 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
5443 end
5444 end
5445 local function getout(player,player2)
5446 local char1,char2=player.Character,player2.Character
5447 if char1 and char2 then
5448 char1:MoveTo(char2.Head.Position)
5449 end
5450 end
5451 tp(LP, first)
5452 wait(0.2)
5453 tp(LP, first)
5454 wait(0.5)
5455 tp(LP, second)
5456 wait(0.2)
5457 tp(LP, second)
5458 wait(0.2)
5459 getout(LP, first)
5460 end
5461 end
5462 end
5463 end
5464 end
5465 end
5466 end
5467 end
5468end
5469
5470Commands.givetool = function(args)
5471 if args[1] then
5472 if args[2] then
5473 local selectedTool = ""
5474 for i,allTools in pairs(LP.Character:GetDescendants()) do
5475 if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
5476 selectedTool = allTools
5477 else
5478 for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
5479 if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
5480 selectedTool = otherTools
5481 end
5482 end
5483 end
5484 end
5485 for i,v in pairs(findSinglePlayer(args[1])) do
5486 if selectedTool ~= "" then
5487 selectedTool.Parent = v.Character
5488 end
5489 end
5490 else
5491 for i,plr in pairs(findSinglePlayer(args[1])) do
5492 for i,tool in pairs(LP.Character:GetDescendants()) do
5493 if tool:IsA("Tool") then
5494 tool.Parent = plr.Character
5495 end
5496 end
5497 end
5498 end
5499 end
5500end
5501
5502Commands.givealltools = function(args)
5503 LP.Character.Humanoid:UnequipTools()
5504 for i,plr in pairs(findSinglePlayer(args[1])) do
5505 for i,v in pairs(LP.Character:GetDescendants()) do
5506 if v:IsA("Tool") then
5507 v.Parent = plr.Character
5508 end
5509 end
5510 for i,a in pairs(LP.Backpack:GetDescendants()) do
5511 if a:IsA("Tool") then
5512 a.Parent = plr.Character
5513 end
5514 end
5515 end
5516end
5517
5518Commands.blockhats = function(args)
5519 for i,v in pairs(LP.Character:GetDescendants()) do
5520 if v:IsA("Accessory") or v:IsA("Hat") then
5521 for i,mesh in pairs(v:GetDescendants()) do
5522 if mesh.Name == "Mesh" then
5523 mesh:Destroy()
5524 end
5525 end
5526 end
5527 end
5528end
5529
5530Commands.blocktool = function(args)
5531 for i,v in pairs(LP.Character:GetDescendants()) do
5532 if v:IsA("Tool") then
5533 for i,mesh in pairs(v:GetDescendants()) do
5534 if mesh.Name == "Mesh" then
5535 mesh:Destroy()
5536 end
5537 end
5538 end
5539 end
5540end
5541
5542Commands.orbit = function(args)
5543 if args[1] then
5544 for i,v in pairs(findSinglePlayer(args[1])) do
5545 view(v)
5546 RocketPropulsion(5000,100,5000,v,"OrbitMove")
5547 end
5548 else
5549 Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
5550 end
5551end
5552
5553Commands.unorbit = function(args)
5554 for i,v in pairs(LP.Character:GetDescendants()) do
5555 if v.Name == "OrbitMove" then
5556 v:Destroy()
5557 end
5558 end
5559 view(LP)
5560end
5561
5562Commands.pos = function(args)
5563 Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
5564end
5565
5566SavedPosition = ""
5567Commands.savepos = function(args)
5568 SavedPosition = LP.Character.HumanoidRootPart.CFrame
5569end
5570Commands.loadpos = function(args)
5571 if SavedPosition ~= "" then
5572 LP.Character.HumanoidRootPart.CFrame = SavedPosition
5573 end
5574end
5575
5576Commands.tppos = function(args)
5577 if args[1] and args[2] and args[3] then
5578 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
5579 end
5580end
5581
5582Commands.pmspam = function(args)
5583 if args[1] then
5584 local gotPlayer = ""
5585 for i,v in pairs(findPlayer(args[1])) do
5586 gotPlayer = v
5587 end
5588 table.remove(args, 1)
5589 local pmSpamMsg = table.concat(args," ")
5590 spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
5591 spamming = true
5592 end
5593end
5594
5595Commands.unpmspam = function(args)
5596 spamming = false
5597end
5598
5599Commands.wsvis = function(args)
5600 if args[1] then
5601 for i,v in pairs(gsWorkspace:GetDescendants()) do
5602 if v:IsA("Part") or v:IsA("Decal") then
5603 if tonumber(args[1]) > 1 then
5604 v.Transparency = 0.5
5605 else
5606 v.Transparency = args[1]
5607 end
5608 end
5609 end
5610 end
5611 clientSided()
5612end
5613
5614Commands.bringobj = function(args)
5615 if args[1] then
5616 local Object = ""
5617 for i,v in pairs(gsWorkspace:GetDescendants()) do
5618 if string.lower(v.Name) == string.lower(args[1]) then
5619 Object = v
5620 end
5621 end
5622 if Object == "" then
5623 Notification("warning", "Object was not found in the workspace.", 6)
5624 end
5625 if args[2] then
5626 Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
5627 else
5628 Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
5629 end
5630 clientSided()
5631 end
5632end
5633
5634CBRINGplr = ""
5635cbringing = false
5636cbringingall = false
5637Commands.cbring = function(args)
5638 if args[1] then
5639 if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
5640 cbringingall = true
5641 else
5642 for i,v in pairs(findPlayer(args[1])) do
5643 CBRINGplr = v
5644 cbringing = true
5645 end
5646 end
5647 if args[2] then
5648 CBRINGamount = args[2]
5649 else
5650 CBRINGamount = 3
5651 end
5652 clientSided()
5653 end
5654end
5655
5656Commands.uncbring = function(args)
5657 cbringing = false
5658 cbringingall = false
5659end
5660
5661Commands.cfreeze = function(args)
5662 if args[1] then
5663 for i,v in pairs(findPlayer(args[1])) do
5664 v.Character.HumanoidRootPart.Anchored = true
5665 end
5666 clientSided()
5667 end
5668end
5669
5670Commands.uncfreeze = function(args)
5671 if args[1] then
5672 for i,v in pairs(findPlayer(args[1])) do
5673 v.Character.HumanoidRootPart.Anchored = false
5674 end
5675 else
5676 for i,all in pairs(gsPlayers:GetPlayers()) do
5677 all.Character.HumanoidRootPart.Anchored = false
5678 end
5679 end
5680end
5681
5682Commands.unattach = function(args)
5683 local function getout(player,player2)
5684 local char1,char2=player.Character,player2.Character
5685 if char1 and char2 then
5686 char1:MoveTo(char2.Head.Position)
5687 end
5688 end
5689 getout(LP, LP)
5690end
5691
5692currentToolSize = ""
5693Commands.reach = function(args)
5694 if args[1] then
5695 for i,v in pairs(LP.Character:GetDescendants()) do
5696 if v:IsA("Tool") then
5697 if string.lower(tostring(args[1])) == "off" then
5698 v.Handle.Size = currentToolSize
5699 v.Handle.SelectionBoxCreated:Destroy()
5700 LP.Character.Humanoid:UnequipTools()
5701 elseif string.lower(tostring(args[1])) == "on" then
5702 if args[2] then
5703 currentToolSize = v.Handle.Size
5704 local a = Instance.new("SelectionBox",v.Handle)
5705 a.Name = "SelectionBoxCreated"
5706 a.Adornee = v.Handle
5707 v.Handle.Size = Vector3.new(0.5,0.5,args[2])
5708 v.GripPos = Vector3.new(0,0,0)
5709 LP.Character.Humanoid:UnequipTools()
5710 else
5711 currentToolSize = v.Handle.Size
5712 local a = Instance.new("SelectionBox",v.Handle)
5713 a.Name = "SelectionBoxCreated"
5714 a.Adornee = v.Handle
5715 v.Handle.Size = Vector3.new(0.5,0.5,60)
5716 v.GripPos = Vector3.new(0,0,0)
5717 LP.Character.Humanoid:UnequipTools()
5718 end
5719 end
5720 end
5721 end
5722 end
5723end
5724
5725Commands.droptool = function(args)
5726 for i,v in pairs(LP.Character:GetDescendants()) do
5727 if v:IsA("Tool") then
5728 v.Parent = gsWorkspace
5729 end
5730 end
5731 for i,a in pairs(LP.Backpack:GetDescendants()) do
5732 if a:IsA("Tool") then
5733 a.Parent = gsWorkspace
5734 end
5735 end
5736end
5737
5738Commands.drophats = function(args)
5739 for i,v in pairs(LP.Character:GetDescendants()) do
5740 if v:IsA("Accessory") or v:IsA("Hat") then
5741 v.Parent = gsWorkspace
5742 end
5743 end
5744end
5745
5746Commands.hidecmdbar = function(args)
5747 CMDBAR.Visible = false
5748end
5749
5750Commands.showcmdbar = function(args)
5751 CMDBAR.Visible = true
5752end
5753
5754Commands.prefix = function(args)
5755 if args[1] then
5756 commandPrefix = string.sub(tostring(args[1]), 1, 1)
5757 fullUpdate()
5758 end
5759end
5760
5761Commands.removeinvis = function(args)
5762 for i,v in pairs(gsWorkspace:GetDescendants()) do
5763 if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
5764 if v.Transparency == 1 then
5765 v:Destroy()
5766 end
5767 end
5768 end
5769 clientSided()
5770end
5771
5772Commands.removefog = function(args)
5773 gsLighting.FogStart = 0
5774 gsLighting.FogEnd = 9999999999999
5775 clientSided()
5776end
5777
5778Commands.animation = function(args)
5779 if args[1] then
5780 if string.lower(tostring(args[1])) == "gui" then
5781 loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
5782 else
5783 local Anim = Instance.new("Animation")
5784 Anim.AnimationId = "rbxassetid://".. tostring(args[1])
5785 local track = LP.Character.Humanoid:LoadAnimation(Anim)
5786 if args[2] then
5787 track:Play(.1, 1, args[2])
5788 else
5789 track:Play(.1, 1, 1)
5790 end
5791 end
5792 end
5793end
5794
5795Commands.btools = function(args)
5796 local Clone_T = Instance.new("HopperBin",LP.Backpack)
5797 Clone_T.BinType = "Clone"
5798 local Destruct = Instance.new("HopperBin",LP.Backpack)
5799 Destruct.BinType = "Hammer"
5800 local Hold_T = Instance.new("HopperBin",LP.Backpack)
5801 Hold_T.BinType = "Grab"
5802 clientSided()
5803end
5804
5805Commands.esp = function(args)
5806 if args[1] then
5807 for i,v in pairs(findPlayer(args[1])) do
5808 local espPlayer = v
5809 for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
5810 if createESP:IsA("Part") or createESP:IsA("MeshPart") then
5811 if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
5812 local current = true
5813 local espBOX = Instance.new("BoxHandleAdornment")
5814 espBOX.Parent = gsCoreGui
5815 espBOX.Name = "rGET"..espPlayer.Name
5816 espBOX.Adornee = createESP
5817 espBOX.AlwaysOnTop = true
5818 espBOX.ZIndex = 0
5819 espBOX.Size = createESP.Size
5820 espBOX.Transparency = 0.3
5821 local AboveHead = Instance.new("BillboardGui")
5822 AboveHead.Parent = gsCoreGui
5823 AboveHead.Adornee = espPlayer.Character.Head
5824 AboveHead.Name = "rGET"..espPlayer.Name
5825 AboveHead.Size = UDim2.new(0, 100, 0, 100)
5826 AboveHead.StudsOffset = Vector3.new(0, 1, 0)
5827 AboveHead.AlwaysOnTop = true
5828 local Info = Instance.new("TextLabel")
5829 Info.Parent = AboveHead
5830 Info.BackgroundTransparency = 1
5831 Info.Position = UDim2.new(0, 0, 0, 0)
5832 Info.Size = UDim2.new(1, 0, 0, 40)
5833 Info.TextColor3 = Color3.fromRGB(200,200,200)
5834 Info.TextStrokeTransparency = 0.5
5835 Info.TextSize = 15
5836 if espPlayer.TeamColor == LP.TeamColor then
5837 espBOX.Color = BrickColor.new("Lime green")
5838 Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
5839 else
5840 espBOX.Color = BrickColor.new("Really red")
5841 Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
5842 end
5843 game:GetService('RunService').Stepped:connect(function()
5844 if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
5845 Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
5846 end
5847 end)
5848 espPlayer.Character.Humanoid.Died:Connect(function()
5849 current = false
5850 espBOX:Destroy()
5851 AboveHead:Destroy()
5852 end)
5853 gsPlayers.PlayerRemoving:Connect(function(plr)
5854 if plr == espPlayer then
5855 current = false
5856 espBOX:Destroy()
5857 AboveHead:Destroy()
5858 end
5859 end)
5860 end
5861 end
5862 end
5863 end
5864 clientSided()
5865 end
5866end
5867
5868Commands.unesp = function(args)
5869 if not args[1] then
5870 for i,v in pairs(gsCoreGui:GetDescendants()) do
5871 if string.sub(v.Name, 1, 4) == "rGET" then
5872 v:Destroy()
5873 end
5874 end
5875 else
5876 for i,v in pairs(gsCoreGui:GetDescendants()) do
5877 if string.sub(v.Name, 1, 4) == "rGET" then
5878 for i,a in pairs(findPlayer(args[1])) do
5879 if string.sub(v.Name, 5) == a.Name then
5880 v:Destroy()
5881 end
5882 end
5883 end
5884 end
5885 end
5886end
5887
5888Commands.dice = function(args)
5889 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
5890end
5891
5892Commands.random = function(args)
5893 if args[1] and args[2] then
5894 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")
5895 end
5896end
5897
5898Commands.closegame = function(args)
5899 game:Shutdown()
5900end
5901
5902Commands.savetool = function(args)
5903 if args[1] then
5904 for i,a in pairs(LP.Character:GetDescendants()) do
5905 if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
5906 a.Parent = LP
5907 local oldName = a.Name
5908 a.Name = "saved "..oldName
5909 else
5910 for i,n in pairs(LP.Backpack:GetDescendants()) do
5911 if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
5912 n.Parent = LP
5913 local sOldName = n.Name
5914 n.Name = "saved "..sOldName
5915 end
5916 end
5917 end
5918 end
5919 else
5920 for i,v in pairs(LP.Character:GetDescendants()) do
5921 if v:IsA("Tool") then
5922 v.Parent = LP
5923 local oldName = v.Name
5924 v.Name = "saved "..oldName
5925 end
5926 end
5927 end
5928end
5929
5930Commands.loadtool = function(args)
5931 if args[1] then
5932 for i,a in pairs(LP:GetChildren()) do
5933 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
5934 a.Parent = LP.Backpack
5935 local currentName = a.Name
5936 a.Name = string.sub(currentName, 7)
5937 end
5938 end
5939 else
5940 for i,v in pairs(LP:GetChildren()) do
5941 if string.sub(v.Name, 1, 5) == "saved" then
5942 v.Parent = LP.Backpack
5943 local currentName = v.Name
5944 v.Name = string.sub(currentName, 7)
5945 end
5946 end
5947 end
5948end
5949
5950Commands.savealltool = function(args)
5951 for i,v in pairs(LP.Character:GetDescendants()) do
5952 if v:IsA("Tool") then
5953 v.Parent = LP
5954 local oldName = v.Name
5955 v.Name = "saved "..oldName
5956 end
5957 end
5958 for i,v in pairs(LP.Backpack:GetDescendants()) do
5959 if v:IsA("Tool") then
5960 v.Parent = LP
5961 local oldName = v.Name
5962 v.Name = "saved "..oldName
5963 end
5964 end
5965end
5966
5967Commands.loadalltool = function(args)
5968 for i,v in pairs(LP:GetChildren()) do
5969 if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
5970 v.Parent = LP.Backpack
5971 local currentName = v.Name
5972 v.Name = string.sub(currentName, 7)
5973 end
5974 end
5975end
5976
5977Mouse.KeyDown:Connect(function(key)
5978 if key == clicktpKEY and clicktpACTIVE == true then
5979 if Mouse.Target then
5980 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
5981 end
5982 end
5983 if key == clickdelKEY and clickdelACTIVE == true then
5984 if Mouse.Target then
5985 Mouse.Target:Destroy()
5986 end
5987 end
5988end)
5989Mouse.Button1Down:Connect(function()
5990 if clicktpACTIVE == true and clicktpCLICK == true then
5991 if Mouse.Target then
5992 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
5993 end
5994 end
5995 if clickdelACTIVE == true and clickdelCLICK == true then
5996 if Mouse.Target then
5997 Mouse.Target:Destroy()
5998 end
5999 end
6000end)
6001
6002clicktpKEY = ""
6003clickdelKEY = ""
6004clicktpACTIVE = false
6005clickdelACTIVE = false
6006clicktpCLICK = false
6007clickdelCLICK = false
6008
6009Commands.clicktp = function(args)
6010 if args[1] then
6011 clicktpKEY = string.sub(tostring(args[1]), 1, 1)
6012 clicktpACTIVE = true
6013 clicktpCLICK = false
6014 else
6015 clicktpKEY = ""
6016 clicktpACTIVE = true
6017 clicktpCLICK = true
6018 end
6019 clientSided()
6020end
6021
6022Commands.clickdel = function(args)
6023 if args[1] then
6024 clickdelKEY = string.sub(tostring(args[1]), 1, 1)
6025 clickdelACTIVE = true
6026 clickdelCLICK = false
6027 else
6028 clickdelKEY = ""
6029 clickdelACTIVE = true
6030 clickdelCLICK = true
6031 end
6032 clientSided()
6033end
6034
6035Commands.unclicktp = function(args)
6036 clicktpACTIVE = false
6037end
6038
6039Commands.unclickdel = function(args)
6040 clickdelACTIVE = false
6041end
6042
6043Commands.oof = function(args)
6044 spawn(function()
6045 while wait() do
6046 for i,v in pairs(game:GetService'Players':GetPlayers()) do
6047 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
6048 for _,x in pairs(v.Character.Head:GetChildren()) do
6049 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
6050 end
6051 end
6052 end
6053 end
6054 end)
6055end
6056
6057Commands.chatlogs = function(args)
6058 MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
6059 MainChatFrame.Visible = true
6060end
6061
6062Commands.stopadmin = function(args)
6063 commandPrefix = " "
6064 following = false
6065 trailing = false
6066 annoying = false
6067 CMDBAR.Visible = false
6068 Match.Visible = false
6069 flying = false
6070end
6071
6072Commands.freecam = function(args)
6073 for i,getFC in pairs(gsWorkspace:GetDescendants()) do
6074 if getFC.Name == "rGETpartNUMBER2" then
6075 getFC:Destroy()
6076 end
6077 end
6078 local CameraPart = Instance.new("Part")
6079 CameraPart.CanCollide = false
6080 CameraPart.CFrame = LP.Character.Head.CFrame
6081 CameraPart.Locked = true
6082 CameraPart.Transparency = 1
6083 CameraPart.Size = Vector3.new(1, 1, 1)
6084 CameraPart.Parent = gsWorkspace
6085 CameraPart.Name = "rGETpartNUMBER2"
6086 if bypassMODE == true then
6087 loopviewfc = true
6088 elseif bypassMODE == false then
6089 gsWorkspace.CurrentCamera.CameraSubject = CameraPart
6090 end
6091 local speedget = 1
6092 local T = CameraPart
6093 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
6094 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6095 local SPEED = speedget
6096 if args[1] then
6097 speedfly = tonumber(args[1])
6098 else
6099 speedfly = 1
6100 end
6101 local function freecamfly()
6102 LP.Character.Head.Anchored = true
6103 doFREECAM = true
6104 local BG = Instance.new('BodyGyro', T)
6105 local BV = Instance.new('BodyVelocity', T)
6106 BG.P = 9e4
6107 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
6108 BG.cframe = T.CFrame
6109 BV.velocity = Vector3.new(0, 0.1, 0)
6110 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
6111 spawn(function()
6112 repeat wait()
6113 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
6114 SPEED = 50
6115 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
6116 SPEED = 0
6117 end
6118 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
6119 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
6120 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
6121 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
6122 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
6123 else
6124 BV.velocity = Vector3.new(0, 0.1, 0)
6125 end
6126 BG.cframe = workspace.CurrentCamera.CoordinateFrame
6127 until not doFREECAM
6128 CONTROL = {F = 0, B = 0, L = 0, R = 0}
6129 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6130 SPEED = 0
6131 BG:destroy()
6132 BV:destroy()
6133 end)
6134 end
6135 Mouse.KeyDown:connect(function(KEY)
6136 if KEY:lower() == 'w' then
6137 CONTROL.F = speedfly
6138 elseif KEY:lower() == 's' then
6139 CONTROL.B = -speedfly
6140 elseif KEY:lower() == 'a' then
6141 CONTROL.L = -speedfly
6142 elseif KEY:lower() == 'd' then
6143 CONTROL.R = speedfly
6144 end
6145 end)
6146 Mouse.KeyUp:connect(function(KEY)
6147 if KEY:lower() == 'w' then
6148 CONTROL.F = 0
6149 elseif KEY:lower() == 's' then
6150 CONTROL.B = 0
6151 elseif KEY:lower() == 'a' then
6152 CONTROL.L = 0
6153 elseif KEY:lower() == 'd' then
6154 CONTROL.R = 0
6155 end
6156 end)
6157 freecamfly()
6158end
6159
6160Commands.fc = function(args)
6161 if args[1] then
6162 run(commandPrefix.."freecam "..args[1])
6163 else
6164 run(commandPrefix.."freecam")
6165 end
6166end
6167
6168Commands.unfreecam = function(args)
6169 doFREECAM = false
6170 LP.Character.Head.Anchored = false
6171 view(LP)
6172 if gsWorkspace.rGETpartNUMBER2 then
6173 gsWorkspace.rGETpartNUMBER2:Destroy()
6174 end
6175 loopviewfc = false
6176end
6177
6178Commands.unfc = function(args)
6179 doFREECAM = false
6180 LP.Character.Head.Anchored = false
6181 view(LP)
6182 if gsWorkspace.rGETpartNUMBER2 then
6183 gsWorkspace.rGETpartNUMBER2:Destroy()
6184 end
6185 loopviewfc = false
6186end
6187
6188Commands.gotofc = function(args)
6189 doFREECAM = false
6190 LP.Character.Head.Anchored = false
6191 view(LP)
6192 pcall(function()
6193 LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
6194 gsWorkspace.rGETpartNUMBER2:Destroy()
6195 end)
6196 loopviewfc = false
6197end
6198
6199Commands.fctp = function(args)
6200 if args[1] then
6201 for i,v in pairs(findPlayer(args[1])) do
6202 pcall(function()
6203 gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
6204 end)
6205 end
6206 end
6207end
6208
6209Commands.cmds = function(args)
6210 CMDSmain.Position = UDim2.new(0, 695, 0, 297)
6211 CMDSmain.Visible = true
6212 CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
6213end
6214
6215Commands.fullcredits = function(args)
6216 Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
6217 Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
6218 Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
6219 Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
6220 Notification("info", "Only creator is illremember", 2)
6221end
6222
6223Commands.hotkey = function(args)
6224 if args[1] then
6225 local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
6226 if args[2] then
6227 table.remove(args, 1)
6228 local hotkeyCMD = table.concat(args, " ")
6229 table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
6230 fullUpdate()
6231 Notification("info", "Hotkey added!", 1)
6232 end
6233 end
6234end
6235
6236Mouse.KeyDown:Connect(function(key)
6237 for i,v in pairs(hotkeys) do
6238 local currentKey = string.match(v, "[%a%d]+$")
6239 if string.len(currentKey) == 1 then
6240 if key == string.sub(v, #v, #v) then
6241 local commandtoRUN = string.match(v, "^[%w%s]+")
6242 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
6243 if bypassMODE == true then
6244 if doFREECAM == false then
6245 run(commandPrefix..tostring(commandtoRUN))
6246 else
6247 run(commandPrefix.."unfly")
6248 end
6249 else
6250 if flying == false then
6251 run(commandPrefix..tostring(commandtoRUN))
6252 else
6253 run(commandPrefix.."unfly")
6254 end
6255 end
6256 elseif tostring(commandtoRUN) == "noclip" then
6257 if noclip == false then
6258 run(commandPrefix..tostring(commandtoRUN))
6259 else
6260 run(commandPrefix.."clip")
6261 end
6262 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
6263 if doFREECAM == false then
6264 run(commandPrefix..tostring(commandtoRUN))
6265 else
6266 if fchotkeymode == "goto" then
6267 run(commandPrefix.."gotofc")
6268 elseif fchotkeymode == "unfc" then
6269 run(commandPrefix.."unfreecam")
6270 end
6271 end
6272 else
6273 run(commandPrefix..tostring(commandtoRUN))
6274 end
6275 end
6276 else
6277 if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
6278 local commandtoRUN = string.match(v, "^[%w%s]+")
6279 local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
6280 if string.byte(key) == hotkeyadjust then
6281 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
6282 if bypassMODE == true then
6283 if doFREECAM == false then
6284 run(commandPrefix..tostring(commandtoRUN))
6285 else
6286 run(commandPrefix.."unfly")
6287 end
6288 else
6289 if flying == false then
6290 run(commandPrefix..tostring(commandtoRUN))
6291 else
6292 run(commandPrefix.."unfly")
6293 end
6294 end
6295 elseif tostring(commandtoRUN) == "noclip" then
6296 if noclip == false then
6297 run(commandPrefix..tostring(commandtoRUN))
6298 else
6299 run(commandPrefix.."clip")
6300 end
6301 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
6302 if doFREECAM == false then
6303 run(commandPrefix..tostring(commandtoRUN))
6304 else
6305 if fchotkeymode == "goto" then
6306 run(commandPrefix.."gotofc")
6307 elseif fchotkeymode == "unfc" then
6308 run(commandPrefix.."unfreecam")
6309 end
6310 end
6311 else
6312 run(commandPrefix..tostring(commandtoRUN))
6313 end
6314 end
6315 end
6316 end
6317 end
6318end)
6319
6320Commands.removeallhotkey = function(args)
6321 hotkeys = {}
6322 fullUpdate()
6323 Notification("warning", "All hotkeys reset/removed", 6)
6324end
6325
6326Commands.removehotkey = function(args)
6327 if args[1] then
6328 for i,v in pairs(hotkeys) do
6329 local currentKey = string.match(v, "[%a%d]+$")
6330 if currentKey == string.lower(tostring(args[1])) then
6331 table.remove(hotkeys, i)
6332 fullUpdate()
6333 end
6334 end
6335 end
6336end
6337
6338Commands.printhotkeys = function(args)
6339 for i,v in pairs(hotkeys) do
6340 warn("HOTKEYS:")
6341 print(v)
6342 end
6343end
6344
6345Commands.os = function(args)
6346 if args[1] then
6347 for i,v in pairs(findPlayer(args[1])) do
6348 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
6349 end
6350 end
6351end
6352
6353spinning = false
6354Commands.spin = function(args)
6355 if args[1] then
6356 for i,v in pairs(findSinglePlayer(args[1])) do
6357 run(commandPrefix.."attach "..v.Name)
6358 annplr = v
6359 annoying = true
6360 spinning = true
6361 end
6362 end
6363end
6364
6365Commands.unspin = function(args)
6366 if spinning then
6367 annoying = false
6368 spinning = false
6369 end
6370 run(""..commandPrefix.."unattach")
6371end
6372
6373Commands.explorer = function(args)
6374 loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
6375 Notification("info", "Loaded DEX explorer!", 5)
6376end
6377
6378Commands.maxzoom = function(args)
6379 if args[1] then
6380 LP.CameraMaxZoomDistance = args[1]
6381 end
6382end
6383
6384Commands.stare = function(args)
6385 if args[1] then
6386 for i,v in pairs(findSinglePlayer(args[1])) do
6387 stareplr = v
6388 staring = true
6389 end
6390 end
6391end
6392
6393Commands.unstare = function(args)
6394 staring = false
6395end
6396
6397Commands.tempgod = function(args)
6398 local hu = LP.Character.Humanoid
6399 local l = Instance.new("Humanoid")
6400 l.Parent = LP.Character
6401 l.Name = "Humanoid"
6402 wait(0.1)
6403 hu.Parent = LP
6404 gsWorkspace.CurrentCamera.CameraSubject = LP.Character
6405 LP.Character.Animate.Disabled = true
6406 wait(0.1)
6407 LP.Character.Animate.Disabled = false
6408 Notification("info", "Enabled Temp FE Godmode", 4)
6409end
6410
6411Commands.void = function(args)
6412 if hasTools() == false then
6413 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
6414 else
6415 FEGodmode()
6416 for i,v in pairs(LP.Backpack:GetChildren())do
6417 LP.Character.Humanoid:EquipTool(v)
6418 end
6419 if args[1] then
6420 for i,v in pairs(findSinglePlayer(args[1])) do
6421 local NOW = LP.Character.HumanoidRootPart.CFrame
6422 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6423 wait(0.3)
6424 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6425 local function tp(player,player2)
6426 local char1,char2=player.Character,player2.Character
6427 if char1 and char2 then
6428 char1:MoveTo(char2.Head.Position)
6429 end
6430 end
6431 wait(0.5)
6432 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
6433 end
6434 end
6435 end
6436end
6437
6438Commands.freefall = function(args)
6439 if hasTools() == false then
6440 Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
6441 else
6442 FEGodmode()
6443 for i,v in pairs(LP.Backpack:GetChildren())do
6444 LP.Character.Humanoid:EquipTool(v)
6445 end
6446 if args[1] then
6447 for i,v in pairs(findSinglePlayer(args[1])) do
6448 local NOW = LP.Character.HumanoidRootPart.CFrame
6449 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6450 wait(0.3)
6451 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
6452 wait(0.5)
6453 LP.Character.HumanoidRootPart.CFrame = NOW
6454 wait(0.5)
6455 LP.Character.HumanoidRootPart.CFrame = NOW
6456 wait(0.6)
6457 LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
6458 end
6459 end
6460 end
6461end
6462
6463Commands.version = function(args)
6464 Notification("info", "Current Shattervast Version: V2.8", 7)
6465end
6466
6467Commands.shiftlockon = function(args)
6468 LP.DevEnableMouseLock = true
6469 Notification("info", "Shift lock enabled!", 5)
6470end
6471
6472for i,needChat in pairs(gsPlayers:GetPlayers()) do
6473 needChat.Chatted:Connect(function(msg)
6474 if copychatall then
6475 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
6476 end
6477 end)
6478end
6479gsPlayers.PlayerAdded:Connect(function(plr)
6480 plr.Chatted:Connect(function(msg)
6481 if copychatall then
6482 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
6483 end
6484 end)
6485end)
6486
6487copychatplayer = nil
6488copychatall = false
6489copychatACTIVE = false
6490Commands.copychat = function(args)
6491 if args[1] then
6492 if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
6493 copychatall = true
6494 else
6495 for i,v in pairs(findPlayer(args[1])) do
6496 if v ~= LP then
6497 copychatplayer = v
6498 copychatACTIVE = true
6499 end
6500 end
6501 end
6502 end
6503end
6504
6505Commands.uncopychat = function(args)
6506 copychatall = false
6507 copychatACTIVE = false
6508end
6509
6510Commands.newkill = function(args)
6511 if hasTools() == false then
6512 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
6513 else
6514 if args[1] then
6515 for i,plr in pairs(findSinglePlayer(args[1])) do
6516 for i,v in pairs(LP.Backpack:GetChildren())do
6517 LP.Character.Humanoid:EquipTool(v)
6518 end
6519 for i,v in pairs(LP.Backpack:GetDescendants()) do
6520 if v:IsA("Tool") then
6521 v.Parent = LP.Character
6522 wait()
6523 v.Parent = plr.Character
6524 end
6525 end
6526 wait(0.4)
6527 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
6528 end
6529 end
6530 end
6531end
6532
6533Commands.newattach = function(args)
6534 if hasTools() == false then
6535 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
6536 else
6537 if args[1] then
6538 for i,plr in pairs(findSinglePlayer(args[1])) do
6539 for i,v in pairs(LP.Backpack:GetChildren())do
6540 LP.Character.Humanoid:EquipTool(v)
6541 end
6542 for i,v in pairs(LP.Backpack:GetDescendants()) do
6543 if v:IsA("Tool") then
6544 v.Parent = LP.Character
6545 wait()
6546 v.Parent = plr.Character
6547 end
6548 end
6549 end
6550 end
6551 end
6552end
6553
6554Commands.newbring = function(args)
6555 if hasTools() == false then
6556 Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
6557 else
6558 if args[1] then
6559 for i,plr in pairs(findSinglePlayer(args[1])) do
6560 local NOW = LP.Character.HumanoidRootPart.CFrame
6561 for i,v in pairs(LP.Backpack:GetChildren())do
6562 LP.Character.Humanoid:EquipTool(v)
6563 end
6564 for i,v in pairs(LP.Backpack:GetDescendants()) do
6565 if v:IsA("Tool") then
6566 v.Parent = LP.Character
6567 wait()
6568 v.Parent = plr.Character
6569 end
6570 end
6571 wait(0.4)
6572 LP.Character.HumanoidRootPart.CFrame = NOW
6573 wait(0.4)
6574 LP.Character.HumanoidRootPart.CFrame = NOW
6575 end
6576 end
6577 end
6578end
6579
6580Commands.spawn = function(args)
6581 if args[1] then
6582 if string.lower(tostring(args[1])) == "ws" then
6583 spawnWS = args[2] or CurrentWalkspeed
6584 LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
6585 elseif string.lower(tostring(args[1])) == "jp" then
6586 spawnJP = args[2] or CurrentJumppower
6587 LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
6588 elseif string.lower(tostring(args[1])) == "hh" then
6589 spawnHH = args[2] or CurrentHipheight
6590 LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
6591 elseif string.lower(tostring(args[1])) == "god" then
6592 spawningfegod = true
6593 FEGodmode()
6594 end
6595 end
6596end
6597
6598Commands.unspawn = function(args)
6599 spawnWS = CurrentWalkspeed
6600 spawnJP = CurrentJumppower
6601 spawnHH = CurrentHipheight
6602 spawningfegod = false
6603 Notification("info", "Reset spawning stats", 5)
6604end
6605
6606savingtoolsloop = false
6607Commands.autosavetool = function(args)
6608 if args[1] then
6609 if string.lower(tostring(args[1])) == "on" then
6610 savingtoolsloop = true
6611 elseif string.lower(tostring(args[1])) == "off" then
6612 savingtoolsloop = false
6613 end
6614 end
6615end
6616
6617modeFling = false
6618modeCompliment = false
6619modeMove = false
6620modeInfo = false
6621Commands.beginbot = function(args)
6622 if not args[1] then
6623 print("fling // compliment // move // info")
6624 Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
6625 else
6626 if string.lower(tostring(args[1])) == "fling" then
6627 modeFling = true
6628 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
6629 elseif string.lower(tostring(args[1])) == "compliment" then
6630 modeCompliment = true
6631 complimentReady = true
6632 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
6633 elseif string.lower(tostring(args[1])) == "move" then
6634 modeMove = true
6635 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
6636 elseif string.lower(tostring(args[1])) == "info" then
6637 modeInfo = true
6638 infoReady = true
6639 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
6640 end
6641 end
6642end
6643
6644Commands.endbot = function(args)
6645 if not args[1] then
6646 modeFling = false
6647 modeCompliment = false
6648 modeMove = false
6649 modeInfo = false
6650 else
6651 if string.lower(tostring(args[1])) == "fling" then
6652 modeFling = false
6653 elseif string.lower(tostring(args[1])) == "compliment" then
6654 modeCompliment = false
6655 elseif string.lower(tostring(args[1])) == "move" then
6656 modeMove = false
6657 elseif string.lower(tostring(args[1])) == "info" then
6658 modeInfo = false
6659 end
6660 end
6661end
6662
6663Commands.stopsit = function(args)
6664 stopsitting = true
6665end
6666
6667Commands.gosit = function(args)
6668 stopsitting = false
6669end
6670
6671chattingerror = true
6672Commands.chaterror = function(args)
6673 if chattingerror then
6674 chattingerror = false
6675 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
6676 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
6677 wait(4)
6678 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
6679 wait(3)
6680 chattingerror = true
6681 end
6682end
6683
6684spawnpos = nil
6685spawningpos = true
6686Commands.spawnpoint = function(args)
6687 spawnpos = LP.Character.HumanoidRootPart.CFrame
6688 spawningpos = true
6689 Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
6690end
6691
6692Commands.nospawn = function(args)
6693 spawningpos = false
6694 Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
6695end
6696
6697Commands.bypass = function(args)
6698 if args[1] then
6699 if string.lower(tostring(args[1])) == "on" then
6700 bypassMODE = true
6701 Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
6702 elseif string.lower(tostring(args[1])) == "off" then
6703 bypassMODE = false
6704 Notification("warning", "Bypass mode has been turned off.", 7)
6705 end
6706 end
6707end
6708
6709Commands.fixcam = function(args)
6710 gsWorkspace.CurrentCamera:Destroy()
6711 wait(0.1)
6712 game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
6713 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
6714 LP.CameraMinZoomDistance = 0.5
6715 LP.CameraMaxZoomDistance = 400
6716 LP.CameraMode = "Classic"
6717 LP.DevCameraOcclusionMode = CurrentNormal
6718end
6719
6720Commands.gotoobj = function(args)
6721 if args[1] then
6722 for i,v in pairs(gsWorkspace:GetDescendants()) do
6723 if string.lower(v.Name) == string.lower(tostring(args[1])) then
6724 LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
6725 end
6726 end
6727 end
6728end
6729
6730Commands.breakcam = function(args)
6731 gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
6732end
6733
6734Commands.inviscam = function(args)
6735 LP.DevCameraOcclusionMode = "Invisicam"
6736end
6737
6738printobjKEY = ""
6739printobjCLICKING = false
6740printobjACTIVE = false
6741
6742Commands.printobj = function(args)
6743 if args[1] then
6744 printobjKEY = string.sub(tostring(args[1]), 1, 1)
6745 printobjACTIVE = true
6746 printobjCLICKING = false
6747 else
6748 printobjKEY = ""
6749 printobjACTIVE = true
6750 printobjCLICKING = true
6751 end
6752end
6753
6754Mouse.KeyDown:Connect(function(key)
6755 if key == printobjKEY and printobjACTIVE == true then
6756 if Mouse.Target then
6757 local path = Mouse.Target:GetFullName()
6758 local getPath = "game:GetService(\"Workspace\")"
6759 local getSpaces = ""
6760 local separate = {}
6761 local a = nil
6762 for v in string.gmatch(string.sub(path, 10), "[^.]+") do
6763 if string.match(v, " ") then
6764 a = "["..v.."]"
6765 table.insert(separate, a)
6766 else
6767 a = "."..v
6768 table.insert(separate, a)
6769 end
6770 getSpaces = table.concat(separate, "")
6771 end
6772 local fullPath = getPath..getSpaces
6773 print(fullPath)
6774 end
6775 end
6776end)
6777Mouse.Button1Down:Connect(function()
6778 if printobjCLICKING == true and printobjACTIVE == true then
6779 if Mouse.Target then
6780 local path = Mouse.Target:GetFullName()
6781 local getPath = "game:GetService(\"Workspace\")"
6782 local getSpaces = ""
6783 local separate = {}
6784 local a = nil
6785 for v in string.gmatch(string.sub(path, 10), "[^.]+") do
6786 if string.match(v, " ") then
6787 a = "["..v.."]"
6788 table.insert(separate, a)
6789 else
6790 a = "."..v
6791 table.insert(separate, a)
6792 end
6793 getSpaces = table.concat(separate, "")
6794 end
6795 local fullPath = getPath..getSpaces
6796 print(fullPath)
6797 end
6798 end
6799end)
6800
6801Commands.unprintobj = function(args)
6802 printobjACTIVE = false
6803 printobjCLICKING = false
6804end
6805
6806Commands.hotkeyfc = function(args)
6807 if args[1] then
6808 if string.lower(tostring(args[1])) == "goto" then
6809 fchotkeymode = "goto"
6810 elseif string.lower(tostring(args[1])) == "unfc" then
6811 fchotkeymode = "unfc"
6812 end
6813 fullUpdate()
6814 end
6815end
6816
6817Commands.carpet = function(args)
6818 if args[1] then
6819 for i,v in pairs(findSinglePlayer(args[1])) do
6820 if v ~= nil then
6821 annoying = true
6822 annplr = v
6823 local carpetAnimation = Instance.new("Animation")
6824 carpetAnimation.AnimationId = "rbxassetid://282574440"
6825 carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
6826 carpetTrack:Play(.1, 1, 1)
6827 end
6828 end
6829 end
6830end
6831
6832Commands.uncarpet = function(args)
6833 annoying = false
6834 carpetTrack:Stop()
6835end
6836
6837Commands.brickcreate = function(args)
6838 if args[1] then
6839 local createPosition = LP.Character.HumanoidRootPart.CFrame
6840 if args[2] and args[3] and args[4] then
6841 createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
6842 else
6843 createPosition = LP.Character.HumanoidRootPart.CFrame
6844 end
6845 for i = 1, args[1] do
6846 LP.Character.HumanoidRootPart.CFrame = createPosition
6847 run(commandPrefix.."blockhats")
6848 wait(0.2)
6849 run(commandPrefix.."drophats")
6850 wait(0.2)
6851 run(commandPrefix.."reset")
6852 wait(6)
6853 end
6854 end
6855end
6856
6857Commands.forward = function(args)
6858 if args[1] then
6859 forwardSpeed = args[1]
6860 else
6861 forwardSpeed = 1
6862 end
6863 cmdForward = true
6864end
6865
6866Commands.unforward = function(args)
6867 cmdForward = false
6868end
6869
6870Commands.id = function(args)
6871 if args[1] then
6872 for i,v in pairs(findPlayer(args[1])) do
6873 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
6874 end
6875 end
6876end
6877
6878Commands.spinhats = function(args) -- Credit to xFunnieuss
6879 for i,v in pairs(LP.Character:GetDescendants()) do
6880 if v:IsA("Accessory") or v:IsA("Hat") then
6881 local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
6882 local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
6883 if v.Handle.AccessoryWeld then
6884 v.Handle.AccessoryWeld:Destroy()
6885 end
6886 if args[1] then
6887 spin.AngularVelocity = Vector3.new(0, args[1], 0)
6888 spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
6889 else
6890 spin.AngularVelocity = Vector3.new(0, 100, 0)
6891 spin.MaxTorque = Vector3.new(0, 200, 0)
6892 end
6893 keep.P = 30000
6894 keep.D = 50
6895 spinObj = keep
6896 spinTOhead = true
6897 end
6898 end
6899end
6900
6901Commands.unspinhats = function(args)
6902 for i,v in pairs(LP.Character:GetDescendants()) do
6903 if v:IsA("Accessory") or v:IsA("Hat") then
6904 pcall(function()
6905 run(commandPrefix.."drophats")
6906 wait(2)
6907 v.Handle.spin:Destroy()
6908 v.Handle.keep:Destroy()
6909 end)
6910 end
6911 end
6912end
6913
6914savedmap = {}
6915Commands.savemap = function(args)
6916 for i,v in pairs(gsWorkspace:GetChildren()) do
6917 v.Archivable = true
6918 if not v:IsA("Terrain") and not v:IsA("Camera") then
6919 if not gsPlayers:FindFirstChild(v.Name) then
6920 table.insert(savedmap, v:Clone())
6921 end
6922 end
6923 end
6924 clientSided()
6925end
6926
6927Commands.loadmap = function(args)
6928 for i,v in pairs(gsWorkspace:GetChildren()) do
6929 if not v:IsA("Terrain") and not v:IsA("Camera") then
6930 if not gsPlayers:FindFirstChild(v.Name) then
6931 pcall(function()
6932 v:Destroy()
6933 end)
6934 end
6935 end
6936 end
6937 for i,a in ipairs(savedmap) do
6938 a:Clone().Parent = gsWorkspace
6939 end
6940 clientSided()
6941end
6942
6943Commands.creatorid = function(args)
6944 LP.UserId = game.CreatorId
6945end
6946
6947Commands.gameid = function(args)
6948 Notification("info", "Current game's ID = "..game.GameId, 8)
6949end
6950
6951Commands.delobj = function(args)
6952 if args[1] then
6953 for i,v in pairs(gsWorkspace:GetDescendants()) do
6954 if string.lower(v.Name) == string.lower(tostring(args[1])) then
6955 v:Destroy()
6956 clientSided()
6957 end
6958 end
6959 end
6960end
6961
6962Commands.glide = function(args)
6963 if args[1] then
6964 for i,v in pairs(findSinglePlayer(args[1])) do
6965 local goal = {}
6966 goal.CFrame = v.Character.HumanoidRootPart.CFrame
6967 local defaultSpeed = 3
6968 if args[2] then
6969 if tonumber(args[2]) < 10 then
6970 defaultSpeed = tonumber(args[2])
6971 else
6972 defaultSpeed = 5
6973 end
6974 else
6975 defaultSpeed = 3
6976 end
6977 local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
6978 goalFunction:Play()
6979 end
6980 end
6981end
6982
6983stutterON = false
6984Commands.stutter = function(args)
6985 if args[1] then
6986 if string.lower(tostring(args[1])) == "on" then
6987 stutterON = true
6988 elseif string.lower(tostring(args[1])) == "off" then
6989 stutterON = false
6990 wait(0.4)
6991 LP.Character.HumanoidRootPart.Anchored = false
6992 end
6993 end
6994end
6995
6996spawn(function()
6997 while wait(0.1) do
6998 if stutterON == true then
6999 LP.Character.HumanoidRootPart.Anchored = false
7000 wait(0.1)
7001 LP.Character.HumanoidRootPart.Anchored = true
7002 end
7003 end
7004end)
7005
7006Commands.platform = function(args)
7007 local a = Instance.new("Part")
7008 a.Parent = gsWorkspace
7009 a.Size = Vector3.new(10, 1, 10)
7010 a.Anchored = true
7011 a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
7012 LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
7013 clientSided()
7014 wait(20)
7015 a:Destroy()
7016end
7017
7018Commands.servertime = function(args)
7019 Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
7020end
7021
7022Commands.ride = function(args)
7023 if args[1] then
7024 for i,v in pairs(findSinglePlayer(args[1])) do
7025 local Anim = Instance.new("Animation")
7026 Anim.AnimationId = "rbxassetid://179224234"
7027 RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
7028 rideACTIVE = true
7029 ridePLAYER = v
7030 RIDEtrack:Play()
7031 end
7032 end
7033end
7034
7035Commands.unride = function(args)
7036 RIDEtrack:Stop()
7037 rideACTIVE = false
7038end
7039
7040Commands.cmute = function(args)
7041 if args[1] then
7042 for i,v in pairs(findSinglePlayer(args[1])) do
7043 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
7044 clientSided()
7045 end
7046 end
7047end
7048
7049Commands.uncmute = function(args)
7050 if args[1] then
7051 for i,v in pairs(findSinglePlayer(args[1])) do
7052 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
7053 end
7054 end
7055end
7056
7057Commands.hat = function(args)
7058 if args[1] then
7059 for i,v in pairs(findSinglePlayer(args[1])) do
7060 local Anim = Instance.new("Animation")
7061 Anim.AnimationId = "rbxassetid://282574440"
7062 HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
7063 rideACTIVE = true
7064 ridePLAYER = v
7065 HATtrack:Play()
7066 view(v)
7067 end
7068 end
7069end
7070
7071Commands.unhat = function(args)
7072 HATtrack:Stop()
7073 rideACTIVE = false
7074 view(LP)
7075end
7076
7077--[[Commands.spawnreset = function(args)
7078 if args[1] then
7079 if string.lower(tostring(args[1])) == "on" then
7080 spawningatreset = true
7081 elseif string.lower(tostring(args[1])) == "off" then
7082 spawningatreset = false
7083 end
7084 end
7085end]]
7086
7087Commands.chat = function(args)
7088 if args[1] then
7089 local Chatmsg = table.concat(args, " ")
7090 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
7091 end
7092end
7093
7094-- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
7095function findPlayer(plr)
7096 local players = {}
7097 local find = plr:lower()
7098 local getAllNames = getmultipleplayers(find)
7099 for i,mplr in pairs(getAllNames) do
7100 if mplr == "all" then
7101 for i,v in pairs(gsPlayers:GetPlayers()) do
7102 table.insert(players,v)
7103 end
7104 elseif mplr == "others" then
7105 for i,v in pairs(gsPlayers:GetPlayers()) do
7106 if v.Name ~= LP.Name then
7107 table.insert(players,v)
7108 end
7109 end
7110 elseif mplr == "me" then
7111 table.insert(players,LP)
7112 elseif mplr == "noobs" then
7113 for i,v in pairs(gsPlayers:GetPlayers()) do
7114 if v.AccountAge <= 3 then
7115 table.insert(players,v)
7116 end
7117 end
7118 elseif mplr == "veterans" then
7119 for i,v in pairs(gsPlayers:GetPlayers()) do
7120 if v.AccountAge >= 365 then
7121 table.insert(players,v)
7122 end
7123 end
7124 elseif mplr == "oldveterans" then
7125 for i,v in pairs(gsPlayers:GetPlayers()) do
7126 if v.AccountAge >= 1500 then
7127 table.insert(players,v)
7128 end
7129 end
7130 elseif mplr == "friends" then
7131 for i,v in pairs(gsPlayers:GetPlayers()) do
7132 if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
7133 table.insert(players,v)
7134 end
7135 end
7136 elseif mplr == "nofriends" then
7137 for i,v in pairs(gsPlayers:GetPlayers()) do
7138 if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
7139 table.insert(players,v)
7140 end
7141 end
7142 elseif mplr == "default" then
7143 for i,v in pairs(gsPlayers:GetPlayers()) do
7144 if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
7145 table.insert(players,v)
7146 end
7147 end
7148 elseif mplr == "random" then
7149 for i,v in pairs(gsPlayers:GetPlayers()) do
7150 table.insert(players,v[math.random(1, #v)])
7151 end
7152 elseif mplr == "sameteam" then
7153 for i,v in pairs(gsPlayers:GetPlayers()) do
7154 if v.Team == LP.Team then
7155 table.insert(players,v)
7156 end
7157 end
7158 elseif mplr == "noteam" then
7159 for i,v in pairs(gsPlayers:GetPlayers()) do
7160 if v.Team == nil then
7161 table.insert(players,v)
7162 end
7163 end
7164 elseif mplr == "otherteam" then
7165 for i,v in pairs(gsPlayers:GetPlayers()) do
7166 if v.Team ~= LP.Team then
7167 table.insert(players,v)
7168 end
7169 end
7170 elseif string.sub(mplr, 1, 4) == "team" then
7171 for i,v in pairs(gsPlayers:GetPlayers()) do
7172 local spaceTEAM = {}
7173 for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
7174 spaceTEAM[#spaceTEAM + 1] = teamValues
7175 end
7176 local gottrueteam = table.concat(spaceTEAM, " ")
7177 if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
7178 table.insert(players,v)
7179 end
7180 end
7181 else
7182 for i,v in pairs(gsPlayers:GetPlayers()) do
7183 if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
7184 table.insert(players,v)
7185 end
7186 end
7187 end
7188 end
7189
7190 return players
7191end
7192function getmultipleplayers(plr)
7193 local plrsgotten = {}
7194 for i in string.gmatch(plr,"[^,]+") do
7195 table.insert(plrsgotten,i)
7196 end
7197 return plrsgotten
7198end
7199function findSinglePlayer(plr)
7200 local players = {}
7201 local find = plr:lower()
7202 if find == "me" then
7203 table.insert(players,LP)
7204 else
7205 for i,v in pairs(gsPlayers:GetPlayers()) do
7206 if string.lower(v.Name):sub(1, #find) == string.lower(find) then
7207 table.insert(players,v)
7208 end
7209 end
7210 end
7211 local oneplayer = {}
7212 pcall(function()
7213 table.insert(oneplayer, players[math.random(1, #players)])
7214 end)
7215 return oneplayer
7216end
7217
7218-- Anti Kick
7219
7220if getrawmetatable then
7221 function formatargs(getArgs,v)
7222 if #getArgs == 0 then
7223 return ""
7224 end
7225
7226 local collectArgs = {}
7227 for k,v in next,getArgs do
7228 local argument = ""
7229 if type(v) == "string" then
7230 argument = "\""..v.."\""
7231 elseif type(v) == "table" then
7232 argument = "{" .. formatargs(v,true) .. "}"
7233 else
7234 argument = tostring(v)
7235 end
7236 if v and type(k) ~= "number" then
7237 table.insert(collectArgs,k.."="..argument)
7238 else
7239 table.insert(collectArgs,argument)
7240 end
7241 end
7242 return table.concat(collectArgs, ", ")
7243 end
7244
7245 kicknum = 0
7246 local game_meta = getrawmetatable(game)
7247 local game_namecall = game_meta.__namecall
7248 local game_index = game_meta.__index
7249 local w = (setreadonly or fullaccess or make_writeable)
7250 pcall(w, game_meta, false)
7251 game_meta.__namecall = function(out, ...)
7252 local args = {...}
7253 local Method = args[#args]
7254 args[#args] = nil
7255
7256 if Method == "Kick" and out == LP then
7257 kicknum = kicknum + 1
7258 warn("Blocked client-kick attempt "..kicknum)
7259 return
7260 end
7261
7262 if antiremotes then
7263 if Method == "FireServer" or Method == "InvokeServer" then
7264 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
7265 warn("Blocked remote: "..out.Name.." // Method: "..Method)
7266 return
7267 end
7268 end
7269 else
7270 if Method == "FireServer" or Method == "InvokeServer" then
7271 for i,noremote in pairs(blockedremotes) do
7272 if out.Name == noremote and out.Name ~= "SayMessageRequest" then
7273 warn("Blocked remote: "..out.Name.." // Method: "..Method)
7274 return
7275 end
7276 end
7277 end
7278 end
7279
7280 if spyingremotes then
7281 if Method == "FireServer" or Method == "InvokeServer" then
7282 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
7283 local arguments = {}
7284 for i = 1,#args do
7285 arguments[i] = args[i]
7286 end
7287 local getScript = getfenv(2).script
7288 if getScript == nil then
7289 getScript = "??? (Not Found) ???"
7290 end
7291 warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
7292 end
7293 end
7294 end
7295
7296 return game_namecall(out, ...)
7297 end
7298end
7299
7300-- FE Check
7301function FEcheckDefault()
7302 if gsWorkspace.FilteringEnabled == true then
7303 createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
7304 else
7305 createIntro("warning", "FE is disabled. Consider using a different script.", 7)
7306 end
7307end
7308FEcheckDefault()
7309end)
7310
7311AntiStomp.Name = "Anti Stomp"
7312AntiStomp.Parent = GuiOwner1x
7313AntiStomp.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7314AntiStomp.Position = UDim2.new(0.0188888889, 0, 10.4666672, 0)
7315AntiStomp.Size = UDim2.new(0, 130, 0, 30)
7316AntiStomp.Font = Enum.Font.Highway
7317AntiStomp.Text = "Anti Stomp"
7318AntiStomp.TextColor3 = Color3.fromRGB(0, 0, 0)
7319AntiStomp.TextSize = 20.000
7320AntiStomp.MouseButton1Down:connect(function()
7321game.Players.LocalPlayer.Character.FakeDeath:Destroy()
7322end)
7323
7324Aftv2.Name = "Aftv2"
7325Aftv2.Parent = GuiOwner1x
7326Aftv2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7327Aftv2.Position = UDim2.new(0.0188888889, 0, 13.4333334, 0)
7328Aftv2.Size = UDim2.new(0, 130, 0, 30)
7329Aftv2.Font = Enum.Font.Highway
7330Aftv2.Text = "Aftv2"
7331Aftv2.TextColor3 = Color3.fromRGB(0, 0, 0)
7332Aftv2.TextSize = 20.000
7333Aftv2.MouseButton1Down:connect(function()
7334-- By Kaldr
7335-- Profile: https://v3rmillion.net/member.php?action=profile&uid=1110292
7336
7337-- Instances:
7338
7339local AFTV = Instance.new("ScreenGui")
7340local frame = Instance.new("Frame")
7341local bar = Instance.new("Frame")
7342local vv1 = Instance.new("TextLabel")
7343local main = Instance.new("Frame")
7344local e1 = Instance.new("TextButton")
7345local d1 = Instance.new("TextButton")
7346local tt = Instance.new("TextLabel")
7347local open = Instance.new("TextButton")
7348local close = Instance.new("TextButton")
7349
7350--Properties:
7351
7352AFTV.Name = "AFTV"
7353AFTV.Parent = game:GetService("CoreGui")
7354AFTV.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
7355
7356frame.Name = "frame"
7357frame.Parent = AFTV
7358frame.BackgroundColor3 = Color3.new(1, 1, 1)
7359frame.BackgroundTransparency = 1
7360frame.BorderSizePixel = 0
7361frame.Position = UDim2.new(0.38233459, 0, 0.505086958, 0)
7362frame.Size = UDim2.new(0, 231, 0, 138)
7363
7364bar.Name = "bar"
7365bar.Parent = frame
7366bar.BackgroundColor3 = Color3.new(0, 0, 0)
7367bar.BackgroundTransparency = 1
7368bar.BorderColor3 = Color3.new(0.305882, 0.168627, 1)
7369bar.Position = UDim2.new(0.00537657738, 0, -0.00949278474, 0)
7370bar.Size = UDim2.new(0, 231, 0, 16)
7371
7372vv1.Name = "vv1"
7373vv1.Parent = bar
7374vv1.BackgroundColor3 = Color3.new(1, 1, 1)
7375vv1.BackgroundTransparency = 1
7376vv1.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7377vv1.Position = UDim2.new(-0.00346103683, 0, 0.0124988556, 0)
7378vv1.Size = UDim2.new(0, 108, 0, 16)
7379vv1.Visible = false
7380vv1.Font = Enum.Font.Fantasy
7381vv1.Text = "A F T V"
7382vv1.TextColor3 = Color3.new(0.988235, 0.188235, 0.188235)
7383vv1.TextSize = 16
7384vv1.TextStrokeColor3 = Color3.new(0.988235, 0.188235, 0.188235)
7385vv1.TextStrokeTransparency = 99999
7386vv1.TextTransparency = 0.15000000596046
7387
7388main.Name = "main"
7389main.Parent = bar
7390main.BackgroundColor3 = Color3.new(0, 0, 0)
7391main.BackgroundTransparency = 0.30000001192093
7392main.BorderColor3 = Color3.new(0.411765, 0.439216, 1)
7393main.Position = UDim2.new(-0.00420455588, 0, -0.020608902, 0)
7394main.Size = UDim2.new(0, 210, 0, 98)
7395
7396e1.Name = "e1"
7397e1.Parent = main
7398e1.BackgroundColor3 = Color3.new(0, 0, 0)
7399e1.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7400e1.BorderSizePixel = 0
7401e1.Position = UDim2.new(0.0280617997, 0, 0.522922099, 0)
7402e1.Size = UDim2.new(0, 93, 0, 40)
7403e1.Font = Enum.Font.SciFi
7404e1.Text = "E N A B L E"
7405e1.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7406e1.TextSize = 17
7407
7408d1.Name = "d1"
7409d1.Parent = main
7410d1.BackgroundColor3 = Color3.new(0, 0, 0)
7411d1.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7412d1.BorderSizePixel = 0
7413d1.Position = UDim2.new(0.514865518, 0, 0.522922099, 0)
7414d1.Size = UDim2.new(0, 93, 0, 40)
7415d1.Font = Enum.Font.SciFi
7416d1.Text = "D I S A B L E"
7417d1.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7418d1.TextSize = 17
7419
7420tt.Name = "tt"
7421tt.Parent = main
7422tt.BackgroundColor3 = Color3.new(1, 1, 1)
7423tt.BackgroundTransparency = 1
7424tt.BorderColor3 = Color3.new(0.380392, 1, 0.721569)
7425tt.Position = UDim2.new(-0.00476190494, 0, 0.175764129, 0)
7426tt.Size = UDim2.new(0, 210, 0, 33)
7427tt.Font = Enum.Font.Fantasy
7428tt.Text = "A.F.T.V by Kaldr"
7429tt.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7430tt.TextSize = 25
7431tt.TextStrokeColor3 = Color3.new(0.380392, 1, 0.721569)
7432tt.TextStrokeTransparency = 99999
7433
7434open.Name = "open"
7435open.Parent = bar
7436open.BackgroundColor3 = Color3.new(0, 0, 0)
7437open.BackgroundTransparency = 0.5
7438open.BorderColor3 = Color3.new(0.333333, 0.309804, 1)
7439open.Position = UDim2.new(0.423903704, 0, -0.0499992371, 1)
7440open.Size = UDim2.new(0, 55, 0, 16)
7441open.Font = Enum.Font.SciFi
7442open.Text = "O P E N"
7443open.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7444open.TextSize = 13
7445
7446close.Name = "close"
7447close.Parent = bar
7448close.BackgroundColor3 = Color3.new(0, 0, 0)
7449close.BackgroundTransparency = 0.5
7450close.BorderColor3 = Color3.new(0.333333, 0.309804, 1)
7451close.Position = UDim2.new(0.666357517, 0, -0.0499992371, 1)
7452close.Size = UDim2.new(0, 54, 0, 16)
7453close.Font = Enum.Font.SciFi
7454close.Text = "C L O S E"
7455close.TextColor3 = Color3.new(0.333333, 0.309804, 1)
7456close.TextSize = 13
7457
7458-- Scripts:
7459
7460local function XVZJ_fake_script() -- frame.LocalScript
7461 local script = Instance.new('LocalScript', frame)
7462
7463 local UserInputService = game:GetService("UserInputService")
7464
7465 local gui = script.Parent
7466
7467 local dragging
7468 local dragInput
7469 local dragStart
7470 local startPos
7471
7472 local function update(input)
7473 local delta = input.Position - dragStart
7474 gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
7475 end
7476
7477 gui.InputBegan:Connect(function(input)
7478 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
7479 dragging = true
7480 dragStart = input.Position
7481 startPos = gui.Position
7482
7483 input.Changed:Connect(function()
7484 if input.UserInputState == Enum.UserInputState.End then
7485 dragging = false
7486 end
7487 end)
7488 end
7489 end)
7490
7491 gui.InputChanged:Connect(function(input)
7492 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
7493 dragInput = input
7494 end
7495 end)
7496
7497 UserInputService.InputChanged:Connect(function(input)
7498 if input == dragInput and dragging then
7499 update(input)
7500 end
7501 end)
7502end
7503coroutine.wrap(XVZJ_fake_script)()
7504local function CLRY_fake_script() -- e1.e1s
7505 local script = Instance.new('LocalScript', e1)
7506
7507 local debounce = true
7508 function var()
7509 script.Parent.TextColor3 = Color3.fromRGB(255, 71, 71)
7510 script.Parent.Parent.d1.TextColor3 = Color3.fromRGB(85, 79, 255)
7511 _G.antivoid = true
7512 game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
7513 if obj:IsA("Tool") and debounce and _G.antivoid then
7514 debounce = false
7515 wait()
7516 game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
7517 game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
7518 game.Players.LocalPlayer.PlayerGui.LocalScript.Parent = game:GetService("SoundService")
7519 wait(1)
7520 obj.Parent = game.Players.LocalPlayer.Character
7521 game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
7522 game:GetService("SoundService").LocalScript.Parent = game.Players.LocalPlayer.PlayerGui
7523 debounce = true
7524 end
7525 end)
7526 end
7527
7528 script.Parent.MouseButton1Click:Connect(var)
7529
7530end
7531coroutine.wrap(CLRY_fake_script)()
7532local function LAOAPN_fake_script() -- d1.d1s
7533 local script = Instance.new('LocalScript', d1)
7534
7535 function var()
7536 script.Parent.TextColor3 = Color3.fromRGB(255, 71, 71)
7537 script.Parent.Parent.e1.TextColor3 = Color3.fromRGB(85, 79, 255)
7538 _G.antivoid = false
7539 end
7540
7541 script.Parent.MouseButton1Click:Connect(var)
7542end
7543coroutine.wrap(LAOAPN_fake_script)()
7544local function JVHUV_fake_script() -- open.os
7545 local script = Instance.new('LocalScript', open)
7546
7547 function var()
7548 script.Parent.Parent.BackgroundTransparency = 1
7549 script.Parent.Parent.main.Visible = true
7550 script.Parent.Parent.vv1.Visible = false
7551
7552 end
7553 script.Parent.MouseButton1Click:Connect(var)
7554
7555end
7556coroutine.wrap(JVHUV_fake_script)()
7557local function LIMP_fake_script() -- close.cs
7558 local script = Instance.new('LocalScript', close)
7559
7560 function v()
7561 script.Parent.Parent.BackgroundTransparency = 0
7562 script.Parent.Parent.main.Visible = false
7563 script.Parent.Parent.vv1.Visible = true
7564 end
7565 script.Parent.MouseButton1Click:Connect(v)
7566end
7567coroutine.wrap(LIMP_fake_script)()
7568end)
7569
7570FoodScript.Name = "Food Script"
7571FoodScript.Parent = GuiOwner1x
7572FoodScript.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7573FoodScript.Position = UDim2.new(0.274444461, 0, 1.66666663, 0)
7574FoodScript.Size = UDim2.new(0, 130, 0, 30)
7575FoodScript.Font = Enum.Font.Highway
7576FoodScript.Text = "Food Script"
7577FoodScript.TextColor3 = Color3.fromRGB(0, 0, 0)
7578FoodScript.TextSize = 20.000
7579FoodScript.MouseButton1Down:connect(function()
7580local Silence = Instance.new("ScreenGui")
7581local SilenceButton = Instance.new("TextButton")
7582
7583Silence.Name = "Silence"
7584Silence.Parent = game.CoreGui
7585
7586
7587
7588SilenceButton.Name = "SilenceButton"
7589SilenceButton.Parent = Silence
7590SilenceButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
7591SilenceButton.BackgroundTransparency = 0.30000001192093
7592SilenceButton.BorderSizePixel = 0
7593SilenceButton.Position = UDim2.new(0.0591057241, 0, 0.126617789, 0)
7594SilenceButton.Size = UDim2.new(0, 83, 0, 34)
7595SilenceButton.Font = Enum.Font.SourceSans
7596SilenceButton.Text = "Silence"
7597SilenceButton.TextColor3 = Color3.new(1, 1, 1)
7598SilenceButton.TextSize = 20
7599SilenceButton.Draggable = true
7600
7601function onKeyPress(inputObject, gameProcessedEvent)
7602 if inputObject.KeyCode == Enum.KeyCode.F and gameProcessedEvent == false then
7603game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-3)
7604 end
7605end
7606
7607game:GetService("UserInputService").InputBegan:connect(onKeyPress)
7608function onKeyPresss(inputObject, gameProcessedEvent)
7609 if inputObject.KeyCode == Enum.KeyCode.T and gameProcessedEvent == false then
7610game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
7611 end
7612end
7613
7614game:GetService("UserInputService").InputBegan:connect(onKeyPresss)
7615
7616function onKeyPressss(inputObject, gameProcessedEvent)
7617 if inputObject.KeyCode == Enum.KeyCode.Q and gameProcessedEvent == false then
7618game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
7619 end
7620end
7621
7622game:GetService("UserInputService").InputBegan:connect(onKeyPressss)
7623function onKeyPresssss(inputObject, gameProcessedEvent)
7624 if inputObject.KeyCode == Enum.KeyCode.G and gameProcessedEvent == false then
7625game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
7626 end
7627end
7628
7629game:GetService("UserInputService").InputBegan:connect(onKeyPresssss)
7630
7631function onKeyPresssssss(inputObject, gameProcessedEvent)
7632 if inputObject.KeyCode == Enum.KeyCode.B and gameProcessedEvent == false then
7633game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('115^',"All")
7634 end
7635end
7636
7637game:GetService("UserInputService").InputBegan:connect(onKeyPresssssss)
7638
7639local dabb = false
7640
7641function onKeyPresssssssssss(inputObject, gameProcessedEvent)
7642 if inputObject.KeyCode == Enum.KeyCode.Y and gameProcessedEvent == false then
7643 if dabb == false then
7644 dabb = true
7645
7646 elseif dabb == true then
7647 dabb = false
7648
7649
7650 end
7651 end
7652end
7653
7654game:GetService("UserInputService").InputBegan:connect(onKeyPresssssssssss)
7655
7656local dabbb = false
7657
7658function onKeyPressssssssssss(inputObject, gameProcessedEvent)
7659 if inputObject.KeyCode == Enum.KeyCode.H and gameProcessedEvent == false then
7660 if dabbb == false then
7661 dabbb = true
7662
7663 elseif dabbb == true then
7664 dabbb = false
7665
7666
7667 end
7668 end
7669end
7670
7671game:GetService("UserInputService").InputBegan:connect(onKeyPressssssssssss)
7672
7673local dab = false
7674local pos = CFrame.new()
7675
7676function TeleFunc(inputObject, gameProcessedEvent)
7677 if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then
7678 if dab == false then
7679 pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
7680 wait(0.1)
7681 dab = true
7682
7683 elseif dab == true then
7684 dab = false
7685
7686
7687 end
7688 end
7689end
7690
7691game:GetService("UserInputService").InputBegan:connect(TeleFunc)
7692
7693
7694function TeleFunc2(inputObject, gameProcessedEvent)
7695 if inputObject.KeyCode == Enum.KeyCode.M and gameProcessedEvent == false then
7696game.ReplicatedStorage.OpenEyes:FireServer()
7697end
7698end
7699
7700game:GetService("UserInputService").InputBegan:connect(TeleFunc2)
7701
7702function Eat1(inputObject, gameProcessedEvent)
7703 if inputObject.KeyCode == Enum.KeyCode.V and gameProcessedEvent == false then
7704 if game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich") then
7705 epic = game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich")
7706 epic.Parent = game.Players.LocalPlayer.Character
7707 game.Players.LocalPlayer.Character["Chicken Sandwhich"]:Activate()
7708 end
7709 end
7710end
7711game:GetService("UserInputService").InputBegan:connect(Eat1)
7712
7713function Eat2(inputObject, gameProcessedEvent)
7714 if inputObject.KeyCode == Enum.KeyCode.Z and gameProcessedEvent == false then
7715 if game.Players.LocalPlayer:FindFirstChild("Chicken") then
7716 epic = game.Players.LocalPlayer:FindFirstChild("Chicken")
7717 epic.Parent = game.Players.LocalPlayer.Character
7718 game.Players.LocalPlayer.Character.Chicken.Parent = game.Workspace
7719 end
7720 end
7721end
7722game:GetService("UserInputService").InputBegan:connect(Eat2)
7723
7724
7725game:GetService('RunService').Stepped:connect(function()
7726
7727
7728game.CoreGui.Silence.SilenceButton.Text = #game.Players.LocalPlayer:GetChildren() - 5
7729
7730
7731if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
7732
7733for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
7734 if v:IsA("Tool") and v.Name == "Chicken Sandwhich" then
7735 v.Parent = game.Players.LocalPlayer
7736 end
7737end
7738end
7739
7740game.Players.LocalPlayer.Backpack.Running:FireServer(false)
7741
7742if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
7743
7744for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
7745 if v:IsA("Tool") and v.Name == "Chicken" then
7746 v.Parent = game.Players.LocalPlayer
7747 end
7748end
7749end
7750
7751 if dab == true then
7752 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
7753 end
7754
7755end)
7756
7757while wait() do
7758 if dabb == true then
7759 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
7760 wait(0.0001)
7761 end
7762
7763end
7764
7765while true do
7766 if dabbb == true then
7767 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
7768 wait(0.0001)
7769 end
7770
7771end
7772
7773end)
7774
7775BoogaFucker.Name = "Booga Fucker"
7776BoogaFucker.Parent = GuiOwner1x
7777BoogaFucker.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
7778BoogaFucker.Position = UDim2.new(0.274444461, 0, 4.36666679, 0)
7779BoogaFucker.Size = UDim2.new(0, 130, 0, 30)
7780BoogaFucker.Font = Enum.Font.Highway
7781BoogaFucker.Text = "Booga Fucker"
7782BoogaFucker.TextColor3 = Color3.fromRGB(0, 0, 0)
7783BoogaFucker.TextSize = 20.000
7784BoogaFucker.MouseButton1Down:connect(function()
7785-- Objects
7786
7787local BoogaFucker = Instance.new("ScreenGui")
7788local BoogaFuckerPackageFrame = Instance.new("Frame")
7789local MainFrame = Instance.new("Frame")
7790local Brandname = Instance.new("TextLabel")
7791local Border = Instance.new("ImageLabel")
7792local Border_2 = Instance.new("ImageLabel")
7793local Border_3 = Instance.new("ImageLabel")
7794local Border_4 = Instance.new("ImageLabel")
7795local Border_5 = Instance.new("ImageLabel")
7796local Border_6 = Instance.new("ImageLabel")
7797local Border_7 = Instance.new("ImageLabel")
7798local Border_8 = Instance.new("ImageLabel")
7799local BackGround = Instance.new("Frame")
7800local Border_9 = Instance.new("Frame")
7801local ShadowBrandName = Instance.new("TextLabel")
7802local KeyBindsMain = Instance.new("Frame")
7803local Border_10 = Instance.new("ImageLabel")
7804local Border_11 = Instance.new("ImageLabel")
7805local Border_12 = Instance.new("ImageLabel")
7806local Border_13 = Instance.new("ImageLabel")
7807local Border_14 = Instance.new("ImageLabel")
7808local SpeedInstaDestroytext = Instance.new("TextLabel")
7809local Speedkeybindtextbox = Instance.new("TextBox")
7810local Keybindsname = Instance.new("TextLabel")
7811local ShadowKeybindsname = Instance.new("TextLabel")
7812local Dropallitemstext = Instance.new("TextLabel")
7813local Dropallitemskeybindtextbox = Instance.new("TextBox")
7814local Redtheme = Instance.new("TextButton")
7815local Pinktheme = Instance.new("TextButton")
7816local Bluetheme = Instance.new("TextButton")
7817local Autopickuptext = Instance.new("TextLabel")
7818local Dropallitemskeybindtextbox_2 = Instance.new("TextBox")
7819local Speed = Instance.new("TextButton")
7820local TextButton = Instance.new("Frame")
7821local CreditsMain = Instance.new("Frame")
7822local Border_15 = Instance.new("ImageLabel")
7823local Border_16 = Instance.new("ImageLabel")
7824local Border_17 = Instance.new("ImageLabel")
7825local Border_18 = Instance.new("ImageLabel")
7826local Border_19 = Instance.new("ImageLabel")
7827local Speedchangetext = Instance.new("TextLabel")
7828local Changespeedtextbox = Instance.new("TextBox")
7829local JumpPower = Instance.new("TextButton")
7830local TextButtonnoyou = Instance.new("Frame")
7831local JumpPowernumber = Instance.new("TextBox")
7832local Dropallitemstext_2 = Instance.new("TextButton")
7833local TextButtonyougey = Instance.new("Frame")
7834local Dropallinventorynumber = Instance.new("TextBox")
7835local KeybindsOpenClose = Instance.new("TextButton")
7836local InfiniteJump = Instance.new("TextButton")
7837local TextButton_2 = Instance.new("Frame")
7838local CreditsOpenClose = Instance.new("TextButton")
7839local esptrack = Instance.new("TextButton")
7840local TextButtonEsp = Instance.new("Frame")
7841local Removealleffects = Instance.new("TextButton")
7842local TextButtonRAE = Instance.new("Frame")
7843local AutoPickup = Instance.new("TextButton")
7844
7845-- Properties
7846
7847BoogaFucker.Name = "BoogaFucker"
7848BoogaFucker.Parent = game.CoreGui
7849
7850BoogaFuckerPackageFrame.Name = "BoogaFucker PackageFrame"
7851BoogaFuckerPackageFrame.Parent = BoogaFucker
7852BoogaFuckerPackageFrame.Active = true
7853BoogaFuckerPackageFrame.BackgroundColor3 = Color3.new(1, 1, 0.921569)
7854BoogaFuckerPackageFrame.BackgroundTransparency = 1
7855BoogaFuckerPackageFrame.BorderSizePixel = 0
7856BoogaFuckerPackageFrame.Position = UDim2.new(0.63731128, -275, 0.766912699, -150)
7857BoogaFuckerPackageFrame.Selectable = true
7858BoogaFuckerPackageFrame.Size = UDim2.new(0, 550, 0, 300)
7859BoogaFuckerPackageFrame.ZIndex = 2
7860BoogaFuckerPackageFrame.Draggable = true
7861
7862MainFrame.Name = "MainFrame"
7863MainFrame.Parent = BoogaFuckerPackageFrame
7864MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
7865MainFrame.BackgroundTransparency = 1
7866MainFrame.BorderSizePixel = 0
7867MainFrame.NextSelectionLeft = Border_3
7868MainFrame.Position = UDim2.new(0, 12, 0, 12)
7869MainFrame.Size = UDim2.new(1, -24, 1, -24)
7870
7871Brandname.Name = "Brandname"
7872Brandname.Parent = MainFrame
7873Brandname.BackgroundColor3 = Color3.new(1, 1, 1)
7874Brandname.BackgroundTransparency = 1
7875Brandname.Position = UDim2.new(0.24809885, 0, -0.0217391308, 0)
7876Brandname.Size = UDim2.new(0.503802299, 0, 0.177536234, 0)
7877Brandname.ZIndex = 2
7878Brandname.Font = Enum.Font.SourceSansBold
7879Brandname.FontSize = Enum.FontSize.Size14
7880Brandname.Text = "BoogaFucker"
7881Brandname.TextColor3 = Color3.new(1, 1, 1)
7882Brandname.TextScaled = true
7883Brandname.TextSize = 14
7884Brandname.TextStrokeTransparency = 0
7885Brandname.TextWrapped = true
7886
7887Border.Name = "Border"
7888Border.Parent = MainFrame
7889Border.BackgroundColor3 = Color3.new(1, 1, 1)
7890Border.BackgroundTransparency = 1
7891Border.BorderSizePixel = 0
7892Border.Position = UDim2.new(1, 0, 0, 0)
7893Border.Size = UDim2.new(0, 12, 1, 0)
7894Border.Image = "http://www.roblox.com/asset/?id=238725003"
7895Border.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7896Border.ImageRectOffset = Vector2.new(24, 12)
7897Border.ImageRectSize = Vector2.new(12, 12)
7898
7899Border_2.Name = "Border"
7900Border_2.Parent = MainFrame
7901Border_2.BackgroundColor3 = Color3.new(1, 1, 1)
7902Border_2.BackgroundTransparency = 1
7903Border_2.BorderSizePixel = 0
7904Border_2.Position = UDim2.new(1, 0, 1, 0)
7905Border_2.Size = UDim2.new(0, 12, 0, 12)
7906Border_2.Image = "http://www.roblox.com/asset/?id=238725003"
7907Border_2.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7908Border_2.ImageRectOffset = Vector2.new(24, 24)
7909Border_2.ImageRectSize = Vector2.new(12, 12)
7910
7911Border_3.Name = "Border"
7912Border_3.Parent = MainFrame
7913Border_3.BackgroundColor3 = Color3.new(1, 1, 1)
7914Border_3.BackgroundTransparency = 1
7915Border_3.BorderSizePixel = 0
7916Border_3.Position = UDim2.new(0, -12, 0, 0)
7917Border_3.Size = UDim2.new(0, 12, 1, 0)
7918Border_3.Image = "http://www.roblox.com/asset/?id=238725003"
7919Border_3.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7920Border_3.ImageRectOffset = Vector2.new(0, 12)
7921Border_3.ImageRectSize = Vector2.new(12, 12)
7922
7923Border_4.Name = "Border"
7924Border_4.Parent = MainFrame
7925Border_4.BackgroundColor3 = Color3.new(1, 1, 1)
7926Border_4.BackgroundTransparency = 1
7927Border_4.BorderSizePixel = 0
7928Border_4.Position = UDim2.new(0, 0, 1, 0)
7929Border_4.Size = UDim2.new(1, 0, 0, 12)
7930Border_4.Image = "http://www.roblox.com/asset/?id=238725003"
7931Border_4.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7932Border_4.ImageRectOffset = Vector2.new(12, 24)
7933Border_4.ImageRectSize = Vector2.new(12, 12)
7934
7935Border_5.Name = "Border"
7936Border_5.Parent = MainFrame
7937Border_5.BackgroundColor3 = Color3.new(1, 1, 1)
7938Border_5.BackgroundTransparency = 1
7939Border_5.BorderSizePixel = 0
7940Border_5.Position = UDim2.new(0, 0, 0, -12)
7941Border_5.Size = UDim2.new(1, 0, 0, 12)
7942Border_5.Image = "http://www.roblox.com/asset/?id=238725003"
7943Border_5.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7944Border_5.ImageRectOffset = Vector2.new(12, 0)
7945Border_5.ImageRectSize = Vector2.new(12, 12)
7946
7947Border_6.Name = "Border"
7948Border_6.Parent = MainFrame
7949Border_6.BackgroundColor3 = Color3.new(1, 1, 1)
7950Border_6.BackgroundTransparency = 1
7951Border_6.BorderSizePixel = 0
7952Border_6.Position = UDim2.new(0, -12, 1, 0)
7953Border_6.Size = UDim2.new(0, 12, 0, 12)
7954Border_6.Image = "http://www.roblox.com/asset/?id=238725003"
7955Border_6.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7956Border_6.ImageRectOffset = Vector2.new(0, 24)
7957Border_6.ImageRectSize = Vector2.new(12, 12)
7958
7959Border_7.Name = "Border"
7960Border_7.Parent = MainFrame
7961Border_7.BackgroundColor3 = Color3.new(1, 1, 1)
7962Border_7.BackgroundTransparency = 1
7963Border_7.BorderSizePixel = 0
7964Border_7.Position = UDim2.new(1, 0, 0, -12)
7965Border_7.Size = UDim2.new(0, 12, 0, 12)
7966Border_7.Image = "http://www.roblox.com/asset/?id=238725003"
7967Border_7.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7968Border_7.ImageRectOffset = Vector2.new(24, 0)
7969Border_7.ImageRectSize = Vector2.new(12, 12)
7970
7971Border_8.Name = "Border"
7972Border_8.Parent = MainFrame
7973Border_8.BackgroundColor3 = Color3.new(1, 1, 1)
7974Border_8.BackgroundTransparency = 1
7975Border_8.BorderSizePixel = 0
7976Border_8.Position = UDim2.new(0, -12, 0, -12)
7977Border_8.Size = UDim2.new(0, 12, 0, 12)
7978Border_8.Image = "http://www.roblox.com/asset/?id=238725003"
7979Border_8.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7980Border_8.ImageRectSize = Vector2.new(12, 12)
7981
7982BackGround.Name = "BackGround"
7983BackGround.Parent = MainFrame
7984BackGround.Active = true
7985BackGround.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
7986BackGround.BackgroundTransparency = 0.20000000298023
7987BackGround.BorderSizePixel = 0
7988BackGround.Size = UDim2.new(1, 0, 1, 0)
7989
7990Border_9.Name = "Border"
7991Border_9.Parent = MainFrame
7992Border_9.Active = true
7993Border_9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
7994Border_9.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
7995Border_9.BorderSizePixel = 0
7996Border_9.Position = UDim2.new(0, 0, 0.155797094, 0)
7997Border_9.Size = UDim2.new(1, 0, 0.0507246368, 0)
7998
7999ShadowBrandName.Name = "ShadowBrandName"
8000ShadowBrandName.Parent = MainFrame
8001ShadowBrandName.BackgroundColor3 = Color3.new(1, 1, 1)
8002ShadowBrandName.BackgroundTransparency = 1
8003ShadowBrandName.Position = UDim2.new(0.281368822, 0, -0.0434782617, 0)
8004ShadowBrandName.Size = UDim2.new(0.437262356, 0, 0.19927536, 0)
8005ShadowBrandName.Font = Enum.Font.SourceSansBold
8006ShadowBrandName.FontSize = Enum.FontSize.Size14
8007ShadowBrandName.Text = "BoogaFucker"
8008ShadowBrandName.TextColor3 = Color3.new(0, 0, 0)
8009ShadowBrandName.TextScaled = true
8010ShadowBrandName.TextSize = 14
8011ShadowBrandName.TextStrokeTransparency = 0
8012ShadowBrandName.TextWrapped = true
8013
8014KeyBindsMain.Name = "KeyBindsMain"
8015KeyBindsMain.Parent = MainFrame
8016KeyBindsMain.Active = true
8017KeyBindsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
8018KeyBindsMain.BackgroundTransparency = 0.20000000298023
8019KeyBindsMain.BorderSizePixel = 0
8020KeyBindsMain.Position = UDim2.new(-0.370722443, 0, 0, 0)
8021KeyBindsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
8022
8023Border_10.Name = "Border"
8024Border_10.Parent = KeyBindsMain
8025Border_10.BackgroundColor3 = Color3.new(1, 1, 1)
8026Border_10.BackgroundTransparency = 1
8027Border_10.BorderSizePixel = 0
8028Border_10.Position = UDim2.new(0, 0, 0, -12)
8029Border_10.Size = UDim2.new(1.06557381, 0, 0, 12)
8030Border_10.Image = "http://www.roblox.com/asset/?id=238725003"
8031Border_10.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8032Border_10.ImageRectOffset = Vector2.new(12, 0)
8033Border_10.ImageRectSize = Vector2.new(12, 12)
8034
8035Border_11.Name = "Border"
8036Border_11.Parent = KeyBindsMain
8037Border_11.BackgroundColor3 = Color3.new(1, 1, 1)
8038Border_11.BackgroundTransparency = 1
8039Border_11.BorderSizePixel = 0
8040Border_11.Position = UDim2.new(0, -12, 0, -12)
8041Border_11.Size = UDim2.new(0, 12, 0, 12)
8042Border_11.Image = "http://www.roblox.com/asset/?id=238725003"
8043Border_11.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8044Border_11.ImageRectSize = Vector2.new(12, 12)
8045
8046Border_12.Name = "Border"
8047Border_12.Parent = KeyBindsMain
8048Border_12.BackgroundColor3 = Color3.new(1, 1, 1)
8049Border_12.BackgroundTransparency = 1
8050Border_12.BorderSizePixel = 0
8051Border_12.Position = UDim2.new(0, -12, 0, 0)
8052Border_12.Size = UDim2.new(0, 12, 1, 0)
8053Border_12.Image = "http://www.roblox.com/asset/?id=238725003"
8054Border_12.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8055Border_12.ImageRectOffset = Vector2.new(0, 12)
8056Border_12.ImageRectSize = Vector2.new(12, 12)
8057
8058Border_13.Name = "Border"
8059Border_13.Parent = KeyBindsMain
8060Border_13.BackgroundColor3 = Color3.new(1, 1, 1)
8061Border_13.BackgroundTransparency = 1
8062Border_13.BorderSizePixel = 0
8063Border_13.Position = UDim2.new(0, -12, 1, 0)
8064Border_13.Size = UDim2.new(0, 12, 0, 12)
8065Border_13.Image = "http://www.roblox.com/asset/?id=238725003"
8066Border_13.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8067Border_13.ImageRectOffset = Vector2.new(0, 24)
8068Border_13.ImageRectSize = Vector2.new(12, 12)
8069
8070Border_14.Name = "Border"
8071Border_14.Parent = KeyBindsMain
8072Border_14.BackgroundColor3 = Color3.new(1, 1, 1)
8073Border_14.BackgroundTransparency = 1
8074Border_14.BorderSizePixel = 0
8075Border_14.Position = UDim2.new(0, 0, 0, 276)
8076Border_14.Size = UDim2.new(1.06557381, 0, 0, 12)
8077Border_14.Image = "http://www.roblox.com/asset/?id=238725003"
8078Border_14.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8079Border_14.ImageRectOffset = Vector2.new(12, 0)
8080Border_14.ImageRectSize = Vector2.new(12, 12)
8081
8082SpeedInstaDestroytext.Name = "Speed | Insta Destroy text"
8083SpeedInstaDestroytext.Parent = KeyBindsMain
8084SpeedInstaDestroytext.BackgroundColor3 = Color3.new(1, 1, 1)
8085SpeedInstaDestroytext.BackgroundTransparency = 1
8086SpeedInstaDestroytext.Position = UDim2.new(0.0437158458, 0, 0.173913032, 0)
8087SpeedInstaDestroytext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
8088SpeedInstaDestroytext.ZIndex = 2
8089SpeedInstaDestroytext.Font = Enum.Font.SourceSansBold
8090SpeedInstaDestroytext.FontSize = Enum.FontSize.Size24
8091SpeedInstaDestroytext.Text = "speed"
8092SpeedInstaDestroytext.TextColor3 = Color3.new(1, 1, 1)
8093SpeedInstaDestroytext.TextSize = 20
8094SpeedInstaDestroytext.TextStrokeTransparency = 0
8095SpeedInstaDestroytext.TextWrapped = true
8096
8097Speedkeybindtextbox.Name = "Speed keybind textbox"
8098Speedkeybindtextbox.Parent = KeyBindsMain
8099Speedkeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8100Speedkeybindtextbox.Position = UDim2.new(0.0491803288, 0, 0.318840593, 0)
8101Speedkeybindtextbox.Selectable = false
8102Speedkeybindtextbox.Size = UDim2.new(0, 165, 0, 23)
8103Speedkeybindtextbox.Font = Enum.Font.SourceSans
8104Speedkeybindtextbox.FontSize = Enum.FontSize.Size24
8105Speedkeybindtextbox.Text = "q"
8106Speedkeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
8107Speedkeybindtextbox.TextScaled = true
8108Speedkeybindtextbox.TextSize = 20
8109Speedkeybindtextbox.TextWrapped = true
8110
8111Keybindsname.Name = "Keybindsname"
8112Keybindsname.Parent = KeyBindsMain
8113Keybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
8114Keybindsname.BackgroundTransparency = 1
8115Keybindsname.Position = UDim2.new(0.0765027329, 0, 0.0108695654, 0)
8116Keybindsname.Size = UDim2.new(0.841530025, 0, 0.177536234, 0)
8117Keybindsname.ZIndex = 2
8118Keybindsname.Font = Enum.Font.SourceSansBold
8119Keybindsname.FontSize = Enum.FontSize.Size14
8120Keybindsname.Text = "Keybinds"
8121Keybindsname.TextColor3 = Color3.new(1, 1, 1)
8122Keybindsname.TextScaled = true
8123Keybindsname.TextSize = 14
8124Keybindsname.TextStrokeTransparency = 0
8125Keybindsname.TextWrapped = true
8126
8127ShadowKeybindsname.Name = "ShadowKeybindsname"
8128ShadowKeybindsname.Parent = KeyBindsMain
8129ShadowKeybindsname.BackgroundColor3 = Color3.new(1, 1, 1)
8130ShadowKeybindsname.BackgroundTransparency = 1
8131ShadowKeybindsname.Position = UDim2.new(0.114754096, 0, 0.0108695654, 0)
8132ShadowKeybindsname.Size = UDim2.new(0.83606559, 0, 0.177536234, 0)
8133ShadowKeybindsname.Font = Enum.Font.SourceSansBold
8134ShadowKeybindsname.FontSize = Enum.FontSize.Size14
8135ShadowKeybindsname.Text = "Keybinds"
8136ShadowKeybindsname.TextColor3 = Color3.new(0, 0, 0)
8137ShadowKeybindsname.TextScaled = true
8138ShadowKeybindsname.TextSize = 14
8139ShadowKeybindsname.TextStrokeTransparency = 0
8140ShadowKeybindsname.TextWrapped = true
8141
8142Dropallitemstext.Name = "Drop all items text"
8143Dropallitemstext.Parent = KeyBindsMain
8144Dropallitemstext.BackgroundColor3 = Color3.new(1, 1, 1)
8145Dropallitemstext.BackgroundTransparency = 1
8146Dropallitemstext.Position = UDim2.new(0.0491803251, 0, 0.432971001, 0)
8147Dropallitemstext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
8148Dropallitemstext.ZIndex = 2
8149Dropallitemstext.Font = Enum.Font.SourceSansBold
8150Dropallitemstext.FontSize = Enum.FontSize.Size24
8151Dropallitemstext.Text = "Drop all items"
8152Dropallitemstext.TextColor3 = Color3.new(1, 1, 1)
8153Dropallitemstext.TextSize = 20
8154Dropallitemstext.TextStrokeTransparency = 0
8155Dropallitemstext.TextWrapped = true
8156
8157Dropallitemskeybindtextbox.Name = "Drop all items keybind textbox"
8158Dropallitemskeybindtextbox.Parent = KeyBindsMain
8159Dropallitemskeybindtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8160Dropallitemskeybindtextbox.Position = UDim2.new(0.0464480855, 0, 0.577898502, 0)
8161Dropallitemskeybindtextbox.Selectable = false
8162Dropallitemskeybindtextbox.Size = UDim2.new(0, 166, 0, 23)
8163Dropallitemskeybindtextbox.Font = Enum.Font.SourceSans
8164Dropallitemskeybindtextbox.FontSize = Enum.FontSize.Size24
8165Dropallitemskeybindtextbox.Text = "h"
8166Dropallitemskeybindtextbox.TextColor3 = Color3.new(1, 1, 1)
8167Dropallitemskeybindtextbox.TextScaled = true
8168Dropallitemskeybindtextbox.TextSize = 20
8169Dropallitemskeybindtextbox.TextWrapped = true
8170
8171Redtheme.Name = "Red theme"
8172Redtheme.Parent = KeyBindsMain
8173Redtheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8174Redtheme.BackgroundTransparency = 0.60000002384186
8175Redtheme.BorderSizePixel = 0
8176Redtheme.Position = UDim2.new(0.0491803065, 0, 0.884057999, 0)
8177Redtheme.Size = UDim2.new(0, 37, 0, 24)
8178Redtheme.ZIndex = 2
8179Redtheme.Font = Enum.Font.SourceSansBold
8180Redtheme.FontSize = Enum.FontSize.Size24
8181Redtheme.Text = "Red"
8182Redtheme.TextColor3 = Color3.new(1, 1, 1)
8183Redtheme.TextScaled = true
8184Redtheme.TextSize = 20
8185Redtheme.TextWrapped = true
8186Redtheme.MouseButton1Down:connect(function()
8187BackGround.BackgroundColor3 = Color3.fromRGB(246,16,16)
8188KeyBindsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
8189CreditsMain.BackgroundColor3 = Color3.fromRGB(246,16,16)
8190end)
8191
8192Pinktheme.Name = "Pink theme"
8193Pinktheme.Parent = KeyBindsMain
8194Pinktheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8195Pinktheme.BackgroundTransparency = 0.60000002384186
8196Pinktheme.BorderSizePixel = 0
8197Pinktheme.Position = UDim2.new(0.748633862, 0, 0.884057999, 0)
8198Pinktheme.Size = UDim2.new(0, 37, 0, 24)
8199Pinktheme.ZIndex = 2
8200Pinktheme.Font = Enum.Font.SourceSansBold
8201Pinktheme.FontSize = Enum.FontSize.Size24
8202Pinktheme.Text = "Pink"
8203Pinktheme.TextColor3 = Color3.new(1, 1, 1)
8204Pinktheme.TextScaled = true
8205Pinktheme.TextSize = 20
8206Pinktheme.TextWrapped = true
8207Pinktheme.MouseButton1Down:connect(function()
8208BackGround.BackgroundColor3 = Color3.fromRGB(247,0,255)
8209KeyBindsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
8210CreditsMain.BackgroundColor3 = Color3.fromRGB(247,0,255)
8211end)
8212
8213Bluetheme.Name = "Blue theme"
8214Bluetheme.Parent = KeyBindsMain
8215Bluetheme.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8216Bluetheme.BackgroundTransparency = 0.60000002384186
8217Bluetheme.BorderSizePixel = 0
8218Bluetheme.Position = UDim2.new(0.396174848, 0, 0.884057999, 0)
8219Bluetheme.Size = UDim2.new(0, 37, 0, 24)
8220Bluetheme.ZIndex = 2
8221Bluetheme.Font = Enum.Font.SourceSansBold
8222Bluetheme.FontSize = Enum.FontSize.Size24
8223Bluetheme.Text = "Blue"
8224Bluetheme.TextColor3 = Color3.new(1, 1, 1)
8225Bluetheme.TextScaled = true
8226Bluetheme.TextSize = 20
8227Bluetheme.TextWrapped = true
8228Bluetheme.MouseButton1Down:connect(function()
8229BackGround.BackgroundColor3 = Color3.fromRGB(0,34,255)
8230KeyBindsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
8231CreditsMain.BackgroundColor3 = Color3.fromRGB(0,34,255)
8232end)
8233
8234Autopickuptext.Name = "Auto pickup text"
8235Autopickuptext.Parent = KeyBindsMain
8236Autopickuptext.BackgroundColor3 = Color3.new(1, 1, 1)
8237Autopickuptext.BackgroundTransparency = 1
8238Autopickuptext.Position = UDim2.new(0.0437158458, 0, 0.661231875, 0)
8239Autopickuptext.Size = UDim2.new(0.907103837, 0, 0.112318844, 0)
8240Autopickuptext.ZIndex = 2
8241Autopickuptext.Font = Enum.Font.SourceSansBold
8242Autopickuptext.FontSize = Enum.FontSize.Size24
8243Autopickuptext.Text = "Auto Pickup"
8244Autopickuptext.TextColor3 = Color3.new(1, 1, 1)
8245Autopickuptext.TextSize = 20
8246Autopickuptext.TextStrokeTransparency = 0
8247Autopickuptext.TextWrapped = true
8248
8249Dropallitemskeybindtextbox_2.Name = "Drop all items keybind textbox"
8250Dropallitemskeybindtextbox_2.Parent = KeyBindsMain
8251Dropallitemskeybindtextbox_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8252Dropallitemskeybindtextbox_2.Position = UDim2.new(0.0409836061, 0, 0.773550689, 0)
8253Dropallitemskeybindtextbox_2.Selectable = false
8254Dropallitemskeybindtextbox_2.Size = UDim2.new(0, 166, 0, 23)
8255Dropallitemskeybindtextbox_2.Font = Enum.Font.SourceSans
8256Dropallitemskeybindtextbox_2.FontSize = Enum.FontSize.Size24
8257Dropallitemskeybindtextbox_2.Text = "y"
8258Dropallitemskeybindtextbox_2.TextColor3 = Color3.new(1, 1, 1)
8259Dropallitemskeybindtextbox_2.TextScaled = true
8260Dropallitemskeybindtextbox_2.TextSize = 20
8261Dropallitemskeybindtextbox_2.TextWrapped = true
8262
8263Speed.Name = "Speed"
8264Speed.Parent = MainFrame
8265Speed.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8266Speed.BorderSizePixel = 0
8267Speed.Position = UDim2.new(0.674904943, -350, 0.137681156, 25)
8268Speed.Size = UDim2.new(0, 126, 0, 39)
8269Speed.ZIndex = 2
8270Speed.Font = Enum.Font.SourceSansBold
8271Speed.FontSize = Enum.FontSize.Size28
8272Speed.Text = "Speed"
8273Speed.TextColor3 = Color3.new(1, 1, 1)
8274Speed.TextSize = 25
8275Speed.TextWrapped = true
8276
8277local plr = game:GetService("Players").LocalPlayer
8278local char = plr.Character
8279local mouse = game:GetService("Players").LocalPlayer:GetMouse()
8280local hum = char:FindFirstChild("HumanoidRootPart")
8281
8282Speed.MouseButton1Down:connect(function()
8283local plr = game:GetService("Players").LocalPlayer
8284local char = plr.Character
8285local mouse = game:GetService("Players").LocalPlayer:GetMouse()
8286local hum = char:FindFirstChild("HumanoidRootPart")
8287mouse.KeyDown:connect(function(key)
8288 if key == Speedkeybindtextbox.Text then
8289 loop = true
8290 while loop do
8291 hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
8292 wait()
8293 end
8294 end
8295 end)
8296end)
8297
8298mouse.KeyUp:connect(function(key)
8299 if key == Speedkeybindtextbox.Text then
8300 loop = false
8301 end
8302end)
8303
8304TextButton.Name = "TextButton"
8305TextButton.Parent = Speed
8306TextButton.Active = true
8307TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
8308TextButton.BorderSizePixel = 0
8309TextButton.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8310TextButton.Size = UDim2.new(1, 0, 1, 0)
8311
8312CreditsMain.Name = "CreditsMain"
8313CreditsMain.Parent = MainFrame
8314CreditsMain.Active = true
8315CreditsMain.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
8316CreditsMain.BackgroundTransparency = 0.20000000298023
8317CreditsMain.BorderSizePixel = 0
8318CreditsMain.Position = UDim2.new(1.02281368, 0, 0, 0)
8319CreditsMain.Size = UDim2.new(0.347908735, 0, 1, 0)
8320
8321Border_15.Name = "Border"
8322Border_15.Parent = CreditsMain
8323Border_15.BackgroundColor3 = Color3.new(1, 1, 1)
8324Border_15.BackgroundTransparency = 1
8325Border_15.BorderSizePixel = 0
8326Border_15.Position = UDim2.new(0, -12, 0, -12)
8327Border_15.Size = UDim2.new(1.06557381, 0, 0, 12)
8328Border_15.Image = "http://www.roblox.com/asset/?id=238725003"
8329Border_15.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8330Border_15.ImageRectOffset = Vector2.new(12, 0)
8331Border_15.ImageRectSize = Vector2.new(12, 12)
8332
8333Border_16.Name = "Border"
8334Border_16.Parent = CreditsMain
8335Border_16.BackgroundColor3 = Color3.new(1, 1, 1)
8336Border_16.BackgroundTransparency = 1
8337Border_16.BorderSizePixel = 0
8338Border_16.Position = UDim2.new(0, -12, 0, 276)
8339Border_16.Size = UDim2.new(1.06557381, 0, 0, 12)
8340Border_16.Image = "http://www.roblox.com/asset/?id=238725003"
8341Border_16.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8342Border_16.ImageRectOffset = Vector2.new(12, 0)
8343Border_16.ImageRectSize = Vector2.new(12, 12)
8344
8345Border_17.Name = "Border"
8346Border_17.Parent = CreditsMain
8347Border_17.BackgroundColor3 = Color3.new(1, 1, 1)
8348Border_17.BackgroundTransparency = 1
8349Border_17.BorderSizePixel = 0
8350Border_17.Position = UDim2.new(1, 0, 1, 0)
8351Border_17.Size = UDim2.new(0, 12, 0, 12)
8352Border_17.Image = "http://www.roblox.com/asset/?id=238725003"
8353Border_17.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8354Border_17.ImageRectOffset = Vector2.new(24, 24)
8355Border_17.ImageRectSize = Vector2.new(12, 12)
8356
8357Border_18.Name = "Border"
8358Border_18.Parent = CreditsMain
8359Border_18.BackgroundColor3 = Color3.new(1, 1, 1)
8360Border_18.BackgroundTransparency = 1
8361Border_18.BorderSizePixel = 0
8362Border_18.Position = UDim2.new(1, 0, 0, -12)
8363Border_18.Size = UDim2.new(0, 12, 0, 12)
8364Border_18.Image = "http://www.roblox.com/asset/?id=238725003"
8365Border_18.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8366Border_18.ImageRectOffset = Vector2.new(24, 0)
8367Border_18.ImageRectSize = Vector2.new(12, 12)
8368
8369Border_19.Name = "Border"
8370Border_19.Parent = CreditsMain
8371Border_19.BackgroundColor3 = Color3.new(1, 1, 1)
8372Border_19.BackgroundTransparency = 1
8373Border_19.BorderSizePixel = 0
8374Border_19.Position = UDim2.new(0, 183, 0, 0)
8375Border_19.Size = UDim2.new(0, 12, 1, 0)
8376Border_19.Image = "http://www.roblox.com/asset/?id=238725003"
8377Border_19.ImageColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8378Border_19.ImageRectOffset = Vector2.new(0, 12)
8379Border_19.ImageRectSize = Vector2.new(12, 12)
8380
8381Speedchangetext.Name = "Speed change text"
8382Speedchangetext.Parent = CreditsMain
8383Speedchangetext.BackgroundColor3 = Color3.new(1, 1, 1)
8384Speedchangetext.BackgroundTransparency = 1
8385Speedchangetext.Position = UDim2.new(0.0983606577, 0, 0.612318814, 0)
8386Speedchangetext.Size = UDim2.new(0.808743179, 0, 0.144927531, 0)
8387Speedchangetext.ZIndex = 2
8388Speedchangetext.Font = Enum.Font.SourceSansBold
8389Speedchangetext.FontSize = Enum.FontSize.Size14
8390Speedchangetext.Text = "Change speed number"
8391Speedchangetext.TextColor3 = Color3.new(1, 1, 1)
8392Speedchangetext.TextScaled = true
8393Speedchangetext.TextSize = 14
8394Speedchangetext.TextStrokeTransparency = 0
8395Speedchangetext.TextWrapped = true
8396
8397Changespeedtextbox.Name = "Change speed textbox"
8398Changespeedtextbox.Parent = CreditsMain
8399Changespeedtextbox.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8400Changespeedtextbox.BackgroundTransparency = 0.60000002384186
8401Changespeedtextbox.Position = UDim2.new(0.338454872, 0, 0.788043499, 0)
8402Changespeedtextbox.Selectable = false
8403Changespeedtextbox.Size = UDim2.new(0, 59, 0, 20)
8404Changespeedtextbox.Font = Enum.Font.SourceSans
8405Changespeedtextbox.FontSize = Enum.FontSize.Size14
8406Changespeedtextbox.Text = "3"
8407Changespeedtextbox.TextColor3 = Color3.new(1, 1, 1)
8408Changespeedtextbox.TextSize = 14
8409
8410JumpPower.Name = "JumpPower"
8411JumpPower.Parent = CreditsMain
8412JumpPower.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8413JumpPower.BorderSizePixel = 0
8414JumpPower.Position = UDim2.new(2.01092887, -350, -0.0362318829, 25)
8415JumpPower.Size = UDim2.new(0, 146, 0, 28)
8416JumpPower.ZIndex = 2
8417JumpPower.Font = Enum.Font.SourceSansBold
8418JumpPower.FontSize = Enum.FontSize.Size24
8419JumpPower.Text = "Set JumpPower"
8420JumpPower.TextColor3 = Color3.new(1, 1, 1)
8421JumpPower.TextSize = 21
8422JumpPower.TextWrapped = true
8423JumpPower.MouseButton1Down:connect(function()
8424game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpPowernumber.text
8425end)
8426
8427TextButtonnoyou.Name = "TextButtonnoyou"
8428TextButtonnoyou.Parent = JumpPower
8429TextButtonnoyou.Active = true
8430TextButtonnoyou.BackgroundColor3 = Color3.new(0, 0, 0)
8431TextButtonnoyou.BorderSizePixel = 0
8432TextButtonnoyou.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8433TextButtonnoyou.Size = UDim2.new(1, 0, 1, 0)
8434
8435JumpPowernumber.Name = "JumpPower number"
8436JumpPowernumber.Parent = CreditsMain
8437JumpPowernumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8438JumpPowernumber.Position = UDim2.new(0.29781419, 0, 0.181159422, 0)
8439JumpPowernumber.Selectable = false
8440JumpPowernumber.Size = UDim2.new(0, 73, 0, 26)
8441JumpPowernumber.Font = Enum.Font.SourceSans
8442JumpPowernumber.FontSize = Enum.FontSize.Size14
8443JumpPowernumber.Text = "Number here."
8444JumpPowernumber.TextColor3 = Color3.new(1, 1, 1)
8445JumpPowernumber.TextSize = 14
8446
8447Dropallitemstext_2.Name = "Dropallitemstext"
8448Dropallitemstext_2.Parent = CreditsMain
8449Dropallitemstext_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8450Dropallitemstext_2.BorderSizePixel = 0
8451Dropallitemstext_2.Position = UDim2.new(2.00826621, -350, 0.229492694, 25)
8452Dropallitemstext_2.Size = UDim2.new(0, 146, 0, 28)
8453Dropallitemstext_2.ZIndex = 2
8454Dropallitemstext_2.Font = Enum.Font.SourceSansBold
8455Dropallitemstext_2.FontSize = Enum.FontSize.Size24
8456Dropallitemstext_2.Text = "Drop All Items"
8457Dropallitemstext_2.TextColor3 = Color3.new(1, 1, 1)
8458Dropallitemstext_2.TextSize = 21
8459Dropallitemstext_2.TextWrapped = true
8460Dropallitemstext_2.MouseButton1Down:connect(function()
8461Player = game.Players.LocalPlayer
8462Mouse = Player:GetMouse()
8463
8464function PressedE(key)
8465 Key = key:lower()
8466 if Key == Dropallitemskeybindtextbox.Text then
8467 for i=1, 100 do
8468game.ReplicatedStorage.Events.DropBagItem:FireServer(Dropallinventorynumber.Text)
8469end
8470end
8471end
8472Mouse.KeyDown:connect(PressedE)
8473end)
8474
8475TextButtonyougey.Name = "TextButtonyougey"
8476TextButtonyougey.Parent = Dropallitemstext_2
8477TextButtonyougey.Active = true
8478TextButtonyougey.BackgroundColor3 = Color3.new(0, 0, 0)
8479TextButtonyougey.BorderSizePixel = 0
8480TextButtonyougey.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8481TextButtonyougey.Size = UDim2.new(1, 0, 1, 0)
8482
8483Dropallinventorynumber.Name = "Drop all inventory number"
8484Dropallinventorynumber.Parent = CreditsMain
8485Dropallinventorynumber.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8486Dropallinventorynumber.Position = UDim2.new(0.29781419, 0, 0.452898562, 0)
8487Dropallinventorynumber.Selectable = false
8488Dropallinventorynumber.Size = UDim2.new(0, 73, 0, 26)
8489Dropallinventorynumber.Font = Enum.Font.SourceSans
8490Dropallinventorynumber.FontSize = Enum.FontSize.Size14
8491Dropallinventorynumber.Text = "Item here."
8492Dropallinventorynumber.TextColor3 = Color3.new(1, 1, 1)
8493Dropallinventorynumber.TextSize = 14
8494
8495KeybindsOpenClose.Name = "Keybinds Open/Close"
8496KeybindsOpenClose.Parent = BoogaFuckerPackageFrame
8497KeybindsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8498KeybindsOpenClose.BackgroundTransparency = 0.60000002384186
8499KeybindsOpenClose.BorderSizePixel = 0
8500KeybindsOpenClose.Position = UDim2.new(0.670909107, -350, -0.0133333337, 25)
8501KeybindsOpenClose.Size = UDim2.new(0, 102, 0, 24)
8502KeybindsOpenClose.ZIndex = 2
8503KeybindsOpenClose.Font = Enum.Font.SourceSansBold
8504KeybindsOpenClose.FontSize = Enum.FontSize.Size24
8505KeybindsOpenClose.Text = "Keybinds"
8506KeybindsOpenClose.TextColor3 = Color3.new(1, 1, 1)
8507KeybindsOpenClose.TextScaled = true
8508KeybindsOpenClose.TextSize = 20
8509KeybindsOpenClose.TextWrapped = true
8510KeybindsOpenClose.MouseButton1Down:connect(function()
8511 if Openn == true then
8512 Openn = false
8513 KeyBindsMain.Visible = false
8514 else
8515 Openn = true
8516 KeyBindsMain.Visible = true
8517 end
8518 end)
8519
8520InfiniteJump.Name = "Infinite Jump"
8521InfiniteJump.Parent = BoogaFuckerPackageFrame
8522InfiniteJump.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8523InfiniteJump.BorderSizePixel = 0
8524InfiniteJump.Position = UDim2.new(0.923636317, -350, 0.166666627, 25)
8525InfiniteJump.Size = UDim2.new(0, 126, 0, 39)
8526InfiniteJump.ZIndex = 2
8527InfiniteJump.Font = Enum.Font.SourceSansBold
8528InfiniteJump.FontSize = Enum.FontSize.Size24
8529InfiniteJump.Text = "Infinite jump"
8530InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
8531InfiniteJump.TextSize = 21
8532InfiniteJump.TextWrapped = true
8533InfiniteJump.MouseButton1Down:connect(function()
8534loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
8535end)
8536
8537TextButton_2.Name = "TextButton"
8538TextButton_2.Parent = InfiniteJump
8539TextButton_2.Active = true
8540TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
8541TextButton_2.BorderSizePixel = 0
8542TextButton_2.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8543TextButton_2.Size = UDim2.new(1, 0, 1, 0)
8544
8545CreditsOpenClose.Name = "Credits Open/Close"
8546CreditsOpenClose.Parent = BoogaFuckerPackageFrame
8547CreditsOpenClose.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8548CreditsOpenClose.BackgroundTransparency = 0.60000002384186
8549CreditsOpenClose.BorderSizePixel = 0
8550CreditsOpenClose.Position = UDim2.new(1.41636372, -350, -0.0133333337, 25)
8551CreditsOpenClose.Size = UDim2.new(0, 102, 0, 24)
8552CreditsOpenClose.ZIndex = 2
8553CreditsOpenClose.Font = Enum.Font.SourceSansBold
8554CreditsOpenClose.FontSize = Enum.FontSize.Size24
8555CreditsOpenClose.Text = "Editable buttons"
8556CreditsOpenClose.TextColor3 = Color3.new(1, 1, 1)
8557CreditsOpenClose.TextScaled = true
8558CreditsOpenClose.TextSize = 20
8559CreditsOpenClose.TextWrapped = true
8560
8561CreditsOpenClose.MouseButton1Down:connect(function()
8562 if Openn == true then
8563 Openn = false
8564 CreditsMain.Visible = false
8565 else
8566 Openn = true
8567 CreditsMain.Visible = true
8568 end
8569 end)
8570
8571esptrack.Name = "esptrack"
8572esptrack.Parent = BoogaFuckerPackageFrame
8573esptrack.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8574esptrack.BorderSizePixel = 0
8575esptrack.Position = UDim2.new(0.923636317, -350, 0.359999955, 25)
8576esptrack.Size = UDim2.new(0, 126, 0, 39)
8577esptrack.ZIndex = 2
8578esptrack.Font = Enum.Font.SourceSansBold
8579esptrack.FontSize = Enum.FontSize.Size24
8580esptrack.Text = "ESP"
8581esptrack.TextColor3 = Color3.new(1, 1, 1)
8582esptrack.TextSize = 19
8583esptrack.TextWrapped = true
8584
8585Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
8586
8587local enabledesp = false
8588
8589function CreateESP(plr)
8590
8591 if plr ~= nil then
8592
8593 local GetChar = plr.Character
8594 if not GetChar then return end
8595
8596 local GetHead do
8597
8598 repeat wait() until GetChar:FindFirstChild("Head")
8599
8600 end
8601 GetHead = GetChar.Head
8602
8603 local bb = Instance.new("BillboardGui", Important.CoreGui)
8604 bb.Adornee = GetHead
8605 bb.ExtentsOffset = Vector3.new(0, 1, 0)
8606 bb.AlwaysOnTop = true
8607 bb.Size = UDim2.new(0, 5, 0, 5)
8608 bb.StudsOffset = Vector3.new(0, 3, 0)
8609 bb.Name = "ESP_PLAYER_" .. plr.Name
8610
8611 local displayframe = Instance.new("Frame", bb)
8612 displayframe.ZIndex = 10
8613 displayframe.BackgroundTransparency = 1
8614 displayframe.Size = UDim2.new(1,0,1,0)
8615
8616 local name = Instance.new("TextLabel", displayframe)
8617 name.Name = "Name"
8618 name.ZIndex = 10
8619 name.Text = plr.Name
8620 name.Visible = true
8621 name.TextColor3 = Color3.new(170,0,0)
8622 name.BackgroundTransparency = 1
8623 name.Size = UDim2.new(1,0,10,0)
8624 name.Font = Enum.Font.SourceSansLight
8625 name.TextSize = 20
8626 name.TextStrokeTransparency = .5
8627
8628 end
8629
8630end
8631
8632esptrack.MouseButton1Click:connect(function()
8633
8634 for i,v in pairs(Important.Players:GetChildren()) do
8635
8636 CreateESP(v)
8637
8638 end
8639
8640end)
8641
8642TextButtonEsp.Name = "TextButtonEsp"
8643TextButtonEsp.Parent = esptrack
8644TextButtonEsp.Active = true
8645TextButtonEsp.BackgroundColor3 = Color3.new(0, 0, 0)
8646TextButtonEsp.BorderSizePixel = 0
8647TextButtonEsp.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8648TextButtonEsp.Size = UDim2.new(1, 0, 1, 0)
8649
8650Removealleffects.Name = "Remove all effects"
8651Removealleffects.Parent = BoogaFuckerPackageFrame
8652Removealleffects.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8653Removealleffects.BorderSizePixel = 0
8654Removealleffects.Position = UDim2.new(0.666999996, -350, 0.360000014, 25)
8655Removealleffects.Size = UDim2.new(0, 126, 0, 39)
8656Removealleffects.ZIndex = 2
8657Removealleffects.Font = Enum.Font.SourceSansBold
8658Removealleffects.FontSize = Enum.FontSize.Size24
8659Removealleffects.Text = "Remove all effects"
8660Removealleffects.TextColor3 = Color3.new(1, 1, 1)
8661Removealleffects.TextSize = 19
8662Removealleffects.TextWrapped = true
8663Removealleffects.MouseButton1Down:connect(function()
8664game.Lighting.FogEnd = 1200000
8665game.Lighting.Brightness = 3
8666game.Lighting.GlobalShadows = false
8667end)
8668
8669TextButtonRAE.Name = "TextButtonRAE"
8670TextButtonRAE.Parent = Removealleffects
8671TextButtonRAE.Active = true
8672TextButtonRAE.BackgroundColor3 = Color3.new(0, 0, 0)
8673TextButtonRAE.BorderSizePixel = 0
8674TextButtonRAE.Position = UDim2.new(0.0130000003, 0, 0.0500000007, 0)
8675TextButtonRAE.Size = UDim2.new(1, 0, 1, 0)
8676
8677AutoPickup.Name = "Auto Pickup"
8678AutoPickup.Parent = BoogaFuckerPackageFrame
8679AutoPickup.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
8680AutoPickup.BorderSizePixel = 0
8681AutoPickup.Position = UDim2.new(0.666999996, -350, 0.566666663, 25)
8682AutoPickup.Size = UDim2.new(0, 126, 0, 39)
8683AutoPickup.ZIndex = 2
8684AutoPickup.Font = Enum.Font.SourceSansBold
8685AutoPickup.FontSize = Enum.FontSize.Size24
8686AutoPickup.Text = "Auto Pickup"
8687AutoPickup.TextColor3 = Color3.new(1, 1, 1)
8688AutoPickup.TextSize = 19
8689AutoPickup.TextWrapped = true
8690AutoPickup.MouseButton1Down:connect(function()
8691local Objects;
8692
8693local Pickup = function(Character)
8694 local myPos = Character.HumanoidRootPart.Position
8695 local Objects = {}
8696 for i,v in pairs(workspace:GetChildren()) do
8697 if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
8698 local Pos = v.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:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
8704 local Pos = v.Part.Position
8705 local Distance = (myPos - Pos).magnitude
8706 if Distance < 40 then
8707 table.insert(Objects, v)
8708 end
8709 elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
8710 local Pos = v.Position
8711 local Distance = (myPos - Pos).magnitude
8712 if Distance < 40 then
8713 table.insert(Objects, v)
8714 end
8715 end
8716 end
8717 for i,v in pairs(Objects) do
8718 for i=1,10 do
8719 v.Position = myPos
8720 game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
8721 end
8722 end
8723end
8724wait(1)
8725local mouse = game:GetService("Players").LocalPlayer:GetMouse()
8726
8727mouse.KeyDown:connect(function(key)
8728 if key == Dropallitemskeybindtextbox_2.Text then
8729print'howdi neighbor'
8730Pickup(game.Players.LocalPlayer.Character)
8731end
8732end)
8733end)
8734end)
8735
8736Anchor.Name = "Anchor"
8737Anchor.Parent = GuiOwner1x
8738Anchor.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
8739Anchor.Position = UDim2.new(0.274444461, 0, 7.5999999, 0)
8740Anchor.Size = UDim2.new(0, 130, 0, 30)
8741Anchor.Font = Enum.Font.Highway
8742Anchor.Text = "Anchor "
8743Anchor.TextColor3 = Color3.fromRGB(0, 0, 0)
8744Anchor.TextSize = 20.000
8745Anchor.MouseButton1Down:connect(function()
8746local Silence = Instance.new("ScreenGui")
8747local SilenceButton = Instance.new("TextButton")
8748
8749Silence.Name = "Silence"
8750Silence.Parent = game.CoreGui
8751
8752
8753
8754SilenceButton.Name = "SilenceButton"
8755SilenceButton.Parent = Silence
8756SilenceButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
8757SilenceButton.BackgroundTransparency = 0.30000001192093
8758SilenceButton.BorderSizePixel = 0
8759SilenceButton.Position = UDim2.new(0.0591057241, 0, 0.126617789, 0)
8760SilenceButton.Size = UDim2.new(0, 83, 0, 34)
8761SilenceButton.Font = Enum.Font.SourceSans
8762SilenceButton.Text = "Silence"
8763SilenceButton.TextColor3 = Color3.new(1, 1, 1)
8764SilenceButton.TextSize = 20
8765SilenceButton.Draggable = true
8766
8767function onKeyPress(inputObject, gameProcessedEvent)
8768 if inputObject.KeyCode == Enum.KeyCode.F and gameProcessedEvent == false then
8769game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-3)
8770 end
8771end
8772
8773game:GetService("UserInputService").InputBegan:connect(onKeyPress)
8774function onKeyPresss(inputObject, gameProcessedEvent)
8775 if inputObject.KeyCode == Enum.KeyCode.T and gameProcessedEvent == false then
8776game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
8777 end
8778end
8779
8780game:GetService("UserInputService").InputBegan:connect(onKeyPresss)
8781
8782function onKeyPressss(inputObject, gameProcessedEvent)
8783 if inputObject.KeyCode == Enum.KeyCode.Q and gameProcessedEvent == false then
8784game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
8785 end
8786end
8787
8788game:GetService("UserInputService").InputBegan:connect(onKeyPressss)
8789function onKeyPresssss(inputObject, gameProcessedEvent)
8790 if inputObject.KeyCode == Enum.KeyCode.G and gameProcessedEvent == false then
8791game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
8792 end
8793end
8794
8795game:GetService("UserInputService").InputBegan:connect(onKeyPresssss)
8796
8797function onKeyPresssssss(inputObject, gameProcessedEvent)
8798 if inputObject.KeyCode == Enum.KeyCode.B and gameProcessedEvent == false then
8799game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('115^',"All")
8800 end
8801end
8802
8803game:GetService("UserInputService").InputBegan:connect(onKeyPresssssss)
8804
8805local dabb = false
8806
8807function onKeyPresssssssssss(inputObject, gameProcessedEvent)
8808 if inputObject.KeyCode == Enum.KeyCode.Y and gameProcessedEvent == false then
8809 if dabb == false then
8810 dabb = true
8811
8812 elseif dabb == true then
8813 dabb = false
8814
8815
8816 end
8817 end
8818end
8819
8820game:GetService("UserInputService").InputBegan:connect(onKeyPresssssssssss)
8821
8822local dabbb = false
8823
8824function onKeyPressssssssssss(inputObject, gameProcessedEvent)
8825 if inputObject.KeyCode == Enum.KeyCode.H and gameProcessedEvent == false then
8826 if dabbb == false then
8827 dabbb = true
8828
8829 elseif dabbb == true then
8830 dabbb = false
8831
8832
8833 end
8834 end
8835end
8836
8837game:GetService("UserInputService").InputBegan:connect(onKeyPressssssssssss)
8838
8839local dab = false
8840local pos = CFrame.new()
8841
8842function TeleFunc(inputObject, gameProcessedEvent)
8843 if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then
8844 if dab == false then
8845 pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
8846 wait(0.1)
8847 dab = true
8848
8849 elseif dab == true then
8850 dab = false
8851
8852
8853 end
8854 end
8855end
8856
8857game:GetService("UserInputService").InputBegan:connect(TeleFunc)
8858
8859
8860function TeleFunc2(inputObject, gameProcessedEvent)
8861 if inputObject.KeyCode == Enum.KeyCode.M and gameProcessedEvent == false then
8862game.ReplicatedStorage.OpenEyes:FireServer()
8863end
8864end
8865
8866game:GetService("UserInputService").InputBegan:connect(TeleFunc2)
8867
8868function Eat1(inputObject, gameProcessedEvent)
8869 if inputObject.KeyCode == Enum.KeyCode.V and gameProcessedEvent == false then
8870 if game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich") then
8871 epic = game.Players.LocalPlayer:FindFirstChild("Chicken Sandwhich")
8872 epic.Parent = game.Players.LocalPlayer.Character
8873 game.Players.LocalPlayer.Character["Chicken Sandwhich"]:Activate()
8874 end
8875 end
8876end
8877game:GetService("UserInputService").InputBegan:connect(Eat1)
8878
8879function Eat2(inputObject, gameProcessedEvent)
8880 if inputObject.KeyCode == Enum.KeyCode.Z and gameProcessedEvent == false then
8881 if game.Players.LocalPlayer:FindFirstChild("Chicken") then
8882 epic = game.Players.LocalPlayer:FindFirstChild("Chicken")
8883 epic.Parent = game.Players.LocalPlayer.Character
8884 game.Players.LocalPlayer.Character.Chicken.Parent = game.Workspace
8885 end
8886 end
8887end
8888game:GetService("UserInputService").InputBegan:connect(Eat2)
8889
8890
8891game:GetService('RunService').Stepped:connect(function()
8892
8893
8894game.CoreGui.Silence.SilenceButton.Text = #game.Players.LocalPlayer:GetChildren() - 5
8895
8896
8897if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
8898
8899for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
8900 if v:IsA("Tool") and v.Name == "Chicken Sandwhich" then
8901 v.Parent = game.Players.LocalPlayer
8902 end
8903end
8904end
8905
8906game.Players.LocalPlayer.Backpack.Running:FireServer(false)
8907
8908if game.Players.LocalPlayer.Character.HumanoidRootPart ~= nil then
8909
8910for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
8911 if v:IsA("Tool") and v.Name == "Chicken" then
8912 v.Parent = game.Players.LocalPlayer
8913 end
8914end
8915end
8916
8917 if dab == true then
8918 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
8919 end
8920
8921end)
8922
8923while wait() do
8924 if dabb == true then
8925 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
8926 wait(0.0001)
8927 end
8928
8929end
8930
8931while true do
8932 if dabbb == true then
8933 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,10,0)
8934 wait(0.0001)
8935 end
8936
8937end
8938
8939end)
8940
8941Ts2ToolKit.Name = "Ts2 ToolKit"
8942Ts2ToolKit.Parent = GuiOwner1x
8943Ts2ToolKit.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
8944Ts2ToolKit.Position = UDim2.new(0.274444461, 0, 10.4666662, 0)
8945Ts2ToolKit.Size = UDim2.new(0, 130, 0, 30)
8946Ts2ToolKit.Font = Enum.Font.Highway
8947Ts2ToolKit.Text = "Ts2 ToolKit"
8948Ts2ToolKit.TextColor3 = Color3.fromRGB(0, 0, 0)
8949Ts2ToolKit.TextSize = 20.000
8950Ts2ToolKit.MouseButton1Down:connect(function()
8951loadstring(game:HttpGet(('https://pastebin.com/raw/c1pFk2sc'),true))()()
8952end)
8953
8954ChatBypass.Name = "Chat Bypass"
8955ChatBypass.Parent = GuiOwner1x
8956ChatBypass.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
8957ChatBypass.Position = UDim2.new(0.274444461, 0, 13.4333334, 0)
8958ChatBypass.Size = UDim2.new(0, 130, 0, 30)
8959ChatBypass.Font = Enum.Font.Highway
8960ChatBypass.Text = "Chat Bypass"
8961ChatBypass.TextColor3 = Color3.fromRGB(0, 0, 0)
8962ChatBypass.TextSize = 20.000
8963ChatBypass.MouseButton1Down:connect(function()
8964VersionString = "1.0.0"
8965Blacklisted = {""}
8966
8967for blacklisted,_ in pairs(Blacklisted) do
8968if game.Players:FindFirstChild(Blacklisted[blacklisted]) then
8969game.Players:FindFirstChild(Blacklisted[blacklisted]):Kick("You are blacklisted from using TronX Chat Bypasser. Blacklisted Username: 13lasted "..game.Players.LocalPlayer.Name)
8970elseif not game.Players:FindFirstChild(Blacklisted[blacklisted]) then
8971if game.Players.LocalPlayer:GetUnder13() == false then
8972local ScreenGuix = Instance.new("ScreenGui")
8973local ImageLabel = Instance.new("ImageLabel")
8974ScreenGuix.Name = "IntroGui"
8975ScreenGuix.Parent = game.CoreGui
8976ScreenGuix.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
8977ImageLabel.Parent = ScreenGuix
8978ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
8979ImageLabel.BackgroundTransparency = 1
8980ImageLabel.BorderColor3 = Color3.new(0, 0, 0)
8981ImageLabel.BorderSizePixel = 0
8982ImageLabel.Position = UDim2.new(0.249283671, 0, 0.312302828, 0)
8983ImageLabel.Size = UDim2.new(0.5, 0, 0.375, 0)
8984ImageLabel.Image = "rbxassetid://3612668789"
8985ImageLabel.ImageColor3 = Color3.new(0.196078, 0.196078, 0.196078)
8986ImageLabel.ImageTransparency = 1
8987wait(.3)
8988local TronXChatBypasser = Instance.new("ScreenGui")
8989local Frame = Instance.new("Frame")
8990local TextLabel = Instance.new("TextLabel")
8991local TextBox = Instance.new("TextBox")
8992local Chat = Instance.new("TextButton")
8993local Clear = Instance.new("TextButton")
8994local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
8995local Sound1 = Instance.new("Sound")
8996local Sound2 = Instance.new("Sound")
8997local Sound3 = Instance.new("Sound")
8998local Sound4 = Instance.new("Sound")
8999local Sound5 = Instance.new("Sound")
9000local Sound6 = Instance.new("Sound")
9001TronXChatBypasser.Name = "TronX Chat Bypasser"
9002TronXChatBypasser.Parent = game.CoreGui
9003TronXChatBypasser.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
9004Frame.Active = true
9005Frame.Draggable = true
9006Frame.Parent = TronXChatBypasser
9007Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
9008Frame.BorderColor3 = Color3.new(0, 0, 0)
9009Frame.BorderSizePixel = 0
9010Frame.Position = UDim2.new(0.131805152, 0, 0.548895895, 0)
9011Frame.Size = UDim2.new(0, 222, 0, 126)
9012Frame.Transparency = 1
9013Frame.Visible = false
9014TextLabel.Parent = Frame
9015TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
9016TextLabel.BorderColor3 = Color3.new(0, 0, 0)
9017TextLabel.BorderSizePixel = 1
9018TextLabel.Size = UDim2.new(0, 222, 0, 32)
9019TextLabel.Font = Enum.Font.SciFi
9020TextLabel.Text = "TronX Chat Bypasser Gui"
9021TextLabel.TextColor3 = Color3.new(1, 1, 1)
9022TextLabel.TextScaled = true
9023TextLabel.TextSize = 14
9024TextLabel.TextStrokeTransparency = 0.75
9025TextLabel.TextWrapped = true
9026TextBox.Parent = Frame
9027TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
9028TextBox.BorderColor3 = Color3.new(1, 1, 1)
9029TextBox.BorderSizePixel = 1
9030TextBox.ClearTextOnFocus = false
9031TextBox.Position = UDim2.new(0.0495495498, 0, 0.301587313, 0)
9032TextBox.Size = UDim2.new(0, 200, 0, 50)
9033TextBox.Font = Enum.Font.SciFi
9034TextBox.PlaceholderColor3 = Color3.new(0.588235, 0.588235, 0.588235)
9035TextBox.PlaceholderText = "Message..."
9036TextBox.Text = ""
9037TextBox.TextColor3 = Color3.new(0, 0, 0)
9038TextBox.TextScaled = true
9039TextBox.TextWrapped = true
9040TextBox.TextXAlignment = Enum.TextXAlignment.Left
9041TextBox.TextYAlignment = Enum.TextYAlignment.Top
9042Chat.Name = "Chat"
9043Chat.Parent = Frame
9044Chat.BackgroundColor3 = Color3.new(0.25, 0.25, 0.25)
9045Chat.BorderColor3 = Color3.new(0, 0, 0)
9046Chat.BorderSizePixel = 1
9047Chat.Position = UDim2.new(0.0495495498, 0, 0.746031761, 0)
9048Chat.Size = UDim2.new(0, 90, 0, 24)
9049Chat.Style = "RobloxButton"
9050Chat.Font = Enum.Font.SciFi
9051Chat.Text = "Chat"
9052Chat.TextColor3 = Color3.new(1, 1, 1)
9053Chat.TextScaled = true
9054Chat.TextSize = 14
9055Chat.TextStrokeTransparency = 0.75
9056Chat.TextWrapped = true
9057Clear.Name = "Clear"
9058Clear.Parent = Frame
9059Clear.BackgroundColor3 = Color3.new(0.25, 0.25, 0.25)
9060Clear.BorderColor3 = Color3.new(0, 0, 0)
9061Clear.BorderSizePixel = 1
9062Clear.Position = UDim2.new(0.545045018, 0, 0.746031761, 0)
9063Clear.Size = UDim2.new(0, 90, 0, 24)
9064Clear.Style = "RobloxButton"
9065Clear.Font = Enum.Font.SciFi
9066Clear.Text = "Clear"
9067Clear.TextColor3 = Color3.new(1, 1, 1)
9068Clear.TextScaled = true
9069Clear.TextSize = 14
9070Clear.TextStrokeTransparency = 0.75
9071Clear.TextWrapped = true
9072Sound1.Name = "Click"
9073Sound1.PlaybackSpeed = 1.5
9074Sound1.SoundId = "rbxassetid://226892749"
9075Sound1.Parent = game.CoreGui
9076Sound2.Name = "Intro"
9077Sound2.PlaybackSpeed = .891
9078Sound2.SoundId = "rbxassetid://383635191"
9079Sound2.Parent = game.CoreGui
9080Sound3.Name = "Loaded"
9081Sound3.SoundId = "rbxassetid://216917652"
9082Sound3.Parent = game.CoreGui
9083Sound4.Name = "Notification"
9084Sound4.SoundId = "rbxassetid://180877191"
9085Sound4.Volume = 1
9086Sound4.Parent = game.CoreGui
9087Sound5.Name = "Notification 2"
9088Sound5.PlaybackSpeed = .472
9089Sound5.SoundId = "rbxassetid://261082034"
9090Sound5.Parent = game.CoreGui
9091UITextSizeConstraint.MinTextSize = 1
9092UITextSizeConstraint.MaxTextSize = 24
9093UITextSizeConstraint.Parent = TextBox
9094game.CoreGui.Intro:Play()
9095for i=1,50 do
9096ImageLabel.ImageTransparency = 1 - .02*i
9097game:GetService("RunService").Stepped:Wait()
9098end
9099wait(8)
9100for i=1,50 do
9101ImageLabel.ImageTransparency = 0 + .02*i
9102game:GetService("RunService").Stepped:Wait()
9103end
9104local OpenClose = Instance.new("TextButton")
9105OpenClose.Name = "Open/Close"
9106OpenClose.Parent = TronXChatBypasser
9107OpenClose.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
9108OpenClose.BorderColor3 = Color3.new(0.392157, 0.392157, 0.392157)
9109OpenClose.Position = UDim2.new(0, 0, 0.616719306, 0)
9110OpenClose.Size = UDim2.new(0, 80, 0, 40)
9111OpenClose.Font = Enum.Font.SciFi
9112OpenClose.Text = "Open TronX Gui"
9113OpenClose.TextColor3 = Color3.new(1, 1, 1)
9114OpenClose.TextScaled = true
9115OpenClose.TextSize = 14
9116OpenClose.TextStrokeTransparency = 0.5
9117OpenClose.TextWrapped = true
9118Chat.MouseButton1Click:Connect(function()
9119game.CoreGui.Click:Play()
9120game.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")
9121end)
9122Clear.MouseButton1Click:Connect(function()
9123game.CoreGui.Click:Play()
9124TextBox.Text = ""
9125end)
9126OpenClose.MouseButton1Click:Connect(function()
9127game.CoreGui.Click:Play()
9128if OpenClose.Text == "Open TronX Gui" and Frame.Transparency == 1 then
9129OpenClose.Text = "Close TronX Gui"
9130Frame.Visible = true
9131for i=1,10 do
9132TextLabel.BackgroundTransparency = 1 - .1*i
9133Chat.BackgroundTransparency = 1 - .1*i
9134Clear.BackgroundTransparency = 1 - .1*i
9135TextBox.BackgroundTransparency = 1 - .1*i
9136TextLabel.TextTransparency = 1 - .1*i
9137Chat.TextTransparency = 1 - .1*i
9138Clear.TextTransparency = 1 - .1*i
9139TextBox.TextTransparency = 1 - .1*i
9140Frame.Transparency = 1 - .05*i
9141Frame.Position = UDim2.new(0.031805152+.01*i, 0, 0.548895895, 0)
9142game:GetService("RunService").Stepped:Wait()
9143end
9144elseif OpenClose.Text == "Close TronX Gui" and Frame.Transparency == .5 then
9145OpenClose.Text = "Open TronX Gui"
9146for i=1,10 do
9147TextLabel.BackgroundTransparency = 0 + .1*i
9148Chat.BackgroundTransparency = 0 + .1*i
9149Clear.BackgroundTransparency = 0 + .1*i
9150TextBox.BackgroundTransparency = 0 + .1*i
9151TextLabel.TextTransparency = 0 + .1*i
9152Chat.TextTransparency = 0 + .1*i
9153Clear.TextTransparency = 0 + .1*i
9154TextBox.TextTransparency = 0 + .1*i
9155Frame.Transparency = .5 + .05*i
9156Frame.Position = UDim2.new(0.131805152-.01*i, 0, 0.548895895, 0)
9157game:GetService("RunService").Stepped:Wait()
9158end
9159Frame.Visible = false
9160end
9161end)
9162local function CallBack2(Value)
9163if Value == "Okay" then
9164game.CoreGui["Notification 2"]:Play()
9165game.StarterGui:SetCore("SendNotification", {
9166Title = "TronX Chat Bypasser Loaded!";
9167Text = "Enjoy swearing! This bypasser was made by Uctron. To chat without hashtags, type \"/e MessageHere\" or use the given gui at the left.";
9168Icon = "";
9169Duration = 12;
9170Button1 = "Okay";
9171})
9172end
9173end
9174local BindableFunction2 = Instance.new("BindableFunction")
9175BindableFunction2.OnInvoke = CallBack2
9176local function CallBack(Value)
9177if Value == "Continue" then
9178game.CoreGui.Notification:Play()
9179game.StarterGui:SetCore("SendNotification", {
9180Title = "TronX Reminder (Continued)";
9181Text = "This is the case, because TronX Chat Bypasser is meant to be kept private and obfuscated so Roblox does not patch it.";
9182Icon = "";
9183Duration = 45;
9184Button1 = "Okay";
9185Callback = BindableFunction2
9186})
9187elseif Value == "Okay" then
9188game.CoreGui["Notification 2"]:Play()
9189game.StarterGui:SetCore("SendNotification", {
9190Title = "TronX Chat Bypasser Loaded!";
9191Text = "Enjoy swearing! This bypasser was made by Uctron. To chat without hashtags, type \"/e MessageHere\" or use the given gui at the left.";
9192Icon = "";
9193Duration = 12;
9194Button1 = "Okay";
9195})
9196end
9197end
9198local BindableFunction = Instance.new("BindableFunction")
9199BindableFunction.OnInvoke = CallBack
9200game.CoreGui.Loaded:Play()
9201game.StarterGui:SetCore("SendNotification", {
9202Title = "TronX Reminder";
9203Text = "Any owners of threads or leaks related to the script or the unicode characters will be blacklisted from this script.";
9204Icon = "";
9205Duration = 45;
9206Button1 = "Continue";
9207Button2 = "Okay";
9208Callback = BindableFunction
9209})
9210game.Players.LocalPlayer.Chatted:Connect(function(a)
9211if a:sub(1,3) == "/e " then
9212local b = a:sub(4,#a)
9213local Randomize = math.random(1,2)
9214if Randomize == 1 then
9215game.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")
9216elseif Randomize == 2 then
9217game.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")
9218end
9219end
9220end)
9221ScreenGuix:Destroy()
9222game:GetService("RunService").Stepped:Connect(function()
9223for i,v in pairs(game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller:GetChildren()) do
9224if v:IsA("Frame") then
9225if v.TextLabel.Text == "You can't use Emotes here." then
9226wait(math.random(4,6)/100)
9227v:Destroy()
9228else
9229end
9230end
9231end
9232end)
9233elseif game.Players.LocalPlayer:GetUnder13() == true then
9234game.StarterGui:SetCore("SendNotification", {
9235Title = "Notice";
9236Text = "Your account is under 13/safechat, so this script will not work. Please login with an account that is over 13.";
9237Duration = math.huge;
9238Button1 = "Okay";
9239})
9240end
9241end
9242end
9243end)
9244
9245HealafterDeath.Name = "Heal after Death"
9246HealafterDeath.Parent = GuiOwner1x
9247HealafterDeath.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
9248HealafterDeath.Position = UDim2.new(0.523333311, 0, 1.66666663, 0)
9249HealafterDeath.Size = UDim2.new(0, 130, 0, 30)
9250HealafterDeath.Font = Enum.Font.Highway
9251HealafterDeath.Text = "Heal after death"
9252HealafterDeath.TextColor3 = Color3.fromRGB(0, 0, 0)
9253HealafterDeath.TextSize = 20.000
9254HealafterDeath.MouseButton1Down:connect(function()
9255_G.Enabled = true
9256if _G.Enabled then
9257for i,v in pairs(workspace:GetDescendants()) do
9258if v.Name == "KOd" and v:IsA("Folder") then
9259v:Destroy()
9260end
9261end
9262
9263workspace.DescendantAdded:Connect(function(obj)
9264if obj:IsA("Folder") and obj.Name == "KOd" then
9265wait(0.0001)
9266obj:Destroy()
9267end
9268end)
9269end
9270end)
9271
9272TrollersSource.Name = "Trollers Source"
9273TrollersSource.Parent = GuiOwner1x
9274TrollersSource.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
9275TrollersSource.Position = UDim2.new(0.523333311, 0, 4.36666679, 0)
9276TrollersSource.Size = UDim2.new(0, 130, 0, 30)
9277TrollersSource.Font = Enum.Font.Highway
9278TrollersSource.Text = "Trollers Source"
9279TrollersSource.TextColor3 = Color3.fromRGB(0, 0, 0)
9280TrollersSource.TextSize = 20.000
9281TrollersSource.MouseButton1Down:connect(function()
9282local troller = Instance.new("ScreenGui")
9283local Main = Instance.new("Frame")
9284local nameofgui = Instance.new("TextLabel")
9285local border = Instance.new("Frame")
9286local invis = Instance.new("TextButton")
9287local pp = Instance.new("TextButton")
9288local memedog = Instance.new("TextLabel")
9289local die = Instance.new("TextLabel")
9290local worm = Instance.new("TextButton")
9291local cycl = Instance.new("TextButton")
9292local axy = Instance.new("TextLabel")
9293local diemie = Instance.new("TextLabel")
9294
9295troller.Name = "troller"
9296troller.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
9297troller.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
9298troller.ResetOnSpawn = false
9299
9300Main.Name = "Main"
9301Main.Parent = troller
9302Main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
9303Main.BorderSizePixel = 0
9304Main.ClipsDescendants = true
9305Main.Position = UDim2.new(0.04588015, 0, 0.087649405, 0)
9306Main.Size = UDim2.new(0, 248, 0, 311)
9307
9308nameofgui.Name = "nameofgui"
9309nameofgui.Parent = Main
9310nameofgui.BackgroundColor3 = Color3.new(1, 1, 1)
9311nameofgui.BackgroundTransparency = 1
9312nameofgui.ClipsDescendants = true
9313nameofgui.Size = UDim2.new(0, 248, 0, 19)
9314nameofgui.Font = Enum.Font.GothamBold
9315nameofgui.Text = "Troller"
9316nameofgui.TextColor3 = Color3.new(1, 1, 1)
9317nameofgui.TextSize = 16
9318nameofgui.TextXAlignment = Enum.TextXAlignment.Left
9319
9320border.Name = "border"
9321border.Parent = Main
9322border.BackgroundColor3 = Color3.new(1, 1, 1)
9323border.ClipsDescendants = true
9324border.Position = UDim2.new(-0.00131386518, 0, 0.0696422011, 0)
9325border.Size = UDim2.new(0, 248, 0, 1)
9326
9327invis.Name = "invis"
9328invis.Parent = Main
9329invis.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9330invis.ClipsDescendants = true
9331invis.Position = UDim2.new(0, 0, 0.115512639, 0)
9332invis.Size = UDim2.new(0, 248, 0, 27)
9333invis.Font = Enum.Font.SourceSansItalic
9334invis.Text = "FE Invisible Fling (R6 & R15)"
9335invis.TextColor3 = Color3.new(1, 1, 1)
9336invis.TextSize = 16
9337invis.MouseButton1Click:connect(function()
9338
9339
9340
9341spawn(function()
9342local message = Instance.new("Message",workspace)
9343message.Text = "Loaded press z to execute inviseble , press x to respawn)"
9344wait(5)
9345message:Destroy()
9346end)
9347
9348
9349
9350
9351
9352
9353
9354
9355local mouse = game.Players.LocalPlayer:GetMouse()
9356
9357local groot = nil
9358
9359mouse.KeyDown:connect(function(k)
9360
9361 if k == "z" then
9362
9363
9364
9365spawn(function()
9366local message = Instance.new("Message",workspace)
9367message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
9368wait(11)
9369message:Destroy()
9370end)
9371
9372
9373local ch = game.Players.LocalPlayer.Character
9374local prt=Instance.new("Model", workspace)
9375local z1 = Instance.new("Part", prt)
9376z1.Name="Torso"
9377z1.CanCollide = false
9378z1.Anchored = true
9379local z2 =Instance.new("Part", prt)
9380z2.Name="Head"
9381z2.Anchored = true
9382z2.CanCollide = false
9383local z3 =Instance.new("Humanoid", prt)
9384z3.Name="Humanoid"
9385z1.Position = Vector3.new(0,9999,0)
9386z2.Position = Vector3.new(0,9991,0)
9387 game.Players.LocalPlayer.Character=prt
9388wait(5)
9389game.Players.LocalPlayer.Character=ch
9390wait(6)
9391
9392
9393local plr = game.Players.LocalPlayer
9394mouse = plr:GetMouse()
9395
9396local Hum = Instance.new("Humanoid")
9397Hum.Parent = game.Players.LocalPlayer.Character
9398
9399
9400local root = game.Players.LocalPlayer.Character.HumanoidRootPart
9401
9402
9403for i,v in pairs(plr.Character:GetChildren()) do
9404
9405 if v ~= root and v.Name ~= "Humanoid" then
9406
9407 v:Destroy()
9408
9409 end
9410
9411
9412end
9413
9414workspace.CurrentCamera.CameraSubject = root
9415
9416local se = Instance.new("SelectionBox",root)
9417se.Adornee = root
9418
9419
9420game:GetService('RunService').Stepped:connect(function()
9421game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
9422end)
9423game:GetService('RunService').RenderStepped:connect(function()
9424game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
9425end)
9426
9427
9428power = 999999 -- change this to make it more or less powerful
9429
9430power = power*10
9431
9432---
9433wait(.1)
9434local bambam = Instance.new("BodyThrust")
9435bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9436bambam.Force = Vector3.new(power,0,power)
9437bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
9438
9439
9440
9441
9442
9443local plr = game.Players.LocalPlayer
9444local torso = root
9445local flying = true
9446local deb = true
9447local ctrl = {f = 0, b = 0, l = 0, r = 0}
9448local lastctrl = {f = 0, b = 0, l = 0, r = 0}
9449local maxspeed = 120
9450local speed = 15
9451
9452
9453---local bambam = Instance.new("BodyThrust")
9454---bambam.Parent = torso
9455--bambam.Force = Vector3.new(9999999,0,9999999)
9456--bambam.Location = torso.Position
9457
9458
9459---
9460groot = root
9461
9462function Fly()
9463local bg = Instance.new("BodyGyro", torso)
9464bg.P = 9e4
9465bg.maxTorque = Vector3.new(0, 0, 0)
9466bg.cframe = torso.CFrame
9467local bv = Instance.new("BodyVelocity", torso)
9468bv.velocity = Vector3.new(0,0,0)
9469bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
9470repeat wait()
9471
9472if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
9473speed = speed+.2
9474if speed > maxspeed then
9475speed = maxspeed
9476end
9477elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
9478speed = speed-1
9479if speed < 0 then
9480speed = 0
9481end
9482end
9483if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
9484bv.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
9485lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
9486elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
9487bv.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
9488else
9489bv.velocity = Vector3.new(0,0.1,0)
9490end
9491
9492until not flying
9493ctrl = {f = 0, b = 0, l = 0, r = 0}
9494lastctrl = {f = 0, b = 0, l = 0, r = 0}
9495speed = 0
9496bg:Destroy()
9497bv:Destroy()
9498
9499end
9500mouse.KeyDown:connect(function(key)
9501if key:lower() == "e" then
9502if flying then flying = false
9503else
9504flying = true
9505Fly()
9506end
9507elseif key:lower() == "w" then
9508ctrl.f = 1
9509elseif key:lower() == "s" then
9510ctrl.b = -1
9511elseif key:lower() == "a" then
9512ctrl.l = -1
9513elseif key:lower() == "d" then
9514ctrl.r = 1
9515end
9516end)
9517mouse.KeyUp:connect(function(key)
9518if key:lower() == "w" then
9519ctrl.f = 0
9520elseif key:lower() == "s" then
9521ctrl.b = 0
9522elseif key:lower() == "a" then
9523ctrl.l = 0
9524elseif key:lower() == "d" then
9525ctrl.r = 0
9526elseif key:lower() == "r" then
9527
9528end
9529end)
9530Fly()
9531
9532
9533
9534 elseif k == "x" then
9535
9536
9537 spawn(function()
9538local message = Instance.new("Message",workspace)
9539message.Text = "Respawning dont spam"
9540wait(1)
9541message:Destroy()
9542end)
9543
9544 local saved = groot.Position
9545
9546local ch = game.Players.LocalPlayer.Character
9547local prt=Instance.new("Model", workspace)
9548local z1 = Instance.new("Part", prt)
9549z1.Name="Torso"
9550z1.CanCollide = false
9551z1.Anchored = true
9552local z2 =Instance.new("Part", prt)
9553z2.Name="Head"
9554z2.Anchored = true
9555z2.CanCollide = false
9556local z3 =Instance.new("Humanoid", prt)
9557z3.Name="Humanoid"
9558z1.Position = Vector3.new(0,9999,0)
9559z2.Position = Vector3.new(0,9991,0)
9560 game.Players.LocalPlayer.Character=prt
9561wait(5)
9562 game.Players.LocalPlayer.Character=ch
9563local poop = nil
9564 repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
9565 wait(1)
9566 game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
9567
9568 end
9569
9570
9571end)
9572end)
9573
9574pp.Name = "pp"
9575pp.Parent = Main
9576pp.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9577pp.ClipsDescendants = true
9578pp.Position = UDim2.new(0.00403225794, 0, 0.256927162, 0)
9579pp.Size = UDim2.new(0, 248, 0, 27)
9580pp.Font = Enum.Font.SourceSansItalic
9581pp.Text = "FE Penis (R6)"
9582pp.TextColor3 = Color3.new(1, 1, 1)
9583pp.TextSize = 16
9584pp.MouseButton1Click:connect(function()
9585
9586
9587
9588
9589
9590--R6 dick by diemiers
9591
9592
9593spawn(function()
9594local message = Instance.new("Message",workspace)
9595message.Text = "Fe penisito loaded"
9596wait(11)
9597message:Destroy()
9598end)
9599
9600local name = "Torso"
9601if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
9602 name = "UpperTorso"
9603end
9604
9605local ch = game.Players.LocalPlayer.Character
9606local prt=Instance.new("Model", workspace)
9607local z1 = Instance.new("Part", prt)
9608z1.Name="Torso"
9609z1.CanCollide = false
9610z1.Anchored = true
9611local z2 =Instance.new("Part", prt)
9612z2.Name="Head"
9613z2.Anchored = true
9614z2.CanCollide = false
9615local z3 =Instance.new("Humanoid", prt)
9616z3.Name="Humanoid"
9617z1.Position = Vector3.new(0,9999,0)
9618z2.Position = Vector3.new(0,9991,0)
9619 game.Players.LocalPlayer.Character=prt
9620wait(5)
9621game.Players.LocalPlayer.Character=ch
9622wait(6)
9623game:GetService('RunService').Stepped:connect(function()
9624game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
9625end)
9626game:GetService('RunService').RenderStepped:connect(function()
9627game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
9628end)
9629plr = game.Players.LocalPlayer
9630mouse = plr:GetMouse()
9631
9632game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
9633
9634local Hum = Instance.new("Humanoid")
9635
9636
9637
9638Hum.Parent = game.Players.LocalPlayer.Character
9639game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
9640--game.Players.LocalPlayer.Character:FindFirstChild("Torso").Name = "Head"
9641--game.Players.LocalPlayer.Character:FindFirstChild("Head"):Destroy()
9642--game.Players.LocalPlayer.Character:FindFirstChild(name):Destroy()
9643--game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "GaiPArt"
9644local root =game.Players.LocalPlayer.Character["Right Arm"] -- game.Players.LocalPlayer.Character["Left Leg"]
9645root.Name = "HumanoidRootPart"
9646
9647Hum.HipHeight = 5
9648
9649
9650workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.HumanoidRootPart
9651
9652
9653
9654
9655for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
9656
9657 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
9658
9659 v:Destroy()
9660
9661 elseif v.Name == "Left Arm" then
9662
9663 local bp = Instance.new("BodyPosition",v)
9664 bp.MaxForce = Vector3.new(99999,99999,99999)
9665 local bg = Instance.new("BodyGyro",v)
9666 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9667
9668 spawn(function()
9669 bp.D = 300
9670 while true do
9671 bp.Position = root.Position+Vector3.new(0,1.8+1.8+1.8-0.3,0)
9672 wait()
9673 end
9674
9675 end)
9676
9677 elseif v.Name == "Left Leg" then
9678
9679 local bp = Instance.new("BodyPosition",v)
9680 bp.MaxForce = Vector3.new(99999,99999,99999)
9681 local bg = Instance.new("BodyGyro",v)
9682 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9683
9684 spawn(function()
9685 bp.D = 300
9686 while true do
9687 bp.Position = root.Position+Vector3.new(0,1.8-0.3,0)
9688 wait()
9689 end
9690
9691 end)
9692
9693 elseif v.Name == "Right Leg" then
9694
9695 local bp = Instance.new("BodyPosition",v)
9696 bp.MaxForce = Vector3.new(99999,99999,99999)
9697 local bg = Instance.new("BodyGyro",v)
9698 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9699 spawn(function()
9700 bp.D = 300
9701 while true do
9702 bp.Position = root.Position+Vector3.new(0,1.8+1.8-0.3,0)
9703 wait()
9704 end
9705
9706 end)
9707 elseif v.Name == root.Name then
9708
9709 local bg = Instance.new("BodyGyro",v)
9710 bg.MaxTorque = Vector3.new(9999999,9999999,999999)
9711 bg.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
9712
9713 end
9714
9715
9716end
9717
9718--local se = Instance.new("SelectionBox",root)
9719--se.Adornee = root
9720
9721
9722power = 999999 -- change this to make it more or less powerful
9723
9724power = power*10
9725
9726---
9727wait(.1)
9728--local bambam = Instance.new("BodyThrust")
9729--bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
9730--bambam.Force = Vector3.new(power,0,power)
9731--bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
9732
9733
9734
9735
9736local mouse = game.Players.LocalPlayer:GetMouse()
9737
9738
9739local plr = game.Players.LocalPlayer
9740local torso = root
9741local flying = true
9742local deb = true
9743local ctrl = {f = 0, b = 0, l = 0, r = 0}
9744local lastctrl = {f = 0, b = 0, l = 0, r = 0}
9745local maxspeed = 120
9746local speed = 15
9747
9748
9749---local bambam = Instance.new("BodyThrust")
9750---bambam.Parent = torso
9751--bambam.Force = Vector3.new(9999999,0,9999999)
9752--bambam.Location = torso.Position
9753
9754
9755---
9756
9757
9758function Fly()
9759local bg = Instance.new("BodyGyro", torso)
9760bg.P = 9e4
9761bg.maxTorque = Vector3.new(0, 0, 0)
9762bg.cframe = torso.CFrame
9763local bv = Instance.new("BodyVelocity", torso)
9764bv.velocity = Vector3.new(0,0,0)
9765bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
9766repeat wait()
9767
9768if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
9769speed = speed+.2
9770if speed > maxspeed then
9771speed = maxspeed
9772end
9773elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
9774speed = speed-1
9775if speed < 0 then
9776speed = 0
9777end
9778end
9779if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
9780bv.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
9781lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
9782elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
9783bv.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
9784else
9785bv.velocity = Vector3.new(0,0,0)
9786end
9787
9788until not flying
9789ctrl = {f = 0, b = 0, l = 0, r = 0}
9790lastctrl = {f = 0, b = 0, l = 0, r = 0}
9791speed = 0
9792bg:Destroy()
9793bv:Destroy()
9794
9795end
9796mouse.KeyDown:connect(function(key)
9797if key:lower() == "e" then
9798if flying then flying = false
9799else
9800flying = true
9801Fly()
9802end
9803elseif key:lower() == "w" then
9804ctrl.f = 1
9805elseif key:lower() == "s" then
9806ctrl.b = -1
9807elseif key:lower() == "a" then
9808ctrl.l = -1
9809elseif key:lower() == "d" then
9810ctrl.r = 1
9811end
9812end)
9813mouse.KeyUp:connect(function(key)
9814if key:lower() == "w" then
9815ctrl.f = 0
9816elseif key:lower() == "s" then
9817ctrl.b = 0
9818elseif key:lower() == "a" then
9819ctrl.l = 0
9820elseif key:lower() == "d" then
9821ctrl.r = 0
9822elseif key:lower() == "r" then
9823
9824end
9825end)
9826Fly()
9827end)
9828
9829memedog.Name = "memedog"
9830memedog.Parent = Main
9831memedog.BackgroundColor3 = Color3.new(1, 1, 1)
9832memedog.BackgroundTransparency = 1
9833memedog.ClipsDescendants = true
9834memedog.Position = UDim2.new(0.0967741907, 0, 0.745117068, 0)
9835memedog.Size = UDim2.new(0, 200, 0, 23)
9836memedog.Font = Enum.Font.SourceSansLight
9837memedog.Text = "Memedog#1256 for GUI"
9838memedog.TextColor3 = Color3.new(0, 1, 0)
9839memedog.TextSize = 16
9840
9841die.Name = "die"
9842die.Parent = Main
9843die.BackgroundColor3 = Color3.new(1, 1, 1)
9844die.BackgroundTransparency = 1
9845die.ClipsDescendants = true
9846die.Position = UDim2.new(0.0120967738, 0, 0.66750288, 0)
9847die.Size = UDim2.new(0, 246, 0, 23)
9848die.Font = Enum.Font.SourceSansLight
9849die.Text = "Diemiers#4209 & Cyclically#9215 for scripts"
9850die.TextColor3 = Color3.new(0, 1, 1)
9851die.TextSize = 16
9852
9853worm.Name = "worm"
9854worm.Parent = Main
9855worm.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9856worm.ClipsDescendants = true
9857worm.Position = UDim2.new(-0.00403225794, 0, 0.405297279, 0)
9858worm.Size = UDim2.new(0, 248, 0, 27)
9859worm.Font = Enum.Font.SourceSansItalic
9860worm.Text = "FE Wormus (R6)"
9861worm.TextColor3 = Color3.new(1, 1, 1)
9862worm.TextSize = 16
9863worm.MouseButton1Click:connect(function()
9864 --Made by GreenFace#4209
9865
9866
9867--Wormus
9868
9869--If ur legs gonna lose network owner they not going to lose them u will pick them up when ur network owner gonna comeback
9870
9871--Found some replication bugs long time ago
9872
9873--ik its not clean code
9874
9875local name = "Torso"
9876local ch = game.Players.LocalPlayer.Character
9877local prt=Instance.new("Model", workspace)
9878local z1 = Instance.new("Part", prt)
9879z1.Name="Torso"
9880z1.CanCollide = false
9881z1.Anchored = true
9882local z2 =Instance.new("Part", prt)
9883z2.Name="Head"
9884z2.Anchored = true
9885z2.CanCollide = false
9886local z3 =Instance.new("Humanoid", prt)
9887z3.Name="Humanoid"
9888z1.Position = Vector3.new(0,9999,0)
9889z2.Position = Vector3.new(0,9991,0)
9890 game.Players.LocalPlayer.Character=prt
9891wait(5)
9892game.Players.LocalPlayer.Character=ch
9893wait(6)
9894
9895
9896--game:GetService('RunService').Stepped:connect(function()
9897--game.Players.LocalPlayer.Character.Head.CanCollide = false
9898--end)
9899local humano = game.Players.LocalPlayer.Character.Humanoid:Clone()
9900wait()
9901game.Players.LocalPlayer.Character[name]:Destroy()
9902game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
9903
9904
9905
9906local torso = game.Players.LocalPlayer.Character.Head
9907game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
9908
9909
9910humano.Parent = game.Players.LocalPlayer.Character
9911
9912local humanoid = humano--Instance.new("Humanoid",game.Players.LocalPlayer.Character)
9913
9914humanoid.HipHeight = 4
9915
9916humanoid.WalkSpeed = 50
9917
9918torso.Name = "HumanoidRootPart"
9919
9920limbs = {
9921game.Players.LocalPlayer.Character["Left Arm"],
9922game.Players.LocalPlayer.Character["Right Arm"],
9923game.Players.LocalPlayer.Character["Left Leg"],
9924game.Players.LocalPlayer.Character["Right Leg"]
9925}
9926for i,v in pairs(limbs)do
9927
9928local bodypos = Instance.new("BodyPosition",v)
9929
9930bodypos.MaxForce = Vector3.new(999999,999999,999999)
9931
9932bodypos.D = 400
9933
9934local bodyg = Instance.new("BodyGyro",v)
9935
9936bodyg.MaxTorque =Vector3.new(99999999,99999999,999999)
9937
9938
9939spawn(function()
9940while true do
9941bodypos.Position = torso.Position-Vector3.new(0,i*1.5,0)
9942wait(0.1)
9943end
9944end)
9945end
9946end)
9947
9948cycl.Name = "cycl"
9949cycl.Parent = Main
9950cycl.BackgroundColor3 = Color3.new(1, 0.541176, 0.164706)
9951cycl.ClipsDescendants = true
9952cycl.Position = UDim2.new(0, 0, 0.551240921, 0)
9953cycl.Size = UDim2.new(0, 248, 0, 27)
9954cycl.Font = Enum.Font.SourceSansItalic
9955cycl.Text = "Cyclone Admin"
9956cycl.TextColor3 = Color3.new(1, 1, 1)
9957cycl.TextSize = 16
9958cycl.MouseButton1Click:connect(function()
9959 -- Made by Cyclically | Cyclone
9960-- Version: 0.2a
9961-- Settings:
9962local PREFIX = ";"
9963-- Variables:
9964local LocalPlayer = game:GetService("Players").LocalPlayer
9965local TweenService = game:GetService("TweenService")
9966local RunService = game:GetService("RunService")
9967local mouse = LocalPlayer:GetMouse()
9968local ContentProvider = game:GetService("ContentProvider")
9969local Players = setmetatable(game:GetService("Players"):GetPlayers(), {
9970 __metatable = "Metatable is locked"; -- Theres a reason for this.
9971 __index = function(self, k)
9972 if k:lower() == "all" then
9973 return game:GetService("Players"):GetPlayers()
9974 elseif k:lower() == "others" then
9975 local plrReturn = {}
9976 for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
9977 if plr ~= LocalPlayer then
9978 table.insert(plrReturn, plr)
9979 end
9980 end
9981 return plrReturn
9982 elseif k:lower() == "me" then
9983 return {LocalPlayer}
9984 elseif k:lower() == "random" then
9985 return game:GetService("Players"):GetPlayers()[math.random(1, #game:GetService("Players"):GetPlayers())]
9986 else
9987 for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
9988 if string.find(plr.Name:lower(), k:lower()) then
9989 return {plr}
9990 end
9991 end
9992 end
9993 end
9994})
9995-- Instances:
9996local CycloneGui = Instance.new("ScreenGui", game.CoreGui)
9997local mainFrame = Instance.new("ImageLabel", CycloneGui)
9998local titleLabel = Instance.new("TextLabel", mainFrame)
9999local bottomFrame = Instance.new("Frame", mainFrame)
10000local searchBox = Instance.new("TextBox", bottomFrame)
10001local cmdList = Instance.new("ScrollingFrame", bottomFrame)
10002local listLayout = Instance.new("UIListLayout", cmdList)
10003local topBlinker = Instance.new("Frame", CycloneGui)
10004local bottomBlinker = Instance.new("Frame", CycloneGui)
10005local introLabel = Instance.new("TextLabel")
10006local introFrame = Instance.new("ImageLabel", introLabel)
10007local introShadow = Instance.new("ImageLabel", introLabel)
10008local notifBar = Instance.new("ImageLabel")
10009local notifText = Instance.new("TextLabel", notifBar)
10010local barlabel = Instance.new("TextButton")
10011--Properties:
10012CycloneGui.Name = "CycloneGui"
10013
10014mainFrame.Name = "mainFrame"
10015mainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
10016mainFrame.BackgroundTransparency = 1
10017mainFrame.Position = UDim2.new(0.82, 0, 1, 0)
10018mainFrame.Size = UDim2.new(0.16, 0, 0.4, 0)
10019mainFrame.ZIndex = 0
10020mainFrame.Image = "rbxassetid://2851927369"
10021mainFrame.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
10022mainFrame.ScaleType = Enum.ScaleType.Slice
10023mainFrame.SliceCenter = Rect.new(10, 10, 10, 10)
10024
10025titleLabel.Name = "titleLabel"
10026titleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
10027titleLabel.BackgroundTransparency = 1
10028titleLabel.Size = UDim2.new(1, 0, 0.125409842, 0)
10029titleLabel.Font = Enum.Font.GothamBold
10030titleLabel.Text = "Cyclone"
10031titleLabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10032titleLabel.TextSize = 14
10033
10034bottomFrame.Name = "bottomFrame"
10035bottomFrame.BackgroundColor3 = Color3.new(0, 0.0117647, 0.0352941)
10036bottomFrame.BorderSizePixel = 0
10037bottomFrame.Position = UDim2.new(0, 0, 0.125409856, 0)
10038bottomFrame.Size = UDim2.new(1, 0, 0.874590158, 0)
10039
10040searchBox.Name = "searchBox"
10041searchBox.BackgroundColor3 = Color3.new(0, 0.0196078, 0.0666667)
10042searchBox.BorderSizePixel = 0
10043searchBox.Size = UDim2.new(1, 0, 0.100000001, 0)
10044searchBox.ZIndex = 2
10045searchBox.Font = Enum.Font.GothamBold
10046searchBox.PlaceholderColor3 = Color3.new(0.113725, 0.188235, 0.34902)
10047searchBox.PlaceholderText = "Search"
10048searchBox.Text = ""
10049searchBox.TextColor3 = Color3.new(0.168627, 0.278431, 0.517647)
10050searchBox.TextSize = 10
10051
10052cmdList.Name = "cmdList"
10053cmdList.BackgroundColor3 = Color3.new(0, 0.0156863, 0.0588235)
10054cmdList.BorderSizePixel = 0
10055cmdList.Position = UDim2.new(0, 0, 0.0999999866, 0)
10056cmdList.Size = UDim2.new(1, 0, 0.900000036, 0)
10057cmdList.ZIndex = 2
10058cmdList.CanvasSize = UDim2.new(0, 0, 10, 0)
10059cmdList.ScrollBarThickness = 0
10060
10061listLayout.Name = "listLayout"
10062
10063topBlinker.Name = "topBlinker"
10064topBlinker.BackgroundColor3 = Color3.new(0, 0, 0)
10065topBlinker.BorderSizePixel = 0
10066topBlinker.Size = UDim2.new(1, 0, 0, 0)
10067topBlinker.ZIndex = 4
10068
10069bottomBlinker.Name = "bottomBlinker"
10070bottomBlinker.BackgroundColor3 = Color3.new(0, 0, 0)
10071bottomBlinker.BorderSizePixel = 0
10072bottomBlinker.Position = UDim2.new(0, 0, 1, 0)
10073bottomBlinker.Size = UDim2.new(1, 0, 0, 0)
10074bottomBlinker.ZIndex = 4
10075
10076introLabel.Name = "introLabel"
10077introLabel.BackgroundColor3 = Color3.new(1, 1, 1)
10078introLabel.BackgroundTransparency = 1
10079introLabel.BorderSizePixel = 0
10080introLabel.Size = UDim2.new(1, 0, 1, 0)
10081introLabel.ZIndex = 2
10082introLabel.Font = Enum.Font.GothamBlack
10083introLabel.Text = "CYCLONE"
10084introLabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10085introLabel.TextSize = 100
10086introLabel.TextStrokeColor3 = Color3.new(0.258824, 0.282353, 0.309804)
10087introLabel.TextStrokeTransparency = 0
10088
10089introFrame.Name = "introFrame"
10090introFrame.BackgroundColor3 = Color3.new(1, 1, 1)
10091introFrame.BackgroundTransparency = 1
10092introFrame.Position = UDim2.new(0.275894552, 0, 0.362831891, 0)
10093introFrame.Size = UDim2.new(0.447269291, 0, 0.267256588, 0)
10094introFrame.Image = "rbxassetid://2851920938"
10095introFrame.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
10096introFrame.ScaleType = Enum.ScaleType.Slice
10097introFrame.SliceCenter = Rect.new(25, 25, 25, 25)
10098
10099introShadow.Name = "introShadow"
10100introShadow.BackgroundColor3 = Color3.new(1, 1, 1)
10101introShadow.BackgroundTransparency = 1
10102introShadow.Position = UDim2.new(0.275894552, 0, 0.362831891, 0)
10103introShadow.Size = UDim2.new(0.447269291, 0, 0.287332058, 0)
10104introShadow.ZIndex = 0
10105introShadow.Image = "rbxassetid://2851920938"
10106introShadow.ImageColor3 = Color3.new(0, 0.0235294, 0.0705882)
10107introShadow.ScaleType = Enum.ScaleType.Slice
10108introShadow.SliceCenter = Rect.new(25, 25, 25, 25)
10109
10110notifBar.Name = "notifBar"
10111notifBar.BackgroundColor3 = Color3.new(1, 1, 1)
10112notifBar.BackgroundTransparency = 1
10113notifBar.BorderSizePixel = 0
10114notifBar.Position = UDim2.new(0.55, 0, 0.97, 0)
10115notifBar.Size = UDim2.new(0.25, 0, 0.06, 0)
10116notifBar.ZIndex = 0
10117notifBar.Image = "rbxassetid://2851920938"
10118notifBar.ImageColor3 = Color3.new(0, 0.0196078, 0.0470588)
10119notifBar.ImageTransparency = 1
10120notifBar.ScaleType = Enum.ScaleType.Slice
10121notifBar.SliceCenter = Rect.new(25, 25, 25, 25)
10122
10123notifText.Name = "notifText"
10124notifText.BackgroundColor3 = Color3.new(1, 1, 1)
10125notifText.BackgroundTransparency = 1
10126notifText.BorderSizePixel = 0
10127notifText.Size = UDim2.new(1, 0, 1, 0)
10128notifText.Font = Enum.Font.GothamBold
10129notifText.Text = "Error message"
10130notifText.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10131notifText.TextSize = 10
10132notifText.TextStrokeTransparency = 1
10133notifText.TextTransparency = 1
10134notifText.TextWrapped = true
10135
10136barlabel.Name = "barlabel"
10137barlabel.BackgroundColor3 = Color3.fromRGB(0, 3, 16)
10138barlabel.BackgroundTransparency = 1
10139barlabel.BorderSizePixel = 0
10140barlabel.Size = UDim2.new(1, 0, 0.01, 0)
10141barlabel.ZIndex = 3
10142barlabel.Font = Enum.Font.GothamBold
10143barlabel.TextColor3 = Color3.new(0.835294, 0.909804, 1)
10144barlabel.TextSize = 9
10145barlabel.TextTransparency = 1
10146-- Script:
10147local localcc = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
10148local localblur = Instance.new("BlurEffect", game:GetService("Lighting"))
10149localblur.Size = 0
10150local tweenInfo1 = TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10151local tweenInfo2 = TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10152local tweenInfo3 = TweenInfo.new(2, Enum.EasingStyle.Back, Enum.EasingDirection.In)
10153local cmdsHelp = {}
10154local cmdsHint = {}
10155local notifSound = Instance.new("Sound", CycloneGui)
10156notifSound.SoundId = "rbxassetid://180877191"
10157notifSound.Volume = 1
10158local Events = setmetatable({}, { -- These are mostly for debugging
10159 __metatable = "Metatable is locked";
10160 __newindex = function(self, i, k)
10161 warn("Event " .. k .. " created")
10162 end;
10163 __index = function(self, k)
10164 warn("Tried to access unknown event " .. k)
10165 end
10166}) -- Custom RBXScriptSignal with OOP
10167local stringSplit = function(str, pattern)
10168 local returnTab = {}
10169 local mainInd = 0
10170 for i = 1, #str do
10171 if string.sub(str, i, i + #pattern - 1) == pattern or i + #pattern == #str then
10172 local splitAdder = -1
10173 if i + #pattern == #str then
10174 splitAdder = 1
10175 end
10176 table.insert(returnTab, string.sub(str, mainInd, i + splitAdder))
10177 mainInd = i + #pattern
10178 end
10179 end
10180 return returnTab
10181end
10182CustomEnum = { -- Custom enumeration
10183 BlinkingDirection = {
10184 Close = 1;
10185 Open = 2;
10186 };
10187 NotifcationType = {
10188 Normal = 3;
10189 Important = 4;
10190 Random = 5;
10191 Error = 6;
10192 }
10193};
10194local function chatPlr(message) -- Makes you chat
10195 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(tostring(message), "All")
10196end
10197local function createNotif(message, notifType) -- Create notifications
10198 local CnotifBar = notifBar:Clone()
10199 local notifCol = Color3.fromRGB(213, 232, 255)
10200 if notifType == 4 then
10201 notifCol = Color3.fromRGB(141, 255, 128)
10202 elseif notifType == 5 then
10203 notifCol = Color3.fromRGB(249, 255, 126)
10204 elseif notifType == 6 then
10205 notifCol = Color3.fromRGB(255, 49, 80)
10206 end
10207 CnotifBar.Parent = CycloneGui
10208 local notifBars = {}
10209 for _, v in pairs(CycloneGui:GetChildren()) do
10210 if v.Name == "notifBar" then
10211 table.insert(notifBars, v)
10212 end
10213 end
10214 local notifBarPos = Instance.new("NumberValue", CnotifBar)
10215 notifBarPos.Name = "notifBarPos"
10216 notifBarPos.Value = CnotifBar.Position.Y.Scale
10217 CnotifBar.notifText.Text = message
10218 CnotifBar.notifText.TextColor3 = notifCol
10219 notifSound:Play()
10220 TweenService:Create(CnotifBar, tweenInfo2, {ImageTransparency = 0}):Play()
10221 TweenService:Create(CnotifBar.notifText, tweenInfo2, {TextTransparency = 0}):Play()
10222 for index, notifB in pairs(notifBars) do
10223 TweenService:Create(notifB, tweenInfo2, {Position = UDim2.new(0.55, 0, notifB:FindFirstChild("notifBarPos").Value - 0.07, 0)}):Play()
10224 notifB:FindFirstChild("notifBarPos").Value = notifB:FindFirstChild("notifBarPos").Value - 0.07
10225 end
10226 wait(2)
10227 TweenService:Create(CnotifBar, tweenInfo2, {ImageTransparency = 1}):Play()
10228 TweenService:Create(CnotifBar.notifText, tweenInfo2, {TextTransparency = 1}):Play()
10229end
10230local Cyclone = {
10231 -- Functions:
10232 updateSearchBar = function(self)
10233 for _, v in pairs(cmdList:GetChildren()) do
10234 if not v:IsA("UIListLayout") then
10235 v:Destroy()
10236 end
10237 end
10238 for index, cmdHelper in pairs(cmdsHelp) do
10239 if string.find(cmdHelper, searchBox.Text) then
10240 local Cbarlabel = barlabel:Clone()
10241 Cbarlabel.MouseButton1Down:Connect(function()
10242 createNotif(cmdsHint[cmdHelper], CustomEnum.NotifcationType.Random)
10243 end)
10244 if index % 2 == 1 then
10245 Cbarlabel.BackgroundColor3 = Color3.fromRGB(0, 5, 22)
10246 end
10247 Cbarlabel.Text = PREFIX .. cmdHelper
10248 Cbarlabel.Parent = cmdList
10249 TweenService:Create(Cbarlabel, tweenInfo2, {TextTransparency = 0, BackgroundTransparency = 0}):Play()
10250 end
10251 end
10252 end;
10253 -- Methods:
10254 newConnection = function(self, eventName)
10255 assert(Events[eventName] == nil, "Event already exists")
10256 local newEvent = Instance.new("BindableEvent")
10257 Events[eventName] = newEvent
10258 return newEvent
10259 end;
10260 setBlinker = function(self, blinkType, speed, coverup)
10261 local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10262 if blinkType == 1 then
10263 TweenService:Create(topBlinker, newInfo, {Size = UDim2.new(1, 0, coverup * 0.5 / 1, 0)}):Play()
10264 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()
10265 elseif blinkType == 2 then
10266 TweenService:Create(topBlinker, newInfo, {Size = UDim2.new(1, 0, 0, 0)}):Play()
10267 TweenService:Create(bottomBlinker, newInfo, {Size = UDim2.new(1, 0, 0, 0); Position = UDim2.new(0, 0, 1, 0)}):Play()
10268 end
10269 end;
10270 setBrightness = function(self, brightness, speed)
10271 local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10272 TweenService:Create(localcc, newInfo, {Brightness = brightness}):Play()
10273 end;
10274 setBlur = function(self, size, speed)
10275 local newInfo = TweenInfo.new(speed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
10276 TweenService:Create(localblur, newInfo, {Size = size}):Play()
10277 end;
10278 createSound = function(self, id, volume)
10279 local newSound = Instance.new("Sound", CycloneGui)
10280 newSound.SoundId = id
10281 newSound.Volume = volume
10282 return newSound
10283 end;
10284 createCommand = function(self, cmdName, cmdHelp, hint, func)
10285 table.insert(cmdsHelp, cmdHelp)
10286 cmdsHint[cmdHelp] = hint
10287 LocalPlayer.Chatted:Connect(function(msg)
10288 if PREFIX .. cmdName == string.sub(msg, 1, #PREFIX + #cmdName) then
10289 assert(type(func) == "function", "bad argument #3 to \"createCommand\" (function expected, got " .. type(func) .. ")")
10290 local params = stringSplit(msg, " ")
10291 table.remove(params, 1)
10292 params = stringSplit(table.concat(params), ",")
10293 func(params)
10294 end
10295 end)
10296 end;
10297}
10298-- Command variables:
10299local lagserver = false
10300local clicktp = nil
10301local oofspamming = false
10302-- Command creation:
10303Cyclone:createCommand("rejoin", "rejoin", "Makes you rejoin the game", function(cmdParameters)
10304 game:GetService("TeleportService"):Teleport(game.GameId, LocalPlayer)
10305end)
10306Cyclone:createCommand("respawn", "respawn", "Respawn your character", function(cmdParameters)
10307 LocalPlayer.Character:ClearAllChildren()
10308 local char = Instance.new("Model", workspace)
10309 Instance.new("Humanoid", char)
10310 LocalPlayer.Character = char
10311end)
10312Cyclone:createCommand("kill", "kill [plr]", "Kills the target player", function(cmdParameters)
10313 local torsoname = "Torso"
10314 if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
10315 torsoname = "UpperTorso"
10316 end
10317 if Players[cmdParameters[1]][1].Character ~= nil then
10318 local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
10319 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
10320 local tool = Instance.new("Tool", LocalPlayer.Backpack)
10321 local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
10322 local hathandle = hat.Handle
10323 hathandle.Parent = tool
10324 hathandle.Massless = true
10325 tool.GripPos = Vector3.new(0, 9e99, 0)
10326 tool.Parent = LocalPlayer.Character
10327 repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
10328 tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
10329 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
10330 repeat
10331 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").CFrame
10332 wait()
10333 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)
10334 LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
10335 hathandle.Parent = hat
10336 hathandle.Massless = false
10337 tool:Destroy()
10338 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
10339 end
10340end)
10341Cyclone:createCommand("dupetools", "dupetools [amount]", "Duplicates your tools, must have startertools", function(cmdParameters)
10342 createNotif("Now duplicating " .. cmdParameters[1] .. " tools", CustomEnum.NotifcationType.Normal)
10343 LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
10344 local currentamount = #LocalPlayer.Backpack:GetChildren()
10345 LocalPlayer.Character.Archivable = true
10346 local tempchar = LocalPlayer.Character:Clone()
10347 local lastchar = nil
10348 tempchar.Parent = workspace
10349 local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
10350 repeat
10351 workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
10352 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
10353 if tool:IsA("Tool") then
10354 tool.Parent = LocalPlayer
10355 end
10356 end
10357 LocalPlayer.Character:ClearAllChildren()
10358 local char = Instance.new("Model", workspace)
10359 Instance.new("Humanoid", char)
10360 LocalPlayer.Character = char
10361 if lastchar ~= nil then
10362 lastchar:Destroy()
10363 end
10364 repeat RunService.RenderStepped:Wait() until LocalPlayer.Character ~= nil
10365 lastchar = char
10366 RunService.RenderStepped:Wait()
10367 until #LocalPlayer:GetChildren() - 3 - currentamount >= cmdParameters[1]
10368 repeat RunService.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
10369 lastchar:Destroy()
10370 for _, tool in pairs(LocalPlayer:GetChildren()) do
10371 if tool:IsA("Tool") then
10372 tool.Parent = LocalPlayer.Backpack
10373 end
10374 end
10375 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
10376 tempchar:Destroy()
10377end)
10378Cyclone:createCommand("accessorytotool", "accessorytotool", "Converts your accessories into tools", function(cmdParameters)
10379 for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
10380 if hat.Handle ~= nil then
10381 local tool = Instance.new("Tool", LocalPlayer.Backpack)
10382 tool.Name = hat.Name
10383 local hathandle = hat.Handle
10384 hathandle:FindFirstChildOfClass("Weld"):Destroy()
10385 hathandle.Parent = tool
10386 hathandle.Massless = true
10387 end
10388 end
10389end)
10390Cyclone:createCommand("lagserver", "lagserver", "Lags the server", function(cmdParameters)
10391 lagserver = true
10392 repeat
10393 local anim = Instance.new("Animation")
10394 anim.AnimationId = math.random()
10395 LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
10396 anim:Destroy()
10397 until lagserver == false
10398end)
10399Cyclone:createCommand("unlagserver", "unlagserver", "Stop lagging the server", function(cmdParameters)
10400 lagserver = false
10401end)
10402Cyclone:createCommand("custombtools", "custombtools", "Custom btools, only replicates on unanchored parts", function(cmdParameters)
10403 local movetool = Instance.new("Tool", LocalPlayer.Backpack)
10404 local deletetool = Instance.new("Tool", LocalPlayer.Backpack)
10405 local undotool = Instance.new("Tool", LocalPlayer.Backpack)
10406 local identifytool = Instance.new("Tool", LocalPlayer.Backpack)
10407 local movedetect = false
10408 local movingpart = nil
10409 local movetransparency = 0
10410 if editedparts == nil then
10411 editedparts = {}
10412 parentfix = {}
10413 positionfix = {}
10414 end
10415 deletetool.Name = "Delete"
10416 undotool.Name = "Undo"
10417 identifytool.Name = "Identify"
10418 movetool.Name = "Move"
10419 undotool.CanBeDropped = false
10420 deletetool.CanBeDropped = false
10421 identifytool.CanBeDropped = false
10422 movetool.CanBeDropped = false
10423 undotool.RequiresHandle = false
10424 deletetool.RequiresHandle = false
10425 identifytool.RequiresHandle = false
10426 movetool.RequiresHandle = false
10427 local function createnotification(title, text)
10428 game:GetService("StarterGui"):SetCore("SendNotification", {
10429 Title = title;
10430 Text = text;
10431 Duration = 1;
10432 })
10433 end
10434 deletetool.Activated:Connect(function()
10435 createnotification("Delete Tool", "You have deleted "..mouse.Target.Name)
10436 table.insert(editedparts, mouse.Target)
10437 table.insert(parentfix, mouse.Target.Parent)
10438 table.insert(positionfix, mouse.Target.CFrame)
10439 spawn(function()
10440 local deletedpart = mouse.Target
10441 repeat
10442 deletedpart.Anchored = true
10443 deletedpart.CFrame = CFrame.new(1000000000, 1000000000, 1000000000)
10444 wait()
10445 until deletedpart.CFrame ~= CFrame.new(1000000000, 1000000000, 1000000000)
10446 end)
10447 end)
10448 undotool.Activated:Connect(function()
10449 createnotification("Undo Tool", "You have undone "..editedparts[#editedparts].Name)
10450 editedparts[#editedparts].Parent = parentfix[#parentfix]
10451 editedparts[#editedparts].CFrame = positionfix[#positionfix]
10452 table.remove(positionfix, #positionfix)
10453 table.remove(editedparts, #editedparts)
10454 table.remove(parentfix, #parentfix)
10455 end)
10456 identifytool.Activated:Connect(function()
10457 createnotification("Identify Tool", "Instance: "..mouse.Target.ClassName.."\nName: "..mouse.Target.Name)
10458 end)
10459 movetool.Activated:Connect(function()
10460 createnotification("Move Tool", "You are moving: "..mouse.Target.Name)
10461 movingpart = mouse.Target
10462 movedetect = true
10463 movingpart.CanCollide = false
10464 movetransparency = movingpart.Transparency
10465 movingpart.Transparency = 0.5
10466 mouse.TargetFilter = movingpart
10467 table.insert(editedparts, movingpart)
10468 table.insert(parentfix, movingpart.Parent)
10469 table.insert(positionfix, movingpart.CFrame)
10470 movingpart.Transparency = movingpart.Transparency / 2
10471 repeat
10472 mouse.Move:Wait()
10473 movingpart.CFrame = CFrame.new(mouse.Hit.p)
10474 until movedetect == false
10475 end)
10476 movetool.Deactivated:Connect(function()
10477 createnotification("Move Tool", "You have stopped moving: "..mouse.Target.Name)
10478 movingpart.CanCollide = true
10479 movedetect = false
10480 mouse.TargetFilter = nil
10481 movingpart.Transparency = movetransparency
10482 end)
10483end)
10484Cyclone:createCommand("brickspam", "brickspam", "Turns your tools into bricks then drops them", function(cmdParameters)
10485 for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
10486 if tool:IsA("Tool") then
10487 tool.Parent = LocalPlayer.Character
10488 if tool.Handle:FindFirstChild("Mesh") ~= nil then
10489 tool.Handle:FindFirstChild("Mesh"):Destroy()
10490 end
10491 tool.Parent = workspace.Terrain -- Bypasses some tool clearing scripts
10492 wait()
10493 end
10494 end
10495end)
10496Cyclone:createCommand("drophats", "drophats", "Drops all your hats", function(cmdParameters)
10497 for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
10498 hat.Parent = workspace.Terrain -- Bypasses some hat clearing scripts
10499 end
10500end)
10501Cyclone:createCommand("brickhats", "brickhats", "Turns your hats into bricks", function(cmdParameters)
10502 for _, hat in pairs(LocalPlayer.Character:FindFirstChild("Humanoid"):GetAccessories()) do
10503 if hat.Handle:FindFirstChild("Mesh") then
10504 hat.Handle.Mesh:Destroy()
10505 end
10506 end
10507end)
10508Cyclone:createCommand("float", "float [velocity]", "Makes you float with given velocity", function(cmdParameters)
10509 Instance.new("BodyVelocity", LocalPlayer.Character:FindFirstChild("HumanoidRootPart")).Velocity = Vector3.new(0, cmdParameters[1], 0)
10510end)
10511Cyclone:createCommand("clicktp", "clicktp", "Click to teleport to your mouse position", function(cmdParameters)
10512 clicktp = mouse.Button1Down:Connect(function()
10513 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = mouse.Hit
10514 end)
10515end)
10516Cyclone:createCommand("unclicktp", "unclicktp", "Stops clicktp", function(cmdParameters)
10517 if clicktp then
10518 clicktp:Disconnect()
10519 end
10520end)
10521Cyclone:createCommand("xray", "xray", "Makes you see through walls", function(cmdParameters)
10522 for _, d in pairs(workspace:GetDescendants()) do
10523 if d:IsA("BasePart") then
10524 local transpVal = Instance.new("NumberValue", d)
10525 transpVal.Name = "transpVal"
10526 transpVal.Value = d.Transparency
10527 d.Transparency = d.Transparency + 0.75
10528 end
10529 end
10530end)
10531Cyclone:createCommand("unxray", "unxray", "Removes Xray", function(cmdParameters)
10532 for _, d in pairs(workspace:GetDescendants()) do
10533 if d:IsA("BasePart") and d:FindFirstChild("transpVal") then
10534 d.Transparency = d:FindFirstChild("transpVal").Value
10535 d:FindFirstChild("transpVal"):Destroy()
10536 end
10537 end
10538end)
10539Cyclone:createCommand("countdown", "countdown [countinto]", "Makes you count from countinto to 0 with changeable delay", function(cmdParameters)
10540 for i = cmdParameters[1], 0, -1 do
10541 chatPlr(i)
10542 wait(tonumber(cmdParameters[2]))
10543 end
10544end)
10545Cyclone:createCommand("getos", "getos [plr]", "Gets the OS of the target", function(cmdParameters)
10546 for _, plr in pairs(Players[cmdParameters[1]]) do
10547 createNotif(plr.Name .. "'s OS is " .. plr.OsPlatform)
10548 end
10549end)
10550Cyclone:createCommand("getage", "getage [plr]", "Gets the account age of the target", function(cmdParameters)
10551 for _, plr in pairs(Players[cmdParameters[1]]) do
10552 createNotif(plr.Name .. "'s account age is " .. plr.AccountAge)
10553 end
10554end)
10555Cyclone:createCommand("hugkill", "hugkill", "Touch players to kill them, must have player collision", function(cmdParameters)
10556 local torsoname = "Torso"
10557 if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
10558 torsoname = "UpperTorso"
10559 end
10560 LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
10561 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
10562 local tool = Instance.new("Tool", LocalPlayer.Backpack)
10563 LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
10564 tool.Handle.Massless = true
10565 tool.GripPos = Vector3.new(0, math.huge, 0)
10566 tool.Parent = LocalPlayer.Character
10567 wait()
10568 tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
10569 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
10570end)
10571Cyclone:createCommand("goto", "goto [plr]", "Teleports to the player", function(cmdParameters)
10572 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Players[cmdParameters[1]][1].Character:FindFirstChild("HumanoidRootPart").CFrame
10573end)
10574Cyclone:createCommand("oofspam", "oofspam [speed]", "Spams OOF with changeable speed", function(cmdParameters)
10575 repeat
10576 for _, plr in pairs(game:GetService("Players"):GetPlayers()) do
10577 plr.Character:FindFirstChild("Head").Died.Playing = true
10578 end
10579 wait(tonumber(cmdParameters[2]))
10580 until oofspamming == false
10581end)
10582Cyclone:createCommand("unoofspam", "unoofspam", "Stops OOF spam", function(cmdParameters)
10583 oofspamming = true
10584end)
10585searchBox:GetPropertyChangedSignal("Text"):Connect(Cyclone.updateSearchBar)
10586Cyclone.updateSearchBar()
10587-- Introduction setup:
10588local woosh1 = Cyclone:createSound("rbxassetid://858508159", 1)
10589local woosh2 = Cyclone:createSound("rbxassetid://541909763", 1)
10590local introSound = Cyclone:createSound("rbxassetid://745159327", 1)
10591local introBGM = Cyclone:createSound("rbxassetid://383635191", 1)
10592Cyclone:setBlinker(CustomEnum.BlinkingDirection.Close, 1, 1)
10593Cyclone:setBrightness(-1, 0.5)
10594Cyclone:setBlur(25, 1)
10595wait(1)
10596ContentProvider:PreloadAsync(CycloneGui:GetDescendants())
10597introLabel.Parent = CycloneGui
10598local oldCamOffset = LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset
10599LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset = LocalPlayer.Character:FindFirstChild("Humanoid").CameraOffset + Vector3.new(0, 10, 0)
10600wait(1)
10601TweenService:Create(LocalPlayer.Character:FindFirstChild("Humanoid"), tweenInfo1, {CameraOffset = oldCamOffset}):Play()
10602woosh1:Play()
10603introSound:Play()
10604Cyclone:setBlinker(CustomEnum.BlinkingDirection.Close, 1, 0.5)
10605Cyclone:setBrightness(1, 0.1)
10606wait(0.1)
10607Cyclone:setBrightness(-0.5, 2.5)
10608wait(3)
10609TweenService:Create(introLabel, tweenInfo3, {Position = UDim2.new(0, 0, 1, 0)}):Play()
10610Cyclone:setBlinker(CustomEnum.BlinkingDirection.Open, 1, 1)
10611Cyclone:setBrightness(0, 3)
10612Cyclone:setBlur(0, 3)
10613wait(2)
10614woosh2:Play()
10615TweenService:Create(mainFrame, tweenInfo2, {Position = UDim2.new(0.82, 0, 0.6, 0)}):Play()
10616wait(0.1)
10617introBGM:Play()
10618createNotif("Cyclone V1.0 is now running", CustomEnum.NotifcationType.Important)
10619wait(0.1)
10620if not string.split then
10621 createNotif("Your exploit doesn't support string.split", CustomEnum.NotifcationType.Error)
10622end
10623end)
10624
10625axy.Name = "axy"
10626axy.Parent = Main
10627axy.BackgroundColor3 = Color3.new(1, 1, 1)
10628axy.BackgroundTransparency = 1
10629axy.ClipsDescendants = true
10630axy.Position = UDim2.new(0.0120967738, 0, 0.821194768, 0)
10631axy.Size = UDim2.new(0, 246, 0, 23)
10632axy.Font = Enum.Font.SourceSansLight
10633axy.Text = "Axyzes#9205 for UI Tween"
10634axy.TextColor3 = Color3.new(0.333333, 1, 0.498039)
10635axy.TextSize = 16
10636
10637diemie.Name = "diemie"
10638diemie.Parent = Main
10639diemie.BackgroundColor3 = Color3.new(1, 1, 1)
10640diemie.BackgroundTransparency = 1
10641diemie.BorderColor3 = Color3.new(1, 1, 0)
10642diemie.ClipsDescendants = true
10643diemie.Position = UDim2.new(0.0120967738, 0, 0.897332668, 0)
10644diemie.Size = UDim2.new(0, 246, 0, 23)
10645diemie.Font = Enum.Font.SourceSansLight
10646diemie.Text = "Press ; to hide or show"
10647diemie.TextColor3 = Color3.new(1, 1, 0)
10648diemie.TextSize = 16
10649
10650
10651local isHidden = false
10652local mause = game.Players.LocalPlayer:GetMouse()
10653
10654do
10655local mouse = game:GetService("Players").LocalPlayer:GetMouse();
10656local inputService = game:GetService('UserInputService');
10657local heartbeat = game:GetService("RunService").Heartbeat;
10658function Draggable(frame)
10659local s, event = pcall(function()
10660return frame.MouseEnter
10661end)
10662if s then
10663frame.Active = true;
10664event:connect(function()
10665local input = frame.InputBegan:connect(function(key)
10666if key.UserInputType == Enum.UserInputType.MouseButton1 then
10667local objectPosition = Vector2.new(mouse.X - frame.AbsolutePosition.X, mouse.Y - frame.AbsolutePosition.Y);
10668while heartbeat:wait() and inputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) do
10669frame: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);
10670end
10671end
10672end)
10673local leave;
10674leave = frame.MouseLeave:connect(function()
10675input:disconnect();
10676leave:disconnect();
10677end)
10678end)
10679end
10680end
10681end
10682
10683Draggable(Main)
10684
10685mause.KeyDown:connect(function(key)
10686if key == ";" then
10687if isHidden == false then
10688Main:TweenPosition(Main.Position - UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
10689isHidden = true
10690else
10691Main:TweenPosition(Main.Position + UDim2.new(0,0,1,0),"Out","Quad",0.4,false)
10692isHidden = false
10693end
10694end
10695end)
10696end)
10697
10698TextButton.Parent = GuiOwner1x
10699TextButton.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10700TextButton.Position = UDim2.new(0.523333311, 0, 10.4666662, 0)
10701TextButton.Size = UDim2.new(0, 130, 0, 30)
10702TextButton.Font = Enum.Font.Highway
10703TextButton.Text = "Coming Soon!"
10704TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
10705TextButton.TextSize = 20.000
10706
10707Duplication.Name = "Duplication"
10708Duplication.Parent = GuiOwner1x
10709Duplication.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10710Duplication.Position = UDim2.new(0.523333311, 0, 7.60000038, 0)
10711Duplication.Size = UDim2.new(0, 130, 0, 30)
10712Duplication.Font = Enum.Font.Highway
10713Duplication.Text = "Duplication"
10714Duplication.TextColor3 = Color3.fromRGB(0, 0, 0)
10715Duplication.TextSize = 20.000
10716
10717TextButton_2.Parent = GuiOwner1x
10718TextButton_2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10719TextButton_2.Position = UDim2.new(0.523333371, 0, 13.4333334, 0)
10720TextButton_2.Size = UDim2.new(0, 130, 0, 30)
10721TextButton_2.Font = Enum.Font.Highway
10722TextButton_2.Text = "Coming Soon!"
10723TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
10724TextButton_2.TextSize = 20.000
10725
10726TextButton_3.Parent = GuiOwner1x
10727TextButton_3.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10728TextButton_3.Position = UDim2.new(0.782222211, 0, 13.4333334, 0)
10729TextButton_3.Size = UDim2.new(0, 130, 0, 30)
10730TextButton_3.Font = Enum.Font.Highway
10731TextButton_3.Text = "Coming Soon!"
10732TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
10733TextButton_3.TextSize = 20.000
10734
10735TextButton_4.Parent = GuiOwner1x
10736TextButton_4.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10737TextButton_4.Position = UDim2.new(0.782222211, 0, 1.66666663, 0)
10738TextButton_4.Size = UDim2.new(0, 130, 0, 30)
10739TextButton_4.Font = Enum.Font.Highway
10740TextButton_4.Text = "Coming Soon!"
10741TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
10742TextButton_4.TextSize = 20.000
10743
10744TextButton_5.Parent = GuiOwner1x
10745TextButton_5.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10746TextButton_5.Position = UDim2.new(0.782222211, 0, 7.4333334, 0)
10747TextButton_5.Size = UDim2.new(0, 130, 0, 30)
10748TextButton_5.Font = Enum.Font.Highway
10749TextButton_5.Text = "Coming Soon!"
10750TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
10751TextButton_5.TextSize = 20.000
10752
10753TextButton_6.Parent = GuiOwner1x
10754TextButton_6.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10755TextButton_6.Position = UDim2.new(0.782222211, 0, 10.4666662, 0)
10756TextButton_6.Size = UDim2.new(0, 130, 0, 30)
10757TextButton_6.Font = Enum.Font.Highway
10758TextButton_6.Text = "Coming Soon!"
10759TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
10760TextButton_6.TextSize = 20.000
10761
10762TextButton_7.Parent = GuiOwner1x
10763TextButton_7.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10764TextButton_7.Position = UDim2.new(0.782222271, 0, 4.36666679, 0)
10765TextButton_7.Size = UDim2.new(0, 130, 0, 30)
10766TextButton_7.Font = Enum.Font.Highway
10767TextButton_7.Text = "Coming Soon!"
10768TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
10769TextButton_7.TextSize = 20.000
10770
10771Scriptowner1x.Name = "Script owner 1x"
10772Scriptowner1x.Parent = BigFrame
10773Scriptowner1x.Active = true
10774Scriptowner1x.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10775Scriptowner1x.BorderSizePixel = 0
10776Scriptowner1x.Position = UDim2.new(0, 0, 0.939999998, 0)
10777Scriptowner1x.Size = UDim2.new(0, 900, 0, 30)
10778
10779ScriptOwner.Name = "Script Owner"
10780ScriptOwner.Parent = Scriptowner1x
10781ScriptOwner.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10782ScriptOwner.BorderSizePixel = 0
10783ScriptOwner.Size = UDim2.new(0, 900, 0, 30)
10784ScriptOwner.Text = "All script credit goes to their owners"
10785ScriptOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
10786ScriptOwner.TextSize = 20.000
10787
10788Close1x.Name = "Close 1x"
10789Close1x.Parent = Scriptowner1x
10790Close1x.Active = true
10791Close1x.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10792Close1x.BorderSizePixel = 0
10793Close1x.Position = UDim2.new(0.944444418, 0, -15.666667, 0)
10794Close1x.Size = UDim2.new(0, 50, 0, 30)
10795
10796Close.Name = "Close"
10797Close.Parent = Close1x
10798Close.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
10799Close.BorderSizePixel = 0
10800Close.Size = UDim2.new(0, 50, 0, 30)
10801Close.Text = "x"
10802Close.TextColor3 = Color3.fromRGB(0, 0, 0)
10803Close.TextSize = 30.000
10804Close.MouseButton1Down:connect(function()
10805OpenFrame.Visible = true
10806BigFrame.Visible = false
10807end)