Guest User

op gui #foolz

a guest
Mar 24th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 368.51 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local openframe = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local mainframe = Instance.new("Frame")
  8. local admin = Instance.new("TextButton")
  9. local opprisonlife = Instance.new("TextButton")
  10. local topkek = Instance.new("TextButton")
  11. local speed = Instance.new("TextButton")
  12. local infjump = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. openframe.Name = "open frame"
  18. openframe.Parent = ScreenGui
  19. openframe.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  20. openframe.Position = UDim2.new(0, 0, 0.761061966, 0)
  21. openframe.Size = UDim2.new(0, 90, 0, 38)
  22.  
  23. TextButton.Parent = openframe
  24. TextButton.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  25. TextButton.BorderColor3 = Color3.new(0.666667, 0, 1)
  26. TextButton.Position = UDim2.new(0, 0, 0.0789473653, 0)
  27. TextButton.Size = UDim2.new(0, 83, 0, 32)
  28. TextButton.Font = Enum.Font.SourceSans
  29. TextButton.Text = "open"
  30. TextButton.TextColor3 = Color3.new(1, 1, 1)
  31. TextButton.TextScaled = true
  32. TextButton.TextSize = 14
  33. TextButton.TextWrapped = true
  34. TextButton.MouseButton1Down:connect(function()
  35. mainframe.Visible = true
  36. openframe.Visible = false
  37. end)
  38.  
  39. mainframe.Name = "main frame"
  40. mainframe.Parent = ScreenGui
  41. mainframe.Active = true
  42. mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  43. mainframe.Position = UDim2.new(0.171003714, 0, 0.205309734, 0)
  44. mainframe.Size = UDim2.new(0, 480, 0, 269)
  45.  
  46. admin.Name = "admin"
  47. admin.Parent = mainframe
  48. admin.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  49. admin.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  50. admin.Position = UDim2.new(0.0375000015, 0, 0.137546465, 0)
  51. admin.Size = UDim2.new(0, 200, 0, 39)
  52. admin.Font = Enum.Font.SourceSans
  53. admin.Text = "admin"
  54. admin.TextColor3 = Color3.new(0, 0, 0)
  55. admin.TextScaled = true
  56. admin.TextSize = 14
  57. admin.TextWrapped = true
  58. admin.MouseButton1Down:connect(function()
  59. -- Creator: illremember#3799
  60.  
  61. -- Credits to infinite yield, harkinian, dex creators
  62.  
  63. prefix = ":"
  64. wait(0.3)
  65. Commands = {
  66. '[-] cmdbar is shown when ; is pressed.',
  67. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  68. '[2] bring [plr] -- You need a tool! Will bring player to you',
  69. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  70. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  71. '[5] attach [plr] -- You need a tool! Attaches you to player',
  72. '[6] unattach [plr] -- Attempts to unattach you from a player',
  73. '[7] follow [plr] -- Makes you follow behind the player',
  74. '[8] unfollow',
  75. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  76. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  77. '[11] untrail',
  78. '[12] orbit [plr] -- Makes you orbit the player',
  79. '[13] unorbit',
  80. '[14] fling [plr] -- Makes you fling the player',
  81. '[15] unfling',
  82. '[16] fecheck -- Checks if the game is FE or not',
  83. '[17] void [plr] -- Teleports player to the void',
  84. '[18] noclip -- Gives you noclip to walk through walls',
  85. '[19] clip -- Removes noclip',
  86. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  87. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  88. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  89. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  90. '[24] annoy [plr] -- Loop teleports you to the player',
  91. '[25] unannoy',
  92. '[26] headwalk [plr] -- Loop teleports you to the player head',
  93. '[27] unheadwalk',
  94. '[28] nolimbs -- Removes your arms and legs',
  95. '[29] god -- Gives you FE Godmode',
  96. '[30] drophats -- Drops your accessories',
  97. '[31] droptool -- Drops any tool you have equipped',
  98. '[32] loopdhats -- Loop drops your accessories',
  99. '[33] unloopdhats',
  100. '[34] loopdtool -- Loop drops any tools you have equipped',
  101. '[35] unloopdtool',
  102. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  103. '[37] view [plr] -- Changes your camera to the player character',
  104. '[38] unview',
  105. '[39] goto [plr] -- Teleports you to player',
  106. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  107. '[41] unfly',
  108. '[42] chat [msg] -- Makes you chat a message',
  109. '[43] spam [msg] -- Spams a message',
  110. '[44] unspam',
  111. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  112. '[46] pmspam [plr] -- Spams a player in private message',
  113. '[47] unpmspam',
  114. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  115. '[49] uncfreeze [plr]',
  116. '[50] unlockws -- Unlocks the workspace',
  117. '[51] lockws -- Locks the workspace',
  118. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  119. '[53] pstand -- Enables platform stand',
  120. '[54] unpstand -- Disables platform stand',
  121. '[55] blockhead -- Removes your head mesh',
  122. '[56] sit',
  123. '[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',
  124. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  125. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  126. '[60] cmds -- Prints all commands',
  127. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  128. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  129. '[63] spinner -- Makes you spin',
  130. '[64] nospinner',
  131. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  132. '[66] noreach -- Removes reach, must have tool equipped',
  133. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  134. '[68] tp me [plr] -- Alternative to goto',
  135. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  136. '[70] uncbring',
  137. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  138. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  139. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  140. '[74] unglitch -- Unglitches you',
  141. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  142. '[76] explorer -- Loads up DEX',
  143. '[77] reset -- Resets your character.',
  144. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  145. '[79] animgui -- Loads up Energize animations GUI',
  146. '[80] savepos -- Saves your current position',
  147. '[81] loadpos -- Teleports you to your saved position',
  148. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  149. '[83] unbang',
  150. '[84] delcmdbar -- Removes the command bar completely',
  151. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  152. '[86] shutdown -- Uses harkinians script to shutdown server',
  153. '[87] respawn -- If grespawn doesnt work you can use respawn',
  154. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  155. '[89] getplrs -- Prints all players in game',
  156. '[90] deldecal -- Deletes all decals client sided',
  157. '[91] opfinality -- Loads in my FE GUI Opfinality',
  158. '[92] remotes -- Prints all remotes in the game in the console when added',
  159. '[93] noremotes -- Stops printing remotes',
  160. '[94] tpdefault -- Stops all loop teleports to a player',
  161. '[95] stopsit -- Will not allow you to sit',
  162. '[96] gosit -- Allows you to sit',
  163. '[97] clicktp -- Enables click tp',
  164. '[98] noclicktp -- Disables click tp',
  165. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  166. '[100] toolsoff -- Stops ;toolson',
  167. '[101] version -- Gets the admin version',
  168. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  169. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  170. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  171. '[105] clickdel -- Delete any block you press q on, client sided',
  172. '[106] noclickdel -- Stops clickdel',
  173. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  174. '[108] unlooprhats -- Stops loop removing mesh',
  175. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  176. '[110] unlooprtool -- Stops loop removing mesh',
  177. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  178. '[112] age [plr] -- Makes you chat the account age of the player',
  179. '[113] id [plr] -- Makes you chat the account ID of the player',
  180. '[114] .age [plr] -- Privately shows you the account age of the player',
  181. '[115] .id [plr] -- Privately shows you the account ID of the player',
  182. '[116] gameid -- Shows the game ID',
  183. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  184. '[118] removefog -- Removes fog, client sided',
  185. '[119] disable -- Disables your character by removing humanoid',
  186. '[120] enable -- Enables your character by adding humanoid',
  187. '[121] prefix [key] -- Changes the prefix used, default is ;',
  188. '[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.',
  189. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  190. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  191. '[125] uncarpet -- Stops carpet player',
  192. '[126] stare [plr] -- Turns your character to stare at another player',
  193. '[127] unstare -- Stops stare player',
  194. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  195. '[129] unlogchat -- Disables logchat',
  196. '[130] fixcam -- Fixes/resets your camera',
  197. '[131] unstate -- Stops changing state',
  198. }
  199. speedget = 1
  200.  
  201. lplayer = game:GetService("Players").LocalPlayer
  202.  
  203. lplayer.CharacterAdded:Connect(function(character)
  204. spin = false
  205. flying = false
  206. staring = false
  207. banpl = false
  208. end)
  209.  
  210. function change()
  211. prefix = prefix
  212. speedfly = speedfly
  213. end
  214.  
  215. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  216. local Found = {}
  217. local strl = String:lower()
  218. if strl == "all" then
  219. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  220. table.insert(Found,v)
  221. end
  222. elseif strl == "others" then
  223. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  224. if v.Name ~= lplayer.Name then
  225. table.insert(Found,v)
  226. end
  227. end
  228. elseif strl == "me" then
  229. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  230. if v.Name == lplayer.Name then
  231. table.insert(Found,v)
  232. end
  233. end
  234. else
  235. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  236. if v.Name:lower():sub(1, #String) == String:lower() then
  237. table.insert(Found,v)
  238. end
  239. end
  240. end
  241. return Found
  242. end
  243.  
  244. local Mouse = lplayer:GetMouse()
  245.  
  246. spin = false
  247. followed = false
  248. traill = false
  249. noclip = false
  250. annoying = false
  251. hwalk = false
  252. droppinghats = false
  253. droppingtools = false
  254. flying = false
  255. spamdelay = 1
  256. spamming = false
  257. spammingpm = false
  258. cbringing = false
  259. remotes = true
  260. added = true
  261. binds = false
  262. stopsitting = false
  263. clickgoto = false
  264. gettingtools = false
  265. removingmeshhats = false
  266. removingmeshtool = false
  267. clickdel = false
  268. staring = false
  269. chatlogs = false
  270. banpl = false
  271. changingstate = false
  272. statechosen = 0
  273.  
  274. adminversion = "Reviz Admin by illremember, Version 2.0"
  275.  
  276. flying = false
  277. speedfly = 1
  278.  
  279. function plrchat(plr, chat)
  280. print(plr.Name..": "..tick().."\n"..chat)
  281. end
  282.  
  283. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  284. v.Chatted:connect(function(chat)
  285. if chatlogs then
  286. plrchat(v, chat)
  287. end
  288. end)
  289. end
  290. game:GetService("Players").PlayerAdded:connect(function(plr)
  291. plr.Chatted:connect(function(chat)
  292. if chatlogs then
  293. plrchat(plr, chat)
  294. end
  295. end)
  296. end)
  297.  
  298.  
  299. local ScreenGui = Instance.new("ScreenGui")
  300. local Frame = Instance.new("Frame")
  301. local CMDBAR = Instance.new("TextBox")
  302. ScreenGui.Parent = game:GetService("CoreGui")
  303. Frame.Parent = ScreenGui
  304. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  305. Frame.BackgroundTransparency = 0.3
  306. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  307. Frame.Size = UDim2.new(0, 200, 0, 40)
  308. Frame.Active = true
  309. Frame.Draggable = true
  310. CMDBAR.Name = "CMDBAR"
  311. CMDBAR.Parent = Frame
  312. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  313. CMDBAR.BackgroundTransparency = 0.20000000298023
  314. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  315. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  316. CMDBAR.Font = Enum.Font.SourceSansLight
  317. CMDBAR.FontSize = Enum.FontSize.Size14
  318. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  319. CMDBAR.TextScaled = true
  320. CMDBAR.TextSize = 14
  321. CMDBAR.TextWrapped = true
  322. CMDBAR.Text = "Press ; to type, Enter to execute"
  323.  
  324. local CMDS = Instance.new("ScreenGui")
  325. local CMDSFRAME = Instance.new("Frame")
  326. local ScrollingFrame = Instance.new("ScrollingFrame")
  327. local TextLabel = Instance.new("TextLabel")
  328. local closegui = Instance.new("TextButton")
  329. CMDS.Name = "CMDS"
  330. CMDS.Parent = game:GetService("CoreGui")
  331. CMDSFRAME.Name = "CMDSFRAME"
  332. CMDSFRAME.Parent = CMDS
  333. CMDSFRAME.Active = true
  334. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  335. CMDSFRAME.BorderSizePixel = 0
  336. CMDSFRAME.Draggable = true
  337. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  338. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  339. CMDSFRAME.Visible = false
  340. ScrollingFrame.Parent = CMDSFRAME
  341. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  342. ScrollingFrame.BorderSizePixel = 0
  343. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  344. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  345. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  346. TextLabel.Parent = ScrollingFrame
  347. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  348. TextLabel.BackgroundTransparency = 1
  349. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  350. TextLabel.Font = Enum.Font.SourceSans
  351. TextLabel.FontSize = Enum.FontSize.Size18
  352. 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."
  353. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  354. TextLabel.TextSize = 15
  355. TextLabel.TextWrapped = true
  356. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  357. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  358. closegui.Name = "closegui"
  359. closegui.Parent = CMDSFRAME
  360. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  361. closegui.BorderSizePixel = 0
  362. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  363. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  364. closegui.Font = Enum.Font.SourceSansBold
  365. closegui.FontSize = Enum.FontSize.Size24
  366. closegui.Text = "X"
  367. closegui.TextColor3 = Color3.new(1, 1, 1)
  368. closegui.TextSize = 20
  369.  
  370. closegui.MouseButton1Click:connect(function()
  371. CMDSFRAME.Visible = false
  372. end)
  373.  
  374. game:GetService('RunService').Stepped:connect(function()
  375. if spin then
  376. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  377. end
  378. if followed then
  379. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  380. end
  381. if traill then
  382. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  383. end
  384. if annoying then
  385. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  386. end
  387. if hwalk then
  388. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  389. end
  390. if staring then
  391. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  392. end
  393. end)
  394. game:GetService('RunService').Stepped:connect(function()
  395. if noclip then
  396. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  397. lplayer.Character.Head.CanCollide = false
  398. lplayer.Character.Torso.CanCollide = false
  399. lplayer.Character["Left Leg"].CanCollide = false
  400. lplayer.Character["Right Leg"].CanCollide = false
  401. else
  402. lplayer.Character.Humanoid:ChangeState(11)
  403. end
  404. end
  405. if changingstate then
  406. lplayer.Character.Humanoid:ChangeState(statechosen)
  407. end
  408. end)
  409. game:GetService('RunService').Stepped:connect(function()
  410. if droppinghats then
  411. for i,v in pairs(lplayer.Character:GetChildren()) do
  412. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  413. v.Parent = workspace
  414. end
  415. end
  416. end
  417. if droppingtools then
  418. for i,v in pairs(lplayer.Character:GetChildren()) do
  419. if (v:IsA("Tool")) then
  420. v.Parent = workspace
  421. end
  422. end
  423. end
  424. if removingmeshhats then
  425. for i,v in pairs(lplayer.Character:GetChildren()) do
  426. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  427. v.Handle.Mesh:Destroy()
  428. end
  429. end
  430. end
  431. if removingmeshtool then
  432. for i,v in pairs(lplayer.Character:GetChildren()) do
  433. if (v:IsA("Tool")) then
  434. v.Handle.Mesh:Destroy()
  435. end
  436. end
  437. end
  438. end)
  439. game:GetService('RunService').Stepped:connect(function()
  440. if banpl then
  441. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  442. end
  443. end)
  444. game:GetService('RunService').Stepped:connect(function()
  445. if stopsitting then
  446. lplayer.Character.Humanoid.Sit = false
  447. end
  448. end)
  449.  
  450. plr = lplayer
  451. hum = plr.Character.HumanoidRootPart
  452. mouse = plr:GetMouse()
  453. mouse.KeyDown:connect(function(key)
  454. if key == "e" then
  455. if mouse.Target then
  456. if clickgoto then
  457. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  458. elseif clickdel then
  459. mouse.Target:Destroy()
  460. end
  461. end
  462. end
  463. end)
  464.  
  465. game:GetService("Workspace").ChildAdded:connect(function(part)
  466. if gettingtools then
  467. if part:IsA("Tool") then
  468. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  469. end
  470. end
  471. end)
  472.  
  473. lplayer.Chatted:Connect(function(msg)
  474. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  475. if string.sub(msg, 7) == "me" then
  476. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  477. else
  478. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  479. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  480. lplayer.Character.Humanoid.Name = 1
  481. local l = lplayer.Character["1"]:Clone()
  482. l.Parent = lplayer.Character
  483. l.Name = "Humanoid"
  484. wait(0.1)
  485. lplayer.Character["1"]:Destroy()
  486. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  487. lplayer.Character.Animate.Disabled = true
  488. wait(0.1)
  489. lplayer.Character.Animate.Disabled = false
  490. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  491. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  492. lplayer.Character.Humanoid:EquipTool(v)
  493. end
  494. local function tp(player,player2)
  495. local char1,char2=player.Character,player2.Character
  496. if char1 and char2 then
  497. char1:MoveTo(char2.Head.Position)
  498. end
  499. end
  500. wait(0.1)
  501. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  502. wait(0.2)
  503. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  504. wait(0.5)
  505. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  506. wait(0.7)
  507. tp(lplayer,game:GetService("Players")[v.Name])
  508. wait(0.7)
  509. lplayer.Character.HumanoidRootPart.CFrame = NOW
  510. game:GetService("StarterGui"):SetCore("SendNotification", {
  511. Title = "Tools needed!";
  512. Text = "You need a tool in your backpack for this command!";
  513. })
  514. end
  515. end
  516. end
  517. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  518. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  519. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  520. lplayer.Character.Humanoid.Name = 1
  521. local l = lplayer.Character["1"]:Clone()
  522. l.Parent = lplayer.Character
  523. l.Name = "Humanoid"
  524. wait(0.1)
  525. lplayer.Character["1"]:Destroy()
  526. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  527. lplayer.Character.Animate.Disabled = true
  528. wait(0.1)
  529. lplayer.Character.Animate.Disabled = false
  530. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  531. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  532. lplayer.Character.Humanoid:EquipTool(v)
  533. end
  534. local function tp(player,player2)
  535. local char1,char2=player.Character,player2.Character
  536. if char1 and char2 then
  537. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  538. end
  539. end
  540. local function getout(player,player2)
  541. local char1,char2=player.Character,player2.Character
  542. if char1 and char2 then
  543. char1:MoveTo(char2.Head.Position)
  544. end
  545. end
  546. tp(game:GetService("Players")[v.Name], lplayer)
  547. wait(0.2)
  548. tp(game:GetService("Players")[v.Name], lplayer)
  549. wait(0.5)
  550. lplayer.Character.HumanoidRootPart.CFrame = NOW
  551. wait(0.5)
  552. getout(lplayer, game:GetService("Players")[v.Name])
  553. wait(0.3)
  554. lplayer.Character.HumanoidRootPart.CFrame = NOW
  555. game:GetService("StarterGui"):SetCore("SendNotification", {
  556. Title = "Tools needed!";
  557. Text = "You need a tool in your backpack for this command!";
  558. })
  559. end
  560. end
  561. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  562. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  563. lplayer.Character.Humanoid.Name = 1
  564. local l = lplayer.Character["1"]:Clone()
  565. l.Parent = lplayer.Character
  566. l.Name = "Humanoid"
  567. wait(0.1)
  568. lplayer.Character["1"]:Destroy()
  569. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  570. lplayer.Character.Animate.Disabled = true
  571. wait(0.1)
  572. lplayer.Character.Animate.Disabled = false
  573. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  574. lplayer.Character.Animate.Disabled = false
  575. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  576. lplayer.Character.Humanoid:EquipTool(v)
  577. end
  578. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  579. spinplr = v
  580. wait(0.5)
  581. spin = true
  582. game:GetService("StarterGui"):SetCore("SendNotification", {
  583. Title = "Tools needed!";
  584. Text = "You need a tool in your backpack for this command!";
  585. })
  586. end
  587. end
  588. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  589. spin = false
  590. end
  591. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  592. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  593. lplayer.Character.Humanoid.Name = 1
  594. local l = lplayer.Character["1"]:Clone()
  595. l.Parent = lplayer.Character
  596. l.Name = "Humanoid"
  597. wait(0.1)
  598. lplayer.Character["1"]:Destroy()
  599. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  600. lplayer.Character.Animate.Disabled = true
  601. wait(0.1)
  602. lplayer.Character.Animate.Disabled = false
  603. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  604. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  605. lplayer.Character.Humanoid:EquipTool(v)
  606. end
  607. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  608. wait(0.3)
  609. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  610. attplr = v
  611. game:GetService("StarterGui"):SetCore("SendNotification", {
  612. Title = "Tools needed!";
  613. Text = "You need a tool in your backpack for this command!";
  614. })
  615. end
  616. end
  617. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  618. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  619. local function getout(player,player2)
  620. local char1,char2=player.Character,player2.Character
  621. if char1 and char2 then
  622. char1:MoveTo(char2.Head.Position)
  623. end
  624. end
  625. getout(lplayer, game:GetService("Players")[v.Name])
  626. end
  627. end
  628. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  629. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  630. followed = true
  631. flwplr = v
  632. end
  633. end
  634. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  635. followed = false
  636. end
  637. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  638. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  639. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  640. lplayer.Character.Humanoid.Name = 1
  641. local l = lplayer.Character["1"]:Clone()
  642. l.Parent = lplayer.Character
  643. l.Name = "Humanoid"
  644. wait(0.1)
  645. lplayer.Character["1"]:Destroy()
  646. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  647. lplayer.Character.Animate.Disabled = true
  648. wait(0.1)
  649. lplayer.Character.Animate.Disabled = false
  650. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  651. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  652. lplayer.Character.Humanoid:EquipTool(v)
  653. end
  654. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  655. wait(0.2)
  656. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  657. wait(0.6)
  658. lplayer.Character.HumanoidRootPart.CFrame = NOW
  659. wait(0.6)
  660. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  661. game:GetService("StarterGui"):SetCore("SendNotification", {
  662. Title = "Tools needed!";
  663. Text = "You need a tool in your backpack for this command!";
  664. })
  665. end
  666. end
  667. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  668. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  669. traill = true
  670. trlplr = v
  671. end
  672. end
  673. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  674. traill = false
  675. end
  676. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  677. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  678. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  679. else
  680. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  681. local o = Instance.new("RocketPropulsion")
  682. o.Parent = lplayer.Character.HumanoidRootPart
  683. o.Name = "Orbit"
  684. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  685. o:Fire()
  686. noclip = true
  687. end
  688. end
  689. end
  690. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  691. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  692. noclip = false
  693. end
  694. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  695. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  696. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  697. else
  698. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  699. local y = Instance.new("RocketPropulsion")
  700. y.Parent = lplayer.Character.HumanoidRootPart
  701. y.CartoonFactor = 1
  702. y.MaxThrust = 800000
  703. y.MaxSpeed = 1000
  704. y.ThrustP = 200000
  705. y.Name = "Fling"
  706. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  707. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  708. y:Fire()
  709. noclip = true
  710. end
  711. end
  712. end
  713. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  714. noclip = false
  715. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  716. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  717. wait(0.4)
  718. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  719. end
  720. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  721. if game:GetService("Workspace").FilteringEnabled == true then
  722. warn("FE is Enabled (Filtering Enabled)")
  723. game:GetService("StarterGui"):SetCore("SendNotification", {
  724. Title = "FE is Enabled";
  725. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  726. })
  727. else
  728. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  729. game:GetService("StarterGui"):SetCore("SendNotification", {
  730. Title = "FE is Disabled";
  731. Text = "Filtering Disabled. Consider using a different admin script.";
  732. })
  733. end
  734. end
  735. if string.sub(msg, 1, 6) == (prefix.."void ") then
  736. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  737. lplayer.Character.Humanoid.Name = 1
  738. local l = lplayer.Character["1"]:Clone()
  739. l.Parent = lplayer.Character
  740. l.Name = "Humanoid"
  741. wait(0.1)
  742. lplayer.Character["1"]:Destroy()
  743. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  744. lplayer.Character.Animate.Disabled = true
  745. wait(0.1)
  746. lplayer.Character.Animate.Disabled = false
  747. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  748. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  749. lplayer.Character.Humanoid:EquipTool(v)
  750. end
  751. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  752. wait(0.2)
  753. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  754. wait(0.6)
  755. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  756. game:GetService("StarterGui"):SetCore("SendNotification", {
  757. Title = "Tools needed!";
  758. Text = "You need a tool in your backpack for this command!";
  759. })
  760. end
  761. end
  762. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  763. noclip = true
  764. game:GetService("StarterGui"):SetCore("SendNotification", {
  765. Title = "Noclip enabled";
  766. Text = "Type ;clip to disable";
  767. })
  768. end
  769. if string.sub(msg, 1, 5) == (prefix.."clip") then
  770. noclip = false
  771. game:GetService("StarterGui"):SetCore("SendNotification", {
  772. Title = "Noclip disabled";
  773. Text = "Type ;noclip to enable";
  774. })
  775. end
  776. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  777. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  778. end
  779. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  780. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  781. end
  782. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  783. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  784. end
  785. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  786. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  787. end
  788. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  789. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  790. end
  791. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  792. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  793. end
  794. if string.sub(msg, 1, 8) == (prefix.."default") then
  795. lplayer.Character.Humanoid.JumpPower = 50
  796. lplayer.Character.Humanoid.WalkSpeed = 16
  797. lplayer.Character.Humanoid.HipHeight = 0
  798. end
  799. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  800. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  801. annoying = true
  802. annplr = v
  803. end
  804. end
  805. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  806. annoying = false
  807. end
  808. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  809. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  810. hwalk = true
  811. hdwplr = v
  812. end
  813. end
  814. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  815. hwalk = false
  816. end
  817. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  818. lplayer.Character["Left Leg"]:Destroy()
  819. lplayer.Character["Left Arm"]:Destroy()
  820. lplayer.Character["Right Leg"]:Destroy()
  821. lplayer.Character["Right Arm"]:Destroy()
  822. end
  823. if string.sub(msg, 1, 4) == (prefix.."god") then
  824. lplayer.Character.Humanoid.Name = 1
  825. local l = lplayer.Character["1"]:Clone()
  826. l.Parent = lplayer.Character
  827. l.Name = "Humanoid"
  828. wait(0.1)
  829. lplayer.Character["1"]:Destroy()
  830. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  831. lplayer.Character.Animate.Disabled = true
  832. wait(0.1)
  833. lplayer.Character.Animate.Disabled = false
  834. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  835. game:GetService("StarterGui"):SetCore("SendNotification", {
  836. Title = "FE Godmode enabled";
  837. Text = "Use ;grespawn or ;respawn to remove";
  838. })
  839. end
  840. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  841. for i,v in pairs(lplayer.Character:GetChildren()) do
  842. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  843. v.Parent = workspace
  844. end
  845. end
  846. end
  847. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  848. for i,v in pairs(lplayer.Character:GetChildren()) do
  849. if (v:IsA("Tool")) then
  850. v.Parent = workspace
  851. end
  852. end
  853. end
  854. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  855. droppinghats = true
  856. game:GetService("StarterGui"):SetCore("SendNotification", {
  857. Title = "Loop Drop Enabled";
  858. Text = "Type ;unloopdhats to disable";
  859. })
  860. end
  861. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  862. droppinghats = false
  863. game:GetService("StarterGui"):SetCore("SendNotification", {
  864. Title = "Loop Drop Disabled";
  865. Text = "Type ;loopdhats to enable.";
  866. })
  867. end
  868. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  869. droppingtools = true
  870. game:GetService("StarterGui"):SetCore("SendNotification", {
  871. Title = "Loop Drop Enabled";
  872. Text = "Type ;unloopdtool to disable";
  873. })
  874. end
  875. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  876. droppingtools = false
  877. game:GetService("StarterGui"):SetCore("SendNotification", {
  878. Title = "Loop Drop Disabled";
  879. Text = "Type ;loopdtool to enable.";
  880. })
  881. end
  882. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  883. Local = game:GetService('Players').LocalPlayer
  884. Char = Local.Character
  885. touched,tpdback = false, false
  886. box = Instance.new('Part',workspace)
  887. box.Anchored = true
  888. box.CanCollide = true
  889. box.Size = Vector3.new(10,1,10)
  890. box.Position = Vector3.new(0,10000,0)
  891. box.Touched:connect(function(part)
  892. if (part.Parent.Name == Local.Name) then
  893. if touched == false then
  894. touched = true
  895. function apply()
  896. if script.Disabled ~= true then
  897. no = Char.HumanoidRootPart:Clone()
  898. wait(.25)
  899. Char.HumanoidRootPart:Destroy()
  900. no.Parent = Char
  901. Char:MoveTo(loc)
  902. touched = false
  903. end end
  904. if Char then
  905. apply()
  906. end
  907. end
  908. end
  909. end)
  910. repeat wait() until Char
  911. loc = Char.HumanoidRootPart.Position
  912. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  913. game:GetService("StarterGui"):SetCore("SendNotification", {
  914. Title = "Invisibility enabled!";
  915. Text = "Reset or use ;respawn to remove.";
  916. })
  917. end
  918. if string.sub(msg, 1, 6) == (prefix.."view ") then
  919. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  920. if game:GetService("Players")[v.Name].Character.Humanoid then
  921. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  922. else
  923. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  924. end
  925. end
  926. end
  927. if string.sub(msg, 1, 7) == (prefix.."unview") then
  928. if lplayer.Character.Humanoid then
  929. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  930. else
  931. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  932. end
  933. end
  934. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  935. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  936. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  937. end
  938. end
  939. if string.sub(msg, 1, 4) == (prefix.."fly") then
  940. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  941. repeat wait() until Mouse
  942.  
  943. local T = lplayer.Character.HumanoidRootPart
  944. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  945. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  946. local SPEED = speedget
  947.  
  948. local function fly()
  949. flying = true
  950. local BG = Instance.new('BodyGyro', T)
  951. local BV = Instance.new('BodyVelocity', T)
  952. BG.P = 9e4
  953. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  954. BG.cframe = T.CFrame
  955. BV.velocity = Vector3.new(0, 0.1, 0)
  956. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  957. spawn(function()
  958. repeat wait()
  959. lplayer.Character.Humanoid.PlatformStand = true
  960. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  961. SPEED = 50
  962. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  963. SPEED = 0
  964. end
  965. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  966. 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
  967. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  968. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  969. 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
  970. else
  971. BV.velocity = Vector3.new(0, 0.1, 0)
  972. end
  973. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  974. until not flying
  975. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  976. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  977. SPEED = 0
  978. BG:destroy()
  979. BV:destroy()
  980. lplayer.Character.Humanoid.PlatformStand = false
  981. end)
  982. end
  983. Mouse.KeyDown:connect(function(KEY)
  984. if KEY:lower() == 'w' then
  985. CONTROL.F = speedfly
  986. elseif KEY:lower() == 's' then
  987. CONTROL.B = -speedfly
  988. elseif KEY:lower() == 'a' then
  989. CONTROL.L = -speedfly
  990. elseif KEY:lower() == 'd' then
  991. CONTROL.R = speedfly
  992. end
  993. end)
  994. Mouse.KeyUp:connect(function(KEY)
  995. if KEY:lower() == 'w' then
  996. CONTROL.F = 0
  997. elseif KEY:lower() == 's' then
  998. CONTROL.B = 0
  999. elseif KEY:lower() == 'a' then
  1000. CONTROL.L = 0
  1001. elseif KEY:lower() == 'd' then
  1002. CONTROL.R = 0
  1003. end
  1004. end)
  1005. fly()
  1006. end
  1007. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1008. flying = false
  1009. lplayer.Character.Humanoid.PlatformStand = false
  1010. end
  1011. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1012. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1013. end
  1014. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1015. spamtext = (string.sub(msg, 7))
  1016. spamming = true
  1017. end
  1018. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1019. spamming = false
  1020. end
  1021. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1022. spamdelay = (string.sub(msg, 11))
  1023. end
  1024. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1025. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1026. pmspammed = v.Name
  1027. spammingpm = true
  1028. end
  1029. end
  1030. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1031. spammingpm = false
  1032. end
  1033. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1034. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1035. v.Character["Left Leg"].Anchored = true
  1036. v.Character["Left Arm"].Anchored = true
  1037. v.Character["Right Leg"].Anchored = true
  1038. v.Character["Right Arm"].Anchored = true
  1039. v.Character.Torso.Anchored = true
  1040. v.Character.Head.Anchored = true
  1041. end
  1042. end
  1043. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1044. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1045. v.Character["Left Leg"].Anchored = false
  1046. v.Character["Left Arm"].Anchored = false
  1047. v.Character["Right Leg"].Anchored = false
  1048. v.Character["Right Arm"].Anchored = false
  1049. v.Character.Torso.Anchored = false
  1050. v.Character.Head.Anchored = false
  1051. end
  1052. end
  1053. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1054. local a = game:GetService("Workspace"):getChildren()
  1055. for i = 1, #a do
  1056. if a[i].className == "Part" then
  1057. a[i].Locked = false
  1058. elseif a[i].className == "Model" then
  1059. local r = a[i]:getChildren()
  1060. for i = 1, #r do
  1061. if r[i].className == "Part" then
  1062. r[i].Locked = false
  1063. end
  1064. end
  1065. end
  1066. end
  1067. game:GetService("StarterGui"):SetCore("SendNotification", {
  1068. Title = "Success!";
  1069. Text = "Workspace unlocked. Use ;lockws to lock.";
  1070. })
  1071. end
  1072. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1073. local a = game:GetService("Workspace"):getChildren()
  1074. for i = 1, #a do
  1075. if a[i].className == "Part" then
  1076. a[i].Locked = true
  1077. elseif a[i].className == "Model" then
  1078. local r = a[i]:getChildren()
  1079. for i = 1, #r do
  1080. if r[i].className == "Part" then
  1081. r[i].Locked = true
  1082. end
  1083. end
  1084. end
  1085. end
  1086. end
  1087. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1088. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1089. Clone_T.BinType = "Clone"
  1090. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1091. Destruct.BinType = "Hammer"
  1092. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1093. Hold_T.BinType = "Grab"
  1094. end
  1095. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1096. lplayer.Character.Humanoid.PlatformStand = true
  1097. end
  1098. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1099. lplayer.Character.Humanoid.PlatformStand = false
  1100. end
  1101. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1102. lplayer.Character.Head.Mesh:Destroy()
  1103. end
  1104. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1105. lplayer.Character.Humanoid.Sit = true
  1106. end
  1107. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1108. local function bringobjw()
  1109. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1110. if obj.Name == (string.sub(msg, 11)) then
  1111. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1112. obj.CanCollide = false
  1113. obj.Transparency = 0.7
  1114. wait()
  1115. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1116. wait()
  1117. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1118. wait()
  1119. obj.CFrame = lplayer.Character["Head"].CFrame
  1120. end
  1121. end
  1122. end
  1123. while wait() do
  1124. bringobjw()
  1125. end
  1126. game:GetService("StarterGui"):SetCore("SendNotification", {
  1127. Title = "BringObj";
  1128. Text = "BringObj enabled.";
  1129. })
  1130. end
  1131. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1132. vis = (string.sub(msg, 8))
  1133. local a = game:GetService("Workspace"):GetDescendants()
  1134. for i = 1, #a do
  1135. if a[i].className == "Part" then
  1136. a[i].Transparency = vis
  1137. elseif a[i].className == "Model" then
  1138. local r = a[i]:getChildren()
  1139. for i = 1, #r do
  1140. if r[i].className == "Part" then
  1141. r[i].Transparency = vis
  1142. end
  1143. end
  1144. end
  1145. end
  1146. end
  1147. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1148. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1149. game:GetService("StarterGui"):SetCore("SendNotification", {
  1150. Title = "Success!";
  1151. Text = "HyperTotal GUI Loaded!";
  1152. })
  1153. end
  1154. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1155. CMDSFRAME.Visible = true
  1156. end
  1157. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1158. for i,v in pairs(lplayer.Character:GetChildren()) do
  1159. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1160. v.Handle.Mesh:Destroy()
  1161. end
  1162. end
  1163. end
  1164. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1165. for i,v in pairs(lplayer.Character:GetChildren()) do
  1166. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1167. v.Handle.Mesh:Destroy()
  1168. end
  1169. end
  1170. end
  1171. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1172. for i,v in pairs(lplayer.Character:GetChildren()) do
  1173. if (v:IsA("Tool")) then
  1174. v.Handle.Mesh:Destroy()
  1175. end
  1176. end
  1177. end
  1178. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1179. for i,v in pairs(lplayer.Character:GetChildren()) do
  1180. if (v:IsA("Tool")) then
  1181. v.Handle.Mesh:Destroy()
  1182. end
  1183. end
  1184. end
  1185. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1186. local p = Instance.new("RocketPropulsion")
  1187. p.Parent = lplayer.Character.HumanoidRootPart
  1188. p.Name = "Spinner"
  1189. p.Target = lplayer.Character["Left Arm"]
  1190. p:Fire()
  1191. game:GetService("StarterGui"):SetCore("SendNotification", {
  1192. Title = "Spinner enabled";
  1193. Text = "Type ;nospinner to disable.";
  1194. })
  1195. end
  1196. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1197. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1198. end
  1199. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1200. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1201. if v:isA("Tool") then
  1202. local a = Instance.new("SelectionBox",v.Handle)
  1203. a.Adornee = v.Handle
  1204. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1205. v.GripPos = Vector3.new(0,0,0)
  1206. lplayer.Character.Humanoid:UnequipTools()
  1207. end
  1208. end
  1209. game:GetService("StarterGui"):SetCore("SendNotification", {
  1210. Title = "Reach applied!";
  1211. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1212. })
  1213. end
  1214. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1215. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1216. if v:isA("Tool") then
  1217. handleSize = v.Handle.Size
  1218. wait()
  1219. local a = Instance.new("SelectionBox",v.Handle)
  1220. a.Name = "a"
  1221. a.Adornee = v.Handle
  1222. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1223. v.GripPos = Vector3.new(0,0,0)
  1224. lplayer.Character.Humanoid:UnequipTools()
  1225. end
  1226. end
  1227. game:GetService("StarterGui"):SetCore("SendNotification", {
  1228. Title = "Reach applied!";
  1229. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1230. })
  1231. end
  1232. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1233. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1234. if v:isA("Tool") then
  1235. v.Handle.a:Destroy()
  1236. v.Handle.Size = handleSize
  1237. end
  1238. end
  1239. game:GetService("StarterGui"):SetCore("SendNotification", {
  1240. Title = "Reach removed!";
  1241. Text = "Removed reach from equipped sword.";
  1242. })
  1243. end
  1244. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1245. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1246. lplayer.Character.Humanoid.Name = 1
  1247. local l = lplayer.Character["1"]:Clone()
  1248. l.Parent = lplayer.Character
  1249. l.Name = "Humanoid"
  1250. wait(0.1)
  1251. lplayer.Character["1"]:Destroy()
  1252. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1253. lplayer.Character.Animate.Disabled = true
  1254. wait(0.1)
  1255. lplayer.Character.Animate.Disabled = false
  1256. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1257. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1258. lplayer.Character.Humanoid:EquipTool(v)
  1259. end
  1260. wait(0.1)
  1261. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1262. wait(0.2)
  1263. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1264. wait(0.5)
  1265. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1266. game:GetService("StarterGui"):SetCore("SendNotification", {
  1267. Title = "Tools needed!";
  1268. Text = "You need a tool in your backpack for this command!";
  1269. })
  1270. end
  1271. end
  1272. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1273. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1274. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1275. end
  1276. end
  1277. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1278. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1279. cbringall = true
  1280. else
  1281. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1282. brplr = v.Name
  1283. end
  1284. end
  1285. cbring = true
  1286. end
  1287. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1288. cbring = false
  1289. cbringall = false
  1290. end
  1291. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1292. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1293. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1294. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1295. lplayer.Character.Humanoid.Name = 1
  1296. local l = lplayer.Character["1"]:Clone()
  1297. l.Parent = lplayer.Character
  1298. l.Name = "Humanoid"
  1299. wait(0.1)
  1300. lplayer.Character["1"]:Destroy()
  1301. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1302. lplayer.Character.Animate.Disabled = true
  1303. wait(0.1)
  1304. lplayer.Character.Animate.Disabled = false
  1305. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1306. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1307. lplayer.Character.Humanoid:EquipTool(v)
  1308. end
  1309. local function tp(player,player2)
  1310. local char1,char2=player.Character,player2.Character
  1311. if char1 and char2 then
  1312. char1:MoveTo(char2.Head.Position)
  1313. end
  1314. end
  1315. wait(0.1)
  1316. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1317. wait(0.2)
  1318. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1319. wait(0.5)
  1320. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1321. wait(0.6)
  1322. tp(lplayer, game:GetService("Players")[v.Name])
  1323. wait(0.4)
  1324. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  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, 8) == (prefix.."glitch ") then
  1332. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1333. lplayer.Character.Humanoid.Name = 1
  1334. local l = lplayer.Character["1"]:Clone()
  1335. l.Parent = lplayer.Character
  1336. l.Name = "Humanoid"
  1337. wait(0.1)
  1338. lplayer.Character["1"]:Destroy()
  1339. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1340. lplayer.Character.Animate.Disabled = true
  1341. wait(0.1)
  1342. lplayer.Character.Animate.Disabled = false
  1343. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1344. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1345. lplayer.Character.Humanoid:EquipTool(v)
  1346. end
  1347. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1348. wait(0.3)
  1349. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1350. wait(0.4)
  1351. b = Instance.new("BodyForce")
  1352. b.Parent = lplayer.Character.HumanoidRootPart
  1353. b.Name = "Glitch"
  1354. b.Force = Vector3.new(100000000,5000,0)
  1355. game:GetService("StarterGui"):SetCore("SendNotification", {
  1356. Title = "Tools needed!";
  1357. Text = "You need a tool in your backpack for this command!";
  1358. })
  1359. end
  1360. end
  1361. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1362. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1363. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1364. b = Instance.new("BodyForce")
  1365. b.Parent = lplayer.Character.HumanoidRootPart
  1366. b.Name = "unGlitch"
  1367. b.Force = Vector3.new(0,-5000000,0)
  1368. wait(2)
  1369. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1370. end
  1371. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1372. lplayer.Character.Humanoid.Health = 0
  1373. wait(1)
  1374. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1375. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1376. end
  1377. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1378. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1379. game:GetService("StarterGui"):SetCore("SendNotification", {
  1380. Title = "Success!";
  1381. Text = "DEX Explorer has loaded.";
  1382. })
  1383. end
  1384. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1385. local Anim = Instance.new("Animation")
  1386. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1387. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1388. track:Play(.1, 1, 1)
  1389. end
  1390. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1391. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1392. game:GetService("StarterGui"):SetCore("SendNotification", {
  1393. Title = "Success!";
  1394. Text = "Energize Animations GUI has loaded.";
  1395. })
  1396. end
  1397. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1398. saved = lplayer.Character.HumanoidRootPart.CFrame
  1399. game:GetService("StarterGui"):SetCore("SendNotification", {
  1400. Title = "Position Saved";
  1401. Text = "Use ;loadpos to return to saved position.";
  1402. })
  1403. end
  1404. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1405. lplayer.Character.HumanoidRootPart.CFrame = saved
  1406. end
  1407. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1408. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1409. local Anim2 = Instance.new("Animation")
  1410. Anim2.AnimationId = "rbxassetid://148840371"
  1411. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1412. track2:Play(.1, 1, 1)
  1413. bplrr = v.Name
  1414. banpl = true
  1415. end
  1416. end
  1417. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1418. banpl = false
  1419. end
  1420. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1421. local function bringmodw()
  1422. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1423. if obj.Name == (string.sub(msg, 11)) then
  1424. for i,ch in pairs(obj:GetDescendants()) do
  1425. if (ch:IsA("BasePart")) then
  1426. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1427. ch.CanCollide = false
  1428. ch.Transparency = 0.7
  1429. wait()
  1430. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1431. wait()
  1432. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1433. wait()
  1434. ch.CFrame = lplayer.Character["Head"].CFrame
  1435. end
  1436. end
  1437. end
  1438. end
  1439. end
  1440. while wait() do
  1441. bringmodw()
  1442. end
  1443. game:GetService("StarterGui"):SetCore("SendNotification", {
  1444. Title = "BringMod";
  1445. Text = "BringMod enabled.";
  1446. })
  1447. end
  1448. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1449. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1450. local hum = Instance.new('Humanoid', mod)
  1451. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1452. lplayer.Character = mod
  1453. end
  1454. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1455. game:GetService'RunService'.Stepped:Connect(function()
  1456. pcall(function()
  1457. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1458. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1459. for _,x in pairs(v.Character.Head:GetChildren()) do
  1460. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1461. end
  1462. end
  1463. end
  1464. end)
  1465. end)
  1466. game:GetService("StarterGui"):SetCore("SendNotification", {
  1467. Title = "Attempting Shutdown";
  1468. Text = "Shutdown Attempt has begun.";
  1469. })
  1470. end
  1471. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1472. objtodel = (string.sub(msg, 9))
  1473. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1474. if v.Name == objtodel then
  1475. v:Destroy()
  1476. end
  1477. end
  1478. end
  1479. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1480. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1481. print(v)
  1482. end
  1483. game:GetService("StarterGui"):SetCore("SendNotification", {
  1484. Title = "Printed";
  1485. Text = "Players have been printed to console. (F9)";
  1486. })
  1487. end
  1488. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1489. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1490. if (v:IsA("Decal")) then
  1491. v:Destroy()
  1492. end
  1493. end
  1494. end
  1495. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1496. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1497. game:GetService("StarterGui"):SetCore("SendNotification", {
  1498. Title = "Success!";
  1499. Text = "OpFinality GUI has loaded.";
  1500. })
  1501. end
  1502. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1503. remotes = true
  1504. added = true
  1505. game.DescendantAdded:connect(function(rmt)
  1506. if added == true then
  1507. if remotes == true then
  1508. if rmt:IsA("RemoteEvent") then
  1509. print("A RemoteEvent was added!")
  1510. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1511. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1512. end end end
  1513. end)
  1514. game.DescendantAdded:connect(function(rmtfnctn)
  1515. if added == true then
  1516. if remotes == true then
  1517. if rmtfnctn:IsA("RemoteFunction") then
  1518. warn("A RemoteFunction was added!")
  1519. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1520. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1521. end end end
  1522. end)
  1523.  
  1524. game.DescendantAdded:connect(function(bndfnctn)
  1525. if added == true then
  1526. if binds == true then
  1527. if bndfnctn:IsA("BindableFunction") then
  1528. print("A BindableFunction was added!")
  1529. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1530. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1531. end end end
  1532. end)
  1533.  
  1534. game.DescendantAdded:connect(function(bnd)
  1535. if added == true then
  1536. if binds == true then
  1537. if bnd:IsA("BindableEvent") then
  1538. warn("A BindableEvent was added!")
  1539. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1540. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1541. end end end
  1542. end)
  1543.  
  1544.  
  1545. if binds == true then
  1546. for i,v in pairs(game:GetDescendants()) do
  1547. if v:IsA("BindableFunction") then
  1548. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1549. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1550. end end
  1551. for i,v in pairs(game:GetDescendants()) do
  1552. if v:IsA("BindableEvent") then
  1553. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1554. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1555. end end
  1556. else
  1557. print("Off")
  1558. end
  1559. if remotes == true then
  1560. for i,v in pairs(game:GetDescendants()) do
  1561. if v:IsA("RemoteFunction") then
  1562. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1563. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1564. end end
  1565. wait()
  1566. for i,v in pairs(game:GetDescendants()) do
  1567. if v:IsA("RemoteEvent") then
  1568. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1569. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1570. end end
  1571. else
  1572. print("Off")
  1573. end
  1574. game:GetService("StarterGui"):SetCore("SendNotification", {
  1575. Title = "Printing Remotes";
  1576. Text = "Type ;noremotes to disable.";
  1577. })
  1578. end
  1579. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1580. remotes = false
  1581. added = false
  1582. game:GetService("StarterGui"):SetCore("SendNotification", {
  1583. Title = "Printing Remotes Disabled";
  1584. Text = "Type ;remotes to enable.";
  1585. })
  1586. end
  1587. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1588. spin = false
  1589. followed = false
  1590. traill = false
  1591. noclip = false
  1592. annoying = false
  1593. hwalk = false
  1594. cbringing = false
  1595. end
  1596. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1597. stopsitting = true
  1598. end
  1599. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1600. stopsitting = false
  1601. end
  1602. if string.sub(msg, 1, 8) == (prefix.."version") then
  1603. print(adminversion)
  1604. game:GetService("StarterGui"):SetCore("SendNotification", {
  1605. Title = "Version";
  1606. Text = adminversion;
  1607. })
  1608. end
  1609. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1610. clickgoto = true
  1611. game:GetService("StarterGui"):SetCore("SendNotification", {
  1612. Title = "Click TP";
  1613. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1614. })
  1615. end
  1616. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1617. clickdel = true
  1618. game:GetService("StarterGui"):SetCore("SendNotification", {
  1619. Title = "Click Delete";
  1620. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1621. })
  1622. end
  1623. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1624. clickdel = false
  1625. game:GetService("StarterGui"):SetCore("SendNotification", {
  1626. Title = "Click Delete";
  1627. Text = "Click delete has been disabled.";
  1628. })
  1629. end
  1630. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1631. clickgoto = false
  1632. game:GetService("StarterGui"):SetCore("SendNotification", {
  1633. Title = "Click TP";
  1634. Text = "Click TP has been disabled.";
  1635. })
  1636. end
  1637. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1638. gettingtools = true
  1639. game:GetService("StarterGui"):SetCore("SendNotification", {
  1640. Title = "Tools Enabled";
  1641. Text = "Automatically colleting tools dropped.";
  1642. })
  1643. end
  1644. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1645. gettingtools = false
  1646. game:GetService("StarterGui"):SetCore("SendNotification", {
  1647. Title = "Tools Disabled";
  1648. Text = "Click TP has been disabled.";
  1649. })
  1650. end
  1651. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1652. ScreenGui:Destroy()
  1653. end
  1654. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1655. lplayer.Character.Head:Destroy()
  1656. end
  1657. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1658. statechosen = string.sub(msg, 8)
  1659. changingstate = true
  1660. end
  1661. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1662. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1663. end
  1664. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1665. removingmeshhats = true
  1666. end
  1667. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1668. removingmeshhats = false
  1669. end
  1670. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1671. removingmeshtool = true
  1672. end
  1673. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1674. removingmeshtool = false
  1675. end
  1676. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1677. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1678. if v:IsA("Tool") then
  1679. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1680. v.Parent = player.Character
  1681. end
  1682. end
  1683. end
  1684. end
  1685. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1686. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1687. if v:IsA("Tool") then
  1688. v.Parent = lplayer.Character
  1689. wait()
  1690. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1691. v.Parent = player.Character
  1692. end
  1693. end
  1694. end
  1695. end
  1696. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1697. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1698. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1699. end
  1700. end
  1701. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1702. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1703. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1704. end
  1705. end
  1706. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1707. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1708. game:GetService("StarterGui"):SetCore("SendNotification", {
  1709. Title = player.AccountAge.." Days";
  1710. Text = "Account age of "..player.Name;
  1711. })
  1712. end
  1713. end
  1714. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1715. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1716. game:GetService("StarterGui"):SetCore("SendNotification", {
  1717. Title = player.UserId.." ID";
  1718. Text = "Account ID of "..player.Name;
  1719. })
  1720. end
  1721. end
  1722. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1723. game:GetService("StarterGui"):SetCore("SendNotification", {
  1724. Title = "Game ID";
  1725. Text = "Game ID: ".. game.GameId;
  1726. })
  1727. end
  1728. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1729. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1730. if pgscheck == true then
  1731. game:GetService("StarterGui"):SetCore("SendNotification", {
  1732. Title = "PGSPhysicsSolverEnabled";
  1733. Text = "PGS is Enabled!";
  1734. })
  1735. else
  1736. game:GetService("StarterGui"):SetCore("SendNotification", {
  1737. Title = "PGSPhysicsSolverEnabled";
  1738. Text = "PGS is Disabled!";
  1739. })
  1740. end
  1741. end
  1742. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1743. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1744. if v:IsA("Part") then
  1745. if v.Transparency == 1 then
  1746. if v.Name ~= "HumanoidRootPart" then
  1747. v:Destroy()
  1748. end
  1749. end
  1750. end
  1751. end
  1752. end
  1753. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1754. game:GetService("Lighting").FogStart = 0
  1755. game:GetService("Lighting").FogEnd = 9999999999999
  1756. end
  1757. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1758. lplayer.Character.Humanoid.Parent = lplayer
  1759. end
  1760. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1761. lplayer.Humanoid.Parent = lplayer.Character
  1762. end
  1763. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1764. prefix = (string.sub(msg, 9, 9))
  1765. wait(0.1)
  1766. change()
  1767. wait(0.1)
  1768. game:GetService("StarterGui"):SetCore("SendNotification", {
  1769. Title = "Prefix changed!";
  1770. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1771. })
  1772. end
  1773. if string.sub(msg, 1, 12) == (";resetprefix") then
  1774. prefix = ";"
  1775. wait(0.1)
  1776. change()
  1777. wait(0.1)
  1778. game:GetService("StarterGui"):SetCore("SendNotification", {
  1779. Title = "Prefix changed!";
  1780. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1781. })
  1782. end
  1783. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1784. speedfly = string.sub(msg, 11)
  1785. wait()
  1786. change()
  1787. end
  1788. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1789. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1790. local Anim3 = Instance.new("Animation")
  1791. Anim3.AnimationId = "rbxassetid://282574440"
  1792. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1793. track3:Play(.1, 1, 1)
  1794. bplrr = v.Name
  1795. banpl = true
  1796. end
  1797. end
  1798. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1799. banpl = false
  1800. end
  1801. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1802. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1803. staring = true
  1804. stareplr = v
  1805. end
  1806. end
  1807. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1808. staring = false
  1809. end
  1810. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1811. chatlogs = true
  1812. game:GetService("StarterGui"):SetCore("SendNotification", {
  1813. Title = "LogChat enabled";
  1814. Text = "Now logging all player chat.";
  1815. })
  1816. end
  1817. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  1818. chatlogs = false
  1819. game:GetService("StarterGui"):SetCore("SendNotification", {
  1820. Title = "LogChat disabled";
  1821. Text = "Stopped logging all player chat.";
  1822. })
  1823. end
  1824. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  1825. game:GetService("Workspace").CurrentCamera:Destroy()
  1826. wait(0.1)
  1827. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1828. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  1829. lplayer.CameraMinZoomDistance = 0.5
  1830. lplayer.CameraMaxZoomDistance = 400
  1831. lplayer.CameraMode = "Classic"
  1832. end
  1833. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  1834. changingstate = false
  1835. end
  1836. end)
  1837.  
  1838. local function tp()
  1839. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1840. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1841. if player.Name == brplr then
  1842. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1843. end
  1844. end
  1845. end
  1846. end
  1847. local function tpall()
  1848. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  1849. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1850. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1851. end
  1852. end
  1853. end
  1854. spawn(function()
  1855. while wait(spamdelay) do
  1856. if spamming == true then
  1857. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1858. end
  1859. end
  1860. end)
  1861. spawn(function()
  1862. while wait(spamdelay) do
  1863. if spammingpm == true then
  1864. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1865. end
  1866. end
  1867. end)
  1868. spawn(function()
  1869. while wait() do
  1870. if cbring == true then
  1871. tp()
  1872. end
  1873. end
  1874. end)
  1875. spawn(function()
  1876. while wait() do
  1877. if cbringall == true then
  1878. tpall()
  1879. end
  1880. end
  1881. end)
  1882.  
  1883. Mouse.KeyDown:connect(function(Key)
  1884. if Key == prefix then
  1885. CMDBAR:CaptureFocus()
  1886. end
  1887. end)
  1888.  
  1889. CMDBAR.FocusLost:connect(function(enterPressed)
  1890. if enterPressed then
  1891. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  1892. if string.sub(CMDBAR.Text, 6) == "me" then
  1893. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1894. else
  1895. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  1896. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1897. lplayer.Character.Humanoid.Name = 1
  1898. local l = lplayer.Character["1"]:Clone()
  1899. l.Parent = lplayer.Character
  1900. l.Name = "Humanoid"
  1901. wait(0.1)
  1902. lplayer.Character["1"]:Destroy()
  1903. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1904. lplayer.Character.Animate.Disabled = true
  1905. wait(0.1)
  1906. lplayer.Character.Animate.Disabled = false
  1907. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1908. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1909. lplayer.Character.Humanoid:EquipTool(v)
  1910. end
  1911. local function tp(player,player2)
  1912. local char1,char2=player.Character,player2.Character
  1913. if char1 and char2 then
  1914. char1:MoveTo(char2.Head.Position)
  1915. end
  1916. end
  1917. wait(0.1)
  1918. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1919. wait(0.2)
  1920. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1921. wait(0.5)
  1922. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1923. wait(0.7)
  1924. tp(lplayer,game:GetService("Players")[v.Name])
  1925. wait(0.7)
  1926. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1927. game:GetService("StarterGui"):SetCore("SendNotification", {
  1928. Title = "Tools needed!";
  1929. Text = "You need a tool in your backpack for this command!";
  1930. })
  1931. end
  1932. end
  1933. end
  1934. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  1935. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  1936. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1937. lplayer.Character.Humanoid.Name = 1
  1938. local l = lplayer.Character["1"]:Clone()
  1939. l.Parent = lplayer.Character
  1940. l.Name = "Humanoid"
  1941. wait(0.1)
  1942. lplayer.Character["1"]:Destroy()
  1943. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1944. lplayer.Character.Animate.Disabled = true
  1945. wait(0.1)
  1946. lplayer.Character.Animate.Disabled = false
  1947. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1948. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1949. lplayer.Character.Humanoid:EquipTool(v)
  1950. end
  1951. local function tp(player,player2)
  1952. local char1,char2=player.Character,player2.Character
  1953. if char1 and char2 then
  1954. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  1955. end
  1956. end
  1957. local function getout(player,player2)
  1958. local char1,char2=player.Character,player2.Character
  1959. if char1 and char2 then
  1960. char1:MoveTo(char2.Head.Position)
  1961. end
  1962. end
  1963. tp(game:GetService("Players")[v.Name], lplayer)
  1964. wait(0.2)
  1965. tp(game:GetService("Players")[v.Name], lplayer)
  1966. wait(0.5)
  1967. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1968. wait(0.5)
  1969. getout(lplayer, game:GetService("Players")[v.Name])
  1970. wait(0.3)
  1971. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1972. game:GetService("StarterGui"):SetCore("SendNotification", {
  1973. Title = "Tools needed!";
  1974. Text = "You need a tool in your backpack for this command!";
  1975. })
  1976. end
  1977. end
  1978. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  1979. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  1980. lplayer.Character.Humanoid.Name = 1
  1981. local l = lplayer.Character["1"]:Clone()
  1982. l.Parent = lplayer.Character
  1983. l.Name = "Humanoid"
  1984. wait(0.1)
  1985. lplayer.Character["1"]:Destroy()
  1986. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1987. lplayer.Character.Animate.Disabled = true
  1988. wait(0.1)
  1989. lplayer.Character.Animate.Disabled = false
  1990. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1991. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1992. lplayer.Character.Humanoid:EquipTool(v)
  1993. end
  1994. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1995. spinplr = v
  1996. wait(0.5)
  1997. spin = true
  1998. game:GetService("StarterGui"):SetCore("SendNotification", {
  1999. Title = "Tools needed!";
  2000. Text = "You need a tool in your backpack for this command!";
  2001. })
  2002. end
  2003. end
  2004. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2005. spin = false
  2006. end
  2007. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2008. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2009. lplayer.Character.Humanoid.Name = 1
  2010. local l = lplayer.Character["1"]:Clone()
  2011. l.Parent = lplayer.Character
  2012. l.Name = "Humanoid"
  2013. wait(0.1)
  2014. lplayer.Character["1"]:Destroy()
  2015. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2016. lplayer.Character.Animate.Disabled = true
  2017. wait(0.1)
  2018. lplayer.Character.Animate.Disabled = false
  2019. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2020. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2021. lplayer.Character.Humanoid:EquipTool(v)
  2022. end
  2023. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2024. wait(0.3)
  2025. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2026. attplr = v
  2027. game:GetService("StarterGui"):SetCore("SendNotification", {
  2028. Title = "Tools needed!";
  2029. Text = "You need a tool in your backpack for this command!";
  2030. })
  2031. end
  2032. end
  2033. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2034. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2035. local function getout(player,player2)
  2036. local char1,char2=player.Character,player2.Character
  2037. if char1 and char2 then
  2038. char1:MoveTo(char2.Head.Position)
  2039. end
  2040. end
  2041. getout(lplayer, game:GetService("Players")[v.Name])
  2042. end
  2043. end
  2044. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2045. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2046. followed = true
  2047. flwplr = v
  2048. end
  2049. end
  2050. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2051. followed = false
  2052. end
  2053. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2054. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2055. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2056. lplayer.Character.Humanoid.Name = 1
  2057. local l = lplayer.Character["1"]:Clone()
  2058. l.Parent = lplayer.Character
  2059. l.Name = "Humanoid"
  2060. wait(0.1)
  2061. lplayer.Character["1"]:Destroy()
  2062. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2063. lplayer.Character.Animate.Disabled = true
  2064. wait(0.1)
  2065. lplayer.Character.Animate.Disabled = false
  2066. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2067. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2068. lplayer.Character.Humanoid:EquipTool(v)
  2069. end
  2070. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2071. wait(0.2)
  2072. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2073. wait(0.6)
  2074. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2075. wait(0.6)
  2076. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2077. game:GetService("StarterGui"):SetCore("SendNotification", {
  2078. Title = "Tools needed!";
  2079. Text = "You need a tool in your backpack for this command!";
  2080. })
  2081. end
  2082. end
  2083. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2084. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2085. traill = true
  2086. trlplr = v
  2087. end
  2088. end
  2089. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2090. traill = false
  2091. end
  2092. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2093. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2094. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2095. else
  2096. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2097. local o = Instance.new("RocketPropulsion")
  2098. o.Parent = lplayer.Character.HumanoidRootPart
  2099. o.Name = "Orbit"
  2100. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2101. o:Fire()
  2102. noclip = true
  2103. end
  2104. end
  2105. end
  2106. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2107. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2108. noclip = false
  2109. end
  2110. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2111. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2112. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2113. else
  2114. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2115. local y = Instance.new("RocketPropulsion")
  2116. y.Parent = lplayer.Character.HumanoidRootPart
  2117. y.CartoonFactor = 1
  2118. y.MaxThrust = 800000
  2119. y.MaxSpeed = 1000
  2120. y.ThrustP = 200000
  2121. y.Name = "Fling"
  2122. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2123. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2124. y:Fire()
  2125. noclip = true
  2126. end
  2127. end
  2128. end
  2129. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2130. noclip = false
  2131. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2132. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2133. wait(0.4)
  2134. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2135. end
  2136. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2137. if game:GetService("Workspace").FilteringEnabled == true then
  2138. warn("FE is Enabled (Filtering Enabled)")
  2139. game:GetService("StarterGui"):SetCore("SendNotification", {
  2140. Title = "FE is Enabled";
  2141. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2142. })
  2143. else
  2144. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2145. game:GetService("StarterGui"):SetCore("SendNotification", {
  2146. Title = "FE is Disabled";
  2147. Text = "Filtering Disabled. Consider using a different admin script.";
  2148. })
  2149. end
  2150. end
  2151. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2152. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2153. lplayer.Character.Humanoid.Name = 1
  2154. local l = lplayer.Character["1"]:Clone()
  2155. l.Parent = lplayer.Character
  2156. l.Name = "Humanoid"
  2157. wait(0.1)
  2158. lplayer.Character["1"]:Destroy()
  2159. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2160. lplayer.Character.Animate.Disabled = true
  2161. wait(0.1)
  2162. lplayer.Character.Animate.Disabled = false
  2163. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2164. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2165. lplayer.Character.Humanoid:EquipTool(v)
  2166. end
  2167. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2168. wait(0.2)
  2169. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2170. wait(0.6)
  2171. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2172. game:GetService("StarterGui"):SetCore("SendNotification", {
  2173. Title = "Tools needed!";
  2174. Text = "You need a tool in your backpack for this command!";
  2175. })
  2176. end
  2177. end
  2178. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2179. noclip = true
  2180. game:GetService("StarterGui"):SetCore("SendNotification", {
  2181. Title = "Noclip enabled";
  2182. Text = "Type ;clip to disable";
  2183. })
  2184. end
  2185. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2186. noclip = false
  2187. game:GetService("StarterGui"):SetCore("SendNotification", {
  2188. Title = "Noclip disabled";
  2189. Text = "Type ;noclip to enable";
  2190. })
  2191. end
  2192. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2193. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2194. end
  2195. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2196. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2197. end
  2198. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2199. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2200. end
  2201. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2202. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2203. end
  2204. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2205. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2206. end
  2207. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2208. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2209. end
  2210. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2211. lplayer.Character.Humanoid.JumpPower = 50
  2212. lplayer.Character.Humanoid.WalkSpeed = 16
  2213. lplayer.Character.Humanoid.HipHeight = 0
  2214. end
  2215. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2216. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2217. annoying = true
  2218. annplr = v
  2219. end
  2220. end
  2221. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2222. annoying = false
  2223. end
  2224. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2225. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2226. hwalk = true
  2227. hdwplr = v
  2228. end
  2229. end
  2230. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2231. hwalk = false
  2232. end
  2233. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2234. lplayer.Character["Left Leg"]:Destroy()
  2235. lplayer.Character["Left Arm"]:Destroy()
  2236. lplayer.Character["Right Leg"]:Destroy()
  2237. lplayer.Character["Right Arm"]:Destroy()
  2238. end
  2239. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2240. lplayer.Character.Humanoid.Name = 1
  2241. local l = lplayer.Character["1"]:Clone()
  2242. l.Parent = lplayer.Character
  2243. l.Name = "Humanoid"
  2244. wait(0.1)
  2245. lplayer.Character["1"]:Destroy()
  2246. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2247. lplayer.Character.Animate.Disabled = true
  2248. wait(0.1)
  2249. lplayer.Character.Animate.Disabled = false
  2250. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2251. game:GetService("StarterGui"):SetCore("SendNotification", {
  2252. Title = "FE Godmode enabled";
  2253. Text = "Use ;grespawn or ;respawn to remove.";
  2254. })
  2255. end
  2256. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2257. for i,v in pairs(lplayer.Character:GetChildren()) do
  2258. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2259. v.Parent = workspace
  2260. end
  2261. end
  2262. end
  2263. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2264. for i,v in pairs(lplayer.Character:GetChildren()) do
  2265. if (v:IsA("Tool")) then
  2266. v.Parent = workspace
  2267. end
  2268. end
  2269. end
  2270. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2271. droppinghats = true
  2272. game:GetService("StarterGui"):SetCore("SendNotification", {
  2273. Title = "Loop Drop Enabled";
  2274. Text = "Type ;unloopdhats to disable";
  2275. })
  2276. end
  2277. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2278. droppinghats = false
  2279. game:GetService("StarterGui"):SetCore("SendNotification", {
  2280. Title = "Loop Drop Disabled";
  2281. Text = "Type ;loopdhats to enable.";
  2282. })
  2283. end
  2284. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2285. droppingtools = true
  2286. game:GetService("StarterGui"):SetCore("SendNotification", {
  2287. Title = "Loop Drop Enabled";
  2288. Text = "Type ;unloopdtool to disable";
  2289. })
  2290. end
  2291. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2292. droppingtools = false
  2293. game:GetService("StarterGui"):SetCore("SendNotification", {
  2294. Title = "Loop Drop Disabled";
  2295. Text = "Type ;loopdtool to enable.";
  2296. })
  2297. end
  2298. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2299. Local = game:GetService('Players').LocalPlayer
  2300. Char = Local.Character
  2301. touched,tpdback = false, false
  2302. box = Instance.new('Part',workspace)
  2303. box.Anchored = true
  2304. box.CanCollide = true
  2305. box.Size = Vector3.new(10,1,10)
  2306. box.Position = Vector3.new(0,10000,0)
  2307. box.Touched:connect(function(part)
  2308. if (part.Parent.Name == Local.Name) then
  2309. if touched == false then
  2310. touched = true
  2311. function apply()
  2312. if script.Disabled ~= true then
  2313. no = Char.HumanoidRootPart:Clone()
  2314. wait(.25)
  2315. Char.HumanoidRootPart:Destroy()
  2316. no.Parent = Char
  2317. Char:MoveTo(loc)
  2318. touched = false
  2319. end end
  2320. if Char then
  2321. apply()
  2322. end
  2323. end
  2324. end
  2325. end)
  2326. repeat wait() until Char
  2327. loc = Char.HumanoidRootPart.Position
  2328. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2329. game:GetService("StarterGui"):SetCore("SendNotification", {
  2330. Title = "Invisibility enabled!";
  2331. Text = "Reset or use ;respawn to remove.";
  2332. })
  2333. end
  2334. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2335. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2336. if game:GetService("Players")[v.Name].Character.Humanoid then
  2337. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2338. else
  2339. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2340. end
  2341. end
  2342. end
  2343. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2344. if lplayer.Character.Humanoid then
  2345. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2346. else
  2347. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2348. end
  2349. end
  2350. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2351. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2352. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2353. end
  2354. end
  2355. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2356. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2357. repeat wait() until Mouse
  2358.  
  2359. local T = lplayer.Character.HumanoidRootPart
  2360. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2361. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2362. local SPEED = speedget
  2363.  
  2364. local function fly()
  2365. flying = true
  2366. local BG = Instance.new('BodyGyro', T)
  2367. local BV = Instance.new('BodyVelocity', T)
  2368. BG.P = 9e4
  2369. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2370. BG.cframe = T.CFrame
  2371. BV.velocity = Vector3.new(0, 0.1, 0)
  2372. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2373. spawn(function()
  2374. repeat wait()
  2375. lplayer.Character.Humanoid.PlatformStand = true
  2376. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2377. SPEED = 50
  2378. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2379. SPEED = 0
  2380. end
  2381. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2382. 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
  2383. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2384. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2385. 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
  2386. else
  2387. BV.velocity = Vector3.new(0, 0.1, 0)
  2388. end
  2389. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2390. until not flying
  2391. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2392. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2393. SPEED = 0
  2394. BG:destroy()
  2395. BV:destroy()
  2396. lplayer.Character.Humanoid.PlatformStand = false
  2397. end)
  2398. end
  2399. Mouse.KeyDown:connect(function(KEY)
  2400. if KEY:lower() == 'w' then
  2401. CONTROL.F = speedfly
  2402. elseif KEY:lower() == 's' then
  2403. CONTROL.B = -speedfly
  2404. elseif KEY:lower() == 'a' then
  2405. CONTROL.L = -speedfly
  2406. elseif KEY:lower() == 'd' then
  2407. CONTROL.R = speedfly
  2408. end
  2409. end)
  2410. Mouse.KeyUp:connect(function(KEY)
  2411. if KEY:lower() == 'w' then
  2412. CONTROL.F = 0
  2413. elseif KEY:lower() == 's' then
  2414. CONTROL.B = 0
  2415. elseif KEY:lower() == 'a' then
  2416. CONTROL.L = 0
  2417. elseif KEY:lower() == 'd' then
  2418. CONTROL.R = 0
  2419. end
  2420. end)
  2421. fly()
  2422. end
  2423. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2424. flying = false
  2425. lplayer.Character.Humanoid.PlatformStand = false
  2426. end
  2427. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2428. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2429. end
  2430. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2431. spamtext = (string.sub(CMDBAR.Text, 6))
  2432. spamming = true
  2433. end
  2434. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2435. spamming = false
  2436. end
  2437. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2438. spamdelay = (string.sub(CMDBAR.Text, 10))
  2439. end
  2440. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2441. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2442. pmspammed = v.Name
  2443. spammingpm = true
  2444. end
  2445. end
  2446. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2447. spammingpm = false
  2448. end
  2449. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2450. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2451. v.Character["Left Leg"].Anchored = true
  2452. v.Character["Left Arm"].Anchored = true
  2453. v.Character["Right Leg"].Anchored = true
  2454. v.Character["Right Arm"].Anchored = true
  2455. v.Character.Torso.Anchored = true
  2456. v.Character.Head.Anchored = true
  2457. end
  2458. end
  2459. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2460. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2461. v.Character["Left Leg"].Anchored = false
  2462. v.Character["Left Arm"].Anchored = false
  2463. v.Character["Right Leg"].Anchored = false
  2464. v.Character["Right Arm"].Anchored = false
  2465. v.Character.Torso.Anchored = false
  2466. v.Character.Head.Anchored = false
  2467. end
  2468. end
  2469. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2470. local a = game:GetService("Workspace"):getChildren()
  2471. for i = 1, #a do
  2472. if a[i].className == "Part" then
  2473. a[i].Locked = false
  2474. elseif a[i].className == "Model" then
  2475. local r = a[i]:getChildren()
  2476. for i = 1, #r do
  2477. if r[i].className == "Part" then
  2478. r[i].Locked = false
  2479. end
  2480. end
  2481. end
  2482. end
  2483. game:GetService("StarterGui"):SetCore("SendNotification", {
  2484. Title = "Success!";
  2485. Text = "Workspace unlocked. Use ;lockws to lock.";
  2486. })
  2487. end
  2488. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2489. local a = game:GetService("Workspace"):getChildren()
  2490. for i = 1, #a do
  2491. if a[i].className == "Part" then
  2492. a[i].Locked = true
  2493. elseif a[i].className == "Model" then
  2494. local r = a[i]:getChildren()
  2495. for i = 1, #r do
  2496. if r[i].className == "Part" then
  2497. r[i].Locked = true
  2498. end
  2499. end
  2500. end
  2501. end
  2502. end
  2503. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2504. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2505. Clone_T.BinType = "Clone"
  2506. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2507. Destruct.BinType = "Hammer"
  2508. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2509. Hold_T.BinType = "Grab"
  2510. end
  2511. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2512. lplayer.Character.Humanoid.PlatformStand = true
  2513. end
  2514. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2515. lplayer.Character.Humanoid.PlatformStand = false
  2516. end
  2517. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2518. lplayer.Character.Head.Mesh:Destroy()
  2519. end
  2520. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2521. lplayer.Character.Humanoid.Sit = true
  2522. end
  2523. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2524. local function bringobjw()
  2525. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2526. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2527. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2528. obj.CanCollide = false
  2529. obj.Transparency = 0.7
  2530. wait()
  2531. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2532. wait()
  2533. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2534. wait()
  2535. obj.CFrame = lplayer.Character["Head"].CFrame
  2536. end
  2537. end
  2538. end
  2539. while wait() do
  2540. bringobjw()
  2541. end
  2542. game:GetService("StarterGui"):SetCore("SendNotification", {
  2543. Title = "BringObj";
  2544. Text = "BringObj enabled.";
  2545. })
  2546. end
  2547. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2548. vis = (string.sub(CMDBAR.Text, 7))
  2549. local a = game:GetService("Workspace"):GetDescendants()
  2550. for i = 1, #a do
  2551. if a[i].className == "Part" then
  2552. a[i].Transparency = vis
  2553. elseif a[i].className == "Model" then
  2554. local r = a[i]:getChildren()
  2555. for i = 1, #r do
  2556. if r[i].className == "Part" then
  2557. r[i].Transparency = vis
  2558. end
  2559. end
  2560. end
  2561. end
  2562. end
  2563. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2564. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2565. game:GetService("StarterGui"):SetCore("SendNotification", {
  2566. Title = "Success!";
  2567. Text = "HyperTotal GUI Loaded!";
  2568. })
  2569. end
  2570. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2571. CMDSFRAME.Visible = true
  2572. end
  2573. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2574. for i,v in pairs(lplayer.Character:GetChildren()) do
  2575. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2576. v.Handle.Mesh:Destroy()
  2577. end
  2578. end
  2579. end
  2580. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2581. for i,v in pairs(lplayer.Character:GetChildren()) do
  2582. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2583. v.Handle.Mesh:Destroy()
  2584. end
  2585. end
  2586. end
  2587. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2588. for i,v in pairs(lplayer.Character:GetChildren()) do
  2589. if (v:IsA("Tool")) then
  2590. v.Handle.Mesh:Destroy()
  2591. end
  2592. end
  2593. end
  2594. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2595. for i,v in pairs(lplayer.Character:GetChildren()) do
  2596. if (v:IsA("Tool")) then
  2597. v.Handle.Mesh:Destroy()
  2598. end
  2599. end
  2600. end
  2601. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2602. local p = Instance.new("RocketPropulsion")
  2603. p.Parent = lplayer.Character.HumanoidRootPart
  2604. p.Name = "Spinner"
  2605. p.Target = lplayer.Character["Left Arm"]
  2606. p:Fire()
  2607. game:GetService("StarterGui"):SetCore("SendNotification", {
  2608. Title = "Spinner enabled";
  2609. Text = "Type ;nospinner to disable.";
  2610. })
  2611. end
  2612. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2613. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2614. end
  2615. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2616. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2617. if v:isA("Tool") then
  2618. local a = Instance.new("SelectionBox",v.Handle)
  2619. a.Adornee = v.Handle
  2620. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2621. v.GripPos = Vector3.new(0,0,0)
  2622. lplayer.Character.Humanoid:UnequipTools()
  2623. end
  2624. end
  2625. game:GetService("StarterGui"):SetCore("SendNotification", {
  2626. Title = "Reach applied!";
  2627. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2628. })
  2629. end
  2630. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2631. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2632. if v:isA("Tool") then
  2633. local a = Instance.new("SelectionBox",v.Handle)
  2634. a.Name = "Reach"
  2635. a.Adornee = v.Handle
  2636. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2637. v.GripPos = Vector3.new(0,0,0)
  2638. lplayer.Character.Humanoid:UnequipTools()
  2639. end
  2640. end
  2641. game:GetService("StarterGui"):SetCore("SendNotification", {
  2642. Title = "Reach applied!";
  2643. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2644. })
  2645. end
  2646. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2647. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2648. if v:isA("Tool") then
  2649. v.Handle.Reach:Destroy()
  2650. end
  2651. end
  2652. game:GetService("StarterGui"):SetCore("SendNotification", {
  2653. Title = "Reach removed!";
  2654. Text = "Removed reach from equipped sword.";
  2655. })
  2656. end
  2657. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2658. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2659. lplayer.Character.Humanoid.Name = 1
  2660. local l = lplayer.Character["1"]:Clone()
  2661. l.Parent = lplayer.Character
  2662. l.Name = "Humanoid"
  2663. wait(0.1)
  2664. lplayer.Character["1"]:Destroy()
  2665. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2666. lplayer.Character.Animate.Disabled = true
  2667. wait(0.1)
  2668. lplayer.Character.Animate.Disabled = false
  2669. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2670. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2671. lplayer.Character.Humanoid:EquipTool(v)
  2672. end
  2673. wait(0.1)
  2674. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2675. wait(0.2)
  2676. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2677. wait(0.5)
  2678. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2679. game:GetService("StarterGui"):SetCore("SendNotification", {
  2680. Title = "Tools needed!";
  2681. Text = "You need a tool in your backpack for this command!";
  2682. })
  2683. end
  2684. end
  2685. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2686. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2687. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2688. end
  2689. end
  2690. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2691. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2692. cbringall = true
  2693. else
  2694. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2695. brplr = v.Name
  2696. end
  2697. end
  2698. cbring = true
  2699. end
  2700. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2701. cbring = false
  2702. cbringall = false
  2703. end
  2704. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2705. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2706. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2707. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2708. lplayer.Character.Humanoid.Name = 1
  2709. local l = lplayer.Character["1"]:Clone()
  2710. l.Parent = lplayer.Character
  2711. l.Name = "Humanoid"
  2712. wait(0.1)
  2713. lplayer.Character["1"]:Destroy()
  2714. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2715. lplayer.Character.Animate.Disabled = true
  2716. wait(0.1)
  2717. lplayer.Character.Animate.Disabled = false
  2718. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2719. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2720. lplayer.Character.Humanoid:EquipTool(v)
  2721. end
  2722. local function tp(player,player2)
  2723. local char1,char2=player.Character,player2.Character
  2724. if char1 and char2 then
  2725. char1:MoveTo(char2.Head.Position)
  2726. end
  2727. end
  2728. wait(0.1)
  2729. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2730. wait(0.2)
  2731. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2732. wait(0.5)
  2733. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2734. wait(0.6)
  2735. tp(lplayer, game:GetService("Players")[v.Name])
  2736. wait(0.4)
  2737. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  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, 7) == ("glitch ") then
  2745. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2746. lplayer.Character.Humanoid.Name = 1
  2747. local l = lplayer.Character["1"]:Clone()
  2748. l.Parent = lplayer.Character
  2749. l.Name = "Humanoid"
  2750. wait(0.1)
  2751. lplayer.Character["1"]:Destroy()
  2752. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2753. lplayer.Character.Animate.Disabled = true
  2754. wait(0.1)
  2755. lplayer.Character.Animate.Disabled = false
  2756. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2757. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2758. lplayer.Character.Humanoid:EquipTool(v)
  2759. end
  2760. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2761. wait(0.3)
  2762. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2763. wait(0.4)
  2764. b = Instance.new("BodyForce")
  2765. b.Parent = lplayer.Character.HumanoidRootPart
  2766. b.Name = "Glitch"
  2767. b.Force = Vector3.new(100000000,5000,0)
  2768. game:GetService("StarterGui"):SetCore("SendNotification", {
  2769. Title = "Tools needed!";
  2770. Text = "You need a tool in your backpack for this command!";
  2771. })
  2772. end
  2773. end
  2774. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2775. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2776. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2777. b = Instance.new("BodyForce")
  2778. b.Parent = lplayer.Character.HumanoidRootPart
  2779. b.Name = "unGlitch"
  2780. b.Force = Vector3.new(0,-5000000,0)
  2781. wait(2)
  2782. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2783. end
  2784. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2785. lplayer.Character.Humanoid.Health = 0
  2786. wait(1)
  2787. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2788. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2789. end
  2790. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2791. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2792. game:GetService("StarterGui"):SetCore("SendNotification", {
  2793. Title = "Success!";
  2794. Text = "DEX Explorer has loaded.";
  2795. })
  2796. end
  2797. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2798. local Anim = Instance.new("Animation")
  2799. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2800. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2801. track:Play(.1, 1, 1)
  2802. end
  2803. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2804. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2805. game:GetService("StarterGui"):SetCore("SendNotification", {
  2806. Title = "Success!";
  2807. Text = "Energize Animations GUI has loaded.";
  2808. })
  2809. end
  2810. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2811. saved = lplayer.Character.HumanoidRootPart.CFrame
  2812. game:GetService("StarterGui"):SetCore("SendNotification", {
  2813. Title = "Position Saved";
  2814. Text = "Use ;loadpos to return to saved position.";
  2815. })
  2816. end
  2817. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2818. lplayer.Character.HumanoidRootPart.CFrame = saved
  2819. end
  2820. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2821. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2822. local Anim2 = Instance.new("Animation")
  2823. Anim2.AnimationId = "rbxassetid://148840371"
  2824. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2825. track2:Play(.1, 1, 1)
  2826. bplrr = v.Name
  2827. banpl = true
  2828. end
  2829. end
  2830. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2831. banpl = false
  2832. end
  2833. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2834. local function bringmodw()
  2835. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2836. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2837. for i,ch in pairs(obj:GetDescendants()) do
  2838. if (ch:IsA("BasePart")) then
  2839. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2840. ch.CanCollide = false
  2841. ch.Transparency = 0.7
  2842. wait()
  2843. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2844. wait()
  2845. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2846. wait()
  2847. ch.CFrame = lplayer.Character["Head"].CFrame
  2848. end
  2849. end
  2850. end
  2851. end
  2852. end
  2853. while wait() do
  2854. bringmodw()
  2855. end
  2856. game:GetService("StarterGui"):SetCore("SendNotification", {
  2857. Title = "BringMod";
  2858. Text = "BringMod enabled.";
  2859. })
  2860. end
  2861. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2862. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2863. local hum = Instance.new('Humanoid', mod)
  2864. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2865. lplayer.Character = mod
  2866. end
  2867. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2868. game:GetService'RunService'.Stepped:Connect(function()
  2869. pcall(function()
  2870. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2871. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2872. for _,x in pairs(v.Character.Head:GetChildren()) do
  2873. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2874. end
  2875. end
  2876. end
  2877. end)
  2878. end)
  2879. game:GetService("StarterGui"):SetCore("SendNotification", {
  2880. Title = "Attempting Shutdown";
  2881. Text = "Shutdown Attempt has begun.";
  2882. })
  2883. end
  2884. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  2885. objtodel = (string.sub(CMDBAR.Text, 8))
  2886. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2887. if v.Name == objtodel then
  2888. v:Destroy()
  2889. end
  2890. end
  2891. end
  2892. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  2893. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2894. print(v)
  2895. end
  2896. game:GetService("StarterGui"):SetCore("SendNotification", {
  2897. Title = "Printed";
  2898. Text = "Players have been printed to console. (F9)";
  2899. })
  2900. end
  2901. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  2902. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2903. if (v:IsA("Decal")) then
  2904. v:Destroy()
  2905. end
  2906. end
  2907. end
  2908. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  2909. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2910. game:GetService("StarterGui"):SetCore("SendNotification", {
  2911. Title = "Success!";
  2912. Text = "OpFinality GUI has loaded.";
  2913. })
  2914. end
  2915. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  2916. remotes = true
  2917. added = true
  2918. game.DescendantAdded:connect(function(rmt)
  2919. if added == true then
  2920. if remotes == true then
  2921. if rmt:IsA("RemoteEvent") then
  2922. print("A RemoteEvent was added!")
  2923. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2924. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2925. end end end
  2926. end)
  2927. game.DescendantAdded:connect(function(rmtfnctn)
  2928. if added == true then
  2929. if remotes == true then
  2930. if rmtfnctn:IsA("RemoteFunction") then
  2931. warn("A RemoteFunction was added!")
  2932. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2933. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2934. end end end
  2935. end)
  2936.  
  2937. game.DescendantAdded:connect(function(bndfnctn)
  2938. if added == true then
  2939. if binds == true then
  2940. if bndfnctn:IsA("BindableFunction") then
  2941. print("A BindableFunction was added!")
  2942. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  2943. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2944. end end end
  2945. end)
  2946.  
  2947. game.DescendantAdded:connect(function(bnd)
  2948. if added == true then
  2949. if binds == true then
  2950. if bnd:IsA("BindableEvent") then
  2951. warn("A BindableEvent was added!")
  2952. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  2953. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2954. end end end
  2955. end)
  2956.  
  2957.  
  2958. if binds == true then
  2959. for i,v in pairs(game:GetDescendants()) do
  2960. if v:IsA("BindableFunction") then
  2961. print(" game." .. v:GetFullName() .. " | BindableFunction")
  2962. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2963. end end
  2964. for i,v in pairs(game:GetDescendants()) do
  2965. if v:IsA("BindableEvent") then
  2966. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  2967. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2968. end end
  2969. else
  2970. print("Off")
  2971. end
  2972. if remotes == true then
  2973. for i,v in pairs(game:GetDescendants()) do
  2974. if v:IsA("RemoteFunction") then
  2975. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  2976. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2977. end end
  2978. wait()
  2979. for i,v in pairs(game:GetDescendants()) do
  2980. if v:IsA("RemoteEvent") then
  2981. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  2982. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2983. end end
  2984. else
  2985. print("Off")
  2986. end
  2987. game:GetService("StarterGui"):SetCore("SendNotification", {
  2988. Title = "Printing Remotes";
  2989. Text = "Type ;noremotes to disable.";
  2990. })
  2991. end
  2992. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  2993. remotes = false
  2994. added = false
  2995. game:GetService("StarterGui"):SetCore("SendNotification", {
  2996. Title = "Printing Remotes Disabled";
  2997. Text = "Type ;remotes to enable.";
  2998. })
  2999. end
  3000. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3001. spin = false
  3002. followed = false
  3003. traill = false
  3004. noclip = false
  3005. annoying = false
  3006. hwalk = false
  3007. cbringing = false
  3008. end
  3009. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3010. stopsitting = true
  3011. end
  3012. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3013. stopsitting = false
  3014. end
  3015. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3016. print(adminversion)
  3017. game:GetService("StarterGui"):SetCore("SendNotification", {
  3018. Title = "Version";
  3019. Text = adminversion;
  3020. })
  3021. end
  3022. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3023. clickgoto = true
  3024. game:GetService("StarterGui"):SetCore("SendNotification", {
  3025. Title = "Click TP";
  3026. Text = "Press E to teleport to mouse position";
  3027. })
  3028. end
  3029. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3030. clickgoto = false
  3031. game:GetService("StarterGui"):SetCore("SendNotification", {
  3032. Title = "Click TP";
  3033. Text = "Click TP has been disabled.";
  3034. })
  3035. end
  3036. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3037. gettingtools = true
  3038. game:GetService("StarterGui"):SetCore("SendNotification", {
  3039. Title = "Tools Enabled";
  3040. Text = "Automatically colleting tools dropped.";
  3041. })
  3042. end
  3043. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3044. gettingtools = false
  3045. game:GetService("StarterGui"):SetCore("SendNotification", {
  3046. Title = "Tools Disabled";
  3047. Text = "Click TP has been disabled.";
  3048. })
  3049. end
  3050. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3051. ScreenGui:Destroy()
  3052. end
  3053. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3054. lplayer.Character.Head:Destroy()
  3055. end
  3056. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3057. statechosen = string.sub(CMDBAR.Text, 7)
  3058. changingstate = true
  3059. end
  3060. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3061. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3062. end
  3063. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3064. removingmeshhats = true
  3065. end
  3066. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3067. removingmeshhats = false
  3068. end
  3069. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3070. removingmeshtool = true
  3071. end
  3072. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3073. removingmeshtool = false
  3074. end
  3075. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3076. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3077. if v:IsA("Tool") then
  3078. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3079. v.Parent = player.Character
  3080. end
  3081. end
  3082. end
  3083. end
  3084. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3085. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3086. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3087. end
  3088. end
  3089. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3090. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3091. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3092. end
  3093. end
  3094. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3095. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3096. game:GetService("StarterGui"):SetCore("SendNotification", {
  3097. Title = player.AccountAge.." Days";
  3098. Text = "Account age of "..player.Name;
  3099. })
  3100. end
  3101. end
  3102. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3103. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3104. game:GetService("StarterGui"):SetCore("SendNotification", {
  3105. Title = player.UserId.." ID";
  3106. Text = "Account ID of "..player.Name;
  3107. })
  3108. end
  3109. end
  3110. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3111. game:GetService("StarterGui"):SetCore("SendNotification", {
  3112. Title = "Game ID";
  3113. Text = "Game ID: ".. game.GameId;
  3114. })
  3115. end
  3116. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3117. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3118. if pgscheck == true then
  3119. game:GetService("StarterGui"):SetCore("SendNotification", {
  3120. Title = "PGSPhysicsSolverEnabled";
  3121. Text = "PGS is Enabled!";
  3122. })
  3123. else
  3124. game:GetService("StarterGui"):SetCore("SendNotification", {
  3125. Title = "PGSPhysicsSolverEnabled";
  3126. Text = "PGS is Disabled!";
  3127. })
  3128. end
  3129. end
  3130. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3131. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3132. if v:IsA("Part") then
  3133. if v.Transparency == 1 then
  3134. if v.Name ~= "HumanoidRootPart" then
  3135. v:Destroy()
  3136. end
  3137. end
  3138. end
  3139. end
  3140. end
  3141. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3142. game:GetService("Lighting").FogStart = 0
  3143. game:GetService("Lighting").FogEnd = 9999999999999
  3144. end
  3145. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3146. lplayer.Character.Humanoid.Parent = lplayer
  3147. end
  3148. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3149. lplayer.Humanoid.Parent = lplayer.Character
  3150. end
  3151. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3152. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3153. if v:IsA("Tool") then
  3154. v.Parent = lplayer.Character
  3155. wait()
  3156. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3157. v.Parent = player.Character
  3158. end
  3159. end
  3160. end
  3161. end
  3162. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3163. speedfly = string.sub(CMDBAR.Text, 10)
  3164. wait()
  3165. change()
  3166. end
  3167. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3168. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3169. local Anim3 = Instance.new("Animation")
  3170. Anim3.AnimationId = "rbxassetid://282574440"
  3171. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3172. track3:Play(.1, 1, 1)
  3173. bplrr = v.Name
  3174. banpl = true
  3175. end
  3176. end
  3177. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3178. banpl = false
  3179. end
  3180. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3181. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3182. staring = true
  3183. stareplr = v
  3184. end
  3185. end
  3186. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3187. staring = false
  3188. end
  3189. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3190. chatlogs = true
  3191. game:GetService("StarterGui"):SetCore("SendNotification", {
  3192. Title = "LogChat enabled";
  3193. Text = "Now logging all player chat.";
  3194. })
  3195. end
  3196. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3197. chatlogs = false
  3198. game:GetService("StarterGui"):SetCore("SendNotification", {
  3199. Title = "LogChat disabled";
  3200. Text = "Stopped logging all player chat.";
  3201. })
  3202. end
  3203. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3204. game:GetService("Workspace").CurrentCamera:Destroy()
  3205. wait(0.1)
  3206. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3207. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3208. lplayer.CameraMinZoomDistance = 0.5
  3209. lplayer.CameraMaxZoomDistance = 400
  3210. lplayer.CameraMode = "Classic"
  3211. end
  3212. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3213. changingstate = false
  3214. end
  3215. CMDBAR.Text = ""
  3216. end
  3217. end)
  3218.  
  3219. wait(0.3)
  3220. game:GetService("StarterGui"):SetCore("SendNotification", {
  3221. Title = "Loaded successfully!";
  3222. Text = "Reviz Admin V2 by illremember";
  3223. })
  3224. wait(0.1)
  3225. print("Reviz Admin V2 loaded!")
  3226. if game:GetService("Workspace").FilteringEnabled == true then
  3227. warn("FE is Enabled (Filtering Enabled)")
  3228. game:GetService("StarterGui"):SetCore("SendNotification", {
  3229. Title = "FE is Enabled";
  3230. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3231. })
  3232. else
  3233. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3234. game:GetService("StarterGui"):SetCore("SendNotification", {
  3235. Title = "FE is Disabled";
  3236. Text = "Filtering Disabled. Consider using a different admin script.";
  3237. })
  3238. end
  3239.  
  3240. local intro = Instance.new("ScreenGui")
  3241. local Frame = Instance.new("Frame")
  3242. local ImageLabel = Instance.new("ImageLabel")
  3243. intro.Parent = game:GetService("CoreGui")
  3244. Frame.Parent = intro
  3245. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3246. Frame.BackgroundTransparency = 1
  3247. Frame.Size = UDim2.new(1, 0, 0, 300)
  3248. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3249. ImageLabel.Parent = Frame
  3250. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3251. ImageLabel.BackgroundTransparency = 1
  3252. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3253. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3254. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3255. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3256. wait(3.01)
  3257. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3258. wait(5.01)
  3259. intro:Destroy()
  3260. end)
  3261.  
  3262. opprisonlife.Name = "op prison life"
  3263. opprisonlife.Parent = mainframe
  3264. opprisonlife.BackgroundColor3 = Color3.new(1, 0, 0)
  3265. opprisonlife.BorderColor3 = Color3.new(1, 0, 0)
  3266. opprisonlife.Position = UDim2.new(0.272796929, 0, 0.706319749, 0)
  3267. opprisonlife.Size = UDim2.new(0, 200, 0, 39)
  3268. opprisonlife.Font = Enum.Font.SourceSans
  3269. opprisonlife.Text = "op prison life gui"
  3270. opprisonlife.TextColor3 = Color3.new(0, 0, 0)
  3271. opprisonlife.TextScaled = true
  3272. opprisonlife.TextSize = 14
  3273. opprisonlife.TextWrapped = true
  3274. opprisonlife.MouseButton1Down:connect(function()
  3275. -- Objects
  3276.  
  3277. local PrisonGui = Instance.new("ScreenGui")
  3278. local Main = Instance.new("Frame")
  3279. local Title = Instance.new("TextLabel")
  3280. local TitleBar = Instance.new("TextLabel")
  3281. local ObGuns = Instance.new("TextButton")
  3282. local Close = Instance.new("TextButton")
  3283. local KillAll = Instance.new("TextButton")
  3284. local TaseBypass = Instance.new("TextButton")
  3285. local RemoveDoors = Instance.new("TextButton")
  3286. local Btools = Instance.new("TextButton")
  3287. local BeNeutral = Instance.new("TextButton")
  3288. local ModGun = Instance.new("TextButton")
  3289. local ForceCgui = Instance.new("Frame")
  3290. local ComSeperateBar = Instance.new("TextLabel")
  3291. local InsertUser = Instance.new("TextBox")
  3292. local UserHolder = Instance.new("TextLabel")
  3293. local CrimTitle = Instance.new("TextLabel")
  3294. local CrimTitleBar = Instance.new("TextLabel")
  3295. local TextButton = Instance.new("TextButton")
  3296. local CrimHideButton = Instance.new("TextButton")
  3297. local TPshow = Instance.new("TextButton")
  3298. local LocalCommands = Instance.new("Frame")
  3299. local LocalCMD_Title = Instance.new("TextLabel")
  3300. local NexusTPbut = Instance.new("TextButton")
  3301. local CrimBaseTPbut = Instance.new("TextButton")
  3302. local GuardAreaTPbut = Instance.new("TextButton")
  3303. local FLY = Instance.new("TextButton")
  3304. local NWalk = Instance.new("TextButton")
  3305. local Njump = Instance.new("TextButton")
  3306. local tfJump = Instance.new("TextButton")
  3307. local Respawn = Instance.new("TextButton")
  3308. local tfWalk = Instance.new("TextButton")
  3309. local LocalCMD_BarTitle = Instance.new("TextLabel")
  3310. local TheLocal = Instance.new("TextButton")
  3311. local CrimG = Instance.new("TextButton")
  3312. local tpgui = Instance.new("Frame")
  3313. local TPtileBar = Instance.new("TextLabel")
  3314. local TPYEET = Instance.new("TextButton")
  3315. local UserHolderTP = Instance.new("TextLabel")
  3316. local InsertUserTP = Instance.new("TextBox")
  3317. local TpTitle = Instance.new("TextLabel")
  3318. local RightSepBarTp = Instance.new("TextLabel")
  3319. local TpHideButton = Instance.new("TextButton")
  3320. local AmokahsLogo = Instance.new("ImageLabel")
  3321. local SuperPunch = Instance.new("TextButton")
  3322. local KillAura = Instance.new("TextButton")
  3323. local BeCriminal = Instance.new("TextButton")
  3324. local BeGuard = Instance.new("TextButton")
  3325. local BeInmate = Instance.new("TextButton")
  3326. local ArrestAll = Instance.new("TextButton")
  3327. local InvGuns = Instance.new("TextButton")
  3328. local CrimPunch = Instance.new("TextButton")
  3329. local Trans = Instance.new("TextButton")
  3330. local Open = Instance.new("Frame")
  3331. local OpenGUI = Instance.new("TextButton")
  3332. local Credit = Instance.new("TextLabel")
  3333. local Dino = Instance.new("TextLabel")
  3334. local KA = Instance.new("Frame")
  3335. local NameOfKa = Instance.new("TextLabel")
  3336. local TrueOrFalse = Instance.new("TextLabel")
  3337. local TeamGUIOC = Instance.new("Frame")
  3338. local TeamOPorCL = Instance.new("TextButton")
  3339. local TeamMain = Instance.new("Frame")
  3340. local TextLabel = Instance.new("TextLabel")
  3341. local TextLabel_2 = Instance.new("TextLabel")
  3342. local SOG = Instance.new("TextButton")
  3343. local SOC = Instance.new("TextButton")
  3344. local SOI = Instance.new("TextButton")
  3345. local Disable = Instance.new("TextButton")
  3346. local Apart = Instance.new("Part")
  3347.  
  3348. Apart.Name = "PlrsPos"
  3349. Apart.Parent = workspace
  3350. Apart.Anchored = true
  3351. Apart.Archivable = true
  3352. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  3353.  
  3354. -- Properties
  3355.  
  3356. PrisonGui.Name = "PrisonGui"
  3357. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  3358.  
  3359. Main.Name = "Main"
  3360. Main.Parent = PrisonGui
  3361. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  3362. Main.BorderSizePixel = 0
  3363. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  3364. Main.Size = UDim2.new(0, 338, 0, 301)
  3365. Main.Visible = false
  3366.  
  3367. Title.Name = "Title"
  3368. Title.Parent = Main
  3369. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  3370. Title.BackgroundTransparency = 1
  3371. Title.BorderSizePixel = 0
  3372. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  3373. Title.Size = UDim2.new(0, 162, 0, 31)
  3374. Title.Font = Enum.Font.SourceSansLight
  3375. Title.FontSize = Enum.FontSize.Size14
  3376. Title.Text = "Prison Life v2.0.2 GUI"
  3377. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  3378. Title.TextScaled = true
  3379. Title.TextStrokeTransparency = 0
  3380. Title.TextWrapped = true
  3381.  
  3382. TitleBar.Name = "TitleBar"
  3383. TitleBar.Parent = Main
  3384. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  3385. TitleBar.BackgroundTransparency = 0.5
  3386. TitleBar.BorderSizePixel = 0
  3387. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  3388. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  3389. TitleBar.Font = Enum.Font.SourceSans
  3390. TitleBar.FontSize = Enum.FontSize.Size14
  3391. TitleBar.Text = ""
  3392. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  3393.  
  3394. ObGuns.Name = "ObGuns"
  3395. ObGuns.Parent = Main
  3396. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  3397. ObGuns.BackgroundTransparency = 0.5
  3398. ObGuns.BorderSizePixel = 0
  3399. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  3400. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  3401. ObGuns.Font = Enum.Font.SourceSans
  3402. ObGuns.FontSize = Enum.FontSize.Size14
  3403. ObGuns.Text = "OBTAIN GUNS"
  3404. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  3405. ObGuns.TextScaled = true
  3406. ObGuns.TextStrokeTransparency = 0
  3407. ObGuns.TextWrapped = true
  3408.  
  3409. Close.Name = "Close"
  3410. Close.Parent = Main
  3411. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  3412. Close.BackgroundTransparency = 0.30000001192093
  3413. Close.BorderSizePixel = 0
  3414. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  3415. Close.Size = UDim2.new(0, 24, 0, 24)
  3416. Close.Font = Enum.Font.SourceSans
  3417. Close.FontSize = Enum.FontSize.Size14
  3418. Close.Text = ""
  3419. Close.TextColor3 = Color3.new(0, 0, 0)
  3420.  
  3421. KillAll.Name = "KillAll"
  3422. KillAll.Parent = Main
  3423. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  3424. KillAll.BackgroundTransparency = 0.5
  3425. KillAll.BorderSizePixel = 0
  3426. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  3427. KillAll.Size = UDim2.new(0, 159, 0, 22)
  3428. KillAll.Font = Enum.Font.SourceSans
  3429. KillAll.FontSize = Enum.FontSize.Size14
  3430. KillAll.Text = "KILL ALL"
  3431. KillAll.TextColor3 = Color3.new(1, 1, 1)
  3432. KillAll.TextScaled = true
  3433. KillAll.TextStrokeTransparency = 0
  3434. KillAll.TextWrapped = true
  3435.  
  3436. TaseBypass.Name = "TaseBypass"
  3437. TaseBypass.Parent = Main
  3438. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  3439. TaseBypass.BackgroundTransparency = 0.5
  3440. TaseBypass.BorderSizePixel = 0
  3441. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  3442. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  3443. TaseBypass.Font = Enum.Font.SourceSans
  3444. TaseBypass.FontSize = Enum.FontSize.Size14
  3445. TaseBypass.Text = "TASER BYPASS"
  3446. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  3447. TaseBypass.TextScaled = true
  3448. TaseBypass.TextStrokeTransparency = 0
  3449. TaseBypass.TextWrapped = true
  3450.  
  3451. RemoveDoors.Name = "RemoveDoors"
  3452. RemoveDoors.Parent = Main
  3453. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  3454. RemoveDoors.BackgroundTransparency = 0.5
  3455. RemoveDoors.BorderSizePixel = 0
  3456. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  3457. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  3458. RemoveDoors.Font = Enum.Font.SourceSans
  3459. RemoveDoors.FontSize = Enum.FontSize.Size14
  3460. RemoveDoors.Text = "REMOVE ALL DOORS"
  3461. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  3462. RemoveDoors.TextScaled = true
  3463. RemoveDoors.TextStrokeTransparency = 0
  3464. RemoveDoors.TextWrapped = true
  3465.  
  3466. Btools.Name = "Btools"
  3467. Btools.Parent = Main
  3468. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  3469. Btools.BackgroundTransparency = 0.5
  3470. Btools.BorderSizePixel = 0
  3471. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  3472. Btools.Size = UDim2.new(0, 159, 0, 22)
  3473. Btools.Font = Enum.Font.SourceSans
  3474. Btools.FontSize = Enum.FontSize.Size14
  3475. Btools.Text = "BTOOLS"
  3476. Btools.TextColor3 = Color3.new(1, 1, 1)
  3477. Btools.TextScaled = true
  3478. Btools.TextStrokeTransparency = 0
  3479. Btools.TextWrapped = true
  3480.  
  3481. BeNeutral.Name = "BeNeutral"
  3482. BeNeutral.Parent = Main
  3483. BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
  3484. BeNeutral.BackgroundTransparency = 0.5
  3485. BeNeutral.BorderSizePixel = 0
  3486. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  3487. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  3488. BeNeutral.Font = Enum.Font.SourceSans
  3489. BeNeutral.FontSize = Enum.FontSize.Size14
  3490. BeNeutral.Text = "NEUTRAL"
  3491. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  3492. BeNeutral.TextScaled = true
  3493. BeNeutral.TextStrokeTransparency = 0
  3494. BeNeutral.TextWrapped = true
  3495.  
  3496. ModGun.Name = "ModGun"
  3497. ModGun.Parent = Main
  3498. ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
  3499. ModGun.BackgroundTransparency = 0.5
  3500. ModGun.BorderSizePixel = 0
  3501. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  3502. ModGun.Size = UDim2.new(0, 325, 0, 22)
  3503. ModGun.Font = Enum.Font.SourceSans
  3504. ModGun.FontSize = Enum.FontSize.Size14
  3505. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  3506. ModGun.TextColor3 = Color3.new(1, 1, 1)
  3507. ModGun.TextScaled = true
  3508. ModGun.TextStrokeTransparency = 0
  3509. ModGun.TextWrapped = true
  3510.  
  3511. ForceCgui.Name = "ForceCgui"
  3512. ForceCgui.Parent = Main
  3513. ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  3514. ForceCgui.BorderSizePixel = 0
  3515. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  3516. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  3517.  
  3518. ComSeperateBar.Name = "ComSeperateBar"
  3519. ComSeperateBar.Parent = ForceCgui
  3520. ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
  3521. ComSeperateBar.BackgroundTransparency = 0.5
  3522. ComSeperateBar.BorderSizePixel = 0
  3523. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  3524. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  3525. ComSeperateBar.Font = Enum.Font.SourceSans
  3526. ComSeperateBar.FontSize = Enum.FontSize.Size14
  3527. ComSeperateBar.Text = ""
  3528. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  3529.  
  3530. InsertUser.Name = "InsertUser"
  3531. InsertUser.Parent = ForceCgui
  3532. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  3533. InsertUser.BackgroundTransparency = 1
  3534. InsertUser.BorderSizePixel = 0
  3535. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  3536. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  3537. InsertUser.Font = Enum.Font.SourceSansLight
  3538. InsertUser.FontSize = Enum.FontSize.Size14
  3539. InsertUser.Text = "USERNAME"
  3540. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  3541. InsertUser.TextScaled = true
  3542. InsertUser.TextWrapped = true
  3543.  
  3544. UserHolder.Name = "UserHolder"
  3545. UserHolder.Parent = ForceCgui
  3546. UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  3547. UserHolder.BorderSizePixel = 0
  3548. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  3549. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  3550. UserHolder.Font = Enum.Font.SourceSans
  3551. UserHolder.FontSize = Enum.FontSize.Size14
  3552. UserHolder.Text = ""
  3553. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  3554.  
  3555. CrimTitle.Name = "CrimTitle"
  3556. CrimTitle.Parent = ForceCgui
  3557. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3558. CrimTitle.BackgroundTransparency = 1
  3559. CrimTitle.BorderSizePixel = 0
  3560. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  3561. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  3562. CrimTitle.Font = Enum.Font.SourceSansLight
  3563. CrimTitle.FontSize = Enum.FontSize.Size14
  3564. CrimTitle.Text = "CRIMINAL GUI"
  3565. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  3566. CrimTitle.TextScaled = true
  3567. CrimTitle.TextStrokeTransparency = 0
  3568. CrimTitle.TextWrapped = true
  3569.  
  3570. CrimTitleBar.Name = "CrimTitleBar"
  3571. CrimTitleBar.Parent = ForceCgui
  3572. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  3573. CrimTitleBar.BackgroundTransparency = 0.5
  3574. CrimTitleBar.BorderSizePixel = 0
  3575. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  3576. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  3577. CrimTitleBar.Font = Enum.Font.SourceSans
  3578. CrimTitleBar.FontSize = Enum.FontSize.Size14
  3579. CrimTitleBar.Text = ""
  3580. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  3581.  
  3582. TextButton.Parent = ForceCgui
  3583. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3584. TextButton.BackgroundTransparency = 0.5
  3585. TextButton.BorderSizePixel = 0
  3586. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  3587. TextButton.Size = UDim2.new(0, 139, 0, 50)
  3588. TextButton.Font = Enum.Font.SourceSansLight
  3589. TextButton.FontSize = Enum.FontSize.Size14
  3590. TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
  3591. TextButton.TextColor3 = Color3.new(1, 1, 1)
  3592. TextButton.TextScaled = true
  3593. TextButton.TextStrokeTransparency = 0
  3594. TextButton.TextWrapped = true
  3595.  
  3596. CrimHideButton.Name = "CrimHideButton"
  3597. CrimHideButton.Parent = ForceCgui
  3598. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  3599. CrimHideButton.BackgroundTransparency = 0.30000001192093
  3600. CrimHideButton.BorderSizePixel = 0
  3601. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  3602. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  3603. CrimHideButton.Font = Enum.Font.SourceSansLight
  3604. CrimHideButton.FontSize = Enum.FontSize.Size14
  3605. CrimHideButton.Text = "HIDE"
  3606. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  3607. CrimHideButton.TextScaled = true
  3608. CrimHideButton.TextStrokeTransparency = 0
  3609. CrimHideButton.TextWrapped = true
  3610.  
  3611. TPshow.Name = "TPshow"
  3612. TPshow.Parent = Main
  3613. TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
  3614. TPshow.BackgroundTransparency = 0.5
  3615. TPshow.BorderSizePixel = 0
  3616. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  3617. TPshow.Size = UDim2.new(0, 104, 0, 22)
  3618. TPshow.Font = Enum.Font.SourceSans
  3619. TPshow.FontSize = Enum.FontSize.Size14
  3620. TPshow.Text = "TELEPORT TO PLAYER"
  3621. TPshow.TextColor3 = Color3.new(1, 1, 1)
  3622. TPshow.TextScaled = true
  3623. TPshow.TextStrokeTransparency = 0
  3624. TPshow.TextWrapped = true
  3625.  
  3626. LocalCommands.Name = "LocalCommands"
  3627. LocalCommands.Parent = Main
  3628. LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  3629. LocalCommands.BorderSizePixel = 0
  3630. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  3631. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  3632.  
  3633. LocalCMD_Title.Name = "LocalCMD_Title"
  3634. LocalCMD_Title.Parent = LocalCommands
  3635. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  3636. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  3637. LocalCMD_Title.BorderSizePixel = 0
  3638. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  3639. LocalCMD_Title.Font = Enum.Font.SourceSans
  3640. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  3641. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  3642. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  3643. LocalCMD_Title.TextStrokeTransparency = 0
  3644.  
  3645. NexusTPbut.Name = "NexusTPbut"
  3646. NexusTPbut.Parent = LocalCommands
  3647. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  3648. NexusTPbut.BackgroundTransparency = 0.40000000596046
  3649. NexusTPbut.BorderSizePixel = 0
  3650. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  3651. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  3652. NexusTPbut.Font = Enum.Font.SourceSans
  3653. NexusTPbut.FontSize = Enum.FontSize.Size14
  3654. NexusTPbut.Text = "TP TO NEXUS"
  3655. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  3656. NexusTPbut.TextScaled = true
  3657. NexusTPbut.TextStrokeTransparency = 0
  3658. NexusTPbut.TextWrapped = true
  3659.  
  3660. CrimBaseTPbut.Name = "CrimBaseTPbut"
  3661. CrimBaseTPbut.Parent = LocalCommands
  3662. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  3663. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  3664. CrimBaseTPbut.BorderSizePixel = 0
  3665. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  3666. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  3667. CrimBaseTPbut.Font = Enum.Font.SourceSans
  3668. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  3669. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  3670. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  3671. CrimBaseTPbut.TextScaled = true
  3672. CrimBaseTPbut.TextStrokeTransparency = 0
  3673. CrimBaseTPbut.TextWrapped = true
  3674.  
  3675. GuardAreaTPbut.Name = "GuardAreaTPbut"
  3676. GuardAreaTPbut.Parent = LocalCommands
  3677. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  3678. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  3679. GuardAreaTPbut.BorderSizePixel = 0
  3680. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  3681. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  3682. GuardAreaTPbut.Font = Enum.Font.SourceSans
  3683. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  3684. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  3685. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  3686. GuardAreaTPbut.TextScaled = true
  3687. GuardAreaTPbut.TextStrokeTransparency = 0
  3688. GuardAreaTPbut.TextWrapped = true
  3689.  
  3690. FLY.Name = "FLY"
  3691. FLY.Parent = LocalCommands
  3692. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  3693. FLY.BackgroundTransparency = 0.40000000596046
  3694. FLY.BorderSizePixel = 0
  3695. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  3696. FLY.Size = UDim2.new(0, 98, 0, 16)
  3697. FLY.Font = Enum.Font.SourceSans
  3698. FLY.FontSize = Enum.FontSize.Size14
  3699. FLY.Text = "FLY 'E'"
  3700. FLY.TextColor3 = Color3.new(1, 1, 1)
  3701. FLY.TextScaled = true
  3702. FLY.TextStrokeTransparency = 0
  3703. FLY.TextWrapped = true
  3704.  
  3705. NWalk.Name = "NWalk"
  3706. NWalk.Parent = LocalCommands
  3707. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  3708. NWalk.BackgroundTransparency = 0.40000000596046
  3709. NWalk.BorderSizePixel = 0
  3710. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  3711. NWalk.Size = UDim2.new(0, 98, 0, 16)
  3712. NWalk.Font = Enum.Font.SourceSans
  3713. NWalk.FontSize = Enum.FontSize.Size14
  3714. NWalk.Text = "NORMAL WALKSPEED"
  3715. NWalk.TextColor3 = Color3.new(1, 1, 1)
  3716. NWalk.TextScaled = true
  3717. NWalk.TextStrokeTransparency = 0
  3718. NWalk.TextWrapped = true
  3719.  
  3720. Njump.Name = "Njump"
  3721. Njump.Parent = LocalCommands
  3722. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  3723. Njump.BackgroundTransparency = 0.40000000596046
  3724. Njump.BorderSizePixel = 0
  3725. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  3726. Njump.Size = UDim2.new(0, 98, 0, 16)
  3727. Njump.Font = Enum.Font.SourceSans
  3728. Njump.FontSize = Enum.FontSize.Size14
  3729. Njump.Text = "NORMAL JUMP HEIGHT"
  3730. Njump.TextColor3 = Color3.new(1, 1, 1)
  3731. Njump.TextScaled = true
  3732. Njump.TextStrokeTransparency = 0
  3733. Njump.TextWrapped = true
  3734.  
  3735. tfJump.Name = "tfJump"
  3736. tfJump.Parent = LocalCommands
  3737. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  3738. tfJump.BackgroundTransparency = 0.40000000596046
  3739. tfJump.BorderSizePixel = 0
  3740. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  3741. tfJump.Size = UDim2.new(0, 98, 0, 16)
  3742. tfJump.Font = Enum.Font.SourceSans
  3743. tfJump.FontSize = Enum.FontSize.Size14
  3744. tfJump.Text = "+25 JUMP HEIGHT"
  3745. tfJump.TextColor3 = Color3.new(1, 1, 1)
  3746. tfJump.TextScaled = true
  3747. tfJump.TextStrokeTransparency = 0
  3748. tfJump.TextWrapped = true
  3749.  
  3750. Respawn.Name = "Respawn"
  3751. Respawn.Parent = LocalCommands
  3752. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  3753. Respawn.BackgroundTransparency = 0.40000000596046
  3754. Respawn.BorderSizePixel = 0
  3755. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  3756. Respawn.Size = UDim2.new(0, 98, 0, 16)
  3757. Respawn.Font = Enum.Font.SourceSans
  3758. Respawn.FontSize = Enum.FontSize.Size14
  3759. Respawn.Text = "RESPAWN"
  3760. Respawn.TextColor3 = Color3.new(1, 1, 1)
  3761. Respawn.TextScaled = true
  3762. Respawn.TextStrokeTransparency = 0
  3763. Respawn.TextWrapped = true
  3764.  
  3765. tfWalk.Name = "tfWalk"
  3766. tfWalk.Parent = LocalCommands
  3767. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  3768. tfWalk.BackgroundTransparency = 0.40000000596046
  3769. tfWalk.BorderSizePixel = 0
  3770. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  3771. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  3772. tfWalk.Font = Enum.Font.SourceSans
  3773. tfWalk.FontSize = Enum.FontSize.Size14
  3774. tfWalk.Text = "+25 WALKSPEED"
  3775. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  3776. tfWalk.TextScaled = true
  3777. tfWalk.TextStrokeTransparency = 0
  3778. tfWalk.TextWrapped = true
  3779.  
  3780. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  3781. LocalCMD_BarTitle.Parent = LocalCommands
  3782. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3783. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  3784. LocalCMD_BarTitle.BorderSizePixel = 0
  3785. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  3786. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  3787. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  3788. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  3789. LocalCMD_BarTitle.Text = ""
  3790. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  3791. LocalCMD_BarTitle.TextStrokeTransparency = 0
  3792.  
  3793. TheLocal.Name = "TheLocal"
  3794. TheLocal.Parent = Main
  3795. TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
  3796. TheLocal.BackgroundTransparency = 0.5
  3797. TheLocal.BorderSizePixel = 0
  3798. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  3799. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  3800. TheLocal.Font = Enum.Font.SourceSans
  3801. TheLocal.FontSize = Enum.FontSize.Size14
  3802. TheLocal.Text = "MORE LOCAL COMMANDS"
  3803. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  3804. TheLocal.TextScaled = true
  3805. TheLocal.TextStrokeTransparency = 0
  3806. TheLocal.TextWrapped = true
  3807.  
  3808. CrimG.Name = "CrimG"
  3809. CrimG.Parent = Main
  3810. CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
  3811. CrimG.BackgroundTransparency = 0.5
  3812. CrimG.BorderSizePixel = 0
  3813. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  3814. CrimG.Size = UDim2.new(0, 104, 0, 22)
  3815. CrimG.Font = Enum.Font.SourceSans
  3816. CrimG.FontSize = Enum.FontSize.Size14
  3817. CrimG.Text = "FORCE CRIMINAL PLAYER"
  3818. CrimG.TextColor3 = Color3.new(1, 1, 1)
  3819. CrimG.TextScaled = true
  3820. CrimG.TextStrokeTransparency = 0
  3821. CrimG.TextWrapped = true
  3822.  
  3823. tpgui.Name = "tpgui"
  3824. tpgui.Parent = Main
  3825. tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  3826. tpgui.BorderSizePixel = 0
  3827. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  3828. tpgui.Size = UDim2.new(0, 155, 0, 198)
  3829.  
  3830. TPtileBar.Name = "TPtileBar"
  3831. TPtileBar.Parent = tpgui
  3832. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  3833. TPtileBar.BackgroundTransparency = 0.5
  3834. TPtileBar.BorderSizePixel = 0
  3835. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  3836. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  3837. TPtileBar.Font = Enum.Font.SourceSans
  3838. TPtileBar.FontSize = Enum.FontSize.Size14
  3839. TPtileBar.Text = ""
  3840. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  3841.  
  3842. TPYEET.Name = "TPYEET"
  3843. TPYEET.Parent = tpgui
  3844. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  3845. TPYEET.BackgroundTransparency = 0.5
  3846. TPYEET.BorderSizePixel = 0
  3847. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  3848. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  3849. TPYEET.Font = Enum.Font.SourceSansLight
  3850. TPYEET.FontSize = Enum.FontSize.Size14
  3851. TPYEET.Text = "TELEPORT"
  3852. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  3853. TPYEET.TextScaled = true
  3854. TPYEET.TextStrokeTransparency = 0
  3855. TPYEET.TextWrapped = true
  3856.  
  3857. UserHolderTP.Name = "UserHolderTP"
  3858. UserHolderTP.Parent = tpgui
  3859. UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  3860. UserHolderTP.BorderSizePixel = 0
  3861. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  3862. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  3863. UserHolderTP.Font = Enum.Font.SourceSans
  3864. UserHolderTP.FontSize = Enum.FontSize.Size14
  3865. UserHolderTP.Text = ""
  3866. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  3867.  
  3868. InsertUserTP.Name = "InsertUserTP"
  3869. InsertUserTP.Parent = tpgui
  3870. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  3871. InsertUserTP.BackgroundTransparency = 1
  3872. InsertUserTP.BorderSizePixel = 0
  3873. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  3874. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  3875. InsertUserTP.Font = Enum.Font.SourceSansLight
  3876. InsertUserTP.FontSize = Enum.FontSize.Size14
  3877. InsertUserTP.Text = "USERNAME"
  3878. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  3879. InsertUserTP.TextScaled = true
  3880. InsertUserTP.TextWrapped = true
  3881.  
  3882. TpTitle.Name = "TpTitle"
  3883. TpTitle.Parent = tpgui
  3884. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3885. TpTitle.BackgroundTransparency = 1
  3886. TpTitle.BorderSizePixel = 0
  3887. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  3888. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  3889. TpTitle.Font = Enum.Font.SourceSansLight
  3890. TpTitle.FontSize = Enum.FontSize.Size14
  3891. TpTitle.Text = "TELEPORT GUI"
  3892. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  3893. TpTitle.TextScaled = true
  3894. TpTitle.TextStrokeTransparency = 0
  3895. TpTitle.TextWrapped = true
  3896.  
  3897. RightSepBarTp.Name = "RightSepBarTp"
  3898. RightSepBarTp.Parent = tpgui
  3899. RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
  3900. RightSepBarTp.BackgroundTransparency = 0.5
  3901. RightSepBarTp.BorderSizePixel = 0
  3902. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  3903. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  3904. RightSepBarTp.Font = Enum.Font.SourceSans
  3905. RightSepBarTp.FontSize = Enum.FontSize.Size14
  3906. RightSepBarTp.Text = ""
  3907. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  3908.  
  3909. TpHideButton.Name = "TpHideButton"
  3910. TpHideButton.Parent = tpgui
  3911. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  3912. TpHideButton.BackgroundTransparency = 0.30000001192093
  3913. TpHideButton.BorderSizePixel = 0
  3914. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  3915. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  3916. TpHideButton.Font = Enum.Font.SourceSansLight
  3917. TpHideButton.FontSize = Enum.FontSize.Size14
  3918. TpHideButton.Text = "HIDE"
  3919. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  3920. TpHideButton.TextScaled = true
  3921. TpHideButton.TextStrokeTransparency = 0
  3922. TpHideButton.TextWrapped = true
  3923.  
  3924. AmokahsLogo.Name = "AmokahsLogo"
  3925. AmokahsLogo.Parent = Main
  3926. AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  3927. AmokahsLogo.BackgroundTransparency = 1
  3928. AmokahsLogo.BorderSizePixel = 0
  3929. AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
  3930. AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
  3931. AmokahsLogo.Image = "rbxassetid://2715559615"
  3932.  
  3933. SuperPunch.Name = "SuperPunch"
  3934. SuperPunch.Parent = Main
  3935. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  3936. SuperPunch.BackgroundTransparency = 0.5
  3937. SuperPunch.BorderSizePixel = 0
  3938. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  3939. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  3940. SuperPunch.Font = Enum.Font.SourceSans
  3941. SuperPunch.FontSize = Enum.FontSize.Size14
  3942. SuperPunch.Text = "SUPER PUNCH"
  3943. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  3944. SuperPunch.TextScaled = true
  3945. SuperPunch.TextStrokeTransparency = 0
  3946. SuperPunch.TextWrapped = true
  3947.  
  3948. KillAura.Name = "KillAura"
  3949. KillAura.Parent = Main
  3950. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  3951. KillAura.BackgroundTransparency = 0.5
  3952. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  3953. KillAura.BorderSizePixel = 0
  3954. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  3955. KillAura.Size = UDim2.new(0, 157, 0, 22)
  3956. KillAura.Font = Enum.Font.SourceSans
  3957. KillAura.FontSize = Enum.FontSize.Size14
  3958. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  3959. KillAura.TextColor3 = Color3.new(1, 1, 1)
  3960. KillAura.TextScaled = true
  3961. KillAura.TextStrokeTransparency = 0
  3962. KillAura.TextWrapped = true
  3963.  
  3964. BeCriminal.Name = "BeCriminal"
  3965. BeCriminal.Parent = Main
  3966. BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  3967. BeCriminal.BackgroundTransparency = 0.5
  3968. BeCriminal.BorderSizePixel = 0
  3969. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  3970. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  3971. BeCriminal.Font = Enum.Font.SourceSans
  3972. BeCriminal.FontSize = Enum.FontSize.Size14
  3973. BeCriminal.Text = "CRIMINAL"
  3974. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  3975. BeCriminal.TextScaled = true
  3976. BeCriminal.TextStrokeTransparency = 0
  3977. BeCriminal.TextWrapped = true
  3978.  
  3979. BeGuard.Name = "BeGuard"
  3980. BeGuard.Parent = Main
  3981. BeGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  3982. BeGuard.BackgroundTransparency = 0.5
  3983. BeGuard.BorderSizePixel = 0
  3984. BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
  3985. BeGuard.Size = UDim2.new(0, 77, 0, 22)
  3986. BeGuard.Font = Enum.Font.SourceSans
  3987. BeGuard.FontSize = Enum.FontSize.Size14
  3988. BeGuard.Text = "GUARD"
  3989. BeGuard.TextColor3 = Color3.new(1, 1, 1)
  3990. BeGuard.TextScaled = true
  3991. BeGuard.TextStrokeTransparency = 0
  3992. BeGuard.TextWrapped = true
  3993.  
  3994. BeInmate.Name = "BeInmate"
  3995. BeInmate.Parent = Main
  3996. BeInmate.BackgroundColor3 = Color3.new(1, 1, 1)
  3997. BeInmate.BackgroundTransparency = 0.5
  3998. BeInmate.BorderSizePixel = 0
  3999. BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
  4000. BeInmate.Size = UDim2.new(0, 74, 0, 22)
  4001. BeInmate.Font = Enum.Font.SourceSans
  4002. BeInmate.FontSize = Enum.FontSize.Size14
  4003. BeInmate.Text = "INMATE"
  4004. BeInmate.TextColor3 = Color3.new(1, 1, 1)
  4005. BeInmate.TextScaled = true
  4006. BeInmate.TextStrokeTransparency = 0
  4007. BeInmate.TextWrapped = true
  4008.  
  4009. ArrestAll.Name = "ArrestAll"
  4010. ArrestAll.Parent = Main
  4011. ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
  4012. ArrestAll.BackgroundTransparency = 0.5
  4013. ArrestAll.BorderSizePixel = 0
  4014. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  4015. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  4016. ArrestAll.Font = Enum.Font.SourceSans
  4017. ArrestAll.FontSize = Enum.FontSize.Size14
  4018. ArrestAll.Text = "ARREST ALL"
  4019. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  4020. ArrestAll.TextScaled = true
  4021. ArrestAll.TextStrokeTransparency = 0
  4022. ArrestAll.TextWrapped = true
  4023.  
  4024. InvGuns.Name = "InvGuns"
  4025. InvGuns.Parent = Main
  4026. InvGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  4027. InvGuns.BackgroundTransparency = 0.5
  4028. InvGuns.BorderSizePixel = 0
  4029. InvGuns.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
  4030. InvGuns.Size = UDim2.new(0, 159, 0, 22)
  4031. InvGuns.Font = Enum.Font.SourceSans
  4032. InvGuns.FontSize = Enum.FontSize.Size14
  4033. InvGuns.Text = "TURN GUNS INVIS (Unequip first)"
  4034. InvGuns.TextColor3 = Color3.new(1, 1, 1)
  4035. InvGuns.TextScaled = true
  4036. InvGuns.TextStrokeTransparency = 0
  4037. InvGuns.TextWrapped = true
  4038.  
  4039. CrimPunch.Name = "CrimPunch"
  4040. CrimPunch.Parent = Main
  4041. CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  4042. CrimPunch.BackgroundTransparency = 0.5
  4043. CrimPunch.BorderSizePixel = 0
  4044. CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
  4045. CrimPunch.Size = UDim2.new(0, 158, 0, 22)
  4046. CrimPunch.Font = Enum.Font.SourceSans
  4047. CrimPunch.FontSize = Enum.FontSize.Size14
  4048. CrimPunch.Text = "REMOVE TOOLS"
  4049. CrimPunch.TextColor3 = Color3.new(1, 1, 1)
  4050. CrimPunch.TextScaled = true
  4051. CrimPunch.TextStrokeTransparency = 0
  4052. CrimPunch.TextWrapped = true
  4053.  
  4054. Trans.Name = "Trans"
  4055. Trans.Parent = Main
  4056. Trans.BackgroundColor3 = Color3.new(1, 0.458824, 0.439216)
  4057. Trans.BackgroundTransparency = 0.5
  4058. Trans.BorderSizePixel = 0
  4059. Trans.Position = UDim2.new(0.64462477, 0, 0.0199335553, 0)
  4060. Trans.Size = UDim2.new(0, 80, 0, 25)
  4061. Trans.Font = Enum.Font.SourceSans
  4062. Trans.FontSize = Enum.FontSize.Size14
  4063. Trans.Text = "TRANSPARENT"
  4064. Trans.TextColor3 = Color3.new(1, 1, 1)
  4065. Trans.TextScaled = true
  4066. Trans.TextStrokeTransparency = 0
  4067. Trans.TextWrapped = true
  4068.  
  4069. Open.Name = "Open"
  4070. Open.Parent = PrisonGui
  4071. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  4072. Open.BackgroundTransparency = 1
  4073. Open.BorderSizePixel = 0
  4074. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  4075. Open.Size = UDim2.new(0, 154, 0, 34)
  4076.  
  4077. OpenGUI.Name = "OpenGUI"
  4078. OpenGUI.Parent = Open
  4079. OpenGUI.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  4080. OpenGUI.BackgroundTransparency = 0.5
  4081. OpenGUI.BorderSizePixel = 0
  4082. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  4083. OpenGUI.Font = Enum.Font.SourceSansLight
  4084. OpenGUI.FontSize = Enum.FontSize.Size14
  4085. OpenGUI.Text = "OPEN"
  4086. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  4087. OpenGUI.TextScaled = true
  4088. OpenGUI.TextStrokeTransparency = 0
  4089. OpenGUI.TextWrapped = true
  4090.  
  4091. Credit.Name = "Credit"
  4092. Credit.Parent = PrisonGui
  4093. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  4094. Credit.BackgroundTransparency = 1
  4095. Credit.BorderSizePixel = 0
  4096. Credit.Position = UDim2.new(0, 0, 0.589113653, 0)
  4097. Credit.Size = UDim2.new(0, 156, 0, 43)
  4098. Credit.Font = Enum.Font.SourceSansSemibold
  4099. Credit.FontSize = Enum.FontSize.Size14
  4100. Credit.Text = "Lame Prison Life GUI by Amokah"
  4101. Credit.TextColor3 = Color3.new(0, 0.764706, 0.776471)
  4102. Credit.TextScaled = true
  4103. Credit.TextStrokeTransparency = 0.80000001192093
  4104. Credit.TextTransparency = 0.5
  4105. Credit.TextWrapped = true
  4106. Credit.TextXAlignment = Enum.TextXAlignment.Left
  4107.  
  4108. Dino.Name = "Dino"
  4109. Dino.Parent = PrisonGui
  4110. Dino.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  4111. Dino.BackgroundTransparency = 0.80000001192093
  4112. Dino.BorderColor3 = Color3.new(1, 0, 0)
  4113. Dino.BorderSizePixel = 5
  4114. Dino.Position = UDim2.new(0, 0, 0.343575954, 0)
  4115. Dino.Size = UDim2.new(0, 1025, 0, 101)
  4116. Dino.Visible = false
  4117. Dino.Font = Enum.Font.SourceSans
  4118. Dino.FontSize = Enum.FontSize.Size14
  4119. Dino.Text = "This GUI is not the best with FREE exploits. It's mainly for paid exploits, such as Visenya, Synapse, etc. If you are using a free lua executor with this, then don't be surprised if something does not work correctly, please note, if anyone has uploaded this with their own link, that is not 'https://pastebin.com/JS5SYqaU' then you won't get the newest release of my crappy GUI, but anyway, good luck and have fun with this I guess."
  4120. Dino.TextColor3 = Color3.new(1, 1, 1)
  4121. Dino.TextScaled = true
  4122. Dino.TextStrokeTransparency = 0.80000001192093
  4123. Dino.TextTransparency = 0.80000001192093
  4124. Dino.TextWrapped = true
  4125.  
  4126. KA.Name = "KA"
  4127. KA.Parent = PrisonGui
  4128. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  4129. KA.BackgroundTransparency = 1
  4130. KA.BorderSizePixel = 0
  4131. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  4132. KA.Size = UDim2.new(0, 162, 0, 62)
  4133.  
  4134. NameOfKa.Name = "NameOfKa"
  4135. NameOfKa.Parent = KA
  4136. NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
  4137. NameOfKa.BackgroundTransparency = 1
  4138. NameOfKa.BorderSizePixel = 0
  4139. NameOfKa.Position = UDim2.new(0, 0, 0.419354856, 0)
  4140. NameOfKa.Size = UDim2.new(0, 157, 0, 30)
  4141. NameOfKa.Font = Enum.Font.SourceSans
  4142. NameOfKa.FontSize = Enum.FontSize.Size14
  4143. NameOfKa.Text = "KILL AURA "
  4144. NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
  4145. NameOfKa.TextScaled = true
  4146. NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
  4147. NameOfKa.TextStrokeTransparency = 0.5
  4148. NameOfKa.TextWrapped = true
  4149. NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
  4150.  
  4151. TrueOrFalse.Name = "TrueOrFalse"
  4152. TrueOrFalse.Parent = KA
  4153. TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
  4154. TrueOrFalse.BackgroundTransparency = 1
  4155. TrueOrFalse.BorderSizePixel = 0
  4156. TrueOrFalse.Position = UDim2.new(0, 0, 0.913856268, 0)
  4157. TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
  4158. TrueOrFalse.Font = Enum.Font.SourceSans
  4159. TrueOrFalse.FontSize = Enum.FontSize.Size14
  4160. TrueOrFalse.Text = "nil"
  4161. TrueOrFalse.TextColor3 = Color3.new(1, 0.278431, 0.278431)
  4162. TrueOrFalse.TextScaled = true
  4163. TrueOrFalse.TextStrokeTransparency = 0.5
  4164. TrueOrFalse.TextWrapped = true
  4165. TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
  4166.  
  4167. TeamGUIOC.Name = "TeamGUIOC"
  4168. TeamGUIOC.Parent = PrisonGui
  4169. TeamGUIOC.BackgroundColor3 = Color3.new(1, 1, 1)
  4170. TeamGUIOC.BackgroundTransparency = 1
  4171. TeamGUIOC.BorderSizePixel = 0
  4172. TeamGUIOC.Position = UDim2.new(0.00132625992, 0, 0.759765625, 0)
  4173. TeamGUIOC.Size = UDim2.new(0, 156, 0, 33)
  4174.  
  4175. TeamOPorCL.Name = "TeamOPorCL"
  4176. TeamOPorCL.Parent = TeamGUIOC
  4177. TeamOPorCL.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  4178. TeamOPorCL.BackgroundTransparency = 0.5
  4179. TeamOPorCL.BorderColor3 = Color3.new(0.568627, 0.176471, 0.568627)
  4180. TeamOPorCL.BorderSizePixel = 0
  4181. TeamOPorCL.Position = UDim2.new(-5.00802327972, 5, 5.12121212, 5)
  4182. TeamOPorCL.Size = UDim2.new(0, 156, 0, 32)
  4183. TeamOPorCL.Font = Enum.Font.SourceSansLight
  4184. TeamOPorCL.FontSize = Enum.FontSize.Size14
  4185. TeamOPorCL.Text = "Open/Close STAY ON TEAM GUI"
  4186. TeamOPorCL.TextColor3 = Color3.new(1, 1, 1)
  4187. TeamOPorCL.TextScaled = true
  4188. TeamOPorCL.TextStrokeTransparency = 0
  4189. TeamOPorCL.TextWrapped = true
  4190.  
  4191. TeamMain.Name = "TeamMain"
  4192. TeamMain.Parent = PrisonGui
  4193. TeamMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  4194. TeamMain.BorderSizePixel = 0
  4195. TeamMain.Position = UDim2.new(0, 0, 0.291015625, 0)
  4196. TeamMain.Size = UDim2.new(0, 214, 0, 152)
  4197. TeamMain.Visible = false
  4198.  
  4199. TextLabel.Parent = TeamMain
  4200. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  4201. TextLabel.BackgroundTransparency = 0.5
  4202. TextLabel.BorderSizePixel = 0
  4203. TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
  4204. TextLabel.Size = UDim2.new(0, 169, 0, 3)
  4205. TextLabel.Font = Enum.Font.SourceSans
  4206. TextLabel.FontSize = Enum.FontSize.Size14
  4207. TextLabel.Text = ""
  4208. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  4209.  
  4210. TextLabel_2.Parent = TeamMain
  4211. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  4212. TextLabel_2.BackgroundTransparency = 1
  4213. TextLabel_2.BorderSizePixel = 0
  4214. TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
  4215. TextLabel_2.Font = Enum.Font.SourceSansLight
  4216. TextLabel_2.FontSize = Enum.FontSize.Size14
  4217. TextLabel_2.Text = "Stay On Team GUI"
  4218. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  4219. TextLabel_2.TextScaled = true
  4220. TextLabel_2.TextStrokeTransparency = 0
  4221. TextLabel_2.TextWrapped = true
  4222.  
  4223. SOG.Name = "SOG"
  4224. SOG.Parent = TeamMain
  4225. SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
  4226. SOG.BackgroundTransparency = 0.5
  4227. SOG.BorderSizePixel = 0
  4228. SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
  4229. SOG.Size = UDim2.new(0, 214, 0, 25)
  4230. SOG.Font = Enum.Font.SourceSansLight
  4231. SOG.FontSize = Enum.FontSize.Size14
  4232. SOG.Text = "Stay on guards team!"
  4233. SOG.TextColor3 = Color3.new(1, 1, 1)
  4234. SOG.TextScaled = true
  4235. SOG.TextStrokeTransparency = 0
  4236. SOG.TextWrapped = true
  4237.  
  4238. SOC.Name = "SOC"
  4239. SOC.Parent = TeamMain
  4240. SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
  4241. SOC.BackgroundTransparency = 0.5
  4242. SOC.BorderSizePixel = 0
  4243. SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
  4244. SOC.Size = UDim2.new(0, 214, 0, 25)
  4245. SOC.Font = Enum.Font.SourceSansLight
  4246. SOC.FontSize = Enum.FontSize.Size14
  4247. SOC.Text = "Stay on criminals team!"
  4248. SOC.TextColor3 = Color3.new(1, 1, 1)
  4249. SOC.TextScaled = true
  4250. SOC.TextStrokeTransparency = 0
  4251. SOC.TextWrapped = true
  4252.  
  4253. SOI.Name = "SOI"
  4254. SOI.Parent = TeamMain
  4255. SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
  4256. SOI.BackgroundTransparency = 0.5
  4257. SOI.BorderSizePixel = 0
  4258. SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
  4259. SOI.Size = UDim2.new(0, 214, 0, 25)
  4260. SOI.Font = Enum.Font.SourceSansLight
  4261. SOI.FontSize = Enum.FontSize.Size14
  4262. SOI.Text = "Stay on inmates team!"
  4263. SOI.TextColor3 = Color3.new(1, 1, 1)
  4264. SOI.TextScaled = true
  4265. SOI.TextStrokeTransparency = 0
  4266. SOI.TextWrapped = true
  4267.  
  4268. Disable.Name = "Disable"
  4269. Disable.Parent = TeamMain
  4270. Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
  4271. Disable.BackgroundTransparency = 0.5
  4272. Disable.BorderSizePixel = 0
  4273. Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
  4274. Disable.Size = UDim2.new(0, 214, 0, 29)
  4275. Disable.Font = Enum.Font.SourceSansSemibold
  4276. Disable.FontSize = Enum.FontSize.Size14
  4277. Disable.Text = "Disable"
  4278. Disable.TextColor3 = Color3.new(1, 1, 1)
  4279. Disable.TextScaled = true
  4280. Disable.TextStrokeTransparency = 0
  4281. Disable.TextWrapped = true
  4282.  
  4283.  
  4284. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  4285. TeamOPorCL.Visible = false
  4286. TeamMain.Visible = false
  4287. TeamGUIOC.Visible = false
  4288. LocalCommands.Visible = false
  4289. ForceCgui.Visible = false
  4290. tpgui.Visible = false
  4291. KA.Visible = true
  4292. TrueOrFalse.Text = "nil"
  4293. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  4294.  
  4295. wait(0.5)
  4296. Dino.Visible = true
  4297. Dino.TextTransparency = 0.8
  4298. Dino.TextStrokeTransparency = 0.8
  4299. wait(0.1)
  4300. Dino.TextTransparency = 0.7
  4301. Dino.TextStrokeTransparency = 0.7
  4302. wait(0.1)
  4303. Dino.TextTransparency = 0.6
  4304. Dino.TextStrokeTransparency = 0.6
  4305. wait(0.1)
  4306. Dino.TextTransparency = 0.5
  4307. Dino.TextStrokeTransparency = 0.5
  4308. wait(0.1)
  4309. Dino.TextTransparency = 0.4
  4310. Dino.TextStrokeTransparency = 0.4
  4311. wait(0.1)
  4312. Dino.TextTransparency = 0.3
  4313. Dino.TextStrokeTransparency = 0.3
  4314. wait(0.1)
  4315. Dino.TextTransparency = 0.2
  4316. Dino.TextStrokeTransparency = 0.2
  4317. wait(0.1)
  4318. Dino.TextTransparency = 0.1
  4319. Dino.TextStrokeTransparency = 0.1
  4320.  
  4321. wait(5)
  4322.  
  4323. Dino.TextTransparency = 0.1
  4324. Dino.TextStrokeTransparency = 0.1
  4325. wait(0.1)
  4326. Dino.TextTransparency = 0.2
  4327. Dino.TextStrokeTransparency = 0.2
  4328. wait(0.1)
  4329. Dino.TextTransparency = 0.3
  4330. Dino.TextStrokeTransparency = 0.3
  4331. wait(0.1)
  4332. Dino.TextTransparency = 0.4
  4333. Dino.TextStrokeTransparency = 0.4
  4334. wait(0.1)
  4335. Dino.TextTransparency = 0.5
  4336. Dino.TextStrokeTransparency = 0.5
  4337. wait(0.1)
  4338. Dino.TextTransparency = 0.6
  4339. Dino.TextStrokeTransparency = 0.6
  4340. wait(0.1)
  4341. Dino.TextTransparency = 0.7
  4342. Dino.TextStrokeTransparency = 0.7
  4343. wait(0.1)
  4344. Dino.TextTransparency = 0.8
  4345. Dino.TextStrokeTransparency = 0.8
  4346. wait(0.1)
  4347. Dino.Visible = false
  4348.  
  4349. OpenGUI.MouseButton1Down:connect(function()
  4350. Main.Visible = true
  4351.  
  4352. Main:TweenPosition(UDim2.new(0.345, 0,0.204, 0), 'Out', 'Bounce', 3)
  4353. end)
  4354.  
  4355. Close.MouseButton1Down:connect(function()
  4356. Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
  4357. wait(1)
  4358. Main.Visible = false
  4359. end)
  4360.  
  4361. CrimG.MouseButton1Down:connect(function()
  4362. ForceCgui.Visible = true
  4363. end)
  4364.  
  4365. CrimHideButton.MouseButton1Down:connect(function()
  4366. ForceCgui.Visible = false
  4367. end)
  4368.  
  4369. TheLocal.MouseButton1Down:connect(function()
  4370. if LocalCommands.Visible == false then
  4371. LocalCommands.Visible = true
  4372. elseif LocalCommands.Visible == true then
  4373. LocalCommands.Visible = false
  4374. end
  4375. end)
  4376.  
  4377. NWalk.MouseButton1Down:connect(function()
  4378. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  4379. end)
  4380.  
  4381. NexusTPbut.MouseButton1Down:connect(function()
  4382. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  4383. end)
  4384.  
  4385. CrimBaseTPbut.MouseButton1Down:connect(function()
  4386. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  4387. end)
  4388.  
  4389. tfWalk.MouseButton1Down:connect(function()
  4390. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
  4391. end)
  4392.  
  4393. tfJump.MouseButton1Down:connect(function()
  4394. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  4395. end)
  4396.  
  4397. Njump.MouseButton1Down:connect(function()
  4398. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  4399. end)
  4400.  
  4401. GuardAreaTPbut.MouseButton1Down:connect(function()
  4402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  4403. end)
  4404.  
  4405. Respawn.MouseButton1Down:connect(function()
  4406. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  4407. end)
  4408.  
  4409. ObGuns.MouseButton1Down:connect(function()
  4410. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  4411.  
  4412. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  4413. end
  4414. end)
  4415.  
  4416. TaseBypass.MouseButton1Down:connect(function()
  4417. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  4418. game.Players.LocalPlayer.CharacterAdded:connect(function()
  4419. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  4420. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  4421. end)
  4422. end)
  4423.  
  4424. RemoveDoors.MouseButton1Down:connect(function()
  4425. Workspace.Prison_Cellblock.doors:Destroy()
  4426.  
  4427. for i,v in pairs(workspace:GetChildren())do
  4428. if v.Name == "Doors" then
  4429. v:Destroy()
  4430. end
  4431. end
  4432. end)
  4433.  
  4434. Btools.MouseButton1Down:connect(function()
  4435. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4436. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4437. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4438. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4439. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4440. tool1.BinType = "Clone"
  4441. tool2.BinType = "GameTool"
  4442. tool3.BinType = "Hammer"
  4443. tool4.BinType = "Script"
  4444. tool5.BinType = "Grab"
  4445. end)
  4446.  
  4447. ModGun.MouseButton1Down:connect(function()
  4448. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  4449. m.Damage = 100
  4450. m.MaxAmmo = math.huge
  4451. m.CurrentAmmo = math.huge
  4452. m.AutoFire = true
  4453. m.FireRate = 0
  4454. end)
  4455.  
  4456. KillAll.MouseButton1Down:connect(function()
  4457.  
  4458. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  4459.  
  4460. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  4461.  
  4462. wait(0.5)
  4463. function kill(a)
  4464. local A_1 =
  4465. {
  4466. [1] =
  4467. {
  4468. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  4469. ["Distance"] = 3.2524313926697,
  4470. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  4471. ["Hit"] = a.Character.Head
  4472. },
  4473. [2] =
  4474. {
  4475. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  4476. ["Distance"] = 3.2699294090271,
  4477. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  4478. ["Hit"] = a.Character.Head
  4479. },
  4480. [3] =
  4481. {
  4482. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  4483. ["Distance"] = 3.1665518283844,
  4484. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  4485. ["Hit"] = a.Character.Head
  4486. },
  4487. [4] =
  4488. {
  4489. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  4490. ["Distance"] = 3.3218522071838,
  4491. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  4492. ["Hit"] = a.Character.Head
  4493. },
  4494. [5] =
  4495. {
  4496. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  4497. ["Distance"] = 3.222757101059,
  4498. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  4499. ["Hit"] = a.Character.Head
  4500. }
  4501. }
  4502. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  4503. local Event = game:GetService("ReplicatedStorage").ShootEvent
  4504. Event:FireServer(A_1, A_2)
  4505. Event:FireServer(A_1, A_2)
  4506. end
  4507.  
  4508. for i,v in pairs(game.Players:GetChildren())do
  4509. if v.Name ~= game.Players.LocalPlayer.Name then
  4510. kill(v)
  4511. end
  4512. end
  4513. wait(1)
  4514. workspace.Remote.TeamEvent:FireServer("Bright orange")
  4515.  
  4516. end)
  4517.  
  4518. TPshow.MouseButton1Down:connect(function()
  4519. tpgui.Visible = true
  4520. end)
  4521.  
  4522. TpHideButton.MouseButton1Down:connect(function()
  4523. tpgui.Visible = false
  4524. end)
  4525.  
  4526. TPYEET.MouseButton1Down:connect(function()
  4527. Target = InsertUserTP.Text
  4528.  
  4529. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  4530. end)
  4531.  
  4532. FLY.MouseButton1Down:connect(function()
  4533. repeat wait()
  4534. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  4535. local mouse = game.Players.LocalPlayer:GetMouse()
  4536. repeat wait() until mouse
  4537. local plr = game.Players.LocalPlayer
  4538. local torso = plr.Character.Torso
  4539. local flying = true
  4540. local deb = true
  4541. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  4542. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  4543. local maxspeed = 50
  4544. local speed = 0
  4545.  
  4546. function Fly()
  4547. local bg = Instance.new("BodyGyro", torso)
  4548. bg.P = 9e4
  4549. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4550. bg.cframe = torso.CFrame
  4551. local bv = Instance.new("BodyVelocity", torso)
  4552. bv.velocity = Vector3.new(0,0.1,0)
  4553. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4554. repeat wait()
  4555. plr.Character.Humanoid.PlatformStand = true
  4556. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  4557. speed = speed+.5+(speed/maxspeed)
  4558. if speed > maxspeed then
  4559. speed = maxspeed
  4560. end
  4561. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  4562. speed = speed-1
  4563. if speed < 0 then
  4564. speed = 0
  4565. end
  4566. end
  4567. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  4568. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  4569. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  4570. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  4571. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  4572. else
  4573. bv.velocity = Vector3.new(0,0.1,0)
  4574. end
  4575. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  4576. until not flying
  4577. ctrl = {f = 0, b = 0, l = 0, r = 0}
  4578. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  4579. speed = 0
  4580. bg:Destroy()
  4581. bv:Destroy()
  4582. plr.Character.Humanoid.PlatformStand = false
  4583. end
  4584. mouse.KeyDown:connect(function(key)
  4585. if key:lower() == "e" then
  4586. if flying then flying = false
  4587. else
  4588. flying = true
  4589. Fly()
  4590. end
  4591. elseif key:lower() == "w" then
  4592. ctrl.f = 1
  4593. elseif key:lower() == "s" then
  4594. ctrl.b = -1
  4595. elseif key:lower() == "a" then
  4596. ctrl.l = -1
  4597. elseif key:lower() == "d" then
  4598. ctrl.r = 1
  4599. end
  4600. end)
  4601. mouse.KeyUp:connect(function(key)
  4602. if key:lower() == "w" then
  4603. ctrl.f = 0
  4604. elseif key:lower() == "s" then
  4605. ctrl.b = 0
  4606. elseif key:lower() == "a" then
  4607. ctrl.l = 0
  4608. elseif key:lower() == "d" then
  4609. ctrl.r = 0
  4610. end
  4611. end)
  4612. Fly()
  4613. end)
  4614.  
  4615. SuperPunch.MouseButton1Down:connect(function()
  4616. mainRemotes = game.ReplicatedStorage
  4617. meleeRemote = mainRemotes['meleeEvent']
  4618. mouse = game.Players.LocalPlayer:GetMouse()
  4619. punching = false
  4620. cooldown = false
  4621.  
  4622. function punch()
  4623. cooldown = true
  4624. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  4625. part.Transparency = 1
  4626. part.Size = Vector3.new(5, 2, 3)
  4627. part.CanCollide = false
  4628. local w1 = Instance.new("Weld", part)
  4629. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  4630. w1.Part1 = part
  4631. w1.C1 = CFrame.new(0,0,2)
  4632. part.Touched:connect(function(hit)
  4633. if game.Players:FindFirstChild(hit.Parent.Name) then
  4634. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  4635. if plr.Name ~= game.Players.LocalPlayer.Name then
  4636. part:Destroy()
  4637.  
  4638. for i = 1,100 do
  4639. meleeRemote:FireServer(plr)
  4640. end
  4641. end
  4642. end
  4643. end)
  4644.  
  4645. wait(1)
  4646. cooldown = false
  4647. part:Destroy()
  4648. end
  4649.  
  4650.  
  4651. mouse.KeyDown:connect(function(key)
  4652. if cooldown == false then
  4653. if key:lower() == "f" then
  4654.  
  4655. punch()
  4656.  
  4657. end
  4658. end
  4659. end)
  4660. end)
  4661.  
  4662. BeInmate.MouseButton1Down:connect(function()
  4663. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  4664. end)
  4665.  
  4666. BeGuard.MouseButton1Down:connect(function()
  4667. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  4668. end)
  4669.  
  4670. BeCriminal.MouseButton1Down:connect(function()
  4671. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  4672.  
  4673. LCS.CanCollide = false
  4674. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  4675. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4676. LCS.Transparency = 1
  4677. wait(0.5)
  4678. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4679. LCS.Size = Vector3.new(6, 0.2, 6)
  4680. LCS.Transparency = 0
  4681. end)
  4682.  
  4683. InvGuns.MouseButton1Down:connect(function()
  4684. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  4685. if v.ClassName == "Model" then
  4686. v:Destroy()
  4687. end
  4688. end
  4689.  
  4690. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  4691.  
  4692. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  4693. end)
  4694.  
  4695. CrimPunch.MouseButton1Down:connect(function()
  4696. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  4697. if v.ClassName == "Tool" then
  4698. v:Destroy()
  4699. end
  4700. end
  4701. end)
  4702.  
  4703. BeNeutral.MouseButton1Down:connect(function()
  4704. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  4705. end)
  4706.  
  4707. TeamOPorCL.MouseButton1Down:connect(function()
  4708. if TeamMain.Visible == true then
  4709.  
  4710. TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
  4711. wait(2)
  4712. TeamMain.Visible = false
  4713. elseif
  4714. TeamMain.Visible == false then
  4715. TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
  4716. TeamMain.Visible = true
  4717. end
  4718. end)
  4719.  
  4720. local yee = false
  4721.  
  4722. SOC.MouseButton1Down:connect(function()
  4723. yee = true
  4724. wait(0.2)
  4725. if yee == true then
  4726. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  4727.  
  4728. LCS.CanCollide = false
  4729. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  4730. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4731. LCS.Transparency = 1
  4732. wait(0.5)
  4733. while yee do
  4734. wait(0.003)
  4735. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4736. end
  4737. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4738. LCS.Size = Vector3.new(6, 0.2, 6)
  4739. LCS.Transparency = 1
  4740. wait(2)
  4741. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4742. LCS.Size = Vector3.new(6, 0.2, 6)
  4743. LCS.Transparency = 1
  4744. end
  4745. end)
  4746.  
  4747. local GuTe = false
  4748.  
  4749. SOG.MouseButton1Down:connect(function()
  4750. if GuTe == false then
  4751. GuTe = true
  4752. if GuTe == true then
  4753. while GuTe do
  4754. wait(0.2)
  4755. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  4756. end
  4757. end
  4758. end
  4759. end)
  4760.  
  4761. local InTe = false
  4762.  
  4763. SOI.MouseButton1Down:connect(function()
  4764. if InTe == false then
  4765. InTe = true
  4766. if InTe == true then
  4767. wait(0.2)
  4768. workspace.Remote.TeamEvent:FireServer("Bright orange")
  4769. end
  4770. end
  4771. end)
  4772.  
  4773. Disable.MouseButton1Down:connect(function()
  4774. InTe = false
  4775.  
  4776. GuTe = false
  4777.  
  4778. yee = false
  4779. wait(0.2)
  4780. if yee == false then
  4781. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4782. LCS.Size = Vector3.new(6, 0.2, 6)
  4783. LCS.Transparency = 1
  4784. wait(2)
  4785. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4786. LCS.Size = Vector3.new(6, 0.2, 6)
  4787. LCS.Transparency = 1
  4788. end
  4789. end)
  4790.  
  4791. Trans.MouseButton1Down:connect(function()
  4792. PLMain = Main
  4793. PLCgui = ForceCgui
  4794. PLLc = LocalCommands
  4795. PLtp = tpgui
  4796. TMain = TeamMain
  4797.  
  4798. TLble = TitleBar
  4799. LCTitleBar = LocalCMD_BarTitle
  4800. LCTitle = LocalCMD_Title
  4801.  
  4802. if LCTitle.BackgroundTransparency == 0 then
  4803. LCTitle.BackgroundTransparency = 0.5
  4804. elseif
  4805. LCTitle.BackgroundTransparency == 0.5 then
  4806. LCTitle.BackgroundTransparency = 0
  4807. end
  4808.  
  4809. if LCTitleBar.BackgroundTransparency == 0 then
  4810. LCTitleBar.BackgroundTransparency = 0.5
  4811. elseif
  4812. LCTitleBar.BackgroundTransparency == 0.5 then
  4813. LCTitleBar.BackgroundTransparency = 0
  4814. end
  4815.  
  4816. if TLble.BackgroundTransparency == 0.8 then
  4817. TLble.BackgroundTransparency = 0.5
  4818. elseif
  4819. TLble.BackgroundTransparency == 0.5 then
  4820. TLble.BackgroundTransparency = 0.8
  4821. end
  4822.  
  4823. if PLMain.BackgroundTransparency == 0 then
  4824. PLMain.BackgroundTransparency = 0.5
  4825. elseif
  4826. PLMain.BackgroundTransparency == 0.5 then
  4827. PLMain.BackgroundTransparency = 0
  4828. end
  4829.  
  4830. if PLCgui.BackgroundTransparency == 0 then
  4831. PLCgui.BackgroundTransparency = 0.5
  4832. elseif
  4833. PLCgui.BackgroundTransparency == 0.5 then
  4834. PLCgui.BackgroundTransparency = 0
  4835. end
  4836.  
  4837. if PLLc.BackgroundTransparency == 0 then
  4838. PLLc.BackgroundTransparency = 0.5
  4839. elseif
  4840. PLLc.BackgroundTransparency == 0.5 then
  4841. PLLc.BackgroundTransparency = 0
  4842. end
  4843.  
  4844. if PLtp.BackgroundTransparency == 0 then
  4845. PLtp.BackgroundTransparency = 0.5
  4846. elseif
  4847. PLtp.BackgroundTransparency == 0.5 then
  4848. PLtp.BackgroundTransparency = 0
  4849. end
  4850.  
  4851. if TMain.BackgroundTransparency == 0 then
  4852. TMain.BackgroundTransparency = 0.5
  4853. elseif
  4854. TMain.BackgroundTransparency == 0.5 then
  4855. TMain.BackgroundTransparency = 0
  4856. end
  4857. end)
  4858.  
  4859. ArrestAll.MouseButton1Down:connect(function()
  4860. wait(0.1)
  4861. Player = game.Players.LocalPlayer
  4862. Pcf = Player.Character.HumanoidRootPart.CFrame
  4863. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  4864. if v.Name ~= Player.Name then
  4865. local i = 10
  4866. repeat
  4867. wait()
  4868. i = i-1
  4869. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  4870. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  4871. until i == 0
  4872. end
  4873. end
  4874. end)
  4875.  
  4876. KillAura.MouseButton1Down:connect(function()
  4877. TrueOrFalse.Text = "FALSE"
  4878. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  4879.  
  4880. mainRemotes = game.ReplicatedStorage
  4881. meleeRemote = mainRemotes['meleeEvent']
  4882.  
  4883. _G.killAura = false
  4884.  
  4885. contextactionservice = game.ContextActionService
  4886.  
  4887. function toggleKillAura(actionName, inputState, inputObject)
  4888. if inputState == Enum.UserInputState.Begin then
  4889. if _G.killAura == true then
  4890. _G.killAura = false
  4891. TrueOrFalse.Text = "FALSE"
  4892. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  4893. else
  4894. _G.killAura = true
  4895. TrueOrFalse.Text = "TRUE"
  4896. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  4897. end
  4898. end
  4899. end
  4900.  
  4901.  
  4902.  
  4903. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  4904.  
  4905. while wait() do
  4906. if _G.killAura == true then
  4907. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  4908. if plr.Name ~= game.Players.LocalPlayer.Name then
  4909. meleeRemote:FireServer(plr)
  4910.  
  4911. end
  4912. end
  4913. end
  4914. end
  4915. end)
  4916.  
  4917. local istptoplr = false
  4918. local metoplr = false
  4919.  
  4920. TextButton.MouseButton1Down:connect(function()
  4921. Target = InsertUser.Text
  4922.  
  4923. _G.killAura = true
  4924. wait(0.2)
  4925.  
  4926. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4927. Apart.Transparency = 1
  4928. Apart.Anchored = true
  4929. Apart.CanCollide = false
  4930. wait(0.3)
  4931. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  4932.  
  4933. istptoplr = true
  4934. wait(0.004)
  4935.  
  4936. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  4937. wait(6)
  4938. workspace.Remote.TeamEvent:FireServer("Bright orange")
  4939. elseif
  4940. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  4941. workspace.Remote.TeamEvent:FireServer("Bright blue")
  4942. end
  4943.  
  4944. if istptoplr == true then
  4945. while istptoplr do
  4946. wait()
  4947.  
  4948. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  4949.  
  4950. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  4951.  
  4952. LCS.CanCollide = false
  4953. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  4954. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4955. LCS.Transparency = 1
  4956.  
  4957. wait(2)
  4958.  
  4959. istptoplr = false
  4960. _G.killAura = false
  4961.  
  4962. wait(0.04)
  4963.  
  4964. if istptoplr == false then
  4965. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4966. LCS.Size = Vector3.new(6, 0.2, 6)
  4967. LCS.Transparency = 0
  4968. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  4969. wait()
  4970. istptoplr = false
  4971. end
  4972. end
  4973. end
  4974. end)
  4975.  
  4976. TeamOPorCL:Destroy()
  4977.  
  4978.  
  4979. function dragify(Main)
  4980. dragToggle = nil
  4981. dragSpeed = .20 -- You can edit this.
  4982. dragInput = nil
  4983. dragStart = nil
  4984. dragPos = nil
  4985.  
  4986. function updateInput(input)
  4987. Delta = input.Position - dragStart
  4988. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  4989. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  4990. end
  4991.  
  4992. Main.InputBegan:Connect(function(input)
  4993. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  4994. dragToggle = true
  4995. dragStart = input.Position
  4996. startPos = Main.Position
  4997. input.Changed:Connect(function()
  4998. if (input.UserInputState == Enum.UserInputState.End) then
  4999. dragToggle = false
  5000. end
  5001. end)
  5002. end
  5003. end)
  5004.  
  5005. Main.InputChanged:Connect(function(input)
  5006. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  5007. dragInput = input
  5008. end
  5009. end)
  5010.  
  5011. game:GetService("UserInputService").InputChanged:Connect(function(input)
  5012. if (input == dragInput and dragToggle) then
  5013. updateInput(input)
  5014. end
  5015. end)
  5016. end
  5017.  
  5018. dragify(Main)
  5019. end)
  5020.  
  5021. topkek.Name = "topkek"
  5022. topkek.Parent = mainframe
  5023. topkek.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  5024. topkek.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  5025. topkek.Position = UDim2.new(0.511087179, 0, 0.427509308, 0)
  5026. topkek.Size = UDim2.new(0, 200, 0, 39)
  5027. topkek.Font = Enum.Font.SourceSans
  5028. topkek.Text = "topkek"
  5029. topkek.TextColor3 = Color3.new(0, 0, 0)
  5030. topkek.TextScaled = true
  5031. topkek.TextSize = 14
  5032. topkek.TextWrapped = true
  5033. topkek.MouseButton1Down:connect(function()
  5034. -- Epic Script Leaked By Scratchy!
  5035. -- Subscribe for more EPIC scripts! https://www.youtube.com/channel/UC-fFrczkFJuwHJguR6SXx5Q?sub_confirmation=1
  5036.  
  5037.  
  5038. _G.Rc7Notification = function(a,b,c)
  5039. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://776252057", c)
  5040. end
  5041. local topkek = {}
  5042. topkek.patch = '1.0.5a'
  5043. topkek.data = {}
  5044. topkek.commandbase = {}
  5045. topkek.navigation = {}
  5046. topkek.banmgr = {}
  5047. topkek.lplr = game:GetService('Players').LocalPlayer
  5048.  
  5049. topkek.tools = {}
  5050. topkek.tools.gui = {}
  5051. topkek.tools.util = {}
  5052. topkek.tools.animator = {}
  5053.  
  5054. topkek.windows = {}
  5055. topkek.windows.lplr = {}
  5056. topkek.windows.server = {}
  5057. topkek.windows.players = {}
  5058. topkek.windows.destruction = {}
  5059. topkek.windows.scripts = {}
  5060. topkek.windows.misc = {}
  5061.  
  5062. topkek.misc = {}
  5063.  
  5064. local NewGuiPart1 = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  5065. NewGuiPart1.Name = "4.0"
  5066. -------
  5067. local NewGuiPart2 = Instance.new("Frame")
  5068. NewGuiPart2.Active = true
  5069. NewGuiPart2.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  5070. NewGuiPart2.BorderSizePixel = 0
  5071. NewGuiPart2.Name = "Main"
  5072. NewGuiPart2.Position = UDim2.new(0, 300, 0, 50)
  5073. NewGuiPart2.Selectable = true
  5074. NewGuiPart2.Size = UDim2.new(0, 470, 0, 395)
  5075. NewGuiPart2.Visible = false
  5076. NewGuiPart2.ClipsDescendants = true
  5077. NewGuiPart2.Draggable = true
  5078. NewGuiPart2.Parent = NewGuiPart1
  5079. -------
  5080. local NewGuiPart3 = Instance.new("Frame")
  5081. NewGuiPart3.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  5082. NewGuiPart3.BorderSizePixel = 0
  5083. NewGuiPart3.Name = "Topbar"
  5084. NewGuiPart3.Position = UDim2.new(0, 150, 0, 0)
  5085. NewGuiPart3.Size = UDim2.new(0, 320, 0, 30)
  5086. NewGuiPart3.Parent = NewGuiPart2
  5087. -------
  5088. local NewGuiPart4 = Instance.new("TextLabel")
  5089. NewGuiPart4.BackgroundTransparency = 1
  5090. NewGuiPart4.Name = "PlayerName"
  5091. NewGuiPart4.Position = UDim2.new(0, -140, 0, 0)
  5092. NewGuiPart4.Size = UDim2.new(0.5, 0, 1, 0)
  5093. NewGuiPart4.Visible = false
  5094. NewGuiPart4.ZIndex = 4
  5095. NewGuiPart4.Font = Enum.Font.Arcade
  5096. NewGuiPart4.FontSize = Enum.FontSize.Size18
  5097. NewGuiPart4.Text = "Player1"
  5098. NewGuiPart4.TextColor3 = Color3.new(1, 1, 1)
  5099. NewGuiPart4.TextXAlignment = Enum.TextXAlignment.Left
  5100. NewGuiPart4.Parent = NewGuiPart3
  5101. -------
  5102. local NewGuiPart5 = Instance.new("Frame")
  5103. NewGuiPart5.BackgroundTransparency = 1
  5104. NewGuiPart5.Name = "Controllers"
  5105. NewGuiPart5.Position = UDim2.new(1, -128, 0, 3)
  5106. NewGuiPart5.Size = UDim2.new(0, 125, 1, -6)
  5107. NewGuiPart5.Parent = NewGuiPart3
  5108. -------
  5109. local NewGuiPart6 = Instance.new("TextButton")
  5110. NewGuiPart6.Active = true
  5111. NewGuiPart6.AutoButtonColor = false
  5112. NewGuiPart6.BackgroundColor3 = Color3.new(0.552941, 0.105882, 0.105882)
  5113. NewGuiPart6.BorderSizePixel = 0
  5114. NewGuiPart6.Name = "Exit"
  5115. NewGuiPart6.Position = UDim2.new(1, -24, 0, 0)
  5116. NewGuiPart6.Selectable = true
  5117. NewGuiPart6.Size = UDim2.new(0, 24, 0, 24)
  5118. NewGuiPart6.Style = Enum.ButtonStyle.Custom
  5119. NewGuiPart6.FontSize = Enum.FontSize.Size14
  5120. NewGuiPart6.Text = ""
  5121. NewGuiPart6.Parent = NewGuiPart5
  5122. -------
  5123. local NewGuiPart7 = Instance.new("TextButton")
  5124. NewGuiPart7.Active = true
  5125. NewGuiPart7.AutoButtonColor = false
  5126. NewGuiPart7.BackgroundColor3 = Color3.new(0.780392, 0.34902, 0)
  5127. NewGuiPart7.BorderSizePixel = 0
  5128. NewGuiPart7.Name = "Hide"
  5129. NewGuiPart7.Position = UDim2.new(1, -50, 0, 0)
  5130. NewGuiPart7.Selectable = true
  5131. NewGuiPart7.Size = UDim2.new(0, 24, 0, 24)
  5132. NewGuiPart7.Style = Enum.ButtonStyle.Custom
  5133. NewGuiPart7.FontSize = Enum.FontSize.Size14
  5134. NewGuiPart7.Text = ""
  5135. NewGuiPart7.Parent = NewGuiPart5
  5136. -------
  5137. local NewGuiPart8 = Instance.new("TextLabel")
  5138. NewGuiPart8.BackgroundTransparency = 1
  5139. NewGuiPart8.Name = "IsFE"
  5140. NewGuiPart8.Size = UDim2.new(0, 65, 1, 0)
  5141. NewGuiPart8.FontSize = Enum.FontSize.Size18
  5142. NewGuiPart8.Text = "Not FE"
  5143. NewGuiPart8.TextColor3 = Color3.new(0.333333, 0.666667, 0)
  5144. NewGuiPart8.TextStrokeTransparency = 0.69999998807907
  5145. NewGuiPart8.TextXAlignment = Enum.TextXAlignment.Right
  5146. NewGuiPart8.Parent = NewGuiPart5
  5147. -------
  5148. local NewGuiPart9 = Instance.new("TextLabel")
  5149. NewGuiPart9.BackgroundTransparency = 1
  5150. NewGuiPart9.Name = "Stella"
  5151. NewGuiPart9.Position = UDim2.new(0, -150, 0, 0)
  5152. NewGuiPart9.Size = UDim2.new(1, 150, 1, 0)
  5153. NewGuiPart9.ZIndex = 2
  5154. NewGuiPart9.Font = Enum.Font.Arcade
  5155. NewGuiPart9.FontSize = Enum.FontSize.Size18
  5156. NewGuiPart9.Text = "[Stella]"
  5157. NewGuiPart9.TextColor3 = Color3.new(0.054902, 0.0745098, 0.498039)
  5158. NewGuiPart9.Parent = NewGuiPart3
  5159. -------
  5160. local NewGuiPart10 = Instance.new("Frame")
  5161. NewGuiPart10.BackgroundTransparency = 1
  5162. NewGuiPart10.Name = "Holder"
  5163. NewGuiPart10.Position = UDim2.new(0, 150, 0, 30)
  5164. NewGuiPart10.Size = UDim2.new(0, 320, 0, 365)
  5165. NewGuiPart10.Parent = NewGuiPart2
  5166. -------
  5167. local NewGuiPart11 = Instance.new("Frame")
  5168. NewGuiPart11.BackgroundTransparency = 1
  5169. NewGuiPart11.Name = "Home"
  5170. NewGuiPart11.Size = UDim2.new(1, 0, 1, 0)
  5171. NewGuiPart11.Parent = NewGuiPart10
  5172. -------
  5173. local NewGuiPart12 = Instance.new("TextLabel")
  5174. NewGuiPart12.BackgroundTransparency = 1
  5175. NewGuiPart12.BorderSizePixel = 0
  5176. NewGuiPart12.Name = "Title1"
  5177. NewGuiPart12.Position = UDim2.new(0, 30, 0, 3)
  5178. NewGuiPart12.Selectable = true
  5179. NewGuiPart12.Size = UDim2.new(1, -30, 0, 40)
  5180. NewGuiPart12.Font = Enum.Font.SourceSansBold
  5181. NewGuiPart12.FontSize = Enum.FontSize.Size42
  5182. NewGuiPart12.Text = "T0PK3K 4.0"
  5183. NewGuiPart12.TextColor3 = Color3.new(1, 1, 1)
  5184. NewGuiPart12.TextStrokeTransparency = 0.5
  5185. NewGuiPart12.TextXAlignment = Enum.TextXAlignment.Left
  5186. NewGuiPart12.Parent = NewGuiPart11
  5187. -------
  5188. local NewGuiPart13 = Instance.new("TextLabel")
  5189. NewGuiPart13.BackgroundTransparency = 1
  5190. NewGuiPart13.BorderSizePixel = 0
  5191. NewGuiPart13.Name = "Title2"
  5192. NewGuiPart13.Position = UDim2.new(0.600000024, 5, 0, -5)
  5193. NewGuiPart13.Size = UDim2.new(0.400000006, 0, 1, 0)
  5194. NewGuiPart13.Font = Enum.Font.SourceSansBold
  5195. NewGuiPart13.FontSize = Enum.FontSize.Size18
  5196. NewGuiPart13.Text = "by nosyliam"
  5197. NewGuiPart13.TextColor3 = Color3.new(1, 1, 1)
  5198. NewGuiPart13.TextStrokeTransparency = 0.5
  5199. NewGuiPart13.TextXAlignment = Enum.TextXAlignment.Left
  5200. NewGuiPart13.TextYAlignment = Enum.TextYAlignment.Bottom
  5201. NewGuiPart13.Parent = NewGuiPart12
  5202. -------
  5203. local NewGuiPart14 = Instance.new("Frame")
  5204. NewGuiPart14.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  5205. NewGuiPart14.BorderColor3 = Color3.new(0.32549, 0, 0)
  5206. NewGuiPart14.Name = "Container"
  5207. NewGuiPart14.Position = UDim2.new(0, 16, 0, 50)
  5208. NewGuiPart14.Size = UDim2.new(1, -30, 0, 250)
  5209. NewGuiPart14.Parent = NewGuiPart11
  5210. -------
  5211. local NewGuiPart15 = Instance.new("TextLabel")
  5212. NewGuiPart15.BackgroundColor3 = Color3.new(0.639216, 0.223529, 0.223529)
  5213. NewGuiPart15.BorderSizePixel = 0
  5214. NewGuiPart15.Name = "Message"
  5215. NewGuiPart15.Position = UDim2.new(0, 15, 0, 305)
  5216. NewGuiPart15.Size = UDim2.new(1, -30, 0, 25)
  5217. NewGuiPart15.Font = Enum.Font.Highway
  5218. NewGuiPart15.FontSize = Enum.FontSize.Size14
  5219. NewGuiPart15.Text = "Server Message: variable is gay"
  5220. NewGuiPart15.TextColor3 = Color3.new(0.886275, 0.886275, 0.886275)
  5221. NewGuiPart15.TextStrokeTransparency = 0.69999998807907
  5222. NewGuiPart15.Parent = NewGuiPart11
  5223. -------
  5224. local NewGuiPart16 = Instance.new("TextBox")
  5225. NewGuiPart16.BackgroundColor3 = Color3.new(0.639216, 0.223529, 0.223529)
  5226. NewGuiPart16.BorderColor3 = Color3.new(0.32549, 0, 0)
  5227. NewGuiPart16.Name = "Command"
  5228. NewGuiPart16.Position = UDim2.new(0, 15, 0, 335)
  5229. NewGuiPart16.Size = UDim2.new(1, -30, 0, 20)
  5230. NewGuiPart16.Font = Enum.Font.Code
  5231. NewGuiPart16.FontSize = Enum.FontSize.Size12
  5232. NewGuiPart16.Text = "Press ; to enter a command"
  5233. NewGuiPart16.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  5234. NewGuiPart16.TextStrokeTransparency = 0.80000001192093
  5235. NewGuiPart16.TextTransparency = 0.30000001192093
  5236. NewGuiPart16.Parent = NewGuiPart10
  5237. -------
  5238. local NewGuiPart17 = Instance.new("Frame")
  5239. NewGuiPart17.BackgroundTransparency = 1
  5240. NewGuiPart17.Name = "Template"
  5241. NewGuiPart17.Size = UDim2.new(1, 0, 1, 0)
  5242. NewGuiPart17.Visible = false
  5243. NewGuiPart17.ZIndex = 2
  5244. NewGuiPart17.Parent = NewGuiPart10
  5245. -------
  5246. local NewGuiPart18 = Instance.new("ScrollingFrame")
  5247. NewGuiPart18.Active = true
  5248. NewGuiPart18.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  5249. NewGuiPart18.BorderColor3 = Color3.new(0.32549, 0, 0)
  5250. NewGuiPart18.Name = "Container"
  5251. NewGuiPart18.Position = UDim2.new(0, 15, 0, 10)
  5252. NewGuiPart18.Selectable = true
  5253. NewGuiPart18.Size = UDim2.new(1, -30, 0, 320)
  5254. NewGuiPart18.ZIndex = 2
  5255. NewGuiPart18.BottomImage = "rbxassetid://368504177"
  5256. NewGuiPart18.CanvasSize = UDim2.new(0, 0, 0, 0)
  5257. NewGuiPart18.MidImage = "rbxassetid://368504177"
  5258. NewGuiPart18.ScrollBarThickness = 5
  5259. NewGuiPart18.TopImage = "rbxassetid://368504177"
  5260. NewGuiPart18.ClipsDescendants = true
  5261. NewGuiPart18.Parent = NewGuiPart17
  5262. -------
  5263. local NewGuiPart19 = Instance.new("Frame")
  5264. NewGuiPart19.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  5265. NewGuiPart19.BackgroundTransparency = 1
  5266. NewGuiPart19.BorderColor3 = Color3.new(0.32549, 0, 0)
  5267. NewGuiPart19.Name = "Navigator"
  5268. NewGuiPart19.Position = UDim2.new(0, 16, 0, 10)
  5269. NewGuiPart19.Size = UDim2.new(1, -30, 0, 60)
  5270. NewGuiPart19.Visible = false
  5271. NewGuiPart19.Parent = NewGuiPart10
  5272. -------
  5273. local NewGuiPart20 = Instance.new("Frame")
  5274. NewGuiPart20.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  5275. NewGuiPart20.BorderColor3 = Color3.new(0.32549, 0, 0)
  5276. NewGuiPart20.Name = "NavMain"
  5277. NewGuiPart20.Position = UDim2.new(0, 22, 0, 0)
  5278. NewGuiPart20.Size = UDim2.new(1, -44, 0, 60)
  5279. NewGuiPart20.Parent = NewGuiPart19
  5280. -------
  5281. local NewGuiPart21 = Instance.new("TextButton")
  5282. NewGuiPart21.Active = true
  5283. NewGuiPart21.BackgroundColor3 = Color3.new(0.631373, 0.223529, 0.223529)
  5284. NewGuiPart21.BorderSizePixel = 0
  5285. NewGuiPart21.Name = "NavLeft"
  5286. NewGuiPart21.Selectable = true
  5287. NewGuiPart21.Size = UDim2.new(0, 17, 1, 0)
  5288. NewGuiPart21.Style = Enum.ButtonStyle.Custom
  5289. NewGuiPart21.FontSize = Enum.FontSize.Size14
  5290. NewGuiPart21.Text = ""
  5291. NewGuiPart21.Parent = NewGuiPart19
  5292. -------
  5293. local NewGuiPart22 = Instance.new("TextButton")
  5294. NewGuiPart22.Active = true
  5295. NewGuiPart22.BackgroundColor3 = Color3.new(0.631373, 0.223529, 0.223529)
  5296. NewGuiPart22.BorderSizePixel = 0
  5297. NewGuiPart22.Name = "NavRight"
  5298. NewGuiPart22.Position = UDim2.new(1, -17, 0, 0)
  5299. NewGuiPart22.Selectable = true
  5300. NewGuiPart22.Size = UDim2.new(0, 17, 1, 0)
  5301. NewGuiPart22.Style = Enum.ButtonStyle.Custom
  5302. NewGuiPart22.FontSize = Enum.FontSize.Size14
  5303. NewGuiPart22.Text = ""
  5304. NewGuiPart22.Parent = NewGuiPart19
  5305. -------
  5306. local NewGuiPart23 = Instance.new("Frame")
  5307. NewGuiPart23.Active = true
  5308. NewGuiPart23.BackgroundColor3 = Color3.new(0.470588, 0.164706, 0.164706)
  5309. NewGuiPart23.BorderSizePixel = 0
  5310. NewGuiPart23.Name = "Navigation"
  5311. NewGuiPart23.Size = UDim2.new(0, 150, 1, 0)
  5312. NewGuiPart23.ZIndex = 2
  5313. NewGuiPart23.Parent = NewGuiPart2
  5314. -------
  5315. local NewGuiPart24 = Instance.new("Frame")
  5316. NewGuiPart24.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  5317. NewGuiPart24.BorderSizePixel = 0
  5318. NewGuiPart24.Name = "Topbar"
  5319. NewGuiPart24.Size = UDim2.new(1, 0, 0, 30)
  5320. NewGuiPart24.ZIndex = 3
  5321. NewGuiPart24.Parent = NewGuiPart23
  5322. -------
  5323. local NewGuiPart25 = Instance.new("ScrollingFrame")
  5324. NewGuiPart25.BackgroundColor3 = Color3.new(0.470588, 0.164706, 0.164706)
  5325. NewGuiPart25.BorderSizePixel = 0
  5326. NewGuiPart25.Name = "Scroll"
  5327. NewGuiPart25.Position = UDim2.new(0, 0, 0, 30)
  5328. NewGuiPart25.Selectable = true
  5329. NewGuiPart25.Size = UDim2.new(1, 0, 1, -30)
  5330. NewGuiPart25.ZIndex = 3
  5331. NewGuiPart25.BottomImage = "rbxassetid://368504177"
  5332. NewGuiPart25.MidImage = "rbxassetid://368504177"
  5333. NewGuiPart25.ScrollBarThickness = 6
  5334. NewGuiPart25.TopImage = "rbxassetid://368504177"
  5335. NewGuiPart25.ClipsDescendants = true
  5336. NewGuiPart25.Parent = NewGuiPart23
  5337. -------
  5338. local NewGuiPart26 = Instance.new("Frame")
  5339. NewGuiPart26.BackgroundTransparency = 1
  5340. NewGuiPart26.Name = "Composite1"
  5341. NewGuiPart26.Position = UDim2.new(-1, 0, 0.5, -50)
  5342. NewGuiPart26.Size = UDim2.new(0, 50, 0, 100)
  5343. NewGuiPart26.ClipsDescendants = true
  5344. NewGuiPart26.Parent = NewGuiPart1
  5345. -------
  5346. local NewGuiPart27 = Instance.new("TextLabel")
  5347. NewGuiPart27.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  5348. NewGuiPart27.BorderSizePixel = 0
  5349. NewGuiPart27.Name = "Label"
  5350. NewGuiPart27.Size = UDim2.new(2, 0, 1, 0)
  5351. NewGuiPart27.Font = Enum.Font.SourceSansBold
  5352. NewGuiPart27.FontSize = Enum.FontSize.Size96
  5353. NewGuiPart27.Text = "T"
  5354. NewGuiPart27.TextColor3 = Color3.new(1, 1, 1)
  5355. NewGuiPart27.Parent = NewGuiPart26
  5356. -------
  5357. local NewGuiPart28 = Instance.new("Frame")
  5358. NewGuiPart28.BackgroundTransparency = 1
  5359. NewGuiPart28.Name = "Composite2"
  5360. NewGuiPart28.Position = UDim2.new(1, 0, 0.5, -50)
  5361. NewGuiPart28.Size = UDim2.new(0, 50, 0, 100)
  5362. NewGuiPart28.ClipsDescendants = true
  5363. NewGuiPart28.Parent = NewGuiPart1
  5364. -------
  5365. local NewGuiPart29 = Instance.new("TextLabel")
  5366. NewGuiPart29.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  5367. NewGuiPart29.BorderSizePixel = 0
  5368. NewGuiPart29.Name = "Label"
  5369. NewGuiPart29.Position = UDim2.new(-1, 0, 0, 0)
  5370. NewGuiPart29.Size = UDim2.new(2, 0, 1, 0)
  5371. NewGuiPart29.Font = Enum.Font.SourceSansBold
  5372. NewGuiPart29.FontSize = Enum.FontSize.Size96
  5373. NewGuiPart29.Text = "T"
  5374. NewGuiPart29.TextColor3 = Color3.new(1, 1, 1)
  5375. NewGuiPart29.Parent = NewGuiPart28
  5376. -------
  5377. local NewGuiPart30 = Instance.new("Frame")
  5378. NewGuiPart30.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  5379. NewGuiPart30.Name = "Solid"
  5380. NewGuiPart30.Position = UDim2.new(0.5, -50, 0.5, -50)
  5381. NewGuiPart30.Visible = false
  5382. NewGuiPart30.ClipsDescendants = true
  5383. NewGuiPart30.Parent = NewGuiPart1
  5384. -------
  5385. local NewGuiPart31 = Instance.new("TextLabel")
  5386. NewGuiPart31.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  5387. NewGuiPart31.BorderSizePixel = 0
  5388. NewGuiPart31.Name = "Label"
  5389. NewGuiPart31.Size = UDim2.new(1, 0, 1, 0)
  5390. NewGuiPart31.Font = Enum.Font.SourceSansBold
  5391. NewGuiPart31.FontSize = Enum.FontSize.Size96
  5392. NewGuiPart31.Text = "T"
  5393. NewGuiPart31.TextColor3 = Color3.new(1, 1, 1)
  5394. NewGuiPart31.Parent = NewGuiPart30
  5395.  
  5396.  
  5397.  
  5398. topkek.center = game.Players.LocalPlayer.PlayerGui["4.0"].Main
  5399. topkek.holder = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder
  5400. topkek.topbar = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Topbar
  5401. topkek.template = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder.Template
  5402. topkek.navigator = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder.Navigator
  5403.  
  5404. AllowHovers = false
  5405. PlayerChatHook, UpdateBanlist = nil
  5406. cmd = {}
  5407.  
  5408. --// data //--
  5409. topkek.data.windows = {
  5410. 'Home',
  5411. 'LocalPlayer',
  5412. 'Server',
  5413. 'Players',
  5414. 'Destruction',
  5415. 'Scripts',
  5416. 'Catalog',
  5417. 'Music',
  5418. 'Hats',
  5419. 'Faces',
  5420. 'Settings',
  5421. 'Commands',
  5422. 'Banlist',
  5423. }
  5424.  
  5425. color3 = function(r,g,b)
  5426. return Color3.new(r/255, g/255, b/255)
  5427. end
  5428. --// doggo dropdown //--
  5429. -- thanks krystal
  5430. GUI = {
  5431. TextBox = {
  5432. Settings = {
  5433. Font = Enum.Font.SourceSans;
  5434. FontSize = Enum.FontSize.Size14;
  5435. };
  5436. Color = {
  5437. Main = Color3.fromRGB(5,8,11);
  5438. Border = Color3.fromRGB(27,42,53);
  5439. Text = Color3.fromRGB(199,199,199);
  5440. };
  5441. New = function(Position, Size, Parent, ...)
  5442. local arguments = {...};
  5443.  
  5444. local TextBox = Instance.new("TextBox", Parent);
  5445. TextBox.BackgroundColor3 = GUI.DropDown.Color.Main;
  5446. TextBox.BorderColor3 = GUI.DropDown.Color.Border;
  5447. TextBox.Font = GUI.TextBox.Settings.Font;
  5448. TextBox.FontSize = GUI.TextBox.Settings.FontSize;
  5449. TextBox.TextColor3 = GUI.TextBox.Color.Text;
  5450. TextBox.Position = Position;
  5451. TextBox.Size = Size;
  5452. if #arguments then
  5453. if arguments[1] then
  5454. TextBox.Text = tostring(arguments[1]);
  5455. else
  5456. TextBox.Text = "";
  5457. end
  5458. end
  5459. return TextBox;
  5460. end;
  5461. };
  5462. DropDown = {
  5463. Settings = {
  5464. ScrollerAmount = 5; --A scroller will appear at this amount.
  5465. ScrollBarThickness = 6;
  5466. };
  5467. Gfx = {
  5468. Scroller = "rbxassetid://606572419";
  5469. };
  5470. Color = {
  5471. Main = color3(107, 36, 36);
  5472. Secondary = color3(113, 39, 39);
  5473. Border = color3(127, 44, 44);
  5474. Text = Color3.fromRGB(199,199,199);
  5475. };
  5476. New = function(Position, Size, Parent, ...)
  5477. local vValue = {};
  5478. local arguments = {...};
  5479. local vSelected = Instance.new("StringValue");
  5480. vSelected.Value = "nil";
  5481.  
  5482. if arguments then
  5483. if type(arguments) == "table" then
  5484. for i=1,#(arguments) do
  5485. if type(arguments[i]) == "table" then
  5486. for f=1,#(arguments[i]) do
  5487. table.insert(vValue, tostring((arguments[i])[f]));
  5488. end
  5489. else
  5490. table.insert(vValue, tostring(arguments[i]));
  5491. end
  5492. end
  5493. vSelected.Value = (vValue[1]);
  5494. end
  5495. end
  5496.  
  5497. local Main = Instance.new("TextButton", Parent);
  5498. Main.BackgroundColor3 = GUI.DropDown.Color.Main;
  5499. Main.BorderColor3 = GUI.DropDown.Color.Border;
  5500. Main.Position = Position;
  5501. Main.Size = Size;
  5502. Main.TextColor3 = GUI.DropDown.Color.Text;
  5503. Main.FontSize = Enum.FontSize.Size14;
  5504. Main.TextStrokeTransparency = 0.5;
  5505. Main.TextXAlignment = Enum.TextXAlignment.Left;
  5506. Main.Font = Enum.Font.SourceSans;
  5507. Main.Text = " "..tostring(vSelected.Value);
  5508. Main.ZIndex = 3
  5509.  
  5510. local Icon = Instance.new("TextLabel", Main);
  5511. Icon.SizeConstraint = Enum.SizeConstraint.RelativeYY;
  5512. Icon.BackgroundColor3 = GUI.DropDown.Color.Secondary;
  5513. Icon.BorderColor3 = GUI.DropDown.Color.Border;
  5514. Icon.Position = UDim2.new(1,-2,1,-2);
  5515. Icon.Size = UDim2.new(-1,4,-1,4);
  5516. Icon.TextColor3 = GUI.DropDown.Color.Text;
  5517. Icon.FontSize = Enum.FontSize.Size14;
  5518. Icon.TextStrokeTransparency = 0.5;
  5519. Icon.Font = Enum.Font.SourceSans;
  5520. Icon.Text = "V"
  5521. Icon.ZIndex = 4
  5522.  
  5523. local Holder, Search;
  5524. local ClearHolder = function()
  5525. if Holder then
  5526. Holder:ClearAllChildren();
  5527. Holder.Size = UDim2.new(1,0,0,0);
  5528. Holder.Visible = false;
  5529. if Search then
  5530. Search.Visible = false;
  5531. end
  5532. end
  5533. end;
  5534.  
  5535. local CreateButton;
  5536. local RefreshDropDown = function()
  5537. if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
  5538. if not Holder or not Holder:IsA("Frame") then
  5539. Holder = nil; Search = nil;
  5540. Holder = Instance.new("Frame",Main);
  5541. Holder.Size = UDim2.new(1,0,0,0);
  5542. Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
  5543. Holder.BorderColor3 = GUI.DropDown.Color.Border;
  5544. Holder.Visible = false;
  5545. Holder.ZIndex = 3
  5546. end
  5547. elseif #vValue > (GUI.DropDown.Settings.ScrollerAmount) then
  5548. if not Holder or not Holder:IsA("ScrollingFrame") then
  5549. Holder = nil; Search = nil;
  5550. Search = GUI.TextBox.New(UDim2.new(0,0,0,0),UDim2.new(1,0,0,Main.AbsoluteSize.Y),Main);
  5551. Search.Visible = false;
  5552. Search.ZIndex = 4
  5553. Search.Changed:connect(function(p)
  5554. if p == "Text" then
  5555. CreateButton(Search.Text);
  5556. end
  5557. end)
  5558. Holder = Instance.new("ScrollingFrame",Main);
  5559. Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
  5560. Holder.BorderColor3 = GUI.DropDown.Color.Border;
  5561. Holder.TopImage = GUI.DropDown.Gfx.Scroller;
  5562. Holder.MidImage = GUI.DropDown.Gfx.Scroller;
  5563. Holder.BottomImage = GUI.DropDown.Gfx.Scroller;
  5564. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * (GUI.DropDown.Settings.ScrollerAmount-1));
  5565. Holder.Position = UDim2.new(0,0,0,Main.AbsoluteSize.Y)
  5566. Holder.ScrollBarThickness = GUI.DropDown.Settings.ScrollBarThickness;
  5567. Holder.Visible = false;
  5568. Holder.ZIndex = 3;
  5569. end
  5570. end
  5571. if #vValue == 1 and vSelected.Value ~= vValue[1] then
  5572. vSelected.Value = vValue[1];
  5573. elseif #vValue == 0 then
  5574. vSelected.Value = "nil";
  5575. warn("Table amount is nil.");
  5576. end
  5577. Main.Text = " "..tostring(vSelected.Value);
  5578. --ClearHolder();
  5579. end;
  5580.  
  5581. local Debounce = false;
  5582. CreateButton = function(searches)
  5583. if Debounce == false then
  5584. Debounce = true;
  5585. ClearHolder()
  5586. Holder.Visible = true;
  5587. local Searched = 0;
  5588. if #vValue > 0 then
  5589. for i=1,#vValue do
  5590. if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "") then
  5591. Searched = Searched + 1;
  5592. end
  5593. end
  5594. for i=1,#vValue do
  5595. if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "" and Searched > 0) or searches == nil or searches == "" or Searched <= 0 then
  5596. local Select = Instance.new("TextButton", Holder);
  5597. Select.BackgroundColor3 = GUI.DropDown.Color.Main;
  5598. Select.BorderColor3 = GUI.DropDown.Color.Border;
  5599. Select.BackgroundTransparency = 1;
  5600. Select.BorderSizePixel = 0;
  5601. Select.Position = Position;
  5602. if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
  5603. Select.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y);
  5604. else
  5605. Select.Size = UDim2.new(1,-(GUI.DropDown.Settings.ScrollBarThickness),0,Main.AbsoluteSize.Y);
  5606. end
  5607. Select.Position = UDim2.new(0,0,0,(Main.AbsoluteSize.Y) * (#Holder:GetChildren() - 1))
  5608. Select.TextColor3 = GUI.DropDown.Color.Text;
  5609. Select.FontSize = Enum.FontSize.Size14;
  5610. Select.TextStrokeTransparency = 0.5;
  5611. Select.Font = Enum.Font.SourceSans;
  5612. Select.Text = tostring(vValue[i]);
  5613. Select.ZIndex = 3
  5614. Select.MouseButton1Click:connect(function()
  5615. vSelected.Value = vValue[i];
  5616. ClearHolder();
  5617. RefreshDropDown();
  5618. end)
  5619. if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
  5620. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * i);
  5621. elseif Holder:IsA("ScrollingFrame") then
  5622. Search.Visible = true;
  5623. if #Holder:GetChildren() >= 1 then
  5624. Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
  5625. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());--GUI.DropDown.Settings.ScrollerAmount);
  5626. if #Holder:GetChildren() >= GUI.DropDown.Settings.ScrollerAmount then
  5627. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * GUI.DropDown.Settings.ScrollerAmount);
  5628. Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
  5629. end
  5630. elseif #Holder:GetChildren() < 1 then
  5631. Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
  5632. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
  5633. end
  5634. end
  5635. end
  5636. end
  5637. end
  5638. Debounce = false;
  5639. end
  5640. end;
  5641.  
  5642. RefreshDropDown();
  5643.  
  5644. Main.MouseButton1Click:connect(function()
  5645. CreateButton()
  5646. if #vValue >= GUI.DropDown.Settings.ScrollerAmount and Search ~= nil then
  5647. Search:CaptureFocus();
  5648. Search.Text = "";
  5649. end
  5650. end)
  5651.  
  5652. topkek.lplr:GetMouse().Button1Down:connect(function()
  5653. ClearHolder()
  5654. end)
  5655.  
  5656. return {
  5657. Update = function()
  5658. RefreshDropDown();
  5659. end;
  5660. GetValue = function()
  5661. RefreshDropDown();
  5662. return vValue;
  5663. end;
  5664. GetSelected = function()
  5665. RefreshDropDown();
  5666. return vSelected.Value;
  5667. end;
  5668. SetTable = function(F)
  5669. vValue = F;
  5670. RefreshDropDown();
  5671. end;
  5672. Changed = function(F)
  5673. vSelected.Changed:connect(function()
  5674. ypcall(function()
  5675. F(vSelected.Value);
  5676. end)
  5677. end)
  5678. return "ChangedEvent Hooked";
  5679. end;
  5680. AddValue = function(obj)
  5681. local Type = type(obj);
  5682. if Type == "table" then
  5683. for i=1,#obj do
  5684. table.insert(vValue, obj[i])
  5685. end
  5686. elseif Type == "string" or Type == "number" or Type == "boolean" then
  5687. table.insert(vValue, obj)
  5688. end
  5689. RefreshDropDown();
  5690. end;
  5691. RemoveValue = function(obj)
  5692. local Type = type(obj);
  5693. if Type == "table" then
  5694. for i=1,#vValue do
  5695. for f=1,#obj do
  5696. if tostring(obj[f]) == tostring(vValue[i]) then
  5697. table.remove(vValue,i)
  5698. end
  5699. end
  5700. end
  5701. else
  5702. for i=1,#vValue do
  5703. if tostring(obj) == tostring(vValue[i]) then
  5704. table.remove(vValue,i)
  5705. end
  5706. end
  5707. end
  5708. RefreshDropDown();
  5709. end;
  5710. ClearValue = function()
  5711. vValue = {};
  5712. RefreshDropDown();
  5713. end;
  5714. }
  5715. end;
  5716. };
  5717. };
  5718. --// util //--
  5719. function topkek.tools.util.Object(o, p)
  5720. local a, b = pcall(function()
  5721. Instance.new(o)
  5722. end)
  5723. if not a then
  5724. return
  5725. end
  5726. local obj = Instance.new(o)
  5727. for prop, val in pairs(p) do
  5728. pcall(function()
  5729. obj[prop] = val
  5730. end)
  5731. end
  5732. return obj
  5733. end
  5734.  
  5735. function topkek.tools.util.getContainer(n)
  5736. if game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder:FindFirstChild(n) then
  5737. return game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder[n]
  5738. else
  5739. print("menu not found; returning template")
  5740. return topkek.holder['Template']
  5741. end
  5742. end
  5743.  
  5744. function topkek.tools.util.play(id)
  5745. local mu = Instance.new("Sound", game:GetService('Workspace'))
  5746. mu.Volume = 1
  5747. mu.Looped = true
  5748. mu.Pitch = 1
  5749. mu.SoundId = "rbxassetid://"..tostring(id)
  5750. mu:Play()
  5751. end
  5752.  
  5753. function topkek.tools.util.getTorso(plr) --r15 compatibility lole
  5754. if plr.Character then
  5755. if plr.Character:FindFirstChild('UpperTorso') then
  5756. return plr.Character.UpperTorso
  5757. elseif plr.Character:FindFirstChild('Torso') then
  5758. return plr.Character.Torso
  5759. else
  5760. return nil
  5761. end
  5762. end
  5763. end
  5764.  
  5765. function topkek.tools.util.recurseRemove(x,type_)
  5766. local function recurse(x)
  5767. for i, v in pairs(x:GetChildren()) do
  5768. pcall(function()
  5769. if v:IsA(type_) then
  5770. v:Destroy()
  5771. end
  5772. if #(v:GetChildren())>0 then
  5773. recurse(v)
  5774. end
  5775. end)
  5776. end
  5777. end
  5778. recurse(x)
  5779. end
  5780.  
  5781. function topkek.tools.util.recurseFunc(type_,func)
  5782. local function recurse(x)
  5783. for i, v in pairs(x:GetChildren()) do
  5784. pcall(function()
  5785. if v:IsA(type_) then
  5786. func(v)
  5787. end
  5788. if #(v:GetChildren())>0 then
  5789. recurse(v)
  5790. end
  5791. end)
  5792. end
  5793. end
  5794. recurse(game)
  5795. end
  5796. function topkek.tools.util.trowel()
  5797. local T = Instance.new('Tool', game.Players.LocalPlayer.Backpack)
  5798. T.Name = 'Custom Trowel'
  5799.  
  5800. local p = Instance.new('Part')
  5801. p.Name = 'Handle'
  5802. p.Size = Vector3.new(1,4.4,1)
  5803. p.Parent = T
  5804.  
  5805. local specialMesh = Instance.new('SpecialMesh')
  5806. specialMesh.MeshId = 'rbxasset://fonts/trowel.mesh'
  5807. specialMesh.MeshType = 'FileMesh'
  5808. specialMesh.TextureId = 'rbxasset://textures/TrowelTexture.png'
  5809. specialMesh.Parent = T.Handle
  5810.  
  5811. local sound = Instance.new'Sound'
  5812. sound.Name = 'build'
  5813. sound.SoundId = 'rbxasset://sounds//bass.wav'
  5814. sound.Volume = 1
  5815. sound.Parent = T.Handle
  5816.  
  5817. local brickHeight = 100
  5818. local trowelSpeed = 0.05
  5819. local brickWidth = 500
  5820. local mouseConnection
  5821.  
  5822. function newBrick(CF, P, color)
  5823. local brick = Instance.new('Part')
  5824. brick.BrickColor = color
  5825. brick.CFrame = CF * CFrame.new(P + brick.Size / 2)
  5826. brick.Parent = game.Workspace
  5827. brick:MakeJoints()
  5828. brick.Material = 'Neon'
  5829. brick.Name = 'DeleteMe'
  5830. return brick, P + brick.Size
  5831. end
  5832.  
  5833. function genBrick(cFrame)
  5834. local randBrickColor = BrickColor.Random()
  5835. assert(brickWidth > 0)
  5836.  
  5837. local yPos = 0
  5838.  
  5839. while yPos < brickHeight do
  5840. local vPos
  5841. local X = -brickWidth / 2
  5842. while X < brickWidth / 2 do
  5843. local brick
  5844. brick, vPos = newBrick(cFrame, Vector3.new(X, yPos, 0), randBrickColor)
  5845. X = vPos.x
  5846. wait(trowelSpeed)
  5847. end
  5848. yPos = vPos.y
  5849. end
  5850. end
  5851.  
  5852. function calcPos(vec)
  5853. if (math.abs(vec.x) > math.abs(vec.z)) then
  5854. if vec.x > 0 then
  5855. return Vector3.new(1, 0, 0)
  5856. else
  5857. return Vector3.new(-1, 0, 0)
  5858. end
  5859. else
  5860. if (vec.z > 0) then
  5861. return Vector3.new(0, 0, 1)
  5862. else
  5863. return Vector3.new(0, 0, -1)
  5864. end
  5865. end
  5866. end
  5867.  
  5868. T.Enabled = true
  5869.  
  5870. T.Activated:connect(function()
  5871. if T.Enabled and game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') then
  5872. T.Enabled = false
  5873. T.Handle.build:Play()
  5874. genBrick(CFrame.new(game.Players.LocalPlayer.Character.Humanoid.TargetPoint, game.Players.LocalPlayer.Character.Humanoid.TargetPoint + calcPos((game.Players.LocalPlayer.Character.Humanoid.TargetPoint - game.Players.LocalPlayer.Character.Head.Position).unit)))
  5875. T.Enabled = true
  5876. end
  5877. end)
  5878.  
  5879. T.Equipped:connect(function()
  5880. mouseConnection = game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  5881. if (key == 'r') then
  5882. for i,v in next, workspace:children'' do
  5883. if (v.Name == 'DeleteMe') then
  5884. v:Destroy()
  5885. end
  5886. end
  5887. end
  5888. end)
  5889. end)
  5890.  
  5891. T.Unequipped:connect(function()
  5892. mouseConnection:disconnect()
  5893. end)
  5894. end
  5895. function topkek.tools.util.recurseSet(type_,prop,val)
  5896. local function recurse(x)
  5897. for i, v in pairs(x:GetChildren()) do
  5898. pcall(function()
  5899. if v:IsA(type_) then
  5900. v[prop]=val
  5901. end
  5902. if #(v:GetChildren())>0 then
  5903. recurse(v)
  5904. end
  5905. end)
  5906. end
  5907. end
  5908. recurse(game)
  5909. end
  5910. function topkek.tools.util.recurseUltimate(d)
  5911. topkek.tools.util.recurseDecal(d)
  5912. topkek.tools.util.recurseParticles(d)
  5913. end
  5914. function topkek.tools.util.recurseDecal(img)
  5915. img = 'rbxassetid://' .. img
  5916. local function skybox(x)
  5917. local sky = Instance.new("Sky",game.Lighting)
  5918. local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
  5919. for i,v in pairs(fcs) do
  5920. sky["Skybox"..v]=x
  5921. end
  5922. end
  5923.  
  5924. local function decal(p, b)
  5925. local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
  5926. for i, v in pairs(sides) do
  5927. local a = Instance.new("Decal", p)
  5928. a.Texture = b
  5929. a.Face = v
  5930. end
  5931. end
  5932.  
  5933. local function recurse(x)
  5934. for i, v in pairs(x:GetChildren()) do
  5935. pcall(function() -- 'error occured, no output from Lua' LOLE
  5936. if v:IsA("BasePart") then
  5937. decal(v, img)
  5938. end
  5939. if #(v:GetChildren())>0 then
  5940. recurse(v)
  5941. end
  5942. end)
  5943. end
  5944. end
  5945.  
  5946. recurse(game)
  5947. skybox(img)
  5948. end
  5949. function topkek.tools.util.recurseParticles(img)--topkek2.0 code tbh
  5950. img = 'rbxassetid://' .. img
  5951. local function skybox(x)
  5952. local sky = Instance.new("Sky",game.Lighting)
  5953. local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
  5954. for i,v in pairs(fcs) do
  5955. sky["Skybox"..v]=x
  5956. end
  5957. end
  5958. local function particle(p, b)
  5959. local a = Instance.new("ParticleEmitter", p)
  5960. a.Rate = 500
  5961. a.Lifetime = NumberRange.new(20, 30)
  5962. a.VelocitySpread = 200
  5963. a.Texture = b
  5964. end
  5965.  
  5966. local function recurse(x)
  5967. for i, v in pairs(x:GetChildren()) do
  5968. pcall(function() -- 'error occured, no output from Lua' LOLE
  5969. if v:IsA("BasePart") then
  5970. particle(v, img)
  5971. end
  5972. if #(v:GetChildren())>0 then
  5973. recurse(v)
  5974. end
  5975. end)
  5976. end
  5977. end
  5978.  
  5979. recurse(game)
  5980. skybox(img)
  5981. end
  5982. function topkek.tools.util.recurseSetObj(obj,type_,prop,val)
  5983. local function recurse(x)
  5984. for i, v in pairs(x:GetChildren()) do
  5985. pcall(function()
  5986. if v:IsA(type_) then
  5987. v[prop]=val
  5988. end
  5989. if #(v:GetChildren())>0 then
  5990. recurse(v)
  5991. end
  5992. end)
  5993. end
  5994. end
  5995. recurse(obj)
  5996. end
  5997. function topkek.tools.util.doPlayers(cval, func)
  5998. local plrs = {}
  5999. if cval == 'All' then
  6000. plrs = game:GetService('Players'):GetPlayers()
  6001. else
  6002. plrs = {game:GetService('Players'):FindFirstChild(cval)}
  6003. end
  6004. for i, v in pairs(plrs) do
  6005. func(v)
  6006. end
  6007. end
  6008. function topkek.tools.util.scalePlayer(sc,plr)
  6009. local pchar = plr.Character
  6010. if pchar:FindFirstChild("UpperTorso") then
  6011. warn("Player [" ..plr.Name.. "] is R15.")
  6012. return
  6013. end
  6014. local function scale(chr,scl)
  6015.  
  6016. for _,v in pairs(pchar:GetChildren()) do
  6017. if v:IsA("Hat") then
  6018. v:Clone()
  6019. v.Parent = game.Lighting
  6020. end
  6021. end
  6022.  
  6023. local Head = chr['Head']
  6024. local Torso = chr['Torso']
  6025. local LA = chr['Left Arm']
  6026. local RA = chr['Right Arm']
  6027. local LL = chr['Left Leg']
  6028. local RL = chr['Right Leg']
  6029. local HRP = chr['HumanoidRootPart']
  6030.  
  6031. wait(0.1)
  6032.  
  6033. Head.formFactor = 3
  6034. Torso.formFactor = 3
  6035. LA.formFactor = 3
  6036. RA.formFactor = 3
  6037. LL.formFactor = 3
  6038. RL.formFactor = 3
  6039. HRP.formFactor = 3
  6040.  
  6041. Head.Size = Vector3.new(scl * 2, scl, scl)
  6042. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  6043. LA.Size = Vector3.new(scl, scl * 2, scl)
  6044. RA.Size = Vector3.new(scl, scl * 2, scl)
  6045. LL.Size = Vector3.new(scl, scl * 2, scl)
  6046. RL.Size = Vector3.new(scl, scl * 2, scl)
  6047. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  6048.  
  6049. local Motor1 = Instance.new('Motor6D', Torso)
  6050. Motor1.Part0 = Torso
  6051. Motor1.Part1 = Head
  6052. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  6053. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  6054. Motor1.Name = "Neck"
  6055.  
  6056. local Motor2 = Instance.new('Motor6D', Torso)
  6057. Motor2.Part0 = Torso
  6058. Motor2.Part1 = LA
  6059. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6060. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6061. Motor2.Name = "Left Shoulder"
  6062.  
  6063. local Motor3 = Instance.new('Motor6D', Torso)
  6064. Motor3.Part0 = Torso
  6065. Motor3.Part1 = RA
  6066. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6067. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6068. Motor3.Name = "Right Shoulder"
  6069.  
  6070. local Motor4 = Instance.new('Motor6D', Torso)
  6071. Motor4.Part0 = Torso
  6072. Motor4.Part1 = LL
  6073. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6074. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  6075. Motor4.Name = "Left Hip"
  6076.  
  6077. local Motor5 = Instance.new('Motor6D', Torso)
  6078. Motor5.Part0 = Torso
  6079. Motor5.Part1 = RL
  6080. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6081. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  6082. Motor5.Name = "Right Hip"
  6083.  
  6084. local Motor6 = Instance.new('Motor6D', HRP)
  6085. Motor6.Part0 = HRP
  6086. Motor6.Part1 = Torso
  6087. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  6088. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  6089.  
  6090. end
  6091.  
  6092. scale(pchar, sc)
  6093.  
  6094. for _,v in pairs(game.Lighting:GetChildren()) do
  6095. if v:IsA("Hat") then
  6096. v.Parent = pchar
  6097. end
  6098. end
  6099. end
  6100. function topkek.tools.util.applyFace(id)
  6101. local Char = topkek.lplr.Character
  6102. if(Char)then
  6103. local Type = id
  6104. local Meme=id
  6105. local BBG_SIZE=Char.Head.Size.X*1.25;
  6106. local STUD_VECTOR_1=Char.Head.Size.Z/4;
  6107. local STUD_VECTOR_2=Char.Head.Size.Z;
  6108. local bbg=Char:FindFirstChild'BBGMEME'or Instance.new('BillboardGui',Char);
  6109. bbg.StudsOffset=Vector3.new(0,STUD_VECTOR_1,STUD_VECTOR_2);
  6110. bbg.Size=UDim2.new(BBG_SIZE,0,BBG_SIZE);
  6111. bbg.Adornee=Char.Head;
  6112. bbg.Name='BBGMEME';
  6113. local img=bbg:FindFirstChild'Meme'or Instance.new('ImageLabel',bbg);
  6114. img.BackgroundTransparency=1;
  6115. img.Image="rbxassetid://"..Meme;
  6116. img.Size=UDim2.new(1,0,1,0)
  6117. img.Name='Meme';
  6118. for i,v in next,Char:children()do
  6119. if(v.className=='Hat')then
  6120. v=v:FindFirstChild'Handle';
  6121. if(v)then
  6122. v.Transparency=0
  6123. end;
  6124. end;
  6125. end;
  6126. end;
  6127. end;
  6128. function topkek.tools.util.weenieHutJunior(plr)
  6129. plr=plr.Character
  6130. Shaft=Instance.new("Part", plr)
  6131. Shaft.Name='Shaft'
  6132. Shaft.Size=Vector3.new(1, 2.5, 1)
  6133. Shaft.TopSurface=0
  6134. Shaft.BottomSurface=0
  6135. Shaft.CanCollide=true
  6136. Cyln=Instance.new("CylinderMesh", Shaft)
  6137. Cyln.Scale=Vector3.new(0.5,0.7,0.5)
  6138. Instance.new("Weld", plr)
  6139. plr.Weld.Part0=plr:FindFirstChild("Torso") or plr:FindFirstChild("LowerTorso")
  6140. plr.Weld.Part1=plr.Shaft
  6141. plr.Weld.C0=CFrame.new(0,-0.35,-0.9)*CFrame.fromEulerAnglesXYZ(2.2,0,0)
  6142. Shaft.BrickColor=BrickColor.new("Pastel brown")
  6143. Tip=Instance.new("Part", plr)
  6144. Tip.Name='Tip'
  6145. Tip.TopSurface=0
  6146. Tip.BottomSurface=0
  6147. Tip.Size=Vector3.new(1, 1, 1)
  6148. Tip.CanCollide=true
  6149. Tip.Touched:connect(function(prt) if prt.Parent~=player then spawn(function() for i=1, 5 do local pert=Instance.new("Part", player) pert.CFrame=CFrame.new(prt.Position) pert.CanCollide=true local mesh=Instance.new("BlockMesh", pert) mesh.Scale=Vector3.new(0.2,0.2,0.2) pert.BrickColor=BrickColor.new("White") end end) end end)
  6150. Cyln2=Instance.new("SpecialMesh", Tip)
  6151. Cyln2.MeshType='Sphere'
  6152. Cyln2.Scale=Vector3.new(0.6,0.6,0.6)
  6153. Instance.new("Weld", plr).Name='Weld2'
  6154. plr.Weld2.Part0=plr.Shaft
  6155. plr.Weld2.Part1=plr.Tip
  6156. plr.Weld2.C0=CFrame.new(0,-.9,0)
  6157. Tip.BrickColor=BrickColor.new("Pink")
  6158. -----
  6159. Ball1=Instance.new("Part", plr)
  6160. Ball1.Name='Ball1'
  6161. Ball1.Size=Vector3.new(1, 1, 1)
  6162. Ball1.TopSurface=0
  6163. Ball1.BottomSurface=0
  6164. Cyln3=Instance.new("SpecialMesh", Ball1)
  6165. Cyln3.MeshType='Sphere'
  6166. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  6167. Instance.new("Weld", plr).Name='Weld3'
  6168. plr.Weld3.Part0=plr.Shaft
  6169. plr.Weld3.Part1=plr.Ball1
  6170. plr.Weld3.C0=CFrame.new(0.225,.4,0.2)
  6171. Ball1.BrickColor=BrickColor.new("Pastel brown")
  6172. -----
  6173. Ball2=Instance.new("Part", plr)
  6174. Ball2.Name='Ball2'
  6175. Ball2.Size=Vector3.new(1, 1, 1)
  6176. Ball2.TopSurface=0
  6177. Ball2.BottomSurface=0
  6178. Cyln3=Instance.new("SpecialMesh", Ball2)
  6179. Cyln3.MeshType='Sphere'
  6180. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  6181. Instance.new("Weld", plr).Name='Weld4'
  6182. plr.Weld4.Part0=plr.Shaft
  6183. plr.Weld4.Part1=plr.Ball2
  6184. plr.Weld4.C0=CFrame.new(-0.225,.4,0.2)
  6185. Ball2.BrickColor=BrickColor.new("Pastel brown")
  6186. end
  6187. --// banmgr //--
  6188. topkek.banmgr.isPrivate = false
  6189. topkek.banmgr.whitelist = {}
  6190. topkek.banmgr.bans = {}
  6191. function topkek.banmgr.executeKick(z)
  6192. local function doKick()
  6193. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') and z.Character:FindFirstChild('Torso') then
  6194. z.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  6195. local SP = Instance.new('SkateboardPlatform', z.Character) SP.Position = z.Character.HumanoidRootPart.Position SP.Transparency = 1
  6196. spawn(function()
  6197. repeat wait()
  6198. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') then
  6199. SP.Position = z.Character.HumanoidRootPart.Position
  6200. end
  6201. until not game:GetService('Players'):FindFirstChild(z.Name)
  6202. end)
  6203. z.Character.Torso.Anchored = true
  6204. end
  6205. end
  6206. repeat
  6207. doKick()
  6208. wait()
  6209. until not z
  6210. end
  6211. function topkek.banmgr.loadFromFile()
  6212. -- todo: read file
  6213. topkek.settings.get()
  6214. topkek.banmgr.bans = topkek.settingsTable['Bans']
  6215. end
  6216. function topkek.banmgr.addHardBan(p)
  6217. -- todo: write file
  6218. table.insert(topkek.banmgr.bans, p.Name)
  6219. topkek.settings.get()
  6220. table.insert(topkek.settingsTable['Bans'], p.Name)
  6221. topkek.settings.write()
  6222. print("Hardbanned " .. p.Name)
  6223. UpdateBanlist()
  6224. topkek.banmgr.executeKick(p)
  6225. topkek.banmgr.loadFromFile()
  6226. end
  6227. function topkek.banmgr.addSoftBan(p)
  6228. table.insert(topkek.banmgr.bans, p.Name)
  6229. topkek.banmgr.executeKick(p)
  6230. end
  6231. function topkek.banmgr.plrBanned(p)
  6232. for x, m in pairs(topkek.banmgr.bans) do
  6233. if m == p.Name then
  6234. return true
  6235. end
  6236. end
  6237. return false
  6238. end
  6239. function topkek.banmgr.doWhitelist(p)
  6240. print(p .. " whitelisted")
  6241. table.insert(topkek.banmgr.whitelist, p)
  6242. end
  6243. function topkek.banmgr.unwhitelist(p)
  6244. for x, m in pairs(topkek.banmgr.whitelist) do
  6245. if m == p then
  6246. print(m .. " unwhitelisted")
  6247. table.remove(topkek.banmgr.whitelist, x)
  6248. if game:GetService('Players'):FindFirstChild(p) then
  6249. topkek.banmgr.executeKick(game:GetService('Players')[p])
  6250. end
  6251. end
  6252. end
  6253. end
  6254. function topkek.banmgr.plrWhitelisted(p)
  6255. for x, m in pairs(topkek.banmgr.whitelist) do
  6256. if m == p.Name then
  6257. return true
  6258. end
  6259. end
  6260. return false
  6261. end
  6262. function topkek.banmgr.makePrivate()
  6263. topkek.banmgr.isPrivate = true
  6264. for i, v in pairs(game:GetService('Players'):GetPlayers()) do
  6265. if not topkek.banmgr.plrWhitelisted(v) and v ~= topkek.lplr then
  6266. spawn(function()
  6267. topkek.banmgr.executeKick(v)
  6268. end)
  6269. end
  6270. end
  6271. end
  6272. function topkek.banmgr.unprivate()
  6273. topkek.banmgr.isPrivate = false
  6274. end
  6275. function topkek.banmgr.init()
  6276. topkek.banmgr.loadFromFile()
  6277. game:GetService('Players').PlayerAdded:connect(function(p)
  6278. if topkek.banmgr.plrBanned(p) or (topkek.banmgr.isPrivate and not topkek.banmgr.plrWhitelisted(p)) then
  6279. print("Player " .. p.Name .. " is banned (or private on)! Kicking now.")
  6280. topkek.banmgr.executeKick(p)
  6281. end
  6282. end)
  6283. end
  6284. --// settings //--
  6285. topkek.settings = {}
  6286. topkek.settingsTable = {}
  6287. function topkek.settings.write()
  6288. --writefile("testplzignore.lua", "", game:GetService('HttpService'):JSONEncode(topkek.settingsTable))
  6289. end
  6290. function topkek.settings.get()
  6291. if game.Players.LocalPlayer.Character then
  6292. print("No settings! Making new ...")
  6293. topkek.settingsTable = {
  6294. ['Bans'] = {
  6295.  
  6296. },
  6297. ['Themes'] = {
  6298. {Primary = {0,0,0}, Secondary = {0,0,0}, Tertiary = {0,0,0}}
  6299. };
  6300. }
  6301. topkek.settings.write()
  6302. return topkek.settingsTable
  6303. else
  6304. local lset = game:GetService('HttpService'):JSONDecode(set)
  6305. topkek.settingsTable = lset
  6306. return lset
  6307. end
  6308. end
  6309. --// shortcuts //--
  6310. tk = {}
  6311. tk.ob = topkek.tools.util.Object
  6312. tk.dp = topkek.tools.util.doPlayers
  6313. tk.rcm = topkek.tools.util.recurseRemove
  6314. tk.rcs = topkek.tools.util.recurseSet
  6315. tk.rcf = topkek.tools.util.recurseFunc
  6316. tk.rco = topkek.tools.util.recurseSetObj
  6317. tk.play = topkek.tools.util.play
  6318. tk.gt = topkek.tools.util.getTorso
  6319. --// gui //--
  6320. -- copying this from topkek3.0 because i'm
  6321. -- too lazy to rewrite my lib
  6322. topkek.tools.gui.seperation = 12
  6323. function topkek.tools.gui:addLeftIcon(parent, img, sz)
  6324. topkek.tools.util.Object('ImageLabel', {
  6325. Parent = parent;
  6326. BackgroundTransparency = 1;
  6327. Position = UDim2.new(0, 2, 0, 2);
  6328. Size = UDim2.new(0, sz, 0, sz);
  6329. Image = img;
  6330. })
  6331. end
  6332. function topkek.tools.gui:makeContainer(n)
  6333. local temp = topkek.template:Clone()
  6334. temp.Name = n
  6335. temp.Parent = topkek.holder
  6336. temp.Container.Visible = false
  6337. end
  6338. function topkek.tools.gui:hookContainer(o, ncan, sepr, stt)
  6339. if not o:IsA("ScrollingFrame") and (not ncan) then
  6340. return nil
  6341. elseif o:IsA("ScrollingFrame") then
  6342. o.CanvasSize = UDim2.new(0, 0, 0, 0)
  6343. end
  6344.  
  6345. local self = {}
  6346. self.main = o
  6347. self.drawX = 0
  6348. self.drawY = stt or topkek.tools.gui.seperation/2
  6349. self.drawHeight = 0
  6350. self.sepr = sepr or topkek.tools.gui.seperation
  6351.  
  6352. function self:drawButton(sz, txt, func, ysz, cbgd)
  6353. local xposOffset = 0
  6354. local xposScale = self.drawX
  6355. local xszOffset = 0
  6356. local xszScale = sz
  6357. if not (self.drawX == 0) then
  6358. xszOffset = -5
  6359. if sz + self.drawX > 0.998 then
  6360. xszOffset = -10
  6361. end
  6362. elseif sz == 1 then
  6363. local bzz = 4
  6364. if ncan then
  6365. bzz = 0
  6366. end
  6367. xszOffset = -(self.sepr) - bzz
  6368. xposOffset = self.sepr/2
  6369. else
  6370. xszOffset = -4 + -(self.sepr/2)
  6371. xposOffset = self.sepr/2
  6372. end
  6373. if not ysz then ysz = 20 end
  6374. local obj = topkek.tools.util.Object("TextButton", {
  6375. Parent = self.main;
  6376. BackgroundColor3 = cbgd or Color3.new(163/255, 57/255, 57/255);
  6377. BorderSizePixel = 0;
  6378. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  6379. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  6380. Font = 'SourceSans';
  6381. FontSize = 'Size14';
  6382. Text = txt;
  6383. TextSize = 14;
  6384. TextColor3 = Color3.new(199/255, 199/255, 199/255);
  6385. })
  6386. obj.MouseButton1Down:connect(function()
  6387. spawn(func)
  6388. end)
  6389. if ysz > self.drawHeight then
  6390. self.drawHeight = ysz
  6391. end
  6392. self.drawX = self.drawX + sz
  6393. if self.drawX > 0.998 then
  6394. self.drawY = self.drawY + 3 + self.drawHeight
  6395. self.drawX = 0
  6396. self.drawHeight = 0
  6397. if (not ncan) then
  6398. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  6399. end
  6400. end
  6401. return obj
  6402. end
  6403.  
  6404. function self:GetChildren()
  6405. return self.main:GetChildren()
  6406. end
  6407.  
  6408. function self:getDrawY()
  6409. return self.drawY
  6410. end
  6411.  
  6412. function self:setDrawY(y)
  6413. self.drawY = y
  6414. end
  6415.  
  6416. function self:drawTextBox(sz, txt, ysz, cbgd)
  6417. local xposOffset = 0
  6418. local xposScale = self.drawX
  6419. local xszOffset = 0
  6420. local xszScale = sz
  6421. if not (self.drawX == 0) then
  6422. xszOffset = -5
  6423. if sz + self.drawX > 0.998 then
  6424. xszOffset = -10
  6425. end
  6426. elseif sz == 1 then
  6427. xszOffset = -(self.sepr) - 5
  6428. xposOffset = self.sepr/2
  6429. else
  6430. xszOffset = -4 + -(self.sepr/2)
  6431. xposOffset = self.sepr/2
  6432. end
  6433. if not ysz then ysz = 20 end
  6434. local obj = topkek.tools.util.Object("TextBox", {
  6435. Parent = self.main;
  6436. BackgroundColor3 = cbgd or color3(153, 52, 52);
  6437. BorderSizePixel = 0;
  6438. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  6439. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  6440. Font = 'SourceSans';
  6441. FontSize = 'Size14';
  6442. Text = txt;
  6443. TextSize = 14;
  6444. TextColor3 = Color3.new(199/255, 199/255, 199/255);
  6445. })
  6446. if ysz > self.drawHeight then
  6447. self.drawHeight = ysz
  6448. end
  6449. self.drawX = self.drawX + sz
  6450. if self.drawX > 0.998 then
  6451. self.drawY = self.drawY + 3 + self.drawHeight
  6452. self.drawX = 0
  6453. self.drawHeight = 0
  6454. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  6455. end
  6456. return obj
  6457. end
  6458.  
  6459. function self:drawImage(sz, img, ysz)
  6460. local xposOffset = 0
  6461. local xposScale = self.drawX
  6462. local xszOffset = 0
  6463. local xszScale = sz
  6464. if not (self.drawX == 0) then
  6465. xszOffset = -5
  6466. if sz + self.drawX > 0.998 then
  6467. xszOffset = -12
  6468. end
  6469. elseif sz == 1 then
  6470. xszOffset = -(self.sepr) - 5
  6471. xposOffset = self.sepr/2
  6472. else
  6473. xszOffset = -5 + -(self.sepr/2)
  6474. xposOffset = self.sepr/2
  6475. end
  6476. if not ysz then ysz = 20 end
  6477. local obj = topkek.tools.util.Object("ImageLabel", {
  6478. Parent = self.main;
  6479. BackgroundTransparency = 1;
  6480. BorderColor3 = Color3.new(27, 42, 53);
  6481. BorderSizePixel = 0;
  6482. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  6483. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  6484. Image = img;
  6485. })
  6486. if ysz > self.drawHeight then
  6487. self.drawHeight = ysz
  6488. end
  6489. self.drawX = self.drawX + sz
  6490. if self.drawX > 0.998 then
  6491. self.drawY = self.drawY + 3 + self.drawHeight
  6492. self.drawX = 0
  6493. self.drawHeight = 0
  6494. if (not ncan) then
  6495. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  6496. end
  6497. end
  6498. return obj
  6499. end
  6500.  
  6501. function self:drawText(sz, txt, ysz)
  6502. local xposOffset = 0
  6503. local xposScale = self.drawX
  6504. local xszOffset = 0
  6505. local xszScale = sz
  6506. if not (self.drawX == 0) then
  6507. xszOffset = -5
  6508. if sz + self.drawX > 0.998 then
  6509. xszOffset = -10
  6510. end
  6511. elseif sz == 1 then
  6512. local bzz = 5
  6513. if ncan then
  6514. bzz = 0
  6515. end
  6516. xszOffset = -(self.sepr) - bzz
  6517. xposOffset = self.sepr/2
  6518. else
  6519. xszOffset = -4 + -(self.sepr/2)
  6520. xposOffset = self.sepr/2
  6521. end
  6522. if not ysz then ysz = 20 end
  6523. local obj = topkek.tools.util.Object("TextLabel", {
  6524. Parent = self.main;
  6525. BackgroundColor3 = Color3.new(148/255, 51/255, 51/255);
  6526. BorderSizePixel = 0;
  6527. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  6528. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  6529. Font = 'SourceSans';
  6530. FontSize = 'Size14';
  6531. Text = txt;
  6532. TextSize = 14;
  6533. TextColor3 = Color3.new(199/255, 199/255, 199/255);
  6534.  
  6535. })
  6536. if ysz > self.drawHeight then
  6537. self.drawHeight = ysz
  6538. end
  6539. self.drawX = self.drawX + sz
  6540. if self.drawX > 0.998 then
  6541. self.drawY = self.drawY + 3 + self.drawHeight
  6542. self.drawX = 0
  6543. self.drawHeight = 0
  6544. if (not ncan) then
  6545. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  6546. end
  6547. end
  6548. return obj
  6549. end
  6550.  
  6551.  
  6552. function self:drawScrollingContainer(ysz)
  6553. local sz = UDim2.new(1, -(self.sepr/2) - 11, 0, ysz)
  6554. local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
  6555. local obj = topkek.tools.util.Object("ScrollingFrame", {
  6556. Parent = self.main;
  6557. BackgroundColor3 = color3(117, 42, 42);
  6558. BorderSizePixel = 0;
  6559. Position = pos;
  6560. Size = sz;
  6561. BottomImage = 'rbxassetid://368504177';
  6562. MidImage = 'rbxassetid://368504177';
  6563. TopImage = 'rbxassetid://368504177';
  6564. ScrollBarThickness = 5;
  6565. })
  6566.  
  6567. self.drawY = self.drawY + 5 + ysz
  6568. self.drawX = 0
  6569. self.drawHeight = 0
  6570. if (not ncan) then
  6571. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  6572. end
  6573. return topkek.tools.gui:hookContainer(obj, false, 10, 3)
  6574. end
  6575.  
  6576. function self:drawContainer(xsz, ysz, xz, tz, sep)
  6577. local sz = UDim2.new(xsz, -(self.sepr/2) - 11, 0, ysz)
  6578. local pos = UDim2.new(tz or 0, self.sepr/2, 0, self.drawY)
  6579. local obj = topkek.tools.util.Object("Frame", {
  6580. Parent = self.main;
  6581. BackgroundColor3 = color3(117, 42, 42);
  6582. BorderSizePixel = 0;
  6583. Position = pos;
  6584. Size = sz;
  6585. })
  6586. if not xz then
  6587. self.drawY = self.drawY + 5 + ysz
  6588. end
  6589. self.drawX = 0
  6590. self.drawHeight = 0
  6591. if (not ncan) then
  6592. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  6593. end
  6594. return topkek.tools.gui:hookContainer(obj, sep or 12, 5)
  6595. end
  6596.  
  6597. function self:addSpacing()
  6598. self.drawY = self.drawY + 3
  6599. end
  6600.  
  6601. function self:center()
  6602. local a,c,b=
  6603. self.main.Position.X.Scale,
  6604. self.main.Position.X.Offset,self.main.Size.Y.Offset
  6605. self.main.Position=UDim2.new(a,c+2, 0.5, -(b/2))
  6606. end
  6607.  
  6608. return self
  6609. end
  6610.  
  6611. --//anim//--
  6612. topkek.tools.animator.animateTo = function(source, dest)
  6613. -- holder2holder:
  6614. -- invis holder
  6615. -- clone holder; vis
  6616. -- move holder to right
  6617. -- vis dest container
  6618. -- tween clone holder left
  6619. -- tween dest holder right
  6620. print("nav",source,dest)
  6621. topkek.holder.Visible = false
  6622. local hclone = topkek.holder:Clone()
  6623. hclone.Parent = topkek.center
  6624. hclone.Name = 'animclone'
  6625. hclone.Visible = true
  6626. topkek.holder.Position = UDim2.new(-1, 0, 0, 30)
  6627. source.Visible = false
  6628. dest.Visible = true
  6629. dest.Container.Visible = true
  6630. dest.Container.ZIndex = 1
  6631. dest.ZIndex = 1
  6632. topkek.holder.Visible = true
  6633. topkek.holder:TweenPosition(UDim2.new(0, 150, 0, 30), "Out", "Quad", 0.3)
  6634. hclone:TweenPosition(UDim2.new(1, 0, 0, 30), "Out", "Quad", 0.3)
  6635. wait(0.3)
  6636. end
  6637. topkek.tools.animator.initialAnimation = function()
  6638. -- initanim:
  6639. -- join both composites
  6640. -- delete composites; vis solid
  6641. -- tween solid to nav topbar
  6642. -- copy topbar plrname; move outside region
  6643. -- tween in clone topbar
  6644. -- delete clone and solid; vis topbar
  6645. -- tween down topbar
  6646. -- tween holder out
  6647. local function abspos(x)
  6648. return UDim2.new(0, x.AbsolutePosition.X, 0, x.AbsolutePosition.Y)
  6649. end
  6650. local function abssz(x)
  6651. return UDim2.new(0, x.AbsoluteSize.X, 0, x.AbsoluteSize.Y)
  6652. end
  6653. local holder = topkek.holder
  6654. local nav = topkek.navigator
  6655. local topnav = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Navigation.Topbar
  6656. local topbar = topkek.topbar
  6657. local pname = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Topbar.PlayerName:Clone()
  6658. local solid = game.Players.LocalPlayer.PlayerGui["4.0"].Solid
  6659. topkek.center.Size = UDim2.new(0, 150, 0, 30)
  6660. game.Players.LocalPlayer.PlayerGui["4.0"].Composite1:TweenPosition(UDim2.new(0.5, -50, 0.5, -50), 'Out', 'Quad', 0.5)
  6661. game.Players.LocalPlayer.PlayerGui["4.0"].Composite2:TweenPosition(UDim2.new(0.5, 0, 0.5, -50), 'Out', 'Quad', 0.5)
  6662. wait(0.52)
  6663. solid.Visible = true
  6664. game.Players.LocalPlayer.PlayerGui["4.0"].Composite1:Destroy()
  6665. game.Players.LocalPlayer.PlayerGui["4.0"].Composite2:Destroy()
  6666. wait(3)
  6667. solid.Label:TweenPosition(UDim2.new(0, 0, 1.5, 0), 'Out', 'Quad', 0.5)
  6668. solid:TweenSizeAndPosition(abssz(topnav), abspos(topnav), 'Out', 'Linear', 0.6)
  6669. wait(0.52)
  6670. solid.Label:Destroy()
  6671. wait(0.12)
  6672. topkek.center.Visible = true
  6673. topnav.Visible = true
  6674. solid:Destroy()
  6675. pname.Position = UDim2.new(0, -170, 0, 0)
  6676. pname.Parent = topnav
  6677. pname.Visible = true
  6678. pname:TweenPosition(UDim2.new(0, 10, 0, 0), 'Out', 'Quad', 0.2)
  6679. wait(0.25)
  6680. topkek.center:TweenSize(UDim2.new(0, 150, 0, 395), 'Out', 'Quad', 0.3)
  6681. spawn(topkek.navigation.buildNavigator)
  6682. wait(0.35)
  6683. topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'In', 'Quad', 0.3)
  6684. wait(0.35)
  6685. topbar.PlayerName.Visible = true
  6686. pname:Destroy()
  6687. AllowHovers = true
  6688. end
  6689. --//nav//--
  6690. topkek.navigation.currentContainer = topkek.tools.util.getContainer('Home')
  6691. topkek.navigation.windowState = 0
  6692. topkek.navigation.gotoContainer = function(cont)
  6693. topkek.tools.animator.animateTo(topkek.navigation.currentContainer, cont)
  6694. topkek.navigation.currentContainer = cont
  6695. end
  6696. topkek.navigation.buildNavigator = function()
  6697. local nav = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Navigation
  6698. local hook = topkek.tools.gui:hookContainer(nav.Scroll, false)
  6699. local btns = {}
  6700. for l, x in pairs(topkek.data.windows) do
  6701. local container = topkek.tools.util.getContainer(x)
  6702. local btn = hook:drawButton(1, x, function() topkek.navigation.gotoContainer(container) end, 25)
  6703. local ZPos = btn.Position
  6704. btn.Position = btn.Position - UDim2.new(0, 0, 0, 5)
  6705. btn:TweenPosition(ZPos, 'Out', 'Bounce', 0.2)
  6706. btn.LayoutOrder = l
  6707. btn.ZIndex = 4
  6708. local OPos = btn.Position
  6709. btn.MouseEnter:connect(function()
  6710. if AllowHovers == false then
  6711. return
  6712. end
  6713. for i, v in pairs(btns) do
  6714. if v[1] ~= btn then
  6715. v[1]:TweenPosition(v[2], 'Out', 'Quad', 0.1)
  6716. end
  6717. end
  6718. btn:TweenPosition(OPos + UDim2.new(0, 3, 0, 0), 'Out', 'Quad', 0.1)
  6719. end)
  6720. btn.MouseLeave:connect(function()
  6721. btn:TweenPosition(OPos, 'Out', 'Quad', 0.1)
  6722. end)
  6723. table.insert(btns, {btn, OPos})
  6724. wait()
  6725. end
  6726. end
  6727. topkek.navigation.buildTopbar = function()
  6728. local top = topkek.topbar
  6729. local FELabel = top.Controllers.IsFE
  6730. top.PlayerName.Text = topkek.lplr.Name
  6731. if game:GetService('Workspace').FilteringEnabled == true then
  6732. FELabel.Text = "FE Game"
  6733. FELabel.TextColor3 = BrickColor.new("Bright red").Color
  6734. else
  6735. FELabel.Text = "Not FE"
  6736. FELabel.TextColor3 = BrickColor.new("Bright green").Color
  6737. end
  6738. top.Controllers.Hide.MouseButton1Down:connect(function()
  6739. if topkek.navigation.windowState == 0 then
  6740. topkek.navigation.windowState = 1
  6741. topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.2)
  6742. else
  6743. topkek.navigation.windowState = 0
  6744. topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'Out', 'Quint', 0.2)
  6745. end
  6746. end)
  6747. top.Controllers.Exit.MouseButton1Down:connect(function()
  6748. topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.3)
  6749. wait(0.31)
  6750. topkek.center:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 'Quint', 0.3)
  6751. PlayerChatHook:disconnect()
  6752. end)
  6753.  
  6754. end
  6755. topkek.navigation.initCommandBar = function()
  6756. DistributedCmdBar, cmd = topkek.holder.Command, {}
  6757. --weathered-down version of my cmdscript for topkek
  6758. cmd = {}
  6759.  
  6760. -- ** defines ** --
  6761. cmd.service = (function(a) return game:service(a) end)
  6762. cmd.gplayers = (function() return cmd.service'Players':GetPlayers() end)
  6763. cmd.players = cmd.service('Players')
  6764. cmd.localplayer = cmd.players.LocalPlayer
  6765.  
  6766. cmd.prefix = ';'
  6767. cmd.hidden = '/'
  6768.  
  6769. cmd.commands = {}
  6770. cmd.util = {}
  6771. cmd.interface = {}
  6772.  
  6773. cmd.admins = {}
  6774. cmd.noclip = false
  6775.  
  6776. -- ** util ** --
  6777. cmd.util.pos = function(str, pos)
  6778. local increment = 1
  6779. for spc in str:gmatch("[^ ]+") do
  6780. if increment == pos then
  6781. return spc
  6782. end
  6783. increment = increment + 1
  6784. end
  6785. return ''
  6786. end
  6787. cmd.util.pstr = function(str, re_enc)
  6788. str = string.lower(str)
  6789. local players = {}
  6790. if re_enc == true then
  6791. if str == 'me' then
  6792. return {game.Players.LocalPlayer}
  6793. end
  6794. if str == 'all' then
  6795. return game.Players:GetPlayers()
  6796. end
  6797. if str == 'others' then
  6798. for i, v in pairs(game.Players:GetPlayers()) do
  6799. if v ~= cmd.localplayer then
  6800. table.insert(players, v)
  6801. end
  6802. end
  6803. end
  6804. for i, v in pairs(game.Players:GetPlayers()) do
  6805. if string.lower(v.Name):sub(1, #str) == str then
  6806. table.insert(players, v)
  6807. end
  6808. end
  6809. return players
  6810. else
  6811. for seper in str:gmatch("[^,]+") do
  6812. for i, v in pairs(cmd.util.pstr(seper, true)) do
  6813. table.insert(players, v)
  6814. end
  6815. end
  6816. return players
  6817. end
  6818. end
  6819. cmd.util.parse = function(str, fmt)
  6820. local args = {}
  6821. local encountered = 0
  6822. local position = 1
  6823. for form in fmt:gmatch("[^%%]+") do
  6824. if position == 1 then
  6825. args['command'] = cmd.util.pos(str, position)
  6826. end
  6827. if form == 'inf' then
  6828. args[position] = str:sub(encountered, #str)
  6829. end
  6830. if form == 'int' then
  6831. local fetch = cmd.util.pos(str, position)
  6832. if tonumber(fetch) == nil then
  6833. return nil
  6834. end
  6835. args[position] = {'integer', data = fetch}
  6836. end
  6837. if form == 'str' then
  6838. local fetch = cmd.util.pos(str, position)
  6839. args[position] = {'string', data = fetch}
  6840. end
  6841. if form == 'plrs' then
  6842. args[position] = cmd.util.pstr(cmd.util.pos(str, position), false)
  6843. end
  6844. encountered = encountered + ((#cmd.util.pos(str, position)) + 1)
  6845. position = position + 1
  6846. end
  6847. return args
  6848. end
  6849. cmd.util.isadmin = function(p)
  6850. if p == cmd.localplayer.Name then
  6851. return true
  6852. else
  6853. for i, v in pairs(cmd.admins) do
  6854. if v == p.Name then
  6855. return true
  6856. end
  6857. end
  6858. return false
  6859. end
  6860. end
  6861. cmd.util.BombVest = function(Players)
  6862. -- modified by nosyliam
  6863. local TickWait = 1
  6864. local Dead = false
  6865. local BeltPositions = { }
  6866. local ExplodeSounds = { }
  6867.  
  6868. for ___, player in pairs(Players) do
  6869. pcall(function()
  6870. local Me = player
  6871. local Char = Me.Character
  6872. local Torso = Char.Torso
  6873. local Color = "Medium stone gray"
  6874. local Dead = false
  6875.  
  6876.  
  6877. local Position = Vector3.new(0,100,0)
  6878. local function NewPart(Parent)
  6879. local Part = Instance.new("Part", Parent)
  6880. Part.CanCollide = false
  6881. Part.FormFactor = "Custom"
  6882. Part.Position = Position
  6883. Part.TopSurface = "Smooth"
  6884. Part.BottomSurface = "Smooth"
  6885. Part.BrickColor = BrickColor.new(Color)
  6886. Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  6887. return Part
  6888. end
  6889.  
  6890. local Model = Char:FindFirstChild("Bomb")
  6891. if Model then Model:Destroy() end
  6892.  
  6893. Model = Instance.new("Model", Char)
  6894. Model.Name = "Bomb"
  6895.  
  6896. local Belt = NewPart(Model)
  6897. Belt.Size = Vector3.new(2.2,0.5,1.2)
  6898. table.insert(BeltPositions, Belt)
  6899. local Weld = Instance.new("Weld", Belt)
  6900. Weld.Part0 = Belt
  6901. Weld.Part1 = Torso
  6902. Weld.C0 = CFrame.new(0,1.1,0)
  6903. local Light = Instance.new("PointLight", Belt)
  6904. Light.Range = 15
  6905. Light.Brightness = 5
  6906. Light.Color = Color3.new(1,0,0)
  6907. local Beep = Instance.new("Sound", Belt)
  6908. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  6909. local ExplodeSound = Instance.new("Sound", Belt)
  6910. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  6911. ExplodeSound.Pitch = 2.8
  6912. ExplodeSound.Volume = 3
  6913. table.insert(ExplodeSounds, ExplodeSound)
  6914.  
  6915. local Back = NewPart(Model)
  6916. Back.Size = Vector3.new(1.5,1.5,0.5)
  6917. local Weld = Instance.new("Weld", Back)
  6918. Weld.Part0 = Back
  6919. Weld.Part1 = Torso
  6920. Weld.C0 = CFrame.new(0,0.1,-0.75)
  6921.  
  6922. local StrapLeft = NewPart(Model)
  6923. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  6924. local Weld = Instance.new("Weld", StrapLeft)
  6925. Weld.Part0 = StrapLeft
  6926. Weld.Part1 = Torso
  6927. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  6928.  
  6929. local BuckleLeft = NewPart(Model)
  6930. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  6931. local Weld = Instance.new("Weld", BuckleLeft)
  6932. Weld.Part0 = BuckleLeft
  6933. Weld.Part1 = Torso
  6934. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  6935.  
  6936. local StrapRight = NewPart(Model)
  6937. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  6938. local Weld = Instance.new("Weld", StrapRight)
  6939. Weld.Part0 = StrapRight
  6940. Weld.Part1 = Torso
  6941. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  6942.  
  6943. local BuckleRight = NewPart(Model)
  6944. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  6945. local Weld = Instance.new("Weld", BuckleRight)
  6946. Weld.Part0 = BuckleRight
  6947. Weld.Part1 = Torso
  6948. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  6949.  
  6950.  
  6951. coroutine.wrap(function()
  6952. repeat
  6953. wait(TickWait)
  6954. Light.Enabled = not Light.Enabled
  6955. Beep:Play()
  6956. until Dead == true
  6957. end)()
  6958. end)
  6959. end
  6960.  
  6961. local Tool = Instance.new("HopperBin", cmd.localplayer.Backpack)
  6962. Tool.Name = "Bomb Vest"
  6963.  
  6964. Tool.Selected:connect(function(Mouse)
  6965. TickWait = 0.3
  6966. Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  6967.  
  6968. Mouse.Button1Down:connect(function()
  6969. if Dead == false then
  6970. Dead = true
  6971. for i, Belt in pairs(BeltPositions) do
  6972. coroutine.wrap(function()
  6973. pcall(function() ExplodeSounds[i]:Play() end)
  6974. wait(1.4)
  6975. local Explosion = Instance.new("Explosion", workspace)
  6976. Explosion.Position = Belt.Position
  6977. Explosion.BlastPressure = 100000
  6978. Explosion.DestroyJointRadiusPercent = 0.7
  6979. Explosion.ExplosionType = "CratersAndDebris"
  6980. Explosion.BlastRadius = 50
  6981. Explosion.Hit:connect(function(Part, Distance)
  6982. Part.Anchored = false
  6983. if Distance <= 10 then
  6984. Part:BreakJoints()
  6985. end
  6986. end)
  6987. end)()
  6988. end
  6989. end
  6990. end)
  6991. end)
  6992.  
  6993. Tool.Deselected:connect(function()
  6994. TickWait = 1
  6995. end)
  6996. end
  6997. cmd.util.hulk = function(p)
  6998. function giant(p, size)
  6999. local pchar = p.Character
  7000. if pchar then
  7001. local function scale(chr,scl)
  7002.  
  7003. for _,v in pairs(pchar:GetChildren()) do
  7004. if v:IsA("Hat") then
  7005. v:Clone()
  7006. v.Parent = game.Lighting
  7007. end
  7008. end
  7009.  
  7010. local Head = chr['Head']
  7011. local Torso = chr['Torso']
  7012. local LA = chr['Left Arm']
  7013. local RA = chr['Right Arm']
  7014. local LL = chr['Left Leg']
  7015. local RL = chr['Right Leg']
  7016. local HRP = chr['HumanoidRootPart']
  7017.  
  7018. wait(0.1)
  7019.  
  7020. Head.formFactor = 3
  7021. Torso.formFactor = 3
  7022. LA.formFactor = 3
  7023. RA.formFactor = 3
  7024. LL.formFactor = 3
  7025. RL.formFactor = 3
  7026. HRP.formFactor = 3
  7027.  
  7028. Head.Size = Vector3.new(scl * 2, scl, scl)
  7029. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  7030. LA.Size = Vector3.new(scl, scl * 2, scl)
  7031. RA.Size = Vector3.new(scl, scl * 2, scl)
  7032. LL.Size = Vector3.new(scl, scl * 2, scl)
  7033. RL.Size = Vector3.new(scl, scl * 2, scl)
  7034. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  7035.  
  7036. local Motor1 = Instance.new('Motor6D', Torso)
  7037. Motor1.Part0 = Torso
  7038. Motor1.Part1 = Head
  7039. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  7040. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  7041. Motor1.Name = "Neck"
  7042.  
  7043. local Motor2 = Instance.new('Motor6D', Torso)
  7044. Motor2.Part0 = Torso
  7045. Motor2.Part1 = LA
  7046. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7047. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7048. Motor2.Name = "Left Shoulder"
  7049.  
  7050. local Motor3 = Instance.new('Motor6D', Torso)
  7051. Motor3.Part0 = Torso
  7052. Motor3.Part1 = RA
  7053. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7054. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7055. Motor3.Name = "Right Shoulder"
  7056.  
  7057. local Motor4 = Instance.new('Motor6D', Torso)
  7058. Motor4.Part0 = Torso
  7059. Motor4.Part1 = LL
  7060. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7061. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7062. Motor4.Name = "Left Hip"
  7063.  
  7064. local Motor5 = Instance.new('Motor6D', Torso)
  7065. Motor5.Part0 = Torso
  7066. Motor5.Part1 = RL
  7067. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7068. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7069. Motor5.Name = "Right Hip"
  7070.  
  7071. local Motor6 = Instance.new('Motor6D', HRP)
  7072. Motor6.Part0 = HRP
  7073. Motor6.Part1 = Torso
  7074. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  7075. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  7076.  
  7077. end
  7078.  
  7079. scale(pchar, size)
  7080. pchar.Humanoid.WalkSpeed = 15 * size
  7081.  
  7082. for _,v in pairs(game.Lighting:GetChildren()) do
  7083. if v:IsA("Hat") then
  7084. v.Parent = pchar
  7085. end
  7086. end
  7087. end
  7088. end
  7089.  
  7090. local plr = p
  7091. giant(plr, 3)
  7092. for i, v in pairs(plr.Character:GetChildren()) do
  7093. if v:IsA("BasePart") then
  7094. v.Touched:connect(function(p)
  7095. if p.Size.X<30 then
  7096. p.Anchored = false
  7097. p:BreakJoints()
  7098. end
  7099. end)
  7100. end
  7101. end
  7102.  
  7103. local csize = 3
  7104.  
  7105. local sgui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  7106. local base = Instance.new("Frame", sgui)
  7107. base.BackgroundTransparency = 1
  7108. base.Size = UDim2.new(0, 110, 0, 200)
  7109. base.Position = UDim2.new(1, -120, 1, -180)
  7110. local indicator = Instance.new("TextLabel", base)
  7111. indicator.Size = UDim2.new(1, 0, 0, 25)
  7112. indicator.TextColor3 = Color3.new(1, 1, 1)
  7113. indicator.BackgroundTransparency = 0
  7114. indicator.FontSize = Enum.FontSize.Size18
  7115. indicator.Font = Enum.Font.SourceSans
  7116. indicator.Text = "Current Size: 3"
  7117. local PlusOne = Instance.new("TextButton", base)
  7118. PlusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  7119. PlusOne.Position = UDim2.new(0, 0, 0, 40)
  7120. PlusOne.Size = UDim2.new(1, 0, 0.5, -50)
  7121. PlusOne.BorderSizePixel = 2
  7122. PlusOne.Font = Enum.Font.SourceSansBold
  7123. PlusOne.FontSize = Enum.FontSize.Size24
  7124. PlusOne.Text = "+1 Size"
  7125. local MinusOne = Instance.new("TextButton", base)
  7126. MinusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  7127. MinusOne.Position = UDim2.new(0, 0, 0.5, 10)
  7128. MinusOne.Size = UDim2.new(1, 0, 0.5, -50)
  7129. MinusOne.Text = "-1 Size"
  7130. MinusOne.BorderSizePixel = 2
  7131. MinusOne.Font = Enum.Font.SourceSansBold
  7132. MinusOne.FontSize = Enum.FontSize.Size24
  7133.  
  7134. PlusOne.MouseButton1Down:connect(function()
  7135. csize = csize + 1
  7136. giant(plr, csize)
  7137. indicator.Text = "Current Size: "..tostring(csize)
  7138. end)
  7139.  
  7140. MinusOne.MouseButton1Down:connect(function()
  7141. csize = csize - 1
  7142. giant(plr, csize)
  7143. indicator.Text = "Current Size: "..tostring(csize)
  7144. end)
  7145. end
  7146. cmd.util.R15 = function()
  7147. rcode=[[local function Init()
  7148. wait()
  7149. local function ConChar(P)
  7150. Character = P.Character
  7151.  
  7152. local R15Model = Instance.new("Model")
  7153. R15Model.Name = "R15Model"
  7154. R15Model.Parent = Character
  7155.  
  7156. local function CreateLimb(Name,Color,Size,Transparency,ConnectToLimb,MotorName,C0,C1,MeshId)
  7157. local Part = Instance.new("Part")
  7158. Part.FormFactor = "Custom"
  7159. Part.Size = Size
  7160. Part.BrickColor = Color
  7161. Part.CanCollide = false
  7162. Part.Name = Name
  7163. Part.Transparency = (Transparency == 0.001 and 0 or Transparency)
  7164. Part.TopSurface = "Smooth"
  7165. Part.BottomSurface = "Smooth"
  7166.  
  7167. local Motor = Instance.new("Motor6D")
  7168. Motor.C0 = C0
  7169. Motor.C1 = C1
  7170. Motor.Part0 = ConnectToLimb
  7171. Motor.Part1 = Part
  7172. Motor.Name = MotorName
  7173. Motor.MaxVelocity = 0.1
  7174. Motor.Parent = ConnectToLimb
  7175.  
  7176. if MeshId then
  7177. local Mesh = Instance.new("SpecialMesh")
  7178. Mesh.MeshType = "FileMesh"
  7179. Mesh.MeshId = MeshId
  7180. Mesh.Scale = Vector3.new(0.99,0.99,0.99)
  7181. Mesh.Parent = Part
  7182. end
  7183.  
  7184. if MeshId and Transparency == 0.001 then
  7185. local ShirtTexturePart = Instance.new("Part")
  7186. ShirtTexturePart.FormFactor = "Custom"
  7187. ShirtTexturePart.Size = Size
  7188. ShirtTexturePart.BrickColor = Color
  7189. ShirtTexturePart.CanCollide = false
  7190. ShirtTexturePart.Name = "ShirtTexturePart"
  7191. ShirtTexturePart.Transparency = Transparency
  7192. ShirtTexturePart.TopSurface = "Smooth"
  7193. ShirtTexturePart.BottomSurface = "Smooth"
  7194.  
  7195. local Mesh = Instance.new("SpecialMesh")
  7196. Mesh.MeshType = "FileMesh"
  7197. Mesh.MeshId = MeshId
  7198. Mesh.Parent = ShirtTexturePart
  7199.  
  7200. local Weld = Instance.new("Weld")
  7201. Weld.Part0 = Part
  7202. Weld.Part1 = ShirtTexturePart
  7203. Weld.Parent = ShirtTexturePart
  7204.  
  7205. ShirtTexturePart.Parent = Part
  7206. end
  7207. Part.Parent = R15Model
  7208. return Part
  7209. end
  7210.  
  7211.  
  7212. local HumanoidRootPart = CreateLimb("HumanoidRootPart",BrickColor.new("Medium stone grey"),Vector3.new(1,1,1),1,Character.HumanoidRootPart,"RootConnector",CFrame.new(),CFrame.new(0,0.7,0))
  7213. local LowerTorso = CreateLimb("LowerTorso",BrickColor.new("Bright blue"),Vector3.new(1,1,1),0.001,HumanoidRootPart,"Root",CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941715")
  7214. local UpperTorso = CreateLimb("UpperTorso",BrickColor.new("Bright blue"),Vector3.new(1,1,1),0.001,LowerTorso,"Waist",CFrame.new(0, 0.404105991, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941468")
  7215. local Head = CreateLimb("Head",BrickColor.new("Bright yellow"),Vector3.new(1,1,1),0,UpperTorso,"Neck",CFrame.new(0, 1.26949596, 0.0428609997, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.635110021, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941905")
  7216. local LeftUpperArm = CreateLimb("LeftUpperArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.672, 1),0.001,UpperTorso,"LeftShoulder",CFrame.new(-1.50177097, 0.924546003, 0, 1, 0, -0, 0, 0.999044001, 0.0437170006, 0, -0.0437170006, 0.999044001),CFrame.new(0, 0.336115986, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938468")
  7217. local LeftLowerArm = CreateLimb("LeftLowerArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.703, 1),0.001,LeftUpperArm,"LeftElbow",CFrame.new(0, -0.336115986, 0, 1, 0, 0, 0, 0.999044001, -0.0437170006, 0, 0.0437170006, 0.999044001),CFrame.new(0, 0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938971")
  7218. local LeftHand = CreateLimb("LeftHand",BrickColor.new("Bright yellow"),Vector3.new(1, 0.352, 1),0.001,LeftLowerArm,"LeftWrist",CFrame.new(0, -0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939233")
  7219. local RightUpperArm = CreateLimb("RightUpperArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.671, 1),0.001,UpperTorso,"RightShoulder",CFrame.new(1.50049305, 0.923726022, 0, 1, 0, -0, 0, 0.999041617, 0.0437709838, 0, -0.0437709838, 0.999041617),CFrame.new(0, 0.335705996, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940113")
  7220. local RightLowerArm = CreateLimb("RightLowerArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.703, 1),0.001,RightUpperArm,"RightElbow",CFrame.new(0, -0.335705996, 0, 1, 0, 0, 0, 0.999041617, -0.0437709838, 0, 0.0437709838, 0.999041617),CFrame.new(0, 0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940356")
  7221. local RightHand = CreateLimb("RightHand",BrickColor.new("Bright yellow"),Vector3.new(1, 0.352, 1),0.001,RightLowerArm,"RightWrist",CFrame.new(0, -0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940548")
  7222. local LeftUpperLeg = CreateLimb("LeftUpperLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.775, 1),0.001,LowerTorso,"LeftHip",CFrame.new(-0.457044005, -0.498115987, 0, 1, 0, -0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),CFrame.new(0, 0.387418985, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939645")
  7223. local LeftLowerLeg = CreateLimb("LeftLowerLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.829, 1),0.001,LeftUpperLeg,"LeftKnee",CFrame.new(0, -0.387418985, 0, 1, 9.95820074e-007, 9.13360125e-008, -9.99999997e-007, 0.995820105, 0.0913360119, 0, -0.0913360119, 0.995820105),CFrame.new(0, 0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939489")
  7224. local LeftFoot = CreateLimb("LeftFoot",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.415, 1),0.001,LeftLowerLeg,"LeftAnkle",CFrame.new(0, -0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939912")
  7225. local RightUpperLeg = CreateLimb("RightUpperLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.775, 1),0.001,LowerTorso,"RightHip",CFrame.new(0.451141, -0.498115987, 0, 1, 0, -0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),CFrame.new(0, 0.387418985, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940976")
  7226. local RightLowerLeg = CreateLimb("RightLowerLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.829, 1),0.001,RightUpperLeg,"RightKnee",CFrame.new(0, -0.387418985, 0, 1, 0, -0, 0, 0.995820105, 0.0913360119, 0, -0.0913360119, 0.995820105),CFrame.new(0, 0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940802")
  7227. local RightFoot = CreateLimb("RightFoot",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.415, 1),0.001,RightLowerLeg,"RightAnkle",CFrame.new(0, -0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941196")
  7228.  
  7229. --if Character:WaitForChild("Head"):WaitForChild("Mesh").MeshId ~= "" then
  7230. -- Head.MeshId = Character.Head.Mesh.MeshId
  7231. --end
  7232.  
  7233. Character:WaitForChild("Animate").Disabled = false
  7234. local Anim = game:GetObjects("rbxassetid://401967017")[1]; print("aobj", tostring(Anim))
  7235. for i, v in pairs(Anim:GetChildren()) do
  7236. v.Parent = script
  7237. end
  7238. script.Parent = Character
  7239.  
  7240. local function Clear(Name,Alternative,ColorParts)
  7241. local Part = Character:WaitForChild(Name)
  7242. Part.Transparency = (Name == "Head" and 0.99 or 1)
  7243. local function ChildAdded(Ins)
  7244. delay(0.05,function()
  7245. if Ins.Name == "face" then
  7246. if Alternative:FindFirstChild("face") then Alternative:FindFirstChild("face"):Destroy() end
  7247. Ins.Parent = Alternative
  7248. elseif Ins:IsA("Motor6D") and string.sub(Ins.Name,1,5) ~= "Fake_" then
  7249. Ins.Name = "Fake_"..Ins.Name
  7250. elseif Ins.Name == "HeadWeld" then
  7251. delay(0.05,function()
  7252. Ins.Parent = Head
  7253. Ins.Part0 = Head
  7254. Ins.C1 = CFrame.new(0,0,0.05) * Ins.C1
  7255. end)
  7256. elseif not Ins:IsA("Weld") then
  7257. Ins:Destroy()
  7258. end
  7259. end)
  7260. end
  7261. for _,Sub in pairs(Part:GetChildren()) do
  7262. ChildAdded(Sub)
  7263. end
  7264. Part.ChildAdded:connect(ChildAdded)
  7265.  
  7266. local function Color()
  7267. for _,Sub in pairs(ColorParts) do
  7268. Sub.BrickColor = Part.BrickColor
  7269. local TexturePart = Sub:FindFirstChild("ShirtTexturePart")
  7270. if TexturePart then
  7271. TexturePart.BrickColor = Part.BrickColor
  7272. end
  7273. end
  7274. end
  7275. Color()
  7276. Part.Changed:connect(Color)
  7277. end
  7278.  
  7279. Clear("HumanoidRootPart",HumanoidRootPart,{HumanoidRootPart})
  7280. Clear("Head",Head,{Head})
  7281. Clear("Torso",nil,{LowerTorso,UpperTorso})
  7282. Clear("Left Arm",nil,{LeftLowerArm,LeftUpperArm,LeftHand})
  7283. Clear("Right Arm",nil,{RightLowerArm,RightUpperArm,RightHand})
  7284. Clear("Left Leg",nil,{LeftLowerLeg,LeftUpperLeg,LeftFoot})
  7285. Clear("Right Leg",nil,{RightLowerLeg,RightUpperLeg,RightFoot})
  7286.  
  7287. local ShirtUsed = false
  7288. local function ChildAdded(Ins)
  7289. if Ins:IsA("Hat") and string.sub(Ins.Name,1,7) ~= "Scaled_" then
  7290. delay(0.05,function()
  7291. local Mesh = Ins:WaitForChild("Handle"):WaitForChild("Mesh")
  7292. Ins.AttachmentPos = Ins.AttachmentPos
  7293. Mesh.Scale = Mesh.Scale
  7294. Ins.Name = "Scaled_"..Ins.Name
  7295. end)
  7296. elseif Ins:IsA("Shirt") then
  7297. ShirtUsed = true
  7298. LowerTorso.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7299. UpperTorso.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7300. LeftLowerArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7301. LeftUpperArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7302. LeftHand.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7303. RightLowerArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7304. RightUpperArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7305. RightHand.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  7306. elseif Ins:IsA("Pants") then
  7307. LeftUpperLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7308. LeftLowerLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7309. LeftFoot.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7310. RightUpperLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7311. RightLowerLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7312. RightFoot.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7313. if LowerTorso.ShirtTexturePart.Mesh.TextureId == "" then
  7314. LowerTorso.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7315. UpperTorso.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  7316. end
  7317. end
  7318. end
  7319.  
  7320. for _,Sub in pairs(Character:GetChildren()) do
  7321. ChildAdded(Sub)
  7322. end
  7323. Character.ChildAdded:connect(ChildAdded)
  7324. loadstring(Anim.Source)()
  7325. end
  7326. ConChar(game:service'Players'.LocalPlayer)
  7327. end
  7328.  
  7329. Init()]]
  7330. spawn(function() loadstring(rcode)() end)
  7331. end
  7332. cmd.util.size = function(p, size)
  7333. -- omfg thanks var
  7334. local pchar = p.Character
  7335. local function scale(chr,scl)
  7336.  
  7337. for _,v in pairs(pchar:GetChildren()) do
  7338. if v:IsA("Hat") then
  7339. v:Clone()
  7340. v.Parent = game.Lighting
  7341. end
  7342. end
  7343.  
  7344. local Head = chr['Head']
  7345. local Torso = chr['Torso']
  7346. local LA = chr['Left Arm']
  7347. local RA = chr['Right Arm']
  7348. local LL = chr['Left Leg']
  7349. local RL = chr['Right Leg']
  7350. local HRP = chr['HumanoidRootPart']
  7351.  
  7352. wait(0.1)
  7353.  
  7354. Head.formFactor = 3
  7355. Torso.formFactor = 3
  7356. LA.formFactor = 3
  7357. RA.formFactor = 3
  7358. LL.formFactor = 3
  7359. RL.formFactor = 3
  7360. HRP.formFactor = 3
  7361.  
  7362. Head.Size = Vector3.new(scl * 2, scl, scl)
  7363. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  7364. LA.Size = Vector3.new(scl, scl * 2, scl)
  7365. RA.Size = Vector3.new(scl, scl * 2, scl)
  7366. LL.Size = Vector3.new(scl, scl * 2, scl)
  7367. RL.Size = Vector3.new(scl, scl * 2, scl)
  7368. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  7369.  
  7370. local Motor1 = Instance.new('Motor6D', Torso)
  7371. Motor1.Part0 = Torso
  7372. Motor1.Part1 = Head
  7373. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  7374. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  7375. Motor1.Name = "Neck"
  7376.  
  7377. local Motor2 = Instance.new('Motor6D', Torso)
  7378. Motor2.Part0 = Torso
  7379. Motor2.Part1 = LA
  7380. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7381. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7382. Motor2.Name = "Left Shoulder"
  7383.  
  7384. local Motor3 = Instance.new('Motor6D', Torso)
  7385. Motor3.Part0 = Torso
  7386. Motor3.Part1 = RA
  7387. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7388. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7389. Motor3.Name = "Right Shoulder"
  7390.  
  7391. local Motor4 = Instance.new('Motor6D', Torso)
  7392. Motor4.Part0 = Torso
  7393. Motor4.Part1 = LL
  7394. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7395. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  7396. Motor4.Name = "Left Hip"
  7397.  
  7398. local Motor5 = Instance.new('Motor6D', Torso)
  7399. Motor5.Part0 = Torso
  7400. Motor5.Part1 = RL
  7401. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7402. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  7403. Motor5.Name = "Right Hip"
  7404.  
  7405. local Motor6 = Instance.new('Motor6D', HRP)
  7406. Motor6.Part0 = HRP
  7407. Motor6.Part1 = Torso
  7408. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  7409. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  7410.  
  7411. end
  7412.  
  7413. scale(pchar, size)
  7414.  
  7415. for _,v in pairs(game.Lighting:GetChildren()) do
  7416. if v:IsA("Hat") then
  7417. v.Parent = pchar
  7418. end
  7419. end
  7420. end
  7421. cmd.util.checktable = function(t, v)
  7422. for i, __ in pairs(t) do
  7423. if __ == v then
  7424. return true
  7425. end
  7426. end
  7427. return false
  7428. end
  7429. cmd.util.nextrgb = function(r, g, b)
  7430. local ar, ag, ab = r, g, b
  7431. if r == 255 and g < 255 and b == 0 then
  7432. ag = g + 8.5
  7433. end
  7434. if g == 255 and r > 0 and b == 0 then
  7435. ar = r - 8.5
  7436. end
  7437. if g == 255 and b < 255 and r == 0 then
  7438. ab = b + 8.5
  7439. end
  7440. if b == 255 and g > 0 and r == 0 then
  7441. ag = g - 8.5
  7442. end
  7443. if b == 255 and r < 255 and g == 0 then
  7444. ar = r + 8.5
  7445. end
  7446. if r == 255 and b > 0 and g == 0 then
  7447. ab = b - 8.5
  7448. end
  7449. return {ar, ag, ab}
  7450. end
  7451. -- ** interface ** --
  7452. game:GetService('UserInputService').InputBegan:connect(function(inp)
  7453. if inp.UserInputType == Enum.UserInputType.Keyboard then
  7454. if inp.KeyCode == Enum.KeyCode.Semicolon then
  7455. DistributedCmdBar:CaptureFocus()
  7456. end
  7457. end
  7458. end)
  7459.  
  7460. -- ** commands ** --
  7461. cmd.commands.store = {}
  7462. cmd.commands.fmtstore = {}
  7463.  
  7464. cmd.commands.register = function(cmdz, fmt, func)
  7465. cmd.commands.store[cmdz] = (function(str) coroutine.wrap(function() pcall(function() func(cmd.util.parse(str, fmt)) end) end)() end)
  7466. cmd.commands.fmtstore[cmdz] = fmt
  7467. end
  7468.  
  7469. cmd.commands.run = function(str)
  7470. local cmdz = cmd.util.pos(str, 1)
  7471. if not cmd.commands.store[cmdz] then
  7472. return nil
  7473. else
  7474. cmd.commands.store[cmdz](str)
  7475. end
  7476. end
  7477.  
  7478. -- // actual commands // --
  7479.  
  7480. cmd.commands.register('kill', 'cmd%plrs', function(args)
  7481. for i, v in pairs(args[2]) do
  7482. v.Character.Humanoid.Health = 0
  7483. end
  7484. end)
  7485.  
  7486. cmd.commands.register('clone', 'cmd%plrs', function(args)
  7487. for i, v in pairs(args[2]) do
  7488. v.Character.Archivable = true
  7489. local clone = v.Character:Clone()
  7490. clone.Parent = game.Workspace
  7491. clone:MoveTo(v.Character.Torso.Position)
  7492. end
  7493. end)
  7494.  
  7495. cmd.commands.register('damage', 'cmd%plrs%int', function(args)
  7496. for i, v in pairs(args[2]) do
  7497. v.Character.Humanoid:TakeDamage(args[3].data)
  7498. end
  7499. end)
  7500.  
  7501. cmd.commands.register('freeze', 'cmd%plrs', function(args)
  7502. for i, v in pairs(args[2]) do
  7503. v.Character.Torso.Anchored = true
  7504. end
  7505. end)
  7506.  
  7507. cmd.commands.register('thaw', 'cmd%plrs', function(args)
  7508. for i, v in pairs(args[2]) do
  7509. v.Character.Torso.Anchored = false
  7510. end
  7511. end)
  7512. Fly = false;
  7513. cmd.commands.register('fly', 'cmd', function(args)
  7514. if Fly == true then
  7515. Fly = false
  7516. return
  7517. end
  7518. Fly = true
  7519. local mouse=game.Players.LocalPlayer:GetMouse''
  7520. localplayer=game.Players.LocalPlayer
  7521. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  7522. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  7523. local speed=0
  7524. local keys={a=false,d=false,w=false,s=false}
  7525. local e1
  7526. local e2
  7527. local function start()
  7528. local pos = Instance.new("BodyPosition",torso)
  7529. local gyro = Instance.new("BodyGyro",torso)
  7530. pos.Name="EPIXPOS"
  7531. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7532. pos.position = torso.Position
  7533. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7534. gyro.cframe = torso.CFrame
  7535. repeat
  7536. wait()
  7537. localplayer.Character.Humanoid.PlatformStand=true
  7538. local new=gyro.cframe - gyro.cframe.p + pos.position
  7539. if not keys.w and not keys.s and not keys.a and not keys.d then
  7540. speed=1
  7541. end
  7542. if keys.w then
  7543. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  7544. speed=speed+0.01
  7545. end
  7546. if keys.s then
  7547. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  7548. speed=speed+0.01
  7549. end
  7550. if keys.d then
  7551. new = new * CFrame.new(speed,0,0)
  7552. speed=speed+0.01
  7553. end
  7554. if keys.a then
  7555. new = new * CFrame.new(-speed,0,0)
  7556. speed=speed+0.01
  7557. end
  7558. if speed>5 then
  7559. speed=5
  7560. end
  7561. pos.position=new.p
  7562. if keys.w then
  7563. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  7564. elseif keys.s then
  7565. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  7566. else
  7567. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  7568. end
  7569. until not Fly
  7570. if gyro then gyro:Destroy() end
  7571. if pos then pos:Destroy() end
  7572. flying=false
  7573. localplayer.Character.Humanoid.PlatformStand=false
  7574. speed=0
  7575. end
  7576. e1=mouse.KeyDown:connect(function(key)
  7577. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  7578. if key=="w" then
  7579. keys.w=true
  7580. elseif key=="s" then
  7581. keys.s=true
  7582. elseif key=="a" then
  7583. keys.a=true
  7584. elseif key=="d" then
  7585. keys.d=true
  7586. end
  7587. end)
  7588. e2=mouse.KeyUp:connect(function(key)
  7589. if key=="w" then
  7590. keys.w=false
  7591. elseif key=="s" then
  7592. keys.s=false
  7593. elseif key=="a" then
  7594. keys.a=false
  7595. elseif key=="d" then
  7596. keys.d=false
  7597. end
  7598. end)
  7599. start()
  7600. end)
  7601. cmd.commands.register('tp', 'cmd%plrs%plrs', function(args)
  7602. local players = args[2]
  7603. local target = args[3][1]
  7604. for i, player in pairs(args[2]) do
  7605. player.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
  7606. end
  7607. end)
  7608.  
  7609. cmd.commands.register('naked', 'cmd%plrs', function(args)
  7610. for i, v in pairs(args[2]) do
  7611. v:ClearCharacterAppearance()
  7612. end
  7613. end)
  7614. cmd.commands.register('sgod', 'cmd%plrs', function(args)
  7615. for i, v in pairs(args[2]) do
  7616. v.Character.Humanoid.MaxHealth = 999999999
  7617. v.Character.Humanoid.Health = 999999999
  7618. end
  7619. end)
  7620.  
  7621. cmd.commands.register('ws', 'cmd%plrs%int', function(args)
  7622. for i, v in pairs(args[2]) do
  7623. v.Character.Humanoid.WalkSpeed = args[3].data
  7624. end
  7625. end)
  7626.  
  7627. cmd.commands.register('lag', 'cmd%plrs', function(args)
  7628. for i, v in pairs(args[2]) do
  7629. coroutine.wrap(function()
  7630. for i = 1, 200 do
  7631. ypcall(function()
  7632. coroutine.wrap(function()
  7633. for i = 1, 1000 do
  7634. Instance.new("HopperBin", v.Backpack).Name = ('AAAAAAA '):rep(1000)
  7635. end
  7636. end)()
  7637. end)
  7638. wait()
  7639. end
  7640. end)()
  7641. end
  7642. end)
  7643.  
  7644. cmd.commands.register('ban', 'cmd%plrs', function(args)
  7645. for i, v in pairs(args[2]) do
  7646. table.insert(cmd.bans, v.Name)
  7647. v.Parent = nil
  7648. end
  7649. end)
  7650.  
  7651. cmd.commands.register('lagban', 'cmd%plrs', function(args)
  7652. for i, v in pairs(args[2]) do
  7653. table.insert(cmd.lagbans, v.Name)
  7654. coroutine.wrap(function()
  7655. for i = 1, 200 do
  7656. ypcall(function()
  7657. coroutine.wrap(function()
  7658. for i = 1, 1000 do
  7659. Instance.new("HopperBin", v.Backpack).Name = ('AAAAAAA '):rep(1000)
  7660. end
  7661. end)()
  7662. end)
  7663. wait()
  7664. end
  7665. end)()
  7666. end
  7667. end)
  7668.  
  7669. cmd.commands.register('punish', 'cmd%plrs', function(args)
  7670. for i, v in pairs(args[2]) do
  7671. v.Character.Parent = game.Lighting
  7672. end
  7673. end)
  7674.  
  7675. cmd.commands.register('unpunish', 'cmd%plrs', function(args)
  7676. for i, v in pairs(args[2]) do
  7677. v.Character.Parent = game.Workspace
  7678. end
  7679. end)
  7680.  
  7681. cmd.commands.register('respawn', 'cmd%plrs', function(args)
  7682. for i, v in pairs(args[2]) do
  7683. local a1 = Instance.new("Model", game.Workspace)
  7684. local a2 = Instance.new("Part", game.Workspace)
  7685. a2.CanCollide = true
  7686. a2.Anchored = true
  7687. a2.CFrame = CFrame.new(10000, 10000, 10000)
  7688. a2.Name = "Torso"
  7689. local a3 = Instance.new("Humanoid", a1)
  7690. a3.MaxHealth=100;a3.Health=100
  7691. v.Character = a1
  7692. a3.Health=0
  7693. end
  7694. end)
  7695.  
  7696. cmd.commands.register('shutdown', 'cmd', function(args)
  7697. for i, v in pairs(cmd.service('Players'):GetPlayers()) do
  7698. v.Parent = nil
  7699. end
  7700. end)
  7701.  
  7702. cmd.commands.register('music', 'cmd%int', function(args)
  7703. local a = Instance.new("Sound")
  7704. a.SoundId = "rbxassetid://" .. tostring(args[2].data)
  7705. a.Looped = true
  7706. a.Volume = 1
  7707. a.Parent = game.Workspace
  7708. a:Play()
  7709.  
  7710. end)
  7711.  
  7712. cmd.commands.register('sit', 'cmd%plrs', function(args)
  7713. for i, v in pairs(args[2]) do
  7714. v.Character.Humanoid.Sit = true
  7715. end
  7716. end)
  7717.  
  7718. cmd.commands.register('jump', 'cmd%plrs', function(args)
  7719. for i, v in pairs(args[2]) do
  7720. v.Character.Humanoid.Jump = true
  7721. end
  7722. end)
  7723.  
  7724. cmd.commands.register('stun', 'cmd%plrs', function(args)
  7725. for i, v in pairs(args[2]) do
  7726. v.Character.Humanoid.PlatformStand = true
  7727. end
  7728. end)
  7729.  
  7730. cmd.commands.register('unstun', 'cmd%plrs', function(args)
  7731. for i, v in pairs(args[2]) do
  7732. v.Character.Humanoid.PlatformStand = false
  7733. end
  7734. end)
  7735.  
  7736. cmd.commands.register('loopstate', 'cmd%int', function(args)
  7737. coroutine.resume(coroutine.create(function()
  7738. repeat
  7739. ypcall(function() cmd.localplayer.Character.Humanoid:ChangeState(args[2].data) end)
  7740. wait(0)
  7741. until cmd.localplayer.Character.Humanoid == nil
  7742. end))
  7743. end)
  7744.  
  7745. cmd.commands.register('invis', 'cmd%plrs', function(args)
  7746. for i, v in pairs(args[2]) do
  7747. local function dloop(o)
  7748. for i, v in pairs(o:GetChildren()) do
  7749. pcall(function() v.Transparency = 1 end)
  7750. dloop(v)
  7751. end
  7752. end
  7753. dloop(v.Character)
  7754. end
  7755. end)
  7756.  
  7757. cmd.commands.register('vis', 'cmd%plrs', function(args)
  7758. for i, v in pairs(args[2]) do
  7759. local function dloop(o)
  7760. for i, v in pairs(o:GetChildren()) do
  7761. pcall(function() v.Transparency = 0 end)
  7762. dloop(v)
  7763. end
  7764. end
  7765. v.Character.HumanoidRootPart.Transparency = 1
  7766. dloop(v.Character)
  7767. end
  7768. end)
  7769.  
  7770. cmd.commands.register('nuke', 'cmd%plrs', function(args)
  7771. for i, v in pairs(args[2]) do
  7772. if v.Character then
  7773. local nuke = Instance.new("Part", game.Workspace)
  7774. nuke.Anchored = true
  7775. nuke.CanCollide = false
  7776. nuke.FormFactor = "Symmetric"
  7777. nuke.Shape = "Ball"
  7778. nuke.Size = Vector3.new(1,1,1)
  7779. nuke.BrickColor = BrickColor.new("New Yeller")
  7780. nuke.Transparency = 0.5
  7781. nuke.Reflectance = 0.2
  7782. nuke.TopSurface = 0
  7783. nuke.BottomSurface = 0
  7784. nuke.Touched:connect(function (hit)
  7785. if hit and hit.Parent then
  7786. local boom = Instance.new("Explosion", game.Workspace)
  7787. boom.Position = hit.Position
  7788. boom.BlastRadius = 11
  7789. boom.BlastPressure = math.huge
  7790. end
  7791. end)
  7792. local CF = v.Character.Torso.CFrame
  7793. nuke.CFrame = CF
  7794. for i = 1,333 do
  7795. nuke.Size = nuke.Size + Vector3.new(3,3,3)
  7796. nuke.CFrame = CF
  7797. wait(1/44)
  7798. end
  7799. nuke:Destroy()
  7800. end
  7801. end
  7802. end)
  7803.  
  7804. cmd.commands.register('explode', 'cmd%plrs', function(args)
  7805. for i, v in pairs(args[2]) do
  7806. Instance.new("Explosion", v.Character.Torso).Position = v.Character.Torso.Position
  7807. end
  7808. end)
  7809.  
  7810. cmd.commands.register('hat', 'cmd%plrs%int', function(args)
  7811. for i, v in pairs(args[2]) do
  7812. cmd.service('InsertService'):LoadAsset(args[3].data):GetChildren()[1].Parent = v.Character
  7813. end
  7814. end)
  7815.  
  7816. cmd.commands.register('chat', 'cmd%plrs%inf', function(args)
  7817. for i, v in pairs(args[2]) do
  7818. game:GetService('Chat'):Chat(v.Character, args[3], 1)
  7819. end
  7820. end)
  7821.  
  7822. cmd.commands.register('god', 'cmd%plrs', function(args)
  7823. for i, v in pairs(args[2]) do
  7824. v.Character.Humanoid.MaxHealth = math.huge
  7825. v.Character.Humanoid.Health = math.huge
  7826. end
  7827. end)
  7828.  
  7829. cmd.commands.register('ungod', 'cmd%plrs', function(args)
  7830. for i, v in pairs(args[2]) do
  7831. v.Character.Humanoid.Health = 100
  7832. v.Character.Humanoid.MaxHealth = 100
  7833. end
  7834. end)
  7835.  
  7836. cmd.commands.register('rh', 'cmd%plrs', function(args)
  7837. for i, v in pairs(args[2]) do
  7838. v.Character.Humanoid.Parent = nil
  7839. end
  7840. end)
  7841.  
  7842. cmd.commands.register('fire', 'cmd%plrs', function(args)
  7843. for i, v in pairs(args[2]) do
  7844. Instance.new('Fire', v.Character.Torso)
  7845. end
  7846. end)
  7847.  
  7848. cmd.commands.register('insane', 'cmd%plrs', function(args)
  7849. for x, m in pairs(args[2]) do
  7850. for i,v in pairs(m.Character.Torso:GetChildren()) do
  7851. if v:IsA("Motor6D") then
  7852. coroutine.wrap(function()
  7853. while v do
  7854. v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  7855. wait()
  7856. end
  7857. end)()
  7858. end
  7859. end
  7860. end
  7861. end)
  7862.  
  7863. cmd.commands.register('admin', 'cmd%plrs',function(args)
  7864. for i, v in pairs(args[2]) do
  7865. --table.insert(cmd.admins, v.Name)
  7866. v.Chatted:connect(function(msg)
  7867. if msg:sub(1,1) == cmd.prefix or msg:sub(1,1) == cmd.hidden then
  7868. cmd.commands.run(msg:sub(2, #msg))
  7869. end
  7870. end)
  7871. end
  7872. end)
  7873.  
  7874. cmd.commands.register('nosound', 'cmd', function(args)
  7875. local function dx(o)
  7876. for i, v in pairs(o:GetChildren()) do
  7877. if v:IsA("Sound") then
  7878. v:Stop()
  7879. end
  7880. dx(v)
  7881. end
  7882. end
  7883. dx(game.Workspace)
  7884. end)
  7885.  
  7886. cmd.commands.register('duck', 'cmd%plrs', function(args)
  7887. for _,p in pairs(args[2]) do
  7888. local pchar = p.Character
  7889. for i,v in pairs(pchar.Torso:GetChildren()) do
  7890. if v:IsA("Decal") then
  7891. v:Destroy()
  7892. end
  7893. end
  7894. for i,v in pairs(pchar:GetChildren()) do
  7895. if v:IsA("Hat") then
  7896. v:Destroy()
  7897. end
  7898. end
  7899. local duck = Instance.new("SpecialMesh", pchar.Torso)
  7900. duck.MeshType = "FileMesh"
  7901. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  7902. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  7903. duck.Scale = Vector3.new(5, 5, 5)
  7904. pchar.Head.Transparency = 1
  7905. pchar["Left Arm"].Transparency = 1
  7906. pchar["Right Arm"].Transparency = 1
  7907. pchar["Left Leg"].Transparency = 1
  7908. pchar["Right Leg"].Transparency = 1
  7909. pchar.Head.face.Transparency = 1
  7910. end
  7911. end)
  7912.  
  7913. cmd.commands.register('shrek', 'cmd%plrs', function(args)
  7914. for i, v in pairs(args[2]) do
  7915. local pchar = v.Character
  7916. for i,v in pairs(pchar:GetChildren()) do
  7917. if v:IsA("Hat") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  7918. v:Destroy()
  7919. end
  7920. end
  7921. for i,v in pairs(pchar.Head:GetChildren()) do
  7922. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  7923. v:Destroy()
  7924. end
  7925. end
  7926.  
  7927. local mesh = Instance.new("SpecialMesh", pchar.Head)
  7928. mesh.MeshType = "FileMesh"
  7929. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  7930. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  7931. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  7932.  
  7933. local Shirt = Instance.new("Shirt", v.Character)
  7934. local Pants = Instance.new("Pants", v.Character)
  7935.  
  7936. Shirt.ShirtTemplate = "rbxassetid://133078194"
  7937. Pants.PantsTemplate = "rbxassetid://133078204"
  7938. end
  7939. end)
  7940.  
  7941. cmd.commands.register('nograv', 'cmd%plrs', function(args)
  7942. for i, v in pairs(args[2]) do
  7943. for x, m in pairs(v.Character:GetChildren()) do
  7944. if m:IsA("BasePart") then
  7945. local bf = Instance.new("BodyForce", m)
  7946. bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
  7947. end
  7948. if m:IsA("Hat") then
  7949. if m:findFirstChild("Handle") then
  7950. local bf = Instance.new("BodyForce", m.Handle)
  7951. bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
  7952. end
  7953. end
  7954. end
  7955. end
  7956. end)
  7957.  
  7958. cmd.commands.register('loopheal', 'cmd%plrs', function(args)
  7959. for i, v in pairs(args[2]) do
  7960. coroutine.wrap(function()
  7961. while wait() do
  7962. if v.Character.Humanoid then
  7963. v.Character.Humanoid.Health = 1000
  7964. v.Character.Humanoid.MaxHealth = 1000
  7965. end
  7966. end
  7967. end)()
  7968. end
  7969. end)
  7970.  
  7971. cmd.commands.register('hulk', 'cmd%plrs', function(args)
  7972. for i, v in pairs(args[2]) do
  7973. cmd.util.hulk(v)
  7974. end
  7975. end)
  7976.  
  7977. cmd.commands.register('sky', 'cmd%int', function(args)
  7978. local ID = args[2].data
  7979. local sky = Instance.new("Sky", game.Lighting)
  7980. sky.SkyboxBk = "rbxassetid://" .. ID
  7981. sky.SkyboxDn = "rbxassetid://" .. ID
  7982. sky.SkyboxFt = "rbxassetid://" .. ID
  7983. sky.SkyboxLf = "rbxassetid://" .. ID
  7984. sky.SkyboxRt = "rbxassetid://" .. ID
  7985. sky.SkyboxUp = "rbxassetid://" .. ID
  7986. end)
  7987.  
  7988. cmd.commands.register('bombs', 'cmd%plrs', function(args)
  7989. cmd.util.BombVest(args[2])
  7990. end)
  7991.  
  7992. cmd.commands.register('control', 'cmd%plrs', function(args)
  7993. -- variable
  7994. local pchar = args[2][1].Character
  7995. local char = cmd.localplayer.Character
  7996. pchar.Humanoid.PlatformStand = true
  7997. local w = Instance.new("Weld", pchar.Torso)
  7998. w.Part0 = pchar.Torso
  7999. w.Part1 = pchar.Torso
  8000. local w2 = Instance.new("Weld", pchar.Head)
  8001. w2.Part0 = pchar.Head
  8002. w2.Part1 = pchar.Head
  8003. local w3 = Instance.new("Weld", pchar:findFirstChild("Right Arm"))
  8004. w3.Part0 = pchar:findFirstChild("Right Arm")
  8005. w3.Part1 = pchar:findFirstChild("Right Arm")
  8006. local w4 = Instance.new("Weld", pchar:findFirstChild("Left Arm"))
  8007. w4.Part0 = pchar:findFirstChild("Left Arm")
  8008. w4.Part1 = pchar:findFirstChild("Left Arm")
  8009. local w5 = Instance.new("Weld", pchar:findFirstChild("Right Leg"))
  8010. w5.Part0 = pchar:findFirstChild("Right Leg")
  8011. w5.Part1 = pchar:findFirstChild("Right Leg")
  8012. local w6 = Instance.new("Weld", pchar:findFirstChild("Left Leg"))
  8013. w6.Part0 = pchar:findFirstChild("Left Leg")
  8014. w6.Part1 = pchar:findFirstChild("Left Leg")
  8015. char.Head.face:Destroy()
  8016. for i,v in pairs(pchar:GetChildren()) do
  8017. if v:IsA("BasePart") then
  8018. v.CanCollide = false
  8019. end
  8020. end
  8021. for i,v in pairs(char:GetChildren()) do
  8022. if v:IsA("BasePart") then
  8023. v.Transparency = 1
  8024. elseif v:IsA("Hat") then
  8025. v:Destroy()
  8026. end
  8027. end
  8028. pchar.Parent = char
  8029. repeat
  8030. pchar.Humanoid.PlatformStand = true
  8031. wait()
  8032. until char.Parent == nil
  8033. end)
  8034.  
  8035. cmd.commands.register('rtag', 'cmd%inf', function(args)
  8036. local len = 10; local player = cmd.localplayer
  8037. local bb = Instance.new("BillboardGui")
  8038. bb.Parent = player.Character.Head
  8039. bb.Adornee = player.Character.Head
  8040. bb.AlwaysOnTop = true
  8041. bb.Enabled = true
  8042. bb.Size = UDim2.new(len, 0, 1.5, 0)
  8043. bb.Name = "tag"
  8044. bb.StudsOffset = Vector3.new(0, 3, 0)
  8045. --local fr = Instance.new("Frame")
  8046. --fr.Parent = bb
  8047. --fr.Size = UDim2.new(1, 0, 1, 0)
  8048. --fr.Style = Enum.FrameStyle.RobloxRound
  8049. local tl = Instance.new("TextLabel")
  8050. tl.Parent = bb
  8051. tl.BackgroundTransparency = 1
  8052. tl.TextScaled = true
  8053. tl.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  8054. tl.Size = UDim2.new(1, 0, 1, 0)
  8055. tl.Text = args[2]
  8056. tl.Name = "trutag"
  8057. tl.Visible = true
  8058. tl.ZIndex = 2
  8059. coroutine.wrap(function()
  8060. local r, g, b = 255, 0, 0
  8061. repeat
  8062. tl.TextColor3 = Color3.new(r/255, g/255, b/255)
  8063. local bo = cmd.util.nextrgb(r, g, b)
  8064. r = bo[1]; g = bo[2]; b = bo[3];
  8065. wait()
  8066. until bb == nil
  8067. end)()
  8068. end)
  8069.  
  8070. cmd.commands.register('smoke', 'cmd%plrs', function(args)
  8071. for i, v in pairs(args[2]) do
  8072. Instance.new('Smoke', v.Character.Torso)
  8073. end
  8074. end)
  8075.  
  8076. cmd.commands.register('btools', 'cmd%plrs', function(args)
  8077. for i, p in pairs(args[2]) do
  8078. local a = Instance.new("HopperBin")
  8079. a.BinType = "GameTool"
  8080. a.Parent = p.Backpack
  8081. local a = Instance.new("HopperBin")
  8082. a.BinType = "Clone"
  8083. a.Parent = p.Backpack
  8084. local a = Instance.new("HopperBin")
  8085. a.BinType = "Hammer"
  8086. a.Parent = p.Backpack
  8087. end
  8088. end)
  8089.  
  8090. con = nil;
  8091. cmd.commands.register('noclip', 'cmd', function(args)
  8092. cmd.noclip = false
  8093. con = game:GetService('RunService').Stepped:connect(function()
  8094. if cmd.noclip == true then
  8095. con:disconnect()
  8096. else
  8097. cmd.localplayer.Character.Torso.CanCollide = false
  8098. cmd.localplayer.Character.Head.CanCollide = false
  8099. end
  8100. end)
  8101. end)
  8102.  
  8103. cmd.commands.register('clip', 'cmd', function(args)
  8104. cmd.noclip = true
  8105. end)
  8106.  
  8107. cmd.commands.register('gear', 'cmd%plrs%int', function(args)
  8108. local gear = game:GetService("InsertService"):LoadAsset(args[3].data):GetChildren()[1]
  8109. if not gear then return end
  8110. for i, v in pairs(args[2]) do
  8111. gear:Clone().Parent = v.Backpack
  8112. end
  8113. end)
  8114.  
  8115. cmd.commands.register('kick', 'cmd%plrs', function(args)
  8116. for i, v in pairs(args[2]) do
  8117. v.Parent = nil
  8118. end
  8119. end)
  8120.  
  8121. cmd.commands.register('r15', 'cmd', function(args)
  8122. cmd.util.R15()
  8123. end)
  8124.  
  8125. cmd.commands.register('char', 'cmd%plrs%str', function(args)
  8126. if tonumber(args[3].data) ~= nil then
  8127. args[3].data = tonumber(args[3].data)
  8128. else
  8129. args[3].data = cmd.players:GetUserIdFromNameAsync(args[3].data)
  8130. end
  8131. for i, v in pairs(args[2]) do
  8132. v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=' .. args[3].data
  8133. pcall(function() v.Character.Humanoid.Health = 0 end)
  8134. end
  8135. end)
  8136.  
  8137. cmd.commands.register('noob', 'cmd%plrs', function(args)
  8138. for i, v in pairs(args[2]) do
  8139. v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=4'
  8140. pcall(function() v.Character.Humanoid.Health = 0 end)
  8141. end
  8142. end)
  8143.  
  8144. cmd.commands.register('ff', 'cmd%plrs', function(args)
  8145. for i, v in pairs(args[2]) do
  8146. Instance.new("ForceField", v.Character)
  8147. end
  8148. end)
  8149.  
  8150. cmd.commands.register('unff', 'cmd%plrs', function(args)
  8151. for i, v in pairs(args[2]) do
  8152. for x, m in pairs(v.Character:GetChildren()) do
  8153. if m:IsA("ForceField") then
  8154. m.Parent = nil
  8155. end
  8156. end
  8157. end
  8158. end)
  8159.  
  8160. cmd.commands.register('guest', 'cmd%plrs', function(args)
  8161. for i, v in pairs(args[2]) do
  8162. v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=1'
  8163. pcall(function() v.Character.Humanoid.Health = 0 end)
  8164. end
  8165. end)
  8166.  
  8167. cmd.commands.register('giraffe', 'cmd%plrs', function(args)
  8168. for i, v in pairs(args[2]) do
  8169. local char=v.Character
  8170. local h=char.Head
  8171. local tor=char.Torso
  8172. tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
  8173. local fn=Instance.new("Part",char)
  8174. fn.Size=Vector3.new(1,5.5,1)
  8175. fn.Name="FakeNeck"
  8176. fn.Anchored=false
  8177. fn.CanCollide=false
  8178. if char:FindFirstChild("Body Colors") then
  8179. fn.BrickColor=char["Body Colors"].HeadColor
  8180. end
  8181. local cm=Instance.new("CylinderMesh",fn)
  8182. local we=Instance.new("Weld",h)
  8183. we.Part0=h
  8184. we.Part1=fn
  8185. we.C1=we.C1*CFrame.new(0,2.6,0)
  8186. end
  8187. end)
  8188.  
  8189. cmd.commands.register('notools', 'cmd%plrs', function(args)
  8190. for i, v in pairs(args[2]) do
  8191. for x, m in pairs(v.Backpack:GetChildren()) do
  8192. m.Parent = nil
  8193. end
  8194. end
  8195. end)
  8196.  
  8197. cmd.commands.register('taketools', 'cmd%plrs', function(args)
  8198. for i, v in pairs(args[2]) do
  8199. for x, m in pairs(v.Backpack:GetChildren()) do
  8200. m.Parent = cmd.localplayer.Backpack
  8201. end
  8202. end
  8203. end)
  8204.  
  8205. cmd.commands.register('confuse', 'cmd%plrs', function(args)
  8206. for i, v in pairs(args[2]) do
  8207. v.Character.Humanoid.WalkSpeed = -16
  8208. end
  8209. end)
  8210.  
  8211. cmd.commands.register('spin', 'cmd%plrs', function(args)
  8212. for i, v in pairs(args[2]) do
  8213. for i,v in pairs(v.Character.Torso:GetChildren()) do
  8214. if v.Name == "Spinning" then
  8215. v:Destroy()
  8216. end
  8217. end
  8218. local Torso = v.Character.Torso
  8219. local BG = Instance.new("BodyGyro", Torso)
  8220. BG.Name = "Spinning"
  8221. BG.maxTorque = Vector3.new(0, math.huge, 0)
  8222. BG.P = 11111
  8223. BG.cframe = Torso.CFrame
  8224. repeat wait(1/44)
  8225. BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  8226. until not BG or BG.Parent ~= Torso
  8227. end
  8228. end)
  8229.  
  8230. cmd.commands.register('fling', 'cmd%plrs', function(args)
  8231. for i, v in pairs(args[2]) do
  8232. local pchar = v.Character
  8233. if pchar:FindFirstChild("Humanoid") then
  8234. local xran
  8235. local zran
  8236. repeat
  8237. xran = math.random(-9999,9999)
  8238. until math.abs(xran) >= 5555
  8239. repeat
  8240. zran = math.random(-9999,9999)
  8241. until math.abs(zran) >= 5555
  8242. pchar.Humanoid.Sit = true
  8243. pchar.Torso.Velocity = Vector3.new(0,0,0)
  8244. local BF = Instance.new("BodyForce", pchar.Torso)
  8245. BF.force = Vector3.new(xran * 4, 9999 * 5, zran * 4)
  8246. end
  8247. end
  8248. end)
  8249.  
  8250. cmd.commands.register('burn', 'cmd%plrs', function(args)
  8251. for i, v in pairs(args[2]) do
  8252. spawn(function()
  8253. wait(0.1)
  8254. local fire=Instance.new("Fire", v.Character.Torso)
  8255. wait(0.1)
  8256. local fire=Instance.new("Fire", v.Character.Head)
  8257. wait(0.1)
  8258. local fire=Instance.new("Fire", v.Character["Left Arm"])
  8259. wait(0.1)
  8260. local fire=Instance.new("Fire", v.Character["Right Leg"])
  8261. wait(0.5)
  8262. v.Character:BreakJoints();
  8263. end)
  8264. end
  8265. end)
  8266.  
  8267. cmd.commands.register('printcmds', 'cmd', function(args)
  8268. for i, v in pairs(cmd.commands.store) do
  8269. print(i, '==', v)
  8270. end
  8271. end)
  8272.  
  8273. cmd.commands.register('gun', 'cmd%plrs', function(args)
  8274. local a = game:GetService("InsertService"):LoadAsset(130113146):GetChildren()[1]
  8275. local b = game:GetService("InsertService"):LoadAsset(67747912):GetChildren()[1]
  8276. local c = game:GetService("InsertService"):LoadAsset(95354288):GetChildren()[1]
  8277. for i, v in pairs(args[2]) do
  8278. a:Clone().Parent = v.Backpack
  8279. b:Clone().Parent = v.Backpack
  8280. c:Clone().Parent = v.Backpack
  8281. end
  8282. end)
  8283.  
  8284.  
  8285. cmd.commands.register('goto', 'cmd%plrs', function(args)
  8286. local target = args[2][1]
  8287. cmd.localplayer.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
  8288. end)
  8289.  
  8290. cmd.commands.register('select', 'cmd%plrs', function(args)
  8291. for i, v in pairs(args[2]) do
  8292. Instance.new("SelectionBox", v.Character).Adornee = v.Character
  8293. end
  8294. end)
  8295.  
  8296. cmd.commands.register('sphere', 'cmd%plrs', function(args)
  8297. for i, v in pairs(args[2]) do
  8298. Instance.new("SelectionSphere", v.Character).Adornee = v.Character
  8299. end
  8300. end)
  8301.  
  8302. cmd.commands.register('bring', 'cmd%plrs', function(args)
  8303. for i, v in pairs(args[2]) do
  8304. v.Character.HumanoidRootPart.CFrame = cmd.localplayer.Character.HumanoidRootPart.CFrame
  8305. end
  8306. end)
  8307.  
  8308. cmd.commands.register('knife', 'cmd%plrs', function(args)
  8309. local knife = game:GetService("InsertService"):LoadAsset(170897263):GetChildren()[1]
  8310. for i, v in pairs(args[2]) do
  8311. knife:Clone().Parent = v
  8312. end
  8313. end)
  8314.  
  8315. cmd.commands.register('shades', 'cmd%plrs', function(args)
  8316. local shades = game:GetService('InsertService'):LoadAsset(11748356):GetChildren()[1]
  8317. for i, v in pairs(args[2]) do
  8318. shades:Clone().Parent = v.Character
  8319. end
  8320. end)
  8321.  
  8322. cmd.commands.register('alien', 'cmd%plrs', function(args)
  8323. -- variable
  8324. for i, v in pairs(args[2]) do
  8325. local pchar = v.Character
  8326. if pchar:FindFirstChild('Shirt') then
  8327. pchar.Shirt:Destroy()
  8328. end
  8329. if pchar:FindFirstChild('Pants') then
  8330. pchar.Pants:Destroy()
  8331. end
  8332. if pchar:FindFirstChild('Shirt Graphic') then
  8333. pchar['Shirt Graphic'].Graphic = ''
  8334. end
  8335. for i,v in pairs(pchar:GetChildren()) do
  8336. if v:IsA('Hat') then
  8337. v:Destroy()
  8338. end
  8339. end
  8340. local ayy2 = game:GetObjects("rbxassetid://397033642")[1]
  8341. ayy2.Parent = pchar
  8342. local BC = pchar['Body Colors']
  8343. BC.HeadColor = BrickColor.new('Fossil')
  8344. BC.LeftArmColor = BrickColor.new('Fossil')
  8345. BC.LeftLegColor = BrickColor.new('Fossil')
  8346. BC.RightArmColor = BrickColor.new('Fossil')
  8347. BC.RightLegColor = BrickColor.new('Fossil')
  8348. BC.TorsoColor = BrickColor.new('Fossil')
  8349. end
  8350. end)
  8351.  
  8352. cmd.commands.register('team', 'cmd%plrs%str', function(args)
  8353. for i, v in pairs(args[2]) do
  8354. for x, m in pairs(game:GetService('Teams'):GetTeams()) do
  8355. if (m.Name):lower():sub(1, #args[3].data) == (args[3].data):lower() then
  8356. v.TeamColor = m.TeamColor
  8357. end
  8358. end
  8359. end
  8360. end)
  8361.  
  8362. cmd.commands.register('particles', 'cmd%plrs%int', function(args)
  8363. for i, v in pairs(args[2]) do
  8364. Instance.new("ParticleEmitter", v.Character).Texture = args[3].data
  8365. end
  8366. end)
  8367.  
  8368. cmd.commands.register('ghost', 'cmd%plrs', function(args)
  8369. for i, v in pairs(args[2]) do
  8370. local pchar = v.Character
  8371. pchar.Head.Transparency = 0.5
  8372. pchar.Torso.Transparency = 0.5
  8373. pchar["Left Arm"].Transparency = 0.5
  8374. pchar["Right Arm"].Transparency = 0.5
  8375. pchar["Left Leg"].Transparency = 0.5
  8376. pchar["Right Leg"].Transparency = 0.5
  8377. pchar.Head.face.Transparency = 0.5
  8378. end
  8379. end)
  8380.  
  8381. cmd.commands.register('firstperson', 'cmd%plrs', function(args)
  8382. for i, v in pairs(args[2]) do
  8383. v.CameraMode = Enum.CameraMode.LockFirstPerson
  8384. end
  8385. end)
  8386.  
  8387. cmd.commands.register('creeper', 'cmd%plrs', function(args)
  8388. for i, v in pairs(args[2]) do
  8389. local pchar = v.Character
  8390. if pchar then
  8391. if pchar:FindFirstChild("Shirt") then
  8392. pchar.Shirt.Parent = pchar.Torso
  8393. end
  8394. if pchar:FindFirstChild("Pants") then
  8395. pchar.Pants.Parent = pchar.Torso
  8396. end
  8397. if pchar:FindFirstChild("Shirt Graphic") then
  8398. pchar["Shirt Graphic"].Graphic = ""
  8399. end
  8400. for i,v in pairs(pchar:GetChildren()) do
  8401. if v:IsA("Hat") then
  8402. v:Destroy()
  8403. end
  8404. end
  8405. pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  8406. pchar.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  8407. pchar.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  8408. pchar.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  8409. pchar.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  8410. pchar["Body Colors"].HeadColor = BrickColor.new("Bright green")
  8411. pchar["Body Colors"].LeftArmColor = BrickColor.new("Bright green")
  8412. pchar["Body Colors"].LeftLegColor = BrickColor.new("Bright green")
  8413. pchar["Body Colors"].RightArmColor = BrickColor.new("Bright green")
  8414. pchar["Body Colors"].RightLegColor = BrickColor.new("Bright green")
  8415. pchar["Body Colors"].TorsoColor = BrickColor.new("Bright green")
  8416. end
  8417. end
  8418. end)
  8419.  
  8420. cmd.commands.register('insert', 'cmd%int', function(args)
  8421. local m = cmd.service('InsertService'):LoadAsset(args[2].data)
  8422. m.Parent = game.Workspace
  8423. m:MoveTo(cmd.localplayer.Character.Torso.Position)
  8424. m:MakeJoints()
  8425. end)
  8426.  
  8427. cmd.commands.register('nolimbs', 'cmd%plrs', function(args)
  8428. for i, v in pairs(game.Players:GetPlayers()) do
  8429. v.Character['Right Leg'].Parent = nil
  8430. v.Character['Left Leg'].Parent = nil
  8431. v.Character['Right Arm'].Parent = nil
  8432. v.Character['Left Arm'].Parent = nil
  8433. end
  8434. end)
  8435.  
  8436. cmd.commands.register('recurseremove', 'cmd%str', function(args)
  8437. local function a(o)
  8438. for i,v in pairs(o:GetChildren()) do
  8439. if v:IsA(args[2].data) then
  8440. v.Parent=nil
  8441. end
  8442. a(v)
  8443. end
  8444. end
  8445. a(game.Workspace)
  8446. end)
  8447.  
  8448. cmd.commands.register('name', 'cmd%plrs%inf', function(args)
  8449. for i, v in pairs(args[2]) do
  8450. local tchar = v.Character
  8451. for x, m in pairs(tchar:GetChildren()) do
  8452. if m:FindFirstChild('nm') then
  8453. m.Parent = nil
  8454. end
  8455. end
  8456. tchar.Name = ''
  8457. local ntag = Instance.new("Model", tchar)
  8458. ntag.Name = args[3]
  8459. local nhead = tchar.Head:Clone()
  8460. nhead.Parent = ntag
  8461. local nhum = Instance.new("Humanoid", ntag)
  8462. nhum.MaxHealth = 0
  8463. nhum.Health = 0
  8464. nhum.Name = 'nm'
  8465. local nweld = Instance.new("Weld", nhead)
  8466. nweld.Part0 = nhead
  8467. nweld.Part1 = tchar.Head
  8468. end
  8469. end)
  8470.  
  8471. cmd.commands.register('track', 'cmd%plrs%inf', function(args)
  8472. for i, v in pairs(args[2]) do
  8473. local tchar = v.Character
  8474. for x, m in pairs(tchar:GetChildren()) do
  8475. if m:FindFirstChild('nm') then
  8476. m.Parent = nil
  8477. end
  8478. end
  8479. tchar.Name = ''
  8480. local ntag = Instance.new("Model", workspace.CurrentCamera)
  8481. ntag.Name = v.Name
  8482. local nhead = tchar.Head:Clone()
  8483. nhead.Parent = ntag
  8484. local nhum = Instance.new("Humanoid", ntag)
  8485. nhum.MaxHealth = 0
  8486. nhum.Health = 0
  8487. nhum.Name = 'nm'
  8488. local nweld = Instance.new("Weld", nhead)
  8489. nweld.Part0 = nhead
  8490. nweld.Part1 = tchar.Head
  8491. end
  8492. end)
  8493.  
  8494. cmd.commands.register('rname', 'cmd%plrs', function(args)
  8495. local player = cmd.localplayer
  8496. player.Neutral = false
  8497. repeat
  8498. wait()
  8499. player.TeamColor = BrickColor.Random()
  8500. until not player.Character.Humanoid
  8501. end)
  8502.  
  8503. cmd.commands.register('fogend', 'cmd%int', function(args)
  8504. game.Lighting.FogEnd = args[2].data
  8505. end)
  8506.  
  8507. cmd.commands.register('fogstart', 'cmd%int', function(args)
  8508. game.Lighting.FogStart = args[2].data
  8509. end)
  8510.  
  8511. cmd.commands.register('time', 'cmd%int', function(args)
  8512. game.Lighting:SetMinutesAfterMidnight(60 * args[2].data)
  8513. end)
  8514.  
  8515. cmd.commands.register('ambient', 'cmd%int%int%int', function(args)
  8516. game.Lighting.Ambient = Color3.new(args[2].data/255, args[3].data/255, args[4].data/255)
  8517. end)
  8518.  
  8519. cmd.commands.register('fogcolor', 'cmd%int%int%int', function(args)
  8520. game.Lighting.FogColor = Color3.new(args[2].data/255, args[3].data/255, args[4].data/255)
  8521. end)
  8522.  
  8523. cmd.commands.register('sword', 'cmd%plrs', function(args)
  8524. local sword = game:GetService('InsertService'):LoadAsset(125013769):GetChildren()[1]
  8525. for i, v in pairs(args[2]) do
  8526. sword:Clone().Parent = v.Backpack
  8527. end
  8528. end)
  8529.  
  8530. cmd.commands.register('paranoid', 'cmd%plrs', function(args)
  8531. for i, v in pairs(cmd.localplayer.Character:GetChildren()) do
  8532. if v:IsA("BasePart") then
  8533. v.Anchored = true
  8534. end
  8535. end
  8536. end)
  8537.  
  8538. cmd.commands.register('size', 'cmd%plrs%int', function(args)
  8539. for i, v in pairs(args[2]) do
  8540. cmd.util.size(v, args[3].data)
  8541. end
  8542. end)
  8543.  
  8544. cmd.commands.register('unlockws', 'cmd%plrs', function(args)
  8545. local function dloop(o)
  8546. for i, v in pairs(o:GetChildren()) do
  8547. if v:IsA("BasePart") then
  8548. v.Anchored = false
  8549. end
  8550. if v:IsA("Model") then
  8551. v:BreakJoints()
  8552. end
  8553. dloop(v)
  8554. end
  8555. end
  8556. dloop(game.Workspace)
  8557. end)
  8558.  
  8559. cmd.commands.register('change', 'cmd%plrs%str%inf', function(args)
  8560. for i, v in pairs(args[2]) do
  8561. if v:FindFirstChild("leaderstats") then
  8562. if v.leaderstats:FindFirstChild(args[3].data) then
  8563. if v.leaderstats[args[3].data]:IsA("StringValue") then
  8564. v.leaderstats[args[3].data].Value = args[4]
  8565. end
  8566. if v.leaderstats[args[3].data]:IsA("NumberValue") or v.leaderstats[args[3].data]:IsA("IntValue") then
  8567. print(args[4])
  8568. if tonumber(args[4]) ~= nil then
  8569. v.leaderstats[args[3].data].Value = tonumber(args[4])
  8570. end
  8571. end
  8572. end
  8573. end
  8574. end
  8575. end)
  8576.  
  8577. ---------------------------
  8578.  
  8579. -- ** init ** --
  8580.  
  8581. local count = 0
  8582. for _, _ in pairs(cmd.commands.store) do count = count + 1 end
  8583.  
  8584. warn("loaded nosyliam's cmdscript [a]")
  8585. warn(tostring(count).." commands")
  8586.  
  8587. DistributedCmdBar.FocusLost:connect(function(e)
  8588. if e == true then
  8589. cmd.commands.run(DistributedCmdBar.Text)
  8590. DistributedCmdBar.Text = ''
  8591. end
  8592. end)
  8593.  
  8594. --PlayerChatHook = cmd.players.PlayerChatted:connect(function (_, plr, msg, _)
  8595. -- if cmd.util.isadmin(plr.Name) then
  8596. -- if msg:sub(1,1) == cmd.prefix or msg:sub(1,1) == cmd.hidden then
  8597. -- cmd.commands.run(msg:sub(2, #msg))
  8598. -- end
  8599. -- end
  8600. -- end)
  8601. end
  8602. topkek.navigation.buildHomePage = function()
  8603. local count = 0
  8604. for _, _ in pairs(cmd.commands.store) do count = count + 1 end
  8605. local hook = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Home').Container, true)
  8606. hook:drawText(1, 'T0PK3K 4.0 ex-7 edition by TheMichalos')
  8607. hook:drawText(1, 'Patch version 1.0.5')
  8608. hook:drawText(1, 'Commandbase patch version 1.0.0')
  8609. hook:drawText(1, 'Number of commands: ' .. tostring(count))
  8610. local stime = hook:drawText(1, 'Server Time: 0')
  8611. spawn(function()
  8612. while true do
  8613. stime.Text = 'Server Time: ' .. tostring(game:GetService('Workspace').DistributedGameTime)
  8614. wait(0.5)
  8615. end
  8616. end)
  8617. local ssz = hook:drawText(1, 'Server Size: 0')
  8618. spawn(function()
  8619. while true do
  8620. ssz.Text = 'Server Size: ' .. tostring(game:GetService('Players').NumPlayers)
  8621. wait(0.5)
  8622. end
  8623. end)
  8624. local fe = game:GetService('Workspace').FilteringEnabled
  8625. hook:drawText(1, 'FilteringEnabled: ' .. (fe and "YES" or "NO"))
  8626. hook:drawText(1, 'PlaceId: ' .. tostring(game.PlaceId))
  8627. hook:drawText(1, 'same', 55)
  8628. end
  8629. topkek.navigation.buildContainers = function()
  8630. for _, v in pairs(topkek.data.windows) do
  8631. topkek.tools.gui:makeContainer(v)
  8632. end
  8633. end
  8634.  
  8635. topkek.navigation.initCommandBar()
  8636. topkek.navigation.buildContainers()
  8637. topkek.navigation.buildTopbar()
  8638. topkek.navigation.buildHomePage()
  8639. wait()
  8640.  
  8641.  
  8642. --// actual code below lole //--
  8643.  
  8644. --// PLAYERS //--
  8645. local plrwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Players').Container)
  8646. local search = plrwin:drawButton(1, '', function()end)
  8647. drop = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), search, {'All'})
  8648. function fixPlayerDrop()
  8649. local t = {'All'}
  8650. for i, v in pairs(game.Players:GetPlayers()) do
  8651. table.insert(t, v.Name)
  8652. end
  8653. drop.SetTable(t)
  8654. end
  8655. game.Players.PlayerAdded:connect(function()
  8656. fixPlayerDrop()
  8657. end)
  8658. game.Players.PlayerRemoving:connect(function()
  8659. fixPlayerDrop()
  8660. end)
  8661. plrFrame = plrwin:drawContainer(1, 100)
  8662. headshotContainer = plrFrame:drawContainer(0.4, 94, true)
  8663. headshotContainer:setDrawY(20)
  8664. headshot = headshotContainer:drawImage(1, "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png", 74)
  8665. headshotContainer:setDrawY(0)
  8666. userNameText = headshotContainer:drawText(1, "[All]")
  8667. userNameText.ClipsDescendants = true
  8668. userNameText.Font = Enum.Font.SourceSansBold
  8669. infoContainer = plrFrame:drawContainer(0.5, 94, true, 0.5)
  8670. infoContainer.BackgroundColor3 = color3(108, 38, 38)
  8671. userIdText = infoContainer:drawText(1, "ID: 0")
  8672. userAgeText = infoContainer:drawText(1, "Age: 0")
  8673. userTeamText = infoContainer:drawText(1, "Team: Neutral")
  8674. cval = 'All'
  8675. fixPlayerDrop()
  8676.  
  8677. function updatePlayer(plri)
  8678. local plr = game:GetService('Players'):FindFirstChild(plri)
  8679. if not plr and plri ~= 'All' then
  8680. print("Couldn't find player!")
  8681. updatePlayer(topkek.lplr)
  8682. else
  8683. headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png"
  8684. userNameText.Text = "[All]"
  8685. userIdText.Text = 'ID: [multiple]'
  8686. userAgeText.Text = 'Age: [multiple]'
  8687. userTeamText.Text = 'Team: [multiple]'
  8688. cval = 'All'
  8689. end
  8690. local team = plr.TeamColor
  8691. if team == nil then
  8692. team = 'Neutral'
  8693. else
  8694. team = tostring(team)
  8695. end
  8696. headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=" .. tostring(plr.UserId) .. "&width=420&height=420&format=png"
  8697. userNameText.Text = plr.Name
  8698. userIdText.Text = 'ID: ' .. tostring(plr.UserId)
  8699. userAgeText.Text = 'Age: ' .. tostring(plr.AccountAge)
  8700. userTeamText.Text = 'Team: ' .. team
  8701. cval = plr.Name
  8702.  
  8703. end
  8704. drop.Changed(updatePlayer)
  8705. --actual code ------__-
  8706. plrwin:addSpacing()
  8707. plrwin:drawButton(1/2, 'Kick', function()
  8708. tk.dp(cval, function(p)
  8709. topkek.banmgr.executeKick(p)
  8710. end)
  8711. end)
  8712.  
  8713. plrwin:drawButton(1/2, 'Ban', function()
  8714. tk.dp(cval, function(p)
  8715. topkek.banmgr.addSoftBan(p)
  8716. end)
  8717. end)
  8718. plrwin:drawButton(1/2,'Friendlag', function()
  8719. tk.dp(cval, function(p)
  8720. for i = 1, 10 do
  8721. spawn(function()
  8722. while wait() do
  8723. game.Players.LocalPlayer:RequestFriendship(p)
  8724. game.Players.LocalPlayer:RevokeFriendship(p)
  8725. end
  8726. end)
  8727. end
  8728. end)
  8729. end)
  8730. plrwin:drawButton(1/2, 'Hardban', function()
  8731. tk.dp(cval, function(p)
  8732. topkek.banmgr.addHardBan(p)
  8733. end)
  8734. end)
  8735. plrwin:addSpacing()
  8736. plrwin:drawButton(1/2, 'Bring', function()
  8737. tk.dp(cval, function(z)
  8738. if z.Character then
  8739. z.Character.HumanoidRootPart.CFrame =
  8740. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  8741. end
  8742. end)
  8743. end)
  8744. plrwin:drawButton(1/2, 'Goto', function()
  8745. tk.dp(cval, function(z)
  8746. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  8747. z.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  8748. end)
  8749. end)
  8750. plrwin:addSpacing()
  8751. plrwin:drawButton(1/3, 'Kill', function()
  8752. tk.dp(cval, function(p)
  8753. if p.Character and p.Character:FindFirstChild("Humanoid") then
  8754. p.Character.Humanoid.Health = 0
  8755. end
  8756. end)
  8757. end)
  8758. plrwin:drawButton(1/3, 'Seizure', function()
  8759. tk.dp(cval, function(p)
  8760. if p.Character and p.Character:FindFirstChild("Humanoid") and tk.gt(p) then
  8761. spawn(function()
  8762. p.Character.Humanoid.PlatformStand = true
  8763. tk.gt(p).CFrame = tk.gt(p).CFrame * CFrame.Angles(math.rad(90),0,0)
  8764. repeat
  8765. wait()
  8766. p.Character.Humanoid.PlatformStand = true
  8767. tk.gt(p).Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
  8768. tk.gt(p).RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  8769. until not p.Character:FindFirstChild("Humanoid") or not tk.gt(p)
  8770. end)
  8771. end
  8772. end)
  8773. end)
  8774. plrwin:drawButton(1/3, 'Stun', function()
  8775. tk.dp(cval, function(p)
  8776. if p.Character and p.Character:FindFirstChild("Humanoid") then
  8777. p.Character.Humanoid.PlatformStand = true
  8778. p.Character.Torso.CFrame = p.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
  8779. end
  8780. end)
  8781. end)
  8782. plrwin:drawButton(1/3, 'Freeze', function()
  8783. tk.dp(cval, function(p)
  8784. if p.Character then
  8785. tk.gt(p).Anchored = true
  8786. end
  8787. end)
  8788. end)
  8789. plrwin:drawButton(1/3, 'Thaw', function()
  8790. tk.dp(cval, function(p)
  8791. if p.Character then
  8792. tk.gt(p).Anchored = false
  8793. end
  8794. end)
  8795. end)
  8796. plrwin:drawButton(1/3, 'Superslow', function()
  8797. tk.dp(cval, function(p)
  8798. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8799. p.Character.Humanoid.WalkSpeed = 1
  8800. end
  8801. end)
  8802. end)
  8803. plrwin:drawButton(1/3, 'Highjump', function()
  8804. tk.dp(cval, function(p)
  8805. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8806. p.Character.Humanoid.JumpPower = 125
  8807. end
  8808. end)
  8809. end)
  8810. plrwin:drawButton(1/3, 'God', function()
  8811. tk.dp(cval, function(p)
  8812. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8813. p.Character.Humanoid.MaxHealth = math.huge
  8814. p.Character.Humanoid.Health = math.huge
  8815. end
  8816. end)
  8817. end)
  8818. plrwin:drawButton(1/3, 'Semigod', function()
  8819. tk.dp(cval, function(p)
  8820. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8821. p.Character.Humanoid.MaxHealth = 9e9
  8822. p.Character.Humanoid.Health = 9e9
  8823. end
  8824. end)
  8825. end)
  8826. plrwin:drawButton(1/3, 'Fast', function()
  8827. tk.dp(cval, function(p)
  8828. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8829. p.Character.Humanoid.WalkSpeed = 50
  8830. end
  8831. end)
  8832. end)
  8833. Follow = false;
  8834. plrwin:drawButton(1/3, 'Annoy', function()
  8835. tk.dp(cval, function(p)
  8836. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8837. if Follow == true then
  8838. Follow = false; return
  8839. else Follow = true end
  8840. while Follow == true do
  8841. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame=
  8842. p.Character.HumanoidRootPart.CFrame
  8843. wait()
  8844. end
  8845. end
  8846. end)
  8847. end)
  8848. plrwin:drawButton(1/3, 'Freefall', function()
  8849. tk.dp(cval, function(p)
  8850. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8851. p.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame * CFrame.new(0, 10000, 0)
  8852. end
  8853. end)
  8854. end)
  8855. plrwin:drawButton(1/3, 'Destroy', function()
  8856. tk.dp(cval, function(p)
  8857. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8858. p.Character.Humanoid:Destroy()
  8859. end
  8860. end)
  8861. end)
  8862. plrwin:drawButton(1/3, 'Fix', function()
  8863. tk.dp(cval, function(p)
  8864. if p.Character and p.Character:FindFirstChild('Humanoid') then
  8865. p.Character.Humanoid.Health = 100
  8866. p.Character.Humanoid.MaxHealth = 100
  8867. p.Character.Humanoid.JumpPower = 100
  8868. p.Character.Humanoid.WalkSpeed = 16
  8869. p.Character.Humanoid.PlatformStand = false
  8870. p.Character.Humanoid.Jump = true
  8871. end
  8872. end)
  8873. end)
  8874. plrwin:drawButton(1/3, 'Respawn', function()
  8875. tk.dp(cval, function(p)
  8876. if p.Character then
  8877. local a1 = Instance.new("Model", game:service'Workspace')
  8878. local a2 = Instance.new("Part", game:service'Workspace')
  8879. a2.CanCollide = true
  8880. a2.Anchored = true
  8881. a2.CFrame = CFrame.new(10000, 10000, 10000)
  8882. a2.Name = "Torso"
  8883. local a3 = Instance.new("Humanoid", a1)
  8884. a3.MaxHealth=100;a3.Health=100
  8885. p.Character = a1
  8886. a3.Health=0
  8887. end
  8888. end)
  8889. end)
  8890. plrwin:addSpacing()
  8891. local nameInp
  8892. plrwin:drawButton(1/3, 'Name', function()
  8893. tk.dp(cval, function(z)
  8894. local Character = z.Character
  8895. local newName = Instance.new("Model", z.Character)
  8896. newName.Name = nameInp.Text
  8897. local cl = Character:WaitForChild("Head"):Clone()
  8898. cl.Parent = newName
  8899. cl:WaitForChild("face"):Destroy()
  8900. local hum = Instance.new("Humanoid", newName)
  8901. hum.Name = "NameTag"
  8902. hum.MaxHealth = 0
  8903. hum.Health = 0
  8904. local weld = Instance.new("Weld", cl)
  8905. weld.Part0 = cl
  8906. weld.Part1 = Character:WaitForChild("Head")
  8907. Character:WaitForChild("Head").Transparency = 1
  8908. wait(.5)
  8909. cl.BrickColor = Character:WaitForChild("Head").BrickColor
  8910. end)
  8911. end)
  8912. nameInp = plrwin:drawTextBox(2/3, '')
  8913. local chatInp
  8914. plrwin:drawButton(1/3, 'Chat', function()
  8915. tk.dp(cval, function(z)
  8916. game:GetService('Chat'):Chat(z.Charcter, chatInp.Text)
  8917. end)
  8918. end)
  8919. chatInp = plrwin:drawTextBox(2/3, '')
  8920. local disgInp
  8921. plrwin:drawButton(1/3, 'Disguise', function()
  8922. tk.dp(cval, function(p)
  8923. local id = 0
  8924. if tonumber(disgInp.Text) then
  8925. id = tonumber(disgInp.Text)
  8926. else
  8927. id = game:GetService('Players'):GetUserIdFromNameAsync(disgInp.Text)
  8928. end
  8929. if p.Character:FindFirstChild("Humanoid") then
  8930. p.Character.Humanoid.Health = 0
  8931. end
  8932. p.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
  8933. end)
  8934. end)
  8935. disgInp = plrwin:drawTextBox(2/3, 'ROBLOX')
  8936. plrwin:addSpacing()
  8937. clrR = plrwin:drawTextBox(1/3, '0')
  8938. clrG = plrwin:drawTextBox(1/3, '0')
  8939. clrB = plrwin:drawTextBox(1/3, '0')
  8940. function getColor()
  8941. local r = tonumber(clrR.Text)
  8942. local g = tonumber(clrG.Text)
  8943. local b = tonumber(clrB.Text)
  8944. if not (r and g and b) then return Color3.new(0,0,0) end
  8945. return Color3.new(r/255, g/255, b/255)
  8946. end
  8947. plrwin:drawButton(1/3, 'Sparkles', function()
  8948. tk.dp(cval, function(z)
  8949. Instance.new("Sparkles", tk.gt(z)).SparkleColor = getColor()
  8950. end)
  8951. end)
  8952. plrwin:drawButton(1/3, 'Smoke', function()
  8953. tk.dp(cval, function(z)
  8954. Instance.new("Smoke", tk.gt(z)).Color = getColor()
  8955.  
  8956. end)
  8957. end)
  8958. plrwin:drawButton(1/3, 'Fire', function()
  8959. tk.dp(cval, function(z)
  8960. local fr = Instance.new("Fire", tk.gt(z))
  8961. fr.Color = getColor()
  8962. fr.Heat = 30
  8963. fr.Size = 20
  8964. end)
  8965. end)
  8966. plrwin:drawButton(1/3, 'Forcefield', function()
  8967. tk.dp(cval, function(z)
  8968. if z.Character then
  8969. Instance.new("ForceField", z.Character)
  8970. end
  8971. end)
  8972. end)
  8973. plrwin:drawButton(1/3, 'Select', function()
  8974. tk.dp(cval, function(z)
  8975. if z.Character and tk.gt(z) then
  8976. Instance.new("SelectionBox", tk.gt(z)).Adornee = tk.gt(z)
  8977. end
  8978. end)
  8979. end)
  8980. plrwin:drawButton(1/3, 'Sphere', function()
  8981. tk.dp(cval, function(z)
  8982. if z.Character and tk.gt(z) then
  8983. Instance.new("SelectionSphere", tk.gt(z)).Adornee = tk.gt(z)
  8984. end
  8985. end)
  8986. end)
  8987. plrwin:drawButton(1/3, 'Fling', function()
  8988. tk.dp(cval, function(z)
  8989. spawn(function() --kohls admin commands lol
  8990. if z.Character and tk.gt(z) then
  8991. local xran, zran
  8992. repeat xran = math.random(5555, 9999) until math.abs(xran) >= 5555
  8993. repeat zran = math.random(5555, 9999) until math.abs(zran) >= 5555
  8994. z.Character.Humanoid.Sit = true
  8995. tk.gt(z).Velocity = Vector3.new(0,0,0)
  8996. local frc = Instance.new("BodyForce", tk.gt(z))
  8997. frc.Name = "BFRC"
  8998. frc.force = Vector3.new(xran*4,9999*5,zran*4)
  8999. game:GetService("Debris"):AddItem(frc, 0.1)
  9000. end
  9001. end)
  9002. end)
  9003. end)
  9004. plrwin:drawButton(1/3, 'Explode', function()
  9005. tk.dp(cval, function(z)
  9006. if z.Character and tk.gt(z) then
  9007. local explosion = Instance.new("Explosion")
  9008. explosion.Position = tk.gt(z).Position
  9009. explosion.Parent = workspace
  9010. end
  9011. end)
  9012. end)
  9013. plrwin:drawButton(1/3, 'Nuke', function()
  9014. tk.dp(cval, function(z)
  9015. if z.Character and tk.gt(z) then
  9016. local torso = tk.gt(z)
  9017. local nuke = Instance.new("Part", game.Workspace)
  9018. local opos = torso.CFrame
  9019. nuke.BrickColor = BrickColor.new("Bright yellow")
  9020. nuke.TopSurface = Enum.SurfaceType.Smooth
  9021. nuke.BottomSurface = Enum.SurfaceType.Smooth
  9022. nuke.Anchored = true
  9023. nuke.CanCollide = false
  9024. nuke.Shape = "Ball"
  9025. nuke.Transparency = 0.5
  9026. nuke.CFrame = torso.CFrame
  9027. nuke.Size = Vector3.new(1, 1, 1)
  9028. nuke.Touched:connect(function(p)
  9029. local expl = Instance.new("Explosion", p)
  9030. expl.BlastPressure = 50000
  9031. expl.BlastRadius = 50
  9032. expl.Position = p.Position
  9033. p.Material = Enum.Material.CorrodedMetal
  9034. p:BreakJoints()
  9035. end)
  9036. for i = 1, 150 do
  9037. nuke.Size = Vector3.new(i, i, i)
  9038. nuke.CFrame = opos
  9039. wait(0.08)
  9040. end
  9041. nuke:Destroy()
  9042. end
  9043. end)
  9044. end)
  9045. plrwin:drawButton(1/3, 'No Tools', function()
  9046. tk.dp(cval, function(p)
  9047. for _, t in pairs(p.Backpack:GetChildren()) do
  9048. t:Destroy()
  9049. end
  9050. end)
  9051. end)
  9052. plrwin:drawButton(1/3, 'Take Tools', function()
  9053. tk.dp(cval, function(p)
  9054. for _, t in pairs(p.Backpack:GetChildren()) do
  9055. t.Parent = game:service'Players'.LocalPlayer.Backpack
  9056. end
  9057. end)
  9058. end)
  9059. plrwin:drawButton(1/3, 'BTools', function()
  9060. tk.dp(cval, function(p)
  9061. local a = Instance.new("HopperBin")
  9062. a.BinType = "GameTool"
  9063. a.Parent = p.Backpack
  9064. local a = Instance.new("HopperBin")
  9065. a.BinType = "Clone"
  9066. a.Parent = p.Backpack
  9067. local a = Instance.new("HopperBin")
  9068. a.BinType = "Hammer"
  9069. a.Parent = p.Backpack
  9070. end)
  9071. end)
  9072. plrwin:drawButton(1/3, 'Hotdog', function()
  9073. tk.dp(cval, function(p)
  9074. if p.Character and tk.gt(p) then
  9075. topkek.tools.util.weenieHutJunior(p)
  9076. end
  9077. end)
  9078. end)
  9079. plrwin:drawButton(1/3, 'Quicksand', function()
  9080. tk.dp(cval, function(z)
  9081. if z.Character and z.Character:FindFirstChild("Humanoid") then
  9082. local tor = tk.gt(z)
  9083. local hole = Instance.new("Part", z.Character)
  9084. hole.Anchored = true
  9085. hole.Name = "Hole"
  9086. hole.FormFactor = Enum.FormFactor.Custom
  9087. hole.Size = Vector3.new(7, 1, 7)
  9088. hole.CanCollide = false
  9089. hole.CFrame = tor.CFrame * CFrame.new(0,-3.3,0)
  9090. hole.BrickColor = BrickColor.new("Cool yellow")
  9091. hole.Material = Enum.Material.Sand
  9092. local hm = Instance.new("CylinderMesh", hole)
  9093. tor.Anchored = true
  9094. if z.Character:FindFirstChild("Humanoid") then
  9095. z.Character.Humanoid.Jump = true
  9096. end
  9097. for x,m in pairs(z.Character:GetChildren()) do
  9098. if m:IsA("BasePart") or m:IsA("MeshPart") then
  9099. m.CanCollide = false
  9100. end
  9101. end
  9102. for i=1,75 do
  9103. tor.CFrame=tor.CFrame*CFrame.new(0,-0.1,0)
  9104. wait(0.06)
  9105. end
  9106. tor.CFrame=tor.CFrame*CFrame.new(0,
  9107. -500,0
  9108. )
  9109. z.Character.Humanoid.Health = 0
  9110. end
  9111. end)
  9112. end)
  9113. plrwin:drawButton(1/3, 'Insane', function()
  9114. tk.dp(cval, function(p)
  9115. if p.Character and tk.gt(p) then
  9116. for i,v in pairs(tk.gt(p):GetChildren()) do
  9117. if v:IsA("Motor6D") then
  9118. spawn(function()
  9119. while v do
  9120. v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  9121. wait()
  9122. end
  9123. end)
  9124. end
  9125. end
  9126. end
  9127. end)
  9128. end)
  9129. plrwin:drawButton(1/3, 'Invisible', function()
  9130. tk.dp(cval, function(p)
  9131. tk.rco(p.Character, 'BasePart', 'Transparency', 1)
  9132. tk.rco(p.Character, 'MeshPart', 'Transparency', 1)
  9133. end)
  9134. end)
  9135. plrwin:drawButton(1/3, 'Visible', function()
  9136. tk.dp(cval, function(p)
  9137. tk.rco(p.Character, 'BasePart', 'Transparency', 0)
  9138. tk.rco(p.Character, 'MeshPart', 'Transparency', 0)
  9139. end)
  9140. end)
  9141. plrwin:drawButton(1/3, 'Bighead', function()
  9142. tk.dp(cval, function(z)
  9143. if z.Character then
  9144. if z.Character:FindFirstChild('Head') then
  9145. z.Character.Head.Mesh.Scale=Vector3.new(5,5,5)
  9146. end
  9147. end
  9148. end)
  9149. end)
  9150. plrwin:drawButton(1/3, 'Goldify', function()
  9151. tk.dp(cval, function(z)
  9152. if z.Character then
  9153. tk.rco(z.Character, 'BasePart', 'Material', 'Marble')
  9154. tk.rco(z.Character, 'MeshPart', 'Material', 'Marble')
  9155. tk.rco(z.Character, 'BasePart', 'BrickColor', BrickColor.new('Bright yellow'))
  9156. tk.rco(z.Character, 'MeshPart', 'BrickColor', BrickColor.new('Bright yellow'))
  9157. end
  9158. end)
  9159. end)
  9160. plrwin:drawButton(1/3, 'Neon', function()
  9161. tk.dp(cval, function(z)
  9162. if z.Character then
  9163. tk.rco(z.Character, 'BasePart', 'Material', 'Neon')
  9164. tk.rco(z.Character, 'MeshPart', 'Material', 'Neon')
  9165. end
  9166. end)
  9167. end)
  9168. plrwin:drawButton(1/3, 'Shiny', function()
  9169. tk.dp(cval, function(z)
  9170. if z.Character then
  9171. tk.rco(z.Character, 'BasePart', 'Reflectance', 1)
  9172. tk.rcm(z.Character, 'MeshPart')
  9173. end
  9174. end)
  9175. end)
  9176. plrwin:drawButton(1/3, 'Shrek', function()
  9177. tk.dp(cval, function(z)
  9178. if z.Character then
  9179. local pchar = z.Character
  9180. for i,v in pairs(pchar:GetChildren()) do
  9181. if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  9182. v:Destroy()
  9183. end
  9184. end
  9185. for i,v in pairs(pchar.Head:GetChildren()) do
  9186. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  9187. v:Destroy()
  9188. end
  9189. end
  9190.  
  9191. local mesh = Instance.new("SpecialMesh", pchar.Head)
  9192. mesh.MeshType = "FileMesh"
  9193. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  9194. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  9195. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  9196.  
  9197. local Shirt = Instance.new("Shirt", z.Character)
  9198. local Pants = Instance.new("Pants", z.Character)
  9199.  
  9200. Shirt.ShirtTemplate = "rbxassetid://133078194"
  9201. Pants.PantsTemplate = "rbxassetid://133078204"
  9202. end
  9203. end)
  9204. end)
  9205. plrwin:drawButton(1/3, 'Duck', function()
  9206. tk.dp(cval, function(z)
  9207. if z.Character then
  9208. local pchar = z.Character
  9209. for i,v in pairs(pchar:GetChildren()) do
  9210. if v:IsA("Hat") or v:IsA("Accessory") then
  9211. v:Destroy()
  9212. end
  9213. end
  9214. local duck = Instance.new("SpecialMesh", z.Character.HumanoidRootPart)
  9215. duck.MeshType = "FileMesh"
  9216. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  9217. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  9218. duck.Scale = Vector3.new(5, 5, 5)
  9219. tk.rco(z.Character, 'Instance', 'Transparency', 1)
  9220. z.Character.HumanoidRootPart.Transparency = 0
  9221. end
  9222. end)
  9223. end)
  9224. plrwin:drawButton(1/3, 'Spheres', function()
  9225. tk.dp(cval, function(z)
  9226. if z.Character then
  9227. tk.rco(z.Character, 'BasePart', 'Shape', 'Cylinder')
  9228. end
  9229. end)
  9230. end)
  9231. plrwin:drawButton(1/3, 'Big', function()
  9232. tk.dp(cval, function(z)
  9233. if z.Character then
  9234. topkek.tools.util.scalePlayer(5, z)
  9235. end
  9236. end)
  9237. end)
  9238. plrwin:drawButton(1/3, 'Small', function()
  9239. tk.dp(cval, function(z)
  9240. if z.Character then
  9241. topkek.tools.util.scalePlayer(5, z)
  9242. end
  9243. end)
  9244. end)
  9245. plrwin:drawButton(1/3, 'Giraffe', function()
  9246. tk.dp(cval, function(z)
  9247. if z.Character then
  9248. local char=z.Character
  9249. local h=char.Head
  9250. local tor=char:FindFirstChild("Torso")
  9251. if not tor then return end
  9252. tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
  9253. local fn=Instance.new("Part",char)
  9254. fn.Size=Vector3.new(1,5.5,1)
  9255. fn.Name="FakeNeck"
  9256. fn.Anchored=false
  9257. fn.CanCollide=false
  9258. if char:FindFirstChild("Body Colors") then
  9259. fn.BrickColor=char["Body Colors"].HeadColor
  9260. end
  9261. local cm=Instance.new("CylinderMesh",fn)
  9262. local we=Instance.new("Weld",h)
  9263. we.Part0=h
  9264. we.Part1=fn
  9265. we.C1=we.C1*CFrame.new(0,2.6,0)
  9266. end
  9267. end)
  9268. end)
  9269. plrwin:drawButton(1/3, 'Dab', function()
  9270. tk.dp(cval, function(z)
  9271. if z.Character and z.Character:FindFirstChild("Torso") then
  9272. local chr = z.Character
  9273. chr.Animate.Disabled = true
  9274. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  9275. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  9276. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  9277. end
  9278. end)
  9279. end)
  9280. plrwin:drawButton(1/3, 'Force Follow', function()
  9281. tk.dp(cval, function(z)
  9282. game:GetService("RunService"):BindToRenderStep("_", 0, function()
  9283. z.Character.Humanoid:MoveTo(topkek.lplr.Character.Head.Position)
  9284. end)
  9285. end)
  9286. end)
  9287. plrwin:drawButton(1/3, 'Camlock', function()
  9288. tk.dp(cval, function(z)
  9289. z.CameraMode = "LockFirstPerson"
  9290. end)
  9291. end)
  9292. --// SERVER //--
  9293. local servwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Server').Container)
  9294. local detailWin = servwin:drawContainer(1, 100, nil, nil, 18)
  9295. detailWin:drawText(1, 'Job ID: ' .. (game.JobId and (game.JobId ~= "") or "???"))
  9296. detailWin:drawText(1, 'Game Name: ' .. game:service'MarketplaceService':GetProductInfo(game.PlaceId).Name)
  9297. detailWin:drawText(1, 'Creator Name: ' .. game:GetService('Players'):GetNameFromUserIdAsync(game.CreatorId))
  9298. --detailWin:drawText(1, 'Genre: ' .. tostring(game.Genre))
  9299. servwin:drawButton(1/2, 'Shutdown', function()
  9300. workspace.Gravity = 0/0
  9301. end)
  9302. servwin:drawButton(1/2, 'Clear', function()
  9303. for i,v in pairs(game:service'Workspace':GetChildren()) do
  9304. if (not v:IsA("Terrain"))and(v.Name~="Camera") then
  9305. v:Destroy()
  9306. end
  9307. end
  9308. end)
  9309. servwin:drawButton(1/2, 'Baseplate', function()
  9310. for X = -2500, 2500, 512 do
  9311. for Z = -2500, 2500, 512 do
  9312. local P = Instance.new("Part")
  9313. P.Anchored = true
  9314. P.Locked = true
  9315. P.Size = Vector3.new(512,3,512)
  9316. P.CFrame = CFrame.new(X,0,Z)
  9317. P.BrickColor = BrickColor.Green()
  9318. P.Parent = game:service'Workspace'
  9319. end
  9320. end
  9321. end)
  9322. servwin:drawButton(1/2, 'Reset', function()
  9323. for i,v in pairs(game:service'Workspace':GetChildren()) do
  9324. if (not v:IsA("Terrain"))and(v.Name~="Camera") then
  9325. v:Destroy()
  9326. end
  9327. end
  9328. for X = -2500, 2500, 512 do
  9329. for Z = -2500, 2500, 512 do
  9330. local P = Instance.new("Part")
  9331. P.Anchored = true
  9332. P.Locked = true
  9333. P.Size = Vector3.new(512,3,512)
  9334. P.CFrame = CFrame.new(X,0,Z)
  9335. P.BrickColor = BrickColor.Green()
  9336. P.Parent = game:service'Workspace'
  9337. end
  9338. end
  9339. for i, v in pairs(game:GetService('Players'):GetPlayers()) do
  9340. local a1 = Instance.new("Model", game:service'Workspace')
  9341. local a2 = Instance.new("Part", game:service'Workspace')
  9342. a2.CanCollide = true
  9343. a2.Anchored = true
  9344. a2.CFrame = CFrame.new(10000, 10000, 10000)
  9345. a2.Name = "Torso"
  9346. local a3 = Instance.new("Humanoid", a1)
  9347. a3.MaxHealth=100;a3.Health=100
  9348. v.Character = a1
  9349. a3.Health=0
  9350. end
  9351. end)
  9352. servwin:drawButton(1, 'Remove Sounds', function()
  9353. tk.rcm(game, 'Sound')
  9354. end)
  9355. servwin:addSpacing()
  9356. servwin:drawButton(1, 'Break All', function()
  9357. workspace:BreakJoints(workspace:GetChildren())
  9358. end)
  9359. local gravInp
  9360. servwin:drawButton(1/3, 'Gravity', function()
  9361. if not tonumber(gravInp.Text) then return end
  9362. workspace.Gravity = tonumber(gravInp.Text)
  9363. end)
  9364. gravInp = servwin:drawTextBox(2/3, '')
  9365. servwin:addSpacing()
  9366. servwin:drawButton(1, 'Reset Lighting', function()
  9367. local l = game:service'Lighting'
  9368. l.Ambient = Color3.new(0, 0, 0)
  9369. l.Brightness = 1
  9370. l.GlobalShadows = true
  9371. l.Outlines = true
  9372. l.FogEnd = 100000
  9373. l.FogStart = 0
  9374. l:SetMinutesAfterMidnight(12*60)
  9375. end)
  9376. local brightInp
  9377. servwin:drawButton(1/3, 'Brightness', function()
  9378. if not tonumber(brightInp.Text) then return end
  9379. game:GetService('Lighting').Brightness = tonumber(brightInp.Text)
  9380. end)
  9381. brightInp = servwin:drawTextBox(2/3, '100')
  9382. local fogInp
  9383. servwin:drawButton(1/3, 'Fog', function()
  9384. if not tonumber(fogInp.Text) then return end
  9385. game:GetService('Lighting').FogEnd = tonumber(fogInp.Text)
  9386. end)
  9387. fogInp = servwin:drawTextBox(2/3, '0')
  9388. local timeInp
  9389. servwin:drawButton(1/3, 'Hour', function()
  9390. if not tonumber(timeInp.Text) then return end
  9391. game:GetService('Lighting'):SetMinutesAfterMidnight(60*tonumber(timeInp.Text))
  9392. end)
  9393. timeInp = servwin:drawTextBox(2/3, '12')
  9394. servwin:addSpacing()
  9395. -- private server crap
  9396. local privateToggle
  9397. local privStatus = false
  9398. privateToggle = servwin:drawButton(1, 'Private Server OFF', function()
  9399. if privStatus == false then
  9400. privStatus = true
  9401. privateToggle.Text = 'Private Server ON'
  9402. topkek.banmgr.makePrivate()
  9403. else
  9404. privateToggle.Text = 'Private Server OFF'
  9405. topkek.banmgr.unprivate()
  9406. end
  9407. end)
  9408. servwin:addSpacing()
  9409. servwin:drawText(1, 'Whitelist')
  9410. local plrAddInp
  9411. servwin:drawButton(1/3, 'Add', function()
  9412. topkek.banmgr.doWhitelist(plrAddInp.Text)
  9413. ReorderWL()
  9414. end)
  9415. plrAddInp = servwin:drawTextBox(2/3, '')
  9416. wlCont = servwin:drawScrollingContainer(100)
  9417. function ReorderWL()
  9418. local wl = topkek.banmgr.whitelist
  9419. for i,v in pairs(wlCont:GetChildren()) do
  9420. v:Destroy()
  9421. end
  9422. wlCont:setDrawY(3)
  9423. for i,v in pairs(wl) do
  9424. wlCont:drawText(2/3, v)
  9425. wlCont:drawButton(1/3, 'Remove', function()
  9426. topkek.banmgr.unwhitelist(v)
  9427. ReorderWL()
  9428. end)
  9429. end
  9430. end
  9431. ReorderWL()
  9432. --// LOCALPLAYER //--
  9433. local lpwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('LocalPlayer').Container)
  9434. lpwin:drawButton(1, 'Reset Camera', function()
  9435. game.Workspace.CurrentCamera:remove()
  9436. wait(.1)
  9437. game.Workspace.CurrentCamera.CameraSubject = topkek.lplr.Character.Humanoid or
  9438. game.Workspace[topkek.lplr.Name].Humanoid
  9439. game.Workspace.CurrentCamera.CameraType = "Custom"
  9440. end)
  9441. lpwin:drawButton(1, 'Respawn', function()
  9442. local a1 = Instance.new("Model", game:service'Workspace')
  9443. local a2 = Instance.new("Part", game:service'Workspace')
  9444. a2.CanCollide = true
  9445. a2.Anchored = true
  9446. a2.CFrame = CFrame.new(10000, 10000, 10000)
  9447. a2.Name = "Torso"
  9448. local a3 = Instance.new("Humanoid", a1)
  9449. a3.MaxHealth=100;a3.Health=100
  9450. topkek.lplr.Character = a1
  9451. a3.Health=0
  9452. end)
  9453. lpwin:drawButton(1, 'Rejoin', function()
  9454. game:GetService('TeleportService'):Teleport(game.PlaceId)
  9455. end)
  9456. lpwin:addSpacing()
  9457. lpwin:drawButton(1/2, 'God', function()
  9458. if topkek.lplr.Character:FindFirstChild("Humanoid") then
  9459. topkek.lplr.Character.Humanoid.MaxHealth = math.huge
  9460. topkek.lplr.Character.Humanoid.Health = math.huge
  9461. end
  9462. end)
  9463. lpwin:drawButton(1/2, 'Semigod', function()
  9464. if topkek.lplr.Character:FindFirstChild("Humanoid") then
  9465. topkek.lplr.Character.Humanoid.MaxHealth = 9e9
  9466. topkek.lplr.Character.Humanoid.Health = 9e9
  9467. end
  9468. end)
  9469. Loopgod = false
  9470. lpwin:drawButton(1, 'Loopgod', function()
  9471. if Loopgod == false then
  9472. Loopgod = true
  9473. spawn(function()
  9474. repeat
  9475. topkek.lplr.Character.Humanoid.MaxHealth = math.huge
  9476. topkek.lplr.Character.Humanoid.Health = math.huge
  9477. wait()
  9478. until Loopgod == false
  9479. end)
  9480. else
  9481. Loopgod = false
  9482. end
  9483. end)
  9484. lpwin:addSpacing()
  9485. plrwin:addSpacing()
  9486. local Lev, Clip, Fly
  9487. lpwin:drawButton(1/2, 'Levitate', function()
  9488. if Lev == true then
  9489. Lev = false
  9490. return
  9491. end
  9492. Lev = true
  9493. repeat
  9494. topkek.lplr.Character.Humanoid:ChangeState(10)
  9495. wait(0)
  9496. until Lev == false
  9497. end)
  9498. lpwin:drawButton(1/2, 'Noclip', function()
  9499. if Clip == true then
  9500. Clip = false
  9501. return
  9502. end
  9503. Clip = true
  9504. game:GetService("RunService").Stepped:connect(function()
  9505. tk.gt(topkek.lplr).CanCollide = not Clip
  9506. topkek.lplr.Character.Head.CanCollide = not Clip
  9507. topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
  9508. if topkek.lplr.Character.UpperTorso then
  9509. topkek.lplr.Character.LowerTorso.CanCollide = not Clip
  9510. end
  9511. end)
  9512. topkek.lplr.Character.HumanoidRootPart.Changed:connect(function()
  9513. tk.gt(topkek.lplr).CanCollide = not Clip
  9514. topkek.lplr.Character.Head.CanCollide = not Clip
  9515. topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
  9516. if topkek.lplr.Character.UpperTorso then
  9517. topkek.lplr.Character.LowerTorso.CanCollide = not Clip
  9518. end
  9519. end)
  9520. end)
  9521. lpwin:drawButton(1/2, 'Fly', function()
  9522. if Fly == true then
  9523. Fly = false
  9524. return
  9525. end
  9526. Fly = true
  9527. local mouse=game.Players.LocalPlayer:GetMouse''
  9528. localplayer=game.Players.LocalPlayer
  9529. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  9530. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  9531. local speed=0
  9532. local keys={a=false,d=false,w=false,s=false}
  9533. local e1
  9534. local e2
  9535. local function start()
  9536. local pos = Instance.new("BodyPosition",torso)
  9537. local gyro = Instance.new("BodyGyro",torso)
  9538. pos.Name="EPIXPOS"
  9539. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  9540. pos.position = torso.Position
  9541. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  9542. gyro.cframe = torso.CFrame
  9543. repeat
  9544. wait()
  9545. localplayer.Character.Humanoid.PlatformStand=true
  9546. local new=gyro.cframe - gyro.cframe.p + pos.position
  9547. if not keys.w and not keys.s and not keys.a and not keys.d then
  9548. speed=1
  9549. end
  9550. if keys.w then
  9551. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  9552. speed=speed+0.01
  9553. end
  9554. if keys.s then
  9555. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  9556. speed=speed+0.01
  9557. end
  9558. if keys.d then
  9559. new = new * CFrame.new(speed,0,0)
  9560. speed=speed+0.01
  9561. end
  9562. if keys.a then
  9563. new = new * CFrame.new(-speed,0,0)
  9564. speed=speed+0.01
  9565. end
  9566. if speed>5 then
  9567. speed=5
  9568. end
  9569. pos.position=new.p
  9570. if keys.w then
  9571. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  9572. elseif keys.s then
  9573. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  9574. else
  9575. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  9576. end
  9577. until not Fly
  9578. if gyro then gyro:Destroy() end
  9579. if pos then pos:Destroy() end
  9580. flying=false
  9581. localplayer.Character.Humanoid.PlatformStand=false
  9582. speed=0
  9583. end
  9584. e1=mouse.KeyDown:connect(function(key)
  9585. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  9586. if key=="w" then
  9587. keys.w=true
  9588. elseif key=="s" then
  9589. keys.s=true
  9590. elseif key=="a" then
  9591. keys.a=true
  9592. elseif key=="d" then
  9593. keys.d=true
  9594. end
  9595. end)
  9596. e2=mouse.KeyUp:connect(function(key)
  9597. if key=="w" then
  9598. keys.w=false
  9599. elseif key=="s" then
  9600. keys.s=false
  9601. elseif key=="a" then
  9602. keys.a=false
  9603. elseif key=="d" then
  9604. keys.d=false
  9605. end
  9606. end)
  9607. start()
  9608. end)
  9609. lpwin:drawButton(1/2, 'Highjump', function()
  9610. local thrust = Instance.new("BodyVelocity")
  9611. game:GetService('UserInputService').InputBegan:connect(function(i, b)
  9612. if i.KeyCode == Enum.KeyCode.Space then
  9613. print("Got jump")
  9614. coroutine.resume(coroutine.create(function()
  9615. thrust.Parent = game.Players.LocalPlayer.Character.PrimaryPart
  9616. thrust.velocity = Vector3.new(0,50,0)
  9617. thrust.maxForce = Vector3.new(0,4e+050,0)
  9618. wait(0.2)
  9619. thrust.Parent = nil
  9620. end))
  9621. end
  9622. end)
  9623. end)
  9624. lpwin:addSpacing()
  9625. local apprInp
  9626. lpwin:drawButton(1/3, 'Appearance', function()
  9627. local id = 0
  9628. if tonumber(apprInp.Text) then
  9629. id = tonumber(apprInp.Text)
  9630. else
  9631. id = game:GetService('Players'):GetUserIdFromNameAsync(apprInp.Text)
  9632. end
  9633. if topkek.lplr.Character:FindFirstChild("Humanoid") then
  9634. topkek.lplr.Character.Humanoid.Health = 0
  9635. end
  9636. topkek.lplr.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
  9637. end)
  9638. apprInp = lpwin:drawTextBox(2/3, 'ROBLOX')
  9639. local teamInp
  9640. lpwin:drawButton(1/3, 'Team', function()
  9641. topkek.lplr.TeamColor = BrickColor.new(teamInp.Text)
  9642. end)
  9643. teamInp = lpwin:drawTextBox(2/3, 'Bright red')
  9644. lpwin:drawButton(1/2, 'Naked', function()
  9645. topkek.lplr:ClearCharacterAppearance()
  9646. end)
  9647. lpwin:drawButton(1/2, 'Neutral', function()
  9648. topkek.lplr.Neutral = true
  9649. end)
  9650. lpwin:addSpacing()
  9651. lpwin:drawButton(1/2, 'Orb', function()
  9652. game.Players.LocalPlayer.Character = nil
  9653. --lp:Destroy()
  9654. local cam = game.Workspace.CurrentCamera
  9655. local m = Instance.new("Model", game.Workspace)
  9656. m.Name = game.Players.LocalPlayer.Name
  9657. local hum = Instance.new("Humanoid", m)
  9658. hum.Health = 0
  9659. hum.MaxHealth = 0
  9660. local orb = Instance.new("Part", m)
  9661. orb.Size = Vector3.new(1, 1, 1)
  9662. orb.Shape = "Ball"
  9663. orb.Name = "Head"
  9664. orb.Anchored = true
  9665. orb.CanCollide = true
  9666. orb.BottomSurface = Enum.SurfaceType.Smooth
  9667. orb.TopSurface = Enum.SurfaceType.Smooth
  9668. orb.Transparency = 0
  9669. spawn(function()
  9670. while true do
  9671. wait(0.1)
  9672. if orb then
  9673. orb.BrickColor = BrickColor.Random()
  9674. else break end
  9675. end
  9676. end)
  9677. cam.CameraSubject = orb
  9678. cam.CameraType = Enum.CameraType.Fixed
  9679. game:GetService("RunService").RenderStepped:connect(function()
  9680. orb.CFrame = cam.CoordinateFrame * CFrame.new(0, -2, -6)
  9681. end)
  9682. game.Players.LocalPlayer.Chatted:connect(function(a)
  9683. game:GetService("Chat"):Chat(orb, a)
  9684. end)
  9685. end)
  9686. lpwin:drawButton(1/2, 'Freecam', function()
  9687. local cam = game.Workspace.CurrentCamera
  9688. cam.CameraType = "Fixed"
  9689. cam.CameraSubject = nil
  9690. topkek.lplr.Character = nil
  9691. end)
  9692. lpwin:drawButton(1/2, 'NoGrav', function()
  9693. if topkek.lplr.Character then
  9694. for x,m in pairs(topkek.lplr.Character:GetChildren()) do
  9695. if m:IsA("BasePart") then
  9696. local bf = Instance.new("BodyForce", m)
  9697. bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
  9698. end
  9699. if m:IsA("Hat") or m:IsA("Accessory") then
  9700. if m:findFirstChild("Handle") then
  9701. local bf = Instance.new("BodyForce", m.Handle)
  9702. bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
  9703. end
  9704. end
  9705. end
  9706. end
  9707. end)
  9708. lpwin:drawButton(1/2, 'Trowel', function()
  9709. topkek.tools.util.trowel()
  9710. end)
  9711. lpwin:addSpacing()
  9712. lpwin:drawButton(1/2, 'Fedora', function()
  9713. local hats={
  9714. 98346834,
  9715. 215751161,
  9716. 119916949,
  9717. 72082328,
  9718. 147180077,
  9719. 100929604,
  9720. 63043890,
  9721. 1285307,
  9722. 1029025,
  9723. 334663683,
  9724. 259423244
  9725. }
  9726. game:GetObjects("rbxassetid://" .. tostring(hats[math.random(1,#hats)]))[1].Parent = topkek.lplr.Character
  9727. end)
  9728. lpwin:drawButton(1/2, 'Rainbow Name', function()
  9729. topkek.lplr.Neutral = false
  9730. repeat
  9731. wait()
  9732. topkek.lplr.TeamColor = BrickColor.Random()
  9733. until not topkek.lplr.Character.Humanoid
  9734. end)
  9735. local tagInp
  9736. lpwin:drawButton(1/3, 'Tag', function()
  9737. local len = 10
  9738. local bb = Instance.new("BillboardGui")
  9739. bb.Parent = topkek.lplr.Character.Head
  9740. bb.Adornee = topkek.lplr.Character.Head
  9741. bb.AlwaysOnTop = true
  9742. bb.Enabled = true
  9743. bb.Size = UDim2.new(len, 0, 1.5, 0)
  9744. bb.Name = "tag"
  9745. bb.StudsOffset = Vector3.new(0, 3, 0)
  9746. --local fr = Instance.new("Frame")
  9747. --fr.Parent = bb
  9748. --fr.Size = UDim2.new(1, 0, 1, 0)
  9749. --fr.Style = Enum.FrameStyle.RobloxRound
  9750. local tl = Instance.new("TextLabel")
  9751. tl.Parent = bb
  9752. tl.Font = Enum.Font.Code
  9753. tl.BackgroundTransparency = 1
  9754. tl.TextScaled = true
  9755. tl.TextColor3 = Color3.new(15/255, 15/255, 15/255)
  9756. tl.Size = UDim2.new(1, 0, 1, 0)
  9757. tl.Text = tagInp.Text
  9758. tl.Name = "trutag"
  9759. tl.Visible = true
  9760. tl.ZIndex = 2
  9761. end)
  9762. tagInp = lpwin:drawTextBox(2/3, '')
  9763. --// SCRIPTS //--
  9764. --local scriptwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Scripts').Container)
  9765. --local search = scriptwin:drawTextBox(1,'')
  9766. --local origy = scriptwin:getDrawY()
  9767. --scriptwin:addSpacing()
  9768. --scriptwin:addSpacing()
  9769. --local scripts = game:GetObjects("rbxassetid://376553985")[1]
  9770. --local container = {}
  9771. --function MakeList(condition)
  9772. -- for i,v in pairs(scriptwin:GetChildren()) do
  9773. -- if v.Name == "Script" then
  9774. -- v:Destroy()
  9775. -- end
  9776. -- end
  9777. --scriptwin:setDrawY(origy)
  9778. --for i, v in pairs(scripts:GetChildren()) do
  9779. -- if string.find(v.Name:lower(), condition:lower()) or (condition == "") or (condition == " ") then
  9780. -- local scr = scriptwin:drawButton(1, v.Name, function()
  9781. -- spawn(function() loadstring(v.Source)() end)
  9782. -- end, 25)
  9783. -- scr.Name = 'Script'
  9784. -- end
  9785. -- end
  9786. --end
  9787. --game:GetService("UserInputService").InputChanged:connect(function(inp)
  9788. -- if inp.UserInputType == Enum.UserInputType.TextInput then
  9789. -- if search:IsFocused() then
  9790. -- MakeList(search.Text)
  9791. -- end
  9792. --end
  9793. --end)
  9794. --MakeList('')
  9795. --// DESTRUCTION // --
  9796. local destwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Destruction').Container)
  9797. local decals, seldec = destwin:drawScrollingContainer(100)
  9798. seldec = destwin:drawText(1, 'Selected Decal: None')
  9799. cursel = nil
  9800. local decs = {
  9801. {'Rain', '574772793'},
  9802. {'Robbie', '574773630'},
  9803. {'Pepe', '244905904'},
  9804. {'Troll Face', '48308661'},
  9805. {'Jeff', '109129888'},
  9806. {'Shrek', '170539018'},
  9807. {'Doge', '133720697'},
  9808. {'Dat Boi', '409578848'},
  9809. }
  9810. for _, v in pairs(decs) do
  9811. local b = decals:drawButton(1, v[1], function()seldec.Text="Selected Decal: " ..v[2] cursel=v[2] end,20)
  9812. topkek.tools.gui:addLeftIcon(b,'rbxassetid://'..v[2],20)
  9813. end
  9814. destwin:drawButton(1, 'Spam Decal', function()
  9815. if cursel ~= nil then
  9816. topkek.tools.util.recurseDecal(tonumber(cursel))
  9817. end
  9818. end)
  9819. destwin:drawButton(1, 'Spam Particles', function()
  9820. if cursel ~= nil then
  9821. topkek.tools.util.recurseParticles(tonumber(cursel))
  9822. end
  9823. end)
  9824. destwin:drawButton(1, 'Spam Both', function()
  9825. if cursel ~= nil then
  9826. topkek.tools.util.recurseUltimate(tonumber(cursel))
  9827. end
  9828. end)
  9829. destwin:drawButton(1, 'Rollback', function()
  9830. tk.rcm(workspace, 'Decal')
  9831. tk.rcm(workspace, 'ParticleEmitter')
  9832. end)
  9833. destwin:addSpacing()
  9834. destwin:drawButton(1, '666', function()
  9835. for i,v in next,workspace:children''do
  9836. if(v:IsA'BasePart')then
  9837. me=v;
  9838. bbg=Instance.new('BillboardGui',me);
  9839. bbg.Name='stuf';
  9840. bbg.Adornee=me;
  9841. bbg.Size=UDim2.new(2.5,0,2.5,0)
  9842. --bbg.StudsOffset=Vector3.new(0,2,0)
  9843. tlb=Instance.new'TextLabel';
  9844. tlb.Text='666 666 666 666 666 666';
  9845. tlb.Font='SourceSansBold';
  9846. tlb.FontSize='Size48';
  9847. tlb.TextColor3=Color3.new(1,0,0);
  9848. tlb.Size=UDim2.new(1.25,0,1.25,0);
  9849. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  9850. tlb.BackgroundTransparency=1;
  9851. tlb.Parent=bbg;
  9852. end;end;
  9853. --coroutine.wrap(function()while wait''do
  9854. s=Instance.new'Sound';
  9855. s.Parent=workspace;
  9856. s.SoundId='rbxassetid://152840862';
  9857. s.Pitch=1;
  9858. s.Volume=1;
  9859. s.Looped=true;
  9860. s:play();
  9861. --end;end)();
  9862. function xds(dd)
  9863. for i,v in next,dd:children''do
  9864. if(v:IsA'BasePart')then
  9865. v.BrickColor=BrickColor.new'Really black';
  9866. v.TopSurface='Smooth';
  9867. v.BottomSurface='Smooth';
  9868. s=Instance.new('SelectionBox',v);
  9869. s.Adornee=v;
  9870. s.Color=BrickColor.new'Really red';
  9871. a=Instance.new('PointLight',v);
  9872. a.Color=Color3.new(1,0,0);
  9873. a.Range=15;
  9874. a.Brightness=5;
  9875. f=Instance.new('Fire',v);
  9876. f.Size=19;
  9877. f.Heat=22;
  9878. end;
  9879. game.Lighting.TimeOfDay=0;
  9880. game.Lighting.Brightness=0;
  9881. game.Lighting.ShadowColor=Color3.new(0,0,0);
  9882. game.Lighting.Ambient=Color3.new(1,0,0);
  9883. game.Lighting.FogEnd=200;
  9884. game.Lighting.FogColor=Color3.new(0,0,0);
  9885. local dec = 'http://www.roblox.com/asset/?id=19399245';
  9886. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  9887. --coroutine.wrap(function()
  9888. --for _,__ in pairs(fac) do
  9889. --local ddec = Instance.new("Decal", v)
  9890. --ddec.Face = __
  9891. --ddec.Texture = dec
  9892. --end end)()
  9893. if #(v:GetChildren())>0 then
  9894. xds(v)
  9895. end
  9896. end
  9897. end
  9898. xds(game.Workspace)
  9899. end)
  9900. destwin:drawButton(1, 'Troll', function()
  9901. topkek.tools.util.recurseUltimate('48308661')
  9902. tk.play(154664102)
  9903. end)
  9904. destwin:addSpacing()
  9905. destwin:drawButton(1/2,'Colorize',function() -- when u skid off variable XDDDDDpranked
  9906. local materiallist =
  9907. {Enum.Material.Plastic,Enum.Material.Wood,Enum.Material.Slate,Enum.Material.Concrete,Enum.Material.CorrodedMetal,
  9908. Enum.Material.DiamondPlate,Enum.Material.Foil,Enum.Material.Grass,
  9909. Enum.Material.Ice,Enum.Material.Marble,Enum.Material.Granite,Enum.Material.Brick,
  9910. Enum.Material.Pebble,Enum.Material.Sand,Enum.Material.Sand,
  9911. Enum.Material.Fabric,Enum.Material.SmoothPlastic,Enum.Material.Metal,Enum.Material.WoodPlanks,Enum.Material.Neon,Enum.Material.Cobblestone}
  9912. local function r(where)
  9913. for _,v in pairs (where:GetChildren()) do
  9914. if v:IsA("BasePart") then
  9915. spawn(function() while wait(0.1) do v.Material = materiallist[math.random(#materiallist)] wait() end end) end r(v) end end r(workspace)
  9916. end)
  9917. destwin:drawButton(1/2,'Materialize',function()
  9918. local function r(where)
  9919. for _,v in pairs (where:GetChildren()) do
  9920. if v:IsA("BasePart") then
  9921. spawn(function() while wait(0.1) do v.Transparency = math.random(0,1) wait() end end) end r(v) end end r(workspace)
  9922. end)
  9923. destwin:drawButton(1/2,'Meshify',function()
  9924. local enums={
  9925. Enum.MeshType.Head;
  9926. Enum.MeshType.Torso;
  9927. Enum.MeshType.Wedge;
  9928. Enum.MeshType.Brick;
  9929. Enum.MeshType.Sphere;
  9930. Enum.MeshType.Cylinder;
  9931. }
  9932. tk.rcf('BasePart',function(o)
  9933. local mesh = Instance.new('SpecialMesh', o)
  9934. mesh.MeshType = enums[math.random(1,#enums)]
  9935. end)
  9936. end)
  9937. destwin:drawButton(1/2,'Loop-Meshify',function()
  9938. coroutine.wrap(function()
  9939. while true do
  9940. local enums={
  9941. Enum.MeshType.Head;
  9942. Enum.MeshType.Torso;
  9943. Enum.MeshType.Wedge;
  9944. Enum.MeshType.Brick;
  9945. Enum.MeshType.Sphere;
  9946. Enum.MeshType.Cylinder;
  9947. }
  9948. tk.rcf('BasePart',function(o)
  9949. if o:FindFirstChild("Mesh") then o.Mesh:Destroy() end
  9950. local mesh = Instance.new('SpecialMesh', o)
  9951. mesh.MeshType = enums[math.random(1,#enums)]
  9952. end)
  9953. wait(0.5)
  9954. end
  9955. end)()
  9956. end)
  9957. destwin:addSpacing()
  9958. destwin:drawButton(1, 'Rotations', function()
  9959. tk.rcf('BasePart', function(o)
  9960. o.Rotation = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
  9961. end)
  9962. end)
  9963. destwin:drawButton(1, 'Collisions', function()
  9964. tk.rcf('BasePart', function(o)
  9965. o.CanCollide = false
  9966. end)
  9967. end)
  9968. destwin:drawButton(1, 'Velocity', function()
  9969. tk.rcf('BasePart', function(o)
  9970. o.Velocity = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
  9971. end)
  9972. end)
  9973. destwin:drawButton(1, 'Invisiblity', function()
  9974. tk.rcf('BasePart', function(o)
  9975. o.Transparency = 1
  9976. end)
  9977. end)
  9978. destwin:drawButton(1, 'BreakJoints', function()
  9979. tk.rcf('Model', function(o)
  9980. o:BreakJoints()
  9981. end)
  9982. end)
  9983. destwin:drawButton(1, 'Forces', function()
  9984. tk.rcf('BasePart', function(o)
  9985. local bf = Instance.new("BodyForce", o)
  9986. bf.Force = Vector3.new(math.random(0,180)*5,math.random(0,180)*5,math.random(0,180)*5)
  9987. end)
  9988. end)
  9989. destwin:drawButton(1, 'Brightness', function()
  9990. tk.rcf('BasePart', function(o)
  9991. local light = Instance.new("SpotLight", o)
  9992. light.Brightness = 9e9
  9993. light.Range = 60
  9994. end)
  9995. end)
  9996. --// CATALOG //--
  9997. local catwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Catalog').Container)
  9998. local page, currentkeyword = 1, ""
  9999. local searchbar, search, makeCatalog, res = 0, 0, 0, {}
  10000. local searchbar = catwin:drawTextBox(2/3,'')
  10001. local search = catwin:drawButton(1/3, 'Search', function()
  10002. page = 1
  10003. currentkeyword = searchbar.Text
  10004. makeCatalog(currentkeyword, page)
  10005. end)
  10006. local previous = catwin:drawButton(1/2, 'Previous Page', function()
  10007. if page > 1 then
  10008. page = page - 1
  10009. makeCatalog(currentkeyword, page)
  10010. end
  10011. end)
  10012. local previous = catwin:drawButton(1/2, 'Next Page', function()
  10013. if page >= 1 then
  10014. page = page + 1
  10015. makeCatalog(currentkeyword, page)
  10016. end
  10017. end)
  10018. local catalog_start = catwin:getDrawY()
  10019. function split(str,divider)
  10020. local found = ""
  10021. local results = {}
  10022. for i=1,string.len(str) do
  10023. if (string.lower(string.sub(str,i,i)) == string.lower(divider)) then
  10024. table.insert(results, found)
  10025. found = ""
  10026. else
  10027. found = found..string.sub(str,i,i)
  10028. end
  10029. end
  10030. table.insert(results, found)
  10031. return results
  10032. end
  10033. function GetName(nm)
  10034. local spl = split(nm," ")
  10035. local a,b,c,d,e=spl[1] or "",spl[2] or "",spl[3] or "", spl[4] or "", spl[5] or ""
  10036. return (a.." "..b.." "..c.." "..d.." "..e)
  10037. end
  10038. --function makeCatalog(keyword, page)
  10039. --local endpoint = "http://search.roblox.com/catalog/json?Category=6&Keyword="..keyword.."&IncludeNotForSale=false&ResultsPerPage=10&PageNumber="..tostring(page)
  10040. --local results = game:HttpGet(endpoint, true)
  10041. --local parse = game:GetService('HttpService'):JSONDecode(results)
  10042. --for i, v in pairs(res) do
  10043. --v:Destroy()
  10044. --end
  10045. --catwin:setDrawY(catalog_start)
  10046. --catwin:addSpacing()
  10047. --for i, v in pairs(parse) do
  10048. --local img = catwin:drawImage(1/2, 'https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId='..tostring(v['AssetId']), 50)
  10049. --local below = topkek.tools.util.Object("TextButton", {
  10050. -- Parent = img;
  10051. -- BackgroundColor3 = Color3.new(163/255, 57/255, 57/255);
  10052. -- BorderSizePixel = 0;
  10053. -- Position = UDim2.new(0, -45, 1, 5);
  10054. -- Size = UDim2.new(0,img.AbsoluteSize.X, 0, 20);
  10055. -- Font = 'SourceSans';
  10056. -- FontSize = 'Size14';
  10057. -- Text = GetName(v['Name']);
  10058. -- TextSize = 14;
  10059. -- TextColor3 = color3(199, 199, 199);
  10060. -- TextStrokeTransparency = 0.5;
  10061. -- ClipsDescendants = true;
  10062. --})
  10063. -- below.MouseButton1Down:connect(function()
  10064. -- local Model = Instance.new("Model", workspace)
  10065. -- game:GetObjects('rbxassetid://'..tostring(v['AssetId']))[1].Parent = Model
  10066. -- Model:MakeJoints()
  10067. -- Model:MoveTo(topkek.lplr.Character.Head.Position)
  10068. --end)
  10069. --img.Size=UDim2.new(0,50,0,50)
  10070. --img.Position=img.Position+UDim2.new(0,45,0,0)
  10071. -- if (i%2)==0 then
  10072. -- catwin:setDrawY(catwin:getDrawY() + 25)
  10073. --end
  10074. -- if (i==10) then
  10075. -- catwin.main.CanvasSize = catwin.main.CanvasSize + UDim2.new(0,0,0,25)
  10076. -- end
  10077. -- table.insert(res,img)
  10078. --end
  10079. --end
  10080. --makeCatalog("", 1)
  10081. --// CMDS //--
  10082. cmdwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Commands').Container)
  10083. count = 0
  10084. for _, _ in pairs(cmd.commands.store) do count = count + 1 end
  10085. cmdwin:drawText(1, tostring(count) .. " Commands")
  10086. cmdwin:drawText(1, 'Chat Prefix: /')
  10087. local cmdlist = cmdwin:drawScrollingContainer(260)
  10088. for i, v in pairs(cmd.commands.fmtstore) do
  10089. local xfmt = {}
  10090. local str = " ;" .. i .. " "
  10091. for form in v:gmatch("[^%%]+") do
  10092. if form ~= 'cmd' then
  10093. if form == 'inf' then form = 'str' end
  10094. str = str .. "{" .. form .. "} "
  10095. end
  10096. end
  10097. cmdlist:drawText(1, str)
  10098. end
  10099. --// MUSIC //--
  10100. musicwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Music').Container)
  10101. Sounds = {
  10102. {"caramell", 2303479};
  10103. {"epic", 27697743};
  10104. {"rick", 2027611};
  10105. {"halo", 1034065};
  10106. {"pokemon", 1372261};
  10107. {"cursed", 1372257};
  10108. {"extreme", 11420933};
  10109. {"awaken", 27697277};
  10110. {"alone", 27697392};
  10111. {"mario", 1280470};
  10112. {"choir", 1372258};
  10113. {"chrono" ,1280463};
  10114. {"dotr", 11420922};
  10115. {"entertain", 27697267};
  10116. {"fantasy", 1280473};
  10117. {"final", 787};
  10118. {"organ", 11231513};
  10119. {"tunnel", 9650822}
  10120. }
  10121.  
  10122. local cursel
  10123. local xcursel = 0
  10124. scr = musicwin:drawScrollingContainer(230)
  10125. for i, v in pairs(Sounds) do
  10126. scr:drawButton(1, v[1] .. " - " .. tonumber(v[2]), function()
  10127. cursel.Text = "Currently Selected - " .. v[1]
  10128. xcursel = v[2]
  10129. end)
  10130. end
  10131.  
  10132. cursel = musicwin:drawText(1, "Currently Selected - None")
  10133. local setInp
  10134. musicwin:drawButton(1/3, "Set", function()
  10135. if tonumber(setInp.Text) then
  10136. cursel.Text = "Currently Selected - " .. setInp.Text
  10137. xcursel = tonumber(setInp.Text)
  10138. end
  10139. end)
  10140. setInp = musicwin:drawTextBox(2/3, '')
  10141. musicwin:drawButton(1, "Play", function()
  10142. tk.rcm(game, 'Sound')
  10143. tk.play(xcursel)
  10144. end)
  10145. musicwin:drawButton(1, "Stop", function()
  10146. tk.rcm(game, 'Sound')
  10147. end)
  10148. --// FACES //--
  10149. facwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Faces').Container)
  10150. local faces = {
  10151. {name='Rofl',id=47595647},
  10152. {name='Sparta',id=74142203},
  10153. {name='UJelly',id=48989071},
  10154. {name='Troll',id=45120559},
  10155. {name='Horse',id=62079221},
  10156. {name='Angry',id=48258623},
  10157. {name='Okey',id=62830600},
  10158. {name='Yeaw',id=53646377},
  10159. {name='Here',id=62677045},
  10160. {name='Har',id=48260066},
  10161. {name='Baby Sun',id=47596170},
  10162. {name='LOL',id=48293007},
  10163. {name='Sad',id=53645378},
  10164. {name='Joseph Stalin',id=48290678},
  10165. {name='Doge',id=130742396},
  10166. {name='Forever Alone',id=156886272},
  10167. {name='RickRoll',id=5104631},
  10168. {name='Jim Carrey',id=74885351},
  10169. {name='Meh IRL',id=237553381}
  10170. }
  10171. local cursel, xcursel = nil, 0
  10172. faclist = facwin:drawScrollingContainer(260)
  10173. for i,v in pairs(faces) do
  10174. local btn = faclist:drawButton(1, v['name'], function()
  10175. xcursel = v['id']
  10176. cursel.Text = 'Currently Selected: ' .. v['name']
  10177. end)
  10178. topkek.tools.gui:addLeftIcon(btn,'rbxassetid://'..tostring(v['id']),20)
  10179. end
  10180. cursel = facwin:drawText(1, 'Currently Selected: None')
  10181. facwin:drawButton(1, 'Wear', function()
  10182. if not (xcursel == 0) then
  10183. if topkek.lplr.Character then
  10184. tk.rcm(topkek.lplr.Character, 'Accessory')
  10185. tk.rcm(topkek.lplr.Character, 'Hat')
  10186. topkek.tools.util.applyFace(xcursel)
  10187. end
  10188. end
  10189. end)
  10190. --// SETTINGS // --
  10191. setwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Settings').Container)
  10192. setwin:drawText(1, 'Patch: ' .. topkek.patch)
  10193. setwin:drawText(1, 'Devnote: foh skids')
  10194. setwin:drawText(1, [[
  10195. === CREDITS ===
  10196.  
  10197. Variable - retard that created Stella
  10198. KrystalTeam - provided critical design tips & advice
  10199. Circumvention - lol joey salads
  10200.  
  10201. Thanks to everyone that supported T0PK3K 4.0!
  10202.  
  10203. ]], 260)
  10204. --// BANLIST //--
  10205. banwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Banlist').Container)
  10206. local plrBanInp
  10207. banwin:drawButton(1/3, 'Add', function()
  10208. topkek.settings.get()
  10209. table.insert(topkek.settingsTable['Bans'], plrBanInp.Text)
  10210. topkek.settings.write()
  10211. UpdateBanlist()
  10212. end)
  10213. plrBanInp = banwin:drawTextBox(2/3, '')
  10214. banCont = banwin:drawScrollingContainer(288)
  10215. function UpdateBanlist(x)
  10216. topkek.settings.get()
  10217. local wl = x or topkek.settingsTable['Bans']
  10218. for i,v in pairs(banCont:GetChildren()) do
  10219. v:Destroy()
  10220. end
  10221. banCont:setDrawY(3)
  10222. for i,v in pairs(wl) do
  10223. banCont:drawText(2/3, v)
  10224. banCont:drawButton(1/3, 'Remove', function()
  10225. for x, m in pairs(wl) do
  10226. if m == v then
  10227. table.remove(topkek.settingsTable['Bans'], x)
  10228. topkek.settings.write()
  10229. UpdateBanlist()
  10230. topkek.banmgr.bans = topkek.settingsTable['Bans']
  10231. end
  10232. end
  10233. end)
  10234. end
  10235. end
  10236. UpdateBanlist()
  10237. --// HATS //--
  10238. hatwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Hats').Container)
  10239. local hats={
  10240. {name='Dominus Empyreus',id=21070012},
  10241. {name='Dominus Vespertilio',id=96103379},
  10242. {name='Dominus Infernus',id=31101391},
  10243. {name='Dominus Rex',id=250395631},
  10244. {name='Dominus Frigidus',id=48545806},
  10245. {name='Dominus Astra',id=162067148},
  10246. {name='Dominus Aureus',id=138932314},
  10247. {name='DIY Dominus Empyreus',id=151789690},
  10248. {name='Dominus Messor',id=64444871},
  10249. {name='Demon Skeleton Wings',id=133554007},
  10250. {name='Gilded Wings of Glory',id=250405532},
  10251. {name='Majestic Ice Wings',id=188702967},
  10252. {name='Black Wings',id=215719598},
  10253. {name='Clockworks Shades',id=11748356},
  10254. {name='Faerie Wings',id=19399896},
  10255. {name='Orinthian Wings',id=223751505},
  10256. {name='Clockworks Headphones',id=1235488},
  10257. {name='Perfectly Legitimate Business Hat',id=19027209},
  10258. {name='Sparkling Angel Wings',id=192557913},
  10259. {name='Commander Crows Wings',id=133553855},
  10260. {name='Sunfire Wings',id=158068470},
  10261. {name='Royal Faerie Wings',id=119916756},
  10262. {name='Wings of Freedom',id=164174048},
  10263. {name='Firebrand Wings',id=128160626},
  10264. {name='Frozen Wings',id=136758613},
  10265. {name='Webbed Wings',id=120507280},
  10266. {name='Gargoyle Wings',id=120507201},
  10267. {name='Bat Wings',id=19399858},
  10268. {name='Wings of Fire',id=136758532},
  10269. {name='Headrow',id=1082935},
  10270. {name='Rubber Duckie',id=9254254},
  10271. {name='Valkyrie Helm',id=1365767},
  10272. {name='Hockey Mask',id=5161514}}
  10273. local searchi = hatwin:drawButton(1, '', function()end)
  10274. dropx = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), searchi, {'All'})
  10275. function fixPlayerDropi()
  10276. local t = {'All'}
  10277. for i, v in pairs(game.Players:GetPlayers()) do
  10278. table.insert(t, v.Name)
  10279. end
  10280. dropx.SetTable(t)
  10281. end
  10282. game.Players.PlayerAdded:connect(function()
  10283. fixPlayerDropi()
  10284. end)
  10285. game.Players.PlayerRemoving:connect(function()
  10286. fixPlayerDropi()
  10287. end)
  10288. local eval = 'All'
  10289. dropx.Changed(function(p) eval = p end)
  10290. fixPlayerDrop()
  10291.  
  10292. local hatInp
  10293. hatlist = hatwin:drawScrollingContainer(260)
  10294. for i,v in pairs(hats) do
  10295. hatlist:drawButton(1, v['name'], function()
  10296. hatInp.Text = tostring(v['id'])
  10297. end)
  10298. end
  10299. hatwin:drawButton(1/3, 'Wear', function()
  10300. local hat = game:GetObjects("rbxassetid://"..tonumber(hatInp.Text))[1]
  10301. tk.dp(eval, function(x)
  10302. if x.Character then
  10303. hat:Clone().Parent = x.Character
  10304. end
  10305. end)
  10306. end)
  10307.  
  10308.  
  10309. hatInp = hatwin:drawTextBox(2/3, '')
  10310. topkek.tools.animator.initialAnimation()
  10311. topkek.banmgr.init()
  10312.  
  10313. _G.Rc7Notification("Leaked by Scratchy","T0pk3k 4.0 Script Leaked!",5)
  10314. wait(5)
  10315. if game.Workspace.FilteringEnabled == true then
  10316. _G.Rc7Notification("Filtering","Fltering is Enabled",5)
  10317. else
  10318. _G.Rc7Notification("Filtering","Fltering is Disabled",5)
  10319. end
  10320. end)
  10321.  
  10322. speed.Name = "speed"
  10323. speed.Parent = mainframe
  10324. speed.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  10325. speed.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  10326. speed.Position = UDim2.new(0.511087179, 0, 0.137546465, 0)
  10327. speed.Size = UDim2.new(0, 200, 0, 39)
  10328. speed.Font = Enum.Font.SourceSans
  10329. speed.Text = "speed"
  10330. speed.TextColor3 = Color3.new(0, 0, 0)
  10331. speed.TextScaled = true
  10332. speed.TextSize = 14
  10333. speed.TextWrapped = true
  10334. speed.MouseButton1Down:connect(function()
  10335. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  10336. end)
  10337.  
  10338. infjump.Name = "inf jump"
  10339. infjump.Parent = mainframe
  10340. infjump.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  10341. infjump.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  10342. infjump.Position = UDim2.new(0.0375000015, 0, 0.427509308, 0)
  10343. infjump.Size = UDim2.new(0, 200, 0, 39)
  10344. infjump.Font = Enum.Font.SourceSans
  10345. infjump.Text = "inf jump"
  10346. infjump.TextColor3 = Color3.new(0, 0, 0)
  10347. infjump.TextScaled = true
  10348. infjump.TextSize = 14
  10349. infjump.TextWrapped = true
  10350. infjump.MouseButton1Down:connect(function()
  10351. local InfiniteJumpEnabled = true
  10352. game:GetService("UserInputService").JumpRequest:connect(function()
  10353. if InfiniteJumpEnabled then
  10354. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  10355. end
  10356. end)
  10357. end)
  10358.  
  10359. close.Name = "close"
  10360. close.Parent = mainframe
  10361. close.BackgroundColor3 = Color3.new(1, 1, 1)
  10362. close.BorderSizePixel = 0
  10363. close.Position = UDim2.new(0.952083349, 0, -0.0223048329, 0)
  10364. close.Size = UDim2.new(0, 38, 0, 22)
  10365. close.Font = Enum.Font.SourceSans
  10366. close.Text = "X"
  10367. close.TextColor3 = Color3.new(0, 0, 0)
  10368. close.TextScaled = true
  10369. close.TextSize = 14
  10370. close.TextWrapped = true
  10371. close.MouseButton1Down:connect(function()
  10372. TextButton.Visible = true
  10373. mainframe.Visible = false
  10374. end)
Add Comment
Please, Sign In to add comment