Guest User

Untitled

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