Advertisement
Guest User

Prison life admin Reviz

a guest
May 25th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 201.35 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PrisonGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local TitleBar = Instance.new("TextLabel")
  7. local ObGuns = Instance.new("TextButton")
  8. local Close = Instance.new("TextButton")
  9. local KillAll = Instance.new("TextButton")
  10. local TaseBypass = Instance.new("TextButton")
  11. local RemoveDoors = Instance.new("TextButton")
  12. local Btools = Instance.new("TextButton")
  13. local BeNeutral = Instance.new("TextButton")
  14. local ModGun = Instance.new("TextButton")
  15. local ForceCgui = Instance.new("Frame")
  16. local ComSeperateBar = Instance.new("TextLabel")
  17. local InsertUser = Instance.new("TextBox")
  18. local UserHolder = Instance.new("TextLabel")
  19. local CrimTitle = Instance.new("TextLabel")
  20. local CrimTitleBar = Instance.new("TextLabel")
  21. local TextButton = Instance.new("TextButton")
  22. local CrimHideButton = Instance.new("TextButton")
  23. local TPshow = Instance.new("TextButton")
  24. local LocalCommands = Instance.new("Frame")
  25. local LocalCMD_Title = Instance.new("TextLabel")
  26. local NexusTPbut = Instance.new("TextButton")
  27. local CrimBaseTPbut = Instance.new("TextButton")
  28. local GuardAreaTPbut = Instance.new("TextButton")
  29. local FLY = Instance.new("TextButton")
  30. local NWalk = Instance.new("TextButton")
  31. local Njump = Instance.new("TextButton")
  32. local tfJump = Instance.new("TextButton")
  33. local Respawn = Instance.new("TextButton")
  34. local tfWalk = Instance.new("TextButton")
  35. local LocalCMD_BarTitle = Instance.new("TextLabel")
  36. local TheLocal = Instance.new("TextButton")
  37. local CrimG = Instance.new("TextButton")
  38. local tpgui = Instance.new("Frame")
  39. local TPtileBar = Instance.new("TextLabel")
  40. local TPYEET = Instance.new("TextButton")
  41. local UserHolderTP = Instance.new("TextLabel")
  42. local InsertUserTP = Instance.new("TextBox")
  43. local TpTitle = Instance.new("TextLabel")
  44. local RightSepBarTp = Instance.new("TextLabel")
  45. local TpHideButton = Instance.new("TextButton")
  46. local AmokahsLogo = Instance.new("ImageLabel")
  47. local SuperPunch = Instance.new("TextButton")
  48. local KillAura = Instance.new("TextButton")
  49. local BeCriminal = Instance.new("TextButton")
  50. local BeGuard = Instance.new("TextButton")
  51. local BeInmate = Instance.new("TextButton")
  52. local ArrestAll = Instance.new("TextButton")
  53. local InvGuns = Instance.new("TextButton")
  54. local CrimPunch = Instance.new("TextButton")
  55. local Trans = Instance.new("TextButton")
  56. local Open = Instance.new("Frame")
  57. local OpenGUI = Instance.new("TextButton")
  58. local Credit = Instance.new("TextLabel")
  59. local Dino = Instance.new("TextLabel")
  60. local KA = Instance.new("Frame")
  61. local NameOfKa = Instance.new("TextLabel")
  62. local TrueOrFalse = Instance.new("TextLabel")
  63. local TeamGUIOC = Instance.new("Frame")
  64. local TeamOPorCL = Instance.new("TextButton")
  65. local TeamMain = Instance.new("Frame")
  66. local TextLabel = Instance.new("TextLabel")
  67. local TextLabel_2 = Instance.new("TextLabel")
  68. local SOG = Instance.new("TextButton")
  69. local SOC = Instance.new("TextButton")
  70. local SOI = Instance.new("TextButton")
  71. local Disable = Instance.new("TextButton")
  72. local Apart = Instance.new("Part")
  73.  
  74. Apart.Name = "PlrsPos"
  75. Apart.Parent = workspace
  76. Apart.Anchored = true
  77. Apart.Archivable = true
  78. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  79.  
  80. -- Properties
  81.  
  82. PrisonGui.Name = "PrisonGui"
  83. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  84.  
  85. Main.Name = "Main"
  86. Main.Parent = PrisonGui
  87. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  88. Main.BorderSizePixel = 0
  89. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  90. Main.Size = UDim2.new(0, 338, 0, 301)
  91. Main.Visible = false
  92.  
  93. Title.Name = "Title"
  94. Title.Parent = Main
  95. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Title.BackgroundTransparency = 1
  97. Title.BorderSizePixel = 0
  98. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  99. Title.Size = UDim2.new(0, 162, 0, 31)
  100. Title.Font = Enum.Font.SourceSansLight
  101. Title.FontSize = Enum.FontSize.Size14
  102. Title.Text = "Prison Life v2.0.2 GUI"
  103. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  104. Title.TextScaled = true
  105. Title.TextStrokeTransparency = 0
  106. Title.TextWrapped = true
  107.  
  108. TitleBar.Name = "TitleBar"
  109. TitleBar.Parent = Main
  110. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  111. TitleBar.BackgroundTransparency = 0.5
  112. TitleBar.BorderSizePixel = 0
  113. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  114. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  115. TitleBar.Font = Enum.Font.SourceSans
  116. TitleBar.FontSize = Enum.FontSize.Size14
  117. TitleBar.Text = ""
  118. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  119.  
  120. ObGuns.Name = "ObGuns"
  121. ObGuns.Parent = Main
  122. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  123. ObGuns.BackgroundTransparency = 0.5
  124. ObGuns.BorderSizePixel = 0
  125. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  126. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  127. ObGuns.Font = Enum.Font.SourceSans
  128. ObGuns.FontSize = Enum.FontSize.Size14
  129. ObGuns.Text = "OBTAIN GUNS"
  130. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  131. ObGuns.TextScaled = true
  132. ObGuns.TextStrokeTransparency = 0
  133. ObGuns.TextWrapped = true
  134.  
  135. Close.Name = "Close"
  136. Close.Parent = Main
  137. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  138. Close.BackgroundTransparency = 0.30000001192093
  139. Close.BorderSizePixel = 0
  140. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  141. Close.Size = UDim2.new(0, 24, 0, 24)
  142. Close.Font = Enum.Font.SourceSans
  143. Close.FontSize = Enum.FontSize.Size14
  144. Close.Text = ""
  145. Close.TextColor3 = Color3.new(0, 0, 0)
  146.  
  147. KillAll.Name = "KillAll"
  148. KillAll.Parent = Main
  149. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  150. KillAll.BackgroundTransparency = 0.5
  151. KillAll.BorderSizePixel = 0
  152. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  153. KillAll.Size = UDim2.new(0, 159, 0, 22)
  154. KillAll.Font = Enum.Font.SourceSans
  155. KillAll.FontSize = Enum.FontSize.Size14
  156. KillAll.Text = "KILL ALL"
  157. KillAll.TextColor3 = Color3.new(1, 1, 1)
  158. KillAll.TextScaled = true
  159. KillAll.TextStrokeTransparency = 0
  160. KillAll.TextWrapped = true
  161.  
  162. TaseBypass.Name = "TaseBypass"
  163. TaseBypass.Parent = Main
  164. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  165. TaseBypass.BackgroundTransparency = 0.5
  166. TaseBypass.BorderSizePixel = 0
  167. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  168. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  169. TaseBypass.Font = Enum.Font.SourceSans
  170. TaseBypass.FontSize = Enum.FontSize.Size14
  171. TaseBypass.Text = "TASER BYPASS"
  172. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  173. TaseBypass.TextScaled = true
  174. TaseBypass.TextStrokeTransparency = 0
  175. TaseBypass.TextWrapped = true
  176.  
  177. RemoveDoors.Name = "RemoveDoors"
  178. RemoveDoors.Parent = Main
  179. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  180. RemoveDoors.BackgroundTransparency = 0.5
  181. RemoveDoors.BorderSizePixel = 0
  182. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  183. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  184. RemoveDoors.Font = Enum.Font.SourceSans
  185. RemoveDoors.FontSize = Enum.FontSize.Size14
  186. RemoveDoors.Text = "REMOVE ALL DOORS"
  187. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  188. RemoveDoors.TextScaled = true
  189. RemoveDoors.TextStrokeTransparency = 0
  190. RemoveDoors.TextWrapped = true
  191.  
  192. Btools.Name = "Btools"
  193. Btools.Parent = Main
  194. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Btools.BackgroundTransparency = 0.5
  196. Btools.BorderSizePixel = 0
  197. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  198. Btools.Size = UDim2.new(0, 159, 0, 22)
  199. Btools.Font = Enum.Font.SourceSans
  200. Btools.FontSize = Enum.FontSize.Size14
  201. Btools.Text = "BTOOLS"
  202. Btools.TextColor3 = Color3.new(1, 1, 1)
  203. Btools.TextScaled = true
  204. Btools.TextStrokeTransparency = 0
  205. Btools.TextWrapped = true
  206.  
  207. BeNeutral.Name = "BeNeutral"
  208. BeNeutral.Parent = Main
  209. BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
  210. BeNeutral.BackgroundTransparency = 0.5
  211. BeNeutral.BorderSizePixel = 0
  212. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  213. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  214. BeNeutral.Font = Enum.Font.SourceSans
  215. BeNeutral.FontSize = Enum.FontSize.Size14
  216. BeNeutral.Text = "NEUTRAL"
  217. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  218. BeNeutral.TextScaled = true
  219. BeNeutral.TextStrokeTransparency = 0
  220. BeNeutral.TextWrapped = true
  221.  
  222. ModGun.Name = "ModGun"
  223. ModGun.Parent = Main
  224. ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
  225. ModGun.BackgroundTransparency = 0.5
  226. ModGun.BorderSizePixel = 0
  227. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  228. ModGun.Size = UDim2.new(0, 325, 0, 22)
  229. ModGun.Font = Enum.Font.SourceSans
  230. ModGun.FontSize = Enum.FontSize.Size14
  231. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  232. ModGun.TextColor3 = Color3.new(1, 1, 1)
  233. ModGun.TextScaled = true
  234. ModGun.TextStrokeTransparency = 0
  235. ModGun.TextWrapped = true
  236.  
  237. ForceCgui.Name = "ForceCgui"
  238. ForceCgui.Parent = Main
  239. ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  240. ForceCgui.BorderSizePixel = 0
  241. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  242. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  243.  
  244. ComSeperateBar.Name = "ComSeperateBar"
  245. ComSeperateBar.Parent = ForceCgui
  246. ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
  247. ComSeperateBar.BackgroundTransparency = 0.5
  248. ComSeperateBar.BorderSizePixel = 0
  249. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  250. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  251. ComSeperateBar.Font = Enum.Font.SourceSans
  252. ComSeperateBar.FontSize = Enum.FontSize.Size14
  253. ComSeperateBar.Text = ""
  254. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  255.  
  256. InsertUser.Name = "InsertUser"
  257. InsertUser.Parent = ForceCgui
  258. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  259. InsertUser.BackgroundTransparency = 1
  260. InsertUser.BorderSizePixel = 0
  261. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  262. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  263. InsertUser.Font = Enum.Font.SourceSansLight
  264. InsertUser.FontSize = Enum.FontSize.Size14
  265. InsertUser.Text = "USERNAME"
  266. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  267. InsertUser.TextScaled = true
  268. InsertUser.TextWrapped = true
  269.  
  270. UserHolder.Name = "UserHolder"
  271. UserHolder.Parent = ForceCgui
  272. UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  273. UserHolder.BorderSizePixel = 0
  274. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  275. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  276. UserHolder.Font = Enum.Font.SourceSans
  277. UserHolder.FontSize = Enum.FontSize.Size14
  278. UserHolder.Text = ""
  279. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  280.  
  281. CrimTitle.Name = "CrimTitle"
  282. CrimTitle.Parent = ForceCgui
  283. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  284. CrimTitle.BackgroundTransparency = 1
  285. CrimTitle.BorderSizePixel = 0
  286. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  287. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  288. CrimTitle.Font = Enum.Font.SourceSansLight
  289. CrimTitle.FontSize = Enum.FontSize.Size14
  290. CrimTitle.Text = "CRIMINAL GUI"
  291. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  292. CrimTitle.TextScaled = true
  293. CrimTitle.TextStrokeTransparency = 0
  294. CrimTitle.TextWrapped = true
  295.  
  296. CrimTitleBar.Name = "CrimTitleBar"
  297. CrimTitleBar.Parent = ForceCgui
  298. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  299. CrimTitleBar.BackgroundTransparency = 0.5
  300. CrimTitleBar.BorderSizePixel = 0
  301. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  302. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  303. CrimTitleBar.Font = Enum.Font.SourceSans
  304. CrimTitleBar.FontSize = Enum.FontSize.Size14
  305. CrimTitleBar.Text = ""
  306. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  307.  
  308. TextButton.Parent = ForceCgui
  309. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  310. TextButton.BackgroundTransparency = 0.5
  311. TextButton.BorderSizePixel = 0
  312. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  313. TextButton.Size = UDim2.new(0, 139, 0, 50)
  314. TextButton.Font = Enum.Font.SourceSansLight
  315. TextButton.FontSize = Enum.FontSize.Size14
  316. TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
  317. TextButton.TextColor3 = Color3.new(1, 1, 1)
  318. TextButton.TextScaled = true
  319. TextButton.TextStrokeTransparency = 0
  320. TextButton.TextWrapped = true
  321.  
  322. CrimHideButton.Name = "CrimHideButton"
  323. CrimHideButton.Parent = ForceCgui
  324. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  325. CrimHideButton.BackgroundTransparency = 0.30000001192093
  326. CrimHideButton.BorderSizePixel = 0
  327. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  328. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  329. CrimHideButton.Font = Enum.Font.SourceSansLight
  330. CrimHideButton.FontSize = Enum.FontSize.Size14
  331. CrimHideButton.Text = "HIDE"
  332. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  333. CrimHideButton.TextScaled = true
  334. CrimHideButton.TextStrokeTransparency = 0
  335. CrimHideButton.TextWrapped = true
  336.  
  337. TPshow.Name = "TPshow"
  338. TPshow.Parent = Main
  339. TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
  340. TPshow.BackgroundTransparency = 0.5
  341. TPshow.BorderSizePixel = 0
  342. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  343. TPshow.Size = UDim2.new(0, 104, 0, 22)
  344. TPshow.Font = Enum.Font.SourceSans
  345. TPshow.FontSize = Enum.FontSize.Size14
  346. TPshow.Text = "TELEPORT TO PLAYER"
  347. TPshow.TextColor3 = Color3.new(1, 1, 1)
  348. TPshow.TextScaled = true
  349. TPshow.TextStrokeTransparency = 0
  350. TPshow.TextWrapped = true
  351.  
  352. LocalCommands.Name = "LocalCommands"
  353. LocalCommands.Parent = Main
  354. LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  355. LocalCommands.BorderSizePixel = 0
  356. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  357. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  358.  
  359. LocalCMD_Title.Name = "LocalCMD_Title"
  360. LocalCMD_Title.Parent = LocalCommands
  361. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  362. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  363. LocalCMD_Title.BorderSizePixel = 0
  364. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  365. LocalCMD_Title.Font = Enum.Font.SourceSans
  366. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  367. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  368. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  369. LocalCMD_Title.TextStrokeTransparency = 0
  370.  
  371. NexusTPbut.Name = "NexusTPbut"
  372. NexusTPbut.Parent = LocalCommands
  373. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  374. NexusTPbut.BackgroundTransparency = 0.40000000596046
  375. NexusTPbut.BorderSizePixel = 0
  376. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  377. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  378. NexusTPbut.Font = Enum.Font.SourceSans
  379. NexusTPbut.FontSize = Enum.FontSize.Size14
  380. NexusTPbut.Text = "TP TO NEXUS"
  381. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  382. NexusTPbut.TextScaled = true
  383. NexusTPbut.TextStrokeTransparency = 0
  384. NexusTPbut.TextWrapped = true
  385.  
  386. CrimBaseTPbut.Name = "CrimBaseTPbut"
  387. CrimBaseTPbut.Parent = LocalCommands
  388. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  389. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  390. CrimBaseTPbut.BorderSizePixel = 0
  391. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  392. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  393. CrimBaseTPbut.Font = Enum.Font.SourceSans
  394. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  395. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  396. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  397. CrimBaseTPbut.TextScaled = true
  398. CrimBaseTPbut.TextStrokeTransparency = 0
  399. CrimBaseTPbut.TextWrapped = true
  400.  
  401. GuardAreaTPbut.Name = "GuardAreaTPbut"
  402. GuardAreaTPbut.Parent = LocalCommands
  403. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  404. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  405. GuardAreaTPbut.BorderSizePixel = 0
  406. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  407. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  408. GuardAreaTPbut.Font = Enum.Font.SourceSans
  409. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  410. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  411. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  412. GuardAreaTPbut.TextScaled = true
  413. GuardAreaTPbut.TextStrokeTransparency = 0
  414. GuardAreaTPbut.TextWrapped = true
  415.  
  416. FLY.Name = "FLY"
  417. FLY.Parent = LocalCommands
  418. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  419. FLY.BackgroundTransparency = 0.40000000596046
  420. FLY.BorderSizePixel = 0
  421. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  422. FLY.Size = UDim2.new(0, 98, 0, 16)
  423. FLY.Font = Enum.Font.SourceSans
  424. FLY.FontSize = Enum.FontSize.Size14
  425. FLY.Text = "FLY 'E'"
  426. FLY.TextColor3 = Color3.new(1, 1, 1)
  427. FLY.TextScaled = true
  428. FLY.TextStrokeTransparency = 0
  429. FLY.TextWrapped = true
  430.  
  431. NWalk.Name = "NWalk"
  432. NWalk.Parent = LocalCommands
  433. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  434. NWalk.BackgroundTransparency = 0.40000000596046
  435. NWalk.BorderSizePixel = 0
  436. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  437. NWalk.Size = UDim2.new(0, 98, 0, 16)
  438. NWalk.Font = Enum.Font.SourceSans
  439. NWalk.FontSize = Enum.FontSize.Size14
  440. NWalk.Text = "NORMAL WALKSPEED"
  441. NWalk.TextColor3 = Color3.new(1, 1, 1)
  442. NWalk.TextScaled = true
  443. NWalk.TextStrokeTransparency = 0
  444. NWalk.TextWrapped = true
  445.  
  446. Njump.Name = "Njump"
  447. Njump.Parent = LocalCommands
  448. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  449. Njump.BackgroundTransparency = 0.40000000596046
  450. Njump.BorderSizePixel = 0
  451. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  452. Njump.Size = UDim2.new(0, 98, 0, 16)
  453. Njump.Font = Enum.Font.SourceSans
  454. Njump.FontSize = Enum.FontSize.Size14
  455. Njump.Text = "NORMAL JUMP HEIGHT"
  456. Njump.TextColor3 = Color3.new(1, 1, 1)
  457. Njump.TextScaled = true
  458. Njump.TextStrokeTransparency = 0
  459. Njump.TextWrapped = true
  460.  
  461. tfJump.Name = "tfJump"
  462. tfJump.Parent = LocalCommands
  463. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  464. tfJump.BackgroundTransparency = 0.40000000596046
  465. tfJump.BorderSizePixel = 0
  466. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  467. tfJump.Size = UDim2.new(0, 98, 0, 16)
  468. tfJump.Font = Enum.Font.SourceSans
  469. tfJump.FontSize = Enum.FontSize.Size14
  470. tfJump.Text = "+25 JUMP HEIGHT"
  471. tfJump.TextColor3 = Color3.new(1, 1, 1)
  472. tfJump.TextScaled = true
  473. tfJump.TextStrokeTransparency = 0
  474. tfJump.TextWrapped = true
  475.  
  476. Respawn.Name = "Respawn"
  477. Respawn.Parent = LocalCommands
  478. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  479. Respawn.BackgroundTransparency = 0.40000000596046
  480. Respawn.BorderSizePixel = 0
  481. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  482. Respawn.Size = UDim2.new(0, 98, 0, 16)
  483. Respawn.Font = Enum.Font.SourceSans
  484. Respawn.FontSize = Enum.FontSize.Size14
  485. Respawn.Text = "RESPAWN"
  486. Respawn.TextColor3 = Color3.new(1, 1, 1)
  487. Respawn.TextScaled = true
  488. Respawn.TextStrokeTransparency = 0
  489. Respawn.TextWrapped = true
  490.  
  491. tfWalk.Name = "tfWalk"
  492. tfWalk.Parent = LocalCommands
  493. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  494. tfWalk.BackgroundTransparency = 0.40000000596046
  495. tfWalk.BorderSizePixel = 0
  496. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  497. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  498. tfWalk.Font = Enum.Font.SourceSans
  499. tfWalk.FontSize = Enum.FontSize.Size14
  500. tfWalk.Text = "+25 WALKSPEED"
  501. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  502. tfWalk.TextScaled = true
  503. tfWalk.TextStrokeTransparency = 0
  504. tfWalk.TextWrapped = true
  505.  
  506. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  507. LocalCMD_BarTitle.Parent = LocalCommands
  508. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  509. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  510. LocalCMD_BarTitle.BorderSizePixel = 0
  511. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  512. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  513. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  514. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  515. LocalCMD_BarTitle.Text = ""
  516. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  517. LocalCMD_BarTitle.TextStrokeTransparency = 0
  518.  
  519. TheLocal.Name = "TheLocal"
  520. TheLocal.Parent = Main
  521. TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
  522. TheLocal.BackgroundTransparency = 0.5
  523. TheLocal.BorderSizePixel = 0
  524. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  525. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  526. TheLocal.Font = Enum.Font.SourceSans
  527. TheLocal.FontSize = Enum.FontSize.Size14
  528. TheLocal.Text = "MORE LOCAL COMMANDS"
  529. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  530. TheLocal.TextScaled = true
  531. TheLocal.TextStrokeTransparency = 0
  532. TheLocal.TextWrapped = true
  533.  
  534. CrimG.Name = "CrimG"
  535. CrimG.Parent = Main
  536. CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
  537. CrimG.BackgroundTransparency = 0.5
  538. CrimG.BorderSizePixel = 0
  539. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  540. CrimG.Size = UDim2.new(0, 104, 0, 22)
  541. CrimG.Font = Enum.Font.SourceSans
  542. CrimG.FontSize = Enum.FontSize.Size14
  543. CrimG.Text = "FORCE CRIMINAL PLAYER"
  544. CrimG.TextColor3 = Color3.new(1, 1, 1)
  545. CrimG.TextScaled = true
  546. CrimG.TextStrokeTransparency = 0
  547. CrimG.TextWrapped = true
  548.  
  549. tpgui.Name = "tpgui"
  550. tpgui.Parent = Main
  551. tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  552. tpgui.BorderSizePixel = 0
  553. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  554. tpgui.Size = UDim2.new(0, 155, 0, 198)
  555.  
  556. TPtileBar.Name = "TPtileBar"
  557. TPtileBar.Parent = tpgui
  558. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  559. TPtileBar.BackgroundTransparency = 0.5
  560. TPtileBar.BorderSizePixel = 0
  561. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  562. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  563. TPtileBar.Font = Enum.Font.SourceSans
  564. TPtileBar.FontSize = Enum.FontSize.Size14
  565. TPtileBar.Text = ""
  566. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  567.  
  568. TPYEET.Name = "TPYEET"
  569. TPYEET.Parent = tpgui
  570. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  571. TPYEET.BackgroundTransparency = 0.5
  572. TPYEET.BorderSizePixel = 0
  573. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  574. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  575. TPYEET.Font = Enum.Font.SourceSansLight
  576. TPYEET.FontSize = Enum.FontSize.Size14
  577. TPYEET.Text = "TELEPORT"
  578. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  579. TPYEET.TextScaled = true
  580. TPYEET.TextStrokeTransparency = 0
  581. TPYEET.TextWrapped = true
  582.  
  583. UserHolderTP.Name = "UserHolderTP"
  584. UserHolderTP.Parent = tpgui
  585. UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  586. UserHolderTP.BorderSizePixel = 0
  587. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  588. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  589. UserHolderTP.Font = Enum.Font.SourceSans
  590. UserHolderTP.FontSize = Enum.FontSize.Size14
  591. UserHolderTP.Text = ""
  592. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  593.  
  594. InsertUserTP.Name = "InsertUserTP"
  595. InsertUserTP.Parent = tpgui
  596. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  597. InsertUserTP.BackgroundTransparency = 1
  598. InsertUserTP.BorderSizePixel = 0
  599. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  600. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  601. InsertUserTP.Font = Enum.Font.SourceSansLight
  602. InsertUserTP.FontSize = Enum.FontSize.Size14
  603. InsertUserTP.Text = "USERNAME"
  604. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  605. InsertUserTP.TextScaled = true
  606. InsertUserTP.TextWrapped = true
  607.  
  608. TpTitle.Name = "TpTitle"
  609. TpTitle.Parent = tpgui
  610. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  611. TpTitle.BackgroundTransparency = 1
  612. TpTitle.BorderSizePixel = 0
  613. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  614. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  615. TpTitle.Font = Enum.Font.SourceSansLight
  616. TpTitle.FontSize = Enum.FontSize.Size14
  617. TpTitle.Text = "TELEPORT GUI"
  618. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  619. TpTitle.TextScaled = true
  620. TpTitle.TextStrokeTransparency = 0
  621. TpTitle.TextWrapped = true
  622.  
  623. RightSepBarTp.Name = "RightSepBarTp"
  624. RightSepBarTp.Parent = tpgui
  625. RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
  626. RightSepBarTp.BackgroundTransparency = 0.5
  627. RightSepBarTp.BorderSizePixel = 0
  628. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  629. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  630. RightSepBarTp.Font = Enum.Font.SourceSans
  631. RightSepBarTp.FontSize = Enum.FontSize.Size14
  632. RightSepBarTp.Text = ""
  633. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  634.  
  635. TpHideButton.Name = "TpHideButton"
  636. TpHideButton.Parent = tpgui
  637. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  638. TpHideButton.BackgroundTransparency = 0.30000001192093
  639. TpHideButton.BorderSizePixel = 0
  640. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  641. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  642. TpHideButton.Font = Enum.Font.SourceSansLight
  643. TpHideButton.FontSize = Enum.FontSize.Size14
  644. TpHideButton.Text = "HIDE"
  645. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  646. TpHideButton.TextScaled = true
  647. TpHideButton.TextStrokeTransparency = 0
  648. TpHideButton.TextWrapped = true
  649.  
  650. AmokahsLogo.Name = "AmokahsLogo"
  651. AmokahsLogo.Parent = Main
  652. AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  653. AmokahsLogo.BackgroundTransparency = 1
  654. AmokahsLogo.BorderSizePixel = 0
  655. AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
  656. AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
  657. AmokahsLogo.Image = "rbxassetid://2715559615"
  658.  
  659. SuperPunch.Name = "SuperPunch"
  660. SuperPunch.Parent = Main
  661. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  662. SuperPunch.BackgroundTransparency = 0.5
  663. SuperPunch.BorderSizePixel = 0
  664. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  665. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  666. SuperPunch.Font = Enum.Font.SourceSans
  667. SuperPunch.FontSize = Enum.FontSize.Size14
  668. SuperPunch.Text = "SUPER PUNCH"
  669. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  670. SuperPunch.TextScaled = true
  671. SuperPunch.TextStrokeTransparency = 0
  672. SuperPunch.TextWrapped = true
  673.  
  674. KillAura.Name = "KillAura"
  675. KillAura.Parent = Main
  676. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  677. KillAura.BackgroundTransparency = 0.5
  678. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  679. KillAura.BorderSizePixel = 0
  680. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  681. KillAura.Size = UDim2.new(0, 157, 0, 22)
  682. KillAura.Font = Enum.Font.SourceSans
  683. KillAura.FontSize = Enum.FontSize.Size14
  684. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  685. KillAura.TextColor3 = Color3.new(1, 1, 1)
  686. KillAura.TextScaled = true
  687. KillAura.TextStrokeTransparency = 0
  688. KillAura.TextWrapped = true
  689.  
  690. BeCriminal.Name = "BeCriminal"
  691. BeCriminal.Parent = Main
  692. BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  693. BeCriminal.BackgroundTransparency = 0.5
  694. BeCriminal.BorderSizePixel = 0
  695. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  696. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  697. BeCriminal.Font = Enum.Font.SourceSans
  698. BeCriminal.FontSize = Enum.FontSize.Size14
  699. BeCriminal.Text = "CRIMINAL"
  700. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  701. BeCriminal.TextScaled = true
  702. BeCriminal.TextStrokeTransparency = 0
  703. BeCriminal.TextWrapped = true
  704.  
  705. BeGuard.Name = "BeGuard"
  706. BeGuard.Parent = Main
  707. BeGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  708. BeGuard.BackgroundTransparency = 0.5
  709. BeGuard.BorderSizePixel = 0
  710. BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
  711. BeGuard.Size = UDim2.new(0, 77, 0, 22)
  712. BeGuard.Font = Enum.Font.SourceSans
  713. BeGuard.FontSize = Enum.FontSize.Size14
  714. BeGuard.Text = "GUARD"
  715. BeGuard.TextColor3 = Color3.new(1, 1, 1)
  716. BeGuard.TextScaled = true
  717. BeGuard.TextStrokeTransparency = 0
  718. BeGuard.TextWrapped = true
  719.  
  720. BeInmate.Name = "BeInmate"
  721. BeInmate.Parent = Main
  722. BeInmate.BackgroundColor3 = Color3.new(1, 1, 1)
  723. BeInmate.BackgroundTransparency = 0.5
  724. BeInmate.BorderSizePixel = 0
  725. BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
  726. BeInmate.Size = UDim2.new(0, 74, 0, 22)
  727. BeInmate.Font = Enum.Font.SourceSans
  728. BeInmate.FontSize = Enum.FontSize.Size14
  729. BeInmate.Text = "INMATE"
  730. BeInmate.TextColor3 = Color3.new(1, 1, 1)
  731. BeInmate.TextScaled = true
  732. BeInmate.TextStrokeTransparency = 0
  733. BeInmate.TextWrapped = true
  734.  
  735. ArrestAll.Name = "ArrestAll"
  736. ArrestAll.Parent = Main
  737. ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
  738. ArrestAll.BackgroundTransparency = 0.5
  739. ArrestAll.BorderSizePixel = 0
  740. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  741. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  742. ArrestAll.Font = Enum.Font.SourceSans
  743. ArrestAll.FontSize = Enum.FontSize.Size14
  744. ArrestAll.Text = "ARREST ALL"
  745. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  746. ArrestAll.TextScaled = true
  747. ArrestAll.TextStrokeTransparency = 0
  748. ArrestAll.TextWrapped = true
  749.  
  750. InvGuns.Name = "InvGuns"
  751. InvGuns.Parent = Main
  752. InvGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  753. InvGuns.BackgroundTransparency = 0.5
  754. InvGuns.BorderSizePixel = 0
  755. InvGuns.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
  756. InvGuns.Size = UDim2.new(0, 159, 0, 22)
  757. InvGuns.Font = Enum.Font.SourceSans
  758. InvGuns.FontSize = Enum.FontSize.Size14
  759. InvGuns.Text = "TURN GUNS INVIS (Unequip first)"
  760. InvGuns.TextColor3 = Color3.new(1, 1, 1)
  761. InvGuns.TextScaled = true
  762. InvGuns.TextStrokeTransparency = 0
  763. InvGuns.TextWrapped = true
  764.  
  765. CrimPunch.Name = "CrimPunch"
  766. CrimPunch.Parent = Main
  767. CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  768. CrimPunch.BackgroundTransparency = 0.5
  769. CrimPunch.BorderSizePixel = 0
  770. CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
  771. CrimPunch.Size = UDim2.new(0, 158, 0, 22)
  772. CrimPunch.Font = Enum.Font.SourceSans
  773. CrimPunch.FontSize = Enum.FontSize.Size14
  774. CrimPunch.Text = "REMOVE TOOLS"
  775. CrimPunch.TextColor3 = Color3.new(1, 1, 1)
  776. CrimPunch.TextScaled = true
  777. CrimPunch.TextStrokeTransparency = 0
  778. CrimPunch.TextWrapped = true
  779.  
  780. Trans.Name = "Trans"
  781. Trans.Parent = Main
  782. Trans.BackgroundColor3 = Color3.new(1, 0.458824, 0.439216)
  783. Trans.BackgroundTransparency = 0.5
  784. Trans.BorderSizePixel = 0
  785. Trans.Position = UDim2.new(0.64462477, 0, 0.0199335553, 0)
  786. Trans.Size = UDim2.new(0, 80, 0, 25)
  787. Trans.Font = Enum.Font.SourceSans
  788. Trans.FontSize = Enum.FontSize.Size14
  789. Trans.Text = "TRANSPARENT"
  790. Trans.TextColor3 = Color3.new(1, 1, 1)
  791. Trans.TextScaled = true
  792. Trans.TextStrokeTransparency = 0
  793. Trans.TextWrapped = true
  794.  
  795. Open.Name = "Open"
  796. Open.Parent = PrisonGui
  797. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  798. Open.BackgroundTransparency = 1
  799. Open.BorderSizePixel = 0
  800. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  801. Open.Size = UDim2.new(0, 154, 0, 34)
  802.  
  803. OpenGUI.Name = "OpenGUI"
  804. OpenGUI.Parent = Open
  805. OpenGUI.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  806. OpenGUI.BackgroundTransparency = 0.5
  807. OpenGUI.BorderSizePixel = 0
  808. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  809. OpenGUI.Font = Enum.Font.SourceSansLight
  810. OpenGUI.FontSize = Enum.FontSize.Size14
  811. OpenGUI.Text = "OPEN"
  812. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  813. OpenGUI.TextScaled = true
  814. OpenGUI.TextStrokeTransparency = 0
  815. OpenGUI.TextWrapped = true
  816.  
  817. Credit.Name = "Credit"
  818. Credit.Parent = PrisonGui
  819. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  820. Credit.BackgroundTransparency = 1
  821. Credit.BorderSizePixel = 0
  822. Credit.Position = UDim2.new(0, 0, 0.589113653, 0)
  823. Credit.Size = UDim2.new(0, 156, 0, 43)
  824. Credit.Font = Enum.Font.SourceSansSemibold
  825. Credit.FontSize = Enum.FontSize.Size14
  826. Credit.Text = "Lame Prison Life GUI by Amokah"
  827. Credit.TextColor3 = Color3.new(0, 0.764706, 0.776471)
  828. Credit.TextScaled = true
  829. Credit.TextStrokeTransparency = 0.80000001192093
  830. Credit.TextTransparency = 0.5
  831. Credit.TextWrapped = true
  832. Credit.TextXAlignment = Enum.TextXAlignment.Left
  833.  
  834. Dino.Name = "Dino"
  835. Dino.Parent = PrisonGui
  836. Dino.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  837. Dino.BackgroundTransparency = 0.80000001192093
  838. Dino.BorderColor3 = Color3.new(1, 0, 0)
  839. Dino.BorderSizePixel = 5
  840. Dino.Position = UDim2.new(0, 0, 0.343575954, 0)
  841. Dino.Size = UDim2.new(0, 1025, 0, 101)
  842. Dino.Visible = false
  843. Dino.Font = Enum.Font.SourceSans
  844. Dino.FontSize = Enum.FontSize.Size14
  845. Dino.Text = "This GUI is not the best with FREE exploits. It's mainly for paid exploits, such as Visenya, Synapse, etc. If you are using a free lua executor with this, then don't be surprised if something does not work correctly, please note, if anyone has uploaded this with their own link, that is not 'https://pastebin.com/JS5SYqaU' then you won't get the newest release of my crappy GUI, but anyway, good luck and have fun with this I guess."
  846. Dino.TextColor3 = Color3.new(1, 1, 1)
  847. Dino.TextScaled = true
  848. Dino.TextStrokeTransparency = 0.80000001192093
  849. Dino.TextTransparency = 0.80000001192093
  850. Dino.TextWrapped = true
  851.  
  852. KA.Name = "KA"
  853. KA.Parent = PrisonGui
  854. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  855. KA.BackgroundTransparency = 1
  856. KA.BorderSizePixel = 0
  857. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  858. KA.Size = UDim2.new(0, 162, 0, 62)
  859.  
  860. NameOfKa.Name = "NameOfKa"
  861. NameOfKa.Parent = KA
  862. NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
  863. NameOfKa.BackgroundTransparency = 1
  864. NameOfKa.BorderSizePixel = 0
  865. NameOfKa.Position = UDim2.new(0, 0, 0.419354856, 0)
  866. NameOfKa.Size = UDim2.new(0, 157, 0, 30)
  867. NameOfKa.Font = Enum.Font.SourceSans
  868. NameOfKa.FontSize = Enum.FontSize.Size14
  869. NameOfKa.Text = "KILL AURA "
  870. NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
  871. NameOfKa.TextScaled = true
  872. NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
  873. NameOfKa.TextStrokeTransparency = 0.5
  874. NameOfKa.TextWrapped = true
  875. NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
  876.  
  877. TrueOrFalse.Name = "TrueOrFalse"
  878. TrueOrFalse.Parent = KA
  879. TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
  880. TrueOrFalse.BackgroundTransparency = 1
  881. TrueOrFalse.BorderSizePixel = 0
  882. TrueOrFalse.Position = UDim2.new(0, 0, 0.913856268, 0)
  883. TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
  884. TrueOrFalse.Font = Enum.Font.SourceSans
  885. TrueOrFalse.FontSize = Enum.FontSize.Size14
  886. TrueOrFalse.Text = "nil"
  887. TrueOrFalse.TextColor3 = Color3.new(1, 0.278431, 0.278431)
  888. TrueOrFalse.TextScaled = true
  889. TrueOrFalse.TextStrokeTransparency = 0.5
  890. TrueOrFalse.TextWrapped = true
  891. TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
  892.  
  893. TeamGUIOC.Name = "TeamGUIOC"
  894. TeamGUIOC.Parent = PrisonGui
  895. TeamGUIOC.BackgroundColor3 = Color3.new(1, 1, 1)
  896. TeamGUIOC.BackgroundTransparency = 1
  897. TeamGUIOC.BorderSizePixel = 0
  898. TeamGUIOC.Position = UDim2.new(0.00132625992, 0, 0.759765625, 0)
  899. TeamGUIOC.Size = UDim2.new(0, 156, 0, 33)
  900.  
  901. TeamOPorCL.Name = "TeamOPorCL"
  902. TeamOPorCL.Parent = TeamGUIOC
  903. TeamOPorCL.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  904. TeamOPorCL.BackgroundTransparency = 0.5
  905. TeamOPorCL.BorderColor3 = Color3.new(0.568627, 0.176471, 0.568627)
  906. TeamOPorCL.BorderSizePixel = 0
  907. TeamOPorCL.Position = UDim2.new(-5.00802327972, 5, 5.12121212, 5)
  908. TeamOPorCL.Size = UDim2.new(0, 156, 0, 32)
  909. TeamOPorCL.Font = Enum.Font.SourceSansLight
  910. TeamOPorCL.FontSize = Enum.FontSize.Size14
  911. TeamOPorCL.Text = "Open/Close STAY ON TEAM GUI"
  912. TeamOPorCL.TextColor3 = Color3.new(1, 1, 1)
  913. TeamOPorCL.TextScaled = true
  914. TeamOPorCL.TextStrokeTransparency = 0
  915. TeamOPorCL.TextWrapped = true
  916.  
  917. TeamMain.Name = "TeamMain"
  918. TeamMain.Parent = PrisonGui
  919. TeamMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  920. TeamMain.BorderSizePixel = 0
  921. TeamMain.Position = UDim2.new(0, 0, 0.291015625, 0)
  922. TeamMain.Size = UDim2.new(0, 214, 0, 152)
  923. TeamMain.Visible = false
  924.  
  925. TextLabel.Parent = TeamMain
  926. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  927. TextLabel.BackgroundTransparency = 0.5
  928. TextLabel.BorderSizePixel = 0
  929. TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
  930. TextLabel.Size = UDim2.new(0, 169, 0, 3)
  931. TextLabel.Font = Enum.Font.SourceSans
  932. TextLabel.FontSize = Enum.FontSize.Size14
  933. TextLabel.Text = ""
  934. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  935.  
  936. TextLabel_2.Parent = TeamMain
  937. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  938. TextLabel_2.BackgroundTransparency = 1
  939. TextLabel_2.BorderSizePixel = 0
  940. TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
  941. TextLabel_2.Font = Enum.Font.SourceSansLight
  942. TextLabel_2.FontSize = Enum.FontSize.Size14
  943. TextLabel_2.Text = "Stay On Team GUI"
  944. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  945. TextLabel_2.TextScaled = true
  946. TextLabel_2.TextStrokeTransparency = 0
  947. TextLabel_2.TextWrapped = true
  948.  
  949. SOG.Name = "SOG"
  950. SOG.Parent = TeamMain
  951. SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
  952. SOG.BackgroundTransparency = 0.5
  953. SOG.BorderSizePixel = 0
  954. SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
  955. SOG.Size = UDim2.new(0, 214, 0, 25)
  956. SOG.Font = Enum.Font.SourceSansLight
  957. SOG.FontSize = Enum.FontSize.Size14
  958. SOG.Text = "Stay on guards team!"
  959. SOG.TextColor3 = Color3.new(1, 1, 1)
  960. SOG.TextScaled = true
  961. SOG.TextStrokeTransparency = 0
  962. SOG.TextWrapped = true
  963.  
  964. SOC.Name = "SOC"
  965. SOC.Parent = TeamMain
  966. SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
  967. SOC.BackgroundTransparency = 0.5
  968. SOC.BorderSizePixel = 0
  969. SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
  970. SOC.Size = UDim2.new(0, 214, 0, 25)
  971. SOC.Font = Enum.Font.SourceSansLight
  972. SOC.FontSize = Enum.FontSize.Size14
  973. SOC.Text = "Stay on criminals team!"
  974. SOC.TextColor3 = Color3.new(1, 1, 1)
  975. SOC.TextScaled = true
  976. SOC.TextStrokeTransparency = 0
  977. SOC.TextWrapped = true
  978.  
  979. SOI.Name = "SOI"
  980. SOI.Parent = TeamMain
  981. SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
  982. SOI.BackgroundTransparency = 0.5
  983. SOI.BorderSizePixel = 0
  984. SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
  985. SOI.Size = UDim2.new(0, 214, 0, 25)
  986. SOI.Font = Enum.Font.SourceSansLight
  987. SOI.FontSize = Enum.FontSize.Size14
  988. SOI.Text = "Stay on inmates team!"
  989. SOI.TextColor3 = Color3.new(1, 1, 1)
  990. SOI.TextScaled = true
  991. SOI.TextStrokeTransparency = 0
  992. SOI.TextWrapped = true
  993.  
  994. Disable.Name = "Disable"
  995. Disable.Parent = TeamMain
  996. Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
  997. Disable.BackgroundTransparency = 0.5
  998. Disable.BorderSizePixel = 0
  999. Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
  1000. Disable.Size = UDim2.new(0, 214, 0, 29)
  1001. Disable.Font = Enum.Font.SourceSansSemibold
  1002. Disable.FontSize = Enum.FontSize.Size14
  1003. Disable.Text = "Disable"
  1004. Disable.TextColor3 = Color3.new(1, 1, 1)
  1005. Disable.TextScaled = true
  1006. Disable.TextStrokeTransparency = 0
  1007. Disable.TextWrapped = true
  1008.  
  1009.  
  1010. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  1011. TeamOPorCL.Visible = false
  1012. TeamMain.Visible = false
  1013. TeamGUIOC.Visible = false
  1014. LocalCommands.Visible = false
  1015. ForceCgui.Visible = false
  1016. tpgui.Visible = false
  1017. KA.Visible = true
  1018. TrueOrFalse.Text = "nil"
  1019. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  1020.  
  1021. wait(0.5)
  1022. Dino.Visible = true
  1023. Dino.TextTransparency = 0.8
  1024. Dino.TextStrokeTransparency = 0.8
  1025. wait(0.1)
  1026. Dino.TextTransparency = 0.7
  1027. Dino.TextStrokeTransparency = 0.7
  1028. wait(0.1)
  1029. Dino.TextTransparency = 0.6
  1030. Dino.TextStrokeTransparency = 0.6
  1031. wait(0.1)
  1032. Dino.TextTransparency = 0.5
  1033. Dino.TextStrokeTransparency = 0.5
  1034. wait(0.1)
  1035. Dino.TextTransparency = 0.4
  1036. Dino.TextStrokeTransparency = 0.4
  1037. wait(0.1)
  1038. Dino.TextTransparency = 0.3
  1039. Dino.TextStrokeTransparency = 0.3
  1040. wait(0.1)
  1041. Dino.TextTransparency = 0.2
  1042. Dino.TextStrokeTransparency = 0.2
  1043. wait(0.1)
  1044. Dino.TextTransparency = 0.1
  1045. Dino.TextStrokeTransparency = 0.1
  1046.  
  1047. wait(5)
  1048.  
  1049. Dino.TextTransparency = 0.1
  1050. Dino.TextStrokeTransparency = 0.1
  1051. wait(0.1)
  1052. Dino.TextTransparency = 0.2
  1053. Dino.TextStrokeTransparency = 0.2
  1054. wait(0.1)
  1055. Dino.TextTransparency = 0.3
  1056. Dino.TextStrokeTransparency = 0.3
  1057. wait(0.1)
  1058. Dino.TextTransparency = 0.4
  1059. Dino.TextStrokeTransparency = 0.4
  1060. wait(0.1)
  1061. Dino.TextTransparency = 0.5
  1062. Dino.TextStrokeTransparency = 0.5
  1063. wait(0.1)
  1064. Dino.TextTransparency = 0.6
  1065. Dino.TextStrokeTransparency = 0.6
  1066. wait(0.1)
  1067. Dino.TextTransparency = 0.7
  1068. Dino.TextStrokeTransparency = 0.7
  1069. wait(0.1)
  1070. Dino.TextTransparency = 0.8
  1071. Dino.TextStrokeTransparency = 0.8
  1072. wait(0.1)
  1073. Dino.Visible = false
  1074.  
  1075. OpenGUI.MouseButton1Down:connect(function()
  1076. Main.Visible = true
  1077.  
  1078. Main:TweenPosition(UDim2.new(0.345, 0,0.204, 0), 'Out', 'Bounce', 3)
  1079. end)
  1080.  
  1081. Close.MouseButton1Down:connect(function()
  1082. Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
  1083. wait(1)
  1084. Main.Visible = false
  1085. end)
  1086.  
  1087. CrimG.MouseButton1Down:connect(function()
  1088. ForceCgui.Visible = true
  1089. end)
  1090.  
  1091. CrimHideButton.MouseButton1Down:connect(function()
  1092. ForceCgui.Visible = false
  1093. end)
  1094.  
  1095. TheLocal.MouseButton1Down:connect(function()
  1096. if LocalCommands.Visible == false then
  1097. LocalCommands.Visible = true
  1098. elseif LocalCommands.Visible == true then
  1099. LocalCommands.Visible = false
  1100. end
  1101. end)
  1102.  
  1103. NWalk.MouseButton1Down:connect(function()
  1104. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1105. end)
  1106.  
  1107. NexusTPbut.MouseButton1Down:connect(function()
  1108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  1109. end)
  1110.  
  1111. CrimBaseTPbut.MouseButton1Down:connect(function()
  1112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  1113. end)
  1114.  
  1115. tfWalk.MouseButton1Down:connect(function()
  1116. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
  1117. end)
  1118.  
  1119. tfJump.MouseButton1Down:connect(function()
  1120. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  1121. end)
  1122.  
  1123. Njump.MouseButton1Down:connect(function()
  1124. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1125. end)
  1126.  
  1127. GuardAreaTPbut.MouseButton1Down:connect(function()
  1128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  1129. end)
  1130.  
  1131. Respawn.MouseButton1Down:connect(function()
  1132. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  1133. end)
  1134.  
  1135. ObGuns.MouseButton1Down:connect(function()
  1136. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  1137.  
  1138. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  1139. end
  1140. end)
  1141.  
  1142. TaseBypass.MouseButton1Down:connect(function()
  1143. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1144. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1145. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1146. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1147. end)
  1148. end)
  1149.  
  1150. RemoveDoors.MouseButton1Down:connect(function()
  1151. Workspace.Prison_Cellblock.doors:Destroy()
  1152.  
  1153. for i,v in pairs(workspace:GetChildren())do
  1154. if v.Name == "Doors" then
  1155. v:Destroy()
  1156. end
  1157. end
  1158. end)
  1159.  
  1160. Btools.MouseButton1Down:connect(function()
  1161. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1162. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1163. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1164. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1165. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1166. tool1.BinType = "Clone"
  1167. tool2.BinType = "GameTool"
  1168. tool3.BinType = "Hammer"
  1169. tool4.BinType = "Script"
  1170. tool5.BinType = "Grab"
  1171. end)
  1172.  
  1173. ModGun.MouseButton1Down:connect(function()
  1174. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  1175. m.Damage = 100
  1176. m.MaxAmmo = math.huge
  1177. m.CurrentAmmo = math.huge
  1178. m.AutoFire = true
  1179. m.FireRate = 0
  1180. end)
  1181.  
  1182. KillAll.MouseButton1Down:connect(function()
  1183.  
  1184. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1185.  
  1186. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1187.  
  1188. wait(0.5)
  1189. function kill(a)
  1190. local A_1 =
  1191. {
  1192. [1] =
  1193. {
  1194. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  1195. ["Distance"] = 3.2524313926697,
  1196. ["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),
  1197. ["Hit"] = a.Character.Head
  1198. },
  1199. [2] =
  1200. {
  1201. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  1202. ["Distance"] = 3.2699294090271,
  1203. ["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),
  1204. ["Hit"] = a.Character.Head
  1205. },
  1206. [3] =
  1207. {
  1208. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  1209. ["Distance"] = 3.1665518283844,
  1210. ["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),
  1211. ["Hit"] = a.Character.Head
  1212. },
  1213. [4] =
  1214. {
  1215. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  1216. ["Distance"] = 3.3218522071838,
  1217. ["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),
  1218. ["Hit"] = a.Character.Head
  1219. },
  1220. [5] =
  1221. {
  1222. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  1223. ["Distance"] = 3.222757101059,
  1224. ["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),
  1225. ["Hit"] = a.Character.Head
  1226. }
  1227. }
  1228. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  1229. local Event = game:GetService("ReplicatedStorage").ShootEvent
  1230. Event:FireServer(A_1, A_2)
  1231. Event:FireServer(A_1, A_2)
  1232. end
  1233.  
  1234. for i,v in pairs(game.Players:GetChildren())do
  1235. if v.Name ~= game.Players.LocalPlayer.Name then
  1236. kill(v)
  1237. end
  1238. end
  1239. wait(1)
  1240. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1241.  
  1242. end)
  1243.  
  1244. TPshow.MouseButton1Down:connect(function()
  1245. tpgui.Visible = true
  1246. end)
  1247.  
  1248. TpHideButton.MouseButton1Down:connect(function()
  1249. tpgui.Visible = false
  1250. end)
  1251.  
  1252. TPYEET.MouseButton1Down:connect(function()
  1253. Target = InsertUserTP.Text
  1254.  
  1255. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1256. end)
  1257.  
  1258. FLY.MouseButton1Down:connect(function()
  1259. repeat wait()
  1260. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1261. local mouse = game.Players.LocalPlayer:GetMouse()
  1262. repeat wait() until mouse
  1263. local plr = game.Players.LocalPlayer
  1264. local torso = plr.Character.Torso
  1265. local flying = true
  1266. local deb = true
  1267. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1268. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1269. local maxspeed = 50
  1270. local speed = 0
  1271.  
  1272. function Fly()
  1273. local bg = Instance.new("BodyGyro", torso)
  1274. bg.P = 9e4
  1275. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1276. bg.cframe = torso.CFrame
  1277. local bv = Instance.new("BodyVelocity", torso)
  1278. bv.velocity = Vector3.new(0,0.1,0)
  1279. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1280. repeat wait()
  1281. plr.Character.Humanoid.PlatformStand = true
  1282. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1283. speed = speed+.5+(speed/maxspeed)
  1284. if speed > maxspeed then
  1285. speed = maxspeed
  1286. end
  1287. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1288. speed = speed-1
  1289. if speed < 0 then
  1290. speed = 0
  1291. end
  1292. end
  1293. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1294. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1295. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1296. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1297. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1298. else
  1299. bv.velocity = Vector3.new(0,0.1,0)
  1300. end
  1301. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1302. until not flying
  1303. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1304. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1305. speed = 0
  1306. bg:Destroy()
  1307. bv:Destroy()
  1308. plr.Character.Humanoid.PlatformStand = false
  1309. end
  1310. mouse.KeyDown:connect(function(key)
  1311. if key:lower() == "e" then
  1312. if flying then flying = false
  1313. else
  1314. flying = true
  1315. Fly()
  1316. end
  1317. elseif key:lower() == "w" then
  1318. ctrl.f = 1
  1319. elseif key:lower() == "s" then
  1320. ctrl.b = -1
  1321. elseif key:lower() == "a" then
  1322. ctrl.l = -1
  1323. elseif key:lower() == "d" then
  1324. ctrl.r = 1
  1325. end
  1326. end)
  1327. mouse.KeyUp:connect(function(key)
  1328. if key:lower() == "w" then
  1329. ctrl.f = 0
  1330. elseif key:lower() == "s" then
  1331. ctrl.b = 0
  1332. elseif key:lower() == "a" then
  1333. ctrl.l = 0
  1334. elseif key:lower() == "d" then
  1335. ctrl.r = 0
  1336. end
  1337. end)
  1338. Fly()
  1339. end)
  1340.  
  1341. SuperPunch.MouseButton1Down:connect(function()
  1342. mainRemotes = game.ReplicatedStorage
  1343. meleeRemote = mainRemotes['meleeEvent']
  1344. mouse = game.Players.LocalPlayer:GetMouse()
  1345. punching = false
  1346. cooldown = false
  1347.  
  1348. function punch()
  1349. cooldown = true
  1350. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1351. part.Transparency = 1
  1352. part.Size = Vector3.new(5, 2, 3)
  1353. part.CanCollide = false
  1354. local w1 = Instance.new("Weld", part)
  1355. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1356. w1.Part1 = part
  1357. w1.C1 = CFrame.new(0,0,2)
  1358. part.Touched:connect(function(hit)
  1359. if game.Players:FindFirstChild(hit.Parent.Name) then
  1360. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1361. if plr.Name ~= game.Players.LocalPlayer.Name then
  1362. part:Destroy()
  1363.  
  1364. for i = 1,100 do
  1365. meleeRemote:FireServer(plr)
  1366. end
  1367. end
  1368. end
  1369. end)
  1370.  
  1371. wait(1)
  1372. cooldown = false
  1373. part:Destroy()
  1374. end
  1375.  
  1376.  
  1377. mouse.KeyDown:connect(function(key)
  1378. if cooldown == false then
  1379. if key:lower() == "f" then
  1380.  
  1381. punch()
  1382.  
  1383. end
  1384. end
  1385. end)
  1386. end)
  1387.  
  1388. BeInmate.MouseButton1Down:connect(function()
  1389. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  1390. end)
  1391.  
  1392. BeGuard.MouseButton1Down:connect(function()
  1393. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1394. end)
  1395.  
  1396. BeCriminal.MouseButton1Down:connect(function()
  1397. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1398.  
  1399. LCS.CanCollide = false
  1400. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1401. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1402. LCS.Transparency = 1
  1403. wait(0.5)
  1404. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1405. LCS.Size = Vector3.new(6, 0.2, 6)
  1406. LCS.Transparency = 0
  1407. end)
  1408.  
  1409. InvGuns.MouseButton1Down:connect(function()
  1410. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  1411. if v.ClassName == "Model" then
  1412. v:Destroy()
  1413. end
  1414. end
  1415.  
  1416. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1417.  
  1418. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  1419. end)
  1420.  
  1421. CrimPunch.MouseButton1Down:connect(function()
  1422. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  1423. if v.ClassName == "Tool" then
  1424. v:Destroy()
  1425. end
  1426. end
  1427. end)
  1428.  
  1429. BeNeutral.MouseButton1Down:connect(function()
  1430. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1431. end)
  1432.  
  1433. TeamOPorCL.MouseButton1Down:connect(function()
  1434. if TeamMain.Visible == true then
  1435.  
  1436. TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
  1437. wait(2)
  1438. TeamMain.Visible = false
  1439. elseif
  1440. TeamMain.Visible == false then
  1441. TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
  1442. TeamMain.Visible = true
  1443. end
  1444. end)
  1445.  
  1446. local yee = false
  1447.  
  1448. SOC.MouseButton1Down:connect(function()
  1449. yee = true
  1450. wait(0.2)
  1451. if yee == true then
  1452. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1453.  
  1454. LCS.CanCollide = false
  1455. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1456. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1457. LCS.Transparency = 1
  1458. wait(0.5)
  1459. while yee do
  1460. wait(0.003)
  1461. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1462. end
  1463. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1464. LCS.Size = Vector3.new(6, 0.2, 6)
  1465. LCS.Transparency = 1
  1466. wait(2)
  1467. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1468. LCS.Size = Vector3.new(6, 0.2, 6)
  1469. LCS.Transparency = 1
  1470. end
  1471. end)
  1472.  
  1473. local GuTe = false
  1474.  
  1475. SOG.MouseButton1Down:connect(function()
  1476. if GuTe == false then
  1477. GuTe = true
  1478. if GuTe == true then
  1479. while GuTe do
  1480. wait(0.2)
  1481. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1482. end
  1483. end
  1484. end
  1485. end)
  1486.  
  1487. local InTe = false
  1488.  
  1489. SOI.MouseButton1Down:connect(function()
  1490. if InTe == false then
  1491. InTe = true
  1492. if InTe == true then
  1493. wait(0.2)
  1494. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1495. end
  1496. end
  1497. end)
  1498.  
  1499. Disable.MouseButton1Down:connect(function()
  1500. InTe = false
  1501.  
  1502. GuTe = false
  1503.  
  1504. yee = false
  1505. wait(0.2)
  1506. if yee == false then
  1507. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1508. LCS.Size = Vector3.new(6, 0.2, 6)
  1509. LCS.Transparency = 1
  1510. wait(2)
  1511. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1512. LCS.Size = Vector3.new(6, 0.2, 6)
  1513. LCS.Transparency = 1
  1514. end
  1515. end)
  1516.  
  1517. Trans.MouseButton1Down:connect(function()
  1518. PLMain = Main
  1519. PLCgui = ForceCgui
  1520. PLLc = LocalCommands
  1521. PLtp = tpgui
  1522. TMain = TeamMain
  1523.  
  1524. TLble = TitleBar
  1525. LCTitleBar = LocalCMD_BarTitle
  1526. LCTitle = LocalCMD_Title
  1527.  
  1528. if LCTitle.BackgroundTransparency == 0 then
  1529. LCTitle.BackgroundTransparency = 0.5
  1530. elseif
  1531. LCTitle.BackgroundTransparency == 0.5 then
  1532. LCTitle.BackgroundTransparency = 0
  1533. end
  1534.  
  1535. if LCTitleBar.BackgroundTransparency == 0 then
  1536. LCTitleBar.BackgroundTransparency = 0.5
  1537. elseif
  1538. LCTitleBar.BackgroundTransparency == 0.5 then
  1539. LCTitleBar.BackgroundTransparency = 0
  1540. end
  1541.  
  1542. if TLble.BackgroundTransparency == 0.8 then
  1543. TLble.BackgroundTransparency = 0.5
  1544. elseif
  1545. TLble.BackgroundTransparency == 0.5 then
  1546. TLble.BackgroundTransparency = 0.8
  1547. end
  1548.  
  1549. if PLMain.BackgroundTransparency == 0 then
  1550. PLMain.BackgroundTransparency = 0.5
  1551. elseif
  1552. PLMain.BackgroundTransparency == 0.5 then
  1553. PLMain.BackgroundTransparency = 0
  1554. end
  1555.  
  1556. if PLCgui.BackgroundTransparency == 0 then
  1557. PLCgui.BackgroundTransparency = 0.5
  1558. elseif
  1559. PLCgui.BackgroundTransparency == 0.5 then
  1560. PLCgui.BackgroundTransparency = 0
  1561. end
  1562.  
  1563. if PLLc.BackgroundTransparency == 0 then
  1564. PLLc.BackgroundTransparency = 0.5
  1565. elseif
  1566. PLLc.BackgroundTransparency == 0.5 then
  1567. PLLc.BackgroundTransparency = 0
  1568. end
  1569.  
  1570. if PLtp.BackgroundTransparency == 0 then
  1571. PLtp.BackgroundTransparency = 0.5
  1572. elseif
  1573. PLtp.BackgroundTransparency == 0.5 then
  1574. PLtp.BackgroundTransparency = 0
  1575. end
  1576.  
  1577. if TMain.BackgroundTransparency == 0 then
  1578. TMain.BackgroundTransparency = 0.5
  1579. elseif
  1580. TMain.BackgroundTransparency == 0.5 then
  1581. TMain.BackgroundTransparency = 0
  1582. end
  1583. end)
  1584.  
  1585. ArrestAll.MouseButton1Down:connect(function()
  1586. wait(0.1)
  1587. Player = game.Players.LocalPlayer
  1588. Pcf = Player.Character.HumanoidRootPart.CFrame
  1589. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1590. if v.Name ~= Player.Name then
  1591. local i = 10
  1592. repeat
  1593. wait()
  1594. i = i-1
  1595. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1596. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1597. until i == 0
  1598. end
  1599. end
  1600. end)
  1601.  
  1602. KillAura.MouseButton1Down:connect(function()
  1603. TrueOrFalse.Text = "FALSE"
  1604. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1605.  
  1606. mainRemotes = game.ReplicatedStorage
  1607. meleeRemote = mainRemotes['meleeEvent']
  1608.  
  1609. _G.killAura = false
  1610.  
  1611. contextactionservice = game.ContextActionService
  1612.  
  1613. function toggleKillAura(actionName, inputState, inputObject)
  1614. if inputState == Enum.UserInputState.Begin then
  1615. if _G.killAura == true then
  1616. _G.killAura = false
  1617. TrueOrFalse.Text = "FALSE"
  1618. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  1619. else
  1620. _G.killAura = true
  1621. TrueOrFalse.Text = "TRUE"
  1622. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  1623. end
  1624. end
  1625. end
  1626.  
  1627.  
  1628.  
  1629. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  1630.  
  1631. while wait() do
  1632. if _G.killAura == true then
  1633. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1634. if plr.Name ~= game.Players.LocalPlayer.Name then
  1635. meleeRemote:FireServer(plr)
  1636.  
  1637. end
  1638. end
  1639. end
  1640. end
  1641. end)
  1642.  
  1643. local istptoplr = false
  1644. local metoplr = false
  1645.  
  1646. TextButton.MouseButton1Down:connect(function()
  1647. Target = InsertUser.Text
  1648.  
  1649. _G.killAura = true
  1650. wait(0.2)
  1651.  
  1652. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1653. Apart.Transparency = 1
  1654. Apart.Anchored = true
  1655. Apart.CanCollide = false
  1656. wait(0.3)
  1657. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1658.  
  1659. istptoplr = true
  1660. wait(0.004)
  1661.  
  1662. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  1663. wait(6)
  1664. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1665. elseif
  1666. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  1667. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1668. end
  1669.  
  1670. if istptoplr == true then
  1671. while istptoplr do
  1672. wait()
  1673.  
  1674. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  1675.  
  1676. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  1677.  
  1678. LCS.CanCollide = false
  1679. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  1680. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1681. LCS.Transparency = 1
  1682.  
  1683. wait(2)
  1684.  
  1685. istptoplr = false
  1686. _G.killAura = false
  1687.  
  1688. wait(0.04)
  1689.  
  1690. if istptoplr == false then
  1691. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1692. LCS.Size = Vector3.new(6, 0.2, 6)
  1693. LCS.Transparency = 0
  1694. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  1695. wait()
  1696. istptoplr = false
  1697. end
  1698. end
  1699. end
  1700. end)
  1701.  
  1702. TeamOPorCL:Destroy()
  1703.  
  1704.  
  1705. function dragify(Main)
  1706. dragToggle = nil
  1707. dragSpeed = .20 -- You can edit this.
  1708. dragInput = nil
  1709. dragStart = nil
  1710. dragPos = nil
  1711.  
  1712. function updateInput(input)
  1713. Delta = input.Position - dragStart
  1714. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  1715. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  1716. end
  1717.  
  1718. Main.InputBegan:Connect(function(input)
  1719. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1720. dragToggle = true
  1721. dragStart = input.Position
  1722. startPos = Main.Position
  1723. input.Changed:Connect(function()
  1724. if (input.UserInputState == Enum.UserInputState.End) then
  1725. dragToggle = false
  1726. end
  1727. end)
  1728. end
  1729. end)
  1730.  
  1731. Main.InputChanged:Connect(function(input)
  1732. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  1733. dragInput = input
  1734. end
  1735. end)
  1736.  
  1737. game:GetService("UserInputService").InputChanged:Connect(function(input)
  1738. if (input == dragInput and dragToggle) then
  1739. updateInput(input)
  1740. end
  1741. end)
  1742. end
  1743.  
  1744. dragify(Main)-- Creator: illremember#3799
  1745.  
  1746. -- Credits to infinite yield, harkinian, dex creators
  1747.  
  1748. prefix = ":"
  1749. wait(0.3)
  1750. Commands = {
  1751. '[-] cmdbar is shown when ; is pressed.',
  1752. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  1753. '[2] bring [plr] -- You need a tool! Will bring player to you',
  1754. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  1755. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  1756. '[5] attach [plr] -- You need a tool! Attaches you to player',
  1757. '[6] unattach [plr] -- Attempts to unattach you from a player',
  1758. '[7] follow [plr] -- Makes you follow behind the player',
  1759. '[8] unfollow',
  1760. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  1761. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  1762. '[11] untrail',
  1763. '[12] orbit [plr] -- Makes you orbit the player',
  1764. '[13] unorbit',
  1765. '[14] fling [plr] -- Makes you fling the player',
  1766. '[15] unfling',
  1767. '[16] fecheck -- Checks if the game is FE or not',
  1768. '[17] void [plr] -- Teleports player to the void',
  1769. '[18] noclip -- Gives you noclip to walk through walls',
  1770. '[19] clip -- Removes noclip',
  1771. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1772. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1773. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1774. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1775. '[24] annoy [plr] -- Loop teleports you to the player',
  1776. '[25] unannoy',
  1777. '[26] headwalk [plr] -- Loop teleports you to the player head',
  1778. '[27] unheadwalk',
  1779. '[28] nolimbs -- Removes your arms and legs',
  1780. '[29] god -- Gives you FE Godmode',
  1781. '[30] drophats -- Drops your accessories',
  1782. '[31] droptool -- Drops any tool you have equipped',
  1783. '[32] loopdhats -- Loop drops your accessories',
  1784. '[33] unloopdhats',
  1785. '[34] loopdtool -- Loop drops any tools you have equipped',
  1786. '[35] unloopdtool',
  1787. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1788. '[37] view [plr] -- Changes your camera to the player character',
  1789. '[38] unview',
  1790. '[39] goto [plr] -- Teleports you to player',
  1791. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1792. '[41] unfly',
  1793. '[42] chat [msg] -- Makes you chat a message',
  1794. '[43] spam [msg] -- Spams a message',
  1795. '[44] unspam',
  1796. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1797. '[46] pmspam [plr] -- Spams a player in private message',
  1798. '[47] unpmspam',
  1799. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  1800. '[49] uncfreeze [plr]',
  1801. '[50] unlockws -- Unlocks the workspace',
  1802. '[51] lockws -- Locks the workspace',
  1803. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  1804. '[53] pstand -- Enables platform stand',
  1805. '[54] unpstand -- Disables platform stand',
  1806. '[55] blockhead -- Removes your head mesh',
  1807. '[56] sit',
  1808. '[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',
  1809. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  1810. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  1811. '[60] cmds -- Prints all commands',
  1812. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  1813. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  1814. '[63] spinner -- Makes you spin',
  1815. '[64] nospinner',
  1816. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  1817. '[66] noreach -- Removes reach, must have tool equipped',
  1818. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  1819. '[68] tp me [plr] -- Alternative to goto',
  1820. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  1821. '[70] uncbring',
  1822. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  1823. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  1824. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  1825. '[74] unglitch -- Unglitches you',
  1826. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  1827. '[76] explorer -- Loads up DEX',
  1828. '[77] reset -- Resets your character.',
  1829. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  1830. '[79] animgui -- Loads up Energize animations GUI',
  1831. '[80] savepos -- Saves your current position',
  1832. '[81] loadpos -- Teleports you to your saved position',
  1833. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  1834. '[83] unbang',
  1835. '[84] delcmdbar -- Removes the command bar completely',
  1836. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  1837. '[86] shutdown -- Uses harkinians script to shutdown server',
  1838. '[87] respawn -- If grespawn doesnt work you can use respawn',
  1839. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  1840. '[89] getplrs -- Prints all players in game',
  1841. '[90] deldecal -- Deletes all decals client sided',
  1842. '[91] opfinality -- Loads in my FE GUI Opfinality',
  1843. '[92] remotes -- Prints all remotes in the game in the console when added',
  1844. '[93] noremotes -- Stops printing remotes',
  1845. '[94] tpdefault -- Stops all loop teleports to a player',
  1846. '[95] stopsit -- Will not allow you to sit',
  1847. '[96] gosit -- Allows you to sit',
  1848. '[97] clicktp -- Enables click tp',
  1849. '[98] noclicktp -- Disables click tp',
  1850. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  1851. '[100] toolsoff -- Stops ;toolson',
  1852. '[101] version -- Gets the admin version',
  1853. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  1854. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  1855. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  1856. '[105] clickdel -- Delete any block you press q on, client sided',
  1857. '[106] noclickdel -- Stops clickdel',
  1858. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  1859. '[108] unlooprhats -- Stops loop removing mesh',
  1860. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  1861. '[110] unlooprtool -- Stops loop removing mesh',
  1862. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  1863. '[112] age [plr] -- Makes you chat the account age of the player',
  1864. '[113] id [plr] -- Makes you chat the account ID of the player',
  1865. '[114] .age [plr] -- Privately shows you the account age of the player',
  1866. '[115] .id [plr] -- Privately shows you the account ID of the player',
  1867. '[116] gameid -- Shows the game ID',
  1868. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  1869. '[118] removefog -- Removes fog, client sided',
  1870. '[119] disable -- Disables your character by removing humanoid',
  1871. '[120] enable -- Enables your character by adding humanoid',
  1872. '[121] prefix [key] -- Changes the prefix used, default is ;',
  1873. '[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.',
  1874. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  1875. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  1876. '[125] uncarpet -- Stops carpet player',
  1877. '[126] stare [plr] -- Turns your character to stare at another player',
  1878. '[127] unstare -- Stops stare player',
  1879. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  1880. '[129] unlogchat -- Disables logchat',
  1881. '[130] fixcam -- Fixes/resets your camera',
  1882. '[131] unstate -- Stops changing state',
  1883. }
  1884. speedget = 1
  1885.  
  1886. lplayer = game:GetService("Players").LocalPlayer
  1887.  
  1888. lplayer.CharacterAdded:Connect(function(character)
  1889. spin = false
  1890. flying = false
  1891. staring = false
  1892. banpl = false
  1893. end)
  1894.  
  1895. function change()
  1896. prefix = prefix
  1897. speedfly = speedfly
  1898. end
  1899.  
  1900. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  1901. local Found = {}
  1902. local strl = String:lower()
  1903. if strl == "all" then
  1904. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1905. table.insert(Found,v)
  1906. end
  1907. elseif strl == "others" then
  1908. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1909. if v.Name ~= lplayer.Name then
  1910. table.insert(Found,v)
  1911. end
  1912. end
  1913. elseif strl == "me" then
  1914. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1915. if v.Name == lplayer.Name then
  1916. table.insert(Found,v)
  1917. end
  1918. end
  1919. else
  1920. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1921. if v.Name:lower():sub(1, #String) == String:lower() then
  1922. table.insert(Found,v)
  1923. end
  1924. end
  1925. end
  1926. return Found
  1927. end
  1928.  
  1929. local Mouse = lplayer:GetMouse()
  1930.  
  1931. spin = false
  1932. followed = false
  1933. traill = false
  1934. noclip = false
  1935. annoying = false
  1936. hwalk = false
  1937. droppinghats = false
  1938. droppingtools = false
  1939. flying = false
  1940. spamdelay = 1
  1941. spamming = false
  1942. spammingpm = false
  1943. cbringing = false
  1944. remotes = true
  1945. added = true
  1946. binds = false
  1947. stopsitting = false
  1948. clickgoto = false
  1949. gettingtools = false
  1950. removingmeshhats = false
  1951. removingmeshtool = false
  1952. clickdel = false
  1953. staring = false
  1954. chatlogs = false
  1955. banpl = false
  1956. changingstate = false
  1957. statechosen = 0
  1958.  
  1959. adminversion = "Reviz Admin by illremember, Version 2.0"
  1960.  
  1961. flying = false
  1962. speedfly = 1
  1963.  
  1964. function plrchat(plr, chat)
  1965. print(plr.Name..": "..tick().."\n"..chat)
  1966. end
  1967.  
  1968. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1969. v.Chatted:connect(function(chat)
  1970. if chatlogs then
  1971. plrchat(v, chat)
  1972. end
  1973. end)
  1974. end
  1975. game:GetService("Players").PlayerAdded:connect(function(plr)
  1976. plr.Chatted:connect(function(chat)
  1977. if chatlogs then
  1978. plrchat(plr, chat)
  1979. end
  1980. end)
  1981. end)
  1982.  
  1983.  
  1984. local ScreenGui = Instance.new("ScreenGui")
  1985. local Frame = Instance.new("Frame")
  1986. local CMDBAR = Instance.new("TextBox")
  1987. ScreenGui.Parent = game:GetService("CoreGui")
  1988. Frame.Parent = ScreenGui
  1989. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  1990. Frame.BackgroundTransparency = 0.3
  1991. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  1992. Frame.Size = UDim2.new(0, 200, 0, 40)
  1993. Frame.Active = true
  1994. Frame.Draggable = true
  1995. CMDBAR.Name = "CMDBAR"
  1996. CMDBAR.Parent = Frame
  1997. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1998. CMDBAR.BackgroundTransparency = 0.20000000298023
  1999. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  2000. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  2001. CMDBAR.Font = Enum.Font.SourceSansLight
  2002. CMDBAR.FontSize = Enum.FontSize.Size14
  2003. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2004. CMDBAR.TextScaled = true
  2005. CMDBAR.TextSize = 14
  2006. CMDBAR.TextWrapped = true
  2007. CMDBAR.Text = "Press ; to type, Enter to execute"
  2008.  
  2009. local CMDS = Instance.new("ScreenGui")
  2010. local CMDSFRAME = Instance.new("Frame")
  2011. local ScrollingFrame = Instance.new("ScrollingFrame")
  2012. local TextLabel = Instance.new("TextLabel")
  2013. local closegui = Instance.new("TextButton")
  2014. CMDS.Name = "CMDS"
  2015. CMDS.Parent = game:GetService("CoreGui")
  2016. CMDSFRAME.Name = "CMDSFRAME"
  2017. CMDSFRAME.Parent = CMDS
  2018. CMDSFRAME.Active = true
  2019. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  2020. CMDSFRAME.BorderSizePixel = 0
  2021. CMDSFRAME.Draggable = true
  2022. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  2023. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  2024. CMDSFRAME.Visible = false
  2025. ScrollingFrame.Parent = CMDSFRAME
  2026. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  2027. ScrollingFrame.BorderSizePixel = 0
  2028. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  2029. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  2030. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  2031. TextLabel.Parent = ScrollingFrame
  2032. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2033. TextLabel.BackgroundTransparency = 1
  2034. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  2035. TextLabel.Font = Enum.Font.SourceSans
  2036. TextLabel.FontSize = Enum.FontSize.Size18
  2037. 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."
  2038. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2039. TextLabel.TextSize = 15
  2040. TextLabel.TextWrapped = true
  2041. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2042. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2043. closegui.Name = "closegui"
  2044. closegui.Parent = CMDSFRAME
  2045. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  2046. closegui.BorderSizePixel = 0
  2047. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  2048. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  2049. closegui.Font = Enum.Font.SourceSansBold
  2050. closegui.FontSize = Enum.FontSize.Size24
  2051. closegui.Text = "X"
  2052. closegui.TextColor3 = Color3.new(1, 1, 1)
  2053. closegui.TextSize = 20
  2054.  
  2055. closegui.MouseButton1Click:connect(function()
  2056. CMDSFRAME.Visible = false
  2057. end)
  2058.  
  2059. game:GetService('RunService').Stepped:connect(function()
  2060. if spin then
  2061. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  2062. end
  2063. if followed then
  2064. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  2065. end
  2066. if traill then
  2067. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  2068. end
  2069. if annoying then
  2070. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  2071. end
  2072. if hwalk then
  2073. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  2074. end
  2075. if staring then
  2076. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  2077. end
  2078. end)
  2079. game:GetService('RunService').Stepped:connect(function()
  2080. if noclip then
  2081. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2082. lplayer.Character.Head.CanCollide = false
  2083. lplayer.Character.Torso.CanCollide = false
  2084. lplayer.Character["Left Leg"].CanCollide = false
  2085. lplayer.Character["Right Leg"].CanCollide = false
  2086. else
  2087. lplayer.Character.Humanoid:ChangeState(11)
  2088. end
  2089. end
  2090. if changingstate then
  2091. lplayer.Character.Humanoid:ChangeState(statechosen)
  2092. end
  2093. end)
  2094. game:GetService('RunService').Stepped:connect(function()
  2095. if droppinghats then
  2096. for i,v in pairs(lplayer.Character:GetChildren()) do
  2097. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2098. v.Parent = workspace
  2099. end
  2100. end
  2101. end
  2102. if droppingtools then
  2103. for i,v in pairs(lplayer.Character:GetChildren()) do
  2104. if (v:IsA("Tool")) then
  2105. v.Parent = workspace
  2106. end
  2107. end
  2108. end
  2109. if removingmeshhats then
  2110. for i,v in pairs(lplayer.Character:GetChildren()) do
  2111. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2112. v.Handle.Mesh:Destroy()
  2113. end
  2114. end
  2115. end
  2116. if removingmeshtool then
  2117. for i,v in pairs(lplayer.Character:GetChildren()) do
  2118. if (v:IsA("Tool")) then
  2119. v.Handle.Mesh:Destroy()
  2120. end
  2121. end
  2122. end
  2123. end)
  2124. game:GetService('RunService').Stepped:connect(function()
  2125. if banpl then
  2126. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  2127. end
  2128. end)
  2129. game:GetService('RunService').Stepped:connect(function()
  2130. if stopsitting then
  2131. lplayer.Character.Humanoid.Sit = false
  2132. end
  2133. end)
  2134.  
  2135. plr = lplayer
  2136. hum = plr.Character.HumanoidRootPart
  2137. mouse = plr:GetMouse()
  2138. mouse.KeyDown:connect(function(key)
  2139. if key == "e" then
  2140. if mouse.Target then
  2141. if clickgoto then
  2142. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2143. elseif clickdel then
  2144. mouse.Target:Destroy()
  2145. end
  2146. end
  2147. end
  2148. end)
  2149.  
  2150. game:GetService("Workspace").ChildAdded:connect(function(part)
  2151. if gettingtools then
  2152. if part:IsA("Tool") then
  2153. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2154. end
  2155. end
  2156. end)
  2157.  
  2158. lplayer.Chatted:Connect(function(msg)
  2159. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  2160. if string.sub(msg, 7) == "me" then
  2161. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2162. else
  2163. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  2164. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2165. lplayer.Character.Humanoid.Name = 1
  2166. local l = lplayer.Character["1"]:Clone()
  2167. l.Parent = lplayer.Character
  2168. l.Name = "Humanoid"
  2169. wait(0.1)
  2170. lplayer.Character["1"]:Destroy()
  2171. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2172. lplayer.Character.Animate.Disabled = true
  2173. wait(0.1)
  2174. lplayer.Character.Animate.Disabled = false
  2175. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2176. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2177. lplayer.Character.Humanoid:EquipTool(v)
  2178. end
  2179. local function tp(player,player2)
  2180. local char1,char2=player.Character,player2.Character
  2181. if char1 and char2 then
  2182. char1:MoveTo(char2.Head.Position)
  2183. end
  2184. end
  2185. wait(0.1)
  2186. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2187. wait(0.2)
  2188. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2189. wait(0.5)
  2190. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2191. wait(0.7)
  2192. tp(lplayer,game:GetService("Players")[v.Name])
  2193. wait(0.7)
  2194. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2195. game:GetService("StarterGui"):SetCore("SendNotification", {
  2196. Title = "Tools needed!";
  2197. Text = "You need a tool in your backpack for this command!";
  2198. })
  2199. end
  2200. end
  2201. end
  2202. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2203. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2204. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2205. lplayer.Character.Humanoid.Name = 1
  2206. local l = lplayer.Character["1"]:Clone()
  2207. l.Parent = lplayer.Character
  2208. l.Name = "Humanoid"
  2209. wait(0.1)
  2210. lplayer.Character["1"]:Destroy()
  2211. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2212. lplayer.Character.Animate.Disabled = true
  2213. wait(0.1)
  2214. lplayer.Character.Animate.Disabled = false
  2215. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2216. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2217. lplayer.Character.Humanoid:EquipTool(v)
  2218. end
  2219. local function tp(player,player2)
  2220. local char1,char2=player.Character,player2.Character
  2221. if char1 and char2 then
  2222. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2223. end
  2224. end
  2225. local function getout(player,player2)
  2226. local char1,char2=player.Character,player2.Character
  2227. if char1 and char2 then
  2228. char1:MoveTo(char2.Head.Position)
  2229. end
  2230. end
  2231. tp(game:GetService("Players")[v.Name], lplayer)
  2232. wait(0.2)
  2233. tp(game:GetService("Players")[v.Name], lplayer)
  2234. wait(0.5)
  2235. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2236. wait(0.5)
  2237. getout(lplayer, game:GetService("Players")[v.Name])
  2238. wait(0.3)
  2239. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2240. game:GetService("StarterGui"):SetCore("SendNotification", {
  2241. Title = "Tools needed!";
  2242. Text = "You need a tool in your backpack for this command!";
  2243. })
  2244. end
  2245. end
  2246. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2247. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2248. lplayer.Character.Humanoid.Name = 1
  2249. local l = lplayer.Character["1"]:Clone()
  2250. l.Parent = lplayer.Character
  2251. l.Name = "Humanoid"
  2252. wait(0.1)
  2253. lplayer.Character["1"]:Destroy()
  2254. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2255. lplayer.Character.Animate.Disabled = true
  2256. wait(0.1)
  2257. lplayer.Character.Animate.Disabled = false
  2258. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2259. lplayer.Character.Animate.Disabled = false
  2260. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2261. lplayer.Character.Humanoid:EquipTool(v)
  2262. end
  2263. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2264. spinplr = v
  2265. wait(0.5)
  2266. spin = true
  2267. game:GetService("StarterGui"):SetCore("SendNotification", {
  2268. Title = "Tools needed!";
  2269. Text = "You need a tool in your backpack for this command!";
  2270. })
  2271. end
  2272. end
  2273. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2274. spin = false
  2275. end
  2276. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2277. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2278. lplayer.Character.Humanoid.Name = 1
  2279. local l = lplayer.Character["1"]:Clone()
  2280. l.Parent = lplayer.Character
  2281. l.Name = "Humanoid"
  2282. wait(0.1)
  2283. lplayer.Character["1"]:Destroy()
  2284. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2285. lplayer.Character.Animate.Disabled = true
  2286. wait(0.1)
  2287. lplayer.Character.Animate.Disabled = false
  2288. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2289. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2290. lplayer.Character.Humanoid:EquipTool(v)
  2291. end
  2292. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2293. wait(0.3)
  2294. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2295. attplr = v
  2296. game:GetService("StarterGui"):SetCore("SendNotification", {
  2297. Title = "Tools needed!";
  2298. Text = "You need a tool in your backpack for this command!";
  2299. })
  2300. end
  2301. end
  2302. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2303. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2304. local function getout(player,player2)
  2305. local char1,char2=player.Character,player2.Character
  2306. if char1 and char2 then
  2307. char1:MoveTo(char2.Head.Position)
  2308. end
  2309. end
  2310. getout(lplayer, game:GetService("Players")[v.Name])
  2311. end
  2312. end
  2313. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2314. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2315. followed = true
  2316. flwplr = v
  2317. end
  2318. end
  2319. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2320. followed = false
  2321. end
  2322. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2323. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2324. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2325. lplayer.Character.Humanoid.Name = 1
  2326. local l = lplayer.Character["1"]:Clone()
  2327. l.Parent = lplayer.Character
  2328. l.Name = "Humanoid"
  2329. wait(0.1)
  2330. lplayer.Character["1"]:Destroy()
  2331. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2332. lplayer.Character.Animate.Disabled = true
  2333. wait(0.1)
  2334. lplayer.Character.Animate.Disabled = false
  2335. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2336. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2337. lplayer.Character.Humanoid:EquipTool(v)
  2338. end
  2339. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2340. wait(0.2)
  2341. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2342. wait(0.6)
  2343. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2344. wait(0.6)
  2345. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2346. game:GetService("StarterGui"):SetCore("SendNotification", {
  2347. Title = "Tools needed!";
  2348. Text = "You need a tool in your backpack for this command!";
  2349. })
  2350. end
  2351. end
  2352. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2353. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2354. traill = true
  2355. trlplr = v
  2356. end
  2357. end
  2358. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2359. traill = false
  2360. end
  2361. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2362. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2363. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2364. else
  2365. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2366. local o = Instance.new("RocketPropulsion")
  2367. o.Parent = lplayer.Character.HumanoidRootPart
  2368. o.Name = "Orbit"
  2369. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2370. o:Fire()
  2371. noclip = true
  2372. end
  2373. end
  2374. end
  2375. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2376. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2377. noclip = false
  2378. end
  2379. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2380. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2381. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2382. else
  2383. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2384. local y = Instance.new("RocketPropulsion")
  2385. y.Parent = lplayer.Character.HumanoidRootPart
  2386. y.CartoonFactor = 1
  2387. y.MaxThrust = 800000
  2388. y.MaxSpeed = 1000
  2389. y.ThrustP = 200000
  2390. y.Name = "Fling"
  2391. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2392. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2393. y:Fire()
  2394. noclip = true
  2395. end
  2396. end
  2397. end
  2398. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2399. noclip = false
  2400. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2401. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2402. wait(0.4)
  2403. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2404. end
  2405. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2406. if game:GetService("Workspace").FilteringEnabled == true then
  2407. warn("FE is Enabled (Filtering Enabled)")
  2408. game:GetService("StarterGui"):SetCore("SendNotification", {
  2409. Title = "FE is Enabled";
  2410. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2411. })
  2412. else
  2413. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2414. game:GetService("StarterGui"):SetCore("SendNotification", {
  2415. Title = "FE is Disabled";
  2416. Text = "Filtering Disabled. Consider using a different admin script.";
  2417. })
  2418. end
  2419. end
  2420. if string.sub(msg, 1, 6) == (prefix.."void ") then
  2421. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2422. lplayer.Character.Humanoid.Name = 1
  2423. local l = lplayer.Character["1"]:Clone()
  2424. l.Parent = lplayer.Character
  2425. l.Name = "Humanoid"
  2426. wait(0.1)
  2427. lplayer.Character["1"]:Destroy()
  2428. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2429. lplayer.Character.Animate.Disabled = true
  2430. wait(0.1)
  2431. lplayer.Character.Animate.Disabled = false
  2432. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2433. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2434. lplayer.Character.Humanoid:EquipTool(v)
  2435. end
  2436. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2437. wait(0.2)
  2438. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2439. wait(0.6)
  2440. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2441. game:GetService("StarterGui"):SetCore("SendNotification", {
  2442. Title = "Tools needed!";
  2443. Text = "You need a tool in your backpack for this command!";
  2444. })
  2445. end
  2446. end
  2447. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2448. noclip = true
  2449. game:GetService("StarterGui"):SetCore("SendNotification", {
  2450. Title = "Noclip enabled";
  2451. Text = "Type ;clip to disable";
  2452. })
  2453. end
  2454. if string.sub(msg, 1, 5) == (prefix.."clip") then
  2455. noclip = false
  2456. game:GetService("StarterGui"):SetCore("SendNotification", {
  2457. Title = "Noclip disabled";
  2458. Text = "Type ;noclip to enable";
  2459. })
  2460. end
  2461. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2462. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2463. end
  2464. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2465. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2466. end
  2467. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2468. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2469. end
  2470. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2471. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2472. end
  2473. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2474. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2475. end
  2476. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2477. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2478. end
  2479. if string.sub(msg, 1, 8) == (prefix.."default") then
  2480. lplayer.Character.Humanoid.JumpPower = 50
  2481. lplayer.Character.Humanoid.WalkSpeed = 16
  2482. lplayer.Character.Humanoid.HipHeight = 0
  2483. end
  2484. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2485. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2486. annoying = true
  2487. annplr = v
  2488. end
  2489. end
  2490. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2491. annoying = false
  2492. end
  2493. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2494. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2495. hwalk = true
  2496. hdwplr = v
  2497. end
  2498. end
  2499. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2500. hwalk = false
  2501. end
  2502. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2503. lplayer.Character["Left Leg"]:Destroy()
  2504. lplayer.Character["Left Arm"]:Destroy()
  2505. lplayer.Character["Right Leg"]:Destroy()
  2506. lplayer.Character["Right Arm"]:Destroy()
  2507. end
  2508. if string.sub(msg, 1, 4) == (prefix.."god") then
  2509. lplayer.Character.Humanoid.Name = 1
  2510. local l = lplayer.Character["1"]:Clone()
  2511. l.Parent = lplayer.Character
  2512. l.Name = "Humanoid"
  2513. wait(0.1)
  2514. lplayer.Character["1"]:Destroy()
  2515. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2516. lplayer.Character.Animate.Disabled = true
  2517. wait(0.1)
  2518. lplayer.Character.Animate.Disabled = false
  2519. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2520. game:GetService("StarterGui"):SetCore("SendNotification", {
  2521. Title = "FE Godmode enabled";
  2522. Text = "Use ;grespawn or ;respawn to remove";
  2523. })
  2524. end
  2525. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2526. for i,v in pairs(lplayer.Character:GetChildren()) do
  2527. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2528. v.Parent = workspace
  2529. end
  2530. end
  2531. end
  2532. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2533. for i,v in pairs(lplayer.Character:GetChildren()) do
  2534. if (v:IsA("Tool")) then
  2535. v.Parent = workspace
  2536. end
  2537. end
  2538. end
  2539. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2540. droppinghats = true
  2541. game:GetService("StarterGui"):SetCore("SendNotification", {
  2542. Title = "Loop Drop Enabled";
  2543. Text = "Type ;unloopdhats to disable";
  2544. })
  2545. end
  2546. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2547. droppinghats = false
  2548. game:GetService("StarterGui"):SetCore("SendNotification", {
  2549. Title = "Loop Drop Disabled";
  2550. Text = "Type ;loopdhats to enable.";
  2551. })
  2552. end
  2553. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2554. droppingtools = true
  2555. game:GetService("StarterGui"):SetCore("SendNotification", {
  2556. Title = "Loop Drop Enabled";
  2557. Text = "Type ;unloopdtool to disable";
  2558. })
  2559. end
  2560. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2561. droppingtools = false
  2562. game:GetService("StarterGui"):SetCore("SendNotification", {
  2563. Title = "Loop Drop Disabled";
  2564. Text = "Type ;loopdtool to enable.";
  2565. })
  2566. end
  2567. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2568. Local = game:GetService('Players').LocalPlayer
  2569. Char = Local.Character
  2570. touched,tpdback = false, false
  2571. box = Instance.new('Part',workspace)
  2572. box.Anchored = true
  2573. box.CanCollide = true
  2574. box.Size = Vector3.new(10,1,10)
  2575. box.Position = Vector3.new(0,10000,0)
  2576. box.Touched:connect(function(part)
  2577. if (part.Parent.Name == Local.Name) then
  2578. if touched == false then
  2579. touched = true
  2580. function apply()
  2581. if script.Disabled ~= true then
  2582. no = Char.HumanoidRootPart:Clone()
  2583. wait(.25)
  2584. Char.HumanoidRootPart:Destroy()
  2585. no.Parent = Char
  2586. Char:MoveTo(loc)
  2587. touched = false
  2588. end end
  2589. if Char then
  2590. apply()
  2591. end
  2592. end
  2593. end
  2594. end)
  2595. repeat wait() until Char
  2596. loc = Char.HumanoidRootPart.Position
  2597. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2598. game:GetService("StarterGui"):SetCore("SendNotification", {
  2599. Title = "Invisibility enabled!";
  2600. Text = "Reset or use ;respawn to remove.";
  2601. })
  2602. end
  2603. if string.sub(msg, 1, 6) == (prefix.."view ") then
  2604. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2605. if game:GetService("Players")[v.Name].Character.Humanoid then
  2606. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2607. else
  2608. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2609. end
  2610. end
  2611. end
  2612. if string.sub(msg, 1, 7) == (prefix.."unview") then
  2613. if lplayer.Character.Humanoid then
  2614. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2615. else
  2616. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2617. end
  2618. end
  2619. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2620. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2621. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2622. end
  2623. end
  2624. if string.sub(msg, 1, 4) == (prefix.."fly") then
  2625. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2626. repeat wait() until Mouse
  2627.  
  2628. local T = lplayer.Character.HumanoidRootPart
  2629. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2630. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2631. local SPEED = speedget
  2632.  
  2633. local function fly()
  2634. flying = true
  2635. local BG = Instance.new('BodyGyro', T)
  2636. local BV = Instance.new('BodyVelocity', T)
  2637. BG.P = 9e4
  2638. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2639. BG.cframe = T.CFrame
  2640. BV.velocity = Vector3.new(0, 0.1, 0)
  2641. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2642. spawn(function()
  2643. repeat wait()
  2644. lplayer.Character.Humanoid.PlatformStand = true
  2645. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2646. SPEED = 50
  2647. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2648. SPEED = 0
  2649. end
  2650. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2651. 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
  2652. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2653. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2654. 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
  2655. else
  2656. BV.velocity = Vector3.new(0, 0.1, 0)
  2657. end
  2658. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2659. until not flying
  2660. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2661. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2662. SPEED = 0
  2663. BG:destroy()
  2664. BV:destroy()
  2665. lplayer.Character.Humanoid.PlatformStand = false
  2666. end)
  2667. end
  2668. Mouse.KeyDown:connect(function(KEY)
  2669. if KEY:lower() == 'w' then
  2670. CONTROL.F = speedfly
  2671. elseif KEY:lower() == 's' then
  2672. CONTROL.B = -speedfly
  2673. elseif KEY:lower() == 'a' then
  2674. CONTROL.L = -speedfly
  2675. elseif KEY:lower() == 'd' then
  2676. CONTROL.R = speedfly
  2677. end
  2678. end)
  2679. Mouse.KeyUp:connect(function(KEY)
  2680. if KEY:lower() == 'w' then
  2681. CONTROL.F = 0
  2682. elseif KEY:lower() == 's' then
  2683. CONTROL.B = 0
  2684. elseif KEY:lower() == 'a' then
  2685. CONTROL.L = 0
  2686. elseif KEY:lower() == 'd' then
  2687. CONTROL.R = 0
  2688. end
  2689. end)
  2690. fly()
  2691. end
  2692. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  2693. flying = false
  2694. lplayer.Character.Humanoid.PlatformStand = false
  2695. end
  2696. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  2697. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  2698. end
  2699. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  2700. spamtext = (string.sub(msg, 7))
  2701. spamming = true
  2702. end
  2703. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  2704. spamming = false
  2705. end
  2706. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  2707. spamdelay = (string.sub(msg, 11))
  2708. end
  2709. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  2710. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2711. pmspammed = v.Name
  2712. spammingpm = true
  2713. end
  2714. end
  2715. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  2716. spammingpm = false
  2717. end
  2718. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  2719. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  2720. v.Character["Left Leg"].Anchored = true
  2721. v.Character["Left Arm"].Anchored = true
  2722. v.Character["Right Leg"].Anchored = true
  2723. v.Character["Right Arm"].Anchored = true
  2724. v.Character.Torso.Anchored = true
  2725. v.Character.Head.Anchored = true
  2726. end
  2727. end
  2728. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  2729. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  2730. v.Character["Left Leg"].Anchored = false
  2731. v.Character["Left Arm"].Anchored = false
  2732. v.Character["Right Leg"].Anchored = false
  2733. v.Character["Right Arm"].Anchored = false
  2734. v.Character.Torso.Anchored = false
  2735. v.Character.Head.Anchored = false
  2736. end
  2737. end
  2738. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  2739. local a = game:GetService("Workspace"):getChildren()
  2740. for i = 1, #a do
  2741. if a[i].className == "Part" then
  2742. a[i].Locked = false
  2743. elseif a[i].className == "Model" then
  2744. local r = a[i]:getChildren()
  2745. for i = 1, #r do
  2746. if r[i].className == "Part" then
  2747. r[i].Locked = false
  2748. end
  2749. end
  2750. end
  2751. end
  2752. game:GetService("StarterGui"):SetCore("SendNotification", {
  2753. Title = "Success!";
  2754. Text = "Workspace unlocked. Use ;lockws to lock.";
  2755. })
  2756. end
  2757. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  2758. local a = game:GetService("Workspace"):getChildren()
  2759. for i = 1, #a do
  2760. if a[i].className == "Part" then
  2761. a[i].Locked = true
  2762. elseif a[i].className == "Model" then
  2763. local r = a[i]:getChildren()
  2764. for i = 1, #r do
  2765. if r[i].className == "Part" then
  2766. r[i].Locked = true
  2767. end
  2768. end
  2769. end
  2770. end
  2771. end
  2772. if string.sub(msg, 1, 7) == (prefix.."btools") then
  2773. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2774. Clone_T.BinType = "Clone"
  2775. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2776. Destruct.BinType = "Hammer"
  2777. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2778. Hold_T.BinType = "Grab"
  2779. end
  2780. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2781. lplayer.Character.Humanoid.PlatformStand = true
  2782. end
  2783. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2784. lplayer.Character.Humanoid.PlatformStand = false
  2785. end
  2786. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2787. lplayer.Character.Head.Mesh:Destroy()
  2788. end
  2789. if string.sub(msg, 1, 4) == (prefix.."sit") then
  2790. lplayer.Character.Humanoid.Sit = true
  2791. end
  2792. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2793. local function bringobjw()
  2794. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2795. if obj.Name == (string.sub(msg, 11)) then
  2796. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2797. obj.CanCollide = false
  2798. obj.Transparency = 0.7
  2799. wait()
  2800. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2801. wait()
  2802. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2803. wait()
  2804. obj.CFrame = lplayer.Character["Head"].CFrame
  2805. end
  2806. end
  2807. end
  2808. while wait() do
  2809. bringobjw()
  2810. end
  2811. game:GetService("StarterGui"):SetCore("SendNotification", {
  2812. Title = "BringObj";
  2813. Text = "BringObj enabled.";
  2814. })
  2815. end
  2816. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  2817. vis = (string.sub(msg, 8))
  2818. local a = game:GetService("Workspace"):GetDescendants()
  2819. for i = 1, #a do
  2820. if a[i].className == "Part" then
  2821. a[i].Transparency = vis
  2822. elseif a[i].className == "Model" then
  2823. local r = a[i]:getChildren()
  2824. for i = 1, #r do
  2825. if r[i].className == "Part" then
  2826. r[i].Transparency = vis
  2827. end
  2828. end
  2829. end
  2830. end
  2831. end
  2832. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  2833. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2834. game:GetService("StarterGui"):SetCore("SendNotification", {
  2835. Title = "Success!";
  2836. Text = "HyperTotal GUI Loaded!";
  2837. })
  2838. end
  2839. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  2840. CMDSFRAME.Visible = true
  2841. end
  2842. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  2843. for i,v in pairs(lplayer.Character:GetChildren()) do
  2844. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2845. v.Handle.Mesh:Destroy()
  2846. end
  2847. end
  2848. end
  2849. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  2850. for i,v in pairs(lplayer.Character:GetChildren()) do
  2851. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2852. v.Handle.Mesh:Destroy()
  2853. end
  2854. end
  2855. end
  2856. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  2857. for i,v in pairs(lplayer.Character:GetChildren()) do
  2858. if (v:IsA("Tool")) then
  2859. v.Handle.Mesh:Destroy()
  2860. end
  2861. end
  2862. end
  2863. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  2864. for i,v in pairs(lplayer.Character:GetChildren()) do
  2865. if (v:IsA("Tool")) then
  2866. v.Handle.Mesh:Destroy()
  2867. end
  2868. end
  2869. end
  2870. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  2871. local p = Instance.new("RocketPropulsion")
  2872. p.Parent = lplayer.Character.HumanoidRootPart
  2873. p.Name = "Spinner"
  2874. p.Target = lplayer.Character["Left Arm"]
  2875. p:Fire()
  2876. game:GetService("StarterGui"):SetCore("SendNotification", {
  2877. Title = "Spinner enabled";
  2878. Text = "Type ;nospinner to disable.";
  2879. })
  2880. end
  2881. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  2882. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2883. end
  2884. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  2885. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2886. if v:isA("Tool") then
  2887. local a = Instance.new("SelectionBox",v.Handle)
  2888. a.Adornee = v.Handle
  2889. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2890. v.GripPos = Vector3.new(0,0,0)
  2891. lplayer.Character.Humanoid:UnequipTools()
  2892. end
  2893. end
  2894. game:GetService("StarterGui"):SetCore("SendNotification", {
  2895. Title = "Reach applied!";
  2896. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2897. })
  2898. end
  2899. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  2900. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2901. if v:isA("Tool") then
  2902. handleSize = v.Handle.Size
  2903. wait()
  2904. local a = Instance.new("SelectionBox",v.Handle)
  2905. a.Name = "a"
  2906. a.Adornee = v.Handle
  2907. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  2908. v.GripPos = Vector3.new(0,0,0)
  2909. lplayer.Character.Humanoid:UnequipTools()
  2910. end
  2911. end
  2912. game:GetService("StarterGui"):SetCore("SendNotification", {
  2913. Title = "Reach applied!";
  2914. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2915. })
  2916. end
  2917. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  2918. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2919. if v:isA("Tool") then
  2920. v.Handle.a:Destroy()
  2921. v.Handle.Size = handleSize
  2922. end
  2923. end
  2924. game:GetService("StarterGui"):SetCore("SendNotification", {
  2925. Title = "Reach removed!";
  2926. Text = "Removed reach from equipped sword.";
  2927. })
  2928. end
  2929. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  2930. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2931. lplayer.Character.Humanoid.Name = 1
  2932. local l = lplayer.Character["1"]:Clone()
  2933. l.Parent = lplayer.Character
  2934. l.Name = "Humanoid"
  2935. wait(0.1)
  2936. lplayer.Character["1"]:Destroy()
  2937. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2938. lplayer.Character.Animate.Disabled = true
  2939. wait(0.1)
  2940. lplayer.Character.Animate.Disabled = false
  2941. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2942. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2943. lplayer.Character.Humanoid:EquipTool(v)
  2944. end
  2945. wait(0.1)
  2946. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2947. wait(0.2)
  2948. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2949. wait(0.5)
  2950. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2951. game:GetService("StarterGui"):SetCore("SendNotification", {
  2952. Title = "Tools needed!";
  2953. Text = "You need a tool in your backpack for this command!";
  2954. })
  2955. end
  2956. end
  2957. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  2958. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2959. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2960. end
  2961. end
  2962. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  2963. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  2964. cbringall = true
  2965. else
  2966. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2967. brplr = v.Name
  2968. end
  2969. end
  2970. cbring = true
  2971. end
  2972. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  2973. cbring = false
  2974. cbringall = false
  2975. end
  2976. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  2977. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2978. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2979. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2980. lplayer.Character.Humanoid.Name = 1
  2981. local l = lplayer.Character["1"]:Clone()
  2982. l.Parent = lplayer.Character
  2983. l.Name = "Humanoid"
  2984. wait(0.1)
  2985. lplayer.Character["1"]:Destroy()
  2986. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2987. lplayer.Character.Animate.Disabled = true
  2988. wait(0.1)
  2989. lplayer.Character.Animate.Disabled = false
  2990. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2991. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2992. lplayer.Character.Humanoid:EquipTool(v)
  2993. end
  2994. local function tp(player,player2)
  2995. local char1,char2=player.Character,player2.Character
  2996. if char1 and char2 then
  2997. char1:MoveTo(char2.Head.Position)
  2998. end
  2999. end
  3000. wait(0.1)
  3001. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3002. wait(0.2)
  3003. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3004. wait(0.5)
  3005. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3006. wait(0.6)
  3007. tp(lplayer, game:GetService("Players")[v.Name])
  3008. wait(0.4)
  3009. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3010. game:GetService("StarterGui"):SetCore("SendNotification", {
  3011. Title = "Tools needed!";
  3012. Text = "You need a tool in your backpack for this command!";
  3013. })
  3014. end
  3015. end
  3016. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  3017. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3018. lplayer.Character.Humanoid.Name = 1
  3019. local l = lplayer.Character["1"]:Clone()
  3020. l.Parent = lplayer.Character
  3021. l.Name = "Humanoid"
  3022. wait(0.1)
  3023. lplayer.Character["1"]:Destroy()
  3024. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3025. lplayer.Character.Animate.Disabled = true
  3026. wait(0.1)
  3027. lplayer.Character.Animate.Disabled = false
  3028. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3029. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3030. lplayer.Character.Humanoid:EquipTool(v)
  3031. end
  3032. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3033. wait(0.3)
  3034. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3035. wait(0.4)
  3036. b = Instance.new("BodyForce")
  3037. b.Parent = lplayer.Character.HumanoidRootPart
  3038. b.Name = "Glitch"
  3039. b.Force = Vector3.new(100000000,5000,0)
  3040. game:GetService("StarterGui"):SetCore("SendNotification", {
  3041. Title = "Tools needed!";
  3042. Text = "You need a tool in your backpack for this command!";
  3043. })
  3044. end
  3045. end
  3046. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  3047. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3048. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3049. b = Instance.new("BodyForce")
  3050. b.Parent = lplayer.Character.HumanoidRootPart
  3051. b.Name = "unGlitch"
  3052. b.Force = Vector3.new(0,-5000000,0)
  3053. wait(2)
  3054. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3055. end
  3056. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  3057. lplayer.Character.Humanoid.Health = 0
  3058. wait(1)
  3059. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3060. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3061. end
  3062. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  3063. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3064. game:GetService("StarterGui"):SetCore("SendNotification", {
  3065. Title = "Success!";
  3066. Text = "DEX Explorer has loaded.";
  3067. })
  3068. end
  3069. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  3070. local Anim = Instance.new("Animation")
  3071. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  3072. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3073. track:Play(.1, 1, 1)
  3074. end
  3075. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  3076. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3077. game:GetService("StarterGui"):SetCore("SendNotification", {
  3078. Title = "Success!";
  3079. Text = "Energize Animations GUI has loaded.";
  3080. })
  3081. end
  3082. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  3083. saved = lplayer.Character.HumanoidRootPart.CFrame
  3084. game:GetService("StarterGui"):SetCore("SendNotification", {
  3085. Title = "Position Saved";
  3086. Text = "Use ;loadpos to return to saved position.";
  3087. })
  3088. end
  3089. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  3090. lplayer.Character.HumanoidRootPart.CFrame = saved
  3091. end
  3092. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  3093. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3094. local Anim2 = Instance.new("Animation")
  3095. Anim2.AnimationId = "rbxassetid://148840371"
  3096. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3097. track2:Play(.1, 1, 1)
  3098. bplrr = v.Name
  3099. banpl = true
  3100. end
  3101. end
  3102. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  3103. banpl = false
  3104. end
  3105. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  3106. local function bringmodw()
  3107. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3108. if obj.Name == (string.sub(msg, 11)) then
  3109. for i,ch in pairs(obj:GetDescendants()) do
  3110. if (ch:IsA("BasePart")) then
  3111. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3112. ch.CanCollide = false
  3113. ch.Transparency = 0.7
  3114. wait()
  3115. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3116. wait()
  3117. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3118. wait()
  3119. ch.CFrame = lplayer.Character["Head"].CFrame
  3120. end
  3121. end
  3122. end
  3123. end
  3124. end
  3125. while wait() do
  3126. bringmodw()
  3127. end
  3128. game:GetService("StarterGui"):SetCore("SendNotification", {
  3129. Title = "BringMod";
  3130. Text = "BringMod enabled.";
  3131. })
  3132. end
  3133. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  3134. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3135. local hum = Instance.new('Humanoid', mod)
  3136. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3137. lplayer.Character = mod
  3138. end
  3139. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  3140. game:GetService'RunService'.Stepped:Connect(function()
  3141. pcall(function()
  3142. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3143. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3144. for _,x in pairs(v.Character.Head:GetChildren()) do
  3145. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3146. end
  3147. end
  3148. end
  3149. end)
  3150. end)
  3151. game:GetService("StarterGui"):SetCore("SendNotification", {
  3152. Title = "Attempting Shutdown";
  3153. Text = "Shutdown Attempt has begun.";
  3154. })
  3155. end
  3156. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  3157. objtodel = (string.sub(msg, 9))
  3158. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3159. if v.Name == objtodel then
  3160. v:Destroy()
  3161. end
  3162. end
  3163. end
  3164. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  3165. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3166. print(v)
  3167. end
  3168. game:GetService("StarterGui"):SetCore("SendNotification", {
  3169. Title = "Printed";
  3170. Text = "Players have been printed to console. (F9)";
  3171. })
  3172. end
  3173. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  3174. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3175. if (v:IsA("Decal")) then
  3176. v:Destroy()
  3177. end
  3178. end
  3179. end
  3180. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  3181. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3182. game:GetService("StarterGui"):SetCore("SendNotification", {
  3183. Title = "Success!";
  3184. Text = "OpFinality GUI has loaded.";
  3185. })
  3186. end
  3187. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3188. remotes = true
  3189. added = true
  3190. game.DescendantAdded:connect(function(rmt)
  3191. if added == true then
  3192. if remotes == true then
  3193. if rmt:IsA("RemoteEvent") then
  3194. print("A RemoteEvent was added!")
  3195. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3196. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3197. end end end
  3198. end)
  3199. game.DescendantAdded:connect(function(rmtfnctn)
  3200. if added == true then
  3201. if remotes == true then
  3202. if rmtfnctn:IsA("RemoteFunction") then
  3203. warn("A RemoteFunction was added!")
  3204. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3205. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3206. end end end
  3207. end)
  3208.  
  3209. game.DescendantAdded:connect(function(bndfnctn)
  3210. if added == true then
  3211. if binds == true then
  3212. if bndfnctn:IsA("BindableFunction") then
  3213. print("A BindableFunction was added!")
  3214. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3215. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3216. end end end
  3217. end)
  3218.  
  3219. game.DescendantAdded:connect(function(bnd)
  3220. if added == true then
  3221. if binds == true then
  3222. if bnd:IsA("BindableEvent") then
  3223. warn("A BindableEvent was added!")
  3224. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3225. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3226. end end end
  3227. end)
  3228.  
  3229.  
  3230. if binds == true then
  3231. for i,v in pairs(game:GetDescendants()) do
  3232. if v:IsA("BindableFunction") then
  3233. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3234. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3235. end end
  3236. for i,v in pairs(game:GetDescendants()) do
  3237. if v:IsA("BindableEvent") then
  3238. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3239. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3240. end end
  3241. else
  3242. print("Off")
  3243. end
  3244. if remotes == true then
  3245. for i,v in pairs(game:GetDescendants()) do
  3246. if v:IsA("RemoteFunction") then
  3247. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3248. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3249. end end
  3250. wait()
  3251. for i,v in pairs(game:GetDescendants()) do
  3252. if v:IsA("RemoteEvent") then
  3253. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3254. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3255. end end
  3256. else
  3257. print("Off")
  3258. end
  3259. game:GetService("StarterGui"):SetCore("SendNotification", {
  3260. Title = "Printing Remotes";
  3261. Text = "Type ;noremotes to disable.";
  3262. })
  3263. end
  3264. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3265. remotes = false
  3266. added = false
  3267. game:GetService("StarterGui"):SetCore("SendNotification", {
  3268. Title = "Printing Remotes Disabled";
  3269. Text = "Type ;remotes to enable.";
  3270. })
  3271. end
  3272. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3273. spin = false
  3274. followed = false
  3275. traill = false
  3276. noclip = false
  3277. annoying = false
  3278. hwalk = false
  3279. cbringing = false
  3280. end
  3281. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3282. stopsitting = true
  3283. end
  3284. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3285. stopsitting = false
  3286. end
  3287. if string.sub(msg, 1, 8) == (prefix.."version") then
  3288. print(adminversion)
  3289. game:GetService("StarterGui"):SetCore("SendNotification", {
  3290. Title = "Version";
  3291. Text = adminversion;
  3292. })
  3293. end
  3294. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3295. clickgoto = true
  3296. game:GetService("StarterGui"):SetCore("SendNotification", {
  3297. Title = "Click TP";
  3298. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3299. })
  3300. end
  3301. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3302. clickdel = true
  3303. game:GetService("StarterGui"):SetCore("SendNotification", {
  3304. Title = "Click Delete";
  3305. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3306. })
  3307. end
  3308. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3309. clickdel = false
  3310. game:GetService("StarterGui"):SetCore("SendNotification", {
  3311. Title = "Click Delete";
  3312. Text = "Click delete has been disabled.";
  3313. })
  3314. end
  3315. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3316. clickgoto = false
  3317. game:GetService("StarterGui"):SetCore("SendNotification", {
  3318. Title = "Click TP";
  3319. Text = "Click TP has been disabled.";
  3320. })
  3321. end
  3322. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3323. gettingtools = true
  3324. game:GetService("StarterGui"):SetCore("SendNotification", {
  3325. Title = "Tools Enabled";
  3326. Text = "Automatically colleting tools dropped.";
  3327. })
  3328. end
  3329. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3330. gettingtools = false
  3331. game:GetService("StarterGui"):SetCore("SendNotification", {
  3332. Title = "Tools Disabled";
  3333. Text = "Click TP has been disabled.";
  3334. })
  3335. end
  3336. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3337. ScreenGui:Destroy()
  3338. end
  3339. if string.sub(msg, 1, 6) == (prefix.."reset") then
  3340. lplayer.Character.Head:Destroy()
  3341. end
  3342. if string.sub(msg, 1, 7) == (prefix.."state ") then
  3343. statechosen = string.sub(msg, 8)
  3344. changingstate = true
  3345. end
  3346. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3347. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3348. end
  3349. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3350. removingmeshhats = true
  3351. end
  3352. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3353. removingmeshhats = false
  3354. end
  3355. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3356. removingmeshtool = true
  3357. end
  3358. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3359. removingmeshtool = false
  3360. end
  3361. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3362. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3363. if v:IsA("Tool") then
  3364. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3365. v.Parent = player.Character
  3366. end
  3367. end
  3368. end
  3369. end
  3370. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3371. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3372. if v:IsA("Tool") then
  3373. v.Parent = lplayer.Character
  3374. wait()
  3375. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3376. v.Parent = player.Character
  3377. end
  3378. end
  3379. end
  3380. end
  3381. if string.sub(msg, 1, 5) == (prefix.."age ") then
  3382. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3383. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3384. end
  3385. end
  3386. if string.sub(msg, 1, 4) == (prefix.."id ") then
  3387. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3388. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3389. end
  3390. end
  3391. if string.sub(msg, 1, 6) == (prefix..".age ") then
  3392. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3393. game:GetService("StarterGui"):SetCore("SendNotification", {
  3394. Title = player.AccountAge.." Days";
  3395. Text = "Account age of "..player.Name;
  3396. })
  3397. end
  3398. end
  3399. if string.sub(msg, 1, 5) == (prefix..".id ") then
  3400. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3401. game:GetService("StarterGui"):SetCore("SendNotification", {
  3402. Title = player.UserId.." ID";
  3403. Text = "Account ID of "..player.Name;
  3404. })
  3405. end
  3406. end
  3407. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3408. game:GetService("StarterGui"):SetCore("SendNotification", {
  3409. Title = "Game ID";
  3410. Text = "Game ID: ".. game.GameId;
  3411. })
  3412. end
  3413. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3414. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3415. if pgscheck == true then
  3416. game:GetService("StarterGui"):SetCore("SendNotification", {
  3417. Title = "PGSPhysicsSolverEnabled";
  3418. Text = "PGS is Enabled!";
  3419. })
  3420. else
  3421. game:GetService("StarterGui"):SetCore("SendNotification", {
  3422. Title = "PGSPhysicsSolverEnabled";
  3423. Text = "PGS is Disabled!";
  3424. })
  3425. end
  3426. end
  3427. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3428. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3429. if v:IsA("Part") then
  3430. if v.Transparency == 1 then
  3431. if v.Name ~= "HumanoidRootPart" then
  3432. v:Destroy()
  3433. end
  3434. end
  3435. end
  3436. end
  3437. end
  3438. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3439. game:GetService("Lighting").FogStart = 0
  3440. game:GetService("Lighting").FogEnd = 9999999999999
  3441. end
  3442. if string.sub(msg, 1, 8) == (prefix.."disable") then
  3443. lplayer.Character.Humanoid.Parent = lplayer
  3444. end
  3445. if string.sub(msg, 1, 7) == (prefix.."enable") then
  3446. lplayer.Humanoid.Parent = lplayer.Character
  3447. end
  3448. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3449. prefix = (string.sub(msg, 9, 9))
  3450. wait(0.1)
  3451. change()
  3452. wait(0.1)
  3453. game:GetService("StarterGui"):SetCore("SendNotification", {
  3454. Title = "Prefix changed!";
  3455. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3456. })
  3457. end
  3458. if string.sub(msg, 1, 12) == (";resetprefix") then
  3459. prefix = ";"
  3460. wait(0.1)
  3461. change()
  3462. wait(0.1)
  3463. game:GetService("StarterGui"):SetCore("SendNotification", {
  3464. Title = "Prefix changed!";
  3465. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3466. })
  3467. end
  3468. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3469. speedfly = string.sub(msg, 11)
  3470. wait()
  3471. change()
  3472. end
  3473. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3474. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3475. local Anim3 = Instance.new("Animation")
  3476. Anim3.AnimationId = "rbxassetid://282574440"
  3477. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3478. track3:Play(.1, 1, 1)
  3479. bplrr = v.Name
  3480. banpl = true
  3481. end
  3482. end
  3483. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3484. banpl = false
  3485. end
  3486. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3487. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3488. staring = true
  3489. stareplr = v
  3490. end
  3491. end
  3492. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3493. staring = false
  3494. end
  3495. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3496. chatlogs = true
  3497. game:GetService("StarterGui"):SetCore("SendNotification", {
  3498. Title = "LogChat enabled";
  3499. Text = "Now logging all player chat.";
  3500. })
  3501. end
  3502. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3503. chatlogs = false
  3504. game:GetService("StarterGui"):SetCore("SendNotification", {
  3505. Title = "LogChat disabled";
  3506. Text = "Stopped logging all player chat.";
  3507. })
  3508. end
  3509. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3510. game:GetService("Workspace").CurrentCamera:Destroy()
  3511. wait(0.1)
  3512. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3513. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3514. lplayer.CameraMinZoomDistance = 0.5
  3515. lplayer.CameraMaxZoomDistance = 400
  3516. lplayer.CameraMode = "Classic"
  3517. end
  3518. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3519. changingstate = false
  3520. end
  3521. end)
  3522.  
  3523. local function tp()
  3524. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3525. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3526. if player.Name == brplr then
  3527. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3528. end
  3529. end
  3530. end
  3531. end
  3532. local function tpall()
  3533. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3534. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3535. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3536. end
  3537. end
  3538. end
  3539. spawn(function()
  3540. while wait(spamdelay) do
  3541. if spamming == true then
  3542. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3543. end
  3544. end
  3545. end)
  3546. spawn(function()
  3547. while wait(spamdelay) do
  3548. if spammingpm == true then
  3549. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3550. end
  3551. end
  3552. end)
  3553. spawn(function()
  3554. while wait() do
  3555. if cbring == true then
  3556. tp()
  3557. end
  3558. end
  3559. end)
  3560. spawn(function()
  3561. while wait() do
  3562. if cbringall == true then
  3563. tpall()
  3564. end
  3565. end
  3566. end)
  3567.  
  3568. Mouse.KeyDown:connect(function(Key)
  3569. if Key == prefix then
  3570. CMDBAR:CaptureFocus()
  3571. end
  3572. end)
  3573.  
  3574. CMDBAR.FocusLost:connect(function(enterPressed)
  3575. if enterPressed then
  3576. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3577. if string.sub(CMDBAR.Text, 6) == "me" then
  3578. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3579. else
  3580. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3581. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3582. lplayer.Character.Humanoid.Name = 1
  3583. local l = lplayer.Character["1"]:Clone()
  3584. l.Parent = lplayer.Character
  3585. l.Name = "Humanoid"
  3586. wait(0.1)
  3587. lplayer.Character["1"]:Destroy()
  3588. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3589. lplayer.Character.Animate.Disabled = true
  3590. wait(0.1)
  3591. lplayer.Character.Animate.Disabled = false
  3592. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3593. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3594. lplayer.Character.Humanoid:EquipTool(v)
  3595. end
  3596. local function tp(player,player2)
  3597. local char1,char2=player.Character,player2.Character
  3598. if char1 and char2 then
  3599. char1:MoveTo(char2.Head.Position)
  3600. end
  3601. end
  3602. wait(0.1)
  3603. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3604. wait(0.2)
  3605. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3606. wait(0.5)
  3607. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3608. wait(0.7)
  3609. tp(lplayer,game:GetService("Players")[v.Name])
  3610. wait(0.7)
  3611. lplayer.Character.HumanoidRootPart.CFrame = NOW
  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. end
  3619. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3620. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3621. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3622. lplayer.Character.Humanoid.Name = 1
  3623. local l = lplayer.Character["1"]:Clone()
  3624. l.Parent = lplayer.Character
  3625. l.Name = "Humanoid"
  3626. wait(0.1)
  3627. lplayer.Character["1"]:Destroy()
  3628. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3629. lplayer.Character.Animate.Disabled = true
  3630. wait(0.1)
  3631. lplayer.Character.Animate.Disabled = false
  3632. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3633. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3634. lplayer.Character.Humanoid:EquipTool(v)
  3635. end
  3636. local function tp(player,player2)
  3637. local char1,char2=player.Character,player2.Character
  3638. if char1 and char2 then
  3639. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3640. end
  3641. end
  3642. local function getout(player,player2)
  3643. local char1,char2=player.Character,player2.Character
  3644. if char1 and char2 then
  3645. char1:MoveTo(char2.Head.Position)
  3646. end
  3647. end
  3648. tp(game:GetService("Players")[v.Name], lplayer)
  3649. wait(0.2)
  3650. tp(game:GetService("Players")[v.Name], lplayer)
  3651. wait(0.5)
  3652. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3653. wait(0.5)
  3654. getout(lplayer, game:GetService("Players")[v.Name])
  3655. wait(0.3)
  3656. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3657. game:GetService("StarterGui"):SetCore("SendNotification", {
  3658. Title = "Tools needed!";
  3659. Text = "You need a tool in your backpack for this command!";
  3660. })
  3661. end
  3662. end
  3663. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3664. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3665. lplayer.Character.Humanoid.Name = 1
  3666. local l = lplayer.Character["1"]:Clone()
  3667. l.Parent = lplayer.Character
  3668. l.Name = "Humanoid"
  3669. wait(0.1)
  3670. lplayer.Character["1"]:Destroy()
  3671. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3672. lplayer.Character.Animate.Disabled = true
  3673. wait(0.1)
  3674. lplayer.Character.Animate.Disabled = false
  3675. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3676. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3677. lplayer.Character.Humanoid:EquipTool(v)
  3678. end
  3679. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3680. spinplr = v
  3681. wait(0.5)
  3682. spin = true
  3683. game:GetService("StarterGui"):SetCore("SendNotification", {
  3684. Title = "Tools needed!";
  3685. Text = "You need a tool in your backpack for this command!";
  3686. })
  3687. end
  3688. end
  3689. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  3690. spin = false
  3691. end
  3692. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  3693. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3694. lplayer.Character.Humanoid.Name = 1
  3695. local l = lplayer.Character["1"]:Clone()
  3696. l.Parent = lplayer.Character
  3697. l.Name = "Humanoid"
  3698. wait(0.1)
  3699. lplayer.Character["1"]:Destroy()
  3700. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3701. lplayer.Character.Animate.Disabled = true
  3702. wait(0.1)
  3703. lplayer.Character.Animate.Disabled = false
  3704. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3705. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3706. lplayer.Character.Humanoid:EquipTool(v)
  3707. end
  3708. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3709. wait(0.3)
  3710. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3711. attplr = v
  3712. game:GetService("StarterGui"):SetCore("SendNotification", {
  3713. Title = "Tools needed!";
  3714. Text = "You need a tool in your backpack for this command!";
  3715. })
  3716. end
  3717. end
  3718. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  3719. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3720. local function getout(player,player2)
  3721. local char1,char2=player.Character,player2.Character
  3722. if char1 and char2 then
  3723. char1:MoveTo(char2.Head.Position)
  3724. end
  3725. end
  3726. getout(lplayer, game:GetService("Players")[v.Name])
  3727. end
  3728. end
  3729. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  3730. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3731. followed = true
  3732. flwplr = v
  3733. end
  3734. end
  3735. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  3736. followed = false
  3737. end
  3738. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  3739. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3740. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3741. lplayer.Character.Humanoid.Name = 1
  3742. local l = lplayer.Character["1"]:Clone()
  3743. l.Parent = lplayer.Character
  3744. l.Name = "Humanoid"
  3745. wait(0.1)
  3746. lplayer.Character["1"]:Destroy()
  3747. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3748. lplayer.Character.Animate.Disabled = true
  3749. wait(0.1)
  3750. lplayer.Character.Animate.Disabled = false
  3751. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3752. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3753. lplayer.Character.Humanoid:EquipTool(v)
  3754. end
  3755. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3756. wait(0.2)
  3757. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3758. wait(0.6)
  3759. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3760. wait(0.6)
  3761. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3762. game:GetService("StarterGui"):SetCore("SendNotification", {
  3763. Title = "Tools needed!";
  3764. Text = "You need a tool in your backpack for this command!";
  3765. })
  3766. end
  3767. end
  3768. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3769. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3770. traill = true
  3771. trlplr = v
  3772. end
  3773. end
  3774. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3775. traill = false
  3776. end
  3777. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3778. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3779. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3780. else
  3781. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3782. local o = Instance.new("RocketPropulsion")
  3783. o.Parent = lplayer.Character.HumanoidRootPart
  3784. o.Name = "Orbit"
  3785. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3786. o:Fire()
  3787. noclip = true
  3788. end
  3789. end
  3790. end
  3791. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3792. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3793. noclip = false
  3794. end
  3795. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3796. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3797. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3798. else
  3799. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3800. local y = Instance.new("RocketPropulsion")
  3801. y.Parent = lplayer.Character.HumanoidRootPart
  3802. y.CartoonFactor = 1
  3803. y.MaxThrust = 800000
  3804. y.MaxSpeed = 1000
  3805. y.ThrustP = 200000
  3806. y.Name = "Fling"
  3807. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3808. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3809. y:Fire()
  3810. noclip = true
  3811. end
  3812. end
  3813. end
  3814. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  3815. noclip = false
  3816. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3817. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3818. wait(0.4)
  3819. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3820. end
  3821. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  3822. if game:GetService("Workspace").FilteringEnabled == true then
  3823. warn("FE is Enabled (Filtering Enabled)")
  3824. game:GetService("StarterGui"):SetCore("SendNotification", {
  3825. Title = "FE is Enabled";
  3826. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3827. })
  3828. else
  3829. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3830. game:GetService("StarterGui"):SetCore("SendNotification", {
  3831. Title = "FE is Disabled";
  3832. Text = "Filtering Disabled. Consider using a different admin script.";
  3833. })
  3834. end
  3835. end
  3836. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  3837. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3838. lplayer.Character.Humanoid.Name = 1
  3839. local l = lplayer.Character["1"]:Clone()
  3840. l.Parent = lplayer.Character
  3841. l.Name = "Humanoid"
  3842. wait(0.1)
  3843. lplayer.Character["1"]:Destroy()
  3844. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3845. lplayer.Character.Animate.Disabled = true
  3846. wait(0.1)
  3847. lplayer.Character.Animate.Disabled = false
  3848. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3849. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3850. lplayer.Character.Humanoid:EquipTool(v)
  3851. end
  3852. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3853. wait(0.2)
  3854. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3855. wait(0.6)
  3856. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3857. game:GetService("StarterGui"):SetCore("SendNotification", {
  3858. Title = "Tools needed!";
  3859. Text = "You need a tool in your backpack for this command!";
  3860. })
  3861. end
  3862. end
  3863. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  3864. noclip = true
  3865. game:GetService("StarterGui"):SetCore("SendNotification", {
  3866. Title = "Noclip enabled";
  3867. Text = "Type ;clip to disable";
  3868. })
  3869. end
  3870. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  3871. noclip = false
  3872. game:GetService("StarterGui"):SetCore("SendNotification", {
  3873. Title = "Noclip disabled";
  3874. Text = "Type ;noclip to enable";
  3875. })
  3876. end
  3877. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  3878. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  3879. end
  3880. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  3881. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  3882. end
  3883. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  3884. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  3885. end
  3886. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  3887. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  3888. end
  3889. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  3890. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  3891. end
  3892. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  3893. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  3894. end
  3895. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  3896. lplayer.Character.Humanoid.JumpPower = 50
  3897. lplayer.Character.Humanoid.WalkSpeed = 16
  3898. lplayer.Character.Humanoid.HipHeight = 0
  3899. end
  3900. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  3901. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3902. annoying = true
  3903. annplr = v
  3904. end
  3905. end
  3906. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  3907. annoying = false
  3908. end
  3909. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  3910. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3911. hwalk = true
  3912. hdwplr = v
  3913. end
  3914. end
  3915. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  3916. hwalk = false
  3917. end
  3918. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  3919. lplayer.Character["Left Leg"]:Destroy()
  3920. lplayer.Character["Left Arm"]:Destroy()
  3921. lplayer.Character["Right Leg"]:Destroy()
  3922. lplayer.Character["Right Arm"]:Destroy()
  3923. end
  3924. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  3925. lplayer.Character.Humanoid.Name = 1
  3926. local l = lplayer.Character["1"]:Clone()
  3927. l.Parent = lplayer.Character
  3928. l.Name = "Humanoid"
  3929. wait(0.1)
  3930. lplayer.Character["1"]:Destroy()
  3931. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3932. lplayer.Character.Animate.Disabled = true
  3933. wait(0.1)
  3934. lplayer.Character.Animate.Disabled = false
  3935. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3936. game:GetService("StarterGui"):SetCore("SendNotification", {
  3937. Title = "FE Godmode enabled";
  3938. Text = "Use ;grespawn or ;respawn to remove.";
  3939. })
  3940. end
  3941. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  3942. for i,v in pairs(lplayer.Character:GetChildren()) do
  3943. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3944. v.Parent = workspace
  3945. end
  3946. end
  3947. end
  3948. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  3949. for i,v in pairs(lplayer.Character:GetChildren()) do
  3950. if (v:IsA("Tool")) then
  3951. v.Parent = workspace
  3952. end
  3953. end
  3954. end
  3955. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  3956. droppinghats = true
  3957. game:GetService("StarterGui"):SetCore("SendNotification", {
  3958. Title = "Loop Drop Enabled";
  3959. Text = "Type ;unloopdhats to disable";
  3960. })
  3961. end
  3962. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  3963. droppinghats = false
  3964. game:GetService("StarterGui"):SetCore("SendNotification", {
  3965. Title = "Loop Drop Disabled";
  3966. Text = "Type ;loopdhats to enable.";
  3967. })
  3968. end
  3969. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  3970. droppingtools = true
  3971. game:GetService("StarterGui"):SetCore("SendNotification", {
  3972. Title = "Loop Drop Enabled";
  3973. Text = "Type ;unloopdtool to disable";
  3974. })
  3975. end
  3976. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  3977. droppingtools = false
  3978. game:GetService("StarterGui"):SetCore("SendNotification", {
  3979. Title = "Loop Drop Disabled";
  3980. Text = "Type ;loopdtool to enable.";
  3981. })
  3982. end
  3983. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  3984. Local = game:GetService('Players').LocalPlayer
  3985. Char = Local.Character
  3986. touched,tpdback = false, false
  3987. box = Instance.new('Part',workspace)
  3988. box.Anchored = true
  3989. box.CanCollide = true
  3990. box.Size = Vector3.new(10,1,10)
  3991. box.Position = Vector3.new(0,10000,0)
  3992. box.Touched:connect(function(part)
  3993. if (part.Parent.Name == Local.Name) then
  3994. if touched == false then
  3995. touched = true
  3996. function apply()
  3997. if script.Disabled ~= true then
  3998. no = Char.HumanoidRootPart:Clone()
  3999. wait(.25)
  4000. Char.HumanoidRootPart:Destroy()
  4001. no.Parent = Char
  4002. Char:MoveTo(loc)
  4003. touched = false
  4004. end end
  4005. if Char then
  4006. apply()
  4007. end
  4008. end
  4009. end
  4010. end)
  4011. repeat wait() until Char
  4012. loc = Char.HumanoidRootPart.Position
  4013. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  4014. game:GetService("StarterGui"):SetCore("SendNotification", {
  4015. Title = "Invisibility enabled!";
  4016. Text = "Reset or use ;respawn to remove.";
  4017. })
  4018. end
  4019. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  4020. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4021. if game:GetService("Players")[v.Name].Character.Humanoid then
  4022. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4023. else
  4024. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4025. end
  4026. end
  4027. end
  4028. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  4029. if lplayer.Character.Humanoid then
  4030. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4031. else
  4032. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4033. end
  4034. end
  4035. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  4036. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4037. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4038. end
  4039. end
  4040. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  4041. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  4042. repeat wait() until Mouse
  4043.  
  4044. local T = lplayer.Character.HumanoidRootPart
  4045. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4046. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4047. local SPEED = speedget
  4048.  
  4049. local function fly()
  4050. flying = true
  4051. local BG = Instance.new('BodyGyro', T)
  4052. local BV = Instance.new('BodyVelocity', T)
  4053. BG.P = 9e4
  4054. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4055. BG.cframe = T.CFrame
  4056. BV.velocity = Vector3.new(0, 0.1, 0)
  4057. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4058. spawn(function()
  4059. repeat wait()
  4060. lplayer.Character.Humanoid.PlatformStand = true
  4061. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4062. SPEED = 50
  4063. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4064. SPEED = 0
  4065. end
  4066. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4067. 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
  4068. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4069. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4070. 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
  4071. else
  4072. BV.velocity = Vector3.new(0, 0.1, 0)
  4073. end
  4074. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4075. until not flying
  4076. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4077. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4078. SPEED = 0
  4079. BG:destroy()
  4080. BV:destroy()
  4081. lplayer.Character.Humanoid.PlatformStand = false
  4082. end)
  4083. end
  4084. Mouse.KeyDown:connect(function(KEY)
  4085. if KEY:lower() == 'w' then
  4086. CONTROL.F = speedfly
  4087. elseif KEY:lower() == 's' then
  4088. CONTROL.B = -speedfly
  4089. elseif KEY:lower() == 'a' then
  4090. CONTROL.L = -speedfly
  4091. elseif KEY:lower() == 'd' then
  4092. CONTROL.R = speedfly
  4093. end
  4094. end)
  4095. Mouse.KeyUp:connect(function(KEY)
  4096. if KEY:lower() == 'w' then
  4097. CONTROL.F = 0
  4098. elseif KEY:lower() == 's' then
  4099. CONTROL.B = 0
  4100. elseif KEY:lower() == 'a' then
  4101. CONTROL.L = 0
  4102. elseif KEY:lower() == 'd' then
  4103. CONTROL.R = 0
  4104. end
  4105. end)
  4106. fly()
  4107. end
  4108. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  4109. flying = false
  4110. lplayer.Character.Humanoid.PlatformStand = false
  4111. end
  4112. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  4113. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  4114. end
  4115. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  4116. spamtext = (string.sub(CMDBAR.Text, 6))
  4117. spamming = true
  4118. end
  4119. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  4120. spamming = false
  4121. end
  4122. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  4123. spamdelay = (string.sub(CMDBAR.Text, 10))
  4124. end
  4125. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  4126. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4127. pmspammed = v.Name
  4128. spammingpm = true
  4129. end
  4130. end
  4131. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  4132. spammingpm = false
  4133. end
  4134. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  4135. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  4136. v.Character["Left Leg"].Anchored = true
  4137. v.Character["Left Arm"].Anchored = true
  4138. v.Character["Right Leg"].Anchored = true
  4139. v.Character["Right Arm"].Anchored = true
  4140. v.Character.Torso.Anchored = true
  4141. v.Character.Head.Anchored = true
  4142. end
  4143. end
  4144. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  4145. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  4146. v.Character["Left Leg"].Anchored = false
  4147. v.Character["Left Arm"].Anchored = false
  4148. v.Character["Right Leg"].Anchored = false
  4149. v.Character["Right Arm"].Anchored = false
  4150. v.Character.Torso.Anchored = false
  4151. v.Character.Head.Anchored = false
  4152. end
  4153. end
  4154. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  4155. local a = game:GetService("Workspace"):getChildren()
  4156. for i = 1, #a do
  4157. if a[i].className == "Part" then
  4158. a[i].Locked = false
  4159. elseif a[i].className == "Model" then
  4160. local r = a[i]:getChildren()
  4161. for i = 1, #r do
  4162. if r[i].className == "Part" then
  4163. r[i].Locked = false
  4164. end
  4165. end
  4166. end
  4167. end
  4168. game:GetService("StarterGui"):SetCore("SendNotification", {
  4169. Title = "Success!";
  4170. Text = "Workspace unlocked. Use ;lockws to lock.";
  4171. })
  4172. end
  4173. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  4174. local a = game:GetService("Workspace"):getChildren()
  4175. for i = 1, #a do
  4176. if a[i].className == "Part" then
  4177. a[i].Locked = true
  4178. elseif a[i].className == "Model" then
  4179. local r = a[i]:getChildren()
  4180. for i = 1, #r do
  4181. if r[i].className == "Part" then
  4182. r[i].Locked = true
  4183. end
  4184. end
  4185. end
  4186. end
  4187. end
  4188. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4189. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4190. Clone_T.BinType = "Clone"
  4191. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4192. Destruct.BinType = "Hammer"
  4193. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4194. Hold_T.BinType = "Grab"
  4195. end
  4196. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4197. lplayer.Character.Humanoid.PlatformStand = true
  4198. end
  4199. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4200. lplayer.Character.Humanoid.PlatformStand = false
  4201. end
  4202. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4203. lplayer.Character.Head.Mesh:Destroy()
  4204. end
  4205. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4206. lplayer.Character.Humanoid.Sit = true
  4207. end
  4208. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4209. local function bringobjw()
  4210. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4211. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4212. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4213. obj.CanCollide = false
  4214. obj.Transparency = 0.7
  4215. wait()
  4216. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4217. wait()
  4218. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4219. wait()
  4220. obj.CFrame = lplayer.Character["Head"].CFrame
  4221. end
  4222. end
  4223. end
  4224. while wait() do
  4225. bringobjw()
  4226. end
  4227. game:GetService("StarterGui"):SetCore("SendNotification", {
  4228. Title = "BringObj";
  4229. Text = "BringObj enabled.";
  4230. })
  4231. end
  4232. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4233. vis = (string.sub(CMDBAR.Text, 7))
  4234. local a = game:GetService("Workspace"):GetDescendants()
  4235. for i = 1, #a do
  4236. if a[i].className == "Part" then
  4237. a[i].Transparency = vis
  4238. elseif a[i].className == "Model" then
  4239. local r = a[i]:getChildren()
  4240. for i = 1, #r do
  4241. if r[i].className == "Part" then
  4242. r[i].Transparency = vis
  4243. end
  4244. end
  4245. end
  4246. end
  4247. end
  4248. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4249. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4250. game:GetService("StarterGui"):SetCore("SendNotification", {
  4251. Title = "Success!";
  4252. Text = "HyperTotal GUI Loaded!";
  4253. })
  4254. end
  4255. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4256. CMDSFRAME.Visible = true
  4257. end
  4258. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4259. for i,v in pairs(lplayer.Character:GetChildren()) do
  4260. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4261. v.Handle.Mesh:Destroy()
  4262. end
  4263. end
  4264. end
  4265. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4266. for i,v in pairs(lplayer.Character:GetChildren()) do
  4267. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4268. v.Handle.Mesh:Destroy()
  4269. end
  4270. end
  4271. end
  4272. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4273. for i,v in pairs(lplayer.Character:GetChildren()) do
  4274. if (v:IsA("Tool")) then
  4275. v.Handle.Mesh:Destroy()
  4276. end
  4277. end
  4278. end
  4279. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4280. for i,v in pairs(lplayer.Character:GetChildren()) do
  4281. if (v:IsA("Tool")) then
  4282. v.Handle.Mesh:Destroy()
  4283. end
  4284. end
  4285. end
  4286. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4287. local p = Instance.new("RocketPropulsion")
  4288. p.Parent = lplayer.Character.HumanoidRootPart
  4289. p.Name = "Spinner"
  4290. p.Target = lplayer.Character["Left Arm"]
  4291. p:Fire()
  4292. game:GetService("StarterGui"):SetCore("SendNotification", {
  4293. Title = "Spinner enabled";
  4294. Text = "Type ;nospinner to disable.";
  4295. })
  4296. end
  4297. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4298. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4299. end
  4300. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4301. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4302. if v:isA("Tool") then
  4303. local a = Instance.new("SelectionBox",v.Handle)
  4304. a.Adornee = v.Handle
  4305. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4306. v.GripPos = Vector3.new(0,0,0)
  4307. lplayer.Character.Humanoid:UnequipTools()
  4308. end
  4309. end
  4310. game:GetService("StarterGui"):SetCore("SendNotification", {
  4311. Title = "Reach applied!";
  4312. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4313. })
  4314. end
  4315. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4316. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4317. if v:isA("Tool") then
  4318. local a = Instance.new("SelectionBox",v.Handle)
  4319. a.Name = "Reach"
  4320. a.Adornee = v.Handle
  4321. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4322. v.GripPos = Vector3.new(0,0,0)
  4323. lplayer.Character.Humanoid:UnequipTools()
  4324. end
  4325. end
  4326. game:GetService("StarterGui"):SetCore("SendNotification", {
  4327. Title = "Reach applied!";
  4328. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4329. })
  4330. end
  4331. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4332. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4333. if v:isA("Tool") then
  4334. v.Handle.Reach:Destroy()
  4335. end
  4336. end
  4337. game:GetService("StarterGui"):SetCore("SendNotification", {
  4338. Title = "Reach removed!";
  4339. Text = "Removed reach from equipped sword.";
  4340. })
  4341. end
  4342. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4343. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4344. lplayer.Character.Humanoid.Name = 1
  4345. local l = lplayer.Character["1"]:Clone()
  4346. l.Parent = lplayer.Character
  4347. l.Name = "Humanoid"
  4348. wait(0.1)
  4349. lplayer.Character["1"]:Destroy()
  4350. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4351. lplayer.Character.Animate.Disabled = true
  4352. wait(0.1)
  4353. lplayer.Character.Animate.Disabled = false
  4354. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4355. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4356. lplayer.Character.Humanoid:EquipTool(v)
  4357. end
  4358. wait(0.1)
  4359. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4360. wait(0.2)
  4361. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4362. wait(0.5)
  4363. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4364. game:GetService("StarterGui"):SetCore("SendNotification", {
  4365. Title = "Tools needed!";
  4366. Text = "You need a tool in your backpack for this command!";
  4367. })
  4368. end
  4369. end
  4370. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4371. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4372. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4373. end
  4374. end
  4375. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4376. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4377. cbringall = true
  4378. else
  4379. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4380. brplr = v.Name
  4381. end
  4382. end
  4383. cbring = true
  4384. end
  4385. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4386. cbring = false
  4387. cbringall = false
  4388. end
  4389. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4390. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4391. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4392. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4393. lplayer.Character.Humanoid.Name = 1
  4394. local l = lplayer.Character["1"]:Clone()
  4395. l.Parent = lplayer.Character
  4396. l.Name = "Humanoid"
  4397. wait(0.1)
  4398. lplayer.Character["1"]:Destroy()
  4399. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4400. lplayer.Character.Animate.Disabled = true
  4401. wait(0.1)
  4402. lplayer.Character.Animate.Disabled = false
  4403. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4404. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4405. lplayer.Character.Humanoid:EquipTool(v)
  4406. end
  4407. local function tp(player,player2)
  4408. local char1,char2=player.Character,player2.Character
  4409. if char1 and char2 then
  4410. char1:MoveTo(char2.Head.Position)
  4411. end
  4412. end
  4413. wait(0.1)
  4414. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4415. wait(0.2)
  4416. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4417. wait(0.5)
  4418. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4419. wait(0.6)
  4420. tp(lplayer, game:GetService("Players")[v.Name])
  4421. wait(0.4)
  4422. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4423. game:GetService("StarterGui"):SetCore("SendNotification", {
  4424. Title = "Tools needed!";
  4425. Text = "You need a tool in your backpack for this command!";
  4426. })
  4427. end
  4428. end
  4429. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4430. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4431. lplayer.Character.Humanoid.Name = 1
  4432. local l = lplayer.Character["1"]:Clone()
  4433. l.Parent = lplayer.Character
  4434. l.Name = "Humanoid"
  4435. wait(0.1)
  4436. lplayer.Character["1"]:Destroy()
  4437. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4438. lplayer.Character.Animate.Disabled = true
  4439. wait(0.1)
  4440. lplayer.Character.Animate.Disabled = false
  4441. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4442. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4443. lplayer.Character.Humanoid:EquipTool(v)
  4444. end
  4445. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4446. wait(0.3)
  4447. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4448. wait(0.4)
  4449. b = Instance.new("BodyForce")
  4450. b.Parent = lplayer.Character.HumanoidRootPart
  4451. b.Name = "Glitch"
  4452. b.Force = Vector3.new(100000000,5000,0)
  4453. game:GetService("StarterGui"):SetCore("SendNotification", {
  4454. Title = "Tools needed!";
  4455. Text = "You need a tool in your backpack for this command!";
  4456. })
  4457. end
  4458. end
  4459. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4460. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4461. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4462. b = Instance.new("BodyForce")
  4463. b.Parent = lplayer.Character.HumanoidRootPart
  4464. b.Name = "unGlitch"
  4465. b.Force = Vector3.new(0,-5000000,0)
  4466. wait(2)
  4467. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4468. end
  4469. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4470. lplayer.Character.Humanoid.Health = 0
  4471. wait(1)
  4472. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4473. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4474. end
  4475. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4476. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4477. game:GetService("StarterGui"):SetCore("SendNotification", {
  4478. Title = "Success!";
  4479. Text = "DEX Explorer has loaded.";
  4480. })
  4481. end
  4482. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4483. local Anim = Instance.new("Animation")
  4484. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4485. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4486. track:Play(.1, 1, 1)
  4487. end
  4488. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4489. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4490. game:GetService("StarterGui"):SetCore("SendNotification", {
  4491. Title = "Success!";
  4492. Text = "Energize Animations GUI has loaded.";
  4493. })
  4494. end
  4495. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4496. saved = lplayer.Character.HumanoidRootPart.CFrame
  4497. game:GetService("StarterGui"):SetCore("SendNotification", {
  4498. Title = "Position Saved";
  4499. Text = "Use ;loadpos to return to saved position.";
  4500. })
  4501. end
  4502. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4503. lplayer.Character.HumanoidRootPart.CFrame = saved
  4504. end
  4505. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4506. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4507. local Anim2 = Instance.new("Animation")
  4508. Anim2.AnimationId = "rbxassetid://148840371"
  4509. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4510. track2:Play(.1, 1, 1)
  4511. bplrr = v.Name
  4512. banpl = true
  4513. end
  4514. end
  4515. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4516. banpl = false
  4517. end
  4518. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4519. local function bringmodw()
  4520. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4521. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4522. for i,ch in pairs(obj:GetDescendants()) do
  4523. if (ch:IsA("BasePart")) then
  4524. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4525. ch.CanCollide = false
  4526. ch.Transparency = 0.7
  4527. wait()
  4528. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4529. wait()
  4530. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4531. wait()
  4532. ch.CFrame = lplayer.Character["Head"].CFrame
  4533. end
  4534. end
  4535. end
  4536. end
  4537. end
  4538. while wait() do
  4539. bringmodw()
  4540. end
  4541. game:GetService("StarterGui"):SetCore("SendNotification", {
  4542. Title = "BringMod";
  4543. Text = "BringMod enabled.";
  4544. })
  4545. end
  4546. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4547. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4548. local hum = Instance.new('Humanoid', mod)
  4549. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4550. lplayer.Character = mod
  4551. end
  4552. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4553. game:GetService'RunService'.Stepped:Connect(function()
  4554. pcall(function()
  4555. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4556. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4557. for _,x in pairs(v.Character.Head:GetChildren()) do
  4558. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4559. end
  4560. end
  4561. end
  4562. end)
  4563. end)
  4564. game:GetService("StarterGui"):SetCore("SendNotification", {
  4565. Title = "Attempting Shutdown";
  4566. Text = "Shutdown Attempt has begun.";
  4567. })
  4568. end
  4569. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4570. objtodel = (string.sub(CMDBAR.Text, 8))
  4571. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4572. if v.Name == objtodel then
  4573. v:Destroy()
  4574. end
  4575. end
  4576. end
  4577. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4578. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4579. print(v)
  4580. end
  4581. game:GetService("StarterGui"):SetCore("SendNotification", {
  4582. Title = "Printed";
  4583. Text = "Players have been printed to console. (F9)";
  4584. })
  4585. end
  4586. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4587. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4588. if (v:IsA("Decal")) then
  4589. v:Destroy()
  4590. end
  4591. end
  4592. end
  4593. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4594. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4595. game:GetService("StarterGui"):SetCore("SendNotification", {
  4596. Title = "Success!";
  4597. Text = "OpFinality GUI has loaded.";
  4598. })
  4599. end
  4600. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4601. remotes = true
  4602. added = true
  4603. game.DescendantAdded:connect(function(rmt)
  4604. if added == true then
  4605. if remotes == true then
  4606. if rmt:IsA("RemoteEvent") then
  4607. print("A RemoteEvent was added!")
  4608. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4609. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4610. end end end
  4611. end)
  4612. game.DescendantAdded:connect(function(rmtfnctn)
  4613. if added == true then
  4614. if remotes == true then
  4615. if rmtfnctn:IsA("RemoteFunction") then
  4616. warn("A RemoteFunction was added!")
  4617. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4618. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4619. end end end
  4620. end)
  4621.  
  4622. game.DescendantAdded:connect(function(bndfnctn)
  4623. if added == true then
  4624. if binds == true then
  4625. if bndfnctn:IsA("BindableFunction") then
  4626. print("A BindableFunction was added!")
  4627. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4628. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4629. end end end
  4630. end)
  4631.  
  4632. game.DescendantAdded:connect(function(bnd)
  4633. if added == true then
  4634. if binds == true then
  4635. if bnd:IsA("BindableEvent") then
  4636. warn("A BindableEvent was added!")
  4637. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4638. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4639. end end end
  4640. end)
  4641.  
  4642.  
  4643. if binds == true then
  4644. for i,v in pairs(game:GetDescendants()) do
  4645. if v:IsA("BindableFunction") then
  4646. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4647. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4648. end end
  4649. for i,v in pairs(game:GetDescendants()) do
  4650. if v:IsA("BindableEvent") then
  4651. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4652. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4653. end end
  4654. else
  4655. print("Off")
  4656. end
  4657. if remotes == true then
  4658. for i,v in pairs(game:GetDescendants()) do
  4659. if v:IsA("RemoteFunction") then
  4660. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4661. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4662. end end
  4663. wait()
  4664. for i,v in pairs(game:GetDescendants()) do
  4665. if v:IsA("RemoteEvent") then
  4666. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4667. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4668. end end
  4669. else
  4670. print("Off")
  4671. end
  4672. game:GetService("StarterGui"):SetCore("SendNotification", {
  4673. Title = "Printing Remotes";
  4674. Text = "Type ;noremotes to disable.";
  4675. })
  4676. end
  4677. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  4678. remotes = false
  4679. added = false
  4680. game:GetService("StarterGui"):SetCore("SendNotification", {
  4681. Title = "Printing Remotes Disabled";
  4682. Text = "Type ;remotes to enable.";
  4683. })
  4684. end
  4685. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  4686. spin = false
  4687. followed = false
  4688. traill = false
  4689. noclip = false
  4690. annoying = false
  4691. hwalk = false
  4692. cbringing = false
  4693. end
  4694. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  4695. stopsitting = true
  4696. end
  4697. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  4698. stopsitting = false
  4699. end
  4700. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  4701. print(adminversion)
  4702. game:GetService("StarterGui"):SetCore("SendNotification", {
  4703. Title = "Version";
  4704. Text = adminversion;
  4705. })
  4706. end
  4707. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  4708. clickgoto = true
  4709. game:GetService("StarterGui"):SetCore("SendNotification", {
  4710. Title = "Click TP";
  4711. Text = "Press E to teleport to mouse position";
  4712. })
  4713. end
  4714. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  4715. clickgoto = false
  4716. game:GetService("StarterGui"):SetCore("SendNotification", {
  4717. Title = "Click TP";
  4718. Text = "Click TP has been disabled.";
  4719. })
  4720. end
  4721. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  4722. gettingtools = true
  4723. game:GetService("StarterGui"):SetCore("SendNotification", {
  4724. Title = "Tools Enabled";
  4725. Text = "Automatically colleting tools dropped.";
  4726. })
  4727. end
  4728. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  4729. gettingtools = false
  4730. game:GetService("StarterGui"):SetCore("SendNotification", {
  4731. Title = "Tools Disabled";
  4732. Text = "Click TP has been disabled.";
  4733. })
  4734. end
  4735. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  4736. ScreenGui:Destroy()
  4737. end
  4738. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  4739. lplayer.Character.Head:Destroy()
  4740. end
  4741. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  4742. statechosen = string.sub(CMDBAR.Text, 7)
  4743. changingstate = true
  4744. end
  4745. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  4746. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  4747. end
  4748. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  4749. removingmeshhats = true
  4750. end
  4751. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  4752. removingmeshhats = false
  4753. end
  4754. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  4755. removingmeshtool = true
  4756. end
  4757. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  4758. removingmeshtool = false
  4759. end
  4760. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  4761. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4762. if v:IsA("Tool") then
  4763. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4764. v.Parent = player.Character
  4765. end
  4766. end
  4767. end
  4768. end
  4769. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4770. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4771. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4772. end
  4773. end
  4774. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4775. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4776. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4777. end
  4778. end
  4779. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4780. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4781. game:GetService("StarterGui"):SetCore("SendNotification", {
  4782. Title = player.AccountAge.." Days";
  4783. Text = "Account age of "..player.Name;
  4784. })
  4785. end
  4786. end
  4787. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4788. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4789. game:GetService("StarterGui"):SetCore("SendNotification", {
  4790. Title = player.UserId.." ID";
  4791. Text = "Account ID of "..player.Name;
  4792. })
  4793. end
  4794. end
  4795. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4796. game:GetService("StarterGui"):SetCore("SendNotification", {
  4797. Title = "Game ID";
  4798. Text = "Game ID: ".. game.GameId;
  4799. })
  4800. end
  4801. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  4802. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4803. if pgscheck == true then
  4804. game:GetService("StarterGui"):SetCore("SendNotification", {
  4805. Title = "PGSPhysicsSolverEnabled";
  4806. Text = "PGS is Enabled!";
  4807. })
  4808. else
  4809. game:GetService("StarterGui"):SetCore("SendNotification", {
  4810. Title = "PGSPhysicsSolverEnabled";
  4811. Text = "PGS is Disabled!";
  4812. })
  4813. end
  4814. end
  4815. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  4816. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4817. if v:IsA("Part") then
  4818. if v.Transparency == 1 then
  4819. if v.Name ~= "HumanoidRootPart" then
  4820. v:Destroy()
  4821. end
  4822. end
  4823. end
  4824. end
  4825. end
  4826. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  4827. game:GetService("Lighting").FogStart = 0
  4828. game:GetService("Lighting").FogEnd = 9999999999999
  4829. end
  4830. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  4831. lplayer.Character.Humanoid.Parent = lplayer
  4832. end
  4833. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  4834. lplayer.Humanoid.Parent = lplayer.Character
  4835. end
  4836. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  4837. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  4838. if v:IsA("Tool") then
  4839. v.Parent = lplayer.Character
  4840. wait()
  4841. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  4842. v.Parent = player.Character
  4843. end
  4844. end
  4845. end
  4846. end
  4847. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  4848. speedfly = string.sub(CMDBAR.Text, 10)
  4849. wait()
  4850. change()
  4851. end
  4852. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  4853. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4854. local Anim3 = Instance.new("Animation")
  4855. Anim3.AnimationId = "rbxassetid://282574440"
  4856. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  4857. track3:Play(.1, 1, 1)
  4858. bplrr = v.Name
  4859. banpl = true
  4860. end
  4861. end
  4862. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  4863. banpl = false
  4864. end
  4865. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  4866. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4867. staring = true
  4868. stareplr = v
  4869. end
  4870. end
  4871. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  4872. staring = false
  4873. end
  4874. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  4875. chatlogs = true
  4876. game:GetService("StarterGui"):SetCore("SendNotification", {
  4877. Title = "LogChat enabled";
  4878. Text = "Now logging all player chat.";
  4879. })
  4880. end
  4881. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  4882. chatlogs = false
  4883. game:GetService("StarterGui"):SetCore("SendNotification", {
  4884. Title = "LogChat disabled";
  4885. Text = "Stopped logging all player chat.";
  4886. })
  4887. end
  4888. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  4889. game:GetService("Workspace").CurrentCamera:Destroy()
  4890. wait(0.1)
  4891. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4892. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  4893. lplayer.CameraMinZoomDistance = 0.5
  4894. lplayer.CameraMaxZoomDistance = 400
  4895. lplayer.CameraMode = "Classic"
  4896. end
  4897. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  4898. changingstate = false
  4899. end
  4900. CMDBAR.Text = ""
  4901. end
  4902. end)
  4903.  
  4904. wait(0.3)
  4905. game:GetService("StarterGui"):SetCore("SendNotification", {
  4906. Title = "Loaded successfully!";
  4907. Text = "Reviz Admin V2 by illremember";
  4908. })
  4909. wait(0.1)
  4910. print("Reviz Admin V2 loaded!")
  4911. if game:GetService("Workspace").FilteringEnabled == true then
  4912. warn("FE is Enabled (Filtering Enabled)")
  4913. game:GetService("StarterGui"):SetCore("SendNotification", {
  4914. Title = "FE is Enabled";
  4915. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4916. })
  4917. else
  4918. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4919. game:GetService("StarterGui"):SetCore("SendNotification", {
  4920. Title = "FE is Disabled";
  4921. Text = "Filtering Disabled. Consider using a different admin script.";
  4922. })
  4923. end
  4924.  
  4925. local intro = Instance.new("ScreenGui")
  4926. local Frame = Instance.new("Frame")
  4927. local ImageLabel = Instance.new("ImageLabel")
  4928. intro.Parent = game:GetService("CoreGui")
  4929. Frame.Parent = intro
  4930. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  4931. Frame.BackgroundTransparency = 1
  4932. Frame.Size = UDim2.new(1, 0, 0, 300)
  4933. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  4934. ImageLabel.Parent = Frame
  4935. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4936. ImageLabel.BackgroundTransparency = 1
  4937. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  4938. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4939. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  4940. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  4941. wait(3.01)
  4942. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  4943. wait(5.01)
  4944. intro:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement