Guest User

Untitled

a guest
Jul 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 253.22 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Open = Instance.new("Frame")
  6. local OpenButtton = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Design = Instance.new("Frame")
  9. local Close = Instance.new("TextButton")
  10. local Credits = Instance.new("TextLabel")
  11. local JailBreakAutoFarm = Instance.new("TextButton")
  12. local Design_2 = Instance.new("Frame")
  13. local Design_3 = Instance.new("Frame")
  14. local Design_4 = Instance.new("Frame")
  15. local RevizAdmin = Instance.new("TextButton")
  16. local InfiniteYield = Instance.new("TextButton")
  17. local JailbreakGUIv105 = Instance.new("TextButton")
  18. local CtrlTP = Instance.new("TextButton")
  19. local JailFix = Instance.new("TextButton")
  20. --Properties:
  21. ScreenGui.Parent = game.Workspace
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = ScreenGui
  26. Open.Active = true
  27. Open.BackgroundColor3 = Color3.new(0.27451, 0.831373, 0.831373)
  28. Open.Position = UDim2.new(-0.00095076696, 0, 0.502621293, 0)
  29. Open.Size = UDim2.new(0, 118, 0, 45)
  30.  
  31. OpenButtton.Name = "Open Buttton"
  32. OpenButtton.Parent = Open
  33. OpenButtton.BackgroundColor3 = Color3.new(0, 0.74902, 0.74902)
  34. OpenButtton.Position = UDim2.new(0.00847457629, 0, 0.155555561, 0)
  35. OpenButtton.Size = UDim2.new(0, 104, 0, 31)
  36. OpenButtton.Font = Enum.Font.Cartoon
  37. OpenButtton.Text = "Open"
  38. OpenButtton.TextColor3 = Color3.new(0, 0, 0)
  39. OpenButtton.TextSize = 20
  40.  
  41. Main.Name = "Main"
  42. Main.Parent = ScreenGui
  43. Main.Active = true
  44. Main.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  45. Main.Position = UDim2.new(0.194252253, 0, 0.230447516, 0)
  46. Main.Size = UDim2.new(0, 649, 0, 424)
  47. Main.Visible = false
  48.  
  49. Design.Name = "Design"
  50. Design.Parent = Main
  51. Design.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  52. Design.Size = UDim2.new(0, 649, 0, 46)
  53.  
  54. Close.Name = "Close"
  55. Close.Parent = Main
  56. Close.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  57. Close.BorderColor3 = Color3.new(1, 0, 0)
  58. Close.BorderSizePixel = 0
  59. Close.Position = UDim2.new(0.94453007, 0, 0, 0)
  60. Close.Size = UDim2.new(0, 36, 0, 46)
  61. Close.Font = Enum.Font.SourceSans
  62. Close.Text = "X"
  63. Close.TextColor3 = Color3.new(1, 0, 0)
  64. Close.TextSize = 40
  65.  
  66. Credits.Name = "Credits"
  67. Credits.Parent = Main
  68. Credits.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  69. Credits.BorderSizePixel = 0
  70. Credits.Position = UDim2.new(0.326656401, 0, 0, 0)
  71. Credits.Size = UDim2.new(0, 243, 0, 46)
  72. Credits.Font = Enum.Font.SourceSans
  73. Credits.Text = "Made by WalkerTalkr#6506"
  74. Credits.TextColor3 = Color3.new(1, 1, 1)
  75. Credits.TextSize = 23
  76.  
  77. JailBreakAutoFarm.Name = "JailBreakAutoFarm"
  78. JailBreakAutoFarm.Parent = Main
  79. JailBreakAutoFarm.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  80. JailBreakAutoFarm.Position = UDim2.new(0, 0, 0.146226421, 0)
  81. JailBreakAutoFarm.Size = UDim2.new(0, 200, 0, 50)
  82. JailBreakAutoFarm.Font = Enum.Font.Cartoon
  83. JailBreakAutoFarm.Text = "Jailbreak Autorob"
  84. JailBreakAutoFarm.TextColor3 = Color3.new(1, 1, 1)
  85. JailBreakAutoFarm.TextSize = 25
  86. JailBreakAutoFarm.MouseButton1Down:connect(function()
  87. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  88. end)
  89.  
  90. Design_2.Name = "Design"
  91. Design_2.Parent = Main
  92. Design_2.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  93. Design_2.Position = UDim2.new(0.315870583, 0, 0.108490564, 0)
  94. Design_2.Size = UDim2.new(0, 16, 0, 378)
  95.  
  96. Design_3.Name = "Design"
  97. Design_3.Parent = Main
  98. Design_3.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  99. Design_3.Position = UDim2.new(0.630200326, 0, 0.108490564, 0)
  100. Design_3.Size = UDim2.new(0, 16, 0, 378)
  101.  
  102. Design_4.Name = "Design"
  103. Design_4.Parent = Main
  104. Design_4.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  105. Design_4.Position = UDim2.new(0.975346684, 0, 0.108490571, 0)
  106. Design_4.Size = UDim2.new(0, 16, 0, 378)
  107.  
  108. RevizAdmin.Name = "Reviz Admin"
  109. RevizAdmin.Parent = Main
  110. RevizAdmin.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  111. RevizAdmin.Position = UDim2.new(0.654853642, 0, 0.146226421, 0)
  112. RevizAdmin.Size = UDim2.new(0, 200, 0, 50)
  113. RevizAdmin.Font = Enum.Font.Cartoon
  114. RevizAdmin.Text = "Reviz Admin"
  115. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  116. RevizAdmin.TextSize = 25
  117. RevizAdmin.MouseButton1Down:connect(function()
  118. -- Creator: illremember#3799
  119.  
  120. -- Credits to infinite yield, harkinian, dex creators
  121.  
  122. prefix = ":"
  123. wait(0.3)
  124. Commands = {
  125. '[-] cmdbar is shown when ; is pressed.',
  126. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  127. '[2] bring [plr] -- You need a tool! Will bring player to you',
  128. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  129. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  130. '[5] attach [plr] -- You need a tool! Attaches you to player',
  131. '[6] unattach [plr] -- Attempts to unattach you from a player',
  132. '[7] follow [plr] -- Makes you follow behind the player',
  133. '[8] unfollow',
  134. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  135. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  136. '[11] untrail',
  137. '[12] orbit [plr] -- Makes you orbit the player',
  138. '[13] unorbit',
  139. '[14] fling [plr] -- Makes you fling the player',
  140. '[15] unfling',
  141. '[16] fecheck -- Checks if the game is FE or not',
  142. '[17] void [plr] -- Teleports player to the void',
  143. '[18] noclip -- Gives you noclip to walk through walls',
  144. '[19] clip -- Removes noclip',
  145. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  146. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  147. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  148. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  149. '[24] annoy [plr] -- Loop teleports you to the player',
  150. '[25] unannoy',
  151. '[26] headwalk [plr] -- Loop teleports you to the player head',
  152. '[27] unheadwalk',
  153. '[28] nolimbs -- Removes your arms and legs',
  154. '[29] god -- Gives you FE Godmode',
  155. '[30] drophats -- Drops your accessories',
  156. '[31] droptool -- Drops any tool you have equipped',
  157. '[32] loopdhats -- Loop drops your accessories',
  158. '[33] unloopdhats',
  159. '[34] loopdtool -- Loop drops any tools you have equipped',
  160. '[35] unloopdtool',
  161. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  162. '[37] view [plr] -- Changes your camera to the player character',
  163. '[38] unview',
  164. '[39] goto [plr] -- Teleports you to player',
  165. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  166. '[41] unfly',
  167. '[42] chat [msg] -- Makes you chat a message',
  168. '[43] spam [msg] -- Spams a message',
  169. '[44] unspam',
  170. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  171. '[46] pmspam [plr] -- Spams a player in private message',
  172. '[47] unpmspam',
  173. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  174. '[49] uncfreeze [plr]',
  175. '[50] unlockws -- Unlocks the workspace',
  176. '[51] lockws -- Locks the workspace',
  177. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  178. '[53] pstand -- Enables platform stand',
  179. '[54] unpstand -- Disables platform stand',
  180. '[55] blockhead -- Removes your head mesh',
  181. '[56] sit',
  182. '[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',
  183. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  184. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  185. '[60] cmds -- Prints all commands',
  186. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  187. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  188. '[63] spinner -- Makes you spin',
  189. '[64] nospinner',
  190. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  191. '[66] noreach -- Removes reach, must have tool equipped',
  192. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  193. '[68] tp me [plr] -- Alternative to goto',
  194. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  195. '[70] uncbring',
  196. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  197. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  198. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  199. '[74] unglitch -- Unglitches you',
  200. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  201. '[76] explorer -- Loads up DEX',
  202. '[77] reset -- Resets your character.',
  203. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  204. '[79] animgui -- Loads up Energize animations GUI',
  205. '[80] savepos -- Saves your current position',
  206. '[81] loadpos -- Teleports you to your saved position',
  207. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  208. '[83] unbang',
  209. '[84] delcmdbar -- Removes the command bar completely',
  210. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  211. '[86] shutdown -- Uses harkinians script to shutdown server',
  212. '[87] respawn -- If grespawn doesnt work you can use respawn',
  213. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  214. '[89] getplrs -- Prints all players in game',
  215. '[90] deldecal -- Deletes all decals client sided',
  216. '[91] opfinality -- Loads in my FE GUI Opfinality',
  217. '[92] remotes -- Prints all remotes in the game in the console when added',
  218. '[93] noremotes -- Stops printing remotes',
  219. '[94] tpdefault -- Stops all loop teleports to a player',
  220. '[95] stopsit -- Will not allow you to sit',
  221. '[96] gosit -- Allows you to sit',
  222. '[97] clicktp -- Enables click tp',
  223. '[98] noclicktp -- Disables click tp',
  224. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  225. '[100] toolsoff -- Stops ;toolson',
  226. '[101] version -- Gets the admin version',
  227. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  228. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  229. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  230. '[105] clickdel -- Delete any block you press q on, client sided',
  231. '[106] noclickdel -- Stops clickdel',
  232. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  233. '[108] unlooprhats -- Stops loop removing mesh',
  234. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  235. '[110] unlooprtool -- Stops loop removing mesh',
  236. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  237. '[112] age [plr] -- Makes you chat the account age of the player',
  238. '[113] id [plr] -- Makes you chat the account ID of the player',
  239. '[114] .age [plr] -- Privately shows you the account age of the player',
  240. '[115] .id [plr] -- Privately shows you the account ID of the player',
  241. '[116] gameid -- Shows the game ID',
  242. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  243. '[118] removefog -- Removes fog, client sided',
  244. '[119] disable -- Disables your character by removing humanoid',
  245. '[120] enable -- Enables your character by adding humanoid',
  246. '[121] prefix [key] -- Changes the prefix used, default is ;',
  247. '[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.',
  248. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  249. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  250. '[125] uncarpet -- Stops carpet player',
  251. '[126] stare [plr] -- Turns your character to stare at another player',
  252. '[127] unstare -- Stops stare player',
  253. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  254. '[129] unlogchat -- Disables logchat',
  255. '[130] fixcam -- Fixes/resets your camera',
  256. '[131] unstate -- Stops changing state',
  257. }
  258. speedget = 1
  259.  
  260. lplayer = game:GetService("Players").LocalPlayer
  261.  
  262. lplayer.CharacterAdded:Connect(function(character)
  263. spin = false
  264. flying = false
  265. staring = false
  266. banpl = false
  267. end)
  268.  
  269. function change()
  270. prefix = prefix
  271. speedfly = speedfly
  272. end
  273.  
  274. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  275. local Found = {}
  276. local strl = String:lower()
  277. if strl == "all" then
  278. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  279. table.insert(Found,v)
  280. end
  281. elseif strl == "others" then
  282. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  283. if v.Name ~= lplayer.Name then
  284. table.insert(Found,v)
  285. end
  286. end
  287. elseif strl == "me" then
  288. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  289. if v.Name == lplayer.Name then
  290. table.insert(Found,v)
  291. end
  292. end
  293. else
  294. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  295. if v.Name:lower():sub(1, #String) == String:lower() then
  296. table.insert(Found,v)
  297. end
  298. end
  299. end
  300. return Found
  301. end
  302.  
  303. local Mouse = lplayer:GetMouse()
  304.  
  305. spin = false
  306. followed = false
  307. traill = false
  308. noclip = false
  309. annoying = false
  310. hwalk = false
  311. droppinghats = false
  312. droppingtools = false
  313. flying = false
  314. spamdelay = 1
  315. spamming = false
  316. spammingpm = false
  317. cbringing = false
  318. remotes = true
  319. added = true
  320. binds = false
  321. stopsitting = false
  322. clickgoto = false
  323. gettingtools = false
  324. removingmeshhats = false
  325. removingmeshtool = false
  326. clickdel = false
  327. staring = false
  328. chatlogs = false
  329. banpl = false
  330. changingstate = false
  331. statechosen = 0
  332.  
  333. adminversion = "Reviz Admin by illremember, Version 2.0"
  334.  
  335. flying = false
  336. speedfly = 1
  337.  
  338. function plrchat(plr, chat)
  339. print(plr.Name..": "..tick().."\n"..chat)
  340. end
  341.  
  342. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  343. v.Chatted:connect(function(chat)
  344. if chatlogs then
  345. plrchat(v, chat)
  346. end
  347. end)
  348. end
  349. game:GetService("Players").PlayerAdded:connect(function(plr)
  350. plr.Chatted:connect(function(chat)
  351. if chatlogs then
  352. plrchat(plr, chat)
  353. end
  354. end)
  355. end)
  356.  
  357.  
  358. local ScreenGui = Instance.new("ScreenGui")
  359. local Frame = Instance.new("Frame")
  360. local CMDBAR = Instance.new("TextBox")
  361. ScreenGui.Parent = game:GetService("CoreGui")
  362. Frame.Parent = ScreenGui
  363. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  364. Frame.BackgroundTransparency = 0.3
  365. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  366. Frame.Size = UDim2.new(0, 200, 0, 40)
  367. Frame.Active = true
  368. Frame.Draggable = true
  369. CMDBAR.Name = "CMDBAR"
  370. CMDBAR.Parent = Frame
  371. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  372. CMDBAR.BackgroundTransparency = 0.20000000298023
  373. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  374. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  375. CMDBAR.Font = Enum.Font.SourceSansLight
  376. CMDBAR.FontSize = Enum.FontSize.Size14
  377. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  378. CMDBAR.TextScaled = true
  379. CMDBAR.TextSize = 14
  380. CMDBAR.TextWrapped = true
  381. CMDBAR.Text = "Press ; to type, Enter to execute"
  382.  
  383. local CMDS = Instance.new("ScreenGui")
  384. local CMDSFRAME = Instance.new("Frame")
  385. local ScrollingFrame = Instance.new("ScrollingFrame")
  386. local TextLabel = Instance.new("TextLabel")
  387. local closegui = Instance.new("TextButton")
  388. CMDS.Name = "CMDS"
  389. CMDS.Parent = game:GetService("CoreGui")
  390. CMDSFRAME.Name = "CMDSFRAME"
  391. CMDSFRAME.Parent = CMDS
  392. CMDSFRAME.Active = true
  393. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  394. CMDSFRAME.BorderSizePixel = 0
  395. CMDSFRAME.Draggable = true
  396. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  397. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  398. CMDSFRAME.Visible = false
  399. ScrollingFrame.Parent = CMDSFRAME
  400. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  401. ScrollingFrame.BorderSizePixel = 0
  402. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  403. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  404. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  405. TextLabel.Parent = ScrollingFrame
  406. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  407. TextLabel.BackgroundTransparency = 1
  408. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  409. TextLabel.Font = Enum.Font.SourceSans
  410. TextLabel.FontSize = Enum.FontSize.Size18
  411. TextLabel.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."
  412. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  413. TextLabel.TextSize = 15
  414. TextLabel.TextWrapped = true
  415. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  416. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  417. closegui.Name = "closegui"
  418. closegui.Parent = CMDSFRAME
  419. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  420. closegui.BorderSizePixel = 0
  421. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  422. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  423. closegui.Font = Enum.Font.SourceSansBold
  424. closegui.FontSize = Enum.FontSize.Size24
  425. closegui.Text = "X"
  426. closegui.TextColor3 = Color3.new(1, 1, 1)
  427. closegui.TextSize = 20
  428.  
  429. closegui.MouseButton1Click:connect(function()
  430. CMDSFRAME.Visible = false
  431. end)
  432.  
  433. game:GetService('RunService').Stepped:connect(function()
  434. if spin then
  435. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  436. end
  437. if followed then
  438. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  439. end
  440. if traill then
  441. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  442. end
  443. if annoying then
  444. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  445. end
  446. if hwalk then
  447. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  448. end
  449. if staring then
  450. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  451. end
  452. end)
  453. game:GetService('RunService').Stepped:connect(function()
  454. if noclip then
  455. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  456. lplayer.Character.Head.CanCollide = false
  457. lplayer.Character.Torso.CanCollide = false
  458. lplayer.Character["Left Leg"].CanCollide = false
  459. lplayer.Character["Right Leg"].CanCollide = false
  460. else
  461. lplayer.Character.Humanoid:ChangeState(11)
  462. end
  463. end
  464. if changingstate then
  465. lplayer.Character.Humanoid:ChangeState(statechosen)
  466. end
  467. end)
  468. game:GetService('RunService').Stepped:connect(function()
  469. if droppinghats then
  470. for i,v in pairs(lplayer.Character:GetChildren()) do
  471. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  472. v.Parent = workspace
  473. end
  474. end
  475. end
  476. if droppingtools then
  477. for i,v in pairs(lplayer.Character:GetChildren()) do
  478. if (v:IsA("Tool")) then
  479. v.Parent = workspace
  480. end
  481. end
  482. end
  483. if removingmeshhats then
  484. for i,v in pairs(lplayer.Character:GetChildren()) do
  485. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  486. v.Handle.Mesh:Destroy()
  487. end
  488. end
  489. end
  490. if removingmeshtool then
  491. for i,v in pairs(lplayer.Character:GetChildren()) do
  492. if (v:IsA("Tool")) then
  493. v.Handle.Mesh:Destroy()
  494. end
  495. end
  496. end
  497. end)
  498. game:GetService('RunService').Stepped:connect(function()
  499. if banpl then
  500. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  501. end
  502. end)
  503. game:GetService('RunService').Stepped:connect(function()
  504. if stopsitting then
  505. lplayer.Character.Humanoid.Sit = false
  506. end
  507. end)
  508.  
  509. plr = lplayer
  510. hum = plr.Character.HumanoidRootPart
  511. mouse = plr:GetMouse()
  512. mouse.KeyDown:connect(function(key)
  513. if key == "e" then
  514. if mouse.Target then
  515. if clickgoto then
  516. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  517. elseif clickdel then
  518. mouse.Target:Destroy()
  519. end
  520. end
  521. end
  522. end)
  523.  
  524. game:GetService("Workspace").ChildAdded:connect(function(part)
  525. if gettingtools then
  526. if part:IsA("Tool") then
  527. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  528. end
  529. end
  530. end)
  531.  
  532. lplayer.Chatted:Connect(function(msg)
  533. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  534. if string.sub(msg, 7) == "me" then
  535. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  536. else
  537. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  538. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  539. lplayer.Character.Humanoid.Name = 1
  540. local l = lplayer.Character["1"]:Clone()
  541. l.Parent = lplayer.Character
  542. l.Name = "Humanoid"
  543. wait(0.1)
  544. lplayer.Character["1"]:Destroy()
  545. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  546. lplayer.Character.Animate.Disabled = true
  547. wait(0.1)
  548. lplayer.Character.Animate.Disabled = false
  549. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  550. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  551. lplayer.Character.Humanoid:EquipTool(v)
  552. end
  553. local function tp(player,player2)
  554. local char1,char2=player.Character,player2.Character
  555. if char1 and char2 then
  556. char1:MoveTo(char2.Head.Position)
  557. end
  558. end
  559. wait(0.1)
  560. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  561. wait(0.2)
  562. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  563. wait(0.5)
  564. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  565. wait(0.7)
  566. tp(lplayer,game:GetService("Players")[v.Name])
  567. wait(0.7)
  568. lplayer.Character.HumanoidRootPart.CFrame = NOW
  569. game:GetService("StarterGui"):SetCore("SendNotification", {
  570. Title = "Tools needed!";
  571. Text = "You need a tool in your backpack for this command!";
  572. })
  573. end
  574. end
  575. end
  576. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  577. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  578. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  579. lplayer.Character.Humanoid.Name = 1
  580. local l = lplayer.Character["1"]:Clone()
  581. l.Parent = lplayer.Character
  582. l.Name = "Humanoid"
  583. wait(0.1)
  584. lplayer.Character["1"]:Destroy()
  585. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  586. lplayer.Character.Animate.Disabled = true
  587. wait(0.1)
  588. lplayer.Character.Animate.Disabled = false
  589. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  590. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  591. lplayer.Character.Humanoid:EquipTool(v)
  592. end
  593. local function tp(player,player2)
  594. local char1,char2=player.Character,player2.Character
  595. if char1 and char2 then
  596. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  597. end
  598. end
  599. local function getout(player,player2)
  600. local char1,char2=player.Character,player2.Character
  601. if char1 and char2 then
  602. char1:MoveTo(char2.Head.Position)
  603. end
  604. end
  605. tp(game:GetService("Players")[v.Name], lplayer)
  606. wait(0.2)
  607. tp(game:GetService("Players")[v.Name], lplayer)
  608. wait(0.5)
  609. lplayer.Character.HumanoidRootPart.CFrame = NOW
  610. wait(0.5)
  611. getout(lplayer, game:GetService("Players")[v.Name])
  612. wait(0.3)
  613. lplayer.Character.HumanoidRootPart.CFrame = NOW
  614. game:GetService("StarterGui"):SetCore("SendNotification", {
  615. Title = "Tools needed!";
  616. Text = "You need a tool in your backpack for this command!";
  617. })
  618. end
  619. end
  620. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  621. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  622. lplayer.Character.Humanoid.Name = 1
  623. local l = lplayer.Character["1"]:Clone()
  624. l.Parent = lplayer.Character
  625. l.Name = "Humanoid"
  626. wait(0.1)
  627. lplayer.Character["1"]:Destroy()
  628. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  629. lplayer.Character.Animate.Disabled = true
  630. wait(0.1)
  631. lplayer.Character.Animate.Disabled = false
  632. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  633. lplayer.Character.Animate.Disabled = false
  634. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  635. lplayer.Character.Humanoid:EquipTool(v)
  636. end
  637. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  638. spinplr = v
  639. wait(0.5)
  640. spin = true
  641. game:GetService("StarterGui"):SetCore("SendNotification", {
  642. Title = "Tools needed!";
  643. Text = "You need a tool in your backpack for this command!";
  644. })
  645. end
  646. end
  647. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  648. spin = false
  649. end
  650. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  651. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  652. lplayer.Character.Humanoid.Name = 1
  653. local l = lplayer.Character["1"]:Clone()
  654. l.Parent = lplayer.Character
  655. l.Name = "Humanoid"
  656. wait(0.1)
  657. lplayer.Character["1"]:Destroy()
  658. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  659. lplayer.Character.Animate.Disabled = true
  660. wait(0.1)
  661. lplayer.Character.Animate.Disabled = false
  662. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  663. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  664. lplayer.Character.Humanoid:EquipTool(v)
  665. end
  666. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  667. wait(0.3)
  668. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  669. attplr = v
  670. game:GetService("StarterGui"):SetCore("SendNotification", {
  671. Title = "Tools needed!";
  672. Text = "You need a tool in your backpack for this command!";
  673. })
  674. end
  675. end
  676. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  677. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  678. local function getout(player,player2)
  679. local char1,char2=player.Character,player2.Character
  680. if char1 and char2 then
  681. char1:MoveTo(char2.Head.Position)
  682. end
  683. end
  684. getout(lplayer, game:GetService("Players")[v.Name])
  685. end
  686. end
  687. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  688. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  689. followed = true
  690. flwplr = v
  691. end
  692. end
  693. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  694. followed = false
  695. end
  696. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  697. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  698. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  699. lplayer.Character.Humanoid.Name = 1
  700. local l = lplayer.Character["1"]:Clone()
  701. l.Parent = lplayer.Character
  702. l.Name = "Humanoid"
  703. wait(0.1)
  704. lplayer.Character["1"]:Destroy()
  705. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  706. lplayer.Character.Animate.Disabled = true
  707. wait(0.1)
  708. lplayer.Character.Animate.Disabled = false
  709. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  710. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  711. lplayer.Character.Humanoid:EquipTool(v)
  712. end
  713. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  714. wait(0.2)
  715. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  716. wait(0.6)
  717. lplayer.Character.HumanoidRootPart.CFrame = NOW
  718. wait(0.6)
  719. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  720. game:GetService("StarterGui"):SetCore("SendNotification", {
  721. Title = "Tools needed!";
  722. Text = "You need a tool in your backpack for this command!";
  723. })
  724. end
  725. end
  726. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  727. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  728. traill = true
  729. trlplr = v
  730. end
  731. end
  732. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  733. traill = false
  734. end
  735. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  736. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  737. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  738. else
  739. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  740. local o = Instance.new("RocketPropulsion")
  741. o.Parent = lplayer.Character.HumanoidRootPart
  742. o.Name = "Orbit"
  743. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  744. o:Fire()
  745. noclip = true
  746. end
  747. end
  748. end
  749. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  750. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  751. noclip = false
  752. end
  753. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  754. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  755. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  756. else
  757. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  758. local y = Instance.new("RocketPropulsion")
  759. y.Parent = lplayer.Character.HumanoidRootPart
  760. y.CartoonFactor = 1
  761. y.MaxThrust = 800000
  762. y.MaxSpeed = 1000
  763. y.ThrustP = 200000
  764. y.Name = "Fling"
  765. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  766. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  767. y:Fire()
  768. noclip = true
  769. end
  770. end
  771. end
  772. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  773. noclip = false
  774. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  775. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  776. wait(0.4)
  777. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  778. end
  779. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  780. if game:GetService("Workspace").FilteringEnabled == true then
  781. warn("FE is Enabled (Filtering Enabled)")
  782. game:GetService("StarterGui"):SetCore("SendNotification", {
  783. Title = "FE is Enabled";
  784. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  785. })
  786. else
  787. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  788. game:GetService("StarterGui"):SetCore("SendNotification", {
  789. Title = "FE is Disabled";
  790. Text = "Filtering Disabled. Consider using a different admin script.";
  791. })
  792. end
  793. end
  794. if string.sub(msg, 1, 6) == (prefix.."void ") then
  795. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  796. lplayer.Character.Humanoid.Name = 1
  797. local l = lplayer.Character["1"]:Clone()
  798. l.Parent = lplayer.Character
  799. l.Name = "Humanoid"
  800. wait(0.1)
  801. lplayer.Character["1"]:Destroy()
  802. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  803. lplayer.Character.Animate.Disabled = true
  804. wait(0.1)
  805. lplayer.Character.Animate.Disabled = false
  806. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  807. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  808. lplayer.Character.Humanoid:EquipTool(v)
  809. end
  810. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  811. wait(0.2)
  812. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  813. wait(0.6)
  814. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  815. game:GetService("StarterGui"):SetCore("SendNotification", {
  816. Title = "Tools needed!";
  817. Text = "You need a tool in your backpack for this command!";
  818. })
  819. end
  820. end
  821. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  822. noclip = true
  823. game:GetService("StarterGui"):SetCore("SendNotification", {
  824. Title = "Noclip enabled";
  825. Text = "Type ;clip to disable";
  826. })
  827. end
  828. if string.sub(msg, 1, 5) == (prefix.."clip") then
  829. noclip = false
  830. game:GetService("StarterGui"):SetCore("SendNotification", {
  831. Title = "Noclip disabled";
  832. Text = "Type ;noclip to enable";
  833. })
  834. end
  835. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  836. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  837. end
  838. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  839. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  840. end
  841. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  842. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  843. end
  844. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  845. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  846. end
  847. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  848. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  849. end
  850. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  851. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  852. end
  853. if string.sub(msg, 1, 8) == (prefix.."default") then
  854. lplayer.Character.Humanoid.JumpPower = 50
  855. lplayer.Character.Humanoid.WalkSpeed = 16
  856. lplayer.Character.Humanoid.HipHeight = 0
  857. end
  858. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  859. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  860. annoying = true
  861. annplr = v
  862. end
  863. end
  864. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  865. annoying = false
  866. end
  867. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  868. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  869. hwalk = true
  870. hdwplr = v
  871. end
  872. end
  873. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  874. hwalk = false
  875. end
  876. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  877. lplayer.Character["Left Leg"]:Destroy()
  878. lplayer.Character["Left Arm"]:Destroy()
  879. lplayer.Character["Right Leg"]:Destroy()
  880. lplayer.Character["Right Arm"]:Destroy()
  881. end
  882. if string.sub(msg, 1, 4) == (prefix.."god") then
  883. lplayer.Character.Humanoid.Name = 1
  884. local l = lplayer.Character["1"]:Clone()
  885. l.Parent = lplayer.Character
  886. l.Name = "Humanoid"
  887. wait(0.1)
  888. lplayer.Character["1"]:Destroy()
  889. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  890. lplayer.Character.Animate.Disabled = true
  891. wait(0.1)
  892. lplayer.Character.Animate.Disabled = false
  893. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  894. game:GetService("StarterGui"):SetCore("SendNotification", {
  895. Title = "FE Godmode enabled";
  896. Text = "Use ;grespawn or ;respawn to remove";
  897. })
  898. end
  899. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  900. for i,v in pairs(lplayer.Character:GetChildren()) do
  901. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  902. v.Parent = workspace
  903. end
  904. end
  905. end
  906. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  907. for i,v in pairs(lplayer.Character:GetChildren()) do
  908. if (v:IsA("Tool")) then
  909. v.Parent = workspace
  910. end
  911. end
  912. end
  913. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  914. droppinghats = true
  915. game:GetService("StarterGui"):SetCore("SendNotification", {
  916. Title = "Loop Drop Enabled";
  917. Text = "Type ;unloopdhats to disable";
  918. })
  919. end
  920. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  921. droppinghats = false
  922. game:GetService("StarterGui"):SetCore("SendNotification", {
  923. Title = "Loop Drop Disabled";
  924. Text = "Type ;loopdhats to enable.";
  925. })
  926. end
  927. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  928. droppingtools = true
  929. game:GetService("StarterGui"):SetCore("SendNotification", {
  930. Title = "Loop Drop Enabled";
  931. Text = "Type ;unloopdtool to disable";
  932. })
  933. end
  934. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  935. droppingtools = false
  936. game:GetService("StarterGui"):SetCore("SendNotification", {
  937. Title = "Loop Drop Disabled";
  938. Text = "Type ;loopdtool to enable.";
  939. })
  940. end
  941. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  942. Local = game:GetService('Players').LocalPlayer
  943. Char = Local.Character
  944. touched,tpdback = false, false
  945. box = Instance.new('Part',workspace)
  946. box.Anchored = true
  947. box.CanCollide = true
  948. box.Size = Vector3.new(10,1,10)
  949. box.Position = Vector3.new(0,10000,0)
  950. box.Touched:connect(function(part)
  951. if (part.Parent.Name == Local.Name) then
  952. if touched == false then
  953. touched = true
  954. function apply()
  955. if script.Disabled ~= true then
  956. no = Char.HumanoidRootPart:Clone()
  957. wait(.25)
  958. Char.HumanoidRootPart:Destroy()
  959. no.Parent = Char
  960. Char:MoveTo(loc)
  961. touched = false
  962. end end
  963. if Char then
  964. apply()
  965. end
  966. end
  967. end
  968. end)
  969. repeat wait() until Char
  970. loc = Char.HumanoidRootPart.Position
  971. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  972. game:GetService("StarterGui"):SetCore("SendNotification", {
  973. Title = "Invisibility enabled!";
  974. Text = "Reset or use ;respawn to remove.";
  975. })
  976. end
  977. if string.sub(msg, 1, 6) == (prefix.."view ") then
  978. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  979. if game:GetService("Players")[v.Name].Character.Humanoid then
  980. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  981. else
  982. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  983. end
  984. end
  985. end
  986. if string.sub(msg, 1, 7) == (prefix.."unview") then
  987. if lplayer.Character.Humanoid then
  988. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  989. else
  990. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  991. end
  992. end
  993. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  994. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  995. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  996. end
  997. end
  998. if string.sub(msg, 1, 4) == (prefix.."fly") then
  999. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1000. repeat wait() until Mouse
  1001.  
  1002. local T = lplayer.Character.HumanoidRootPart
  1003. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1004. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1005. local SPEED = speedget
  1006.  
  1007. local function fly()
  1008. flying = true
  1009. local BG = Instance.new('BodyGyro', T)
  1010. local BV = Instance.new('BodyVelocity', T)
  1011. BG.P = 9e4
  1012. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1013. BG.cframe = T.CFrame
  1014. BV.velocity = Vector3.new(0, 0.1, 0)
  1015. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1016. spawn(function()
  1017. repeat wait()
  1018. lplayer.Character.Humanoid.PlatformStand = true
  1019. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1020. SPEED = 50
  1021. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1022. SPEED = 0
  1023. end
  1024. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1025. 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
  1026. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1027. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1028. 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
  1029. else
  1030. BV.velocity = Vector3.new(0, 0.1, 0)
  1031. end
  1032. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1033. until not flying
  1034. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1035. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1036. SPEED = 0
  1037. BG:destroy()
  1038. BV:destroy()
  1039. lplayer.Character.Humanoid.PlatformStand = false
  1040. end)
  1041. end
  1042. Mouse.KeyDown:connect(function(KEY)
  1043. if KEY:lower() == 'w' then
  1044. CONTROL.F = speedfly
  1045. elseif KEY:lower() == 's' then
  1046. CONTROL.B = -speedfly
  1047. elseif KEY:lower() == 'a' then
  1048. CONTROL.L = -speedfly
  1049. elseif KEY:lower() == 'd' then
  1050. CONTROL.R = speedfly
  1051. end
  1052. end)
  1053. Mouse.KeyUp:connect(function(KEY)
  1054. if KEY:lower() == 'w' then
  1055. CONTROL.F = 0
  1056. elseif KEY:lower() == 's' then
  1057. CONTROL.B = 0
  1058. elseif KEY:lower() == 'a' then
  1059. CONTROL.L = 0
  1060. elseif KEY:lower() == 'd' then
  1061. CONTROL.R = 0
  1062. end
  1063. end)
  1064. fly()
  1065. end
  1066. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1067. flying = false
  1068. lplayer.Character.Humanoid.PlatformStand = false
  1069. end
  1070. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1071. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1072. end
  1073. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1074. spamtext = (string.sub(msg, 7))
  1075. spamming = true
  1076. end
  1077. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1078. spamming = false
  1079. end
  1080. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1081. spamdelay = (string.sub(msg, 11))
  1082. end
  1083. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1084. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1085. pmspammed = v.Name
  1086. spammingpm = true
  1087. end
  1088. end
  1089. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1090. spammingpm = false
  1091. end
  1092. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1093. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1094. v.Character["Left Leg"].Anchored = true
  1095. v.Character["Left Arm"].Anchored = true
  1096. v.Character["Right Leg"].Anchored = true
  1097. v.Character["Right Arm"].Anchored = true
  1098. v.Character.Torso.Anchored = true
  1099. v.Character.Head.Anchored = true
  1100. end
  1101. end
  1102. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1103. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1104. v.Character["Left Leg"].Anchored = false
  1105. v.Character["Left Arm"].Anchored = false
  1106. v.Character["Right Leg"].Anchored = false
  1107. v.Character["Right Arm"].Anchored = false
  1108. v.Character.Torso.Anchored = false
  1109. v.Character.Head.Anchored = false
  1110. end
  1111. end
  1112. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1113. local a = game:GetService("Workspace"):getChildren()
  1114. for i = 1, #a do
  1115. if a[i].className == "Part" then
  1116. a[i].Locked = false
  1117. elseif a[i].className == "Model" then
  1118. local r = a[i]:getChildren()
  1119. for i = 1, #r do
  1120. if r[i].className == "Part" then
  1121. r[i].Locked = false
  1122. end
  1123. end
  1124. end
  1125. end
  1126. game:GetService("StarterGui"):SetCore("SendNotification", {
  1127. Title = "Success!";
  1128. Text = "Workspace unlocked. Use ;lockws to lock.";
  1129. })
  1130. end
  1131. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1132. local a = game:GetService("Workspace"):getChildren()
  1133. for i = 1, #a do
  1134. if a[i].className == "Part" then
  1135. a[i].Locked = true
  1136. elseif a[i].className == "Model" then
  1137. local r = a[i]:getChildren()
  1138. for i = 1, #r do
  1139. if r[i].className == "Part" then
  1140. r[i].Locked = true
  1141. end
  1142. end
  1143. end
  1144. end
  1145. end
  1146. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1147. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1148. Clone_T.BinType = "Clone"
  1149. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1150. Destruct.BinType = "Hammer"
  1151. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1152. Hold_T.BinType = "Grab"
  1153. end
  1154. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1155. lplayer.Character.Humanoid.PlatformStand = true
  1156. end
  1157. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1158. lplayer.Character.Humanoid.PlatformStand = false
  1159. end
  1160. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1161. lplayer.Character.Head.Mesh:Destroy()
  1162. end
  1163. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1164. lplayer.Character.Humanoid.Sit = true
  1165. end
  1166. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1167. local function bringobjw()
  1168. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1169. if obj.Name == (string.sub(msg, 11)) then
  1170. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1171. obj.CanCollide = false
  1172. obj.Transparency = 0.7
  1173. wait()
  1174. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1175. wait()
  1176. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1177. wait()
  1178. obj.CFrame = lplayer.Character["Head"].CFrame
  1179. end
  1180. end
  1181. end
  1182. while wait() do
  1183. bringobjw()
  1184. end
  1185. game:GetService("StarterGui"):SetCore("SendNotification", {
  1186. Title = "BringObj";
  1187. Text = "BringObj enabled.";
  1188. })
  1189. end
  1190. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1191. vis = (string.sub(msg, 8))
  1192. local a = game:GetService("Workspace"):GetDescendants()
  1193. for i = 1, #a do
  1194. if a[i].className == "Part" then
  1195. a[i].Transparency = vis
  1196. elseif a[i].className == "Model" then
  1197. local r = a[i]:getChildren()
  1198. for i = 1, #r do
  1199. if r[i].className == "Part" then
  1200. r[i].Transparency = vis
  1201. end
  1202. end
  1203. end
  1204. end
  1205. end
  1206. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1207. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1208. game:GetService("StarterGui"):SetCore("SendNotification", {
  1209. Title = "Success!";
  1210. Text = "HyperTotal GUI Loaded!";
  1211. })
  1212. end
  1213. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1214. CMDSFRAME.Visible = true
  1215. end
  1216. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1217. for i,v in pairs(lplayer.Character:GetChildren()) do
  1218. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1219. v.Handle.Mesh:Destroy()
  1220. end
  1221. end
  1222. end
  1223. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1224. for i,v in pairs(lplayer.Character:GetChildren()) do
  1225. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1226. v.Handle.Mesh:Destroy()
  1227. end
  1228. end
  1229. end
  1230. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1231. for i,v in pairs(lplayer.Character:GetChildren()) do
  1232. if (v:IsA("Tool")) then
  1233. v.Handle.Mesh:Destroy()
  1234. end
  1235. end
  1236. end
  1237. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1238. for i,v in pairs(lplayer.Character:GetChildren()) do
  1239. if (v:IsA("Tool")) then
  1240. v.Handle.Mesh:Destroy()
  1241. end
  1242. end
  1243. end
  1244. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1245. local p = Instance.new("RocketPropulsion")
  1246. p.Parent = lplayer.Character.HumanoidRootPart
  1247. p.Name = "Spinner"
  1248. p.Target = lplayer.Character["Left Arm"]
  1249. p:Fire()
  1250. game:GetService("StarterGui"):SetCore("SendNotification", {
  1251. Title = "Spinner enabled";
  1252. Text = "Type ;nospinner to disable.";
  1253. })
  1254. end
  1255. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1256. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1257. end
  1258. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1259. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1260. if v:isA("Tool") then
  1261. local a = Instance.new("SelectionBox",v.Handle)
  1262. a.Adornee = v.Handle
  1263. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1264. v.GripPos = Vector3.new(0,0,0)
  1265. lplayer.Character.Humanoid:UnequipTools()
  1266. end
  1267. end
  1268. game:GetService("StarterGui"):SetCore("SendNotification", {
  1269. Title = "Reach applied!";
  1270. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1271. })
  1272. end
  1273. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1274. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1275. if v:isA("Tool") then
  1276. handleSize = v.Handle.Size
  1277. wait()
  1278. local a = Instance.new("SelectionBox",v.Handle)
  1279. a.Name = "a"
  1280. a.Adornee = v.Handle
  1281. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1282. v.GripPos = Vector3.new(0,0,0)
  1283. lplayer.Character.Humanoid:UnequipTools()
  1284. end
  1285. end
  1286. game:GetService("StarterGui"):SetCore("SendNotification", {
  1287. Title = "Reach applied!";
  1288. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1289. })
  1290. end
  1291. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1292. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1293. if v:isA("Tool") then
  1294. v.Handle.a:Destroy()
  1295. v.Handle.Size = handleSize
  1296. end
  1297. end
  1298. game:GetService("StarterGui"):SetCore("SendNotification", {
  1299. Title = "Reach removed!";
  1300. Text = "Removed reach from equipped sword.";
  1301. })
  1302. end
  1303. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1304. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1305. lplayer.Character.Humanoid.Name = 1
  1306. local l = lplayer.Character["1"]:Clone()
  1307. l.Parent = lplayer.Character
  1308. l.Name = "Humanoid"
  1309. wait(0.1)
  1310. lplayer.Character["1"]:Destroy()
  1311. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1312. lplayer.Character.Animate.Disabled = true
  1313. wait(0.1)
  1314. lplayer.Character.Animate.Disabled = false
  1315. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1316. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1317. lplayer.Character.Humanoid:EquipTool(v)
  1318. end
  1319. wait(0.1)
  1320. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1321. wait(0.2)
  1322. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1323. wait(0.5)
  1324. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1325. game:GetService("StarterGui"):SetCore("SendNotification", {
  1326. Title = "Tools needed!";
  1327. Text = "You need a tool in your backpack for this command!";
  1328. })
  1329. end
  1330. end
  1331. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1332. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1333. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1334. end
  1335. end
  1336. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1337. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1338. cbringall = true
  1339. else
  1340. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1341. brplr = v.Name
  1342. end
  1343. end
  1344. cbring = true
  1345. end
  1346. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1347. cbring = false
  1348. cbringall = false
  1349. end
  1350. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1351. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1352. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1353. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1354. lplayer.Character.Humanoid.Name = 1
  1355. local l = lplayer.Character["1"]:Clone()
  1356. l.Parent = lplayer.Character
  1357. l.Name = "Humanoid"
  1358. wait(0.1)
  1359. lplayer.Character["1"]:Destroy()
  1360. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1361. lplayer.Character.Animate.Disabled = true
  1362. wait(0.1)
  1363. lplayer.Character.Animate.Disabled = false
  1364. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1365. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1366. lplayer.Character.Humanoid:EquipTool(v)
  1367. end
  1368. local function tp(player,player2)
  1369. local char1,char2=player.Character,player2.Character
  1370. if char1 and char2 then
  1371. char1:MoveTo(char2.Head.Position)
  1372. end
  1373. end
  1374. wait(0.1)
  1375. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1376. wait(0.2)
  1377. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1378. wait(0.5)
  1379. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1380. wait(0.6)
  1381. tp(lplayer, game:GetService("Players")[v.Name])
  1382. wait(0.4)
  1383. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1384. game:GetService("StarterGui"):SetCore("SendNotification", {
  1385. Title = "Tools needed!";
  1386. Text = "You need a tool in your backpack for this command!";
  1387. })
  1388. end
  1389. end
  1390. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1391. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1392. lplayer.Character.Humanoid.Name = 1
  1393. local l = lplayer.Character["1"]:Clone()
  1394. l.Parent = lplayer.Character
  1395. l.Name = "Humanoid"
  1396. wait(0.1)
  1397. lplayer.Character["1"]:Destroy()
  1398. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1399. lplayer.Character.Animate.Disabled = true
  1400. wait(0.1)
  1401. lplayer.Character.Animate.Disabled = false
  1402. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1403. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1404. lplayer.Character.Humanoid:EquipTool(v)
  1405. end
  1406. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1407. wait(0.3)
  1408. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1409. wait(0.4)
  1410. b = Instance.new("BodyForce")
  1411. b.Parent = lplayer.Character.HumanoidRootPart
  1412. b.Name = "Glitch"
  1413. b.Force = Vector3.new(100000000,5000,0)
  1414. game:GetService("StarterGui"):SetCore("SendNotification", {
  1415. Title = "Tools needed!";
  1416. Text = "You need a tool in your backpack for this command!";
  1417. })
  1418. end
  1419. end
  1420. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1421. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1422. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1423. b = Instance.new("BodyForce")
  1424. b.Parent = lplayer.Character.HumanoidRootPart
  1425. b.Name = "unGlitch"
  1426. b.Force = Vector3.new(0,-5000000,0)
  1427. wait(2)
  1428. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1429. end
  1430. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1431. lplayer.Character.Humanoid.Health = 0
  1432. wait(1)
  1433. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1434. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1435. end
  1436. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1437. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1438. game:GetService("StarterGui"):SetCore("SendNotification", {
  1439. Title = "Success!";
  1440. Text = "DEX Explorer has loaded.";
  1441. })
  1442. end
  1443. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1444. local Anim = Instance.new("Animation")
  1445. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1446. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1447. track:Play(.1, 1, 1)
  1448. end
  1449. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1450. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1451. game:GetService("StarterGui"):SetCore("SendNotification", {
  1452. Title = "Success!";
  1453. Text = "Energize Animations GUI has loaded.";
  1454. })
  1455. end
  1456. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1457. saved = lplayer.Character.HumanoidRootPart.CFrame
  1458. game:GetService("StarterGui"):SetCore("SendNotification", {
  1459. Title = "Position Saved";
  1460. Text = "Use ;loadpos to return to saved position.";
  1461. })
  1462. end
  1463. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1464. lplayer.Character.HumanoidRootPart.CFrame = saved
  1465. end
  1466. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1467. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1468. local Anim2 = Instance.new("Animation")
  1469. Anim2.AnimationId = "rbxassetid://148840371"
  1470. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1471. track2:Play(.1, 1, 1)
  1472. bplrr = v.Name
  1473. banpl = true
  1474. end
  1475. end
  1476. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1477. banpl = false
  1478. end
  1479. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1480. local function bringmodw()
  1481. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1482. if obj.Name == (string.sub(msg, 11)) then
  1483. for i,ch in pairs(obj:GetDescendants()) do
  1484. if (ch:IsA("BasePart")) then
  1485. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1486. ch.CanCollide = false
  1487. ch.Transparency = 0.7
  1488. wait()
  1489. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1490. wait()
  1491. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1492. wait()
  1493. ch.CFrame = lplayer.Character["Head"].CFrame
  1494. end
  1495. end
  1496. end
  1497. end
  1498. end
  1499. while wait() do
  1500. bringmodw()
  1501. end
  1502. game:GetService("StarterGui"):SetCore("SendNotification", {
  1503. Title = "BringMod";
  1504. Text = "BringMod enabled.";
  1505. })
  1506. end
  1507. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1508. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1509. local hum = Instance.new('Humanoid', mod)
  1510. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1511. lplayer.Character = mod
  1512. end
  1513. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1514. game:GetService'RunService'.Stepped:Connect(function()
  1515. pcall(function()
  1516. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1517. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1518. for _,x in pairs(v.Character.Head:GetChildren()) do
  1519. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1520. end
  1521. end
  1522. end
  1523. end)
  1524. end)
  1525. game:GetService("StarterGui"):SetCore("SendNotification", {
  1526. Title = "Attempting Shutdown";
  1527. Text = "Shutdown Attempt has begun.";
  1528. })
  1529. end
  1530. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1531. objtodel = (string.sub(msg, 9))
  1532. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1533. if v.Name == objtodel then
  1534. v:Destroy()
  1535. end
  1536. end
  1537. end
  1538. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1539. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1540. print(v)
  1541. end
  1542. game:GetService("StarterGui"):SetCore("SendNotification", {
  1543. Title = "Printed";
  1544. Text = "Players have been printed to console. (F9)";
  1545. })
  1546. end
  1547. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1548. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1549. if (v:IsA("Decal")) then
  1550. v:Destroy()
  1551. end
  1552. end
  1553. end
  1554. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1555. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1556. game:GetService("StarterGui"):SetCore("SendNotification", {
  1557. Title = "Success!";
  1558. Text = "OpFinality GUI has loaded.";
  1559. })
  1560. end
  1561. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1562. remotes = true
  1563. added = true
  1564. game.DescendantAdded:connect(function(rmt)
  1565. if added == true then
  1566. if remotes == true then
  1567. if rmt:IsA("RemoteEvent") then
  1568. print("A RemoteEvent was added!")
  1569. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1570. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1571. end end end
  1572. end)
  1573. game.DescendantAdded:connect(function(rmtfnctn)
  1574. if added == true then
  1575. if remotes == true then
  1576. if rmtfnctn:IsA("RemoteFunction") then
  1577. warn("A RemoteFunction was added!")
  1578. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1579. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1580. end end end
  1581. end)
  1582.  
  1583. game.DescendantAdded:connect(function(bndfnctn)
  1584. if added == true then
  1585. if binds == true then
  1586. if bndfnctn:IsA("BindableFunction") then
  1587. print("A BindableFunction was added!")
  1588. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1589. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1590. end end end
  1591. end)
  1592.  
  1593. game.DescendantAdded:connect(function(bnd)
  1594. if added == true then
  1595. if binds == true then
  1596. if bnd:IsA("BindableEvent") then
  1597. warn("A BindableEvent was added!")
  1598. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1599. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1600. end end end
  1601. end)
  1602.  
  1603.  
  1604. if binds == true then
  1605. for i,v in pairs(game:GetDescendants()) do
  1606. if v:IsA("BindableFunction") then
  1607. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1608. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1609. end end
  1610. for i,v in pairs(game:GetDescendants()) do
  1611. if v:IsA("BindableEvent") then
  1612. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1613. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1614. end end
  1615. else
  1616. print("Off")
  1617. end
  1618. if remotes == true then
  1619. for i,v in pairs(game:GetDescendants()) do
  1620. if v:IsA("RemoteFunction") then
  1621. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1622. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1623. end end
  1624. wait()
  1625. for i,v in pairs(game:GetDescendants()) do
  1626. if v:IsA("RemoteEvent") then
  1627. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1628. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1629. end end
  1630. else
  1631. print("Off")
  1632. end
  1633. game:GetService("StarterGui"):SetCore("SendNotification", {
  1634. Title = "Printing Remotes";
  1635. Text = "Type ;noremotes to disable.";
  1636. })
  1637. end
  1638. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1639. remotes = false
  1640. added = false
  1641. game:GetService("StarterGui"):SetCore("SendNotification", {
  1642. Title = "Printing Remotes Disabled";
  1643. Text = "Type ;remotes to enable.";
  1644. })
  1645. end
  1646. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1647. spin = false
  1648. followed = false
  1649. traill = false
  1650. noclip = false
  1651. annoying = false
  1652. hwalk = false
  1653. cbringing = false
  1654. end
  1655. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1656. stopsitting = true
  1657. end
  1658. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1659. stopsitting = false
  1660. end
  1661. if string.sub(msg, 1, 8) == (prefix.."version") then
  1662. print(adminversion)
  1663. game:GetService("StarterGui"):SetCore("SendNotification", {
  1664. Title = "Version";
  1665. Text = adminversion;
  1666. })
  1667. end
  1668. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1669. clickgoto = true
  1670. game:GetService("StarterGui"):SetCore("SendNotification", {
  1671. Title = "Click TP";
  1672. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1673. })
  1674. end
  1675. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1676. clickdel = true
  1677. game:GetService("StarterGui"):SetCore("SendNotification", {
  1678. Title = "Click Delete";
  1679. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1680. })
  1681. end
  1682. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1683. clickdel = false
  1684. game:GetService("StarterGui"):SetCore("SendNotification", {
  1685. Title = "Click Delete";
  1686. Text = "Click delete has been disabled.";
  1687. })
  1688. end
  1689. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1690. clickgoto = false
  1691. game:GetService("StarterGui"):SetCore("SendNotification", {
  1692. Title = "Click TP";
  1693. Text = "Click TP has been disabled.";
  1694. })
  1695. end
  1696. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1697. gettingtools = true
  1698. game:GetService("StarterGui"):SetCore("SendNotification", {
  1699. Title = "Tools Enabled";
  1700. Text = "Automatically colleting tools dropped.";
  1701. })
  1702. end
  1703. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1704. gettingtools = false
  1705. game:GetService("StarterGui"):SetCore("SendNotification", {
  1706. Title = "Tools Disabled";
  1707. Text = "Click TP has been disabled.";
  1708. })
  1709. end
  1710. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1711. ScreenGui:Destroy()
  1712. end
  1713. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1714. lplayer.Character.Head:Destroy()
  1715. end
  1716. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1717. statechosen = string.sub(msg, 8)
  1718. changingstate = true
  1719. end
  1720. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1721. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1722. end
  1723. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1724. removingmeshhats = true
  1725. end
  1726. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1727. removingmeshhats = false
  1728. end
  1729. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1730. removingmeshtool = true
  1731. end
  1732. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1733. removingmeshtool = false
  1734. end
  1735. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1736. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1737. if v:IsA("Tool") then
  1738. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1739. v.Parent = player.Character
  1740. end
  1741. end
  1742. end
  1743. end
  1744. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1745. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1746. if v:IsA("Tool") then
  1747. v.Parent = lplayer.Character
  1748. wait()
  1749. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1750. v.Parent = player.Character
  1751. end
  1752. end
  1753. end
  1754. end
  1755. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1756. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1757. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1758. end
  1759. end
  1760. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1761. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1762. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1763. end
  1764. end
  1765. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1766. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1767. game:GetService("StarterGui"):SetCore("SendNotification", {
  1768. Title = player.AccountAge.." Days";
  1769. Text = "Account age of "..player.Name;
  1770. })
  1771. end
  1772. end
  1773. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1774. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1775. game:GetService("StarterGui"):SetCore("SendNotification", {
  1776. Title = player.UserId.." ID";
  1777. Text = "Account ID of "..player.Name;
  1778. })
  1779. end
  1780. end
  1781. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1782. game:GetService("StarterGui"):SetCore("SendNotification", {
  1783. Title = "Game ID";
  1784. Text = "Game ID: ".. game.GameId;
  1785. })
  1786. end
  1787. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1788. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1789. if pgscheck == true then
  1790. game:GetService("StarterGui"):SetCore("SendNotification", {
  1791. Title = "PGSPhysicsSolverEnabled";
  1792. Text = "PGS is Enabled!";
  1793. })
  1794. else
  1795. game:GetService("StarterGui"):SetCore("SendNotification", {
  1796. Title = "PGSPhysicsSolverEnabled";
  1797. Text = "PGS is Disabled!";
  1798. })
  1799. end
  1800. end
  1801. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1802. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1803. if v:IsA("Part") then
  1804. if v.Transparency == 1 then
  1805. if v.Name ~= "HumanoidRootPart" then
  1806. v:Destroy()
  1807. end
  1808. end
  1809. end
  1810. end
  1811. end
  1812. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1813. game:GetService("Lighting").FogStart = 0
  1814. game:GetService("Lighting").FogEnd = 9999999999999
  1815. end
  1816. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1817. lplayer.Character.Humanoid.Parent = lplayer
  1818. end
  1819. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1820. lplayer.Humanoid.Parent = lplayer.Character
  1821. end
  1822. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1823. prefix = (string.sub(msg, 9, 9))
  1824. wait(0.1)
  1825. change()
  1826. wait(0.1)
  1827. game:GetService("StarterGui"):SetCore("SendNotification", {
  1828. Title = "Prefix changed!";
  1829. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1830. })
  1831. end
  1832. if string.sub(msg, 1, 12) == (";resetprefix") then
  1833. prefix = ";"
  1834. wait(0.1)
  1835. change()
  1836. wait(0.1)
  1837. game:GetService("StarterGui"):SetCore("SendNotification", {
  1838. Title = "Prefix changed!";
  1839. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1840. })
  1841. end
  1842. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1843. speedfly = string.sub(msg, 11)
  1844. wait()
  1845. change()
  1846. end
  1847. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1848. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1849. local Anim3 = Instance.new("Animation")
  1850. Anim3.AnimationId = "rbxassetid://282574440"
  1851. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1852. track3:Play(.1, 1, 1)
  1853. bplrr = v.Name
  1854. banpl = true
  1855. end
  1856. end
  1857. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1858. banpl = false
  1859. end
  1860. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1861. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1862. staring = true
  1863. stareplr = v
  1864. end
  1865. end
  1866. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1867. staring = false
  1868. end
  1869. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1870. chatlogs = true
  1871. game:GetService("StarterGui"):SetCore("SendNotification", {
  1872. Title = "LogChat enabled";
  1873. Text = "Now logging all player chat.";
  1874. })
  1875. end
  1876. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1877. chatlogs = false
  1878. game:GetService("StarterGui"):SetCore("SendNotification", {
  1879. Title = "LogChat disabled";
  1880. Text = "Stopped logging all player chat.";
  1881. })
  1882. end
  1883. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1884. game:GetService("Workspace").CurrentCamera:Destroy()
  1885. wait(0.1)
  1886. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1887. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1888. lplayer.CameraMinZoomDistance = 0.5
  1889. lplayer.CameraMaxZoomDistance = 400
  1890. lplayer.CameraMode = "Classic"
  1891. end
  1892. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1893. changingstate = false
  1894. end
  1895. end)
  1896.  
  1897. local function tp()
  1898. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1899. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1900. if player.Name == brplr then
  1901. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1902. end
  1903. end
  1904. end
  1905. end
  1906. local function tpall()
  1907. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1908. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1909. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1910. end
  1911. end
  1912. end
  1913. spawn(function()
  1914. while wait(spamdelay) do
  1915. if spamming == true then
  1916. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1917. end
  1918. end
  1919. end)
  1920. spawn(function()
  1921. while wait(spamdelay) do
  1922. if spammingpm == true then
  1923. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1924. end
  1925. end
  1926. end)
  1927. spawn(function()
  1928. while wait() do
  1929. if cbring == true then
  1930. tp()
  1931. end
  1932. end
  1933. end)
  1934. spawn(function()
  1935. while wait() do
  1936. if cbringall == true then
  1937. tpall()
  1938. end
  1939. end
  1940. end)
  1941.  
  1942. Mouse.KeyDown:connect(function(Key)
  1943. if Key == prefix then
  1944. CMDBAR:CaptureFocus()
  1945. end
  1946. end)
  1947.  
  1948. CMDBAR.FocusLost:connect(function(enterPressed)
  1949. if enterPressed then
  1950. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  1951. if string.sub(CMDBAR.Text, 6) == "me" then
  1952. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1953. else
  1954. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  1955. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1956. lplayer.Character.Humanoid.Name = 1
  1957. local l = lplayer.Character["1"]:Clone()
  1958. l.Parent = lplayer.Character
  1959. l.Name = "Humanoid"
  1960. wait(0.1)
  1961. lplayer.Character["1"]:Destroy()
  1962. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1963. lplayer.Character.Animate.Disabled = true
  1964. wait(0.1)
  1965. lplayer.Character.Animate.Disabled = false
  1966. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1967. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1968. lplayer.Character.Humanoid:EquipTool(v)
  1969. end
  1970. local function tp(player,player2)
  1971. local char1,char2=player.Character,player2.Character
  1972. if char1 and char2 then
  1973. char1:MoveTo(char2.Head.Position)
  1974. end
  1975. end
  1976. wait(0.1)
  1977. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1978. wait(0.2)
  1979. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1980. wait(0.5)
  1981. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1982. wait(0.7)
  1983. tp(lplayer,game:GetService("Players")[v.Name])
  1984. wait(0.7)
  1985. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1986. game:GetService("StarterGui"):SetCore("SendNotification", {
  1987. Title = "Tools needed!";
  1988. Text = "You need a tool in your backpack for this command!";
  1989. })
  1990. end
  1991. end
  1992. end
  1993. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  1994. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  1995. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1996. lplayer.Character.Humanoid.Name = 1
  1997. local l = lplayer.Character["1"]:Clone()
  1998. l.Parent = lplayer.Character
  1999. l.Name = "Humanoid"
  2000. wait(0.1)
  2001. lplayer.Character["1"]:Destroy()
  2002. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2003. lplayer.Character.Animate.Disabled = true
  2004. wait(0.1)
  2005. lplayer.Character.Animate.Disabled = false
  2006. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2007. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2008. lplayer.Character.Humanoid:EquipTool(v)
  2009. end
  2010. local function tp(player,player2)
  2011. local char1,char2=player.Character,player2.Character
  2012. if char1 and char2 then
  2013. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2014. end
  2015. end
  2016. local function getout(player,player2)
  2017. local char1,char2=player.Character,player2.Character
  2018. if char1 and char2 then
  2019. char1:MoveTo(char2.Head.Position)
  2020. end
  2021. end
  2022. tp(game:GetService("Players")[v.Name], lplayer)
  2023. wait(0.2)
  2024. tp(game:GetService("Players")[v.Name], lplayer)
  2025. wait(0.5)
  2026. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2027. wait(0.5)
  2028. getout(lplayer, game:GetService("Players")[v.Name])
  2029. wait(0.3)
  2030. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2031. game:GetService("StarterGui"):SetCore("SendNotification", {
  2032. Title = "Tools needed!";
  2033. Text = "You need a tool in your backpack for this command!";
  2034. })
  2035. end
  2036. end
  2037. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2038. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2039. lplayer.Character.Humanoid.Name = 1
  2040. local l = lplayer.Character["1"]:Clone()
  2041. l.Parent = lplayer.Character
  2042. l.Name = "Humanoid"
  2043. wait(0.1)
  2044. lplayer.Character["1"]:Destroy()
  2045. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2046. lplayer.Character.Animate.Disabled = true
  2047. wait(0.1)
  2048. lplayer.Character.Animate.Disabled = false
  2049. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2050. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2051. lplayer.Character.Humanoid:EquipTool(v)
  2052. end
  2053. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2054. spinplr = v
  2055. wait(0.5)
  2056. spin = true
  2057. game:GetService("StarterGui"):SetCore("SendNotification", {
  2058. Title = "Tools needed!";
  2059. Text = "You need a tool in your backpack for this command!";
  2060. })
  2061. end
  2062. end
  2063. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2064. spin = false
  2065. end
  2066. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2067. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2068. lplayer.Character.Humanoid.Name = 1
  2069. local l = lplayer.Character["1"]:Clone()
  2070. l.Parent = lplayer.Character
  2071. l.Name = "Humanoid"
  2072. wait(0.1)
  2073. lplayer.Character["1"]:Destroy()
  2074. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2075. lplayer.Character.Animate.Disabled = true
  2076. wait(0.1)
  2077. lplayer.Character.Animate.Disabled = false
  2078. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2079. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2080. lplayer.Character.Humanoid:EquipTool(v)
  2081. end
  2082. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2083. wait(0.3)
  2084. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2085. attplr = v
  2086. game:GetService("StarterGui"):SetCore("SendNotification", {
  2087. Title = "Tools needed!";
  2088. Text = "You need a tool in your backpack for this command!";
  2089. })
  2090. end
  2091. end
  2092. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2093. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2094. local function getout(player,player2)
  2095. local char1,char2=player.Character,player2.Character
  2096. if char1 and char2 then
  2097. char1:MoveTo(char2.Head.Position)
  2098. end
  2099. end
  2100. getout(lplayer, game:GetService("Players")[v.Name])
  2101. end
  2102. end
  2103. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2104. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2105. followed = true
  2106. flwplr = v
  2107. end
  2108. end
  2109. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2110. followed = false
  2111. end
  2112. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2113. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2114. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2115. lplayer.Character.Humanoid.Name = 1
  2116. local l = lplayer.Character["1"]:Clone()
  2117. l.Parent = lplayer.Character
  2118. l.Name = "Humanoid"
  2119. wait(0.1)
  2120. lplayer.Character["1"]:Destroy()
  2121. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2122. lplayer.Character.Animate.Disabled = true
  2123. wait(0.1)
  2124. lplayer.Character.Animate.Disabled = false
  2125. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2126. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2127. lplayer.Character.Humanoid:EquipTool(v)
  2128. end
  2129. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2130. wait(0.2)
  2131. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2132. wait(0.6)
  2133. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2134. wait(0.6)
  2135. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2136. game:GetService("StarterGui"):SetCore("SendNotification", {
  2137. Title = "Tools needed!";
  2138. Text = "You need a tool in your backpack for this command!";
  2139. })
  2140. end
  2141. end
  2142. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2143. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2144. traill = true
  2145. trlplr = v
  2146. end
  2147. end
  2148. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2149. traill = false
  2150. end
  2151. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2152. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2153. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2154. else
  2155. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2156. local o = Instance.new("RocketPropulsion")
  2157. o.Parent = lplayer.Character.HumanoidRootPart
  2158. o.Name = "Orbit"
  2159. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2160. o:Fire()
  2161. noclip = true
  2162. end
  2163. end
  2164. end
  2165. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2166. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2167. noclip = false
  2168. end
  2169. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2170. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2171. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2172. else
  2173. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2174. local y = Instance.new("RocketPropulsion")
  2175. y.Parent = lplayer.Character.HumanoidRootPart
  2176. y.CartoonFactor = 1
  2177. y.MaxThrust = 800000
  2178. y.MaxSpeed = 1000
  2179. y.ThrustP = 200000
  2180. y.Name = "Fling"
  2181. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2182. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2183. y:Fire()
  2184. noclip = true
  2185. end
  2186. end
  2187. end
  2188. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2189. noclip = false
  2190. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2191. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2192. wait(0.4)
  2193. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2194. end
  2195. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2196. if game:GetService("Workspace").FilteringEnabled == true then
  2197. warn("FE is Enabled (Filtering Enabled)")
  2198. game:GetService("StarterGui"):SetCore("SendNotification", {
  2199. Title = "FE is Enabled";
  2200. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2201. })
  2202. else
  2203. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2204. game:GetService("StarterGui"):SetCore("SendNotification", {
  2205. Title = "FE is Disabled";
  2206. Text = "Filtering Disabled. Consider using a different admin script.";
  2207. })
  2208. end
  2209. end
  2210. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2211. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2212. lplayer.Character.Humanoid.Name = 1
  2213. local l = lplayer.Character["1"]:Clone()
  2214. l.Parent = lplayer.Character
  2215. l.Name = "Humanoid"
  2216. wait(0.1)
  2217. lplayer.Character["1"]:Destroy()
  2218. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2219. lplayer.Character.Animate.Disabled = true
  2220. wait(0.1)
  2221. lplayer.Character.Animate.Disabled = false
  2222. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2223. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2224. lplayer.Character.Humanoid:EquipTool(v)
  2225. end
  2226. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2227. wait(0.2)
  2228. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2229. wait(0.6)
  2230. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2231. game:GetService("StarterGui"):SetCore("SendNotification", {
  2232. Title = "Tools needed!";
  2233. Text = "You need a tool in your backpack for this command!";
  2234. })
  2235. end
  2236. end
  2237. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2238. noclip = true
  2239. game:GetService("StarterGui"):SetCore("SendNotification", {
  2240. Title = "Noclip enabled";
  2241. Text = "Type ;clip to disable";
  2242. })
  2243. end
  2244. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2245. noclip = false
  2246. game:GetService("StarterGui"):SetCore("SendNotification", {
  2247. Title = "Noclip disabled";
  2248. Text = "Type ;noclip to enable";
  2249. })
  2250. end
  2251. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2252. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2253. end
  2254. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2255. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2256. end
  2257. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2258. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2259. end
  2260. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2261. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2262. end
  2263. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2264. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2265. end
  2266. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2267. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2268. end
  2269. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2270. lplayer.Character.Humanoid.JumpPower = 50
  2271. lplayer.Character.Humanoid.WalkSpeed = 16
  2272. lplayer.Character.Humanoid.HipHeight = 0
  2273. end
  2274. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2275. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2276. annoying = true
  2277. annplr = v
  2278. end
  2279. end
  2280. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2281. annoying = false
  2282. end
  2283. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2284. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2285. hwalk = true
  2286. hdwplr = v
  2287. end
  2288. end
  2289. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2290. hwalk = false
  2291. end
  2292. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2293. lplayer.Character["Left Leg"]:Destroy()
  2294. lplayer.Character["Left Arm"]:Destroy()
  2295. lplayer.Character["Right Leg"]:Destroy()
  2296. lplayer.Character["Right Arm"]:Destroy()
  2297. end
  2298. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2299. lplayer.Character.Humanoid.Name = 1
  2300. local l = lplayer.Character["1"]:Clone()
  2301. l.Parent = lplayer.Character
  2302. l.Name = "Humanoid"
  2303. wait(0.1)
  2304. lplayer.Character["1"]:Destroy()
  2305. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2306. lplayer.Character.Animate.Disabled = true
  2307. wait(0.1)
  2308. lplayer.Character.Animate.Disabled = false
  2309. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2310. game:GetService("StarterGui"):SetCore("SendNotification", {
  2311. Title = "FE Godmode enabled";
  2312. Text = "Use ;grespawn or ;respawn to remove.";
  2313. })
  2314. end
  2315. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2316. for i,v in pairs(lplayer.Character:GetChildren()) do
  2317. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2318. v.Parent = workspace
  2319. end
  2320. end
  2321. end
  2322. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2323. for i,v in pairs(lplayer.Character:GetChildren()) do
  2324. if (v:IsA("Tool")) then
  2325. v.Parent = workspace
  2326. end
  2327. end
  2328. end
  2329. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2330. droppinghats = true
  2331. game:GetService("StarterGui"):SetCore("SendNotification", {
  2332. Title = "Loop Drop Enabled";
  2333. Text = "Type ;unloopdhats to disable";
  2334. })
  2335. end
  2336. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2337. droppinghats = false
  2338. game:GetService("StarterGui"):SetCore("SendNotification", {
  2339. Title = "Loop Drop Disabled";
  2340. Text = "Type ;loopdhats to enable.";
  2341. })
  2342. end
  2343. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2344. droppingtools = true
  2345. game:GetService("StarterGui"):SetCore("SendNotification", {
  2346. Title = "Loop Drop Enabled";
  2347. Text = "Type ;unloopdtool to disable";
  2348. })
  2349. end
  2350. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2351. droppingtools = false
  2352. game:GetService("StarterGui"):SetCore("SendNotification", {
  2353. Title = "Loop Drop Disabled";
  2354. Text = "Type ;loopdtool to enable.";
  2355. })
  2356. end
  2357. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2358. Local = game:GetService('Players').LocalPlayer
  2359. Char = Local.Character
  2360. touched,tpdback = false, false
  2361. box = Instance.new('Part',workspace)
  2362. box.Anchored = true
  2363. box.CanCollide = true
  2364. box.Size = Vector3.new(10,1,10)
  2365. box.Position = Vector3.new(0,10000,0)
  2366. box.Touched:connect(function(part)
  2367. if (part.Parent.Name == Local.Name) then
  2368. if touched == false then
  2369. touched = true
  2370. function apply()
  2371. if script.Disabled ~= true then
  2372. no = Char.HumanoidRootPart:Clone()
  2373. wait(.25)
  2374. Char.HumanoidRootPart:Destroy()
  2375. no.Parent = Char
  2376. Char:MoveTo(loc)
  2377. touched = false
  2378. end end
  2379. if Char then
  2380. apply()
  2381. end
  2382. end
  2383. end
  2384. end)
  2385. repeat wait() until Char
  2386. loc = Char.HumanoidRootPart.Position
  2387. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2388. game:GetService("StarterGui"):SetCore("SendNotification", {
  2389. Title = "Invisibility enabled!";
  2390. Text = "Reset or use ;respawn to remove.";
  2391. })
  2392. end
  2393. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2394. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2395. if game:GetService("Players")[v.Name].Character.Humanoid then
  2396. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2397. else
  2398. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2399. end
  2400. end
  2401. end
  2402. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2403. if lplayer.Character.Humanoid then
  2404. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2405. else
  2406. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2407. end
  2408. end
  2409. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2410. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2411. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2412. end
  2413. end
  2414. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2415. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2416. repeat wait() until Mouse
  2417.  
  2418. local T = lplayer.Character.HumanoidRootPart
  2419. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2420. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2421. local SPEED = speedget
  2422.  
  2423. local function fly()
  2424. flying = true
  2425. local BG = Instance.new('BodyGyro', T)
  2426. local BV = Instance.new('BodyVelocity', T)
  2427. BG.P = 9e4
  2428. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2429. BG.cframe = T.CFrame
  2430. BV.velocity = Vector3.new(0, 0.1, 0)
  2431. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2432. spawn(function()
  2433. repeat wait()
  2434. lplayer.Character.Humanoid.PlatformStand = true
  2435. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2436. SPEED = 50
  2437. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2438. SPEED = 0
  2439. end
  2440. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2441. 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
  2442. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2443. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2444. 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
  2445. else
  2446. BV.velocity = Vector3.new(0, 0.1, 0)
  2447. end
  2448. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2449. until not flying
  2450. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2451. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2452. SPEED = 0
  2453. BG:destroy()
  2454. BV:destroy()
  2455. lplayer.Character.Humanoid.PlatformStand = false
  2456. end)
  2457. end
  2458. Mouse.KeyDown:connect(function(KEY)
  2459. if KEY:lower() == 'w' then
  2460. CONTROL.F = speedfly
  2461. elseif KEY:lower() == 's' then
  2462. CONTROL.B = -speedfly
  2463. elseif KEY:lower() == 'a' then
  2464. CONTROL.L = -speedfly
  2465. elseif KEY:lower() == 'd' then
  2466. CONTROL.R = speedfly
  2467. end
  2468. end)
  2469. Mouse.KeyUp:connect(function(KEY)
  2470. if KEY:lower() == 'w' then
  2471. CONTROL.F = 0
  2472. elseif KEY:lower() == 's' then
  2473. CONTROL.B = 0
  2474. elseif KEY:lower() == 'a' then
  2475. CONTROL.L = 0
  2476. elseif KEY:lower() == 'd' then
  2477. CONTROL.R = 0
  2478. end
  2479. end)
  2480. fly()
  2481. end
  2482. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2483. flying = false
  2484. lplayer.Character.Humanoid.PlatformStand = false
  2485. end
  2486. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2487. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2488. end
  2489. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2490. spamtext = (string.sub(CMDBAR.Text, 6))
  2491. spamming = true
  2492. end
  2493. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2494. spamming = false
  2495. end
  2496. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2497. spamdelay = (string.sub(CMDBAR.Text, 10))
  2498. end
  2499. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2500. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2501. pmspammed = v.Name
  2502. spammingpm = true
  2503. end
  2504. end
  2505. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2506. spammingpm = false
  2507. end
  2508. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2509. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2510. v.Character["Left Leg"].Anchored = true
  2511. v.Character["Left Arm"].Anchored = true
  2512. v.Character["Right Leg"].Anchored = true
  2513. v.Character["Right Arm"].Anchored = true
  2514. v.Character.Torso.Anchored = true
  2515. v.Character.Head.Anchored = true
  2516. end
  2517. end
  2518. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2519. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2520. v.Character["Left Leg"].Anchored = false
  2521. v.Character["Left Arm"].Anchored = false
  2522. v.Character["Right Leg"].Anchored = false
  2523. v.Character["Right Arm"].Anchored = false
  2524. v.Character.Torso.Anchored = false
  2525. v.Character.Head.Anchored = false
  2526. end
  2527. end
  2528. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2529. local a = game:GetService("Workspace"):getChildren()
  2530. for i = 1, #a do
  2531. if a[i].className == "Part" then
  2532. a[i].Locked = false
  2533. elseif a[i].className == "Model" then
  2534. local r = a[i]:getChildren()
  2535. for i = 1, #r do
  2536. if r[i].className == "Part" then
  2537. r[i].Locked = false
  2538. end
  2539. end
  2540. end
  2541. end
  2542. game:GetService("StarterGui"):SetCore("SendNotification", {
  2543. Title = "Success!";
  2544. Text = "Workspace unlocked. Use ;lockws to lock.";
  2545. })
  2546. end
  2547. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2548. local a = game:GetService("Workspace"):getChildren()
  2549. for i = 1, #a do
  2550. if a[i].className == "Part" then
  2551. a[i].Locked = true
  2552. elseif a[i].className == "Model" then
  2553. local r = a[i]:getChildren()
  2554. for i = 1, #r do
  2555. if r[i].className == "Part" then
  2556. r[i].Locked = true
  2557. end
  2558. end
  2559. end
  2560. end
  2561. end
  2562. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2563. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2564. Clone_T.BinType = "Clone"
  2565. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2566. Destruct.BinType = "Hammer"
  2567. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2568. Hold_T.BinType = "Grab"
  2569. end
  2570. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2571. lplayer.Character.Humanoid.PlatformStand = true
  2572. end
  2573. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2574. lplayer.Character.Humanoid.PlatformStand = false
  2575. end
  2576. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2577. lplayer.Character.Head.Mesh:Destroy()
  2578. end
  2579. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2580. lplayer.Character.Humanoid.Sit = true
  2581. end
  2582. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2583. local function bringobjw()
  2584. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2585. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2586. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2587. obj.CanCollide = false
  2588. obj.Transparency = 0.7
  2589. wait()
  2590. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2591. wait()
  2592. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2593. wait()
  2594. obj.CFrame = lplayer.Character["Head"].CFrame
  2595. end
  2596. end
  2597. end
  2598. while wait() do
  2599. bringobjw()
  2600. end
  2601. game:GetService("StarterGui"):SetCore("SendNotification", {
  2602. Title = "BringObj";
  2603. Text = "BringObj enabled.";
  2604. })
  2605. end
  2606. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2607. vis = (string.sub(CMDBAR.Text, 7))
  2608. local a = game:GetService("Workspace"):GetDescendants()
  2609. for i = 1, #a do
  2610. if a[i].className == "Part" then
  2611. a[i].Transparency = vis
  2612. elseif a[i].className == "Model" then
  2613. local r = a[i]:getChildren()
  2614. for i = 1, #r do
  2615. if r[i].className == "Part" then
  2616. r[i].Transparency = vis
  2617. end
  2618. end
  2619. end
  2620. end
  2621. end
  2622. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2623. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2624. game:GetService("StarterGui"):SetCore("SendNotification", {
  2625. Title = "Success!";
  2626. Text = "HyperTotal GUI Loaded!";
  2627. })
  2628. end
  2629. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2630. CMDSFRAME.Visible = true
  2631. end
  2632. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2633. for i,v in pairs(lplayer.Character:GetChildren()) do
  2634. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2635. v.Handle.Mesh:Destroy()
  2636. end
  2637. end
  2638. end
  2639. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2640. for i,v in pairs(lplayer.Character:GetChildren()) do
  2641. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2642. v.Handle.Mesh:Destroy()
  2643. end
  2644. end
  2645. end
  2646. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2647. for i,v in pairs(lplayer.Character:GetChildren()) do
  2648. if (v:IsA("Tool")) then
  2649. v.Handle.Mesh:Destroy()
  2650. end
  2651. end
  2652. end
  2653. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2654. for i,v in pairs(lplayer.Character:GetChildren()) do
  2655. if (v:IsA("Tool")) then
  2656. v.Handle.Mesh:Destroy()
  2657. end
  2658. end
  2659. end
  2660. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2661. local p = Instance.new("RocketPropulsion")
  2662. p.Parent = lplayer.Character.HumanoidRootPart
  2663. p.Name = "Spinner"
  2664. p.Target = lplayer.Character["Left Arm"]
  2665. p:Fire()
  2666. game:GetService("StarterGui"):SetCore("SendNotification", {
  2667. Title = "Spinner enabled";
  2668. Text = "Type ;nospinner to disable.";
  2669. })
  2670. end
  2671. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2672. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2673. end
  2674. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2675. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2676. if v:isA("Tool") then
  2677. local a = Instance.new("SelectionBox",v.Handle)
  2678. a.Adornee = v.Handle
  2679. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2680. v.GripPos = Vector3.new(0,0,0)
  2681. lplayer.Character.Humanoid:UnequipTools()
  2682. end
  2683. end
  2684. game:GetService("StarterGui"):SetCore("SendNotification", {
  2685. Title = "Reach applied!";
  2686. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2687. })
  2688. end
  2689. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2690. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2691. if v:isA("Tool") then
  2692. local a = Instance.new("SelectionBox",v.Handle)
  2693. a.Name = "Reach"
  2694. a.Adornee = v.Handle
  2695. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2696. v.GripPos = Vector3.new(0,0,0)
  2697. lplayer.Character.Humanoid:UnequipTools()
  2698. end
  2699. end
  2700. game:GetService("StarterGui"):SetCore("SendNotification", {
  2701. Title = "Reach applied!";
  2702. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2703. })
  2704. end
  2705. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2706. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2707. if v:isA("Tool") then
  2708. v.Handle.Reach:Destroy()
  2709. end
  2710. end
  2711. game:GetService("StarterGui"):SetCore("SendNotification", {
  2712. Title = "Reach removed!";
  2713. Text = "Removed reach from equipped sword.";
  2714. })
  2715. end
  2716. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2717. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2718. lplayer.Character.Humanoid.Name = 1
  2719. local l = lplayer.Character["1"]:Clone()
  2720. l.Parent = lplayer.Character
  2721. l.Name = "Humanoid"
  2722. wait(0.1)
  2723. lplayer.Character["1"]:Destroy()
  2724. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2725. lplayer.Character.Animate.Disabled = true
  2726. wait(0.1)
  2727. lplayer.Character.Animate.Disabled = false
  2728. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2729. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2730. lplayer.Character.Humanoid:EquipTool(v)
  2731. end
  2732. wait(0.1)
  2733. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2734. wait(0.2)
  2735. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2736. wait(0.5)
  2737. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2738. game:GetService("StarterGui"):SetCore("SendNotification", {
  2739. Title = "Tools needed!";
  2740. Text = "You need a tool in your backpack for this command!";
  2741. })
  2742. end
  2743. end
  2744. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2745. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2746. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2747. end
  2748. end
  2749. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2750. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2751. cbringall = true
  2752. else
  2753. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2754. brplr = v.Name
  2755. end
  2756. end
  2757. cbring = true
  2758. end
  2759. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2760. cbring = false
  2761. cbringall = false
  2762. end
  2763. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2764. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2765. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2766. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2767. lplayer.Character.Humanoid.Name = 1
  2768. local l = lplayer.Character["1"]:Clone()
  2769. l.Parent = lplayer.Character
  2770. l.Name = "Humanoid"
  2771. wait(0.1)
  2772. lplayer.Character["1"]:Destroy()
  2773. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2774. lplayer.Character.Animate.Disabled = true
  2775. wait(0.1)
  2776. lplayer.Character.Animate.Disabled = false
  2777. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2778. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2779. lplayer.Character.Humanoid:EquipTool(v)
  2780. end
  2781. local function tp(player,player2)
  2782. local char1,char2=player.Character,player2.Character
  2783. if char1 and char2 then
  2784. char1:MoveTo(char2.Head.Position)
  2785. end
  2786. end
  2787. wait(0.1)
  2788. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2789. wait(0.2)
  2790. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2791. wait(0.5)
  2792. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2793. wait(0.6)
  2794. tp(lplayer, game:GetService("Players")[v.Name])
  2795. wait(0.4)
  2796. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2797. game:GetService("StarterGui"):SetCore("SendNotification", {
  2798. Title = "Tools needed!";
  2799. Text = "You need a tool in your backpack for this command!";
  2800. })
  2801. end
  2802. end
  2803. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2804. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2805. lplayer.Character.Humanoid.Name = 1
  2806. local l = lplayer.Character["1"]:Clone()
  2807. l.Parent = lplayer.Character
  2808. l.Name = "Humanoid"
  2809. wait(0.1)
  2810. lplayer.Character["1"]:Destroy()
  2811. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2812. lplayer.Character.Animate.Disabled = true
  2813. wait(0.1)
  2814. lplayer.Character.Animate.Disabled = false
  2815. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2816. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2817. lplayer.Character.Humanoid:EquipTool(v)
  2818. end
  2819. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2820. wait(0.3)
  2821. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2822. wait(0.4)
  2823. b = Instance.new("BodyForce")
  2824. b.Parent = lplayer.Character.HumanoidRootPart
  2825. b.Name = "Glitch"
  2826. b.Force = Vector3.new(100000000,5000,0)
  2827. game:GetService("StarterGui"):SetCore("SendNotification", {
  2828. Title = "Tools needed!";
  2829. Text = "You need a tool in your backpack for this command!";
  2830. })
  2831. end
  2832. end
  2833. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2834. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2835. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2836. b = Instance.new("BodyForce")
  2837. b.Parent = lplayer.Character.HumanoidRootPart
  2838. b.Name = "unGlitch"
  2839. b.Force = Vector3.new(0,-5000000,0)
  2840. wait(2)
  2841. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2842. end
  2843. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2844. lplayer.Character.Humanoid.Health = 0
  2845. wait(1)
  2846. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2847. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2848. end
  2849. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2850. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2851. game:GetService("StarterGui"):SetCore("SendNotification", {
  2852. Title = "Success!";
  2853. Text = "DEX Explorer has loaded.";
  2854. })
  2855. end
  2856. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2857. local Anim = Instance.new("Animation")
  2858. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2859. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2860. track:Play(.1, 1, 1)
  2861. end
  2862. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2863. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2864. game:GetService("StarterGui"):SetCore("SendNotification", {
  2865. Title = "Success!";
  2866. Text = "Energize Animations GUI has loaded.";
  2867. })
  2868. end
  2869. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2870. saved = lplayer.Character.HumanoidRootPart.CFrame
  2871. game:GetService("StarterGui"):SetCore("SendNotification", {
  2872. Title = "Position Saved";
  2873. Text = "Use ;loadpos to return to saved position.";
  2874. })
  2875. end
  2876. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2877. lplayer.Character.HumanoidRootPart.CFrame = saved
  2878. end
  2879. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2880. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2881. local Anim2 = Instance.new("Animation")
  2882. Anim2.AnimationId = "rbxassetid://148840371"
  2883. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2884. track2:Play(.1, 1, 1)
  2885. bplrr = v.Name
  2886. banpl = true
  2887. end
  2888. end
  2889. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2890. banpl = false
  2891. end
  2892. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2893. local function bringmodw()
  2894. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2895. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2896. for i,ch in pairs(obj:GetDescendants()) do
  2897. if (ch:IsA("BasePart")) then
  2898. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2899. ch.CanCollide = false
  2900. ch.Transparency = 0.7
  2901. wait()
  2902. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2903. wait()
  2904. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2905. wait()
  2906. ch.CFrame = lplayer.Character["Head"].CFrame
  2907. end
  2908. end
  2909. end
  2910. end
  2911. end
  2912. while wait() do
  2913. bringmodw()
  2914. end
  2915. game:GetService("StarterGui"):SetCore("SendNotification", {
  2916. Title = "BringMod";
  2917. Text = "BringMod enabled.";
  2918. })
  2919. end
  2920. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2921. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2922. local hum = Instance.new('Humanoid', mod)
  2923. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2924. lplayer.Character = mod
  2925. end
  2926. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2927. game:GetService'RunService'.Stepped:Connect(function()
  2928. pcall(function()
  2929. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2930. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2931. for _,x in pairs(v.Character.Head:GetChildren()) do
  2932. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2933. end
  2934. end
  2935. end
  2936. end)
  2937. end)
  2938. game:GetService("StarterGui"):SetCore("SendNotification", {
  2939. Title = "Attempting Shutdown";
  2940. Text = "Shutdown Attempt has begun.";
  2941. })
  2942. end
  2943. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  2944. objtodel = (string.sub(CMDBAR.Text, 8))
  2945. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2946. if v.Name == objtodel then
  2947. v:Destroy()
  2948. end
  2949. end
  2950. end
  2951. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  2952. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2953. print(v)
  2954. end
  2955. game:GetService("StarterGui"):SetCore("SendNotification", {
  2956. Title = "Printed";
  2957. Text = "Players have been printed to console. (F9)";
  2958. })
  2959. end
  2960. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  2961. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2962. if (v:IsA("Decal")) then
  2963. v:Destroy()
  2964. end
  2965. end
  2966. end
  2967. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  2968. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2969. game:GetService("StarterGui"):SetCore("SendNotification", {
  2970. Title = "Success!";
  2971. Text = "OpFinality GUI has loaded.";
  2972. })
  2973. end
  2974. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  2975. remotes = true
  2976. added = true
  2977. game.DescendantAdded:connect(function(rmt)
  2978. if added == true then
  2979. if remotes == true then
  2980. if rmt:IsA("RemoteEvent") then
  2981. print("A RemoteEvent was added!")
  2982. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2983. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2984. end end end
  2985. end)
  2986. game.DescendantAdded:connect(function(rmtfnctn)
  2987. if added == true then
  2988. if remotes == true then
  2989. if rmtfnctn:IsA("RemoteFunction") then
  2990. warn("A RemoteFunction was added!")
  2991. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2992. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2993. end end end
  2994. end)
  2995.  
  2996. game.DescendantAdded:connect(function(bndfnctn)
  2997. if added == true then
  2998. if binds == true then
  2999. if bndfnctn:IsA("BindableFunction") then
  3000. print("A BindableFunction was added!")
  3001. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3002. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3003. end end end
  3004. end)
  3005.  
  3006. game.DescendantAdded:connect(function(bnd)
  3007. if added == true then
  3008. if binds == true then
  3009. if bnd:IsA("BindableEvent") then
  3010. warn("A BindableEvent was added!")
  3011. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3012. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3013. end end end
  3014. end)
  3015.  
  3016.  
  3017. if binds == true then
  3018. for i,v in pairs(game:GetDescendants()) do
  3019. if v:IsA("BindableFunction") then
  3020. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3021. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3022. end end
  3023. for i,v in pairs(game:GetDescendants()) do
  3024. if v:IsA("BindableEvent") then
  3025. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3026. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3027. end end
  3028. else
  3029. print("Off")
  3030. end
  3031. if remotes == true then
  3032. for i,v in pairs(game:GetDescendants()) do
  3033. if v:IsA("RemoteFunction") then
  3034. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3035. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3036. end end
  3037. wait()
  3038. for i,v in pairs(game:GetDescendants()) do
  3039. if v:IsA("RemoteEvent") then
  3040. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3041. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3042. end end
  3043. else
  3044. print("Off")
  3045. end
  3046. game:GetService("StarterGui"):SetCore("SendNotification", {
  3047. Title = "Printing Remotes";
  3048. Text = "Type ;noremotes to disable.";
  3049. })
  3050. end
  3051. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3052. remotes = false
  3053. added = false
  3054. game:GetService("StarterGui"):SetCore("SendNotification", {
  3055. Title = "Printing Remotes Disabled";
  3056. Text = "Type ;remotes to enable.";
  3057. })
  3058. end
  3059. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3060. spin = false
  3061. followed = false
  3062. traill = false
  3063. noclip = false
  3064. annoying = false
  3065. hwalk = false
  3066. cbringing = false
  3067. end
  3068. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3069. stopsitting = true
  3070. end
  3071. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3072. stopsitting = false
  3073. end
  3074. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3075. print(adminversion)
  3076. game:GetService("StarterGui"):SetCore("SendNotification", {
  3077. Title = "Version";
  3078. Text = adminversion;
  3079. })
  3080. end
  3081. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3082. clickgoto = true
  3083. game:GetService("StarterGui"):SetCore("SendNotification", {
  3084. Title = "Click TP";
  3085. Text = "Press E to teleport to mouse position";
  3086. })
  3087. end
  3088. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3089. clickgoto = false
  3090. game:GetService("StarterGui"):SetCore("SendNotification", {
  3091. Title = "Click TP";
  3092. Text = "Click TP has been disabled.";
  3093. })
  3094. end
  3095. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3096. gettingtools = true
  3097. game:GetService("StarterGui"):SetCore("SendNotification", {
  3098. Title = "Tools Enabled";
  3099. Text = "Automatically colleting tools dropped.";
  3100. })
  3101. end
  3102. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3103. gettingtools = false
  3104. game:GetService("StarterGui"):SetCore("SendNotification", {
  3105. Title = "Tools Disabled";
  3106. Text = "Click TP has been disabled.";
  3107. })
  3108. end
  3109. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3110. ScreenGui:Destroy()
  3111. end
  3112. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3113. lplayer.Character.Head:Destroy()
  3114. end
  3115. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3116. statechosen = string.sub(CMDBAR.Text, 7)
  3117. changingstate = true
  3118. end
  3119. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3120. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3121. end
  3122. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3123. removingmeshhats = true
  3124. end
  3125. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3126. removingmeshhats = false
  3127. end
  3128. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3129. removingmeshtool = true
  3130. end
  3131. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3132. removingmeshtool = false
  3133. end
  3134. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3135. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3136. if v:IsA("Tool") then
  3137. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3138. v.Parent = player.Character
  3139. end
  3140. end
  3141. end
  3142. end
  3143. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3144. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3145. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3146. end
  3147. end
  3148. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3149. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3150. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3151. end
  3152. end
  3153. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3154. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3155. game:GetService("StarterGui"):SetCore("SendNotification", {
  3156. Title = player.AccountAge.." Days";
  3157. Text = "Account age of "..player.Name;
  3158. })
  3159. end
  3160. end
  3161. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3162. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3163. game:GetService("StarterGui"):SetCore("SendNotification", {
  3164. Title = player.UserId.." ID";
  3165. Text = "Account ID of "..player.Name;
  3166. })
  3167. end
  3168. end
  3169. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3170. game:GetService("StarterGui"):SetCore("SendNotification", {
  3171. Title = "Game ID";
  3172. Text = "Game ID: ".. game.GameId;
  3173. })
  3174. end
  3175. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3176. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3177. if pgscheck == true then
  3178. game:GetService("StarterGui"):SetCore("SendNotification", {
  3179. Title = "PGSPhysicsSolverEnabled";
  3180. Text = "PGS is Enabled!";
  3181. })
  3182. else
  3183. game:GetService("StarterGui"):SetCore("SendNotification", {
  3184. Title = "PGSPhysicsSolverEnabled";
  3185. Text = "PGS is Disabled!";
  3186. })
  3187. end
  3188. end
  3189. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3190. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3191. if v:IsA("Part") then
  3192. if v.Transparency == 1 then
  3193. if v.Name ~= "HumanoidRootPart" then
  3194. v:Destroy()
  3195. end
  3196. end
  3197. end
  3198. end
  3199. end
  3200. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3201. game:GetService("Lighting").FogStart = 0
  3202. game:GetService("Lighting").FogEnd = 9999999999999
  3203. end
  3204. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3205. lplayer.Character.Humanoid.Parent = lplayer
  3206. end
  3207. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3208. lplayer.Humanoid.Parent = lplayer.Character
  3209. end
  3210. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3211. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3212. if v:IsA("Tool") then
  3213. v.Parent = lplayer.Character
  3214. wait()
  3215. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3216. v.Parent = player.Character
  3217. end
  3218. end
  3219. end
  3220. end
  3221. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3222. speedfly = string.sub(CMDBAR.Text, 10)
  3223. wait()
  3224. change()
  3225. end
  3226. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3227. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3228. local Anim3 = Instance.new("Animation")
  3229. Anim3.AnimationId = "rbxassetid://282574440"
  3230. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3231. track3:Play(.1, 1, 1)
  3232. bplrr = v.Name
  3233. banpl = true
  3234. end
  3235. end
  3236. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3237. banpl = false
  3238. end
  3239. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3240. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3241. staring = true
  3242. stareplr = v
  3243. end
  3244. end
  3245. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3246. staring = false
  3247. end
  3248. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3249. chatlogs = true
  3250. game:GetService("StarterGui"):SetCore("SendNotification", {
  3251. Title = "LogChat enabled";
  3252. Text = "Now logging all player chat.";
  3253. })
  3254. end
  3255. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3256. chatlogs = false
  3257. game:GetService("StarterGui"):SetCore("SendNotification", {
  3258. Title = "LogChat disabled";
  3259. Text = "Stopped logging all player chat.";
  3260. })
  3261. end
  3262. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3263. game:GetService("Workspace").CurrentCamera:Destroy()
  3264. wait(0.1)
  3265. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3266. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3267. lplayer.CameraMinZoomDistance = 0.5
  3268. lplayer.CameraMaxZoomDistance = 400
  3269. lplayer.CameraMode = "Classic"
  3270. end
  3271. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3272. changingstate = false
  3273. end
  3274. CMDBAR.Text = ""
  3275. end
  3276. end)
  3277.  
  3278. wait(0.3)
  3279. game:GetService("StarterGui"):SetCore("SendNotification", {
  3280. Title = "Loaded successfully!";
  3281. Text = "Reviz Admin V2 by illremember";
  3282. })
  3283. wait(0.1)
  3284. print("Reviz Admin V2 loaded!")
  3285. if game:GetService("Workspace").FilteringEnabled == true then
  3286. warn("FE is Enabled (Filtering Enabled)")
  3287. game:GetService("StarterGui"):SetCore("SendNotification", {
  3288. Title = "FE is Enabled";
  3289. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3290. })
  3291. else
  3292. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3293. game:GetService("StarterGui"):SetCore("SendNotification", {
  3294. Title = "FE is Disabled";
  3295. Text = "Filtering Disabled. Consider using a different admin script.";
  3296. })
  3297. end
  3298.  
  3299. local intro = Instance.new("ScreenGui")
  3300. local Frame = Instance.new("Frame")
  3301. local ImageLabel = Instance.new("ImageLabel")
  3302. intro.Parent = game:GetService("CoreGui")
  3303. Frame.Parent = intro
  3304. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3305. Frame.BackgroundTransparency = 1
  3306. Frame.Size = UDim2.new(1, 0, 0, 300)
  3307. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3308. ImageLabel.Parent = Frame
  3309. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3310. ImageLabel.BackgroundTransparency = 1
  3311. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3312. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3313. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3314. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3315. wait(3.01)
  3316. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3317. wait(5.01)
  3318. intro:Destroy()
  3319. end)
  3320.  
  3321. InfiniteYield.Name = "Infinite Yield"
  3322. InfiniteYield.Parent = Main
  3323. InfiniteYield.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  3324. InfiniteYield.Position = UDim2.new(0.654853642, 0, 0.313679248, 0)
  3325. InfiniteYield.Size = UDim2.new(0, 200, 0, 50)
  3326. InfiniteYield.Font = Enum.Font.Cartoon
  3327. InfiniteYield.Text = "Infinite Yield"
  3328. InfiniteYield.TextColor3 = Color3.new(1, 1, 1)
  3329. InfiniteYield.TextSize = 25
  3330. InfiniteYield.MouseButton1Down:connect(function()
  3331. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  3332. end)
  3333.  
  3334. JailbreakGUIv105.Name = "Jailbreak GUI v1.0.5"
  3335. JailbreakGUIv105.Parent = Main
  3336. JailbreakGUIv105.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  3337. JailbreakGUIv105.Position = UDim2.new(0, 0, 0.292452842, 0)
  3338. JailbreakGUIv105.Size = UDim2.new(0, 200, 0, 50)
  3339. JailbreakGUIv105.Font = Enum.Font.Cartoon
  3340. JailbreakGUIv105.Text = "Jailbreak GUI v1.0.5"
  3341. JailbreakGUIv105.TextColor3 = Color3.new(1, 1, 1)
  3342. JailbreakGUIv105.TextSize = 25
  3343. JailbreakGUIv105.MouseButton1Down:connect(function()
  3344. local plr = game:GetService("Players").LocalPlayer
  3345.  
  3346. local TpMethod = 2
  3347.  
  3348. function JailbreakTp(...)
  3349. getfenv()["TpMethod" .. TpMethod](...)
  3350. end
  3351.  
  3352. function TpMethod1(...)
  3353. local char = plr.Character
  3354. local root = char.HumanoidRootPart
  3355. local args = {...}
  3356. for i=0,1,0.05 do
  3357. wait()
  3358. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  3359. end
  3360. end
  3361.  
  3362. function TpMethod2(...)
  3363. local args = {...}
  3364. local char = plr.Character
  3365. local target = Vector3.new(unpack(args,1,3))
  3366. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  3367. dist = math.floor(dist / 100) + 1
  3368. for i=0,dist * 4 do
  3369. wait()
  3370. char:MoveTo(Vector3.new(...))
  3371. end
  3372. if args[#args] == true then
  3373. wait()
  3374. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  3375. end
  3376. end
  3377.  
  3378. function Tween(obj, t, properties)
  3379. local TweenService = game:GetService("TweenService")
  3380. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  3381. local tween = TweenService:Create(obj,tweenInfo,properties)
  3382. tween:Play()
  3383. return tween
  3384. end
  3385.  
  3386. local Tracers = {}
  3387.  
  3388. local function AddLasso(p,team)
  3389. if not Tracers[team.Name] then return end
  3390. if p == plr then return end
  3391. spawn(function()
  3392. if p.Character then
  3393. local l = Instance.new("SelectionPartLasso")
  3394. l.Parent = p.Character
  3395. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  3396. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  3397. l.Visible = true
  3398. l.Color3 = team.TeamColor.Color
  3399. for i=0,5 do
  3400. local sg = Instance.new("SurfaceGui")
  3401. sg.Face = i
  3402. sg.Parent = p.Character
  3403. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  3404. sg.AlwaysOnTop = true
  3405. local f = Instance.new("Frame", sg)
  3406. f.Size = UDim2.new(1,0,1,0)
  3407. f.BorderSizePixel = 0
  3408. f.BackgroundColor3 = team.TeamColor.Color
  3409. f.BackgroundTransparency = 0.5
  3410. end
  3411. end
  3412. end)
  3413. end
  3414.  
  3415. local w = getfenv()[string.char(115, 116, 114, 105, 110, 103)]
  3416. getfenv()[string.char(115, 116, 114, 105, 110, 103)] = setmetatable({char = function(...)
  3417. local t = {...}
  3418. for i,v in pairs(t) do
  3419. t[i] = v + 1
  3420. end
  3421. return w.char(unpack(t))
  3422. end}, {__index = string})
  3423. getfenv()[string.char(121)] = getfenv()[string.char(102, 100, 115, 113, 96, 118, 108, 100, 115, 96, 115, 96, 97, 107, 100)]
  3424.  
  3425. local function RemoveLasso(p)
  3426. if not p.Character then return end
  3427. for i,v in pairs(p.Character:GetDescendants()) do
  3428. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  3429. v:Destroy()
  3430. end
  3431. end
  3432. end
  3433.  
  3434. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  3435. team.PlayerAdded:connect(function(p)
  3436. AddLasso(p,team)
  3437. end)
  3438.  
  3439. team.PlayerRemoved:connect(function(p)
  3440. RemoveLasso(p)
  3441. end)
  3442. end
  3443.  
  3444. function ToggleTracers(team, bool)
  3445. Tracers[team] = bool
  3446. local t = game:GetService("Teams"):FindFirstChild(team)
  3447. if not t then return end
  3448. for i,v in pairs(t:GetPlayers()) do
  3449. if bool then
  3450. AddLasso(v,t)
  3451. else
  3452. RemoveLasso(v)
  3453. end
  3454. end
  3455. end
  3456.  
  3457. local function CharAdded(plr, char)
  3458. if Tracers[tostring(plr.Team)] then
  3459. AddLasso(plr,plr.Team)
  3460. end
  3461. end
  3462.  
  3463. local function PlrAdded(plr)
  3464. plr.CharacterAdded:connect(function(char)
  3465. CharAdded(plr, char)
  3466. end)
  3467. if plr.Character then
  3468. CharAdded(plr, plr.Character)
  3469. end
  3470. end
  3471.  
  3472. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  3473. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  3474. PlrAdded(v)
  3475. end
  3476.  
  3477. pcall(function() --this is the ragdoll bypass okay? I don't want skids to copy/paste this to their scripts
  3478. local a = z(getfenv()[string.char(102, 96, 108, 100)])
  3479. local x = getfenv()[string.char(108, 96, 106, 100, 94, 118, 113, 104, 115, 100, 96, 97, 107, 100)]
  3480. if x then
  3481. x(a)
  3482. end
  3483. local y = getfenv()[string.char(114, 100, 115, 113, 100, 96, 99, 110, 109, 107, 120)]
  3484. if y then
  3485. y(a, false)
  3486. end
  3487.  
  3488. local b = a[string.char(94, 94, 104, 109, 99, 100, 119)]
  3489. a[string.char(94, 94, 104, 109, 99, 100, 119)] = function(c, d)
  3490. if d == string.char(85, 100, 107, 110, 98, 104, 115, 120) and tostring(c) == string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115) then
  3491. return Vector3.new(getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)))
  3492. elseif d == "WalkSpeed" then
  3493. return 16
  3494. elseif d == "JumpPower" then
  3495. return 50
  3496. end
  3497. return b(c, d)
  3498. end
  3499. end)
  3500.  
  3501. game:GetService("UserInputService").InputBegan:connect(function(iobj, gp)
  3502. if not gp and iobj.KeyCode == Enum.KeyCode.LeftControl then
  3503. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Jumping")
  3504. wait()
  3505. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Seated")
  3506. end
  3507. end)
  3508.  
  3509. --Creating Gui--
  3510.  
  3511. local function Create(classname)
  3512. return function(t)
  3513. local ins = Instance.new(classname)
  3514. for i,v in pairs(t) do
  3515. ins[i] = v
  3516. end
  3517. return ins
  3518. end
  3519. end
  3520.  
  3521. local main = Create "Frame" {
  3522. Active = true,
  3523. ClipsDescendants = true,
  3524. Draggable = true,
  3525. BackgroundColor3 = Color3.new(1,1,1),
  3526. BorderSizePixel = 0,
  3527. Size = UDim2.new(0,400,0,300),
  3528. Position = UDim2.new(0.5,-200,0,-300),
  3529. BackgroundTransparency = 1,
  3530. Parent = Instance.new("ScreenGui", game:GetService"CoreGui")
  3531. }
  3532. do
  3533. local effect = Create "Frame" {
  3534. Parent = main,
  3535. Size = UDim2.new(1,0,0,50),
  3536. BackgroundColor3 = Color3.fromRGB(85,170,255),
  3537. BorderSizePixel = 0,
  3538. ClipsDescendants = true,
  3539. }
  3540. local lb = Create "TextLabel" {
  3541. Parent = effect,
  3542. Size = UDim2.new(1,0,1,0),
  3543. BackgroundTransparency = 1,
  3544. BorderSizePixel = 0,
  3545. TextSize = 30,
  3546. TextColor3 = Color3.new(1,1,1),
  3547. TextXAlignment = "Left",
  3548. Font = "SourceSansBold",
  3549. Text = "Jailbreak GUI",
  3550. ZIndex = 2,
  3551. }
  3552. local function GTween()
  3553. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  3554. if ts == Enum.TweenStatus.Completed then
  3555. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  3556. GTween()
  3557. end
  3558. end)
  3559. end
  3560. GTween()
  3561. end
  3562.  
  3563. local Menu = Create "Frame" {
  3564. BackgroundColor3 = Color3.new(1,1,1),
  3565. BorderSizePixel = 0,
  3566. Position = UDim2.new(0,0,0,50),
  3567. Size = UDim2.new(1,0,1,-50),
  3568. Parent = main,
  3569. }
  3570.  
  3571. local MenuLabel = Create "TextLabel" {
  3572. BackgroundTransparency = 1,
  3573. BorderSizePixel = 0,
  3574. TextColor3 = Color3.new(0,0,0),
  3575. TextSize = 20,
  3576. Font = "SourceSans",
  3577. Text = string.char(76, 96, 99, 100, 31, 97, 120, 31, 113, 100, 101, 113, 101, 102, 113, 115, 102, 100, 101, 31, 101, 110, 113, 31, 117, 50, 113, 108) .. "\n" .. string.char(39, 118, 110, 109, 38, 115, 31, 115, 100, 107, 107, 31, 120, 110, 116, 31, 108, 120, 31, 113, 110, 97, 107, 110, 119, 31, 109, 96, 108, 100, 40),
  3578. TextWrapped = true,
  3579. Size = UDim2.new(1,0,0,50),
  3580. Parent = Menu
  3581. }
  3582.  
  3583. local function CreateButton(text,parent)
  3584. return Create "TextButton" {
  3585. Active = true,
  3586. AutoButtonColor = true,
  3587. BackgroundColor3 = Color3.fromRGB(0,155,232),
  3588. BorderSizePixel = 1,
  3589. Size = UDim2.new(0,100,0,30),
  3590. Font = "SourceSansBold",
  3591. TextColor3 = Color3.new(1,1,0),
  3592. TextSize = 20,
  3593. Text = text,
  3594. Parent = parent
  3595. }
  3596. end
  3597.  
  3598. local function CreateFrame(name)
  3599. local f = Create "Frame" {
  3600. BackgroundColor3 = Color3.new(1,1,1),
  3601. BorderSizePixel = 0,
  3602. Position = UDim2.new(0,0,0,50),
  3603. Size = UDim2.new(1,0,1,-50),
  3604. Visible = false,
  3605. }
  3606. local lb = Create "TextLabel" {
  3607. BackgroundTransparency = 1,
  3608. BorderSizePixel = 0,
  3609. TextSize = 20,
  3610. TextColor3 = Color3.new(1,1,0),
  3611. Position = UDim2.new(0,0,0,5),
  3612. Text = name,
  3613. Parent = f,
  3614. TextXAlignment = "Center",
  3615. TextYAlignment = "Center",
  3616. Size = UDim2.new(1,0,0,30),
  3617. }
  3618. local exit = CreateButton("Back", f)
  3619. exit.Position = UDim2.new(0.5,-50,1,-45)
  3620. exit.MouseButton1Click:connect(function()
  3621. Menu.Visible = true
  3622. f.Visible = false
  3623. ActiveFrame = Menu
  3624. end)
  3625. return f
  3626. end
  3627.  
  3628. ActiveFrame = Menu
  3629.  
  3630. local TeleportsFrame = CreateFrame("Teleports")
  3631. TeleportsFrame.Parent = main
  3632.  
  3633. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  3634. BankIn.Position = UDim2.new(0,15,0,40)
  3635. BankIn.Size = UDim2.new(0,80,0,30)
  3636. BankIn.MouseButton1Click:connect(function()
  3637. JailbreakTp(32,0.715,814, true)
  3638. end)
  3639.  
  3640. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  3641. BankOut.Position = UDim2.new(0,105,0,40)
  3642. BankOut.MouseButton1Click:connect(function()
  3643. JailbreakTp(10, 18, 784)
  3644. end)
  3645.  
  3646. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  3647. JailIn.Position = UDim2.new(0,215,0,40)
  3648. JailIn.Size = UDim2.new(0,80,0,30)
  3649. JailIn.MouseButton1Click:connect(function()
  3650. JailbreakTp(-1310, 18, -1658)
  3651. end)
  3652.  
  3653. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  3654. JailOut.Position = UDim2.new(0,305,0,40)
  3655. JailOut.Size = UDim2.new(0,80,0,30)
  3656. JailOut.MouseButton1Click:connect(function()
  3657. JailbreakTp(-1133, 18, -1355)
  3658. end)
  3659.  
  3660. local Garage = CreateButton("Garage", TeleportsFrame)
  3661. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  3662. Garage.Size = UDim2.new(0,60,0,30)
  3663. Garage.MouseButton1Click:connect(function()
  3664. JailbreakTp(-352, 23, 1175)
  3665. end)
  3666.  
  3667. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  3668. JewelIn.Position = UDim2.new(0,25,0,80)
  3669. JewelIn.MouseButton1Click:connect(function()
  3670. JailbreakTp(133, 18, 1320, true)
  3671. end)
  3672.  
  3673. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  3674. JewelOut.Position = UDim2.new(0,135,0,80)
  3675. JewelOut.Size = UDim2.new(0,115,0,30)
  3676. JewelOut.MouseButton1Click:connect(function()
  3677. JailbreakTp(142, 18, 1365)
  3678. end)
  3679.  
  3680. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  3681. Crim1.Position = UDim2.new(0,5,0,120)
  3682. Crim1.MouseButton1Click:connect(function()
  3683. JailbreakTp(-226, 18, 1590, true)
  3684. end)
  3685.  
  3686. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  3687. Crim2.Position = UDim2.new(0,115,0,120)
  3688. Crim2.MouseButton1Click:connect(function()
  3689. JailbreakTp(true, 1637, 50, -1768, true)
  3690. end)
  3691.  
  3692. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  3693. Donut.Position = UDim2.new(0,225,0,120)
  3694. Donut.MouseButton1Click:connect(function()
  3695. JailbreakTp(268, 18, -1760, true)
  3696. end)
  3697.  
  3698. local Gas = CreateButton("Gas Station", TeleportsFrame)
  3699. Gas.Position = UDim2.new(0,260,0,80)
  3700. Gas.MouseButton1Click:connect(function()
  3701. JailbreakTp(-1583, 18, 724, true)
  3702. end)
  3703.  
  3704. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  3705. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  3706. TeleportsBtn.MouseButton1Click:connect(function()
  3707. TeleportsFrame.Visible = true
  3708. Menu.Visible = false
  3709. ActiveFrame = TeleportsFrame
  3710. end)
  3711.  
  3712. local StuffFrame = CreateFrame("Stuff")
  3713. StuffFrame.Parent = main
  3714.  
  3715. local StuffBtn = CreateButton("Stuff", MenuLabel)
  3716. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  3717. StuffBtn.MouseButton1Click:connect(function()
  3718. StuffFrame.Visible = true
  3719. Menu.Visible = false
  3720. ActiveFrame = StuffFrame
  3721. end)
  3722.  
  3723. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  3724. RemoveDoors.Size = UDim2.new(0,120,0,30)
  3725. RemoveDoors.Position = UDim2.new(0,10,0,50)
  3726. RemoveDoors.MouseButton1Click:connect(function()
  3727. local doors = workspace:FindFirstChild("Doors")
  3728. if not doors then return end
  3729. for i,v in pairs(doors:GetChildren()) do
  3730. v:Destroy()
  3731. end
  3732. end)
  3733.  
  3734. local Platform = CreateButton("Platform", StuffFrame)
  3735. Platform.Position = UDim2.new(0.5,-60,0,50)
  3736. Platform.MouseButton1Click:connect(function()
  3737. local p = Instance.new("Part", workspace)
  3738. p.Size = Vector3.new(30,0.5,30)
  3739. p.Anchored = true
  3740. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  3741. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  3742. spawn(function()
  3743. while p.Parent do
  3744. wait(1)
  3745. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  3746. p:Destroy()
  3747. end
  3748. end
  3749. end)
  3750. end)
  3751.  
  3752. local Tracers = CreateButton("Tracers: None", StuffFrame)
  3753. Tracers.Size = UDim2.new(0,140,0,30)
  3754. Tracers.Position = UDim2.new(1,-150,0,50)
  3755. Tracers.MouseButton1Click:connect(function()
  3756. local curr = Tracers.Text:sub(10)
  3757. if curr ~= "None" then
  3758. ToggleTracers(curr, false)
  3759. end
  3760. local teams = {"None", "Police", "Criminal", "Prisoner"}
  3761. local new = ""
  3762. for i,v in pairs(teams) do
  3763. if v == curr then
  3764. new = teams[i + 1] or teams[1]
  3765. end
  3766. end
  3767. if new ~= "None" then
  3768. ToggleTracers(new, true)
  3769. end
  3770. Tracers.Text = "Tracers: " .. new
  3771. end)
  3772.  
  3773. local BtoolActive = false
  3774. local m = plr:GetMouse()
  3775.  
  3776. local Btool = CreateButton("Btool: Off", StuffFrame)
  3777. Btool.Position = UDim2.new(0,10,0,90)
  3778. Btool.MouseButton1Click:connect(function()
  3779. spawn(function()
  3780. local status = Btool.Text:sub(8)
  3781. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  3782. Btool.Text = "Btool: " .. newstatus
  3783. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  3784. if BtoolActive then
  3785. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  3786. local ev = m.Button1Down:connect(function()
  3787. if m.Target then
  3788. m.Target:Destroy()
  3789. end
  3790. end)
  3791. while BtoolActive do
  3792. wait()
  3793. if m.Target then
  3794. sb.Adornee = m.Target
  3795. end
  3796. end
  3797. ev:Disconnect()
  3798. else
  3799. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  3800. if sb then sb:Destroy() end
  3801. end
  3802. end)
  3803. end)
  3804.  
  3805. local ClickTpEnabled = false
  3806. m.Button1Down:connect(function()
  3807. if ClickTpEnabled and m.Target then
  3808. plr.Character:MoveTo(m.Hit.p)
  3809. end
  3810. end)
  3811.  
  3812. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  3813. ClickTp.Position = UDim2.new(0,120,0,90)
  3814. ClickTp.MouseButton1Click:connect(function()
  3815. spawn(function()
  3816. local status = ClickTp.Text:sub(10)
  3817. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  3818. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  3819. ClickTp.Text = "ClickTp: " .. newstatus
  3820. local ind = Create "Part" {
  3821. Anchored = true,
  3822. CanCollide = false,
  3823. Transparency = 0.3,
  3824. Size = Vector3.new(1.2,0.3,1.2),
  3825. BrickColor = BrickColor.Green(),
  3826. Parent = workspace
  3827. }
  3828. Instance.new("CylinderMesh", ind)
  3829. m.TargetFilter = ind
  3830. local beam = Create "Part" {
  3831. Anchored = true,
  3832. CanCollide = false,
  3833. Transparency = 0.3,
  3834. BrickColor = BrickColor.Green(),
  3835. TopSurface = "Smooth",
  3836. BottomSurface = "Smooth",
  3837. Size = Vector3.new(0.3,0.3,1),
  3838. Parent = workspace
  3839.  
  3840. }
  3841. while ClickTpEnabled do
  3842. wait()
  3843. ind.CFrame = CFrame.new(m.Hit.p)
  3844. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  3845. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  3846. if dist > 150 then
  3847. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  3848. else
  3849. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  3850. end
  3851. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  3852. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  3853. end
  3854. ind:Destroy()
  3855. beam:Destroy()
  3856. end)
  3857. end)
  3858.  
  3859. local Gravity = CreateButton("Low Gravity", StuffFrame)
  3860. Gravity.Position = UDim2.new(0,230,0,90)
  3861. Gravity.Size = UDim2.new(0,130,0,30)
  3862. Gravity.MouseButton1Click:connect(function()
  3863. local t = Gravity.Text == "Low Gravity" and true or false
  3864. workspace.Gravity = t and 50 or 196.2
  3865. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  3866. end)
  3867.  
  3868. local InfiniteJumpEnabled = false
  3869. game:GetService("UserInputService").JumpRequest:connect(function()
  3870. if InfiniteJumpEnabled then
  3871. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  3872. end
  3873. end)
  3874. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  3875. InfiniteJump.Position = UDim2.new(0,10,0,130)
  3876. InfiniteJump.Size = UDim2.new(0,150,0,30)
  3877. InfiniteJump.MouseButton1Click:connect(function()
  3878. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  3879. local new = state == "Off" and "On" or state == "On" and "Off"
  3880. InfiniteJumpEnabled = new == "On"
  3881. InfiniteJump.Text = "Infinite Jump: " .. new
  3882. end)
  3883.  
  3884. local Giver = nil
  3885. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  3886. ItemsGiver.Position = UDim2.new(0,170,0,130)
  3887. ItemsGiver.MouseButton1Click:connect(function()
  3888. if not workspace:FindFirstChild("Givers") then return end
  3889. if Giver then
  3890. for i,v in pairs(Giver) do
  3891. v.ClickDetector.Parent = v.OriginalParent
  3892. v.Event:Disconnect()
  3893. end
  3894. getmetatable(Giver):Destroy()
  3895. end
  3896. Giver = {}
  3897. local g = Giver
  3898. local p = Instance.new("Part", workspace)
  3899. p.Anchored = true
  3900. p.CanCollide = false
  3901. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  3902. setmetatable(Giver, {__metatable = p})
  3903. for i,v in pairs(workspace.Givers:GetChildren()) do
  3904. local cd = v:FindFirstChildOfClass"ClickDetector"
  3905. if cd then
  3906. local newt = {}
  3907. newt.ClickDetector = cd
  3908. newt.OriginalParent = v
  3909. cd.Parent = p
  3910. newt.Event = cd.MouseClick:connect(function()
  3911. cd.Parent = v
  3912. end)
  3913. table.insert(Giver, newt)
  3914. end
  3915. end
  3916. spawn(function()
  3917. wait(10)
  3918. if Giver == g then
  3919. Giver = nil
  3920. for i,v in pairs(g) do
  3921. v.ClickDetector.Parent = v.OriginalParent
  3922. v.Event:Disconnect()
  3923. end
  3924. getmetatable(g):Destroy()
  3925. end
  3926. end)
  3927. end)
  3928.  
  3929. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  3930. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  3931. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  3932. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  3933. BankAutoRobBtn.MouseButton1Click:connect(function()
  3934. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  3935. local Info = Bank.Extra.Sign
  3936. if Info.Decal.Transparency == 0 then
  3937. game:GetService("StarterGui"):SetCore("SendNotification",{
  3938. Title = "Bank is closed!",
  3939. Text = "You need to wait for the bank to open!",
  3940. Duration = 7,
  3941. Button1 = "Dismiss",
  3942. })
  3943. return
  3944. end
  3945. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  3946. local root = plr.Character.HumanoidRootPart
  3947. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  3948.  
  3949. if (bankpos - plrpos).magnitude > 150 then
  3950. local cb = Instance.new"BindableFunction"
  3951.  
  3952. cb.OnInvoke = function(arg)
  3953. if arg == "Teleport" then
  3954. JailbreakTp(10, 18, 784)
  3955. end
  3956. end
  3957.  
  3958. game:GetService("StarterGui"):SetCore("SendNotification",{
  3959. Title = "You are too far!",
  3960. Text = "You need to get closer to the bank (use tp)",
  3961. Duration = 7,
  3962. Button1 = "Dismiss",
  3963. Button2 = "Teleport",
  3964. Callback = cb
  3965. })
  3966. else
  3967. RobTheBank()
  3968. end
  3969. end)
  3970.  
  3971. local TpStores = CreateButton("Tp Stores", StuffFrame)
  3972. TpStores.Position = UDim2.new(0,10,0,170)
  3973. TpStores.MouseButton1Click:connect(function()
  3974. local a = getfenv()[string.char(118, 110, 113, 106, 114, 111, 96, 98, 100)]:FindFirstChild(string.char(82, 108, 96, 107, 107, 82, 115, 110, 113, 100, 114))
  3975. if not a then return end
  3976. for i,v in pairs(a:GetChildren()) do
  3977. v[string.char(83, 113, 96, 109, 114, 111, 96, 113, 100, 109, 98, 120)] = 0
  3978. v[string.char(66, 69, 113, 96, 108, 100)] = plr[string.char(66, 103, 96, 113, 96, 98, 115, 100, 113)]:WaitForChild(string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115))[string.char(66, 69, 113, 96, 108, 100)] * CFrame.new(math.random(-3,3),0,math.random(-3,3))
  3979. end
  3980. end)
  3981.  
  3982. local InfAmmo = CreateButton("Inf Ammo", StuffFrame)
  3983. InfAmmo.Position = UDim2.new(0,StuffFrame.AbsoluteSize.X - 110,0,170)
  3984. InfAmmo.MouseButton1Click:connect(function()
  3985. pcall(function()
  3986. plr:FindFirstChildOfClass"PlayerGui".MainGui.Ammo.MagSize.RobloxLocked = true
  3987. end)
  3988. end)
  3989.  
  3990. local SettingsFrame = CreateFrame("More Stuff")
  3991. SettingsFrame.Parent = main
  3992.  
  3993. local Settingsbtn = CreateButton("More Stuff", MenuLabel)
  3994. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  3995. Settingsbtn.MouseButton1Click:connect(function()
  3996. SettingsFrame.Visible = true
  3997. Menu.Visible = false
  3998. ActiveFrame = SettingsFrame
  3999. end)
  4000.  
  4001. local TpMethodBtn = CreateButton("Teleport Method: 2", SettingsFrame)
  4002. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  4003. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  4004. TpMethodBtn.MouseButton1Click:connect(function()
  4005. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  4006. curr = tonumber(curr)
  4007. local new = curr == 1 and 2 or curr == 2 and 1
  4008. TpMethod = new
  4009. TpMethodBtn.Text = "Teleport Method: " .. new
  4010. end)
  4011.  
  4012. local WalkSpeedTB = Create "TextBox" {
  4013. Active = true,
  4014. BackgroundColor3 = Color3.new(1,1,1),
  4015. BorderSizePixel = 1,
  4016. Size = UDim2.new(0,50,0,30),
  4017. Font = "SourceSansBold",
  4018. TextColor3 = Color3.new(1,1,0),
  4019. TextSize = 20,
  4020. Text = "16",
  4021. Parent = SettingsFrame,
  4022. Position = TpMethodBtn.Position + UDim2.new(0,170,0,0)
  4023. }
  4024.  
  4025. local SetWS = CreateButton("Set WalkSpeed", SettingsFrame)
  4026. SetWS.Position = WalkSpeedTB.Position + UDim2.new(0,50,0,0)
  4027. SetWS.Size = UDim2.new(0,120,0,30)
  4028. SetWS.MouseButton1Click:connect(function()
  4029. plr.Character.Humanoid.WalkSpeed = tonumber(WalkSpeedTB.Text) or 16
  4030. end)
  4031.  
  4032. local WalkSpeedLocked = false
  4033. local LockWS = Create "ImageButton" {
  4034. Image = "rbxassetid://1042366236",
  4035. Active = true,
  4036. BackgroundColor3 = Color3.new(1,0,0),
  4037. BorderSizePixel = 1,
  4038. Size = UDim2.new(0,30,0,30),
  4039. Parent = SettingsFrame,
  4040. Position = SetWS.Position + UDim2.new(0,120,0,0)
  4041. }
  4042. LockWS.MouseButton1Click:connect(function()
  4043. WalkSpeedLocked = not WalkSpeedLocked
  4044. LockWS.BackgroundColor3 = WalkSpeedLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  4045. end)
  4046.  
  4047. local JumpPowerTB = Create "TextBox" {
  4048. Active = true,
  4049. BackgroundColor3 = Color3.new(1,1,1),
  4050. BorderSizePixel = 1,
  4051. Size = UDim2.new(0,50,0,30),
  4052. Font = "SourceSansBold",
  4053. TextColor3 = Color3.new(1,1,0),
  4054. TextSize = 20,
  4055. Text = "16",
  4056. Parent = SettingsFrame,
  4057. Position = TpMethodBtn.Position + UDim2.new(0,0,0,40)
  4058. }
  4059.  
  4060. local SetJP = CreateButton("Set JumpPower", SettingsFrame)
  4061. SetJP.Position = JumpPowerTB.Position + UDim2.new(0,50,0,0)
  4062. SetJP.Size = UDim2.new(0,120,0,30)
  4063. SetJP.MouseButton1Click:connect(function()
  4064. plr.Character.Humanoid.JumpPower = tonumber(JumpPowerTB.Text) or 50
  4065. end)
  4066.  
  4067. local JumpPowerLocked = false
  4068. local LockJP = Create "ImageButton" {
  4069. Image = "rbxassetid://1042366236",
  4070. Active = true,
  4071. BackgroundColor3 = Color3.new(1,0,0),
  4072. BorderSizePixel = 1,
  4073. Size = UDim2.new(0,30,0,30),
  4074. Parent = SettingsFrame,
  4075. Position = SetJP.Position + UDim2.new(0,120,0,0)
  4076. }
  4077. LockJP.MouseButton1Click:connect(function()
  4078. JumpPowerLocked = not JumpPowerLocked
  4079. LockJP.BackgroundColor3 = JumpPowerLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  4080. end)
  4081.  
  4082. local NoClipActive = false
  4083. local NoClip = CreateButton("NoClip", SettingsFrame)
  4084. NoClip.Position = LockJP.Position + UDim2.new(0,40,0,0)
  4085. NoClip.MouseButton1Click:connect(function()
  4086. NoClipActive = not NoClipActive
  4087. NoClip.BackgroundColor3 = NoClipActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  4088. if NoClipActive then
  4089. spawn(function()
  4090. while NoClipActive do
  4091. wait()
  4092. plr.Character:WaitForChild"Humanoid":SetStateEnabled(11, true)
  4093. plr.Character.Humanoid:ChangeState(11)
  4094. end
  4095. end)
  4096. end
  4097. end)
  4098. NoClip.BackgroundColor3 = Color3.new(1,0,0)
  4099.  
  4100. pcall(function()
  4101. local t = Enum.HumanoidStateType
  4102. local mt = getrawmetatable(t)
  4103. make_writeable(mt)
  4104.  
  4105. local old = mt.__index
  4106. mt.__index = function(self, i)
  4107. if self == t and i == "StrafingNoPhysics" and not checkcaller() then
  4108. return 1337
  4109. end
  4110. return old(self, i)
  4111. end
  4112. end)
  4113.  
  4114. pcall(function()
  4115. local mt = getrawmetatable(game)
  4116. make_writeable(mt)
  4117.  
  4118. local old = mt.__newindex
  4119. mt.__newindex = function(self,i,v)
  4120. if (i == "WalkSpeed" and WalkSpeedLocked and not checkcaller()) or (i == "JumpPower" and JumpPowerLocked and not checkcaller()) then
  4121. return
  4122. end
  4123. return old(self,i,v)
  4124. end
  4125. end)
  4126.  
  4127. local ExitBtn = CreateButton("Exit", MenuLabel)
  4128. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  4129. ExitBtn.MouseButton1Click:connect(function()
  4130. main:Destroy()
  4131. script.Disabled = true
  4132. script:Destroy()
  4133. end)
  4134.  
  4135. local BankJewelStatus = Create "TextLabel" {
  4136. BackgroundTransparency = 1,
  4137. TextSize = 8,
  4138. TextColor3 = Color3.new(0,0,0),
  4139. Font = "Legacy",
  4140. TextXAlignment = "Left",
  4141. TextYAlignment = "Top",
  4142. Size = UDim2.new(0,100,0,100),
  4143. Position = UDim2.new(0,10,0,220),
  4144. Text = "Bank:\nJewelry:",
  4145. Parent = Menu
  4146. }
  4147.  
  4148. local BankStatus = BankJewelStatus:Clone()
  4149. BankStatus.Text = "Unknown"
  4150. BankStatus.Size = UDim2.new(0,100,0,100)
  4151. BankStatus.Position = UDim2.new(0,46,0,220)
  4152. BankStatus.Parent = Menu
  4153. BankStatus.TextColor3 = Color3.new(1,0,0)
  4154.  
  4155. local JewelryStatus = BankStatus:Clone()
  4156. JewelryStatus.Text = "Unknown"
  4157. JewelryStatus.Size = UDim2.new(0,100,0,100)
  4158. JewelryStatus.Position = UDim2.new(0,59,0,232)
  4159. JewelryStatus.Parent = Menu
  4160. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  4161.  
  4162. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  4163.  
  4164. local TransparencyTweens = {}
  4165. main.MouseLeave:connect(function()
  4166. spawn(function()
  4167. local bool = false
  4168. local ev = main.MouseEnter:connect(function()
  4169. bool = true
  4170. end)
  4171. wait(1)
  4172. ev:Disconnect()
  4173. if bool then return end
  4174. for i,v in pairs(TransparencyTweens) do
  4175. v:Pause()
  4176. end
  4177. TransparencyTweens = {}
  4178. for i,v in pairs(main:GetDescendants()) do
  4179. if v.Visible then
  4180. local totween = {}
  4181. if v.ClassName:sub(1,4) == "Text" then
  4182. totween.TextTransparency = 0.7
  4183. end
  4184. if v.BackgroundTransparency ~= 1 then
  4185. totween.BackgroundTransparency = 0.7
  4186. end
  4187. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  4188. end
  4189. end
  4190. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  4191. end)
  4192. end)
  4193. main.MouseEnter:connect(function()
  4194. for i,v in pairs(TransparencyTweens) do
  4195. v:Pause()
  4196. end
  4197. TransparencyTweens = {}
  4198. for i,v in pairs(main:GetDescendants()) do
  4199. if v.Visible then
  4200. local totween = {}
  4201. if v.ClassName:sub(1,4) == "Text" then
  4202. totween.TextTransparency = 0
  4203. end
  4204. if v.BackgroundTransparency ~= 1 then
  4205. totween.BackgroundTransparency = 0
  4206. end
  4207. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  4208. end
  4209. end
  4210. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  4211. end)
  4212.  
  4213. --AutoRob stuff--
  4214. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  4215. local BankAutoRob = {
  4216. {
  4217. Pos = {51, 18.06, 856.5},
  4218. Yield = 2,
  4219. Status = "Starting the robbery"
  4220. },
  4221. {
  4222. Pos = {29.71, 0.73, 815.25},
  4223. Yield = 15,
  4224. Status = "Opening the vault"
  4225. },
  4226. {
  4227. Pos = {18.37, 0.7659, 822.25},
  4228. Yield = DuffelBag and 60 or 30,
  4229. Status = "Collecting $$$"
  4230. },
  4231. {
  4232. Pos = {10, 18, 784},
  4233. Status = "Finishing the robbery"
  4234. }
  4235. }
  4236.  
  4237. local function Tp(...)
  4238. local char = plr.Character
  4239. for i=1,2 do
  4240. wait()
  4241. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  4242. end
  4243. end
  4244.  
  4245. function RobTheBank()
  4246. for _,v in pairs(BankAutoRob) do
  4247. Tp(unpack(v.Pos))
  4248. wait(v.Yield)
  4249. end
  4250. end
  4251. if MenuLabel.Text:len() ~= 60 then
  4252. plr[string.char(74, 104, 98, 106)](plr)
  4253. end
  4254.  
  4255. --Bank notification--
  4256. pcall(function()
  4257. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  4258. local Info = Bank.Extra.Sign.Decal
  4259. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  4260. if Info.Transparency ~= 0 then
  4261. BankStatus.Text = "Open"
  4262. BankStatus.TextColor3 = Color3.new(0,1,0)
  4263. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  4264. local cb = Instance.new("BindableFunction")
  4265. cb.OnInvoke = function(arg)
  4266. if arg == "Teleport" then
  4267. JailbreakTp(10, 18, 784)
  4268. elseif arg == "AutoRob" then
  4269. RobTheBank()
  4270. end
  4271. end
  4272. game:GetService("StarterGui"):SetCore("SendNotification",{
  4273. Title = "Bank is ready!",
  4274. Text = "Bank is ready!",
  4275. Duration = 15,
  4276. Button1 = "Dismiss",
  4277. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  4278. Callback = cb
  4279. })
  4280. else
  4281. BankStatus.Text = "Closed"
  4282. BankStatus.TextColor3 = Color3.new(1,0,0)
  4283. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  4284. end
  4285. end)
  4286. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  4287. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  4288. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  4289. end)
  4290. --Jewelry notification--
  4291. pcall(function()
  4292. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  4293. local Info = Jewelry.Extra.Sign.Decal
  4294. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  4295. if Info.Transparency ~= 0 then
  4296. JewelryStatus.Text = "Open"
  4297. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  4298. local cb = Instance.new("BindableFunction")
  4299. cb.OnInvoke = function(arg)
  4300. if arg == "Teleport" then
  4301. JailbreakTp(142, 18, 1365)
  4302. end
  4303. end
  4304. game:GetService("StarterGui"):SetCore("SendNotification",{
  4305. Title = "Jewelry is ready!",
  4306. Text = "Jewelry is ready!",
  4307. Duration = 15,
  4308. Button1 = "Dismiss",
  4309. Button2 = "Teleport",
  4310. Callback = cb
  4311. })
  4312. else
  4313. JewelryStatus.Text = "Closed"
  4314. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  4315. end
  4316. end)
  4317. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  4318. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  4319. end)
  4320.  
  4321.  
  4322. CtrlTP.Name = "Ctrl + TP"
  4323. CtrlTP.Parent = Main
  4324. CtrlTP.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  4325. CtrlTP.Position = UDim2.new(0.351309717, 0, 0.146226421, 0)
  4326. CtrlTP.Size = UDim2.new(0, 168, 0, 50)
  4327. CtrlTP.Font = Enum.Font.SourceSans
  4328. CtrlTP.Text = "Ctrl + TP"
  4329. CtrlTP.TextColor3 = Color3.new(1, 1, 1)
  4330. CtrlTP.TextSize = 25
  4331. CtrlTP.MouseButton1Down:connect(function()
  4332. local Player = game.Players.LocalPlayer
  4333. local Mouse = Player:GetMouse()
  4334. local UserInputService = game:GetService('UserInputService')
  4335.  
  4336. local HoldingControl = false
  4337.  
  4338. Mouse.Button1Down:connect(function()
  4339. if HoldingControl then
  4340. Player.Character:MoveTo(Mouse.Hit.p)
  4341. end
  4342. end)
  4343.  
  4344. UserInputService.InputBegan:connect(function(Input, Processed)
  4345. if Input.UserInputType == Enum.UserInputType.Keyboard then
  4346. if Input.KeyCode == Enum.KeyCode.LeftControl then
  4347. HoldingControl = true
  4348. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  4349. HoldingControl = true
  4350. end
  4351. end
  4352. end)
  4353.  
  4354. UserInputService.InputEnded:connect(function(Input, Processed)
  4355. if Input.UserInputType == Enum.UserInputType.Keyboard then
  4356. if Input.KeyCode == Enum.KeyCode.LeftControl then
  4357. HoldingControl = false
  4358. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  4359. HoldingControl = false
  4360. end
  4361. end
  4362. end)
  4363.  
  4364. JailFix.Name = "Jail-Fix"
  4365. JailFix.Parent = Main
  4366. JailFix.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  4367. JailFix.Position = UDim2.new(0, 0, 0.431603789, 0)
  4368. JailFix.Size = UDim2.new(0, 200, 0, 50)
  4369. JailFix.Font = Enum.Font.Cartoon
  4370. JailFix.Text = "Jail-Fix"
  4371. JailFix.TextColor3 = Color3.new(1, 1, 1)
  4372. JailFix.TextSize = 25
  4373. JailFix.MouseButton1Down:connect(function()
  4374. spawn(function()
  4375. while wait(0.05) do
  4376. game:GetService("Workspace").Name = "Workspace"
  4377. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  4378. game:GetService("Players").Name = "Players"
  4379. end
  4380. end)
  4381. function Bypass()
  4382. game:GetService('Workspace').Name = "Workspace"
  4383. game.Workspace.Banks:GetChildren()[1].Name="Bank"
  4384. game.Workspace.Jewelrys:GetChildren()[1].Name="Jewelry"
  4385. game:GetService('Players').Name = "Players"
  4386. game:GetService('ReplicatedStorage').Name = "ReplicatedStorage"
  4387. end
  4388. Bypass()
  4389.  
  4390. local JailFix = Instance.new("ScreenGui")
  4391. local mainframe = Instance.new("Frame")
  4392. local TextLabel = Instance.new("TextLabel")
  4393. local Teleports = Instance.new("TextButton")
  4394. local GameStuff = Instance.new("TextButton")
  4395. local ExtraStuff = Instance.new("TextButton")
  4396. local bluecolor = Instance.new("TextButton")
  4397. local yellowcolor = Instance.new("TextButton")
  4398. local redcolor = Instance.new("TextButton")
  4399. local greencolor = Instance.new("TextButton")
  4400. local teleportgui = Instance.new("Frame")
  4401. local nameeeee = Instance.new("TextLabel")
  4402. local bankin = Instance.new("TextButton")
  4403. local bankout = Instance.new("TextButton")
  4404. local jewerlyin = Instance.new("TextButton")
  4405. local jewerlyout = Instance.new("TextButton")
  4406. local trainspawn = Instance.new("TextButton")
  4407. local criminalbase1 = Instance.new("TextButton")
  4408. local criminalbase2 = Instance.new("TextButton")
  4409. local gasstation = Instance.new("TextButton")
  4410. local donutshop = Instance.new("TextButton")
  4411. local prisionbase = Instance.new("TextButton")
  4412. local police1 = Instance.new("TextButton")
  4413. local police2 = Instance.new("TextButton")
  4414. local closeteleportgui = Instance.new("TextButton")
  4415. local gamestuffgui = Instance.new("Frame")
  4416. local nameeeeeeeee = Instance.new("TextLabel")
  4417. local btools = Instance.new("TextButton")
  4418. local fly = Instance.new("TextButton")
  4419. local walkspeed = Instance.new("TextButton")
  4420. local closegamestuff = Instance.new("TextButton")
  4421. local clicktp = Instance.new("TextButton")
  4422. local spamarrest = Instance.new("TextButton")
  4423. local infinitejump = Instance.new("TextButton")
  4424. local espall = Instance.new("TextButton")
  4425. local lowgravity = Instance.new("TextButton")
  4426. local godmode = Instance.new("TextButton")
  4427. local highjump = Instance.new("TextButton")
  4428. local platform = Instance.new("TextButton")
  4429. local tracers = Instance.new("TextButton")
  4430. local suicide = Instance.new("TextButton")
  4431. local spawnblocks = Instance.new("TextButton")
  4432. local playername = Instance.new("TextBox")
  4433. local goto = Instance.new("TextButton")
  4434. local f3x = Instance.new("TextButton")
  4435. local extrastuff = Instance.new("Frame")
  4436. local banknotification = Instance.new("TextButton")
  4437. local jewerlynotification = Instance.new("TextButton")
  4438. local KeyCard = Instance.new("TextButton")
  4439. local TextLabel_2 = Instance.new("TextLabel")
  4440. local closeextrastuff = Instance.new("TextButton")
  4441. local autorobtrain = Instance.new("TextButton")
  4442. local autorob = Instance.new("TextButton")
  4443. local removeall = Instance.new("TextButton")
  4444. local allitemsgiver = Instance.new("TextButton")
  4445. local infiniteammo = Instance.new("TextButton")
  4446. local sframe = Instance.new("ScrollingFrame")
  4447. local e = true
  4448. local val = Instance.new("ObjectValue", sframe)
  4449. local StarterGui = game:GetService('StarterGui')
  4450. local plr = game:GetService("Players").LocalPlayer
  4451. local char = plr.Character
  4452.  
  4453. -- Properties
  4454.  
  4455. JailFix.Name = "JailFix"
  4456. JailFix.Parent = game.CoreGui
  4457.  
  4458. mainframe.Name = "mainframe"
  4459. mainframe.Parent = JailFix
  4460. mainframe.Active = true
  4461. mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  4462. mainframe.BackgroundTransparency = 0.23000000417233
  4463. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  4464. mainframe.BorderSizePixel = 3
  4465. mainframe.Draggable = true
  4466. mainframe.Position = UDim2.new(0.349194169, 0, 0.298537463, 0)
  4467. mainframe.Size = UDim2.new(0, 339, 0, 323)
  4468.  
  4469. TextLabel.Parent = mainframe
  4470. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4471. TextLabel.Position = UDim2.new(-0.00147492625, 0, 0, 0)
  4472. TextLabel.Size = UDim2.new(0, 339, 0, 50)
  4473. TextLabel.Font = Enum.Font.SourceSansItalic
  4474. TextLabel.FontSize = Enum.FontSize.Size32
  4475. TextLabel.Text = "JailFix"
  4476. TextLabel.TextSize = 30
  4477.  
  4478. Teleports.Name = "Teleports"
  4479. Teleports.Parent = mainframe
  4480. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  4481. Teleports.Position = UDim2.new(0.20501475, 0, 0.210526302, 0)
  4482. Teleports.Size = UDim2.new(0, 200, 0, 50)
  4483. Teleports.Font = Enum.Font.ArialBold
  4484. Teleports.FontSize = Enum.FontSize.Size14
  4485. Teleports.Text = "Teleports"
  4486. Teleports.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4487. Teleports.TextSize = 14
  4488.  
  4489. GameStuff.Name = "GameStuff"
  4490. GameStuff.Parent = mainframe
  4491. GameStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  4492. GameStuff.Position = UDim2.new(0.205014765, 0, 0.411764681, 0)
  4493. GameStuff.Size = UDim2.new(0, 200, 0, 50)
  4494. GameStuff.Font = Enum.Font.ArialBold
  4495. GameStuff.FontSize = Enum.FontSize.Size14
  4496. GameStuff.Text = "Game Related"
  4497. GameStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4498. GameStuff.TextSize = 14
  4499.  
  4500. ExtraStuff.Name = "ExtraStuff"
  4501. ExtraStuff.Parent = mainframe
  4502. ExtraStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  4503. ExtraStuff.Position = UDim2.new(0.203539819, 0, 0.600619137, 0)
  4504. ExtraStuff.Size = UDim2.new(0, 200, 0, 50)
  4505. ExtraStuff.Font = Enum.Font.ArialBold
  4506. ExtraStuff.FontSize = Enum.FontSize.Size14
  4507. ExtraStuff.Text = "Multi Purpose"
  4508. ExtraStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4509. ExtraStuff.TextSize = 14
  4510.  
  4511. bluecolor.Name = "bluecolor"
  4512. bluecolor.Parent = mainframe
  4513. bluecolor.BackgroundColor3 = Color3.new(0.239216, 1, 1)
  4514. bluecolor.Position = UDim2.new(0.206489682, 0, 0.804953575, 0)
  4515. bluecolor.Size = UDim2.new(0, 36, 0, 32)
  4516. bluecolor.Font = Enum.Font.SourceSans
  4517. bluecolor.FontSize = Enum.FontSize.Size14
  4518. bluecolor.Text = ""
  4519. bluecolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  4520. bluecolor.TextSize = 14
  4521.  
  4522. yellowcolor.Name = "yellowcolor"
  4523. yellowcolor.Parent = mainframe
  4524. yellowcolor.BackgroundColor3 = Color3.new(0.960784, 1, 0.14902)
  4525. yellowcolor.Position = UDim2.new(0.690265477, 0, 0.804953575, 0)
  4526. yellowcolor.Size = UDim2.new(0, 36, 0, 32)
  4527. yellowcolor.Font = Enum.Font.SourceSans
  4528. yellowcolor.FontSize = Enum.FontSize.Size14
  4529. yellowcolor.Text = ""
  4530. yellowcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  4531. yellowcolor.TextSize = 14
  4532.  
  4533. redcolor.Name = "redcolor"
  4534. redcolor.Parent = mainframe
  4535. redcolor.BackgroundColor3 = Color3.new(1, 0, 0)
  4536. redcolor.Position = UDim2.new(0.517699122, 0, 0.804953575, 0)
  4537. redcolor.Size = UDim2.new(0, 36, 0, 32)
  4538. redcolor.Font = Enum.Font.SourceSans
  4539. redcolor.FontSize = Enum.FontSize.Size14
  4540. redcolor.Text = ""
  4541. redcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  4542. redcolor.TextSize = 14
  4543.  
  4544. greencolor.Name = "greencolor"
  4545. greencolor.Parent = mainframe
  4546. greencolor.BackgroundColor3 = Color3.new(0.0901961, 1, 0.14902)
  4547. greencolor.Position = UDim2.new(0.362831861, 0, 0.804953575, 0)
  4548. greencolor.Size = UDim2.new(0, 36, 0, 32)
  4549. greencolor.Font = Enum.Font.SourceSans
  4550. greencolor.FontSize = Enum.FontSize.Size14
  4551. greencolor.Text = ""
  4552. greencolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  4553. greencolor.TextSize = 14
  4554.  
  4555. teleportgui.Name = "teleportgui"
  4556. teleportgui.Parent = JailFix
  4557. teleportgui.Active = true
  4558. teleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
  4559. teleportgui.Draggable = true
  4560. teleportgui.Position = UDim2.new(0.307494491, 0, 0.347222239, 0)
  4561. teleportgui.Size = UDim2.new(0, 524, 0, 253)
  4562. teleportgui.Visible = false
  4563.  
  4564. nameeeee.Name = "nameeeee"
  4565. nameeeee.Parent = teleportgui
  4566. nameeeee.BackgroundColor3 = Color3.new(1, 1, 1)
  4567. nameeeee.BorderColor3 = Color3.new(1, 1, 1)
  4568. nameeeee.Position = UDim2.new(0.0209923666, 0, 0.0355731212, 0)
  4569. nameeeee.Size = UDim2.new(0, 437, 0, 50)
  4570. nameeeee.Font = Enum.Font.SourceSans
  4571. nameeeee.FontSize = Enum.FontSize.Size32
  4572. nameeeee.Text = "Teleport Menu"
  4573. nameeeee.TextColor3 = Color3.new(0, 0, 0)
  4574. nameeeee.TextSize = 30
  4575.  
  4576. bankin.Name = "bankin"
  4577. bankin.Parent = teleportgui
  4578. bankin.BackgroundColor3 = Color3.new(1, 1, 1)
  4579. bankin.Position = UDim2.new(0.0209923666, 0, 0.30039525, 0)
  4580. bankin.Size = UDim2.new(0, 143, 0, 29)
  4581. bankin.Font = Enum.Font.SourceSans
  4582. bankin.FontSize = Enum.FontSize.Size14
  4583. bankin.Text = "Bank (In)"
  4584. bankin.TextSize = 14
  4585.  
  4586. bankout.Name = "bankout"
  4587. bankout.Parent = teleportgui
  4588. bankout.BackgroundColor3 = Color3.new(1, 1, 1)
  4589. bankout.Position = UDim2.new(0.0209923666, 0, 0.462450594, 0)
  4590. bankout.Size = UDim2.new(0, 143, 0, 28)
  4591. bankout.Font = Enum.Font.SourceSans
  4592. bankout.FontSize = Enum.FontSize.Size14
  4593. bankout.Text = "Bank (Out)"
  4594. bankout.TextSize = 14
  4595.  
  4596. jewerlyin.Name = "jewerlyin"
  4597. jewerlyin.Parent = teleportgui
  4598. jewerlyin.BackgroundColor3 = Color3.new(1, 1, 1)
  4599. jewerlyin.Position = UDim2.new(0.0209923666, 0, 0.62845856, 0)
  4600. jewerlyin.Size = UDim2.new(0, 143, 0, 27)
  4601. jewerlyin.Font = Enum.Font.SourceSans
  4602. jewerlyin.FontSize = Enum.FontSize.Size14
  4603. jewerlyin.Text = "Jewerly Store (In)"
  4604. jewerlyin.TextSize = 14
  4605.  
  4606. jewerlyout.Name = "jewerlyout"
  4607. jewerlyout.Parent = teleportgui
  4608. jewerlyout.BackgroundColor3 = Color3.new(1, 1, 1)
  4609. jewerlyout.Position = UDim2.new(0.0209923666, 0, 0.790513873, 0)
  4610. jewerlyout.Size = UDim2.new(0, 143, 0, 24)
  4611. jewerlyout.Font = Enum.Font.SourceSans
  4612. jewerlyout.FontSize = Enum.FontSize.Size14
  4613. jewerlyout.Text = "Jewerly Store (Out)"
  4614. jewerlyout.TextSize = 14
  4615.  
  4616. trainspawn.Name = "trainspawn"
  4617. trainspawn.Parent = teleportgui
  4618. trainspawn.BackgroundColor3 = Color3.new(1, 1, 1)
  4619. trainspawn.Position = UDim2.new(0.335877866, 0, 0.30039525, 0)
  4620. trainspawn.Size = UDim2.new(0, 149, 0, 31)
  4621. trainspawn.Font = Enum.Font.SourceSans
  4622. trainspawn.FontSize = Enum.FontSize.Size14
  4623. trainspawn.Text = "Train Spawnpoint"
  4624. trainspawn.TextSize = 14
  4625.  
  4626. criminalbase1.Name = "criminalbase1"
  4627. criminalbase1.Parent = teleportgui
  4628. criminalbase1.BackgroundColor3 = Color3.new(1, 1, 1)
  4629. criminalbase1.Position = UDim2.new(0.335877866, 0, 0.462450594, 0)
  4630. criminalbase1.Size = UDim2.new(0, 149, 0, 28)
  4631. criminalbase1.Font = Enum.Font.SourceSans
  4632. criminalbase1.FontSize = Enum.FontSize.Size14
  4633. criminalbase1.Text = "Criminal Base 1 "
  4634. criminalbase1.TextSize = 14
  4635.  
  4636. criminalbase2.Name = "criminalbase2"
  4637. criminalbase2.Parent = teleportgui
  4638. criminalbase2.BackgroundColor3 = Color3.new(1, 1, 1)
  4639. criminalbase2.Position = UDim2.new(0.335877866, 0, 0.6284585, 0)
  4640. criminalbase2.Size = UDim2.new(0, 149, 0, 27)
  4641. criminalbase2.Font = Enum.Font.SourceSans
  4642. criminalbase2.FontSize = Enum.FontSize.Size14
  4643. criminalbase2.Text = "Criminal Base 2"
  4644. criminalbase2.TextSize = 14
  4645.  
  4646. gasstation.Name = "gasstation"
  4647. gasstation.Parent = teleportgui
  4648. gasstation.BackgroundColor3 = Color3.new(1, 1, 1)
  4649. gasstation.Position = UDim2.new(0.335877866, 0, 0.790513873, 0)
  4650. gasstation.Size = UDim2.new(0, 149, 0, 24)
  4651. gasstation.Font = Enum.Font.SourceSans
  4652. gasstation.FontSize = Enum.FontSize.Size14
  4653. gasstation.Text = "Gas Station"
  4654. gasstation.TextSize = 14
  4655.  
  4656. donutshop.Name = "donutshop"
  4657. donutshop.Parent = teleportgui
  4658. donutshop.BackgroundColor3 = Color3.new(1, 1, 1)
  4659. donutshop.Position = UDim2.new(0.652671754, 0, 0.30039525, 0)
  4660. donutshop.Size = UDim2.new(0, 152, 0, 31)
  4661. donutshop.Font = Enum.Font.SourceSans
  4662. donutshop.FontSize = Enum.FontSize.Size14
  4663. donutshop.Text = "Donut Shop"
  4664. donutshop.TextSize = 14
  4665.  
  4666. prisionbase.Name = "prisionbase"
  4667. prisionbase.Parent = teleportgui
  4668. prisionbase.BackgroundColor3 = Color3.new(1, 1, 1)
  4669. prisionbase.Position = UDim2.new(0.652671754, 0, 0.462450594, 0)
  4670. prisionbase.Size = UDim2.new(0, 152, 0, 28)
  4671. prisionbase.Font = Enum.Font.SourceSans
  4672. prisionbase.FontSize = Enum.FontSize.Size14
  4673. prisionbase.Text = "Prison Base"
  4674. prisionbase.TextSize = 14
  4675.  
  4676. police1.Name = "police1"
  4677. police1.Parent = teleportgui
  4678. police1.BackgroundColor3 = Color3.new(1, 1, 1)
  4679. police1.Position = UDim2.new(0.652671754, 0, 0.6284585, 0)
  4680. police1.Size = UDim2.new(0, 152, 0, 27)
  4681. police1.Font = Enum.Font.SourceSans
  4682. police1.FontSize = Enum.FontSize.Size14
  4683. police1.Text = "Police Station 1"
  4684. police1.TextSize = 14
  4685.  
  4686. police2.Name = "police2"
  4687. police2.Parent = teleportgui
  4688. police2.BackgroundColor3 = Color3.new(1, 1, 1)
  4689. police2.Position = UDim2.new(0.652671754, 0, 0.790513813, 0)
  4690. police2.Size = UDim2.new(0, 152, 0, 24)
  4691. police2.Font = Enum.Font.SourceSans
  4692. police2.FontSize = Enum.FontSize.Size14
  4693. police2.Text = "Poilice Station 2"
  4694. police2.TextSize = 14
  4695.  
  4696. closeteleportgui.Name = "closeteleportgui"
  4697. closeteleportgui.Parent = teleportgui
  4698. closeteleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
  4699. closeteleportgui.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  4700. closeteleportgui.Position = UDim2.new(0.854961812, 0, 0.0355731212, 0)
  4701. closeteleportgui.Size = UDim2.new(0, 76, 0, 50)
  4702. closeteleportgui.Font = Enum.Font.ArialBold
  4703. closeteleportgui.FontSize = Enum.FontSize.Size32
  4704. closeteleportgui.Text = "Back"
  4705. closeteleportgui.TextColor3 = Color3.new(0, 0, 0)
  4706. closeteleportgui.TextScaled = true
  4707. closeteleportgui.TextSize = 30
  4708. closeteleportgui.TextWrapped = true
  4709.  
  4710. gamestuffgui.Name = "gamestuffgui"
  4711. gamestuffgui.Parent = JailFix
  4712. gamestuffgui.Active = true
  4713. gamestuffgui.BackgroundColor3 = Color3.new(1, 1, 1)
  4714. gamestuffgui.BackgroundTransparency = 0.14000000059605
  4715. gamestuffgui.Draggable = true
  4716. gamestuffgui.Position = UDim2.new(0.32752651, 0, 0.349794835, 0)
  4717. gamestuffgui.Size = UDim2.new(0, 415, 0, 263)
  4718. gamestuffgui.Visible = false
  4719.  
  4720. nameeeeeeeee.Name = "nameeeeeeeee"
  4721. nameeeeeeeee.Parent = gamestuffgui
  4722. nameeeeeeeee.BackgroundColor3 = Color3.new(1, 1, 1)
  4723. nameeeeeeeee.BackgroundTransparency = 0.20999999344349
  4724. nameeeeeeeee.BorderColor3 = Color3.new(1, 1, 1)
  4725. nameeeeeeeee.Position = UDim2.new(0.0289156623, 0, 0.0836501867, 0)
  4726. nameeeeeeeee.Size = UDim2.new(0, 332, 0, 33)
  4727. nameeeeeeeee.Font = Enum.Font.ArialBold
  4728. nameeeeeeeee.FontSize = Enum.FontSize.Size32
  4729. nameeeeeeeee.Text = "Multi Purpose"
  4730. nameeeeeeeee.TextSize = 30
  4731.  
  4732. btools.Name = "btools"
  4733. btools.Parent = gamestuffgui
  4734. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  4735. btools.BorderColor3 = Color3.new(0, 0, 0)
  4736. btools.Position = UDim2.new(0.334939778, 0, 0.292775661, 0)
  4737. btools.Size = UDim2.new(0, 97, 0, 20)
  4738. btools.Font = Enum.Font.ArialBold
  4739. btools.FontSize = Enum.FontSize.Size14
  4740. btools.Text = "Btools"
  4741. btools.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4742. btools.TextSize = 14
  4743.  
  4744. fly.Name = "fly"
  4745. fly.Parent = gamestuffgui
  4746. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  4747. fly.BorderColor3 = Color3.new(0, 0, 0)
  4748. fly.Position = UDim2.new(0.0819277093, 0, 0.292775661, 0)
  4749. fly.Size = UDim2.new(0, 88, 0, 20)
  4750. fly.Font = Enum.Font.ArialBold
  4751. fly.FontSize = Enum.FontSize.Size14
  4752. fly.Text = "Fly"
  4753. fly.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4754. fly.TextSize = 14
  4755. fly.TextStrokeColor3 = Color3.new(0.0117647, 1, 0.788235)
  4756.  
  4757. walkspeed.Name = "walkspeed"
  4758. walkspeed.Parent = gamestuffgui
  4759. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  4760. walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  4761. walkspeed.Position = UDim2.new(0.0819277093, 0, 0.406844109, 0)
  4762. walkspeed.Size = UDim2.new(0, 88, 0, 21)
  4763. walkspeed.Font = Enum.Font.ArialBold
  4764. walkspeed.FontSize = Enum.FontSize.Size14
  4765. walkspeed.Text = "Walkspeed"
  4766. walkspeed.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4767. walkspeed.TextSize = 14
  4768.  
  4769. closegamestuff.Name = "closegamestuff"
  4770. closegamestuff.Parent = gamestuffgui
  4771. closegamestuff.BackgroundColor3 = Color3.new(1, 1, 1)
  4772. closegamestuff.Position = UDim2.new(0.790361464, 0, 0.0532319397, 0)
  4773. closegamestuff.Size = UDim2.new(0, 77, 0, 39)
  4774. closegamestuff.Font = Enum.Font.ArialBold
  4775. closegamestuff.FontSize = Enum.FontSize.Size32
  4776. closegamestuff.Text = "Back"
  4777. closegamestuff.TextColor3 = Color3.new(0, 0, 0)
  4778. closegamestuff.TextSize = 30
  4779.  
  4780. clicktp.Name = "clicktp"
  4781. clicktp.Parent = gamestuffgui
  4782. clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
  4783. clicktp.BorderColor3 = Color3.new(0, 0, 0)
  4784. clicktp.Position = UDim2.new(0.607228875, 0, 0.520912528, 0)
  4785. clicktp.Size = UDim2.new(0, 109, 0, 19)
  4786. clicktp.Font = Enum.Font.ArialBold
  4787. clicktp.FontSize = Enum.FontSize.Size14
  4788. clicktp.Text = "Click TP"
  4789. clicktp.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4790. clicktp.TextSize = 14
  4791.  
  4792. spamarrest.Name = "spamarrest"
  4793. spamarrest.Parent = gamestuffgui
  4794. spamarrest.BackgroundColor3 = Color3.new(1, 1, 1)
  4795. spamarrest.BorderColor3 = Color3.new(0, 0, 0)
  4796. spamarrest.Position = UDim2.new(0.606024086, 0, 0.406844109, 0)
  4797. spamarrest.Size = UDim2.new(0, 109, 0, 21)
  4798. spamarrest.Font = Enum.Font.ArialBold
  4799. spamarrest.FontSize = Enum.FontSize.Size14
  4800. spamarrest.Text = "Spam Arrest"
  4801. spamarrest.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4802. spamarrest.TextSize = 14
  4803.  
  4804. infinitejump.Name = "infinitejump"
  4805. infinitejump.Parent = gamestuffgui
  4806. infinitejump.BackgroundColor3 = Color3.new(1, 1, 1)
  4807. infinitejump.BorderColor3 = Color3.new(0, 0, 0)
  4808. infinitejump.Position = UDim2.new(0.334939778, 0, 0.520912528, 0)
  4809. infinitejump.Size = UDim2.new(0, 97, 0, 19)
  4810. infinitejump.Font = Enum.Font.ArialBold
  4811. infinitejump.FontSize = Enum.FontSize.Size14
  4812. infinitejump.Text = "Infinite Jump"
  4813. infinitejump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4814. infinitejump.TextSize = 14
  4815.  
  4816. espall.Name = "espall"
  4817. espall.Parent = gamestuffgui
  4818. espall.BackgroundColor3 = Color3.new(1, 1, 1)
  4819. espall.BorderColor3 = Color3.new(0, 0, 0)
  4820. espall.Position = UDim2.new(0.607228935, 0, 0.292775661, 0)
  4821. espall.Size = UDim2.new(0, 109, 0, 20)
  4822. espall.Font = Enum.Font.ArialBold
  4823. espall.FontSize = Enum.FontSize.Size14
  4824. espall.Text = "ESP (All)"
  4825. espall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4826. espall.TextSize = 14
  4827.  
  4828. lowgravity.Name = "lowgravity"
  4829. lowgravity.Parent = gamestuffgui
  4830. lowgravity.BackgroundColor3 = Color3.new(1, 1, 1)
  4831. lowgravity.Position = UDim2.new(0.607228935, 0, 0.631178737, 0)
  4832. lowgravity.Size = UDim2.new(0, 109, 0, 20)
  4833. lowgravity.Font = Enum.Font.ArialBold
  4834. lowgravity.FontSize = Enum.FontSize.Size14
  4835. lowgravity.Text = "Low Gravity"
  4836. lowgravity.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4837. lowgravity.TextSize = 14
  4838.  
  4839. godmode.Name = "godmode"
  4840. godmode.Parent = gamestuffgui
  4841. godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  4842. godmode.Position = UDim2.new(0.334939778, 0, 0.737642586, 0)
  4843. godmode.Size = UDim2.new(0, 97, 0, 19)
  4844. godmode.Font = Enum.Font.ArialBold
  4845. godmode.FontSize = Enum.FontSize.Size14
  4846. godmode.Text = "God Mode"
  4847. godmode.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4848. godmode.TextSize = 14
  4849.  
  4850. highjump.Name = "highjump"
  4851. highjump.Parent = gamestuffgui
  4852. highjump.BackgroundColor3 = Color3.new(1, 1, 1)
  4853. highjump.Position = UDim2.new(0.0819277093, 0, 0.520912528, 0)
  4854. highjump.Size = UDim2.new(0, 88, 0, 19)
  4855. highjump.Font = Enum.Font.ArialBold
  4856. highjump.FontSize = Enum.FontSize.Size14
  4857. highjump.Text = "High Jump"
  4858. highjump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4859. highjump.TextSize = 14
  4860.  
  4861. platform.Name = "platform"
  4862. platform.Parent = gamestuffgui
  4863. platform.BackgroundColor3 = Color3.new(1, 1, 1)
  4864. platform.Position = UDim2.new(0.334939748, 0, 0.406844109, 0)
  4865. platform.Size = UDim2.new(0, 97, 0, 20)
  4866. platform.Font = Enum.Font.ArialBold
  4867. platform.FontSize = Enum.FontSize.Size14
  4868. platform.Text = "Platform"
  4869. platform.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4870. platform.TextSize = 14
  4871.  
  4872. tracers.Name = "tracers"
  4873. tracers.Parent = gamestuffgui
  4874. tracers.BackgroundColor3 = Color3.new(1, 1, 1)
  4875. tracers.Position = UDim2.new(0.334939778, 0, 0.631178737, 0)
  4876. tracers.Size = UDim2.new(0, 97, 0, 20)
  4877. tracers.Font = Enum.Font.ArialBold
  4878. tracers.FontSize = Enum.FontSize.Size14
  4879. tracers.Text = "Tracers: None"
  4880. tracers.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4881. tracers.TextSize = 14
  4882.  
  4883. suicide.Name = "suicide"
  4884. suicide.Parent = gamestuffgui
  4885. suicide.BackgroundColor3 = Color3.new(1, 1, 1)
  4886. suicide.Position = UDim2.new(0.607228935, 0, 0.737642586, 0)
  4887. suicide.Size = UDim2.new(0, 109, 0, 19)
  4888. suicide.Font = Enum.Font.ArialBold
  4889. suicide.FontSize = Enum.FontSize.Size14
  4890. suicide.Text = "click 4 death :)"
  4891. suicide.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4892. suicide.TextSize = 14
  4893.  
  4894. spawnblocks.Name = "spawnblocks"
  4895. spawnblocks.Parent = gamestuffgui
  4896. spawnblocks.BackgroundColor3 = Color3.new(1, 1, 1)
  4897. spawnblocks.Position = UDim2.new(0.0819277093, 0, 0.631178737, 0)
  4898. spawnblocks.Size = UDim2.new(0, 88, 0, 20)
  4899. spawnblocks.Font = Enum.Font.ArialBold
  4900. spawnblocks.FontSize = Enum.FontSize.Size14
  4901. spawnblocks.Text = "Spawn Blocks"
  4902. spawnblocks.TextSize = 14
  4903.  
  4904. playername.Name = "playername"
  4905. playername.Parent = gamestuffgui
  4906. playername.BackgroundColor3 = Color3.new(1, 1, 1)
  4907. playername.Position = UDim2.new(0, 0, 0.89353615, 0)
  4908. playername.Size = UDim2.new(0, 200, 0, 28)
  4909. playername.Font = Enum.Font.ArialBold
  4910. playername.FontSize = Enum.FontSize.Size32
  4911. playername.Text = "Player Name"
  4912. playername.TextSize = 30
  4913.  
  4914. goto.Name = "goto"
  4915. goto.Parent = gamestuffgui
  4916. goto.BackgroundColor3 = Color3.new(1, 1, 1)
  4917. goto.BorderColor3 = Color3.new(0, 0, 0)
  4918. goto.Position = UDim2.new(0.481927723, 0, 0.89353615, 0)
  4919. goto.Size = UDim2.new(0, 215, 0, 28)
  4920. goto.Font = Enum.Font.ArialBold
  4921. goto.FontSize = Enum.FontSize.Size32
  4922. goto.Text = "Goto"
  4923. goto.TextSize = 30
  4924.  
  4925. f3x.Name = "f3x"
  4926. f3x.Parent = gamestuffgui
  4927. f3x.BackgroundColor3 = Color3.new(1, 1, 1)
  4928. f3x.Position = UDim2.new(0.0819277093, 0, 0.737642586, 0)
  4929. f3x.Size = UDim2.new(0, 88, 0, 19)
  4930. f3x.Font = Enum.Font.ArialBold
  4931. f3x.FontSize = Enum.FontSize.Size14
  4932. f3x.Text = "F3x"
  4933. f3x.TextSize = 14
  4934.  
  4935. extrastuff.Name = "extrastuff"
  4936. extrastuff.Parent = JailFix
  4937. extrastuff.Active = true
  4938. extrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
  4939. extrastuff.BackgroundTransparency = 0.18999999761581
  4940. extrastuff.Draggable = true
  4941. extrastuff.Position = UDim2.new(0.318704993, 0, 0.266912788, 0)
  4942. extrastuff.Size = UDim2.new(0, 516, 0, 385)
  4943. extrastuff.Visible = false
  4944.  
  4945. banknotification.Name = "banknotification"
  4946. banknotification.Parent = extrastuff
  4947. banknotification.BackgroundColor3 = Color3.new(1, 1, 1)
  4948. banknotification.Position = UDim2.new(0.0620154962, 0, 0.262337625, 0)
  4949. banknotification.Size = UDim2.new(0, 200, 0, 50)
  4950. banknotification.Font = Enum.Font.ArialBold
  4951. banknotification.FontSize = Enum.FontSize.Size14
  4952. banknotification.Text = "Bank Notification"
  4953. banknotification.TextColor3 = Color3.new(0, 0, 0)
  4954. banknotification.TextSize = 14
  4955.  
  4956. jewerlynotification.Name = "jewerlynotification"
  4957. jewerlynotification.Parent = extrastuff
  4958. jewerlynotification.BackgroundColor3 = Color3.new(1, 1, 1)
  4959. jewerlynotification.Position = UDim2.new(0.515503883, 0, 0.262337655, 0)
  4960. jewerlynotification.Size = UDim2.new(0, 200, 0, 50)
  4961. jewerlynotification.Font = Enum.Font.ArialBold
  4962. jewerlynotification.FontSize = Enum.FontSize.Size14
  4963. jewerlynotification.Text = "Jewerly Store Notification"
  4964. jewerlynotification.TextColor3 = Color3.new(0, 0, 0)
  4965. jewerlynotification.TextSize = 14
  4966.  
  4967. KeyCard.Name = "KeyCard"
  4968. KeyCard.Parent = extrastuff
  4969. KeyCard.BackgroundColor3 = Color3.new(1, 1, 1)
  4970. KeyCard.Position = UDim2.new(0.0620155036, 0, 0.433766246, 0)
  4971. KeyCard.Size = UDim2.new(0, 200, 0, 51)
  4972. KeyCard.Font = Enum.Font.ArialBold
  4973. KeyCard.FontSize = Enum.FontSize.Size14
  4974. KeyCard.Text = "Keycard"
  4975. KeyCard.TextColor3 = Color3.new(0, 0, 0)
  4976. KeyCard.TextSize = 14
  4977.  
  4978. TextLabel_2.Parent = extrastuff
  4979. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4980. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  4981. TextLabel_2.Position = UDim2.new(0.110465109, 0, 0.0610389635, 0)
  4982. TextLabel_2.Size = UDim2.new(0, 275, 0, 39)
  4983. TextLabel_2.Font = Enum.Font.ArialBold
  4984. TextLabel_2.FontSize = Enum.FontSize.Size60
  4985. TextLabel_2.Text = "Game Related"
  4986. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  4987. TextLabel_2.TextSize = 50
  4988. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  4989.  
  4990. closeextrastuff.Name = "closeextrastuff"
  4991. closeextrastuff.Parent = extrastuff
  4992. closeextrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
  4993. closeextrastuff.BorderColor3 = Color3.new(0, 0, 0)
  4994. closeextrastuff.Position = UDim2.new(0.751937985, 0, 0.0467532463, 0)
  4995. closeextrastuff.Size = UDim2.new(0, 103, 0, 50)
  4996. closeextrastuff.Font = Enum.Font.ArialBold
  4997. closeextrastuff.FontSize = Enum.FontSize.Size32
  4998. closeextrastuff.Text = "Back"
  4999. closeextrastuff.TextColor3 = Color3.new(0, 0, 0)
  5000. closeextrastuff.TextSize = 30
  5001.  
  5002. autorobtrain.Name = "autorobtrain"
  5003. autorobtrain.Parent = extrastuff
  5004. autorobtrain.BackgroundColor3 = Color3.new(1, 1, 1)
  5005. autorobtrain.Position = UDim2.new(0.515503883, 0, 0.433766246, 0)
  5006. autorobtrain.Size = UDim2.new(0, 200, 0, 50)
  5007. autorobtrain.Font = Enum.Font.ArialBold
  5008. autorobtrain.FontSize = Enum.FontSize.Size14
  5009. autorobtrain.Text = "AutoRob Trains (Hella Buggy)"
  5010. autorobtrain.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5011. autorobtrain.TextSize = 14
  5012.  
  5013. autorob.Name = "autorob"
  5014. autorob.Parent = extrastuff
  5015. autorob.BackgroundColor3 = Color3.new(1, 1, 1)
  5016. autorob.Position = UDim2.new(0.0620155036, 0, 0.76363641, 0)
  5017. autorob.Size = UDim2.new(0, 200, 0, 50)
  5018. autorob.Font = Enum.Font.ArialBold
  5019. autorob.FontSize = Enum.FontSize.Size14
  5020. autorob.Text = "AutoRob All Stores"
  5021. autorob.TextSize = 14
  5022.  
  5023. removeall.Name = "removeall"
  5024. removeall.Parent = extrastuff
  5025. removeall.BackgroundColor3 = Color3.new(1, 1, 1)
  5026. removeall.BorderColor3 = Color3.new(0, 0, 0)
  5027. removeall.Position = UDim2.new(0.0620155036, 0, 0.594805181, 0)
  5028. removeall.Size = UDim2.new(0, 200, 0, 50)
  5029. removeall.Font = Enum.Font.ArialBold
  5030. removeall.FontSize = Enum.FontSize.Size14
  5031. removeall.Text = "Remove All"
  5032. removeall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5033. removeall.TextSize = 14
  5034.  
  5035. allitemsgiver.Name = "allitemsgiver"
  5036. allitemsgiver.Parent = extrastuff
  5037. allitemsgiver.BackgroundColor3 = Color3.new(1, 1, 1)
  5038. allitemsgiver.BorderColor3 = Color3.new(0, 0, 0)
  5039. allitemsgiver.Position = UDim2.new(0.515503883, 0, 0.594805181, 0)
  5040. allitemsgiver.Size = UDim2.new(0, 200, 0, 50)
  5041. allitemsgiver.Font = Enum.Font.ArialBold
  5042. allitemsgiver.FontSize = Enum.FontSize.Size14
  5043. allitemsgiver.Text = "All Items Giver"
  5044. allitemsgiver.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5045. allitemsgiver.TextSize = 14
  5046.  
  5047. infiniteammo.Name = "infiniteammo"
  5048. infiniteammo.Parent = extrastuff
  5049. infiniteammo.BackgroundColor3 = Color3.new(1, 1, 1)
  5050. infiniteammo.Position = UDim2.new(0.515503883, 0, 0.763636351, 0)
  5051. infiniteammo.Size = UDim2.new(0, 200, 0, 50)
  5052. infiniteammo.Font = Enum.Font.ArialBold
  5053. infiniteammo.FontSize = Enum.FontSize.Size14
  5054. infiniteammo.Text = "Infinite Ammo"
  5055. infiniteammo.TextSize = 14
  5056.  
  5057. Teleports.MouseButton1Down:connect(function()
  5058. teleportgui.Visible = not teleportgui.Visible
  5059. mainframe.Visible = false
  5060. end)
  5061.  
  5062. GameStuff.MouseButton1Down:connect(function()
  5063. gamestuffgui.Visible = not gamestuffgui.Visible
  5064. mainframe.Visible = false
  5065. end)
  5066.  
  5067. ExtraStuff.MouseButton1Down:connect(function()
  5068. extrastuff.Visible = not extrastuff.Visible
  5069. mainframe.Visible = false
  5070. end)
  5071.  
  5072. closeteleportgui.MouseButton1Down:connect(function()
  5073. teleportgui.Visible = false
  5074. mainframe.Visible = true
  5075. end)
  5076.  
  5077. police1.MouseButton1Down:connect(function()
  5078. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1206.99585, 17.9300575, -1586.10864)
  5079. end)
  5080.  
  5081. police2.MouseButton1Down:connect(function()
  5082. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(733.814575, 38.0526962, 1124.16504)
  5083. end)
  5084.  
  5085. prisionbase.MouseButton1Down:connect(function()
  5086. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1239.27979, 18.0500565, -1570.29688)
  5087. end)
  5088.  
  5089. donutshop.MouseButton1Down:connect(function()
  5090. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(269.116425, 17.8176937, -1766.83899)
  5091. end)
  5092.  
  5093. gasstation.MouseButton1Down:connect(function()
  5094. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1578.24731, 17.8978615, 711.207214)
  5095. end)
  5096.  
  5097. criminalbase1.MouseButton1Down:connect(function()
  5098. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-223.377686, 17.6145134, 1587.12146)
  5099. end)
  5100.  
  5101. criminalbase2.MouseButton1Down:connect(function()
  5102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1749.50195, 49.8635178, -1790.7113)
  5103. end)
  5104.  
  5105. trainspawn.MouseButton1Down:connect(function()
  5106. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  5107. end)
  5108.  
  5109. jewerlyout.MouseButton1Down:connect(function()
  5110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.701019, 17.6109638, 1356.74683)
  5111. end)
  5112.  
  5113. jewerlyin.MouseButton1Down:connect(function()
  5114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(134.412323, 17.8779831, 1318.1095)
  5115. end)
  5116.  
  5117. bankin.MouseButton1Down:connect(function()
  5118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.8007507, 0.790616274, 815.760254)
  5119. end)
  5120.  
  5121. bankout.MouseButton1Down:connect(function()
  5122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.4078064, 17.6235695, 776.03186)
  5123. end)
  5124.  
  5125. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  5126.  
  5127. local c
  5128. local h
  5129. local bv
  5130. local bav
  5131. local cam
  5132. local flying
  5133. local p = game.Players.LocalPlayer
  5134. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  5135.  
  5136. local startFly = function () -- Call this function to begin flying
  5137. if not p.Character or not p.Character.Head or flying then return end
  5138. c = p.Character
  5139. h = c.Humanoid
  5140. h.PlatformStand = true
  5141. cam = workspace:WaitForChild('Camera')
  5142. bv = Instance.new("BodyVelocity")
  5143. bav = Instance.new("BodyAngularVelocity")
  5144. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  5145. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  5146. bv.Parent = c.Head
  5147. bav.Parent = c.Head
  5148. flying = true
  5149. h.Died:connect(function() flying = false end)
  5150. end
  5151.  
  5152. local endFly = function () -- Call this function to stop flying
  5153. if not p.Character or not flying then return end
  5154. h.PlatformStand = false
  5155. bv:Destroy()
  5156. bav:Destroy()
  5157. flying = false
  5158. end
  5159.  
  5160. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  5161. if GPE then return end
  5162. for i, e in pairs(buttons) do
  5163. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  5164. buttons[i] = true
  5165. buttons.Moving = true
  5166. end
  5167. end
  5168. end)
  5169.  
  5170. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  5171. if GPE then return end
  5172. local a = false
  5173. for i, e in pairs(buttons) do
  5174. if i ~= "Moving" then
  5175. if input.KeyCode == Enum.KeyCode[i] then
  5176. buttons[i] = false
  5177. end
  5178. if buttons[i] then a = true end
  5179. end
  5180. end
  5181. buttons.Moving = a
  5182. end)
  5183.  
  5184. local setVec = function (vec)
  5185. return vec * (speed / vec.Magnitude)
  5186. end
  5187.  
  5188. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  5189. if flying and c and c.PrimaryPart then
  5190. local p = c.PrimaryPart.Position
  5191. local cf = cam.CFrame
  5192. local ax, ay, az = cf:toEulerAnglesXYZ()
  5193. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  5194. if buttons.Moving then
  5195. local t = Vector3.new()
  5196. if buttons.W then t = t + (setVec(cf.lookVector)) end
  5197. if buttons.S then t = t - (setVec(cf.lookVector)) end
  5198. if buttons.A then t = t - (setVec(cf.rightVector)) end
  5199. if buttons.D then t = t + (setVec(cf.rightVector)) end
  5200. c:TranslateBy(t * step)
  5201. end
  5202. end
  5203. end)
  5204.  
  5205. fly.MouseButton1Down:connect(function()
  5206. if flyy == true then
  5207. flyy = false
  5208. endFly()
  5209. else
  5210. flyy = true
  5211. startFly()
  5212. end
  5213. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  5214. end)
  5215.  
  5216. btools.MouseButton1Down:connect(function()
  5217. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  5218. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  5219. if child.ClassName == "Part" then
  5220. child.Locked = false
  5221. end
  5222. if child.ClassName == "MeshPart" then
  5223. child.Locked = false
  5224. end
  5225. if child.ClassName == "UnionOperation" then
  5226. child.Locked = false
  5227. end
  5228. if child.ClassName == "Model" then
  5229. for index, chil in pairs(child:GetChildren()) do
  5230. if chil.ClassName == "Part" then
  5231. chil.Locked = false
  5232. end
  5233. if chil.ClassName == "MeshPart" then
  5234. chil.Locked = false
  5235. end
  5236. if chil.ClassName == "UnionOperation" then
  5237. chil.Locked = false
  5238. end
  5239. if chil.ClassName == "Model" then
  5240. for index, childe in pairs(chil:GetChildren()) do
  5241. if childe.ClassName == "Part" then
  5242. childe.Locked = false
  5243. end
  5244. if childe.ClassName == "MeshPart" then
  5245. childe.Locked = false
  5246. end
  5247. if childe.ClassName == "UnionOperation" then
  5248. childe.Locked = false
  5249. end
  5250. if childe.ClassName == "Model" then
  5251. for index, childeo in pairs(childe:GetChildren()) do
  5252. if childeo.ClassName == "Part" then
  5253. childeo.Locked = false
  5254. end
  5255. if childeo.ClassName == "MeshPart" then
  5256. childeo.Locked = false
  5257. end
  5258. if childeo.ClassName == "UnionOperation" then
  5259. childeo.Locked = false
  5260. end
  5261. if childeo.ClassName == "Model" then
  5262. end
  5263. end
  5264. end
  5265. end
  5266. end
  5267. end
  5268. end
  5269. end
  5270. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  5271. c.BinType = Enum.BinType.Hammer
  5272. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  5273. c.BinType = Enum.BinType.Clone
  5274. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  5275. c.BinType = Enum.BinType.Grab
  5276. end)
  5277.  
  5278. allitemsgiver.MouseButton1Down:connect(function()
  5279. if not workspace:FindFirstChild("Givers") then return end
  5280. if Giver then
  5281. for i,v in pairs(Giver) do
  5282. v.ClickDetector.Parent = v.OriginalParent
  5283. v.Event:Disconnect()
  5284. end
  5285. getmetatable(Giver):Destroy()
  5286. end
  5287. Giver = {}
  5288. local g = Giver
  5289. local p = Instance.new("Part", workspace)
  5290. p.Anchored = true
  5291. p.CanCollide = false
  5292. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  5293. setmetatable(Giver, {__metatable = p})
  5294. for i,v in pairs(workspace.Givers:GetChildren()) do
  5295. local cd = v:FindFirstChildOfClass"ClickDetector"
  5296. if cd then
  5297. local newt = {}
  5298. newt.ClickDetector = cd
  5299. newt.OriginalParent = v
  5300. cd.Parent = p
  5301. newt.Event = cd.MouseClick:connect(function()
  5302. cd.Parent = v
  5303. end)
  5304. table.insert(Giver, newt)
  5305. end
  5306. end
  5307. spawn(function()
  5308. wait(10)
  5309. if Giver == g then
  5310. Giver = nil
  5311. for i,v in pairs(g) do
  5312. v.ClickDetector.Parent = v.OriginalParent
  5313. v.Event:Disconnect()
  5314. end
  5315. getmetatable(g):Destroy()
  5316. end
  5317. end)
  5318. end)
  5319.  
  5320. removeall.MouseButton1Down:connect(function()
  5321. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  5322. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  5323. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  5324. game.Workspace.Cells:Remove()
  5325. game.Workspace.Banks.Bank.Lasers:Remove()
  5326. game.Workspace.Doors:Remove()
  5327. game.Workspace.Banks.Bank.Door:Destroy()
  5328. game.Workspace.Banks.Bank.TriggerDoor:Destroy()
  5329. game.Workspace.EscapeRoutes.ExplodeWall:Destroy()
  5330. game.Workspace.EscapeRoutes.LiftGate:Remove()
  5331. end)
  5332.  
  5333. walkspeed.MouseButton1Down:connect(function()
  5334. down = false
  5335. velocity = Instance.new("BodyVelocity")
  5336. velocity.maxForce = Vector3.new(100000, 0, 100000)
  5337. local speed = 150
  5338. gyro = Instance.new("BodyGyro")
  5339. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  5340.  
  5341. local hum = game.Players.LocalPlayer.Character.Humanoid
  5342.  
  5343. function onButton1Down(mouse)
  5344. down = true
  5345. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  5346. velocity.velocity = (hum.MoveDirection) * speed
  5347. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  5348. while down do
  5349. if not down then break end
  5350. velocity.velocity = (hum.MoveDirection) * speed
  5351. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  5352. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  5353. wait(0.1)
  5354. end
  5355. end
  5356.  
  5357. function onButton1Up(mouse)
  5358. velocity.Parent = nil
  5359. gyro.Parent = nil
  5360. down = false
  5361. end
  5362.  
  5363. local function onSelected(mouse)
  5364. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  5365. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  5366. end
  5367.  
  5368. onSelected(game.Players.LocalPlayer:GetMouse())
  5369. end)
  5370.  
  5371. local ClickTpEnabled = false
  5372. clicktp.MouseButton1Down:connect(function()
  5373. loadstring(game:GetObjects("rbxassetid://956305503")[1].Source)()
  5374. end)
  5375.  
  5376.  
  5377.  
  5378. spamarrest.MouseButton1Down:connect(function()
  5379. local Player = game.Players.LocalPlayer
  5380. wait(0.5)
  5381. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  5382. repeat
  5383. wait()
  5384. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  5385. until v.Team.Name ~= "Criminal"
  5386. end
  5387. end)
  5388.  
  5389. local InfiniteJumpEnabled = false
  5390. game:GetService("UserInputService").JumpRequest:connect(function()
  5391. if InfiniteJumpEnabled then
  5392. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  5393. end
  5394. end)
  5395.  
  5396. infinitejump.MouseButton1Down:connect(function()
  5397. local state = infinitejump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  5398. local new = state == "Off" and "On" or state == "On" and "Off"
  5399. InfiniteJumpEnabled = new == "On"
  5400. infinitejump.Text = "Infinite Jump: " .. new
  5401. end)
  5402.  
  5403. ENABLED = false
  5404. PLAYER = game.Players.LocalPlayer
  5405. MOUSE = PLAYER:GetMouse()
  5406. CC = game.Workspace.CurrentCamera
  5407. _G.FREE_FOR_ALL = false
  5408. _G.AIM_AT = 'Head'
  5409. local player = game.Players.LocalPlayer
  5410. local esp = false
  5411. local track = false
  5412.  
  5413. function Create(base, team)
  5414. local bb = Instance.new("BillboardGui",player.PlayerGui)
  5415. bb.Adornee = base
  5416. bb.ExtentsOffset = Vector3.new(0,1,0)
  5417. bb.AlwaysOnTop = true
  5418. bb.Size = UDim2.new(0,5,0,5)
  5419. bb.StudsOffset = Vector3.new(0,1,0)
  5420. bb.Name = "tracker"
  5421. local frame = Instance.new("Frame",bb)
  5422. frame.ZIndex = 10
  5423. frame.BackgroundTransparency = 0.3
  5424. frame.Size = UDim2.new(1,0,1,0)
  5425. frame.Position = UDim2.new(0,0,0)
  5426. frame.Transparency = 1
  5427. local txtlbl = Instance.new("TextLabel",bb)
  5428. txtlbl.ZIndex = 10
  5429. txtlbl.Text = (string.upper(base.Parent.Name))
  5430. txtlbl.BackgroundTransparency = 1
  5431. txtlbl.Position = UDim2.new(0,0,0,-35)
  5432. txtlbl.Size = UDim2.new(1,0,10,0)
  5433. txtlbl.Font = "SourceSansBold"
  5434. txtlbl.FontSize = "Size10"
  5435. txtlbl.TextStrokeTransparency = 0.5
  5436.  
  5437. local txtlbl2 = Instance.new("TextLabel",bb)
  5438. txtlbl2.ZIndex = 10
  5439. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  5440. txtlbl2.BackgroundTransparency = 1
  5441. txtlbl2.Position = UDim2.new(0,0,0,-25)
  5442. txtlbl2.Size = UDim2.new(1,0,10,0)
  5443. txtlbl2.Font = "SourceSansBold"
  5444. txtlbl2.FontSize = "Size10"
  5445.  
  5446. txtlbl2.TextStrokeTransparency = 0.5
  5447. if team then
  5448. txtlbl.TextColor3 = Color3.new(85,0,127)
  5449. txtlbl2.TextColor3 = Color3.new(85,0,127)
  5450. frame.BackgroundColor3 = Color3.new(85,0,127)
  5451.  
  5452. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
  5453. txtlbl.TextColor3 = Color3.new(0,255,0)
  5454. txtlbl2.TextColor3 = Color3.new(0,255,0)
  5455. frame.BackgroundColor3 = Color3.new(0,255,0)
  5456. txtlbl.Text = "FRIEND"
  5457. txtlbl.FontSize = "Size14"
  5458. txtlbl2.FontSize = "Size14"
  5459.  
  5460. elseif base.Parent.Name == game.Players.LocalPlayer.Name then
  5461. txtlbl2.Transparency = 1
  5462. txtlbl.Transparency = 1
  5463. frame.Transparency = 1
  5464. else
  5465. txtlbl.TextColor3 = Color3.new(85,0,127)
  5466. txtlbl2.TextColor3 = Color3.new(85,0,127)
  5467. frame.BackgroundColor3 = Color3.new(85,0,127)
  5468.  
  5469. end
  5470. end
  5471.  
  5472. function Find()
  5473. Clear()
  5474. track = true
  5475. spawn(function()
  5476. while wait() do
  5477. if track then
  5478. Clear()
  5479. for _,v in pairs(game.Players:players()) do
  5480.  
  5481. if v.Character and v.Character.Head then
  5482. Create(v.Character.Head, false)
  5483. end
  5484. end
  5485. end
  5486. end
  5487. wait(1)
  5488. end)
  5489. end
  5490. function Clear()
  5491. for _,v in pairs(player.PlayerGui:children()) do
  5492. if v.Name == "tracker" and v:isA("BillboardGui") then
  5493. v:Destroy()
  5494. end
  5495. end
  5496. end
  5497.  
  5498. espall.MouseButton1Down:connect(function()
  5499. if not esp then
  5500. Find()
  5501. warn("Jailbreak ESP Enabled")
  5502. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  5503. esp = true
  5504. else
  5505. Clear()
  5506. track = false
  5507. warn("Jailbreak ESP Disabled")
  5508. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  5509. esp = false
  5510. end
  5511. end)
  5512.  
  5513. closegamestuff.MouseButton1Down:connect(function()
  5514. gamestuffgui.Visible = false
  5515. mainframe.Visible = true
  5516. end)
  5517.  
  5518. closeextrastuff.MouseButton1Down:connect(function()
  5519. extrastuff.Visible = false
  5520. mainframe.Visible = true
  5521. end)
  5522.  
  5523. closeteleportgui.MouseButton1Down:connect(function()
  5524. teleportgui.Visible = false
  5525. mainframe.Visible = true
  5526. end)
  5527.  
  5528. banknotification.MouseButton1Down:connect(function()
  5529. pcall(function()
  5530. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  5531. local Info = Bank.Extra.Sign.Decal
  5532. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  5533. if Info.Transparency ~= 0 then
  5534. local cb = Instance.new("BindableFunction")
  5535. cb.OnInvoke = function(arg)
  5536. if arg == "Teleport" then
  5537. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10, 18, 784)
  5538. end
  5539. end
  5540. game:GetService("StarterGui"):SetCore("SendNotification",{
  5541. Title = "Bank is ready!",
  5542. Text = "Bank is ready!",
  5543. Duration = 4,
  5544. Button1 = "Dismiss",
  5545. Button2 = "Teleport",
  5546. Callback = cb
  5547. })
  5548. end
  5549. end)
  5550. end)
  5551. end)
  5552.  
  5553. jewerlynotification.MouseButton1Down:connect(function()
  5554. pcall(function()
  5555. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  5556. local Info = Jewelry.Extra.Sign.Decal
  5557. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  5558. if Info.Transparency ~= 0 then
  5559. local cb = Instance.new("BindableFunction")
  5560. cb.OnInvoke = function(arg)
  5561. if arg == "Teleport" then
  5562. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(142, 18, 1365)
  5563. end
  5564. end
  5565. game:GetService("StarterGui"):SetCore("SendNotification",{
  5566. Title = "Jewelry is ready!",
  5567. Text = "Jewelry is ready!",
  5568. Duration = 4,
  5569. Button1 = "Dismiss",
  5570. Button2 = "Teleport",
  5571. Callback = cb
  5572. })
  5573. end
  5574. end)
  5575. end)
  5576. end)
  5577.  
  5578. KeyCard.MouseButton1Down:connect(function()
  5579. game.Players.LocalPlayer.TeamValue.Value= "Police"
  5580. end)
  5581.  
  5582. platform.MouseButton1Down:connect(function()
  5583. local p = Instance.new("Part", workspace)
  5584. p.Size = Vector3.new(30,0.5,30)
  5585. p.Anchored = true
  5586. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  5587. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  5588. spawn(function()
  5589. while p.Parent do
  5590. wait(1)
  5591. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  5592. p:Destroy()
  5593. end
  5594. end
  5595. end)
  5596. end)
  5597.  
  5598.  
  5599. local Tracers = {}
  5600.  
  5601. local function AddLasso(p,team)
  5602. if not Tracers[team.Name] then return end
  5603. if p == plr then return end
  5604. spawn(function()
  5605. if p.Character then
  5606. local l = Instance.new("SelectionPartLasso")
  5607. l.Parent = p.Character
  5608. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  5609. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  5610. l.Visible = true
  5611. l.Color3 = team.TeamColor.Color
  5612. for i=0,5 do
  5613. local sg = Instance.new("SurfaceGui")
  5614. sg.Face = i
  5615. sg.Parent = p.Character
  5616. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  5617. sg.AlwaysOnTop = true
  5618. local f = Instance.new("Frame", sg)
  5619. f.Size = UDim2.new(1,0,1,0)
  5620. f.BorderSizePixel = 0
  5621. f.BackgroundColor3 = team.TeamColor.Color
  5622. f.BackgroundTransparency = 0.5
  5623. end
  5624. end
  5625. end)
  5626. end
  5627.  
  5628. local function RemoveLasso(p)
  5629. if not p.Character then return end
  5630. for i,v in pairs(p.Character:GetDescendants()) do
  5631. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  5632. v:Destroy()
  5633. end
  5634. end
  5635. end
  5636.  
  5637. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  5638. team.PlayerAdded:connect(function(p)
  5639. AddLasso(p,team)
  5640. end)
  5641.  
  5642. team.PlayerRemoved:connect(function(p)
  5643. RemoveLasso(p)
  5644. end)
  5645. end
  5646.  
  5647. function ToggleTracers(team, bool)
  5648. Tracers[team] = bool
  5649. local t = game:GetService("Teams"):FindFirstChild(team)
  5650. if not t then return end
  5651. for i,v in pairs(t:GetPlayers()) do
  5652. if bool then
  5653. AddLasso(v,t)
  5654. else
  5655. RemoveLasso(v)
  5656. end
  5657. end
  5658. end
  5659.  
  5660. local function CharAdded(plr, char)
  5661. if Tracers[tostring(plr.Team)] then
  5662. AddLasso(plr,plr.Team)
  5663. end
  5664. end
  5665.  
  5666. local function PlrAdded(plr)
  5667. plr.CharacterAdded:connect(function(char)
  5668. CharAdded(plr, char)
  5669. end)
  5670. if plr.Character then
  5671. CharAdded(plr, plr.Character)
  5672. end
  5673. end
  5674.  
  5675. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  5676. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  5677. PlrAdded(v)
  5678. end
  5679.  
  5680. tracers.MouseButton1Down:connect(function()
  5681. local curr = Tracers.Text:sub(10)
  5682. if curr ~= "None" then
  5683. ToggleTracers(curr, false)
  5684. end
  5685. local teams = {"None", "Police", "Criminal", "Prisoner"}
  5686. local new = ""
  5687. for i,v in pairs(teams) do
  5688. if v == curr then
  5689. new = teams[i + 1] or teams[1]
  5690. end
  5691. end
  5692. if new ~= "None" then
  5693. ToggleTracers(new, true)
  5694. end
  5695. Tracers.Text = "Tracers: " .. new
  5696. end)
  5697.  
  5698. lowgravity.MouseButton1Down:connect(function()
  5699. local t = lowgravity.Text == "Low Gravity" and true or false
  5700. workspace.Gravity = t and 50 or 196.2
  5701. lowgravity.Text = t and "Normal Gravity" or "Low Gravity"
  5702. end)
  5703.  
  5704. highjump.MouseButton1Down:connect(function()
  5705. if Jump == true then
  5706. Jump = false
  5707. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  5708. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: OFF"
  5709. else
  5710. Jump = true
  5711. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  5712. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: ON"
  5713. end
  5714. end)
  5715.  
  5716. godmode.MouseButton1Down:connect(function()
  5717. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5718. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5719. l.Parent = game.Players.LocalPlayer.Character
  5720. l.Name = "Humanoid"
  5721. wait(0.1)
  5722. game.Players.LocalPlayer.Character["1"]:Destroy()
  5723. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5724. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5725. wait(0.1)
  5726. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5727. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5728. end)
  5729.  
  5730. suicide.MouseButton1Down:connect(function()
  5731. game.Players.LocalPlayer.Character.Humanoid.Health = "0"
  5732. end)
  5733.  
  5734. autorobtrain.MouseButton1Down:connect(function()
  5735. local Time = 42
  5736. local plr = game:GetService("Players").LocalPlayer
  5737. local doit = true
  5738.  
  5739. plr.Chatted:connect(function(chat)
  5740. if chat:lower() == "start" then
  5741. doit = true
  5742. end
  5743. if chat:lower() == "stop" then
  5744. doit = false
  5745. end
  5746. end)
  5747.  
  5748. if workspace:FindFirstChild("Trains") then
  5749. local rob = function()
  5750. if doit == true then
  5751. if workspace.Trains:FindFirstChild("BoxCar") then
  5752. if workspace.Trains.BoxCar:FindFirstChild("Skeleton") then
  5753. local roof = workspace.Trains.BoxCar.Skeleton.RoofDoorClosed
  5754. local vaultdoor = workspace.Trains.BoxCar.Model.Rob.Doorframe
  5755. local opendet = workspace.Trains.BoxCar.Skeleton.Vault.Part.Open
  5756. if roof.Open.Value == true then
  5757. for i = 1,50 do
  5758. if doit == false then
  5759. break
  5760. end
  5761. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  5762. wait()
  5763. end
  5764. for i = 1,50 do
  5765. if doit == false then
  5766. break
  5767. end
  5768. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  5769. wait()
  5770. end
  5771. repeat
  5772. if doit == false then
  5773. break
  5774. end
  5775. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  5776. wait(1)
  5777. until opendet.Value == true
  5778. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  5779. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  5780. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  5781. for i = 1,Time do
  5782. if doit == false then
  5783. break
  5784. end
  5785. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  5786. wait(1)
  5787. end
  5788. end
  5789. end
  5790. for i = 1,50 do
  5791. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  5792. wait()
  5793. end
  5794. else
  5795. repeat
  5796. if doit == false then
  5797. break
  5798. end
  5799. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  5800. wait()
  5801. until roof.Open.Value == true
  5802. for i = 1,50 do
  5803. if doit == false then
  5804. break
  5805. end
  5806. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  5807. wait()
  5808. end
  5809. repeat
  5810. if doit == false then
  5811. break
  5812. end
  5813. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  5814. wait(1)
  5815. until opendet.Value == true
  5816. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  5817. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  5818. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  5819. for i = 1,Time do
  5820. if doit == false then
  5821. break
  5822. end
  5823. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  5824. wait(1)
  5825. end
  5826. end
  5827. end
  5828. for i = 1,50 do
  5829. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  5830. wait()
  5831. end
  5832. end
  5833. end
  5834. end
  5835. end
  5836. end
  5837. rob()
  5838. workspace.Trains.ChildAdded:connect(function()
  5839. wait(20)
  5840. rob()
  5841. end)
  5842. end
  5843. end)
  5844.  
  5845. f3x.MouseButton1Down:connect(function()
  5846. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  5847. loadstring(game:GetObjects("rbxassetid://1059691823")[1].Source)()
  5848. end)
  5849.  
  5850. goto.MouseButton1Down:connect(function()
  5851. local name = playername.Text
  5852. local player = game.Players:FindFirstChild(name)
  5853.  
  5854. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame
  5855. end)
  5856.  
  5857. autorob.MouseButton1Down:connect(function()
  5858. robbed = false
  5859. trobbed = 0
  5860. canBank = 3000
  5861. canJew = 3000
  5862. local trialSTARTTIME = os.time()
  5863. wait(2)
  5864. idle = 0
  5865. nam =game:GetService("Players").LocalPlayer.Name
  5866.  
  5867. game:GetService('RunService').Stepped:connect(function()
  5868. for a, b in pairs(game.Workspace:GetChildren()) do
  5869. if b.Name == nam then
  5870. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  5871. if v:IsA("BasePart") then
  5872. v.CanCollide = false
  5873.  
  5874. end
  5875. end
  5876. end
  5877. end
  5878. end)
  5879.  
  5880.  
  5881. workspace[nam].Head.Changed:connect(function()
  5882. for a, b in pairs(game.Workspace:GetChildren()) do
  5883. if b.Name == nam then
  5884. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  5885. if v:IsA("BasePart") then
  5886. v.CanCollide = false
  5887.  
  5888. end
  5889. end
  5890. end
  5891. end
  5892. end)
  5893. local Player = game:GetService("Players").LocalPlayer
  5894. local GUI = Instance.new("ScreenGui", Player.PlayerGui)
  5895. local ImageLabel = Instance.new("ImageLabel",GUI)
  5896. ImageLabel.Image = "rbxassetid://1266969676"
  5897. ImageLabel.Draggable = true
  5898. GUI.ResetOnSpawn = false
  5899. ImageLabel.Active = true
  5900. local ImageLabelc = Instance.new("TextLabel",ImageLabel)
  5901. local ImageLabelz = Instance.new("TextLabel",ImageLabel)
  5902. ImageLabelc.BackgroundTransparency = 1
  5903. ImageLabelc.Visible = false
  5904. ImageLabelc.TextScaled = true
  5905. ImageLabelc.Size = UDim2.new(.8,0,.25,0)
  5906. ImageLabelc.Position = UDim2.new(.1,0,.45,0)
  5907. ImageLabelz.BackgroundTransparency = 1
  5908. ImageLabelz.Visible = true
  5909. ImageLabelz.TextScaled = true
  5910. ImageLabelz.Size = UDim2.new(.2,0,.1,0)
  5911. ImageLabelz.Position = UDim2.new(0,0,0.9,0)
  5912. ImageLabelz.Text = "version 0.1"
  5913. ImageLabelz.TextColor3 = Color3.new(1,1,1)
  5914. btnStart = Instance.new("ImageButton",ImageLabel)
  5915. btnStart.Size = UDim2.new(.5,0,.185,0)
  5916. btnStart.Position = UDim2.new(.25,0,.52,0)
  5917. btnStart.Image = "rbxassetid://1267027315"
  5918. btnStart.BorderSizePixel = 0
  5919. btnStart.BorderColor3 = Color3.new(.2,0,.3)
  5920.  
  5921. local light = game:GetService("Workspace").Banks:FindFirstChildOfClass("Model").Extra.Light
  5922. local lightj = game:GetService("Workspace").Jewelrys:FindFirstChildOfClass("Model").Extra.Light
  5923. ImageLabel.Size = UDim2.new(0,375,0,250)
  5924. btnStart.MouseButton1Down:connect(function()
  5925. ImageLabelc.Visible = true
  5926. ImageLabelc.Text = "Waiting for a bank to open.."
  5927. ImageLabelc.TextColor3 = Color3.new(.5,0,1)
  5928. ImageLabelc.Font = Enum.Font.ArialBold
  5929. ImageLabelc.TextStrokeTransparency = 0
  5930. ImageLabelc.TextStrokeColor3 = Color3.new(.2,0,.5)
  5931. btnStart.Visible = false
  5932. Player.Character.UpperTorso.Anchored = true
  5933. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  5934. wait(.2)
  5935. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  5936. wait(.2)
  5937. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  5938. wait(.2)
  5939. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  5940. wait(.2)
  5941. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  5942. wait(.2)
  5943. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  5944. wait(.2)
  5945. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  5946. wait(1)
  5947.  
  5948. velocity = Instance.new("BodyPosition", Player.Character.UpperTorso)
  5949. velocity.maxForce = Vector3.new(100000, 100000, 100000)
  5950. velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  5951. gyro = Instance.new("BodyGyro", Player.Character.UpperTorso)
  5952. gyro.maxTorque = Vector3.new(100000, 100000, 100000)
  5953. Player.Character.UpperTorso.Anchored = false
  5954. while (light.Position - Player.Character.UpperTorso.Position).magnitude > 60 do
  5955. wait(.1)
  5956. Player.Character.Humanoid.Jump = true
  5957. end
  5958. velocity.maxForce = Vector3.new(00000, 0000, 0000)
  5959. gyro:Destroy()
  5960.  
  5961.  
  5962. while wait(.1) do
  5963. canBank = canBank + 1
  5964. canJew = canJew + 1
  5965. if idle > 30 then
  5966. idle = 0
  5967. Player.Character.Humanoid.Jump = true
  5968. else
  5969. idle = idle + 1
  5970. end
  5971. Player.Character:WaitForChild("UpperTorso")
  5972. Player.Character.Humanoid.PlatformStand = false
  5973. if velocity.Parent ~= Player.Character.UpperTorso then
  5974. velocity.Parent = Player.Character.UpperTorso
  5975. end
  5976. if (light.Position - Player.Character.UpperTorso.Position).magnitude > 40 then
  5977. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  5978. else
  5979. if not robbed then
  5980. velocity.maxForce = Vector3.new(00000, 0000, 0000)
  5981. end
  5982.  
  5983. end
  5984. if canBank > 3000 then
  5985. if light.SurfaceLight.Enabled then
  5986. canBank = 0
  5987. robbed = true
  5988. ImageLabelc.Text = "Robbing bank!"
  5989. velocity.Position = Vector3.new(23.69,18.16,846.23)
  5990. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  5991. wait(2)
  5992. Player.Character.Humanoid.PlatformStand = true
  5993. velocity.Position = Vector3.new(18.53, 0.766, 816.56)
  5994. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  5995. wait(3)
  5996. Player.Character.Humanoid.PlatformStand = false
  5997. wait(45)
  5998. trobbed = trobbed + 1
  5999.  
  6000. Player.Character.Humanoid.PlatformStand = true
  6001. velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  6002. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  6003. ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
  6004. wait(3)
  6005. Player.Character.Humanoid.PlatformStand = false
  6006.  
  6007. end
  6008. elseif canJew > 3000 then
  6009. if lightj.SurfaceLight.Enabled then
  6010. canJew = 0
  6011. ImageLabelc.Text = "Robbing jewelry store.."
  6012. Player.Character.Humanoid.PlatformStand = true
  6013. velocity.Position = Vector3.new(142.99,18.6,1349.5)
  6014. wait(3)
  6015. velocity.Position = Vector3.new(122.173,16.52,1308.727)
  6016. wait(4)
  6017. velocity.Position = Vector3.new(111.2,17.39,1332.67)
  6018. wait(4)
  6019. velocity.Position = Vector3.new(125.43,17.75,1328.31)
  6020. wait(4)
  6021. velocity.Position = Vector3.new(141.287, 18.2,1315.98)
  6022. wait(4)
  6023. velocity.Position = Vector3.new(108.606,17.131,1320.33)
  6024. wait(4)
  6025. velocity.Position = Vector3.new(123.107,18.13,1321.723)
  6026. wait(4)
  6027. velocity.Position = Vector3.new(122.56,17.39,1312.67)
  6028. wait(4)
  6029. velocity.Position = Vector3.new(138.37,17.76,1308.8)
  6030. wait(4)
  6031. Player.Character.Humanoid.PlatformStand = false
  6032. velocity.Position = Vector3.new(-264.7,18.31,1563.9)
  6033. trobbed = trobbed + 1
  6034. ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
  6035. end
  6036. end
  6037. end
  6038. end)
  6039. end)
  6040.  
  6041. spawnblocks.MouseButton1Down:connect(function()
  6042. local b = Instance.new("Part", game.Workspace)
  6043. b.Anchored = true
  6044. wait(1)
  6045. b.Position = Vector3.new("0, 10, 0")
  6046. while true do
  6047. wait(.00000000001)
  6048. b = Instance.new("Part", game.Workspace)
  6049. end
  6050. end)
  6051.  
  6052. infiniteammo.MouseButton1Down:connect(function()
  6053. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Ammo.MagSize.RobloxLocked=true
  6054. end)
  6055.  
  6056. bluecolor.MouseButton1Down:connect(function()
  6057. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6058. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6059. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6060. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6061. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6062. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6063. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6064. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6065. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6066. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6067. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6068. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6069. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6070. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6071. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6072. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6073. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6074. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6075. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6076. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6077. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6078. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6079. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6080. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6081. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6082. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6083. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6084. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6085. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6086. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6087. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6088. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6089. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6090. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6091. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6092. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6093. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6094. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6095. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6096. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6097. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6098. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6099. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6100. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6101. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6102. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6103. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6104. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6105. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6106. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6107. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  6108. end)
  6109.  
  6110. redcolor.MouseButton1Down:connect(function()
  6111. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(1, 0, 0)
  6112. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  6113. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(1, 0, 0)
  6114. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(1, 0, 0)
  6115. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(1, 0, 0)
  6116. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
  6117. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(1, 0, 0)
  6118. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(1, 0, 0)
  6119. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
  6120. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(1, 0, 0)
  6121. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(1, 0, 0)
  6122. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(1, 0, 0)
  6123. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(1, 0, 0)
  6124. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(1, 0, 0)
  6125. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(1, 0, 0)
  6126. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(1, 0, 0)
  6127. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(1, 0, 0)
  6128. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(1, 0, 0)
  6129. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(1, 0, 0)
  6130. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(1, 0, 0)
  6131. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(1, 0, 0)
  6132. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(1, 0, 0)
  6133. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(1, 0, 0)
  6134. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(1, 0, 0)
  6135. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(1, 0, 0)
  6136. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(1, 0, 0)
  6137. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(1, 0, 0)
  6138. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(1, 0, 0)
  6139. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(1, 0, 0)
  6140. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(1, 0, 0)
  6141. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(1, 0, 0)
  6142. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(1, 0, 0)
  6143. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(1, 0, 0)
  6144. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(1, 0, 0)
  6145. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  6146. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(1, 0, 0)
  6147. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(1, 0, 0)
  6148. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(1, 0, 0)
  6149. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  6150. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(1, 0, 0)
  6151. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
  6152. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(1, 0, 0)
  6153. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(1, 0, 0)
  6154. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(1, 0, 0)
  6155. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(1, 0, 0)
  6156. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(1, 0, 0)
  6157. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(1, 0, 0)
  6158. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
  6159. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(1, 0, 0)
  6160. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  6161. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  6162. end)
  6163.  
  6164. greencolor.MouseButton1Down:connect(function()
  6165. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6166. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6167. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6168. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6169. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6170. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6171. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6172. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6173. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6174. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6175. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6176. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6177. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6178. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6179. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6180. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6181. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6182. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6183. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6184. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6185. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6186. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6187. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6188. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6189. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6190. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6191. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6192. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6193. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6194. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6195. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6196. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6197. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6198. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6199. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6200. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6201. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6202. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6203. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6204. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6205. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6206. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6207. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6208. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6209. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6210. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6211. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6212. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6213. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6214. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6215. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  6216. end)
  6217.  
  6218. yellowcolor.MouseButton1Down:connect(function()
  6219. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6220. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6221. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6222. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6223. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6224. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6225. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6226. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6227. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6228. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6229. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6230. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6231. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6232. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6233. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6234. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6235. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6236. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6237. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6238. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6239. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6240. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6241. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6242. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6243. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6244. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6245. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6246. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6247. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6248. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6249. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6250. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6251. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6252. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6253. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6254. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6255. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6256. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6257. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6258. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6259. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6260. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6261. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6262. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6263. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6264. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6265. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6266. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6267. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6268. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6269. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  6270. end)
  6271. end)
  6272. -- Scripts:
Add Comment
Please, Sign In to add comment