Advertisement
Hellotop2

Untitled

Jan 20th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.63 KB | None | 0 0
  1. user = "Tester"
  2. pass = "RadioTester"
  3. -- Objects
  4.  
  5. local RadioTesterGUI = Instance.new("ScreenGui")
  6. local Login = Instance.new("Frame")
  7. local ImageBackground = Instance.new("ImageLabel")
  8. local RadioTesterLogoText = Instance.new("TextLabel")
  9. local UserBox = Instance.new("TextBox")
  10. local PassBox = Instance.new("TextBox")
  11. local Enter = Instance.new("TextButton")
  12. local Top = Instance.new("Frame")
  13. local BackgroundFrame = Instance.new("Frame")
  14. local SideMenu = Instance.new("Frame")
  15. local bypassaudiosbutton = Instance.new("TextButton")
  16. local morebypassedaudiosbutton = Instance.new("TextButton")
  17. local scriptsbutton = Instance.new("TextButton")
  18. local bypassaudiosframe = Instance.new("Frame")
  19. local ScrollingFramebypassedaudios = Instance.new("ScrollingFrame")
  20. local ImageLabel = Instance.new("ImageLabel")
  21. local TextLabel = Instance.new("TextLabel")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local ImageLabel_2 = Instance.new("ImageLabel")
  26. local ImageLabel_3 = Instance.new("ImageLabel")
  27. local ImageLabel_4 = Instance.new("ImageLabel")
  28. local TextLabel_5 = Instance.new("TextLabel")
  29. local ImageLabel_5 = Instance.new("ImageLabel")
  30. local TextLabel_6 = Instance.new("TextLabel")
  31. local ImageLabel_6 = Instance.new("ImageLabel")
  32. local morebypassedaudiosframe = Instance.new("Frame")
  33. local ScrollingFramemorebypassedaudios = Instance.new("ScrollingFrame")
  34. local ImageLabel_7 = Instance.new("ImageLabel")
  35. local TextLabel_7 = Instance.new("TextLabel")
  36. local ImageLabel_8 = Instance.new("ImageLabel")
  37. local TextLabel_8 = Instance.new("TextLabel")
  38. local TextLabel_9 = Instance.new("TextLabel")
  39. local ImageLabel_9 = Instance.new("ImageLabel")
  40. local TextLabel_10 = Instance.new("TextLabel")
  41. local scriptsframe = Instance.new("Frame")
  42. local StopRadios = Instance.new("TextButton")
  43. local FEAdmin = Instance.new("TextButton")
  44. local CrashRadios = Instance.new("TextButton")
  45.  
  46. -- Properties
  47.  
  48. RadioTesterGUI.Name = "RadioTesterGUI"
  49. RadioTesterGUI.Parent = game.CoreGui
  50. RadioTesterGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  51.  
  52. Login.Name = "Login"
  53. Login.Parent = RadioTesterGUI
  54. Login.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  55. Login.BorderSizePixel = 0
  56. Login.Position = UDim2.new(0.414201975, 0, 0.271663725, 0)
  57. Login.Size = UDim2.new(0, 317, 0, 412)
  58. Login.Visible = true
  59.  
  60. ImageBackground.Name = "ImageBackground"
  61. ImageBackground.Parent = Login
  62. ImageBackground.BackgroundTransparency = 1
  63. ImageBackground.BorderSizePixel = 0
  64. ImageBackground.Position = UDim2.new(0.312302858, 0, 0.0655339807, 0)
  65. ImageBackground.Size = UDim2.new(0, 119, 0, 116)
  66. ImageBackground.Image = "rbxassetid://1308002435"
  67. ImageBackground.ScaleType = Enum.ScaleType.Slice
  68. ImageBackground.SliceCenter = Rect.new(55, 55, 201, 201)
  69.  
  70. RadioTesterLogoText.Name = "RadioTesterLogoText"
  71. RadioTesterLogoText.Parent = ImageBackground
  72. RadioTesterLogoText.BackgroundColor3 = Color3.new(1, 1, 1)
  73. RadioTesterLogoText.BackgroundTransparency = 1
  74. RadioTesterLogoText.Position = UDim2.new(0, 0, 0.0862068981, 0)
  75. RadioTesterLogoText.Size = UDim2.new(0, 117, 0, 96)
  76. RadioTesterLogoText.Font = Enum.Font.SourceSansLight
  77. RadioTesterLogoText.Text = "Radio Tester"
  78. RadioTesterLogoText.TextColor3 = Color3.new(0, 0, 0)
  79. RadioTesterLogoText.TextScaled = true
  80. RadioTesterLogoText.TextSize = 14
  81. RadioTesterLogoText.TextWrapped = true
  82.  
  83. UserBox.Name = "UserBox"
  84. UserBox.Parent = Login
  85. UserBox.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  86. UserBox.BorderSizePixel = 0
  87. UserBox.Position = UDim2.new(0.151419565, 0, 0.388349503, 0)
  88. UserBox.Size = UDim2.new(0, 227, 0, 50)
  89. UserBox.Font = Enum.Font.SourceSansLight
  90. UserBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  91. UserBox.PlaceholderText = "Username"
  92. UserBox.Text = "Username"
  93. UserBox.TextColor3 = Color3.new(0, 0, 0)
  94. UserBox.TextScaled = true
  95. UserBox.TextSize = 14
  96. UserBox.TextWrapped = true
  97. UserBox.TextXAlignment = Enum.TextXAlignment.Left
  98.  
  99. PassBox.Name = "PassBox"
  100. PassBox.Parent = Login
  101. PassBox.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  102. PassBox.BorderSizePixel = 0
  103. PassBox.Position = UDim2.new(0.151419565, 0, 0.587378621, 0)
  104. PassBox.Size = UDim2.new(0, 227, 0, 50)
  105. PassBox.Font = Enum.Font.SourceSansLight
  106. PassBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  107. PassBox.PlaceholderText = "Password"
  108. PassBox.Text = "Password"
  109. PassBox.TextColor3 = Color3.new(0, 0, 0)
  110. PassBox.TextScaled = true
  111. PassBox.TextSize = 14
  112. PassBox.TextWrapped = true
  113. PassBox.TextXAlignment = Enum.TextXAlignment.Left
  114.  
  115. Enter.Name = "Enter"
  116. Enter.Parent = Login
  117. Enter.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Enter.BorderSizePixel = 0
  119. Enter.Position = UDim2.new(0.182965294, 0, 0.766990304, 0)
  120. Enter.Size = UDim2.new(0, 200, 0, 50)
  121. Enter.Font = Enum.Font.SourceSansLight
  122. Enter.Text = "Login"
  123. Enter.TextColor3 = Color3.new(0, 0, 0)
  124. Enter.TextScaled = true
  125. Enter.TextSize = 14
  126. Enter.TextWrapped = true
  127.  
  128. Top.Name = "Top"
  129. Top.Parent = RadioTesterGUI
  130. Top.BackgroundColor3 = Color3.new(0, 0, 0)
  131. Top.BorderSizePixel = 0
  132. Top.Position = UDim2.new(0.0969962627, 0, 0.0701970235, 0)
  133. Top.Size = UDim2.new(0, 528, 0, 40)
  134. Top.Visible = false
  135.  
  136. BackgroundFrame.Name = "BackgroundFrame"
  137. BackgroundFrame.Parent = Top
  138. BackgroundFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  139. BackgroundFrame.BorderSizePixel = 0
  140. BackgroundFrame.Position = UDim2.new(0.0986349434, 0, 0.975000203, 0)
  141. BackgroundFrame.Size = UDim2.new(0, 476, 0, 269)
  142.  
  143. SideMenu.Name = "SideMenu"
  144. SideMenu.Parent = Top
  145. SideMenu.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  146. SideMenu.BorderSizePixel = 0
  147. SideMenu.Position = UDim2.new(0, 0, 0.975000381, 0)
  148. SideMenu.Size = UDim2.new(0, 73, 0, 269)
  149.  
  150. bypassaudiosbutton.Name = "bypassaudiosbutton"
  151. bypassaudiosbutton.Parent = SideMenu
  152. bypassaudiosbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  153. bypassaudiosbutton.BorderSizePixel = 0
  154. bypassaudiosbutton.Size = UDim2.new(0, 73, 0, 33)
  155. bypassaudiosbutton.Font = Enum.Font.SourceSans
  156. bypassaudiosbutton.Text = "Bypassed Audios"
  157. bypassaudiosbutton.TextColor3 = Color3.new(0, 0, 0)
  158. bypassaudiosbutton.TextScaled = true
  159. bypassaudiosbutton.TextSize = 14
  160. bypassaudiosbutton.TextWrapped = true
  161.  
  162. morebypassedaudiosbutton.Name = "morebypassedaudiosbutton"
  163. morebypassedaudiosbutton.Parent = SideMenu
  164. morebypassedaudiosbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  165. morebypassedaudiosbutton.BorderSizePixel = 0
  166. morebypassedaudiosbutton.Position = UDim2.new(0, 0, 0.185873613, 0)
  167. morebypassedaudiosbutton.Size = UDim2.new(0, 73, 0, 33)
  168. morebypassedaudiosbutton.Font = Enum.Font.SourceSans
  169. morebypassedaudiosbutton.Text = "Bypassed Audios"
  170. morebypassedaudiosbutton.TextColor3 = Color3.new(0, 0, 0)
  171. morebypassedaudiosbutton.TextScaled = true
  172. morebypassedaudiosbutton.TextSize = 14
  173. morebypassedaudiosbutton.TextWrapped = true
  174.  
  175. scriptsbutton.Name = "scriptsbutton"
  176. scriptsbutton.Parent = SideMenu
  177. scriptsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  178. scriptsbutton.BorderSizePixel = 0
  179. scriptsbutton.Position = UDim2.new(0, 0, 0.382899642, 0)
  180. scriptsbutton.Size = UDim2.new(0, 73, 0, 33)
  181. scriptsbutton.Font = Enum.Font.SourceSans
  182. scriptsbutton.Text = "Scripts"
  183. scriptsbutton.TextColor3 = Color3.new(0, 0, 0)
  184. scriptsbutton.TextScaled = true
  185. scriptsbutton.TextSize = 14
  186. scriptsbutton.TextWrapped = true
  187.  
  188. bypassaudiosframe.Name = "bypassaudiosframe"
  189. bypassaudiosframe.Parent = Top
  190. bypassaudiosframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  191. bypassaudiosframe.BorderSizePixel = 0
  192. bypassaudiosframe.Position = UDim2.new(0.138257578, 0, 0.975000381, 0)
  193. bypassaudiosframe.Size = UDim2.new(0, 455, 0, 269)
  194. bypassaudiosframe.Visible = false
  195. bypassaudiosframe.ZIndex = 2
  196.  
  197. ScrollingFramebypassedaudios.Name = "ScrollingFramebypassedaudios"
  198. ScrollingFramebypassedaudios.Parent = bypassaudiosframe
  199. ScrollingFramebypassedaudios.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  200. ScrollingFramebypassedaudios.Size = UDim2.new(0, 455, 0, 269)
  201.  
  202. ImageLabel.Parent = ScrollingFramebypassedaudios
  203. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  204. ImageLabel.BackgroundTransparency = 1
  205. ImageLabel.Size = UDim2.new(0, 113, 0, 106)
  206. ImageLabel.ZIndex = 5
  207. ImageLabel.Image = "rbxassetid://337002392"
  208.  
  209. TextLabel.Parent = ScrollingFramebypassedaudios
  210. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  211. TextLabel.BackgroundTransparency = 1
  212. TextLabel.Position = UDim2.new(0.248351648, 0, 0.551346481, 0)
  213. TextLabel.Size = UDim2.new(0, 306, 0, 59)
  214. TextLabel.ZIndex = 5
  215. TextLabel.Font = Enum.Font.SourceSansLight
  216. TextLabel.Text = "644263651\nKfc ASMR Loud\n"
  217. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  218. TextLabel.TextScaled = true
  219. TextLabel.TextSize = 14
  220. TextLabel.TextWrapped = true
  221. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  222.  
  223. TextLabel_2.Parent = ScrollingFramebypassedaudios
  224. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  225. TextLabel_2.BackgroundTransparency = 1
  226. TextLabel_2.Position = UDim2.new(0.248351648, 0, 0.218632713, 0)
  227. TextLabel_2.Size = UDim2.new(0, 306, 0, 78)
  228. TextLabel_2.ZIndex = 5
  229. TextLabel_2.Font = Enum.Font.SourceSansLight
  230. TextLabel_2.Text = "2111590082\nbeat my\n"
  231. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  232. TextLabel_2.TextScaled = true
  233. TextLabel_2.TextSize = 14
  234. TextLabel_2.TextWrapped = true
  235. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  236.  
  237. TextLabel_3.Parent = ScrollingFramebypassedaudios
  238. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  239. TextLabel_3.BackgroundTransparency = 1
  240. TextLabel_3.Position = UDim2.new(0.248351648, 0, 0.378484011, 0)
  241. TextLabel_3.Size = UDim2.new(0, 306, 0, 59)
  242. TextLabel_3.ZIndex = 5
  243. TextLabel_3.Font = Enum.Font.SourceSansLight
  244. TextLabel_3.Text = "172899166\nEnebus Earrape"
  245. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  246. TextLabel_3.TextScaled = true
  247. TextLabel_3.TextSize = 14
  248. TextLabel_3.TextWrapped = true
  249. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  250.  
  251. TextLabel_4.Parent = ScrollingFramebypassedaudios
  252. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  253. TextLabel_4.BackgroundTransparency = 1
  254. TextLabel_4.Position = UDim2.new(0.248351648, 0, 0.0513464734, 0)
  255. TextLabel_4.Size = UDim2.new(0, 306, 0, 78)
  256. TextLabel_4.ZIndex = 5
  257. TextLabel_4.Font = Enum.Font.SourceSansLight
  258. TextLabel_4.Text = "425658241\nKazoo Kid EARRAPE\n"
  259. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  260. TextLabel_4.TextScaled = true
  261. TextLabel_4.TextSize = 14
  262. TextLabel_4.TextWrapped = true
  263. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  264.  
  265. ImageLabel_2.Parent = ScrollingFramebypassedaudios
  266. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  267. ImageLabel_2.BackgroundTransparency = 1
  268. ImageLabel_2.Position = UDim2.new(0, 0, 0.32713756, 0)
  269. ImageLabel_2.Size = UDim2.new(0, 113, 0, 106)
  270. ImageLabel_2.ZIndex = 5
  271. ImageLabel_2.Image = "rbxassetid://337002392"
  272.  
  273. ImageLabel_3.Parent = ScrollingFramebypassedaudios
  274. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  275. ImageLabel_3.BackgroundTransparency = 1
  276. ImageLabel_3.Position = UDim2.new(0, 0, 0.167286247, 0)
  277. ImageLabel_3.Size = UDim2.new(0, 113, 0, 106)
  278. ImageLabel_3.ZIndex = 5
  279. ImageLabel_3.Image = "rbxassetid://337002392"
  280.  
  281. ImageLabel_4.Parent = ScrollingFramebypassedaudios
  282. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  283. ImageLabel_4.BackgroundTransparency = 1
  284. ImageLabel_4.Position = UDim2.new(0, 0, 0.5, 0)
  285. ImageLabel_4.Size = UDim2.new(0, 113, 0, 106)
  286. ImageLabel_4.ZIndex = 5
  287. ImageLabel_4.Image = "rbxassetid://337002392"
  288.  
  289. TextLabel_5.Parent = ScrollingFramebypassedaudios
  290. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  291. TextLabel_5.BackgroundTransparency = 1
  292. TextLabel_5.Position = UDim2.new(0.246153846, 0, 0.711197793, 0)
  293. TextLabel_5.Size = UDim2.new(0, 306, 0, 59)
  294. TextLabel_5.ZIndex = 5
  295. TextLabel_5.Font = Enum.Font.SourceSansLight
  296. TextLabel_5.Text = "2502638589\nDefault Dance Loud\n"
  297. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  298. TextLabel_5.TextScaled = true
  299. TextLabel_5.TextSize = 14
  300. TextLabel_5.TextWrapped = true
  301. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  302.  
  303. ImageLabel_5.Parent = ScrollingFramebypassedaudios
  304. ImageLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  305. ImageLabel_5.BackgroundTransparency = 1
  306. ImageLabel_5.Position = UDim2.new(-0.0021978023, 0, 0.659851313, 0)
  307. ImageLabel_5.Size = UDim2.new(0, 113, 0, 106)
  308. ImageLabel_5.ZIndex = 5
  309. ImageLabel_5.Image = "rbxassetid://337002392"
  310.  
  311. TextLabel_6.Parent = ScrollingFramebypassedaudios
  312. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  313. TextLabel_6.BackgroundTransparency = 1
  314. TextLabel_6.Position = UDim2.new(0.248351648, 0, 0.854320467, 0)
  315. TextLabel_6.Size = UDim2.new(0, 306, 0, 59)
  316. TextLabel_6.ZIndex = 5
  317. TextLabel_6.Font = Enum.Font.SourceSansLight
  318. TextLabel_6.Text = "2466291217\nMario Nigger\n"
  319. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  320. TextLabel_6.TextScaled = true
  321. TextLabel_6.TextSize = 14
  322. TextLabel_6.TextWrapped = true
  323. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  324.  
  325. ImageLabel_6.Parent = ScrollingFramebypassedaudios
  326. ImageLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  327. ImageLabel_6.BackgroundTransparency = 1
  328. ImageLabel_6.Position = UDim2.new(0, 0, 0.802973986, 0)
  329. ImageLabel_6.Size = UDim2.new(0, 113, 0, 106)
  330. ImageLabel_6.ZIndex = 5
  331. ImageLabel_6.Image = "rbxassetid://337002392"
  332.  
  333. morebypassedaudiosframe.Name = "morebypassedaudiosframe"
  334. morebypassedaudiosframe.Parent = Top
  335. morebypassedaudiosframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  336. morebypassedaudiosframe.BorderSizePixel = 0
  337. morebypassedaudiosframe.Position = UDim2.new(0.138257578, 0, 0.975000381, 0)
  338. morebypassedaudiosframe.Size = UDim2.new(0, 455, 0, 269)
  339. morebypassedaudiosframe.Visible = false
  340. morebypassedaudiosframe.ZIndex = 2
  341.  
  342. ScrollingFramemorebypassedaudios.Name = "ScrollingFramemorebypassedaudios"
  343. ScrollingFramemorebypassedaudios.Parent = morebypassedaudiosframe
  344. ScrollingFramemorebypassedaudios.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  345. ScrollingFramemorebypassedaudios.Size = UDim2.new(0, 455, 0, 269)
  346.  
  347. ImageLabel_7.Parent = ScrollingFramemorebypassedaudios
  348. ImageLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  349. ImageLabel_7.BackgroundTransparency = 1
  350. ImageLabel_7.Size = UDim2.new(0, 113, 0, 106)
  351. ImageLabel_7.ZIndex = 5
  352. ImageLabel_7.Image = "rbxassetid://337002392"
  353.  
  354. TextLabel_7.Parent = ScrollingFramemorebypassedaudios
  355. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  356. TextLabel_7.BackgroundTransparency = 1
  357. TextLabel_7.Position = UDim2.new(0.248351648, 0, 0.0513464734, 0)
  358. TextLabel_7.Size = UDim2.new(0, 306, 0, 78)
  359. TextLabel_7.ZIndex = 5
  360. TextLabel_7.Font = Enum.Font.SourceSansLight
  361. TextLabel_7.Text = "2249867830\nFBI Open up LOUD\n"
  362. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  363. TextLabel_7.TextScaled = true
  364. TextLabel_7.TextSize = 14
  365. TextLabel_7.TextWrapped = true
  366. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  367.  
  368. ImageLabel_8.Parent = ScrollingFramemorebypassedaudios
  369. ImageLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  370. ImageLabel_8.BackgroundTransparency = 1
  371. ImageLabel_8.Position = UDim2.new(0, 0, 0.150557622, 0)
  372. ImageLabel_8.Size = UDim2.new(0, 113, 0, 106)
  373. ImageLabel_8.ZIndex = 5
  374. ImageLabel_8.Image = "rbxassetid://337002392"
  375.  
  376. TextLabel_8.Parent = ScrollingFramemorebypassedaudios
  377. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  378. TextLabel_8.BackgroundTransparency = 1
  379. TextLabel_8.Position = UDim2.new(0.248351648, 0, 0.201904088, 0)
  380. TextLabel_8.Size = UDim2.new(0, 306, 0, 78)
  381. TextLabel_8.ZIndex = 5
  382. TextLabel_8.Font = Enum.Font.SourceSansLight
  383. TextLabel_8.Text = "1949839048\nDefalt Dance Despacito"
  384. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  385. TextLabel_8.TextScaled = true
  386. TextLabel_8.TextSize = 14
  387. TextLabel_8.TextWrapped = true
  388. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  389.  
  390. TextLabel_9.Parent = ScrollingFramemorebypassedaudios
  391. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  392. TextLabel_9.BackgroundTransparency = 1
  393. TextLabel_9.Position = UDim2.new(0.248351648, 0, 0.400788844, 0)
  394. TextLabel_9.Size = UDim2.new(0, 306, 0, 78)
  395. TextLabel_9.ZIndex = 5
  396. TextLabel_9.Font = Enum.Font.SourceSansLight
  397. TextLabel_9.Text = "405835873\nIts raining tix Loud"
  398. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  399. TextLabel_9.TextScaled = true
  400. TextLabel_9.TextSize = 14
  401. TextLabel_9.TextWrapped = true
  402. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  403.  
  404. ImageLabel_9.Parent = ScrollingFramemorebypassedaudios
  405. ImageLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  406. ImageLabel_9.BackgroundTransparency = 1
  407. ImageLabel_9.Position = UDim2.new(0, 0, 0.349442363, 0)
  408. ImageLabel_9.Size = UDim2.new(0, 113, 0, 106)
  409. ImageLabel_9.ZIndex = 5
  410. ImageLabel_9.Image = "rbxassetid://337002392"
  411.  
  412. TextLabel_10.Parent = ScrollingFramemorebypassedaudios
  413. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  414. TextLabel_10.BackgroundTransparency = 1
  415. TextLabel_10.Position = UDim2.new(0.157890111, 0, 0.612408996, 0)
  416. TextLabel_10.Size = UDim2.new(0, 311, 0, 50)
  417. TextLabel_10.ZIndex = 7
  418. TextLabel_10.Font = Enum.Font.SourceSansLight
  419. TextLabel_10.Text = "Want more? Go to http://tinyurl.com/robloxbypassedaudios."
  420. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  421. TextLabel_10.TextScaled = true
  422. TextLabel_10.TextSize = 14
  423. TextLabel_10.TextWrapped = true
  424.  
  425. scriptsframe.Name = "scriptsframe"
  426. scriptsframe.Parent = Top
  427. scriptsframe.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  428. scriptsframe.BorderSizePixel = 0
  429. scriptsframe.Position = UDim2.new(0.138257578, 0, 0.975000381, 0)
  430. scriptsframe.Size = UDim2.new(0, 455, 0, 269)
  431. scriptsframe.Visible = false
  432. scriptsframe.ZIndex = 6
  433.  
  434. StopRadios.Name = "StopRadios"
  435. StopRadios.Parent = scriptsframe
  436. StopRadios.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  437. StopRadios.BorderSizePixel = 0
  438. StopRadios.Position = UDim2.new(0.0373626389, 0, 0.0334572494, 0)
  439. StopRadios.Size = UDim2.new(0, 180, 0, 50)
  440. StopRadios.ZIndex = 7
  441. StopRadios.Font = Enum.Font.SourceSansSemibold
  442. StopRadios.Text = "Stop radios."
  443. StopRadios.TextColor3 = Color3.new(1, 1, 1)
  444. StopRadios.TextScaled = true
  445. StopRadios.TextSize = 14
  446. StopRadios.TextWrapped = true
  447.  
  448. FEAdmin.Name = "FEAdmin"
  449. FEAdmin.Parent = scriptsframe
  450. FEAdmin.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  451. FEAdmin.BorderSizePixel = 0
  452. FEAdmin.Position = UDim2.new(0.512087941, 0, 0.0334572494, 0)
  453. FEAdmin.Size = UDim2.new(0, 180, 0, 50)
  454. FEAdmin.ZIndex = 7
  455. FEAdmin.Font = Enum.Font.SourceSansSemibold
  456. FEAdmin.Text = "FE Admin"
  457. FEAdmin.TextColor3 = Color3.new(1, 1, 1)
  458. FEAdmin.TextScaled = true
  459. FEAdmin.TextSize = 14
  460. FEAdmin.TextWrapped = true
  461.  
  462. CrashRadios.Name = "CrashRadios"
  463. CrashRadios.Parent = scriptsframe
  464. CrashRadios.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  465. CrashRadios.BorderSizePixel = 0
  466. CrashRadios.Position = UDim2.new(0.0351648629, 0, 0.286245346, 0)
  467. CrashRadios.Size = UDim2.new(0, 180, 0, 50)
  468. CrashRadios.ZIndex = 7
  469. CrashRadios.Font = Enum.Font.SourceSansSemibold
  470. CrashRadios.Text = "Crash radios."
  471. CrashRadios.TextColor3 = Color3.new(1, 1, 1)
  472. CrashRadios.TextScaled = true
  473. CrashRadios.TextSize = 14
  474. CrashRadios.TextWrapped = true
  475. Enter.MouseButton1Click:Connect(function()
  476. if UserBox.Text == user and PassBox.Text == pass then
  477. Login.Visible = false
  478. Top.Visible = true
  479. else
  480. Enter.Text = "Incorrect"
  481. wait(2)
  482. Enter.Text = "Login"
  483. end
  484. end)
  485. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),Top
  486.  
  487. local function update(input)
  488. local delta = input.Position - dragStart
  489. wait(0.1)
  490. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  491. end
  492.  
  493. gui.InputBegan:Connect(function(input)
  494. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  495. dragging = true
  496. dragStart = input.Position
  497. startPos = gui.Position
  498.  
  499. input.Changed:Connect(function()
  500. if input.UserInputState == Enum.UserInputState.End then
  501. dragging = false
  502. end
  503. end)
  504. end
  505. end)
  506.  
  507. gui.InputChanged:Connect(function(input)
  508. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  509. dragInput = input
  510. end
  511. end)
  512.  
  513. UserInputService.InputChanged:Connect(function(input)
  514. if input == dragInput and dragging then
  515. update(input)
  516. end
  517. end)
  518. bypassaudiosbutton.MouseButton1Click:Connect(function()
  519. bypassaudiosframe.Visible = true
  520. morebypassedaudiosframe.Visible = false
  521. scriptsframe.Visible = false
  522. end)
  523. morebypassedaudiosbutton.MouseButton1Click:Connect(function()
  524. bypassaudiosframe.Visible = false
  525. morebypassedaudiosframe.Visible = true
  526. scriptsframe.Visible = false
  527. end)
  528. scriptsbutton.MouseButton1Click:Connect(function()
  529. bypassaudiosframe.Visible = false
  530. morebypassedaudiosframe.Visible = false
  531. scriptsframe.Visible = true
  532. end)
  533. CrashRadios.MouseButton1Click:Connect(function()
  534. local sounds = { }
  535. local recurse
  536. function recurse(instance)
  537. if instance:IsA "Sound" then
  538. sounds[#sounds + 1] = instance
  539. end
  540. for _, child in ipairs (instance:GetChildren()) do
  541. recurse(child)
  542. end
  543. end
  544. recurse(game)
  545. game.DescendantAdded:connect(recurse)
  546. spawn(function()
  547. while true do
  548. game:GetService "RunService".RenderStepped:wait()
  549. for _, sound in ipairs (sounds) do
  550. sound:Play()
  551. end
  552. end
  553. end)
  554. end)
  555. StopRadios.MouseButton1Click:Connect(function()
  556. for i,v in pairs(game.Players:GetChildren()) do
  557. if v.Name ~= game.Players.LocalPlayer.Name then
  558. for x,d in pairs(game.Workspace[v.Name]:GetChildren()) do
  559. if d:IsA("Tool") then
  560. d.Handle.Sound.Playing = false
  561. end
  562. end
  563. end
  564. end
  565. end)
  566. FEAdmin.MouseButton1Click:Connect(function()
  567. -- Creator: illremember#3799
  568.  
  569. -- Credits to infinite yield, harkinian, dex creators
  570.  
  571. prefix = ";"
  572. wait(0.3)
  573. Commands = {
  574. '[-] cmdbar is shown when ; is pressed.',
  575. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  576. '[2] bring [plr] -- You need a tool! Will bring player to you',
  577. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  578. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  579. '[5] attach [plr] -- You need a tool! Attaches you to player',
  580. '[6] unattach [plr] -- Attempts to unattach you from a player',
  581. '[7] follow [plr] -- Makes you follow behind the player',
  582. '[8] unfollow',
  583. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  584. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  585. '[11] untrail',
  586. '[12] orbit [plr] -- Makes you orbit the player',
  587. '[13] unorbit',
  588. '[14] fling [plr] -- Makes you fling the player',
  589. '[15] unfling',
  590. '[16] fecheck -- Checks if the game is FE or not',
  591. '[17] void [plr] -- Teleports player to the void',
  592. '[18] noclip -- Gives you noclip to walk through walls',
  593. '[19] clip -- Removes noclip',
  594. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  595. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  596. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  597. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  598. '[24] annoy [plr] -- Loop teleports you to the player',
  599. '[25] unannoy',
  600. '[26] headwalk [plr] -- Loop teleports you to the player head',
  601. '[27] unheadwalk',
  602. '[28] nolimbs -- Removes your arms and legs',
  603. '[29] god -- Gives you FE Godmode',
  604. '[30] drophats -- Drops your accessories',
  605. '[31] droptool -- Drops any tool you have equipped',
  606. '[32] loopdhats -- Loop drops your accessories',
  607. '[33] unloopdhats',
  608. '[34] loopdtool -- Loop drops any tools you have equipped',
  609. '[35] unloopdtool',
  610. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  611. '[37] view [plr] -- Changes your camera to the player character',
  612. '[38] unview',
  613. '[39] goto [plr] -- Teleports you to player',
  614. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  615. '[41] unfly',
  616. '[42] chat [msg] -- Makes you chat a message',
  617. '[43] spam [msg] -- Spams a message',
  618. '[44] unspam',
  619. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  620. '[46] pmspam [plr] -- Spams a player in private message',
  621. '[47] unpmspam',
  622. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  623. '[49] uncfreeze [plr]',
  624. '[50] unlockws -- Unlocks the workspace',
  625. '[51] lockws -- Locks the workspace',
  626. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  627. '[53] pstand -- Enables platform stand',
  628. '[54] unpstand -- Disables platform stand',
  629. '[55] blockhead -- Removes your head mesh',
  630. '[56] sit',
  631. '[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',
  632. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  633. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  634. '[60] cmds -- Prints all commands',
  635. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  636. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  637. '[63] spinner -- Makes you spin',
  638. '[64] nospinner',
  639. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  640. '[66] noreach -- Removes reach, must have tool equipped',
  641. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  642. '[68] tp me [plr] -- Alternative to goto',
  643. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  644. '[70] uncbring',
  645. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  646. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  647. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  648. '[74] unglitch -- Unglitches you',
  649. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  650. '[76] explorer -- Loads up DEX',
  651. '[77] reset -- Resets your character.',
  652. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  653. '[79] animgui -- Loads up Energize animations GUI',
  654. '[80] savepos -- Saves your current position',
  655. '[81] loadpos -- Teleports you to your saved position',
  656. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  657. '[83] unbang',
  658. '[84] delcmdbar -- Removes the command bar completely',
  659. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  660. '[86] shutdown -- Uses harkinians script to shutdown server',
  661. '[87] respawn -- If grespawn doesnt work you can use respawn',
  662. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  663. '[89] getplrs -- Prints all players in game',
  664. '[90] deldecal -- Deletes all decals client sided',
  665. '[91] opfinality -- Loads in my FE GUI Opfinality',
  666. '[92] remotes -- Prints all remotes in the game in the console when added',
  667. '[93] noremotes -- Stops printing remotes',
  668. '[94] tpdefault -- Stops all loop teleports to a player',
  669. '[95] stopsit -- Will not allow you to sit',
  670. '[96] gosit -- Allows you to sit',
  671. '[97] clicktp -- Enables click tp',
  672. '[98] noclicktp -- Disables click tp',
  673. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  674. '[100] toolsoff -- Stops ;toolson',
  675. '[101] version -- Gets the admin version',
  676. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  677. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  678. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  679. '[105] clickdel -- Delete any block you press q on, client sided',
  680. '[106] noclickdel -- Stops clickdel',
  681. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  682. '[108] unlooprhats -- Stops loop removing mesh',
  683. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  684. '[110] unlooprtool -- Stops loop removing mesh',
  685. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  686. '[112] age [plr] -- Makes you chat the account age of the player',
  687. '[113] id [plr] -- Makes you chat the account ID of the player',
  688. '[114] .age [plr] -- Privately shows you the account age of the player',
  689. '[115] .id [plr] -- Privately shows you the account ID of the player',
  690. '[116] gameid -- Shows the game ID',
  691. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  692. '[118] removefog -- Removes fog, client sided',
  693. '[119] disable -- Disables your character by removing humanoid',
  694. '[120] enable -- Enables your character by adding humanoid',
  695. '[121] prefix [key] -- Changes the prefix used, default is ;',
  696. '[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.',
  697. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  698. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  699. '[125] uncarpet -- Stops carpet player',
  700. '[126] stare [plr] -- Turns your character to stare at another player',
  701. '[127] unstare -- Stops stare player',
  702. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  703. '[129] unlogchat -- Disables logchat',
  704. '[130] fixcam -- Fixes/resets your camera',
  705. '[131] unstate -- Stops changing state',
  706. }
  707. speedget = 1
  708.  
  709. lplayer = game:GetService("Players").LocalPlayer
  710.  
  711. lplayer.CharacterAdded:Connect(function(character)
  712. spin = false
  713. flying = false
  714. staring = false
  715. banpl = false
  716. end)
  717.  
  718. function change()
  719. prefix = prefix
  720. speedfly = speedfly
  721. end
  722.  
  723. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  724. local Found = {}
  725. local strl = String:lower()
  726. if strl == "all" then
  727. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  728. table.insert(Found,v)
  729. end
  730. elseif strl == "others" then
  731. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  732. if v.Name ~= lplayer.Name then
  733. table.insert(Found,v)
  734. end
  735. end
  736. elseif strl == "me" then
  737. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  738. if v.Name == lplayer.Name then
  739. table.insert(Found,v)
  740. end
  741. end
  742. else
  743. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  744. if v.Name:lower():sub(1, #String) == String:lower() then
  745. table.insert(Found,v)
  746. end
  747. end
  748. end
  749. return Found
  750. end
  751.  
  752. local Mouse = lplayer:GetMouse()
  753.  
  754. spin = false
  755. followed = false
  756. traill = false
  757. noclip = false
  758. annoying = false
  759. hwalk = false
  760. droppinghats = false
  761. droppingtools = false
  762. flying = false
  763. spamdelay = 1
  764. spamming = false
  765. spammingpm = false
  766. cbringing = false
  767. remotes = true
  768. added = true
  769. binds = false
  770. stopsitting = false
  771. clickgoto = false
  772. gettingtools = false
  773. removingmeshhats = false
  774. removingmeshtool = false
  775. clickdel = false
  776. staring = false
  777. chatlogs = false
  778. banpl = false
  779. changingstate = false
  780. statechosen = 0
  781.  
  782. adminversion = "Reviz Admin by illremember, Version 2.0"
  783.  
  784. flying = false
  785. speedfly = 1
  786.  
  787. function plrchat(plr, chat)
  788. print(plr.Name..": "..tick().."\n"..chat)
  789. end
  790.  
  791. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  792. v.Chatted:connect(function(chat)
  793. if chatlogs then
  794. plrchat(v, chat)
  795. end
  796. end)
  797. end
  798. game:GetService("Players").PlayerAdded:connect(function(plr)
  799. plr.Chatted:connect(function(chat)
  800. if chatlogs then
  801. plrchat(plr, chat)
  802. end
  803. end)
  804. end)
  805.  
  806.  
  807. local ScreenGui = Instance.new("ScreenGui")
  808. local Frame = Instance.new("Frame")
  809. local CMDBAR = Instance.new("TextBox")
  810. ScreenGui.Parent = game:GetService("CoreGui")
  811. Frame.Parent = ScreenGui
  812. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  813. Frame.BackgroundTransparency = 0.3
  814. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  815. Frame.Size = UDim2.new(0, 200, 0, 40)
  816. Frame.Active = true
  817. Frame.Draggable = true
  818. CMDBAR.Name = "CMDBAR"
  819. CMDBAR.Parent = Frame
  820. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  821. CMDBAR.BackgroundTransparency = 0.20000000298023
  822. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  823. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  824. CMDBAR.Font = Enum.Font.SourceSansLight
  825. CMDBAR.FontSize = Enum.FontSize.Size14
  826. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  827. CMDBAR.TextScaled = true
  828. CMDBAR.TextSize = 14
  829. CMDBAR.TextWrapped = true
  830. CMDBAR.Text = "Press ; to type, Enter to execute"
  831.  
  832. local CMDS = Instance.new("ScreenGui")
  833. local CMDSFRAME = Instance.new("Frame")
  834. local ScrollingFrame = Instance.new("ScrollingFrame")
  835. local TextLabel = Instance.new("TextLabel")
  836. local closegui = Instance.new("TextButton")
  837. CMDS.Name = "CMDS"
  838. CMDS.Parent = game:GetService("CoreGui")
  839. CMDSFRAME.Name = "CMDSFRAME"
  840. CMDSFRAME.Parent = CMDS
  841. CMDSFRAME.Active = true
  842. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  843. CMDSFRAME.BorderSizePixel = 0
  844. CMDSFRAME.Draggable = true
  845. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  846. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  847. CMDSFRAME.Visible = false
  848. ScrollingFrame.Parent = CMDSFRAME
  849. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  850. ScrollingFrame.BorderSizePixel = 0
  851. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  852. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  853. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  854. TextLabel.Parent = ScrollingFrame
  855. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  856. TextLabel.BackgroundTransparency = 1
  857. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  858. TextLabel.Font = Enum.Font.SourceSans
  859. TextLabel.FontSize = Enum.FontSize.Size18
  860. 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."
  861. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  862. TextLabel.TextSize = 15
  863. TextLabel.TextWrapped = true
  864. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  865. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  866. closegui.Name = "closegui"
  867. closegui.Parent = CMDSFRAME
  868. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  869. closegui.BorderSizePixel = 0
  870. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  871. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  872. closegui.Font = Enum.Font.SourceSansBold
  873. closegui.FontSize = Enum.FontSize.Size24
  874. closegui.Text = "X"
  875. closegui.TextColor3 = Color3.new(1, 1, 1)
  876. closegui.TextSize = 20
  877.  
  878. closegui.MouseButton1Click:connect(function()
  879. CMDSFRAME.Visible = false
  880. end)
  881.  
  882. game:GetService('RunService').Stepped:connect(function()
  883. if spin then
  884. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  885. end
  886. if followed then
  887. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  888. end
  889. if traill then
  890. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  891. end
  892. if annoying then
  893. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  894. end
  895. if hwalk then
  896. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  897. end
  898. if staring then
  899. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  900. end
  901. end)
  902. game:GetService('RunService').Stepped:connect(function()
  903. if noclip then
  904. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  905. lplayer.Character.Head.CanCollide = false
  906. lplayer.Character.Torso.CanCollide = false
  907. lplayer.Character["Left Leg"].CanCollide = false
  908. lplayer.Character["Right Leg"].CanCollide = false
  909. else
  910. lplayer.Character.Humanoid:ChangeState(11)
  911. end
  912. end
  913. if changingstate then
  914. lplayer.Character.Humanoid:ChangeState(statechosen)
  915. end
  916. end)
  917. game:GetService('RunService').Stepped:connect(function()
  918. if droppinghats then
  919. for i,v in pairs(lplayer.Character:GetChildren()) do
  920. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  921. v.Parent = workspace
  922. end
  923. end
  924. end
  925. if droppingtools then
  926. for i,v in pairs(lplayer.Character:GetChildren()) do
  927. if (v:IsA("Tool")) then
  928. v.Parent = workspace
  929. end
  930. end
  931. end
  932. if removingmeshhats then
  933. for i,v in pairs(lplayer.Character:GetChildren()) do
  934. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  935. v.Handle.Mesh:Destroy()
  936. end
  937. end
  938. end
  939. if removingmeshtool then
  940. for i,v in pairs(lplayer.Character:GetChildren()) do
  941. if (v:IsA("Tool")) then
  942. v.Handle.Mesh:Destroy()
  943. end
  944. end
  945. end
  946. end)
  947. game:GetService('RunService').Stepped:connect(function()
  948. if banpl then
  949. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  950. end
  951. end)
  952. game:GetService('RunService').Stepped:connect(function()
  953. if stopsitting then
  954. lplayer.Character.Humanoid.Sit = false
  955. end
  956. end)
  957.  
  958. plr = lplayer
  959. hum = plr.Character.HumanoidRootPart
  960. mouse = plr:GetMouse()
  961. mouse.KeyDown:connect(function(key)
  962. if key == "e" then
  963. if mouse.Target then
  964. if clickgoto then
  965. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  966. elseif clickdel then
  967. mouse.Target:Destroy()
  968. end
  969. end
  970. end
  971. end)
  972.  
  973. game:GetService("Workspace").ChildAdded:connect(function(part)
  974. if gettingtools then
  975. if part:IsA("Tool") then
  976. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  977. end
  978. end
  979. end)
  980.  
  981. lplayer.Chatted:Connect(function(msg)
  982. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  983. if string.sub(msg, 7) == "me" then
  984. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  985. else
  986. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  987. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  988. lplayer.Character.Humanoid.Name = 1
  989. local l = lplayer.Character["1"]:Clone()
  990. l.Parent = lplayer.Character
  991. l.Name = "Humanoid"
  992. wait(0.1)
  993. lplayer.Character["1"]:Destroy()
  994. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  995. lplayer.Character.Animate.Disabled = true
  996. wait(0.1)
  997. lplayer.Character.Animate.Disabled = false
  998. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  999. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1000. lplayer.Character.Humanoid:EquipTool(v)
  1001. end
  1002. local function tp(player,player2)
  1003. local char1,char2=player.Character,player2.Character
  1004. if char1 and char2 then
  1005. char1:MoveTo(char2.Head.Position)
  1006. end
  1007. end
  1008. wait(0.1)
  1009. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1010. wait(0.2)
  1011. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1012. wait(0.5)
  1013. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1014. wait(0.7)
  1015. tp(lplayer,game:GetService("Players")[v.Name])
  1016. wait(0.7)
  1017. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1018. game:GetService("StarterGui"):SetCore("SendNotification", {
  1019. Title = "Tools needed!";
  1020. Text = "You need a tool in your backpack for this command!";
  1021. })
  1022. end
  1023. end
  1024. end
  1025. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  1026. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1027. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1028. lplayer.Character.Humanoid.Name = 1
  1029. local l = lplayer.Character["1"]:Clone()
  1030. l.Parent = lplayer.Character
  1031. l.Name = "Humanoid"
  1032. wait(0.1)
  1033. lplayer.Character["1"]:Destroy()
  1034. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1035. lplayer.Character.Animate.Disabled = true
  1036. wait(0.1)
  1037. lplayer.Character.Animate.Disabled = false
  1038. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1039. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1040. lplayer.Character.Humanoid:EquipTool(v)
  1041. end
  1042. local function tp(player,player2)
  1043. local char1,char2=player.Character,player2.Character
  1044. if char1 and char2 then
  1045. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  1046. end
  1047. end
  1048. local function getout(player,player2)
  1049. local char1,char2=player.Character,player2.Character
  1050. if char1 and char2 then
  1051. char1:MoveTo(char2.Head.Position)
  1052. end
  1053. end
  1054. tp(game:GetService("Players")[v.Name], lplayer)
  1055. wait(0.2)
  1056. tp(game:GetService("Players")[v.Name], lplayer)
  1057. wait(0.5)
  1058. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1059. wait(0.5)
  1060. getout(lplayer, game:GetService("Players")[v.Name])
  1061. wait(0.3)
  1062. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1063. game:GetService("StarterGui"):SetCore("SendNotification", {
  1064. Title = "Tools needed!";
  1065. Text = "You need a tool in your backpack for this command!";
  1066. })
  1067. end
  1068. end
  1069. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  1070. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1071. lplayer.Character.Humanoid.Name = 1
  1072. local l = lplayer.Character["1"]:Clone()
  1073. l.Parent = lplayer.Character
  1074. l.Name = "Humanoid"
  1075. wait(0.1)
  1076. lplayer.Character["1"]:Destroy()
  1077. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1078. lplayer.Character.Animate.Disabled = true
  1079. wait(0.1)
  1080. lplayer.Character.Animate.Disabled = false
  1081. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1082. lplayer.Character.Animate.Disabled = false
  1083. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1084. lplayer.Character.Humanoid:EquipTool(v)
  1085. end
  1086. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1087. spinplr = v
  1088. wait(0.5)
  1089. spin = true
  1090. game:GetService("StarterGui"):SetCore("SendNotification", {
  1091. Title = "Tools needed!";
  1092. Text = "You need a tool in your backpack for this command!";
  1093. })
  1094. end
  1095. end
  1096. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  1097. spin = false
  1098. end
  1099. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  1100. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1101. lplayer.Character.Humanoid.Name = 1
  1102. local l = lplayer.Character["1"]:Clone()
  1103. l.Parent = lplayer.Character
  1104. l.Name = "Humanoid"
  1105. wait(0.1)
  1106. lplayer.Character["1"]:Destroy()
  1107. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1108. lplayer.Character.Animate.Disabled = true
  1109. wait(0.1)
  1110. lplayer.Character.Animate.Disabled = false
  1111. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1112. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1113. lplayer.Character.Humanoid:EquipTool(v)
  1114. end
  1115. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1116. wait(0.3)
  1117. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1118. attplr = v
  1119. game:GetService("StarterGui"):SetCore("SendNotification", {
  1120. Title = "Tools needed!";
  1121. Text = "You need a tool in your backpack for this command!";
  1122. })
  1123. end
  1124. end
  1125. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  1126. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1127. local function getout(player,player2)
  1128. local char1,char2=player.Character,player2.Character
  1129. if char1 and char2 then
  1130. char1:MoveTo(char2.Head.Position)
  1131. end
  1132. end
  1133. getout(lplayer, game:GetService("Players")[v.Name])
  1134. end
  1135. end
  1136. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  1137. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1138. followed = true
  1139. flwplr = v
  1140. end
  1141. end
  1142. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  1143. followed = false
  1144. end
  1145. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  1146. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1147. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1148. lplayer.Character.Humanoid.Name = 1
  1149. local l = lplayer.Character["1"]:Clone()
  1150. l.Parent = lplayer.Character
  1151. l.Name = "Humanoid"
  1152. wait(0.1)
  1153. lplayer.Character["1"]:Destroy()
  1154. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1155. lplayer.Character.Animate.Disabled = true
  1156. wait(0.1)
  1157. lplayer.Character.Animate.Disabled = false
  1158. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1159. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1160. lplayer.Character.Humanoid:EquipTool(v)
  1161. end
  1162. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1163. wait(0.2)
  1164. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1165. wait(0.6)
  1166. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1167. wait(0.6)
  1168. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  1169. game:GetService("StarterGui"):SetCore("SendNotification", {
  1170. Title = "Tools needed!";
  1171. Text = "You need a tool in your backpack for this command!";
  1172. })
  1173. end
  1174. end
  1175. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  1176. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1177. traill = true
  1178. trlplr = v
  1179. end
  1180. end
  1181. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  1182. traill = false
  1183. end
  1184. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  1185. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1186. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1187. else
  1188. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1189. local o = Instance.new("RocketPropulsion")
  1190. o.Parent = lplayer.Character.HumanoidRootPart
  1191. o.Name = "Orbit"
  1192. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1193. o:Fire()
  1194. noclip = true
  1195. end
  1196. end
  1197. end
  1198. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  1199. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1200. noclip = false
  1201. end
  1202. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  1203. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1204. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1205. else
  1206. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1207. local y = Instance.new("RocketPropulsion")
  1208. y.Parent = lplayer.Character.HumanoidRootPart
  1209. y.CartoonFactor = 1
  1210. y.MaxThrust = 800000
  1211. y.MaxSpeed = 1000
  1212. y.ThrustP = 200000
  1213. y.Name = "Fling"
  1214. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1215. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1216. y:Fire()
  1217. noclip = true
  1218. end
  1219. end
  1220. end
  1221. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1222. noclip = false
  1223. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1224. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1225. wait(0.4)
  1226. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1227. end
  1228. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1229. if game:GetService("Workspace").FilteringEnabled == true then
  1230. warn("FE is Enabled (Filtering Enabled)")
  1231. game:GetService("StarterGui"):SetCore("SendNotification", {
  1232. Title = "FE is Enabled";
  1233. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1234. })
  1235. else
  1236. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1237. game:GetService("StarterGui"):SetCore("SendNotification", {
  1238. Title = "FE is Disabled";
  1239. Text = "Filtering Disabled. Consider using a different admin script.";
  1240. })
  1241. end
  1242. end
  1243. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1244. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1245. lplayer.Character.Humanoid.Name = 1
  1246. local l = lplayer.Character["1"]:Clone()
  1247. l.Parent = lplayer.Character
  1248. l.Name = "Humanoid"
  1249. wait(0.1)
  1250. lplayer.Character["1"]:Destroy()
  1251. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1252. lplayer.Character.Animate.Disabled = true
  1253. wait(0.1)
  1254. lplayer.Character.Animate.Disabled = false
  1255. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1256. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1257. lplayer.Character.Humanoid:EquipTool(v)
  1258. end
  1259. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1260. wait(0.2)
  1261. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1262. wait(0.6)
  1263. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1264. game:GetService("StarterGui"):SetCore("SendNotification", {
  1265. Title = "Tools needed!";
  1266. Text = "You need a tool in your backpack for this command!";
  1267. })
  1268. end
  1269. end
  1270. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1271. noclip = true
  1272. game:GetService("StarterGui"):SetCore("SendNotification", {
  1273. Title = "Noclip enabled";
  1274. Text = "Type ;clip to disable";
  1275. })
  1276. end
  1277. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1278. noclip = false
  1279. game:GetService("StarterGui"):SetCore("SendNotification", {
  1280. Title = "Noclip disabled";
  1281. Text = "Type ;noclip to enable";
  1282. })
  1283. end
  1284. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1285. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1286. end
  1287. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1288. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1289. end
  1290. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1291. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1292. end
  1293. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1294. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1295. end
  1296. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1297. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1298. end
  1299. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1300. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1301. end
  1302. if string.sub(msg, 1, 8) == (prefix.."default") then
  1303. lplayer.Character.Humanoid.JumpPower = 50
  1304. lplayer.Character.Humanoid.WalkSpeed = 16
  1305. lplayer.Character.Humanoid.HipHeight = 0
  1306. end
  1307. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1308. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1309. annoying = true
  1310. annplr = v
  1311. end
  1312. end
  1313. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1314. annoying = false
  1315. end
  1316. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1317. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1318. hwalk = true
  1319. hdwplr = v
  1320. end
  1321. end
  1322. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1323. hwalk = false
  1324. end
  1325. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1326. lplayer.Character["Left Leg"]:Destroy()
  1327. lplayer.Character["Left Arm"]:Destroy()
  1328. lplayer.Character["Right Leg"]:Destroy()
  1329. lplayer.Character["Right Arm"]:Destroy()
  1330. end
  1331. if string.sub(msg, 1, 4) == (prefix.."god") then
  1332. lplayer.Character.Humanoid.Name = 1
  1333. local l = lplayer.Character["1"]:Clone()
  1334. l.Parent = lplayer.Character
  1335. l.Name = "Humanoid"
  1336. wait(0.1)
  1337. lplayer.Character["1"]:Destroy()
  1338. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1339. lplayer.Character.Animate.Disabled = true
  1340. wait(0.1)
  1341. lplayer.Character.Animate.Disabled = false
  1342. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1343. game:GetService("StarterGui"):SetCore("SendNotification", {
  1344. Title = "FE Godmode enabled";
  1345. Text = "Use ;grespawn or ;respawn to remove";
  1346. })
  1347. end
  1348. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1349. for i,v in pairs(lplayer.Character:GetChildren()) do
  1350. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1351. v.Parent = workspace
  1352. end
  1353. end
  1354. end
  1355. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1356. for i,v in pairs(lplayer.Character:GetChildren()) do
  1357. if (v:IsA("Tool")) then
  1358. v.Parent = workspace
  1359. end
  1360. end
  1361. end
  1362. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1363. droppinghats = true
  1364. game:GetService("StarterGui"):SetCore("SendNotification", {
  1365. Title = "Loop Drop Enabled";
  1366. Text = "Type ;unloopdhats to disable";
  1367. })
  1368. end
  1369. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1370. droppinghats = false
  1371. game:GetService("StarterGui"):SetCore("SendNotification", {
  1372. Title = "Loop Drop Disabled";
  1373. Text = "Type ;loopdhats to enable.";
  1374. })
  1375. end
  1376. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1377. droppingtools = true
  1378. game:GetService("StarterGui"):SetCore("SendNotification", {
  1379. Title = "Loop Drop Enabled";
  1380. Text = "Type ;unloopdtool to disable";
  1381. })
  1382. end
  1383. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1384. droppingtools = false
  1385. game:GetService("StarterGui"):SetCore("SendNotification", {
  1386. Title = "Loop Drop Disabled";
  1387. Text = "Type ;loopdtool to enable.";
  1388. })
  1389. end
  1390. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1391. Local = game:GetService('Players').LocalPlayer
  1392. Char = Local.Character
  1393. touched,tpdback = false, false
  1394. box = Instance.new('Part',workspace)
  1395. box.Anchored = true
  1396. box.CanCollide = true
  1397. box.Size = Vector3.new(10,1,10)
  1398. box.Position = Vector3.new(0,10000,0)
  1399. box.Touched:connect(function(part)
  1400. if (part.Parent.Name == Local.Name) then
  1401. if touched == false then
  1402. touched = true
  1403. function apply()
  1404. if script.Disabled ~= true then
  1405. no = Char.HumanoidRootPart:Clone()
  1406. wait(.25)
  1407. Char.HumanoidRootPart:Destroy()
  1408. no.Parent = Char
  1409. Char:MoveTo(loc)
  1410. touched = false
  1411. end end
  1412. if Char then
  1413. apply()
  1414. end
  1415. end
  1416. end
  1417. end)
  1418. repeat wait() until Char
  1419. loc = Char.HumanoidRootPart.Position
  1420. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1421. game:GetService("StarterGui"):SetCore("SendNotification", {
  1422. Title = "Invisibility enabled!";
  1423. Text = "Reset or use ;respawn to remove.";
  1424. })
  1425. end
  1426. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1427. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1428. if game:GetService("Players")[v.Name].Character.Humanoid then
  1429. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1430. else
  1431. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1432. end
  1433. end
  1434. end
  1435. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1436. if lplayer.Character.Humanoid then
  1437. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1438. else
  1439. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1440. end
  1441. end
  1442. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1443. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1444. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1445. end
  1446. end
  1447. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1448. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1449. repeat wait() until Mouse
  1450.  
  1451. local T = lplayer.Character.HumanoidRootPart
  1452. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1453. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1454. local SPEED = speedget
  1455.  
  1456. local function fly()
  1457. flying = true
  1458. local BG = Instance.new('BodyGyro', T)
  1459. local BV = Instance.new('BodyVelocity', T)
  1460. BG.P = 9e4
  1461. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1462. BG.cframe = T.CFrame
  1463. BV.velocity = Vector3.new(0, 0.1, 0)
  1464. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1465. spawn(function()
  1466. repeat wait()
  1467. lplayer.Character.Humanoid.PlatformStand = true
  1468. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1469. SPEED = 50
  1470. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1471. SPEED = 0
  1472. end
  1473. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1474. 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
  1475. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1476. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1477. 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
  1478. else
  1479. BV.velocity = Vector3.new(0, 0.1, 0)
  1480. end
  1481. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1482. until not flying
  1483. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1484. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1485. SPEED = 0
  1486. BG:destroy()
  1487. BV:destroy()
  1488. lplayer.Character.Humanoid.PlatformStand = false
  1489. end)
  1490. end
  1491. Mouse.KeyDown:connect(function(KEY)
  1492. if KEY:lower() == 'w' then
  1493. CONTROL.F = speedfly
  1494. elseif KEY:lower() == 's' then
  1495. CONTROL.B = -speedfly
  1496. elseif KEY:lower() == 'a' then
  1497. CONTROL.L = -speedfly
  1498. elseif KEY:lower() == 'd' then
  1499. CONTROL.R = speedfly
  1500. end
  1501. end)
  1502. Mouse.KeyUp:connect(function(KEY)
  1503. if KEY:lower() == 'w' then
  1504. CONTROL.F = 0
  1505. elseif KEY:lower() == 's' then
  1506. CONTROL.B = 0
  1507. elseif KEY:lower() == 'a' then
  1508. CONTROL.L = 0
  1509. elseif KEY:lower() == 'd' then
  1510. CONTROL.R = 0
  1511. end
  1512. end)
  1513. fly()
  1514. end
  1515. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1516. flying = false
  1517. lplayer.Character.Humanoid.PlatformStand = false
  1518. end
  1519. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1520. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1521. end
  1522. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1523. spamtext = (string.sub(msg, 7))
  1524. spamming = true
  1525. end
  1526. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1527. spamming = false
  1528. end
  1529. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1530. spamdelay = (string.sub(msg, 11))
  1531. end
  1532. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1533. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1534. pmspammed = v.Name
  1535. spammingpm = true
  1536. end
  1537. end
  1538. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1539. spammingpm = false
  1540. end
  1541. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1542. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1543. v.Character["Left Leg"].Anchored = true
  1544. v.Character["Left Arm"].Anchored = true
  1545. v.Character["Right Leg"].Anchored = true
  1546. v.Character["Right Arm"].Anchored = true
  1547. v.Character.Torso.Anchored = true
  1548. v.Character.Head.Anchored = true
  1549. end
  1550. end
  1551. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1552. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1553. v.Character["Left Leg"].Anchored = false
  1554. v.Character["Left Arm"].Anchored = false
  1555. v.Character["Right Leg"].Anchored = false
  1556. v.Character["Right Arm"].Anchored = false
  1557. v.Character.Torso.Anchored = false
  1558. v.Character.Head.Anchored = false
  1559. end
  1560. end
  1561. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1562. local a = game:GetService("Workspace"):getChildren()
  1563. for i = 1, #a do
  1564. if a[i].className == "Part" then
  1565. a[i].Locked = false
  1566. elseif a[i].className == "Model" then
  1567. local r = a[i]:getChildren()
  1568. for i = 1, #r do
  1569. if r[i].className == "Part" then
  1570. r[i].Locked = false
  1571. end
  1572. end
  1573. end
  1574. end
  1575. game:GetService("StarterGui"):SetCore("SendNotification", {
  1576. Title = "Success!";
  1577. Text = "Workspace unlocked. Use ;lockws to lock.";
  1578. })
  1579. end
  1580. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1581. local a = game:GetService("Workspace"):getChildren()
  1582. for i = 1, #a do
  1583. if a[i].className == "Part" then
  1584. a[i].Locked = true
  1585. elseif a[i].className == "Model" then
  1586. local r = a[i]:getChildren()
  1587. for i = 1, #r do
  1588. if r[i].className == "Part" then
  1589. r[i].Locked = true
  1590. end
  1591. end
  1592. end
  1593. end
  1594. end
  1595. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1596. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1597. Clone_T.BinType = "Clone"
  1598. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1599. Destruct.BinType = "Hammer"
  1600. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1601. Hold_T.BinType = "Grab"
  1602. end
  1603. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1604. lplayer.Character.Humanoid.PlatformStand = true
  1605. end
  1606. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1607. lplayer.Character.Humanoid.PlatformStand = false
  1608. end
  1609. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1610. lplayer.Character.Head.Mesh:Destroy()
  1611. end
  1612. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1613. lplayer.Character.Humanoid.Sit = true
  1614. end
  1615. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1616. local function bringobjw()
  1617. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1618. if obj.Name == (string.sub(msg, 11)) then
  1619. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1620. obj.CanCollide = false
  1621. obj.Transparency = 0.7
  1622. wait()
  1623. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1624. wait()
  1625. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1626. wait()
  1627. obj.CFrame = lplayer.Character["Head"].CFrame
  1628. end
  1629. end
  1630. end
  1631. while wait() do
  1632. bringobjw()
  1633. end
  1634. game:GetService("StarterGui"):SetCore("SendNotification", {
  1635. Title = "BringObj";
  1636. Text = "BringObj enabled.";
  1637. })
  1638. end
  1639. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1640. vis = (string.sub(msg, 8))
  1641. local a = game:GetService("Workspace"):GetDescendants()
  1642. for i = 1, #a do
  1643. if a[i].className == "Part" then
  1644. a[i].Transparency = vis
  1645. elseif a[i].className == "Model" then
  1646. local r = a[i]:getChildren()
  1647. for i = 1, #r do
  1648. if r[i].className == "Part" then
  1649. r[i].Transparency = vis
  1650. end
  1651. end
  1652. end
  1653. end
  1654. end
  1655. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1656. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1657. game:GetService("StarterGui"):SetCore("SendNotification", {
  1658. Title = "Success!";
  1659. Text = "HyperTotal GUI Loaded!";
  1660. })
  1661. end
  1662. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1663. CMDSFRAME.Visible = true
  1664. end
  1665. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1666. for i,v in pairs(lplayer.Character:GetChildren()) do
  1667. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1668. v.Handle.Mesh:Destroy()
  1669. end
  1670. end
  1671. end
  1672. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1673. for i,v in pairs(lplayer.Character:GetChildren()) do
  1674. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1675. v.Handle.Mesh:Destroy()
  1676. end
  1677. end
  1678. end
  1679. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1680. for i,v in pairs(lplayer.Character:GetChildren()) do
  1681. if (v:IsA("Tool")) then
  1682. v.Handle.Mesh:Destroy()
  1683. end
  1684. end
  1685. end
  1686. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1687. for i,v in pairs(lplayer.Character:GetChildren()) do
  1688. if (v:IsA("Tool")) then
  1689. v.Handle.Mesh:Destroy()
  1690. end
  1691. end
  1692. end
  1693. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1694. local p = Instance.new("RocketPropulsion")
  1695. p.Parent = lplayer.Character.HumanoidRootPart
  1696. p.Name = "Spinner"
  1697. p.Target = lplayer.Character["Left Arm"]
  1698. p:Fire()
  1699. game:GetService("StarterGui"):SetCore("SendNotification", {
  1700. Title = "Spinner enabled";
  1701. Text = "Type ;nospinner to disable.";
  1702. })
  1703. end
  1704. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1705. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1706. end
  1707. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1708. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1709. if v:isA("Tool") then
  1710. local a = Instance.new("SelectionBox",v.Handle)
  1711. a.Adornee = v.Handle
  1712. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1713. v.GripPos = Vector3.new(0,0,0)
  1714. lplayer.Character.Humanoid:UnequipTools()
  1715. end
  1716. end
  1717. game:GetService("StarterGui"):SetCore("SendNotification", {
  1718. Title = "Reach applied!";
  1719. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1720. })
  1721. end
  1722. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1723. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1724. if v:isA("Tool") then
  1725. handleSize = v.Handle.Size
  1726. wait()
  1727. local a = Instance.new("SelectionBox",v.Handle)
  1728. a.Name = "a"
  1729. a.Adornee = v.Handle
  1730. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1731. v.GripPos = Vector3.new(0,0,0)
  1732. lplayer.Character.Humanoid:UnequipTools()
  1733. end
  1734. end
  1735. game:GetService("StarterGui"):SetCore("SendNotification", {
  1736. Title = "Reach applied!";
  1737. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1738. })
  1739. end
  1740. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1741. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1742. if v:isA("Tool") then
  1743. v.Handle.a:Destroy()
  1744. v.Handle.Size = handleSize
  1745. end
  1746. end
  1747. game:GetService("StarterGui"):SetCore("SendNotification", {
  1748. Title = "Reach removed!";
  1749. Text = "Removed reach from equipped sword.";
  1750. })
  1751. end
  1752. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1753. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1754. lplayer.Character.Humanoid.Name = 1
  1755. local l = lplayer.Character["1"]:Clone()
  1756. l.Parent = lplayer.Character
  1757. l.Name = "Humanoid"
  1758. wait(0.1)
  1759. lplayer.Character["1"]:Destroy()
  1760. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1761. lplayer.Character.Animate.Disabled = true
  1762. wait(0.1)
  1763. lplayer.Character.Animate.Disabled = false
  1764. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1765. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1766. lplayer.Character.Humanoid:EquipTool(v)
  1767. end
  1768. wait(0.1)
  1769. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1770. wait(0.2)
  1771. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1772. wait(0.5)
  1773. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1774. game:GetService("StarterGui"):SetCore("SendNotification", {
  1775. Title = "Tools needed!";
  1776. Text = "You need a tool in your backpack for this command!";
  1777. })
  1778. end
  1779. end
  1780. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1781. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1782. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1783. end
  1784. end
  1785. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1786. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1787. cbringall = true
  1788. else
  1789. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1790. brplr = v.Name
  1791. end
  1792. end
  1793. cbring = true
  1794. end
  1795. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1796. cbring = false
  1797. cbringall = false
  1798. end
  1799. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1800. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1801. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1802. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1803. lplayer.Character.Humanoid.Name = 1
  1804. local l = lplayer.Character["1"]:Clone()
  1805. l.Parent = lplayer.Character
  1806. l.Name = "Humanoid"
  1807. wait(0.1)
  1808. lplayer.Character["1"]:Destroy()
  1809. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1810. lplayer.Character.Animate.Disabled = true
  1811. wait(0.1)
  1812. lplayer.Character.Animate.Disabled = false
  1813. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1814. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1815. lplayer.Character.Humanoid:EquipTool(v)
  1816. end
  1817. local function tp(player,player2)
  1818. local char1,char2=player.Character,player2.Character
  1819. if char1 and char2 then
  1820. char1:MoveTo(char2.Head.Position)
  1821. end
  1822. end
  1823. wait(0.1)
  1824. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1825. wait(0.2)
  1826. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1827. wait(0.5)
  1828. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1829. wait(0.6)
  1830. tp(lplayer, game:GetService("Players")[v.Name])
  1831. wait(0.4)
  1832. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1833. game:GetService("StarterGui"):SetCore("SendNotification", {
  1834. Title = "Tools needed!";
  1835. Text = "You need a tool in your backpack for this command!";
  1836. })
  1837. end
  1838. end
  1839. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1840. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1841. lplayer.Character.Humanoid.Name = 1
  1842. local l = lplayer.Character["1"]:Clone()
  1843. l.Parent = lplayer.Character
  1844. l.Name = "Humanoid"
  1845. wait(0.1)
  1846. lplayer.Character["1"]:Destroy()
  1847. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1848. lplayer.Character.Animate.Disabled = true
  1849. wait(0.1)
  1850. lplayer.Character.Animate.Disabled = false
  1851. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1852. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1853. lplayer.Character.Humanoid:EquipTool(v)
  1854. end
  1855. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1856. wait(0.3)
  1857. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1858. wait(0.4)
  1859. b = Instance.new("BodyForce")
  1860. b.Parent = lplayer.Character.HumanoidRootPart
  1861. b.Name = "Glitch"
  1862. b.Force = Vector3.new(100000000,5000,0)
  1863. game:GetService("StarterGui"):SetCore("SendNotification", {
  1864. Title = "Tools needed!";
  1865. Text = "You need a tool in your backpack for this command!";
  1866. })
  1867. end
  1868. end
  1869. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1870. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1871. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1872. b = Instance.new("BodyForce")
  1873. b.Parent = lplayer.Character.HumanoidRootPart
  1874. b.Name = "unGlitch"
  1875. b.Force = Vector3.new(0,-5000000,0)
  1876. wait(2)
  1877. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1878. end
  1879. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1880. lplayer.Character.Humanoid.Health = 0
  1881. wait(1)
  1882. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1883. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1884. end
  1885. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1886. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1887. game:GetService("StarterGui"):SetCore("SendNotification", {
  1888. Title = "Success!";
  1889. Text = "DEX Explorer has loaded.";
  1890. })
  1891. end
  1892. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1893. local Anim = Instance.new("Animation")
  1894. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1895. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1896. track:Play(.1, 1, 1)
  1897. end
  1898. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1899. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1900. game:GetService("StarterGui"):SetCore("SendNotification", {
  1901. Title = "Success!";
  1902. Text = "Energize Animations GUI has loaded.";
  1903. })
  1904. end
  1905. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1906. saved = lplayer.Character.HumanoidRootPart.CFrame
  1907. game:GetService("StarterGui"):SetCore("SendNotification", {
  1908. Title = "Position Saved";
  1909. Text = "Use ;loadpos to return to saved position.";
  1910. })
  1911. end
  1912. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1913. lplayer.Character.HumanoidRootPart.CFrame = saved
  1914. end
  1915. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1916. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1917. local Anim2 = Instance.new("Animation")
  1918. Anim2.AnimationId = "rbxassetid://148840371"
  1919. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1920. track2:Play(.1, 1, 1)
  1921. bplrr = v.Name
  1922. banpl = true
  1923. end
  1924. end
  1925. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1926. banpl = false
  1927. end
  1928. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1929. local function bringmodw()
  1930. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1931. if obj.Name == (string.sub(msg, 11)) then
  1932. for i,ch in pairs(obj:GetDescendants()) do
  1933. if (ch:IsA("BasePart")) then
  1934. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1935. ch.CanCollide = false
  1936. ch.Transparency = 0.7
  1937. wait()
  1938. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1939. wait()
  1940. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1941. wait()
  1942. ch.CFrame = lplayer.Character["Head"].CFrame
  1943. end
  1944. end
  1945. end
  1946. end
  1947. end
  1948. while wait() do
  1949. bringmodw()
  1950. end
  1951. game:GetService("StarterGui"):SetCore("SendNotification", {
  1952. Title = "BringMod";
  1953. Text = "BringMod enabled.";
  1954. })
  1955. end
  1956. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1957. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1958. local hum = Instance.new('Humanoid', mod)
  1959. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1960. lplayer.Character = mod
  1961. end
  1962. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1963. game:GetService'RunService'.Stepped:Connect(function()
  1964. pcall(function()
  1965. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1966. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1967. for _,x in pairs(v.Character.Head:GetChildren()) do
  1968. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1969. end
  1970. end
  1971. end
  1972. end)
  1973. end)
  1974. game:GetService("StarterGui"):SetCore("SendNotification", {
  1975. Title = "Attempting Shutdown";
  1976. Text = "Shutdown Attempt has begun.";
  1977. })
  1978. end
  1979. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1980. objtodel = (string.sub(msg, 9))
  1981. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1982. if v.Name == objtodel then
  1983. v:Destroy()
  1984. end
  1985. end
  1986. end
  1987. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1988. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1989. print(v)
  1990. end
  1991. game:GetService("StarterGui"):SetCore("SendNotification", {
  1992. Title = "Printed";
  1993. Text = "Players have been printed to console. (F9)";
  1994. })
  1995. end
  1996. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1997. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1998. if (v:IsA("Decal")) then
  1999. v:Destroy()
  2000. end
  2001. end
  2002. end
  2003. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  2004. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2005. game:GetService("StarterGui"):SetCore("SendNotification", {
  2006. Title = "Success!";
  2007. Text = "OpFinality GUI has loaded.";
  2008. })
  2009. end
  2010. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  2011. remotes = true
  2012. added = true
  2013. game.DescendantAdded:connect(function(rmt)
  2014. if added == true then
  2015. if remotes == true then
  2016. if rmt:IsA("RemoteEvent") then
  2017. print("A RemoteEvent was added!")
  2018. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2019. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2020. end end end
  2021. end)
  2022. game.DescendantAdded:connect(function(rmtfnctn)
  2023. if added == true then
  2024. if remotes == true then
  2025. if rmtfnctn:IsA("RemoteFunction") then
  2026. warn("A RemoteFunction was added!")
  2027. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2028. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2029. end end end
  2030. end)
  2031.  
  2032. game.DescendantAdded:connect(function(bndfnctn)
  2033. if added == true then
  2034. if binds == true then
  2035. if bndfnctn:IsA("BindableFunction") then
  2036. print("A BindableFunction was added!")
  2037. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  2038. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2039. end end end
  2040. end)
  2041.  
  2042. game.DescendantAdded:connect(function(bnd)
  2043. if added == true then
  2044. if binds == true then
  2045. if bnd:IsA("BindableEvent") then
  2046. warn("A BindableEvent was added!")
  2047. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  2048. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2049. end end end
  2050. end)
  2051.  
  2052.  
  2053. if binds == true then
  2054. for i,v in pairs(game:GetDescendants()) do
  2055. if v:IsA("BindableFunction") then
  2056. print(" game." .. v:GetFullName() .. " | BindableFunction")
  2057. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2058. end end
  2059. for i,v in pairs(game:GetDescendants()) do
  2060. if v:IsA("BindableEvent") then
  2061. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  2062. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2063. end end
  2064. else
  2065. print("Off")
  2066. end
  2067. if remotes == true then
  2068. for i,v in pairs(game:GetDescendants()) do
  2069. if v:IsA("RemoteFunction") then
  2070. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  2071. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2072. end end
  2073. wait()
  2074. for i,v in pairs(game:GetDescendants()) do
  2075. if v:IsA("RemoteEvent") then
  2076. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  2077. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2078. end end
  2079. else
  2080. print("Off")
  2081. end
  2082. game:GetService("StarterGui"):SetCore("SendNotification", {
  2083. Title = "Printing Remotes";
  2084. Text = "Type ;noremotes to disable.";
  2085. })
  2086. end
  2087. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  2088. remotes = false
  2089. added = false
  2090. game:GetService("StarterGui"):SetCore("SendNotification", {
  2091. Title = "Printing Remotes Disabled";
  2092. Text = "Type ;remotes to enable.";
  2093. })
  2094. end
  2095. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  2096. spin = false
  2097. followed = false
  2098. traill = false
  2099. noclip = false
  2100. annoying = false
  2101. hwalk = false
  2102. cbringing = false
  2103. end
  2104. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  2105. stopsitting = true
  2106. end
  2107. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  2108. stopsitting = false
  2109. end
  2110. if string.sub(msg, 1, 8) == (prefix.."version") then
  2111. print(adminversion)
  2112. game:GetService("StarterGui"):SetCore("SendNotification", {
  2113. Title = "Version";
  2114. Text = adminversion;
  2115. })
  2116. end
  2117. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  2118. clickgoto = true
  2119. game:GetService("StarterGui"):SetCore("SendNotification", {
  2120. Title = "Click TP";
  2121. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  2122. })
  2123. end
  2124. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  2125. clickdel = true
  2126. game:GetService("StarterGui"):SetCore("SendNotification", {
  2127. Title = "Click Delete";
  2128. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  2129. })
  2130. end
  2131. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  2132. clickdel = false
  2133. game:GetService("StarterGui"):SetCore("SendNotification", {
  2134. Title = "Click Delete";
  2135. Text = "Click delete has been disabled.";
  2136. })
  2137. end
  2138. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  2139. clickgoto = false
  2140. game:GetService("StarterGui"):SetCore("SendNotification", {
  2141. Title = "Click TP";
  2142. Text = "Click TP has been disabled.";
  2143. })
  2144. end
  2145. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  2146. gettingtools = true
  2147. game:GetService("StarterGui"):SetCore("SendNotification", {
  2148. Title = "Tools Enabled";
  2149. Text = "Automatically colleting tools dropped.";
  2150. })
  2151. end
  2152. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  2153. gettingtools = false
  2154. game:GetService("StarterGui"):SetCore("SendNotification", {
  2155. Title = "Tools Disabled";
  2156. Text = "Click TP has been disabled.";
  2157. })
  2158. end
  2159. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  2160. ScreenGui:Destroy()
  2161. end
  2162. if string.sub(msg, 1, 6) == (prefix.."reset") then
  2163. lplayer.Character.Head:Destroy()
  2164. end
  2165. if string.sub(msg, 1, 7) == (prefix.."state ") then
  2166. statechosen = string.sub(msg, 8)
  2167. changingstate = true
  2168. end
  2169. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  2170. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  2171. end
  2172. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  2173. removingmeshhats = true
  2174. end
  2175. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  2176. removingmeshhats = false
  2177. end
  2178. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  2179. removingmeshtool = true
  2180. end
  2181. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  2182. removingmeshtool = false
  2183. end
  2184. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  2185. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  2186. if v:IsA("Tool") then
  2187. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  2188. v.Parent = player.Character
  2189. end
  2190. end
  2191. end
  2192. end
  2193. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  2194. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  2195. if v:IsA("Tool") then
  2196. v.Parent = lplayer.Character
  2197. wait()
  2198. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  2199. v.Parent = player.Character
  2200. end
  2201. end
  2202. end
  2203. end
  2204. if string.sub(msg, 1, 5) == (prefix.."age ") then
  2205. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2206. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2207. end
  2208. end
  2209. if string.sub(msg, 1, 4) == (prefix.."id ") then
  2210. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2211. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2212. end
  2213. end
  2214. if string.sub(msg, 1, 6) == (prefix..".age ") then
  2215. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2216. game:GetService("StarterGui"):SetCore("SendNotification", {
  2217. Title = player.AccountAge.." Days";
  2218. Text = "Account age of "..player.Name;
  2219. })
  2220. end
  2221. end
  2222. if string.sub(msg, 1, 5) == (prefix..".id ") then
  2223. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2224. game:GetService("StarterGui"):SetCore("SendNotification", {
  2225. Title = player.UserId.." ID";
  2226. Text = "Account ID of "..player.Name;
  2227. })
  2228. end
  2229. end
  2230. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2231. game:GetService("StarterGui"):SetCore("SendNotification", {
  2232. Title = "Game ID";
  2233. Text = "Game ID: ".. game.GameId;
  2234. })
  2235. end
  2236. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2237. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2238. if pgscheck == true then
  2239. game:GetService("StarterGui"):SetCore("SendNotification", {
  2240. Title = "PGSPhysicsSolverEnabled";
  2241. Text = "PGS is Enabled!";
  2242. })
  2243. else
  2244. game:GetService("StarterGui"):SetCore("SendNotification", {
  2245. Title = "PGSPhysicsSolverEnabled";
  2246. Text = "PGS is Disabled!";
  2247. })
  2248. end
  2249. end
  2250. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2251. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2252. if v:IsA("Part") then
  2253. if v.Transparency == 1 then
  2254. if v.Name ~= "HumanoidRootPart" then
  2255. v:Destroy()
  2256. end
  2257. end
  2258. end
  2259. end
  2260. end
  2261. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2262. game:GetService("Lighting").FogStart = 0
  2263. game:GetService("Lighting").FogEnd = 9999999999999
  2264. end
  2265. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2266. lplayer.Character.Humanoid.Parent = lplayer
  2267. end
  2268. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2269. lplayer.Humanoid.Parent = lplayer.Character
  2270. end
  2271. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2272. prefix = (string.sub(msg, 9, 9))
  2273. wait(0.1)
  2274. change()
  2275. wait(0.1)
  2276. game:GetService("StarterGui"):SetCore("SendNotification", {
  2277. Title = "Prefix changed!";
  2278. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2279. })
  2280. end
  2281. if string.sub(msg, 1, 12) == (";resetprefix") then
  2282. prefix = ";"
  2283. wait(0.1)
  2284. change()
  2285. wait(0.1)
  2286. game:GetService("StarterGui"):SetCore("SendNotification", {
  2287. Title = "Prefix changed!";
  2288. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2289. })
  2290. end
  2291. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2292. speedfly = string.sub(msg, 11)
  2293. wait()
  2294. change()
  2295. end
  2296. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2297. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2298. local Anim3 = Instance.new("Animation")
  2299. Anim3.AnimationId = "rbxassetid://282574440"
  2300. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2301. track3:Play(.1, 1, 1)
  2302. bplrr = v.Name
  2303. banpl = true
  2304. end
  2305. end
  2306. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2307. banpl = false
  2308. end
  2309. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2310. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2311. staring = true
  2312. stareplr = v
  2313. end
  2314. end
  2315. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2316. staring = false
  2317. end
  2318. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2319. chatlogs = true
  2320. game:GetService("StarterGui"):SetCore("SendNotification", {
  2321. Title = "LogChat enabled";
  2322. Text = "Now logging all player chat.";
  2323. })
  2324. end
  2325. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2326. chatlogs = false
  2327. game:GetService("StarterGui"):SetCore("SendNotification", {
  2328. Title = "LogChat disabled";
  2329. Text = "Stopped logging all player chat.";
  2330. })
  2331. end
  2332. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2333. game:GetService("Workspace").CurrentCamera:Destroy()
  2334. wait(0.1)
  2335. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2336. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2337. lplayer.CameraMinZoomDistance = 0.5
  2338. lplayer.CameraMaxZoomDistance = 400
  2339. lplayer.CameraMode = "Classic"
  2340. end
  2341. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2342. changingstate = false
  2343. end
  2344. end)
  2345.  
  2346. local function tp()
  2347. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2348. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2349. if player.Name == brplr then
  2350. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2351. end
  2352. end
  2353. end
  2354. end
  2355. local function tpall()
  2356. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2357. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2358. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2359. end
  2360. end
  2361. end
  2362. spawn(function()
  2363. while wait(spamdelay) do
  2364. if spamming == true then
  2365. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2366. end
  2367. end
  2368. end)
  2369. spawn(function()
  2370. while wait(spamdelay) do
  2371. if spammingpm == true then
  2372. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2373. end
  2374. end
  2375. end)
  2376. spawn(function()
  2377. while wait() do
  2378. if cbring == true then
  2379. tp()
  2380. end
  2381. end
  2382. end)
  2383. spawn(function()
  2384. while wait() do
  2385. if cbringall == true then
  2386. tpall()
  2387. end
  2388. end
  2389. end)
  2390.  
  2391. Mouse.KeyDown:connect(function(Key)
  2392. if Key == prefix then
  2393. CMDBAR:CaptureFocus()
  2394. end
  2395. end)
  2396.  
  2397. CMDBAR.FocusLost:connect(function(enterPressed)
  2398. if enterPressed then
  2399. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2400. if string.sub(CMDBAR.Text, 6) == "me" then
  2401. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2402. else
  2403. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2404. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2405. lplayer.Character.Humanoid.Name = 1
  2406. local l = lplayer.Character["1"]:Clone()
  2407. l.Parent = lplayer.Character
  2408. l.Name = "Humanoid"
  2409. wait(0.1)
  2410. lplayer.Character["1"]:Destroy()
  2411. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2412. lplayer.Character.Animate.Disabled = true
  2413. wait(0.1)
  2414. lplayer.Character.Animate.Disabled = false
  2415. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2416. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2417. lplayer.Character.Humanoid:EquipTool(v)
  2418. end
  2419. local function tp(player,player2)
  2420. local char1,char2=player.Character,player2.Character
  2421. if char1 and char2 then
  2422. char1:MoveTo(char2.Head.Position)
  2423. end
  2424. end
  2425. wait(0.1)
  2426. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2427. wait(0.2)
  2428. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2429. wait(0.5)
  2430. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2431. wait(0.7)
  2432. tp(lplayer,game:GetService("Players")[v.Name])
  2433. wait(0.7)
  2434. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2435. game:GetService("StarterGui"):SetCore("SendNotification", {
  2436. Title = "Tools needed!";
  2437. Text = "You need a tool in your backpack for this command!";
  2438. })
  2439. end
  2440. end
  2441. end
  2442. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2443. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2444. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2445. lplayer.Character.Humanoid.Name = 1
  2446. local l = lplayer.Character["1"]:Clone()
  2447. l.Parent = lplayer.Character
  2448. l.Name = "Humanoid"
  2449. wait(0.1)
  2450. lplayer.Character["1"]:Destroy()
  2451. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2452. lplayer.Character.Animate.Disabled = true
  2453. wait(0.1)
  2454. lplayer.Character.Animate.Disabled = false
  2455. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2456. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2457. lplayer.Character.Humanoid:EquipTool(v)
  2458. end
  2459. local function tp(player,player2)
  2460. local char1,char2=player.Character,player2.Character
  2461. if char1 and char2 then
  2462. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2463. end
  2464. end
  2465. local function getout(player,player2)
  2466. local char1,char2=player.Character,player2.Character
  2467. if char1 and char2 then
  2468. char1:MoveTo(char2.Head.Position)
  2469. end
  2470. end
  2471. tp(game:GetService("Players")[v.Name], lplayer)
  2472. wait(0.2)
  2473. tp(game:GetService("Players")[v.Name], lplayer)
  2474. wait(0.5)
  2475. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2476. wait(0.5)
  2477. getout(lplayer, game:GetService("Players")[v.Name])
  2478. wait(0.3)
  2479. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2480. game:GetService("StarterGui"):SetCore("SendNotification", {
  2481. Title = "Tools needed!";
  2482. Text = "You need a tool in your backpack for this command!";
  2483. })
  2484. end
  2485. end
  2486. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2487. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2488. lplayer.Character.Humanoid.Name = 1
  2489. local l = lplayer.Character["1"]:Clone()
  2490. l.Parent = lplayer.Character
  2491. l.Name = "Humanoid"
  2492. wait(0.1)
  2493. lplayer.Character["1"]:Destroy()
  2494. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2495. lplayer.Character.Animate.Disabled = true
  2496. wait(0.1)
  2497. lplayer.Character.Animate.Disabled = false
  2498. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2499. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2500. lplayer.Character.Humanoid:EquipTool(v)
  2501. end
  2502. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2503. spinplr = v
  2504. wait(0.5)
  2505. spin = true
  2506. game:GetService("StarterGui"):SetCore("SendNotification", {
  2507. Title = "Tools needed!";
  2508. Text = "You need a tool in your backpack for this command!";
  2509. })
  2510. end
  2511. end
  2512. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2513. spin = false
  2514. end
  2515. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2516. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2517. lplayer.Character.Humanoid.Name = 1
  2518. local l = lplayer.Character["1"]:Clone()
  2519. l.Parent = lplayer.Character
  2520. l.Name = "Humanoid"
  2521. wait(0.1)
  2522. lplayer.Character["1"]:Destroy()
  2523. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2524. lplayer.Character.Animate.Disabled = true
  2525. wait(0.1)
  2526. lplayer.Character.Animate.Disabled = false
  2527. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2528. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2529. lplayer.Character.Humanoid:EquipTool(v)
  2530. end
  2531. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2532. wait(0.3)
  2533. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2534. attplr = v
  2535. game:GetService("StarterGui"):SetCore("SendNotification", {
  2536. Title = "Tools needed!";
  2537. Text = "You need a tool in your backpack for this command!";
  2538. })
  2539. end
  2540. end
  2541. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2542. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2543. local function getout(player,player2)
  2544. local char1,char2=player.Character,player2.Character
  2545. if char1 and char2 then
  2546. char1:MoveTo(char2.Head.Position)
  2547. end
  2548. end
  2549. getout(lplayer, game:GetService("Players")[v.Name])
  2550. end
  2551. end
  2552. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2553. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2554. followed = true
  2555. flwplr = v
  2556. end
  2557. end
  2558. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2559. followed = false
  2560. end
  2561. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2562. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2563. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2564. lplayer.Character.Humanoid.Name = 1
  2565. local l = lplayer.Character["1"]:Clone()
  2566. l.Parent = lplayer.Character
  2567. l.Name = "Humanoid"
  2568. wait(0.1)
  2569. lplayer.Character["1"]:Destroy()
  2570. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2571. lplayer.Character.Animate.Disabled = true
  2572. wait(0.1)
  2573. lplayer.Character.Animate.Disabled = false
  2574. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2575. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2576. lplayer.Character.Humanoid:EquipTool(v)
  2577. end
  2578. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2579. wait(0.2)
  2580. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2581. wait(0.6)
  2582. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2583. wait(0.6)
  2584. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2585. game:GetService("StarterGui"):SetCore("SendNotification", {
  2586. Title = "Tools needed!";
  2587. Text = "You need a tool in your backpack for this command!";
  2588. })
  2589. end
  2590. end
  2591. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2592. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2593. traill = true
  2594. trlplr = v
  2595. end
  2596. end
  2597. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2598. traill = false
  2599. end
  2600. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2601. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2602. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2603. else
  2604. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2605. local o = Instance.new("RocketPropulsion")
  2606. o.Parent = lplayer.Character.HumanoidRootPart
  2607. o.Name = "Orbit"
  2608. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2609. o:Fire()
  2610. noclip = true
  2611. end
  2612. end
  2613. end
  2614. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2615. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2616. noclip = false
  2617. end
  2618. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2619. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2620. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2621. else
  2622. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2623. local y = Instance.new("RocketPropulsion")
  2624. y.Parent = lplayer.Character.HumanoidRootPart
  2625. y.CartoonFactor = 1
  2626. y.MaxThrust = 800000
  2627. y.MaxSpeed = 1000
  2628. y.ThrustP = 200000
  2629. y.Name = "Fling"
  2630. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2631. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2632. y:Fire()
  2633. noclip = true
  2634. end
  2635. end
  2636. end
  2637. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2638. noclip = false
  2639. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2640. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2641. wait(0.4)
  2642. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2643. end
  2644. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2645. if game:GetService("Workspace").FilteringEnabled == true then
  2646. warn("FE is Enabled (Filtering Enabled)")
  2647. game:GetService("StarterGui"):SetCore("SendNotification", {
  2648. Title = "FE is Enabled";
  2649. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2650. })
  2651. else
  2652. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2653. game:GetService("StarterGui"):SetCore("SendNotification", {
  2654. Title = "FE is Disabled";
  2655. Text = "Filtering Disabled. Consider using a different admin script.";
  2656. })
  2657. end
  2658. end
  2659. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2660. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2661. lplayer.Character.Humanoid.Name = 1
  2662. local l = lplayer.Character["1"]:Clone()
  2663. l.Parent = lplayer.Character
  2664. l.Name = "Humanoid"
  2665. wait(0.1)
  2666. lplayer.Character["1"]:Destroy()
  2667. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2668. lplayer.Character.Animate.Disabled = true
  2669. wait(0.1)
  2670. lplayer.Character.Animate.Disabled = false
  2671. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2672. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2673. lplayer.Character.Humanoid:EquipTool(v)
  2674. end
  2675. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2676. wait(0.2)
  2677. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2678. wait(0.6)
  2679. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2680. game:GetService("StarterGui"):SetCore("SendNotification", {
  2681. Title = "Tools needed!";
  2682. Text = "You need a tool in your backpack for this command!";
  2683. })
  2684. end
  2685. end
  2686. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2687. noclip = true
  2688. game:GetService("StarterGui"):SetCore("SendNotification", {
  2689. Title = "Noclip enabled";
  2690. Text = "Type ;clip to disable";
  2691. })
  2692. end
  2693. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2694. noclip = false
  2695. game:GetService("StarterGui"):SetCore("SendNotification", {
  2696. Title = "Noclip disabled";
  2697. Text = "Type ;noclip to enable";
  2698. })
  2699. end
  2700. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2701. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2702. end
  2703. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2704. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2705. end
  2706. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2707. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2708. end
  2709. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2710. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2711. end
  2712. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2713. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2714. end
  2715. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2716. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2717. end
  2718. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2719. lplayer.Character.Humanoid.JumpPower = 50
  2720. lplayer.Character.Humanoid.WalkSpeed = 16
  2721. lplayer.Character.Humanoid.HipHeight = 0
  2722. end
  2723. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2724. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2725. annoying = true
  2726. annplr = v
  2727. end
  2728. end
  2729. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2730. annoying = false
  2731. end
  2732. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2733. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2734. hwalk = true
  2735. hdwplr = v
  2736. end
  2737. end
  2738. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2739. hwalk = false
  2740. end
  2741. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2742. lplayer.Character["Left Leg"]:Destroy()
  2743. lplayer.Character["Left Arm"]:Destroy()
  2744. lplayer.Character["Right Leg"]:Destroy()
  2745. lplayer.Character["Right Arm"]:Destroy()
  2746. end
  2747. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2748. lplayer.Character.Humanoid.Name = 1
  2749. local l = lplayer.Character["1"]:Clone()
  2750. l.Parent = lplayer.Character
  2751. l.Name = "Humanoid"
  2752. wait(0.1)
  2753. lplayer.Character["1"]:Destroy()
  2754. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2755. lplayer.Character.Animate.Disabled = true
  2756. wait(0.1)
  2757. lplayer.Character.Animate.Disabled = false
  2758. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2759. game:GetService("StarterGui"):SetCore("SendNotification", {
  2760. Title = "FE Godmode enabled";
  2761. Text = "Use ;grespawn or ;respawn to remove.";
  2762. })
  2763. end
  2764. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2765. for i,v in pairs(lplayer.Character:GetChildren()) do
  2766. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2767. v.Parent = workspace
  2768. end
  2769. end
  2770. end
  2771. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2772. for i,v in pairs(lplayer.Character:GetChildren()) do
  2773. if (v:IsA("Tool")) then
  2774. v.Parent = workspace
  2775. end
  2776. end
  2777. end
  2778. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2779. droppinghats = true
  2780. game:GetService("StarterGui"):SetCore("SendNotification", {
  2781. Title = "Loop Drop Enabled";
  2782. Text = "Type ;unloopdhats to disable";
  2783. })
  2784. end
  2785. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2786. droppinghats = false
  2787. game:GetService("StarterGui"):SetCore("SendNotification", {
  2788. Title = "Loop Drop Disabled";
  2789. Text = "Type ;loopdhats to enable.";
  2790. })
  2791. end
  2792. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2793. droppingtools = true
  2794. game:GetService("StarterGui"):SetCore("SendNotification", {
  2795. Title = "Loop Drop Enabled";
  2796. Text = "Type ;unloopdtool to disable";
  2797. })
  2798. end
  2799. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2800. droppingtools = false
  2801. game:GetService("StarterGui"):SetCore("SendNotification", {
  2802. Title = "Loop Drop Disabled";
  2803. Text = "Type ;loopdtool to enable.";
  2804. })
  2805. end
  2806. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2807. Local = game:GetService('Players').LocalPlayer
  2808. Char = Local.Character
  2809. touched,tpdback = false, false
  2810. box = Instance.new('Part',workspace)
  2811. box.Anchored = true
  2812. box.CanCollide = true
  2813. box.Size = Vector3.new(10,1,10)
  2814. box.Position = Vector3.new(0,10000,0)
  2815. box.Touched:connect(function(part)
  2816. if (part.Parent.Name == Local.Name) then
  2817. if touched == false then
  2818. touched = true
  2819. function apply()
  2820. if script.Disabled ~= true then
  2821. no = Char.HumanoidRootPart:Clone()
  2822. wait(.25)
  2823. Char.HumanoidRootPart:Destroy()
  2824. no.Parent = Char
  2825. Char:MoveTo(loc)
  2826. touched = false
  2827. end end
  2828. if Char then
  2829. apply()
  2830. end
  2831. end
  2832. end
  2833. end)
  2834. repeat wait() until Char
  2835. loc = Char.HumanoidRootPart.Position
  2836. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2837. game:GetService("StarterGui"):SetCore("SendNotification", {
  2838. Title = "Invisibility enabled!";
  2839. Text = "Reset or use ;respawn to remove.";
  2840. })
  2841. end
  2842. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2843. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2844. if game:GetService("Players")[v.Name].Character.Humanoid then
  2845. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2846. else
  2847. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2848. end
  2849. end
  2850. end
  2851. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2852. if lplayer.Character.Humanoid then
  2853. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2854. else
  2855. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2856. end
  2857. end
  2858. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2859. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2860. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2861. end
  2862. end
  2863. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2864. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2865. repeat wait() until Mouse
  2866.  
  2867. local T = lplayer.Character.HumanoidRootPart
  2868. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2869. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2870. local SPEED = speedget
  2871.  
  2872. local function fly()
  2873. flying = true
  2874. local BG = Instance.new('BodyGyro', T)
  2875. local BV = Instance.new('BodyVelocity', T)
  2876. BG.P = 9e4
  2877. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2878. BG.cframe = T.CFrame
  2879. BV.velocity = Vector3.new(0, 0.1, 0)
  2880. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2881. spawn(function()
  2882. repeat wait()
  2883. lplayer.Character.Humanoid.PlatformStand = true
  2884. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2885. SPEED = 50
  2886. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2887. SPEED = 0
  2888. end
  2889. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2890. 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
  2891. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2892. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2893. 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
  2894. else
  2895. BV.velocity = Vector3.new(0, 0.1, 0)
  2896. end
  2897. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2898. until not flying
  2899. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2900. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2901. SPEED = 0
  2902. BG:destroy()
  2903. BV:destroy()
  2904. lplayer.Character.Humanoid.PlatformStand = false
  2905. end)
  2906. end
  2907. Mouse.KeyDown:connect(function(KEY)
  2908. if KEY:lower() == 'w' then
  2909. CONTROL.F = speedfly
  2910. elseif KEY:lower() == 's' then
  2911. CONTROL.B = -speedfly
  2912. elseif KEY:lower() == 'a' then
  2913. CONTROL.L = -speedfly
  2914. elseif KEY:lower() == 'd' then
  2915. CONTROL.R = speedfly
  2916. end
  2917. end)
  2918. Mouse.KeyUp:connect(function(KEY)
  2919. if KEY:lower() == 'w' then
  2920. CONTROL.F = 0
  2921. elseif KEY:lower() == 's' then
  2922. CONTROL.B = 0
  2923. elseif KEY:lower() == 'a' then
  2924. CONTROL.L = 0
  2925. elseif KEY:lower() == 'd' then
  2926. CONTROL.R = 0
  2927. end
  2928. end)
  2929. fly()
  2930. end
  2931. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2932. flying = false
  2933. lplayer.Character.Humanoid.PlatformStand = false
  2934. end
  2935. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2936. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2937. end
  2938. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2939. spamtext = (string.sub(CMDBAR.Text, 6))
  2940. spamming = true
  2941. end
  2942. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2943. spamming = false
  2944. end
  2945. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2946. spamdelay = (string.sub(CMDBAR.Text, 10))
  2947. end
  2948. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2949. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2950. pmspammed = v.Name
  2951. spammingpm = true
  2952. end
  2953. end
  2954. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2955. spammingpm = false
  2956. end
  2957. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2958. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2959. v.Character["Left Leg"].Anchored = true
  2960. v.Character["Left Arm"].Anchored = true
  2961. v.Character["Right Leg"].Anchored = true
  2962. v.Character["Right Arm"].Anchored = true
  2963. v.Character.Torso.Anchored = true
  2964. v.Character.Head.Anchored = true
  2965. end
  2966. end
  2967. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2968. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2969. v.Character["Left Leg"].Anchored = false
  2970. v.Character["Left Arm"].Anchored = false
  2971. v.Character["Right Leg"].Anchored = false
  2972. v.Character["Right Arm"].Anchored = false
  2973. v.Character.Torso.Anchored = false
  2974. v.Character.Head.Anchored = false
  2975. end
  2976. end
  2977. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2978. local a = game:GetService("Workspace"):getChildren()
  2979. for i = 1, #a do
  2980. if a[i].className == "Part" then
  2981. a[i].Locked = false
  2982. elseif a[i].className == "Model" then
  2983. local r = a[i]:getChildren()
  2984. for i = 1, #r do
  2985. if r[i].className == "Part" then
  2986. r[i].Locked = false
  2987. end
  2988. end
  2989. end
  2990. end
  2991. game:GetService("StarterGui"):SetCore("SendNotification", {
  2992. Title = "Success!";
  2993. Text = "Workspace unlocked. Use ;lockws to lock.";
  2994. })
  2995. end
  2996. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2997. local a = game:GetService("Workspace"):getChildren()
  2998. for i = 1, #a do
  2999. if a[i].className == "Part" then
  3000. a[i].Locked = true
  3001. elseif a[i].className == "Model" then
  3002. local r = a[i]:getChildren()
  3003. for i = 1, #r do
  3004. if r[i].className == "Part" then
  3005. r[i].Locked = true
  3006. end
  3007. end
  3008. end
  3009. end
  3010. end
  3011. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  3012. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  3013. Clone_T.BinType = "Clone"
  3014. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  3015. Destruct.BinType = "Hammer"
  3016. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  3017. Hold_T.BinType = "Grab"
  3018. end
  3019. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  3020. lplayer.Character.Humanoid.PlatformStand = true
  3021. end
  3022. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  3023. lplayer.Character.Humanoid.PlatformStand = false
  3024. end
  3025. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  3026. lplayer.Character.Head.Mesh:Destroy()
  3027. end
  3028. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  3029. lplayer.Character.Humanoid.Sit = true
  3030. end
  3031. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  3032. local function bringobjw()
  3033. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3034. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3035. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3036. obj.CanCollide = false
  3037. obj.Transparency = 0.7
  3038. wait()
  3039. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  3040. wait()
  3041. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  3042. wait()
  3043. obj.CFrame = lplayer.Character["Head"].CFrame
  3044. end
  3045. end
  3046. end
  3047. while wait() do
  3048. bringobjw()
  3049. end
  3050. game:GetService("StarterGui"):SetCore("SendNotification", {
  3051. Title = "BringObj";
  3052. Text = "BringObj enabled.";
  3053. })
  3054. end
  3055. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  3056. vis = (string.sub(CMDBAR.Text, 7))
  3057. local a = game:GetService("Workspace"):GetDescendants()
  3058. for i = 1, #a do
  3059. if a[i].className == "Part" then
  3060. a[i].Transparency = vis
  3061. elseif a[i].className == "Model" then
  3062. local r = a[i]:getChildren()
  3063. for i = 1, #r do
  3064. if r[i].className == "Part" then
  3065. r[i].Transparency = vis
  3066. end
  3067. end
  3068. end
  3069. end
  3070. end
  3071. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  3072. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3073. game:GetService("StarterGui"):SetCore("SendNotification", {
  3074. Title = "Success!";
  3075. Text = "HyperTotal GUI Loaded!";
  3076. })
  3077. end
  3078. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  3079. CMDSFRAME.Visible = true
  3080. end
  3081. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  3082. for i,v in pairs(lplayer.Character:GetChildren()) do
  3083. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3084. v.Handle.Mesh:Destroy()
  3085. end
  3086. end
  3087. end
  3088. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  3089. for i,v in pairs(lplayer.Character:GetChildren()) do
  3090. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3091. v.Handle.Mesh:Destroy()
  3092. end
  3093. end
  3094. end
  3095. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  3096. for i,v in pairs(lplayer.Character:GetChildren()) do
  3097. if (v:IsA("Tool")) then
  3098. v.Handle.Mesh:Destroy()
  3099. end
  3100. end
  3101. end
  3102. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  3103. for i,v in pairs(lplayer.Character:GetChildren()) do
  3104. if (v:IsA("Tool")) then
  3105. v.Handle.Mesh:Destroy()
  3106. end
  3107. end
  3108. end
  3109. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  3110. local p = Instance.new("RocketPropulsion")
  3111. p.Parent = lplayer.Character.HumanoidRootPart
  3112. p.Name = "Spinner"
  3113. p.Target = lplayer.Character["Left Arm"]
  3114. p:Fire()
  3115. game:GetService("StarterGui"):SetCore("SendNotification", {
  3116. Title = "Spinner enabled";
  3117. Text = "Type ;nospinner to disable.";
  3118. })
  3119. end
  3120. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  3121. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3122. end
  3123. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  3124. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3125. if v:isA("Tool") then
  3126. local a = Instance.new("SelectionBox",v.Handle)
  3127. a.Adornee = v.Handle
  3128. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3129. v.GripPos = Vector3.new(0,0,0)
  3130. lplayer.Character.Humanoid:UnequipTools()
  3131. end
  3132. end
  3133. game:GetService("StarterGui"):SetCore("SendNotification", {
  3134. Title = "Reach applied!";
  3135. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3136. })
  3137. end
  3138. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  3139. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3140. if v:isA("Tool") then
  3141. local a = Instance.new("SelectionBox",v.Handle)
  3142. a.Name = "Reach"
  3143. a.Adornee = v.Handle
  3144. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  3145. v.GripPos = Vector3.new(0,0,0)
  3146. lplayer.Character.Humanoid:UnequipTools()
  3147. end
  3148. end
  3149. game:GetService("StarterGui"):SetCore("SendNotification", {
  3150. Title = "Reach applied!";
  3151. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3152. })
  3153. end
  3154. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  3155. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3156. if v:isA("Tool") then
  3157. v.Handle.Reach:Destroy()
  3158. end
  3159. end
  3160. game:GetService("StarterGui"):SetCore("SendNotification", {
  3161. Title = "Reach removed!";
  3162. Text = "Removed reach from equipped sword.";
  3163. })
  3164. end
  3165. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  3166. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3167. lplayer.Character.Humanoid.Name = 1
  3168. local l = lplayer.Character["1"]:Clone()
  3169. l.Parent = lplayer.Character
  3170. l.Name = "Humanoid"
  3171. wait(0.1)
  3172. lplayer.Character["1"]:Destroy()
  3173. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3174. lplayer.Character.Animate.Disabled = true
  3175. wait(0.1)
  3176. lplayer.Character.Animate.Disabled = false
  3177. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3178. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3179. lplayer.Character.Humanoid:EquipTool(v)
  3180. end
  3181. wait(0.1)
  3182. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3183. wait(0.2)
  3184. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3185. wait(0.5)
  3186. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3187. game:GetService("StarterGui"):SetCore("SendNotification", {
  3188. Title = "Tools needed!";
  3189. Text = "You need a tool in your backpack for this command!";
  3190. })
  3191. end
  3192. end
  3193. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  3194. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3195. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3196. end
  3197. end
  3198. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  3199. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  3200. cbringall = true
  3201. else
  3202. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3203. brplr = v.Name
  3204. end
  3205. end
  3206. cbring = true
  3207. end
  3208. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3209. cbring = false
  3210. cbringall = false
  3211. end
  3212. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3213. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3214. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3215. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3216. lplayer.Character.Humanoid.Name = 1
  3217. local l = lplayer.Character["1"]:Clone()
  3218. l.Parent = lplayer.Character
  3219. l.Name = "Humanoid"
  3220. wait(0.1)
  3221. lplayer.Character["1"]:Destroy()
  3222. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3223. lplayer.Character.Animate.Disabled = true
  3224. wait(0.1)
  3225. lplayer.Character.Animate.Disabled = false
  3226. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3227. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3228. lplayer.Character.Humanoid:EquipTool(v)
  3229. end
  3230. local function tp(player,player2)
  3231. local char1,char2=player.Character,player2.Character
  3232. if char1 and char2 then
  3233. char1:MoveTo(char2.Head.Position)
  3234. end
  3235. end
  3236. wait(0.1)
  3237. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3238. wait(0.2)
  3239. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3240. wait(0.5)
  3241. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3242. wait(0.6)
  3243. tp(lplayer, game:GetService("Players")[v.Name])
  3244. wait(0.4)
  3245. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3246. game:GetService("StarterGui"):SetCore("SendNotification", {
  3247. Title = "Tools needed!";
  3248. Text = "You need a tool in your backpack for this command!";
  3249. })
  3250. end
  3251. end
  3252. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3253. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3254. lplayer.Character.Humanoid.Name = 1
  3255. local l = lplayer.Character["1"]:Clone()
  3256. l.Parent = lplayer.Character
  3257. l.Name = "Humanoid"
  3258. wait(0.1)
  3259. lplayer.Character["1"]:Destroy()
  3260. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3261. lplayer.Character.Animate.Disabled = true
  3262. wait(0.1)
  3263. lplayer.Character.Animate.Disabled = false
  3264. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3265. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3266. lplayer.Character.Humanoid:EquipTool(v)
  3267. end
  3268. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3269. wait(0.3)
  3270. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3271. wait(0.4)
  3272. b = Instance.new("BodyForce")
  3273. b.Parent = lplayer.Character.HumanoidRootPart
  3274. b.Name = "Glitch"
  3275. b.Force = Vector3.new(100000000,5000,0)
  3276. game:GetService("StarterGui"):SetCore("SendNotification", {
  3277. Title = "Tools needed!";
  3278. Text = "You need a tool in your backpack for this command!";
  3279. })
  3280. end
  3281. end
  3282. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3283. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3284. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3285. b = Instance.new("BodyForce")
  3286. b.Parent = lplayer.Character.HumanoidRootPart
  3287. b.Name = "unGlitch"
  3288. b.Force = Vector3.new(0,-5000000,0)
  3289. wait(2)
  3290. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3291. end
  3292. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3293. lplayer.Character.Humanoid.Health = 0
  3294. wait(1)
  3295. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3296. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3297. end
  3298. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3299. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3300. game:GetService("StarterGui"):SetCore("SendNotification", {
  3301. Title = "Success!";
  3302. Text = "DEX Explorer has loaded.";
  3303. })
  3304. end
  3305. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3306. local Anim = Instance.new("Animation")
  3307. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3308. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3309. track:Play(.1, 1, 1)
  3310. end
  3311. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3312. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3313. game:GetService("StarterGui"):SetCore("SendNotification", {
  3314. Title = "Success!";
  3315. Text = "Energize Animations GUI has loaded.";
  3316. })
  3317. end
  3318. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3319. saved = lplayer.Character.HumanoidRootPart.CFrame
  3320. game:GetService("StarterGui"):SetCore("SendNotification", {
  3321. Title = "Position Saved";
  3322. Text = "Use ;loadpos to return to saved position.";
  3323. })
  3324. end
  3325. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3326. lplayer.Character.HumanoidRootPart.CFrame = saved
  3327. end
  3328. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3329. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3330. local Anim2 = Instance.new("Animation")
  3331. Anim2.AnimationId = "rbxassetid://148840371"
  3332. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3333. track2:Play(.1, 1, 1)
  3334. bplrr = v.Name
  3335. banpl = true
  3336. end
  3337. end
  3338. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3339. banpl = false
  3340. end
  3341. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3342. local function bringmodw()
  3343. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3344. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3345. for i,ch in pairs(obj:GetDescendants()) do
  3346. if (ch:IsA("BasePart")) then
  3347. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3348. ch.CanCollide = false
  3349. ch.Transparency = 0.7
  3350. wait()
  3351. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3352. wait()
  3353. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3354. wait()
  3355. ch.CFrame = lplayer.Character["Head"].CFrame
  3356. end
  3357. end
  3358. end
  3359. end
  3360. end
  3361. while wait() do
  3362. bringmodw()
  3363. end
  3364. game:GetService("StarterGui"):SetCore("SendNotification", {
  3365. Title = "BringMod";
  3366. Text = "BringMod enabled.";
  3367. })
  3368. end
  3369. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3370. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3371. local hum = Instance.new('Humanoid', mod)
  3372. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3373. lplayer.Character = mod
  3374. end
  3375. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3376. game:GetService'RunService'.Stepped:Connect(function()
  3377. pcall(function()
  3378. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3379. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3380. for _,x in pairs(v.Character.Head:GetChildren()) do
  3381. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3382. end
  3383. end
  3384. end
  3385. end)
  3386. end)
  3387. game:GetService("StarterGui"):SetCore("SendNotification", {
  3388. Title = "Attempting Shutdown";
  3389. Text = "Shutdown Attempt has begun.";
  3390. })
  3391. end
  3392. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3393. objtodel = (string.sub(CMDBAR.Text, 8))
  3394. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3395. if v.Name == objtodel then
  3396. v:Destroy()
  3397. end
  3398. end
  3399. end
  3400. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3401. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3402. print(v)
  3403. end
  3404. game:GetService("StarterGui"):SetCore("SendNotification", {
  3405. Title = "Printed";
  3406. Text = "Players have been printed to console. (F9)";
  3407. })
  3408. end
  3409. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3410. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3411. if (v:IsA("Decal")) then
  3412. v:Destroy()
  3413. end
  3414. end
  3415. end
  3416. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3417. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3418. game:GetService("StarterGui"):SetCore("SendNotification", {
  3419. Title = "Success!";
  3420. Text = "OpFinality GUI has loaded.";
  3421. })
  3422. end
  3423. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3424. remotes = true
  3425. added = true
  3426. game.DescendantAdded:connect(function(rmt)
  3427. if added == true then
  3428. if remotes == true then
  3429. if rmt:IsA("RemoteEvent") then
  3430. print("A RemoteEvent was added!")
  3431. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3432. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3433. end end end
  3434. end)
  3435. game.DescendantAdded:connect(function(rmtfnctn)
  3436. if added == true then
  3437. if remotes == true then
  3438. if rmtfnctn:IsA("RemoteFunction") then
  3439. warn("A RemoteFunction was added!")
  3440. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3441. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3442. end end end
  3443. end)
  3444.  
  3445. game.DescendantAdded:connect(function(bndfnctn)
  3446. if added == true then
  3447. if binds == true then
  3448. if bndfnctn:IsA("BindableFunction") then
  3449. print("A BindableFunction was added!")
  3450. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3451. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3452. end end end
  3453. end)
  3454.  
  3455. game.DescendantAdded:connect(function(bnd)
  3456. if added == true then
  3457. if binds == true then
  3458. if bnd:IsA("BindableEvent") then
  3459. warn("A BindableEvent was added!")
  3460. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3461. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3462. end end end
  3463. end)
  3464.  
  3465.  
  3466. if binds == true then
  3467. for i,v in pairs(game:GetDescendants()) do
  3468. if v:IsA("BindableFunction") then
  3469. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3470. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3471. end end
  3472. for i,v in pairs(game:GetDescendants()) do
  3473. if v:IsA("BindableEvent") then
  3474. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3475. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3476. end end
  3477. else
  3478. print("Off")
  3479. end
  3480. if remotes == true then
  3481. for i,v in pairs(game:GetDescendants()) do
  3482. if v:IsA("RemoteFunction") then
  3483. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3484. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3485. end end
  3486. wait()
  3487. for i,v in pairs(game:GetDescendants()) do
  3488. if v:IsA("RemoteEvent") then
  3489. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3490. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3491. end end
  3492. else
  3493. print("Off")
  3494. end
  3495. game:GetService("StarterGui"):SetCore("SendNotification", {
  3496. Title = "Printing Remotes";
  3497. Text = "Type ;noremotes to disable.";
  3498. })
  3499. end
  3500. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3501. remotes = false
  3502. added = false
  3503. game:GetService("StarterGui"):SetCore("SendNotification", {
  3504. Title = "Printing Remotes Disabled";
  3505. Text = "Type ;remotes to enable.";
  3506. })
  3507. end
  3508. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3509. spin = false
  3510. followed = false
  3511. traill = false
  3512. noclip = false
  3513. annoying = false
  3514. hwalk = false
  3515. cbringing = false
  3516. end
  3517. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3518. stopsitting = true
  3519. end
  3520. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3521. stopsitting = false
  3522. end
  3523. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3524. print(adminversion)
  3525. game:GetService("StarterGui"):SetCore("SendNotification", {
  3526. Title = "Version";
  3527. Text = adminversion;
  3528. })
  3529. end
  3530. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3531. clickgoto = true
  3532. game:GetService("StarterGui"):SetCore("SendNotification", {
  3533. Title = "Click TP";
  3534. Text = "Press E to teleport to mouse position";
  3535. })
  3536. end
  3537. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3538. clickgoto = false
  3539. game:GetService("StarterGui"):SetCore("SendNotification", {
  3540. Title = "Click TP";
  3541. Text = "Click TP has been disabled.";
  3542. })
  3543. end
  3544. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3545. gettingtools = true
  3546. game:GetService("StarterGui"):SetCore("SendNotification", {
  3547. Title = "Tools Enabled";
  3548. Text = "Automatically colleting tools dropped.";
  3549. })
  3550. end
  3551. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3552. gettingtools = false
  3553. game:GetService("StarterGui"):SetCore("SendNotification", {
  3554. Title = "Tools Disabled";
  3555. Text = "Click TP has been disabled.";
  3556. })
  3557. end
  3558. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3559. ScreenGui:Destroy()
  3560. end
  3561. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3562. lplayer.Character.Head:Destroy()
  3563. end
  3564. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3565. statechosen = string.sub(CMDBAR.Text, 7)
  3566. changingstate = true
  3567. end
  3568. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3569. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3570. end
  3571. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3572. removingmeshhats = true
  3573. end
  3574. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3575. removingmeshhats = false
  3576. end
  3577. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3578. removingmeshtool = true
  3579. end
  3580. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3581. removingmeshtool = false
  3582. end
  3583. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3584. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3585. if v:IsA("Tool") then
  3586. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3587. v.Parent = player.Character
  3588. end
  3589. end
  3590. end
  3591. end
  3592. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3593. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3594. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3595. end
  3596. end
  3597. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3598. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3599. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3600. end
  3601. end
  3602. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3603. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3604. game:GetService("StarterGui"):SetCore("SendNotification", {
  3605. Title = player.AccountAge.." Days";
  3606. Text = "Account age of "..player.Name;
  3607. })
  3608. end
  3609. end
  3610. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3611. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3612. game:GetService("StarterGui"):SetCore("SendNotification", {
  3613. Title = player.UserId.." ID";
  3614. Text = "Account ID of "..player.Name;
  3615. })
  3616. end
  3617. end
  3618. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3619. game:GetService("StarterGui"):SetCore("SendNotification", {
  3620. Title = "Game ID";
  3621. Text = "Game ID: ".. game.GameId;
  3622. })
  3623. end
  3624. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3625. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3626. if pgscheck == true then
  3627. game:GetService("StarterGui"):SetCore("SendNotification", {
  3628. Title = "PGSPhysicsSolverEnabled";
  3629. Text = "PGS is Enabled!";
  3630. })
  3631. else
  3632. game:GetService("StarterGui"):SetCore("SendNotification", {
  3633. Title = "PGSPhysicsSolverEnabled";
  3634. Text = "PGS is Disabled!";
  3635. })
  3636. end
  3637. end
  3638. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3639. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3640. if v:IsA("Part") then
  3641. if v.Transparency == 1 then
  3642. if v.Name ~= "HumanoidRootPart" then
  3643. v:Destroy()
  3644. end
  3645. end
  3646. end
  3647. end
  3648. end
  3649. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3650. game:GetService("Lighting").FogStart = 0
  3651. game:GetService("Lighting").FogEnd = 9999999999999
  3652. end
  3653. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3654. lplayer.Character.Humanoid.Parent = lplayer
  3655. end
  3656. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3657. lplayer.Humanoid.Parent = lplayer.Character
  3658. end
  3659. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3660. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3661. if v:IsA("Tool") then
  3662. v.Parent = lplayer.Character
  3663. wait()
  3664. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3665. v.Parent = player.Character
  3666. end
  3667. end
  3668. end
  3669. end
  3670. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3671. speedfly = string.sub(CMDBAR.Text, 10)
  3672. wait()
  3673. change()
  3674. end
  3675. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3676. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3677. local Anim3 = Instance.new("Animation")
  3678. Anim3.AnimationId = "rbxassetid://282574440"
  3679. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3680. track3:Play(.1, 1, 1)
  3681. bplrr = v.Name
  3682. banpl = true
  3683. end
  3684. end
  3685. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3686. banpl = false
  3687. end
  3688. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3689. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3690. staring = true
  3691. stareplr = v
  3692. end
  3693. end
  3694. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3695. staring = false
  3696. end
  3697. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3698. chatlogs = true
  3699. game:GetService("StarterGui"):SetCore("SendNotification", {
  3700. Title = "LogChat enabled";
  3701. Text = "Now logging all player chat.";
  3702. })
  3703. end
  3704. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3705. chatlogs = false
  3706. game:GetService("StarterGui"):SetCore("SendNotification", {
  3707. Title = "LogChat disabled";
  3708. Text = "Stopped logging all player chat.";
  3709. })
  3710. end
  3711. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3712. game:GetService("Workspace").CurrentCamera:Destroy()
  3713. wait(0.1)
  3714. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3715. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3716. lplayer.CameraMinZoomDistance = 0.5
  3717. lplayer.CameraMaxZoomDistance = 400
  3718. lplayer.CameraMode = "Classic"
  3719. end
  3720. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3721. changingstate = false
  3722. end
  3723. CMDBAR.Text = ""
  3724. end
  3725. end)
  3726.  
  3727. wait(0.3)
  3728. game:GetService("StarterGui"):SetCore("SendNotification", {
  3729. Title = "Loaded successfully!";
  3730. Text = "Reviz Admin V2 by illremember";
  3731. })
  3732. wait(0.1)
  3733. print("Reviz Admin V2 loaded!")
  3734. if game:GetService("Workspace").FilteringEnabled == true then
  3735. warn("FE is Enabled (Filtering Enabled)")
  3736. game:GetService("StarterGui"):SetCore("SendNotification", {
  3737. Title = "FE is Enabled";
  3738. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3739. })
  3740. else
  3741. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3742. game:GetService("StarterGui"):SetCore("SendNotification", {
  3743. Title = "FE is Disabled";
  3744. Text = "Filtering Disabled. Consider using a different admin script.";
  3745. })
  3746. end
  3747.  
  3748. local intro = Instance.new("ScreenGui")
  3749. local Frame = Instance.new("Frame")
  3750. local ImageLabel = Instance.new("ImageLabel")
  3751. intro.Parent = game:GetService("CoreGui")
  3752. Frame.Parent = intro
  3753. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3754. Frame.BackgroundTransparency = 1
  3755. Frame.Size = UDim2.new(1, 0, 0, 300)
  3756. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3757. ImageLabel.Parent = Frame
  3758. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3759. ImageLabel.BackgroundTransparency = 1
  3760. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3761. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3762. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3763. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3764. wait(3.01)
  3765. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3766. wait(5.01)
  3767. intro:Destroy()
  3768. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement