Advertisement
Guest User

Untitled

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