Guest User

Untitled

a guest
Jun 29th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 324.14 KB | None | 0 0
  1. -- I used most of the scripts from Jabrikas FE Script pack, im new to guis, this is my first one actually...
  2. -- Vouch if you want..
  3. -- Objects
  4.  
  5. local KittyKat = Instance.new("ScreenGui")
  6. local KittyFrame = Instance.new("Frame")
  7. local KittyGui1 = Instance.new("TextButton")
  8. local KittyGui2 = Instance.new("TextButton")
  9. local KittyShutdown = Instance.new("TextButton")
  10. local KittyAniR15Gui1 = Instance.new("TextButton")
  11. local KittyAniR6Gui2 = Instance.new("TextButton")
  12. local TextBox = Instance.new("TextBox")
  13.  
  14. -- Properties
  15.  
  16. KittyKat.Name = "KittyKat"
  17. KittyKat.Parent = game.CoreGui
  18.  
  19. KittyFrame.Name = "KittyFrame"
  20. KittyFrame.Parent = KittyKat
  21. KittyFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. KittyFrame.Position = UDim2.new(0.0237226281, 0, 0.0140105076, 0)
  23. KittyFrame.Size = UDim2.new(0, 335, 0, 220)
  24. KittyFrame.Style = Enum.FrameStyle.ChatBlue
  25.  
  26. KittyGui1.Name = "KittyGui1"
  27. KittyGui1.Parent = KittyKat
  28. KittyGui1.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  29. KittyGui1.BorderColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  30. KittyGui1.Position = UDim2.new(0.0547445193, 0, 0.115586698, 0)
  31. KittyGui1.Size = UDim2.new(0, 94, 0, 20)
  32. KittyGui1.Font = Enum.Font.SourceSans
  33. KittyGui1.Text = "OP Finality"
  34. KittyGui1.TextColor3 = Color3.new(0, 0, 0)
  35. KittyGui1.TextSize = 14
  36.  
  37. KittyGui2.Name = "KittyGui2"
  38. KittyGui2.Parent = KittyKat
  39. KittyGui2.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  40. KittyGui2.BorderColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  41. KittyGui2.Position = UDim2.new(0.0547445118, 0, 0.16987741, 0)
  42. KittyGui2.Size = UDim2.new(0, 94, 0, 20)
  43. KittyGui2.Font = Enum.Font.SourceSans
  44. KittyGui2.Text = "Reviz Admin"
  45. KittyGui2.TextColor3 = Color3.new(0, 0, 0)
  46. KittyGui2.TextSize = 14
  47.  
  48. KittyShutdown.Name = "KittyShutdown"
  49. KittyShutdown.Parent = KittyKat
  50. KittyShutdown.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  51. KittyShutdown.BorderColor3 = Color3.new(0, 0, 0)
  52. KittyShutdown.Position = UDim2.new(0.100364976, 0, 0.231173396, 0)
  53. KittyShutdown.Size = UDim2.new(0, 117, 0, 36)
  54. KittyShutdown.Font = Enum.Font.SourceSans
  55. KittyShutdown.Text = "Shutdown"
  56. KittyShutdown.TextColor3 = Color3.new(1, 1, 1)
  57. KittyShutdown.TextSize = 14
  58.  
  59. KittyAniR15Gui1.Name = "KittyAniR15Gui1"
  60. KittyAniR15Gui1.Parent = KittyKat
  61. KittyAniR15Gui1.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  62. KittyAniR15Gui1.BorderColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  63. KittyAniR15Gui1.Position = UDim2.new(0.166058421, 0, 0.115586698, 0)
  64. KittyAniR15Gui1.Size = UDim2.new(0, 94, 0, 20)
  65. KittyAniR15Gui1.Font = Enum.Font.SourceSans
  66. KittyAniR15Gui1.Text = "R15 Animation's"
  67. KittyAniR15Gui1.TextColor3 = Color3.new(0, 0, 0)
  68. KittyAniR15Gui1.TextSize = 14
  69.  
  70. KittyAniR6Gui2.Name = "KittyAniR6Gui2"
  71. KittyAniR6Gui2.Parent = KittyKat
  72. KittyAniR6Gui2.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  73. KittyAniR6Gui2.BorderColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  74. KittyAniR6Gui2.Position = UDim2.new(0.166058406, 0, 0.16987741, 0)
  75. KittyAniR6Gui2.Size = UDim2.new(0, 94, 0, 20)
  76. KittyAniR6Gui2.Font = Enum.Font.SourceSans
  77. KittyAniR6Gui2.Text = "R6 Animation's"
  78. KittyAniR6Gui2.TextColor3 = Color3.new(0, 0, 0)
  79. KittyAniR6Gui2.TextSize = 14
  80.  
  81. TextBox.Parent = KittyKat
  82. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  83. TextBox.BorderColor3 = Color3.new(1, 1, 1)
  84. TextBox.Position = UDim2.new(0.101277374, 0, 0.0245183893, 0)
  85. TextBox.Size = UDim2.new(0, 115, 0, 33)
  86. TextBox.Font = Enum.Font.SourceSans
  87. TextBox.Text = "KittyKat GUI"
  88. TextBox.TextColor3 = Color3.new(0, 0, 0)
  89. TextBox.TextScaled = true
  90. TextBox.TextSize = 30
  91. TextBox.TextWrapped = true
  92.  
  93. -- Scripts
  94. KittyGui1.MouseButton1Down:connect(function()
  95. wait(0.3)
  96. -- Objects
  97. -- CREDIT TO xFunnieuss / Timeless for partial (short) names.
  98.  
  99. OPFinality = Instance.new("ScreenGui")
  100. MainFrame = Instance.new("Frame")
  101. TopFrame = Instance.new("Frame")
  102. CloseGUI = Instance.new("TextButton")
  103. MenuEnterFrame = Instance.new("Frame")
  104. Title = Instance.new("TextLabel")
  105. OpenMenu = Instance.new("ImageButton")
  106. Pages = Instance.new("Frame")
  107. Information = Instance.new("Frame")
  108. Image_FE_ENABLED = Instance.new("ImageLabel")
  109. Text_FE_ENABLED = Instance.new("TextLabel")
  110. WhatIsOPFinality = Instance.new("TextLabel")
  111. Text_FE_DISABLED = Instance.new("TextLabel")
  112. OPFin_Description = Instance.new("TextLabel")
  113. OPFin_Warning = Instance.new("TextLabel")
  114. Info_Bar = Instance.new("Frame")
  115. Info_Background = Instance.new("Frame")
  116. Warning_Bar = Instance.new("Frame")
  117. Warning_Background = Instance.new("Frame")
  118. Info_Image = Instance.new("ImageLabel")
  119. Image_FE_DISABLED = Instance.new("ImageLabel")
  120. Warn_Image = Instance.new("ImageLabel")
  121. Others_1 = Instance.new("Frame")
  122. OthersTitle = Instance.new("TextLabel")
  123. Char_Image = Instance.new("ImageLabel")
  124. OthersText = Instance.new("TextLabel")
  125. TXTBOX_PlrName = Instance.new("TextBox")
  126. othersBaseBackground = Instance.new("Frame")
  127. TeleportTo = Instance.new("TextButton")
  128. Annoy = Instance.new("TextButton")
  129. Follow = Instance.new("TextButton")
  130. View = Instance.new("TextButton")
  131. Orbit = Instance.new("TextButton")
  132. HeadWalk = Instance.new("TextButton")
  133. Stick = Instance.new("TextButton")
  134. Spam = Instance.new("TextButton")
  135. Carpet = Instance.new("TextButton")
  136. Others_toPAGE2 = Instance.new("TextButton")
  137. Character_toPAGE2_IMAGE = Instance.new("ImageLabel")
  138. Character_2 = Instance.new("Frame")
  139. CharacterTitle = Instance.new("TextLabel")
  140. CharacterText = Instance.new("TextLabel")
  141. Animations_SPOOKY = Instance.new("Frame")
  142. spookytitle = Instance.new("TextLabel")
  143. headthrow = Instance.new("TextButton")
  144. armsoff = Instance.new("TextButton")
  145. loophead = Instance.new("TextButton")
  146. levitate = Instance.new("TextButton")
  147. headfloat = Instance.new("TextButton")
  148. Character_backPAGE1 = Instance.new("TextButton")
  149. Character_toPAGE1_IMAGE = Instance.new("ImageLabel")
  150. Animations_DANCE = Instance.new("Frame")
  151. dancetitle = Instance.new("TextLabel")
  152. normal = Instance.new("TextButton")
  153. movingdance = Instance.new("TextButton")
  154. insane = Instance.new("TextButton")
  155. happy = Instance.new("TextButton")
  156. spindance = Instance.new("TextButton")
  157. Animations_HEROIC = Instance.new("Frame")
  158. heroictitle = Instance.new("TextLabel")
  159. swordstrike = Instance.new("TextButton")
  160. jumpland = Instance.new("TextButton")
  161. punches = Instance.new("TextButton")
  162. swing = Instance.new("TextButton")
  163. crawl = Instance.new("TextButton")
  164. Char2_Image = Instance.new("ImageLabel")
  165. Character_1 = Instance.new("Frame")
  166. CharacterTitle_2 = Instance.new("TextLabel")
  167. Char_Image_2 = Instance.new("ImageLabel")
  168. CharacterText_2 = Instance.new("TextLabel")
  169. TXTBOX_Stats = Instance.new("TextBox")
  170. BackGroundChar = Instance.new("Frame")
  171. HipHeight = Instance.new("TextButton")
  172. JumpHeight = Instance.new("TextButton")
  173. Speed = Instance.new("TextButton")
  174. TXTBOX_Chat = Instance.new("TextBox")
  175. BackGroundChar2 = Instance.new("Frame")
  176. Chat = Instance.new("TextButton")
  177. Spam_2 = Instance.new("TextButton")
  178. BackGroundChar3 = Instance.new("Frame")
  179. Noclip = Instance.new("TextButton")
  180. Fly = Instance.new("TextButton")
  181. Character_toPAGE2 = Instance.new("TextButton")
  182. Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel")
  183. Others_2 = Instance.new("Frame")
  184. OthersTitle_2 = Instance.new("TextLabel")
  185. Other_Image2 = Instance.new("ImageLabel")
  186. OthersText_2 = Instance.new("TextLabel")
  187. TXTBOX_PlrName2 = Instance.new("TextBox")
  188. othersBaseBackground2 = Instance.new("Frame")
  189. Flatten = Instance.new("TextButton")
  190. AimHead = Instance.new("TextButton")
  191. Float = Instance.new("TextButton")
  192. Multiple = Instance.new("TextButton")
  193. Animated = Instance.new("TextButton")
  194. SlowAttract = Instance.new("TextButton")
  195. WeirdOrbit = Instance.new("TextButton")
  196. Violent = Instance.new("TextButton")
  197. Max = Instance.new("TextButton")
  198. Others_toPAGE3 = Instance.new("TextButton")
  199. Character_toPAGE3_IMAGE = Instance.new("ImageLabel")
  200. Others_backPAGE1 = Instance.new("TextButton")
  201. Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel")
  202. Extra_1 = Instance.new("Frame")
  203. Extra_Image = Instance.new("ImageLabel")
  204. ExtraText = Instance.new("TextLabel")
  205. ExtraBaseBackGround1 = Instance.new("Frame")
  206. CrouchRocket = Instance.new("TextButton")
  207. ExtraBaseBackGround1Side = Instance.new("Frame")
  208. CloneIllusion = Instance.new("TextButton")
  209. CoolSpin = Instance.new("TextButton")
  210. JumpRocket = Instance.new("TextButton")
  211. Extra_toPAGE2 = Instance.new("TextButton")
  212. Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel")
  213. Extra_Title = Instance.new("TextLabel")
  214. ExtraBaseBackGround2 = Instance.new("Frame")
  215. NoLimbs = Instance.new("TextButton")
  216. FEGodmode = Instance.new("TextButton")
  217. BrickHats = Instance.new("TextButton")
  218. RapidPunch = Instance.new("TextButton")
  219. ExtraBaseBackGround2Side = Instance.new("Frame")
  220. ExtraBaseBackGround3 = Instance.new("Frame")
  221. PunchFollow = Instance.new("TextButton")
  222. ArmFollow = Instance.new("TextButton")
  223. Spin = Instance.new("TextButton")
  224. Faint = Instance.new("TextButton")
  225. ExtraBaseBackGround3Side = Instance.new("Frame")
  226. Extra_2 = Instance.new("Frame")
  227. Extra_Image_2 = Instance.new("ImageLabel")
  228. ExtraText_2 = Instance.new("TextLabel")
  229. Extra_Title_2 = Instance.new("TextLabel")
  230. ExtraBaseBackGround2_2 = Instance.new("Frame")
  231. CrouchAttack = Instance.new("TextButton")
  232. WalkThrough = Instance.new("TextButton")
  233. CreepyWatch = Instance.new("TextButton")
  234. SpinAttack = Instance.new("TextButton")
  235. ExtraBaseBackGround2Side_2 = Instance.new("Frame")
  236. TXTBOX_PlrNameEXTRA = Instance.new("TextBox")
  237. _18 = Instance.new("TextButton")
  238. SlamPropulsion = Instance.new("TextButton")
  239. Extra_backPAGE1 = Instance.new("TextButton")
  240. Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel")
  241. Others_3 = Instance.new("Frame")
  242. OthersTitle_3 = Instance.new("TextLabel")
  243. Other_Image3 = Instance.new("ImageLabel")
  244. OthersText_3 = Instance.new("TextLabel")
  245. TXTBOX_PlrNameOTHER3 = Instance.new("TextBox")
  246. othersBaseBackground3 = Instance.new("Frame")
  247. FreeFall = Instance.new("TextButton")
  248. Attach = Instance.new("TextButton")
  249. Bring = Instance.new("TextButton")
  250. SafeKill = Instance.new("TextButton")
  251. SuperSpin = Instance.new("TextButton")
  252. Kill = Instance.new("TextButton")
  253. Others_backPAGE2 = Instance.new("TextButton")
  254. Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel")
  255. Games = Instance.new("Frame")
  256. Games_IMAGE = Instance.new("ImageLabel")
  257. GamesText = Instance.new("TextLabel")
  258. Games_TITLE = Instance.new("TextLabel")
  259. Games_IMAGE2 = Instance.new("ImageLabel")
  260. SwordFightingTournament = Instance.new("TextButton")
  261. PlatesOfFateMayhem = Instance.new("TextButton")
  262. GamesText2 = Instance.new("TextLabel")
  263. Frappe = Instance.new("TextButton")
  264. Frappe_2 = Instance.new("TextButton")
  265. MenuFrame = Instance.new("Frame")
  266. Welcome = Instance.new("TextLabel")
  267. NameOfPlayer = Instance.new("TextLabel")
  268. T_Information = Instance.new("TextButton")
  269. T_InfoImage = Instance.new("ImageLabel")
  270. T_Character = Instance.new("TextButton")
  271. T_CharImage = Instance.new("ImageLabel")
  272. T_Games = Instance.new("TextButton")
  273. T_GameImage = Instance.new("ImageLabel")
  274. T_Others = Instance.new("TextButton")
  275. T_OtherImage = Instance.new("ImageLabel")
  276. T_Extra = Instance.new("TextButton")
  277. T_ExtraImage = Instance.new("ImageLabel")
  278. DeleteGUI = Instance.new("TextButton")
  279. DELETEIMAGE = Instance.new("ImageLabel")
  280. Darkness = Instance.new("TextButton")
  281.  
  282. -- Properties
  283.  
  284. OPFinality.Name = "OPFinality"
  285. OPFinality.Parent = game.CoreGui
  286.  
  287. MainFrame.Name = "MainFrame"
  288. MainFrame.Parent = OPFinality
  289. MainFrame.Active = true
  290. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  291. MainFrame.BackgroundTransparency = 1
  292. MainFrame.BorderSizePixel = 0
  293. MainFrame.ClipsDescendants = true
  294. MainFrame.Draggable = true
  295. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  296. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  297.  
  298. TopFrame.Name = "TopFrame"
  299. TopFrame.Parent = MainFrame
  300. TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  301. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  302. TopFrame.BorderSizePixel = 0
  303. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  304. TopFrame.ZIndex = 7
  305.  
  306. CloseGUI.Parent = TopFrame
  307. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  308. CloseGUI.BackgroundTransparency = 1
  309. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  310. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  311. CloseGUI.Font = Enum.Font.Cartoon
  312. CloseGUI.FontSize = Enum.FontSize.Size28
  313. CloseGUI.Text = "X"
  314. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  315. CloseGUI.TextSize = 25
  316. CloseGUI.ZIndex = 8
  317.  
  318. MenuEnterFrame.Name = "MenuEnterFrame"
  319. MenuEnterFrame.Parent = MainFrame
  320. MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  321. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  322. MenuEnterFrame.BorderSizePixel = 0
  323. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  324. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  325. MenuEnterFrame.ZIndex = 5
  326.  
  327. Title.Name = "Title"
  328. Title.Parent = MenuEnterFrame
  329. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  330. Title.BackgroundTransparency = 1
  331. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  332. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  333. Title.Font = Enum.Font.SourceSansLight
  334. Title.FontSize = Enum.FontSize.Size32
  335. Title.Text = "OPFinality"
  336. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  337. Title.TextSize = 30
  338. Title.ZIndex = 6
  339.  
  340. OpenMenu.Name = "OpenMenu"
  341. OpenMenu.Parent = MenuEnterFrame
  342. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  343. OpenMenu.BackgroundTransparency = 1
  344. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  345. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  346. OpenMenu.ZIndex = 6
  347.  
  348. Pages.Name = "Pages"
  349. Pages.Parent = MainFrame
  350. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  351. Pages.BorderSizePixel = 0
  352. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  353. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  354.  
  355. Information.Name = "Information"
  356. Information.Parent = Pages
  357. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  358. Information.BorderSizePixel = 0
  359. Information.Size = UDim2.new(1, 0, 1, 0)
  360.  
  361. Image_FE_ENABLED.Name = "Image_FE_ENABLED"
  362. Image_FE_ENABLED.Parent = Information
  363. Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  364. Image_FE_ENABLED.BackgroundTransparency = 1
  365. Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  366. Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  367. Image_FE_ENABLED.Visible = false
  368. Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312"
  369.  
  370. Text_FE_ENABLED.Name = "Text_FE_ENABLED"
  371. Text_FE_ENABLED.Parent = Information
  372. Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  373. Text_FE_ENABLED.BackgroundTransparency = 1
  374. Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  375. Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  376. Text_FE_ENABLED.Visible = false
  377. Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic
  378. Text_FE_ENABLED.FontSize = Enum.FontSize.Size24
  379. Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality."
  380. Text_FE_ENABLED.TextSize = 19
  381.  
  382. WhatIsOPFinality.Name = "WhatIsOPFinality"
  383. WhatIsOPFinality.Parent = Information
  384. WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  385. WhatIsOPFinality.BackgroundTransparency = 1
  386. WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  387. WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  388. WhatIsOPFinality.Font = Enum.Font.SourceSansBold
  389. WhatIsOPFinality.FontSize = Enum.FontSize.Size28
  390. WhatIsOPFinality.Text = "What is OPFinality?"
  391. WhatIsOPFinality.TextSize = 25
  392.  
  393. Text_FE_DISABLED.Name = "Text_FE_DISABLED"
  394. Text_FE_DISABLED.Parent = Information
  395. Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Text_FE_DISABLED.BackgroundTransparency = 1
  397. Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  398. Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0)
  399. Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic
  400. Text_FE_DISABLED.FontSize = Enum.FontSize.Size24
  401. Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..."
  402. Text_FE_DISABLED.TextSize = 19
  403.  
  404. OPFin_Description.Name = "OPFin_Description"
  405. OPFin_Description.Parent = Information
  406. OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  407. OPFin_Description.BackgroundTransparency = 1
  408. OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  409. OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  410. OPFin_Description.ZIndex = 3
  411. OPFin_Description.Font = Enum.Font.SourceSans
  412. OPFin_Description.FontSize = Enum.FontSize.Size18
  413. OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games."
  414. OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  415. OPFin_Description.TextSize = 18
  416. OPFin_Description.TextWrapped = true
  417.  
  418. OPFin_Warning.Name = "OPFin_Warning"
  419. OPFin_Warning.Parent = Information
  420. OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  421. OPFin_Warning.BackgroundTransparency = 1
  422. OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  423. OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  424. OPFin_Warning.ZIndex = 2
  425. OPFin_Warning.Font = Enum.Font.SourceSans
  426. OPFin_Warning.FontSize = Enum.FontSize.Size18
  427. OPFin_Warning.Text = "If this game is detected as Filtering Disabled, this GUI wont work as well as other scripts would. Consider using a different script."
  428. OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  429. OPFin_Warning.TextSize = 18
  430. OPFin_Warning.TextWrapped = true
  431.  
  432. Info_Bar.Name = "Info_Bar"
  433. Info_Bar.Parent = Information
  434. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  435. Info_Bar.BorderSizePixel = 0
  436. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  437. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  438.  
  439. Info_Background.Name = "Info_Background"
  440. Info_Background.Parent = Information
  441. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  442. Info_Background.BorderSizePixel = 0
  443. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  444. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  445. Info_Background.ZIndex = 2
  446.  
  447. Warning_Bar.Name = "Warning_Bar"
  448. Warning_Bar.Parent = Information
  449. Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  450. Warning_Bar.BorderSizePixel = 0
  451. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  452. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  453.  
  454. Warning_Background.Name = "Warning_Background"
  455. Warning_Background.Parent = Information
  456. Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  457. Warning_Background.BorderSizePixel = 0
  458. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  459. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  460.  
  461. Info_Image.Name = "Info_Image"
  462. Info_Image.Parent = Information
  463. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  464. Info_Image.BackgroundTransparency = 1
  465. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  466. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  467. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  468.  
  469. Image_FE_DISABLED.Name = "Image_FE_DISABLED"
  470. Image_FE_DISABLED.Parent = Information
  471. Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  472. Image_FE_DISABLED.BackgroundTransparency = 1
  473. Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  474. Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  475. Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326"
  476.  
  477. Warn_Image.Name = "Warn_Image"
  478. Warn_Image.Parent = Information
  479. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  480. Warn_Image.BackgroundTransparency = 1
  481. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  482. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  483. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  484.  
  485. Others_1.Name = "Others_1"
  486. Others_1.Parent = Pages
  487. Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  488. Others_1.BorderSizePixel = 0
  489. Others_1.Position = UDim2.new(1.00752497, 0, 0, 0)
  490. Others_1.Size = UDim2.new(1, 0, 1, 0)
  491.  
  492. OthersTitle.Name = "OthersTitle"
  493. OthersTitle.Parent = Others_1
  494. OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  495. OthersTitle.BackgroundTransparency = 1
  496. OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  497. OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  498. OthersTitle.Font = Enum.Font.SourceSansBold
  499. OthersTitle.FontSize = Enum.FontSize.Size28
  500. OthersTitle.Text = "Others"
  501. OthersTitle.TextSize = 25
  502.  
  503. Char_Image.Name = "Char_Image"
  504. Char_Image.Parent = Others_1
  505. Char_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  506. Char_Image.BackgroundTransparency = 1
  507. Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0)
  508. Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  509. Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978"
  510.  
  511. OthersText.Name = "OthersText"
  512. OthersText.Parent = Others_1
  513. OthersText.BackgroundColor3 = Color3.new(1, 1, 1)
  514. OthersText.BackgroundTransparency = 1
  515. OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0)
  516. OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0)
  517. OthersText.Font = Enum.Font.SourceSansItalic
  518. OthersText.FontSize = Enum.FontSize.Size24
  519. OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names."
  520. OthersText.TextSize = 19
  521. OthersText.TextWrapped = true
  522.  
  523. TXTBOX_PlrName.Name = "TXTBOX_PlrName"
  524. TXTBOX_PlrName.Parent = Others_1
  525. TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  526. TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  527. TXTBOX_PlrName.BorderSizePixel = 0
  528. TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  529. TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  530. TXTBOX_PlrName.ZIndex = 2
  531. TXTBOX_PlrName.Font = Enum.Font.SourceSans
  532. TXTBOX_PlrName.FontSize = Enum.FontSize.Size14
  533. TXTBOX_PlrName.Text = "Player"
  534. TXTBOX_PlrName.TextScaled = true
  535. TXTBOX_PlrName.TextSize = 14
  536. TXTBOX_PlrName.TextWrapped = true
  537.  
  538. othersBaseBackground.Name = "othersBaseBackground"
  539. othersBaseBackground.Parent = Others_1
  540. othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  541. othersBaseBackground.BorderSizePixel = 0
  542. othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  543. othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  544.  
  545. TeleportTo.Name = "TeleportTo"
  546. TeleportTo.Parent = othersBaseBackground
  547. TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  548. TeleportTo.BorderSizePixel = 0
  549. TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0)
  550. TeleportTo.Size = UDim2.new(0, 92, 0, 25)
  551. TeleportTo.Font = Enum.Font.SourceSans
  552. TeleportTo.FontSize = Enum.FontSize.Size24
  553. TeleportTo.Text = "Teleport To"
  554. TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  555. TeleportTo.TextSize = 22
  556.  
  557. Annoy.Name = "Annoy"
  558. Annoy.Parent = othersBaseBackground
  559. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  560. Annoy.BorderSizePixel = 0
  561. Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0)
  562. Annoy.Size = UDim2.new(0, 92, 0, 25)
  563. Annoy.Font = Enum.Font.SourceSans
  564. Annoy.FontSize = Enum.FontSize.Size24
  565. Annoy.Text = "Annoy"
  566. Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  567. Annoy.TextSize = 22
  568.  
  569. Follow.Name = "Follow"
  570. Follow.Parent = othersBaseBackground
  571. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  572. Follow.BorderSizePixel = 0
  573. Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0)
  574. Follow.Size = UDim2.new(0, 92, 0, 25)
  575. Follow.Font = Enum.Font.SourceSans
  576. Follow.FontSize = Enum.FontSize.Size24
  577. Follow.Text = "Follow"
  578. Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  579. Follow.TextSize = 22
  580.  
  581. View.Name = "View"
  582. View.Parent = othersBaseBackground
  583. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  584. View.BorderSizePixel = 0
  585. View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  586. View.Size = UDim2.new(0, 92, 0, 25)
  587. View.Font = Enum.Font.SourceSans
  588. View.FontSize = Enum.FontSize.Size24
  589. View.Text = "View"
  590. View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  591. View.TextSize = 22
  592.  
  593. Orbit.Name = "Orbit"
  594. Orbit.Parent = othersBaseBackground
  595. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  596. Orbit.BorderSizePixel = 0
  597. Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  598. Orbit.Size = UDim2.new(0, 92, 0, 25)
  599. Orbit.Font = Enum.Font.SourceSans
  600. Orbit.FontSize = Enum.FontSize.Size24
  601. Orbit.Text = "Orbit"
  602. Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  603. Orbit.TextSize = 22
  604.  
  605. HeadWalk.Name = "HeadWalk"
  606. HeadWalk.Parent = othersBaseBackground
  607. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  608. HeadWalk.BorderSizePixel = 0
  609. HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  610. HeadWalk.Size = UDim2.new(0, 92, 0, 25)
  611. HeadWalk.Font = Enum.Font.SourceSans
  612. HeadWalk.FontSize = Enum.FontSize.Size24
  613. HeadWalk.Text = "Head Walk"
  614. HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  615. HeadWalk.TextSize = 22
  616.  
  617. Stick.Name = "Stick"
  618. Stick.Parent = othersBaseBackground
  619. Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  620. Stick.BorderSizePixel = 0
  621. Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0)
  622. Stick.Size = UDim2.new(0, 92, 0, 25)
  623. Stick.Font = Enum.Font.SourceSans
  624. Stick.FontSize = Enum.FontSize.Size24
  625. Stick.Text = "Stick"
  626. Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  627. Stick.TextSize = 22
  628.  
  629. Spam.Name = "Spam"
  630. Spam.Parent = othersBaseBackground
  631. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  632. Spam.BorderSizePixel = 0
  633. Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0)
  634. Spam.Size = UDim2.new(0, 92, 0, 25)
  635. Spam.Font = Enum.Font.SourceSans
  636. Spam.FontSize = Enum.FontSize.Size24
  637. Spam.Text = "Spam"
  638. Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  639. Spam.TextSize = 22
  640.  
  641. Carpet.Name = "Carpet"
  642. Carpet.Parent = othersBaseBackground
  643. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  644. Carpet.BorderSizePixel = 0
  645. Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0)
  646. Carpet.Size = UDim2.new(0, 92, 0, 25)
  647. Carpet.Font = Enum.Font.SourceSans
  648. Carpet.FontSize = Enum.FontSize.Size24
  649. Carpet.Text = "Carpet"
  650. Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  651. Carpet.TextSize = 22
  652.  
  653. Others_toPAGE2.Name = "Others_toPAGE2"
  654. Others_toPAGE2.Parent = Others_1
  655. Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  656. Others_toPAGE2.BorderSizePixel = 0
  657. Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  658. Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  659. Others_toPAGE2.Font = Enum.Font.SourceSansLight
  660. Others_toPAGE2.FontSize = Enum.FontSize.Size24
  661. Others_toPAGE2.Text = "Next"
  662. Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  663. Others_toPAGE2.TextSize = 22
  664.  
  665. Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE"
  666. Character_toPAGE2_IMAGE.Parent = Others_toPAGE2
  667. Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  668. Character_toPAGE2_IMAGE.BorderSizePixel = 0
  669. Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  670. Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  671. Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  672.  
  673. Character_2.Name = "Character_2"
  674. Character_2.Parent = Pages
  675. Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  676. Character_2.BorderSizePixel = 0
  677. Character_2.Position = UDim2.new(1, 0, 0, 0)
  678. Character_2.Size = UDim2.new(1, 0, 1, 0)
  679.  
  680. CharacterTitle.Name = "CharacterTitle"
  681. CharacterTitle.Parent = Character_2
  682. CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  683. CharacterTitle.BackgroundTransparency = 1
  684. CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  685. CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  686. CharacterTitle.Font = Enum.Font.SourceSansBold
  687. CharacterTitle.FontSize = Enum.FontSize.Size28
  688. CharacterTitle.Text = "Character"
  689. CharacterTitle.TextSize = 25
  690.  
  691. CharacterText.Name = "CharacterText"
  692. CharacterText.Parent = Character_2
  693. CharacterText.BackgroundColor3 = Color3.new(1, 1, 1)
  694. CharacterText.BackgroundTransparency = 1
  695. CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  696. CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  697. CharacterText.Font = Enum.Font.SourceSansItalic
  698. CharacterText.FontSize = Enum.FontSize.Size24
  699. CharacterText.Text = "Apply cool animations to your player!"
  700. CharacterText.TextSize = 19
  701. CharacterText.TextWrapped = true
  702.  
  703. Animations_SPOOKY.Name = "Animations_SPOOKY"
  704. Animations_SPOOKY.Parent = Character_2
  705. Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  706. Animations_SPOOKY.BorderSizePixel = 0
  707. Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  708. Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  709.  
  710. spookytitle.Name = "spookytitle"
  711. spookytitle.Parent = Animations_SPOOKY
  712. spookytitle.BackgroundColor3 = Color3.new(1, 1, 1)
  713. spookytitle.BackgroundTransparency = 1
  714. spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  715. spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  716. spookytitle.Font = Enum.Font.SourceSansLight
  717. spookytitle.FontSize = Enum.FontSize.Size28
  718. spookytitle.Text = "Spooky"
  719. spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  720. spookytitle.TextSize = 25
  721.  
  722. headthrow.Name = "headthrow"
  723. headthrow.Parent = Animations_SPOOKY
  724. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  725. headthrow.BorderSizePixel = 0
  726. headthrow.Position = UDim2.new(0, 0, 0.238476187, 0)
  727. headthrow.Size = UDim2.new(1, 0, 0.119000003, 0)
  728. headthrow.Font = Enum.Font.SourceSans
  729. headthrow.FontSize = Enum.FontSize.Size14
  730. headthrow.Text = "Head Throw"
  731. headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  732. headthrow.TextScaled = true
  733. headthrow.TextSize = 14
  734. headthrow.TextWrapped = true
  735.  
  736. armsoff.Name = "armsoff"
  737. armsoff.Parent = Animations_SPOOKY
  738. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  739. armsoff.BorderSizePixel = 0
  740. armsoff.Position = UDim2.new(0, 0, 0.3875238, 0)
  741. armsoff.Size = UDim2.new(1, 0, 0.119000003, 0)
  742. armsoff.Font = Enum.Font.SourceSans
  743. armsoff.FontSize = Enum.FontSize.Size14
  744. armsoff.Text = "Arms Off"
  745. armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  746. armsoff.TextScaled = true
  747. armsoff.TextSize = 14
  748. armsoff.TextWrapped = true
  749.  
  750. loophead.Name = "loophead"
  751. loophead.Parent = Animations_SPOOKY
  752. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  753. loophead.BorderSizePixel = 0
  754. loophead.Position = UDim2.new(0, 0, 0.536571383, 0)
  755. loophead.Size = UDim2.new(1, 0, 0.119000003, 0)
  756. loophead.Font = Enum.Font.SourceSans
  757. loophead.FontSize = Enum.FontSize.Size14
  758. loophead.Text = "Loop Head"
  759. loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  760. loophead.TextScaled = true
  761. loophead.TextSize = 14
  762. loophead.TextWrapped = true
  763.  
  764. levitate.Name = "levitate"
  765. levitate.Parent = Animations_SPOOKY
  766. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  767. levitate.BorderSizePixel = 0
  768. levitate.Position = UDim2.new(0, 0, 0.685619056, 0)
  769. levitate.Size = UDim2.new(1, 0, 0.119000003, 0)
  770. levitate.Font = Enum.Font.SourceSans
  771. levitate.FontSize = Enum.FontSize.Size14
  772. levitate.Text = "Levitate"
  773. levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  774. levitate.TextScaled = true
  775. levitate.TextSize = 14
  776. levitate.TextWrapped = true
  777.  
  778. headfloat.Name = "headfloat"
  779. headfloat.Parent = Animations_SPOOKY
  780. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  781. headfloat.BorderSizePixel = 0
  782. headfloat.Position = UDim2.new(0, 0, 0.834666669, 0)
  783. headfloat.Size = UDim2.new(1, 0, 0.119000003, 0)
  784. headfloat.Font = Enum.Font.SourceSans
  785. headfloat.FontSize = Enum.FontSize.Size14
  786. headfloat.Text = "Head Float"
  787. headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  788. headfloat.TextScaled = true
  789. headfloat.TextSize = 14
  790. headfloat.TextWrapped = true
  791.  
  792. Character_backPAGE1.Name = "Character_backPAGE1"
  793. Character_backPAGE1.Parent = Character_2
  794. Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  795. Character_backPAGE1.BorderSizePixel = 0
  796. Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  797. Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  798. Character_backPAGE1.Font = Enum.Font.SourceSansLight
  799. Character_backPAGE1.FontSize = Enum.FontSize.Size24
  800. Character_backPAGE1.Text = "Prev"
  801. Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  802. Character_backPAGE1.TextSize = 22
  803.  
  804. Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE"
  805. Character_toPAGE1_IMAGE.Parent = Character_backPAGE1
  806. Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  807. Character_toPAGE1_IMAGE.BorderSizePixel = 0
  808. Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  809. Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  810. Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  811.  
  812. Animations_DANCE.Name = "Animations_DANCE"
  813. Animations_DANCE.Parent = Character_2
  814. Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  815. Animations_DANCE.BorderSizePixel = 0
  816. Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  817. Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  818.  
  819. dancetitle.Name = "dancetitle"
  820. dancetitle.Parent = Animations_DANCE
  821. dancetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  822. dancetitle.BackgroundTransparency = 1
  823. dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  824. dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  825. dancetitle.Font = Enum.Font.SourceSansLight
  826. dancetitle.FontSize = Enum.FontSize.Size28
  827. dancetitle.Text = "Dance"
  828. dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  829. dancetitle.TextSize = 25
  830.  
  831. normal.Name = "normal"
  832. normal.Parent = Animations_DANCE
  833. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  834. normal.BorderSizePixel = 0
  835. normal.Position = UDim2.new(0, 0, 0.238476187, 0)
  836. normal.Size = UDim2.new(1, 0, 0.119000003, 0)
  837. normal.Font = Enum.Font.SourceSans
  838. normal.FontSize = Enum.FontSize.Size14
  839. normal.Text = "Normal"
  840. normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  841. normal.TextScaled = true
  842. normal.TextSize = 14
  843. normal.TextWrapped = true
  844.  
  845. movingdance.Name = "movingdance"
  846. movingdance.Parent = Animations_DANCE
  847. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  848. movingdance.BorderSizePixel = 0
  849. movingdance.Position = UDim2.new(0, 0, 0.3875238, 0)
  850. movingdance.Size = UDim2.new(1, 0, 0.119000003, 0)
  851. movingdance.Font = Enum.Font.SourceSans
  852. movingdance.FontSize = Enum.FontSize.Size14
  853. movingdance.Text = "Moving Dance"
  854. movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  855. movingdance.TextScaled = true
  856. movingdance.TextSize = 14
  857. movingdance.TextWrapped = true
  858.  
  859. insane.Name = "insane"
  860. insane.Parent = Animations_DANCE
  861. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  862. insane.BorderSizePixel = 0
  863. insane.Position = UDim2.new(0, 0, 0.834666669, 0)
  864. insane.Size = UDim2.new(1, 0, 0.119000003, 0)
  865. insane.Font = Enum.Font.SourceSans
  866. insane.FontSize = Enum.FontSize.Size14
  867. insane.Text = "Insane"
  868. insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  869. insane.TextScaled = true
  870. insane.TextSize = 14
  871. insane.TextWrapped = true
  872.  
  873. happy.Name = "happy"
  874. happy.Parent = Animations_DANCE
  875. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  876. happy.BorderSizePixel = 0
  877. happy.Position = UDim2.new(0, 0, 0.536571383, 0)
  878. happy.Size = UDim2.new(1, 0, 0.119000003, 0)
  879. happy.Font = Enum.Font.SourceSans
  880. happy.FontSize = Enum.FontSize.Size14
  881. happy.Text = "Happy"
  882. happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  883. happy.TextScaled = true
  884. happy.TextSize = 14
  885. happy.TextWrapped = true
  886.  
  887. spindance.Name = "spindance"
  888. spindance.Parent = Animations_DANCE
  889. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  890. spindance.BorderSizePixel = 0
  891. spindance.Position = UDim2.new(0, 0, 0.685619056, 0)
  892. spindance.Size = UDim2.new(1, 0, 0.119000003, 0)
  893. spindance.Font = Enum.Font.SourceSans
  894. spindance.FontSize = Enum.FontSize.Size14
  895. spindance.Text = "Spin Dance"
  896. spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  897. spindance.TextScaled = true
  898. spindance.TextSize = 14
  899. spindance.TextWrapped = true
  900.  
  901. Animations_HEROIC.Name = "Animations_HEROIC"
  902. Animations_HEROIC.Parent = Character_2
  903. Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  904. Animations_HEROIC.BorderSizePixel = 0
  905. Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  906. Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  907.  
  908. heroictitle.Name = "heroictitle"
  909. heroictitle.Parent = Animations_HEROIC
  910. heroictitle.BackgroundColor3 = Color3.new(1, 1, 1)
  911. heroictitle.BackgroundTransparency = 1
  912. heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  913. heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  914. heroictitle.Font = Enum.Font.SourceSansLight
  915. heroictitle.FontSize = Enum.FontSize.Size28
  916. heroictitle.Text = "Heroic"
  917. heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  918. heroictitle.TextSize = 25
  919.  
  920. swordstrike.Name = "swordstrike"
  921. swordstrike.Parent = Animations_HEROIC
  922. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  923. swordstrike.BorderSizePixel = 0
  924. swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0)
  925. swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0)
  926. swordstrike.Font = Enum.Font.SourceSans
  927. swordstrike.FontSize = Enum.FontSize.Size14
  928. swordstrike.Text = "Sword Strike"
  929. swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  930. swordstrike.TextScaled = true
  931. swordstrike.TextSize = 14
  932. swordstrike.TextWrapped = true
  933.  
  934. jumpland.Name = "jumpland"
  935. jumpland.Parent = Animations_HEROIC
  936. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  937. jumpland.BorderSizePixel = 0
  938. jumpland.Position = UDim2.new(0, 0, 0.3875238, 0)
  939. jumpland.Size = UDim2.new(1, 0, 0.119000003, 0)
  940. jumpland.Font = Enum.Font.SourceSans
  941. jumpland.FontSize = Enum.FontSize.Size14
  942. jumpland.Text = "Jump Land"
  943. jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  944. jumpland.TextScaled = true
  945. jumpland.TextSize = 14
  946. jumpland.TextWrapped = true
  947.  
  948. punches.Name = "punches"
  949. punches.Parent = Animations_HEROIC
  950. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  951. punches.BorderSizePixel = 0
  952. punches.Position = UDim2.new(0, 0, 0.834666669, 0)
  953. punches.Size = UDim2.new(1, 0, 0.119000003, 0)
  954. punches.Font = Enum.Font.SourceSans
  955. punches.FontSize = Enum.FontSize.Size14
  956. punches.Text = "Punches"
  957. punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  958. punches.TextScaled = true
  959. punches.TextSize = 14
  960. punches.TextWrapped = true
  961.  
  962. swing.Name = "swing"
  963. swing.Parent = Animations_HEROIC
  964. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  965. swing.BorderSizePixel = 0
  966. swing.Position = UDim2.new(0, 0, 0.536571383, 0)
  967. swing.Size = UDim2.new(1, 0, 0.119000003, 0)
  968. swing.Font = Enum.Font.SourceSans
  969. swing.FontSize = Enum.FontSize.Size14
  970. swing.Text = "Swing"
  971. swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  972. swing.TextScaled = true
  973. swing.TextSize = 14
  974. swing.TextWrapped = true
  975.  
  976. crawl.Name = "crawl"
  977. crawl.Parent = Animations_HEROIC
  978. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  979. crawl.BorderSizePixel = 0
  980. crawl.Position = UDim2.new(0, 0, 0.685619056, 0)
  981. crawl.Size = UDim2.new(1, 0, 0.119000003, 0)
  982. crawl.Font = Enum.Font.SourceSans
  983. crawl.FontSize = Enum.FontSize.Size14
  984. crawl.Text = "Crawl"
  985. crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  986. crawl.TextScaled = true
  987. crawl.TextSize = 14
  988. crawl.TextWrapped = true
  989.  
  990. Char2_Image.Name = "Char2_Image"
  991. Char2_Image.Parent = Character_2
  992. Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  993. Char2_Image.BackgroundTransparency = 1
  994. Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  995. Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  996. Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  997.  
  998. Character_1.Name = "Character_1"
  999. Character_1.Parent = Pages
  1000. Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1001. Character_1.BorderSizePixel = 0
  1002. Character_1.Position = UDim2.new(11, 0, 0, 0)
  1003. Character_1.Size = UDim2.new(1, 0, 1, 0)
  1004.  
  1005. CharacterTitle_2.Name = "CharacterTitle"
  1006. CharacterTitle_2.Parent = Character_1
  1007. CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1008. CharacterTitle_2.BackgroundTransparency = 1
  1009. CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1010. CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1011. CharacterTitle_2.Font = Enum.Font.SourceSansBold
  1012. CharacterTitle_2.FontSize = Enum.FontSize.Size28
  1013. CharacterTitle_2.Text = "Character"
  1014. CharacterTitle_2.TextSize = 25
  1015.  
  1016. Char_Image_2.Name = "Char_Image"
  1017. Char_Image_2.Parent = Character_1
  1018. Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1019. Char_Image_2.BackgroundTransparency = 1
  1020. Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0)
  1021. Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1022. Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598"
  1023.  
  1024. CharacterText_2.Name = "CharacterText"
  1025. CharacterText_2.Parent = Character_1
  1026. CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1027. CharacterText_2.BackgroundTransparency = 1
  1028. CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0)
  1029. CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0)
  1030. CharacterText_2.Font = Enum.Font.SourceSansItalic
  1031. CharacterText_2.FontSize = Enum.FontSize.Size24
  1032. CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!"
  1033. CharacterText_2.TextSize = 19
  1034. CharacterText_2.TextWrapped = true
  1035.  
  1036. TXTBOX_Stats.Name = "TXTBOX_Stats"
  1037. TXTBOX_Stats.Parent = Character_1
  1038. TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1039. TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1040. TXTBOX_Stats.BorderSizePixel = 6
  1041. TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0)
  1042. TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0)
  1043. TXTBOX_Stats.Font = Enum.Font.SourceSans
  1044. TXTBOX_Stats.FontSize = Enum.FontSize.Size14
  1045. TXTBOX_Stats.Text = "Number"
  1046. TXTBOX_Stats.TextScaled = true
  1047. TXTBOX_Stats.TextSize = 14
  1048. TXTBOX_Stats.TextWrapped = true
  1049.  
  1050. BackGroundChar.Name = "BackGroundChar"
  1051. BackGroundChar.Parent = Character_1
  1052. BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1053. BackGroundChar.BorderSizePixel = 0
  1054. BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0)
  1055. BackGroundChar.Size = UDim2.new(0, 92, 0, 118)
  1056.  
  1057. HipHeight.Name = "HipHeight"
  1058. HipHeight.Parent = BackGroundChar
  1059. HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1060. HipHeight.BorderSizePixel = 0
  1061. HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0)
  1062. HipHeight.Size = UDim2.new(0, 92, 0, 25)
  1063. HipHeight.Font = Enum.Font.SourceSans
  1064. HipHeight.FontSize = Enum.FontSize.Size24
  1065. HipHeight.Text = "HipHeight"
  1066. HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1067. HipHeight.TextSize = 22
  1068.  
  1069. JumpHeight.Name = "JumpHeight"
  1070. JumpHeight.Parent = BackGroundChar
  1071. JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1072. JumpHeight.BorderSizePixel = 0
  1073. JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0)
  1074. JumpHeight.Size = UDim2.new(0, 92, 0, 25)
  1075. JumpHeight.Font = Enum.Font.SourceSans
  1076. JumpHeight.FontSize = Enum.FontSize.Size24
  1077. JumpHeight.Text = "JumpHeight"
  1078. JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1079. JumpHeight.TextSize = 20
  1080.  
  1081. Speed.Name = "Speed"
  1082. Speed.Parent = BackGroundChar
  1083. Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1084. Speed.BorderSizePixel = 0
  1085. Speed.Position = UDim2.new(0, 0, 0.0848813578, 0)
  1086. Speed.Size = UDim2.new(0, 92, 0, 25)
  1087. Speed.Font = Enum.Font.SourceSans
  1088. Speed.FontSize = Enum.FontSize.Size24
  1089. Speed.Text = "Speed"
  1090. Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1091. Speed.TextSize = 22
  1092.  
  1093. TXTBOX_Chat.Name = "TXTBOX_Chat"
  1094. TXTBOX_Chat.Parent = Character_1
  1095. TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1096. TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1097. TXTBOX_Chat.BorderSizePixel = 6
  1098. TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0)
  1099. TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1100. TXTBOX_Chat.Font = Enum.Font.SourceSans
  1101. TXTBOX_Chat.FontSize = Enum.FontSize.Size14
  1102. TXTBOX_Chat.Text = "Text for chatting"
  1103. TXTBOX_Chat.TextScaled = true
  1104. TXTBOX_Chat.TextSize = 14
  1105. TXTBOX_Chat.TextWrapped = true
  1106.  
  1107. BackGroundChar2.Name = "BackGroundChar2"
  1108. BackGroundChar2.Parent = Character_1
  1109. BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1110. BackGroundChar2.BorderSizePixel = 0
  1111. BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0)
  1112. BackGroundChar2.Size = UDim2.new(0, 242, 0, 40)
  1113.  
  1114. Chat.Name = "Chat"
  1115. Chat.Parent = BackGroundChar2
  1116. Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1117. Chat.BorderSizePixel = 0
  1118. Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0)
  1119. Chat.Size = UDim2.new(0, 92, 0, 25)
  1120. Chat.Font = Enum.Font.SourceSans
  1121. Chat.FontSize = Enum.FontSize.Size24
  1122. Chat.Text = "Chat"
  1123. Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1124. Chat.TextSize = 22
  1125.  
  1126. Spam_2.Name = "Spam"
  1127. Spam_2.Parent = BackGroundChar2
  1128. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1129. Spam_2.BorderSizePixel = 0
  1130. Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0)
  1131. Spam_2.Size = UDim2.new(0, 92, 0, 25)
  1132. Spam_2.Font = Enum.Font.SourceSans
  1133. Spam_2.FontSize = Enum.FontSize.Size24
  1134. Spam_2.Text = "Spam"
  1135. Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1136. Spam_2.TextSize = 22
  1137.  
  1138. BackGroundChar3.Name = "BackGroundChar3"
  1139. BackGroundChar3.Parent = Character_1
  1140. BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1141. BackGroundChar3.BorderSizePixel = 0
  1142. BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0)
  1143. BackGroundChar3.Size = UDim2.new(0, 242, 0, 43)
  1144.  
  1145. Noclip.Name = "Noclip"
  1146. Noclip.Parent = BackGroundChar3
  1147. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1148. Noclip.BorderSizePixel = 0
  1149. Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0)
  1150. Noclip.Size = UDim2.new(0, 92, 0, 25)
  1151. Noclip.Font = Enum.Font.SourceSans
  1152. Noclip.FontSize = Enum.FontSize.Size24
  1153. Noclip.Text = "Noclip"
  1154. Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1155. Noclip.TextSize = 22
  1156.  
  1157. Fly.Name = "Fly"
  1158. Fly.Parent = BackGroundChar3
  1159. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1160. Fly.BorderSizePixel = 0
  1161. Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0)
  1162. Fly.Size = UDim2.new(0, 92, 0, 25)
  1163. Fly.Font = Enum.Font.SourceSans
  1164. Fly.FontSize = Enum.FontSize.Size24
  1165. Fly.Text = "Fly"
  1166. Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1167. Fly.TextSize = 22
  1168.  
  1169. Character_toPAGE2.Name = "Character_toPAGE2"
  1170. Character_toPAGE2.Parent = Character_1
  1171. Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1172. Character_toPAGE2.BorderSizePixel = 0
  1173. Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1174. Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1175. Character_toPAGE2.Font = Enum.Font.SourceSansLight
  1176. Character_toPAGE2.FontSize = Enum.FontSize.Size24
  1177. Character_toPAGE2.Text = "Next"
  1178. Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1179. Character_toPAGE2.TextSize = 22
  1180.  
  1181. Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE"
  1182. Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2
  1183. Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1184. Character_toPAGE2_IMAGE_2.BorderSizePixel = 0
  1185. Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0)
  1186. Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  1187. Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326"
  1188.  
  1189. Others_2.Name = "Others_2"
  1190. Others_2.Parent = Pages
  1191. Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1192. Others_2.BorderSizePixel = 0
  1193. Others_2.Position = UDim2.new(1, 0, 0, 0)
  1194. Others_2.Size = UDim2.new(1, 0, 1, 0)
  1195.  
  1196. OthersTitle_2.Name = "OthersTitle"
  1197. OthersTitle_2.Parent = Others_2
  1198. OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1199. OthersTitle_2.BackgroundTransparency = 1
  1200. OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1201. OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1202. OthersTitle_2.Font = Enum.Font.SourceSansBold
  1203. OthersTitle_2.FontSize = Enum.FontSize.Size28
  1204. OthersTitle_2.Text = "Others"
  1205. OthersTitle_2.TextSize = 25
  1206.  
  1207. Other_Image2.Name = "Other_Image2"
  1208. Other_Image2.Parent = Others_2
  1209. Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1)
  1210. Other_Image2.BackgroundTransparency = 1
  1211. Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0)
  1212. Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  1213. Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440"
  1214.  
  1215. OthersText_2.Name = "OthersText"
  1216. OthersText_2.Parent = Others_2
  1217. OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1218. OthersText_2.BackgroundTransparency = 1
  1219. OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0)
  1220. OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0)
  1221. OthersText_2.Font = Enum.Font.SourceSansItalic
  1222. OthersText_2.FontSize = Enum.FontSize.Size24
  1223. OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!"
  1224. OthersText_2.TextSize = 19
  1225. OthersText_2.TextWrapped = true
  1226.  
  1227. TXTBOX_PlrName2.Name = "TXTBOX_PlrName2"
  1228. TXTBOX_PlrName2.Parent = Others_2
  1229. TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1230. TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1231. TXTBOX_PlrName2.BorderSizePixel = 0
  1232. TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  1233. TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1234. TXTBOX_PlrName2.ZIndex = 2
  1235. TXTBOX_PlrName2.Font = Enum.Font.SourceSans
  1236. TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14
  1237. TXTBOX_PlrName2.Text = "Player"
  1238. TXTBOX_PlrName2.TextScaled = true
  1239. TXTBOX_PlrName2.TextSize = 14
  1240. TXTBOX_PlrName2.TextWrapped = true
  1241.  
  1242. othersBaseBackground2.Name = "othersBaseBackground2"
  1243. othersBaseBackground2.Parent = Others_2
  1244. othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1245. othersBaseBackground2.BorderSizePixel = 0
  1246. othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  1247. othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  1248.  
  1249. Flatten.Name = "Flatten"
  1250. Flatten.Parent = othersBaseBackground2
  1251. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1252. Flatten.BorderSizePixel = 0
  1253. Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0)
  1254. Flatten.Size = UDim2.new(0, 92, 0, 25)
  1255. Flatten.Font = Enum.Font.SourceSans
  1256. Flatten.FontSize = Enum.FontSize.Size24
  1257. Flatten.Text = "Flatten"
  1258. Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1259. Flatten.TextSize = 22
  1260.  
  1261. AimHead.Name = "AimHead"
  1262. AimHead.Parent = othersBaseBackground2
  1263. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1264. AimHead.BorderSizePixel = 0
  1265. AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  1266. AimHead.Size = UDim2.new(0, 92, 0, 25)
  1267. AimHead.Font = Enum.Font.SourceSans
  1268. AimHead.FontSize = Enum.FontSize.Size24
  1269. AimHead.Text = "Aim Head"
  1270. AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1271. AimHead.TextSize = 22
  1272.  
  1273. Float.Name = "Float"
  1274. Float.Parent = othersBaseBackground2
  1275. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1276. Float.BorderSizePixel = 0
  1277. Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0)
  1278. Float.Size = UDim2.new(0, 92, 0, 25)
  1279. Float.Font = Enum.Font.SourceSans
  1280. Float.FontSize = Enum.FontSize.Size24
  1281. Float.Text = "Float"
  1282. Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1283. Float.TextSize = 22
  1284.  
  1285. Multiple.Name = "Multiple"
  1286. Multiple.Parent = othersBaseBackground2
  1287. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1288. Multiple.BorderSizePixel = 0
  1289. Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  1290. Multiple.Size = UDim2.new(0, 92, 0, 25)
  1291. Multiple.Font = Enum.Font.SourceSans
  1292. Multiple.FontSize = Enum.FontSize.Size24
  1293. Multiple.Text = "Multiple"
  1294. Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1295. Multiple.TextSize = 22
  1296.  
  1297. Animated.Name = "Animated"
  1298. Animated.Parent = othersBaseBackground2
  1299. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1300. Animated.BorderSizePixel = 0
  1301. Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0)
  1302. Animated.Size = UDim2.new(0, 92, 0, 25)
  1303. Animated.Font = Enum.Font.SourceSans
  1304. Animated.FontSize = Enum.FontSize.Size24
  1305. Animated.Text = "Animated"
  1306. Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1307. Animated.TextSize = 22
  1308.  
  1309. SlowAttract.Name = "SlowAttract"
  1310. SlowAttract.Parent = othersBaseBackground2
  1311. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1312. SlowAttract.BorderSizePixel = 0
  1313. SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0)
  1314. SlowAttract.Size = UDim2.new(0, 92, 0, 25)
  1315. SlowAttract.Font = Enum.Font.SourceSans
  1316. SlowAttract.FontSize = Enum.FontSize.Size24
  1317. SlowAttract.Text = "SlowAttract"
  1318. SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1319. SlowAttract.TextSize = 22
  1320.  
  1321. WeirdOrbit.Name = "WeirdOrbit"
  1322. WeirdOrbit.Parent = othersBaseBackground2
  1323. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1324. WeirdOrbit.BorderSizePixel = 0
  1325. WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0)
  1326. WeirdOrbit.Size = UDim2.new(0, 92, 0, 25)
  1327. WeirdOrbit.Font = Enum.Font.SourceSans
  1328. WeirdOrbit.FontSize = Enum.FontSize.Size24
  1329. WeirdOrbit.Text = "Weird Orbit"
  1330. WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1331. WeirdOrbit.TextSize = 22
  1332.  
  1333. Violent.Name = "Violent"
  1334. Violent.Parent = othersBaseBackground2
  1335. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1336. Violent.BorderSizePixel = 0
  1337. Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  1338. Violent.Size = UDim2.new(0, 92, 0, 25)
  1339. Violent.Font = Enum.Font.SourceSans
  1340. Violent.FontSize = Enum.FontSize.Size24
  1341. Violent.Text = "Violent"
  1342. Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1343. Violent.TextSize = 22
  1344.  
  1345. Max.Name = "Max"
  1346. Max.Parent = othersBaseBackground2
  1347. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1348. Max.BorderSizePixel = 0
  1349. Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0)
  1350. Max.Size = UDim2.new(0, 92, 0, 25)
  1351. Max.Font = Enum.Font.SourceSans
  1352. Max.FontSize = Enum.FontSize.Size24
  1353. Max.Text = "Max"
  1354. Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1355. Max.TextSize = 22
  1356.  
  1357. Others_toPAGE3.Name = "Others_toPAGE3"
  1358. Others_toPAGE3.Parent = Others_2
  1359. Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1360. Others_toPAGE3.BorderSizePixel = 0
  1361. Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1362. Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1363. Others_toPAGE3.Font = Enum.Font.SourceSansLight
  1364. Others_toPAGE3.FontSize = Enum.FontSize.Size24
  1365. Others_toPAGE3.Text = "Next"
  1366. Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1367. Others_toPAGE3.TextSize = 22
  1368.  
  1369. Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE"
  1370. Character_toPAGE3_IMAGE.Parent = Others_toPAGE3
  1371. Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1372. Character_toPAGE3_IMAGE.BorderSizePixel = 0
  1373. Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  1374. Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1375. Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  1376.  
  1377. Others_backPAGE1.Name = "Others_backPAGE1"
  1378. Others_backPAGE1.Parent = Others_2
  1379. Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1380. Others_backPAGE1.BorderSizePixel = 0
  1381. Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1382. Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1383. Others_backPAGE1.Font = Enum.Font.SourceSansLight
  1384. Others_backPAGE1.FontSize = Enum.FontSize.Size24
  1385. Others_backPAGE1.Text = "Prev"
  1386. Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1387. Others_backPAGE1.TextSize = 22
  1388.  
  1389. Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE"
  1390. Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1
  1391. Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1392. Character_toPAGE1_IMAGE_2.BorderSizePixel = 0
  1393. Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1394. Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  1395. Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968"
  1396.  
  1397. Extra_1.Name = "Extra_1"
  1398. Extra_1.Parent = Pages
  1399. Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1400. Extra_1.BorderSizePixel = 0
  1401. Extra_1.Position = UDim2.new(1, 0, 0, 0)
  1402. Extra_1.Size = UDim2.new(1, 0, 1, 0)
  1403.  
  1404. Extra_Image.Name = "Extra_Image"
  1405. Extra_Image.Parent = Extra_1
  1406. Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1407. Extra_Image.BackgroundTransparency = 1
  1408. Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1409. Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1410. Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720"
  1411.  
  1412. ExtraText.Name = "ExtraText"
  1413. ExtraText.Parent = Extra_1
  1414. ExtraText.BackgroundColor3 = Color3.new(1, 1, 1)
  1415. ExtraText.BackgroundTransparency = 1
  1416. ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1417. ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0)
  1418. ExtraText.Font = Enum.Font.SourceSansItalic
  1419. ExtraText.FontSize = Enum.FontSize.Size24
  1420. ExtraText.Text = "Cool and unique commands for yourself!"
  1421. ExtraText.TextSize = 19
  1422. ExtraText.TextWrapped = true
  1423.  
  1424. ExtraBaseBackGround1.Name = "ExtraBaseBackGround1"
  1425. ExtraBaseBackGround1.Parent = Extra_1
  1426. ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  1427. ExtraBaseBackGround1.BorderSizePixel = 0
  1428. ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0)
  1429. ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  1430.  
  1431. CrouchRocket.Name = "CrouchRocket"
  1432. CrouchRocket.Parent = ExtraBaseBackGround1
  1433. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1434. CrouchRocket.BorderSizePixel = 0
  1435. CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  1436. CrouchRocket.Size = UDim2.new(0, 92, 0, 25)
  1437. CrouchRocket.Font = Enum.Font.SourceSans
  1438. CrouchRocket.FontSize = Enum.FontSize.Size18
  1439. CrouchRocket.Text = "Crouch Rocket"
  1440. CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1441. CrouchRocket.TextSize = 17
  1442.  
  1443. ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side"
  1444. ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1
  1445. ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1446. ExtraBaseBackGround1Side.BorderSizePixel = 0
  1447. ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  1448. ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  1449.  
  1450. CloneIllusion.Name = "CloneIllusion"
  1451. CloneIllusion.Parent = ExtraBaseBackGround1
  1452. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1453. CloneIllusion.BorderSizePixel = 0
  1454. CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  1455. CloneIllusion.Size = UDim2.new(0, 92, 0, 25)
  1456. CloneIllusion.Font = Enum.Font.SourceSans
  1457. CloneIllusion.FontSize = Enum.FontSize.Size18
  1458. CloneIllusion.Text = "Clone Illusion"
  1459. CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1460. CloneIllusion.TextSize = 17
  1461.  
  1462. CoolSpin.Name = "CoolSpin"
  1463. CoolSpin.Parent = ExtraBaseBackGround1
  1464. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1465. CoolSpin.BorderSizePixel = 0
  1466. CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  1467. CoolSpin.Size = UDim2.new(0, 92, 0, 25)
  1468. CoolSpin.Font = Enum.Font.SourceSans
  1469. CoolSpin.FontSize = Enum.FontSize.Size18
  1470. CoolSpin.Text = "Cool Spin"
  1471. CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1472. CoolSpin.TextSize = 17
  1473.  
  1474. JumpRocket.Name = "JumpRocket"
  1475. JumpRocket.Parent = ExtraBaseBackGround1
  1476. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1477. JumpRocket.BorderSizePixel = 0
  1478. JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  1479. JumpRocket.Size = UDim2.new(0, 92, 0, 25)
  1480. JumpRocket.Font = Enum.Font.SourceSans
  1481. JumpRocket.FontSize = Enum.FontSize.Size18
  1482. JumpRocket.Text = "Jump Rocket"
  1483. JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1484. JumpRocket.TextSize = 17
  1485.  
  1486. Extra_toPAGE2.Name = "Extra_toPAGE2"
  1487. Extra_toPAGE2.Parent = Extra_1
  1488. Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1489. Extra_toPAGE2.BorderSizePixel = 0
  1490. Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1491. Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1492. Extra_toPAGE2.Font = Enum.Font.SourceSansLight
  1493. Extra_toPAGE2.FontSize = Enum.FontSize.Size24
  1494. Extra_toPAGE2.Text = "Next"
  1495. Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1496. Extra_toPAGE2.TextSize = 22
  1497.  
  1498. Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE"
  1499. Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2
  1500. Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1501. Character_toPAGE2_IMAGE_3.BorderSizePixel = 0
  1502. Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0)
  1503. Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  1504. Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326"
  1505.  
  1506. Extra_Title.Name = "Extra_Title"
  1507. Extra_Title.Parent = Extra_1
  1508. Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  1509. Extra_Title.BackgroundTransparency = 1
  1510. Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  1511. Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1512. Extra_Title.Font = Enum.Font.SourceSansBold
  1513. Extra_Title.FontSize = Enum.FontSize.Size28
  1514. Extra_Title.Text = "Extra"
  1515. Extra_Title.TextSize = 25
  1516.  
  1517. ExtraBaseBackGround2.Name = "ExtraBaseBackGround2"
  1518. ExtraBaseBackGround2.Parent = Extra_1
  1519. ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  1520. ExtraBaseBackGround2.BorderSizePixel = 0
  1521. ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0)
  1522. ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  1523.  
  1524. NoLimbs.Name = "NoLimbs"
  1525. NoLimbs.Parent = ExtraBaseBackGround2
  1526. NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1527. NoLimbs.BorderSizePixel = 0
  1528. NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  1529. NoLimbs.Size = UDim2.new(0, 92, 0, 25)
  1530. NoLimbs.Font = Enum.Font.SourceSans
  1531. NoLimbs.FontSize = Enum.FontSize.Size18
  1532. NoLimbs.Text = "No Limbs"
  1533. NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1534. NoLimbs.TextSize = 17
  1535.  
  1536. FEGodmode.Name = "FE Godmode"
  1537. FEGodmode.Parent = ExtraBaseBackGround2
  1538. FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1539. FEGodmode.BorderSizePixel = 0
  1540. FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  1541. FEGodmode.Size = UDim2.new(0, 92, 0, 25)
  1542. FEGodmode.Font = Enum.Font.SourceSans
  1543. FEGodmode.FontSize = Enum.FontSize.Size18
  1544. FEGodmode.Text = "FE Godmode"
  1545. FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1546. FEGodmode.TextSize = 17
  1547.  
  1548. BrickHats.Name = "BrickHats"
  1549. BrickHats.Parent = ExtraBaseBackGround2
  1550. BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1551. BrickHats.BorderSizePixel = 0
  1552. BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  1553. BrickHats.Size = UDim2.new(0, 92, 0, 25)
  1554. BrickHats.Font = Enum.Font.SourceSans
  1555. BrickHats.FontSize = Enum.FontSize.Size18
  1556. BrickHats.Text = "Brick Hats"
  1557. BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1558. BrickHats.TextSize = 17
  1559.  
  1560. RapidPunch.Name = "RapidPunch"
  1561. RapidPunch.Parent = ExtraBaseBackGround2
  1562. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1563. RapidPunch.BorderSizePixel = 0
  1564. RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  1565. RapidPunch.Size = UDim2.new(0, 92, 0, 25)
  1566. RapidPunch.Font = Enum.Font.SourceSans
  1567. RapidPunch.FontSize = Enum.FontSize.Size18
  1568. RapidPunch.Text = "RapidPunch"
  1569. RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1570. RapidPunch.TextSize = 17
  1571.  
  1572. ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side"
  1573. ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2
  1574. ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  1575. ExtraBaseBackGround2Side.BorderSizePixel = 0
  1576. ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  1577. ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  1578.  
  1579. ExtraBaseBackGround3.Name = "ExtraBaseBackGround3"
  1580. ExtraBaseBackGround3.Parent = Extra_1
  1581. ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  1582. ExtraBaseBackGround3.BorderSizePixel = 0
  1583. ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0)
  1584. ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  1585.  
  1586. PunchFollow.Name = "PunchFollow"
  1587. PunchFollow.Parent = ExtraBaseBackGround3
  1588. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1589. PunchFollow.BorderSizePixel = 0
  1590. PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  1591. PunchFollow.Size = UDim2.new(0, 92, 0, 25)
  1592. PunchFollow.Font = Enum.Font.SourceSans
  1593. PunchFollow.FontSize = Enum.FontSize.Size18
  1594. PunchFollow.Text = "Punch Follow"
  1595. PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1596. PunchFollow.TextSize = 17
  1597.  
  1598. ArmFollow.Name = "ArmFollow"
  1599. ArmFollow.Parent = ExtraBaseBackGround3
  1600. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1601. ArmFollow.BorderSizePixel = 0
  1602. ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  1603. ArmFollow.Size = UDim2.new(0, 92, 0, 25)
  1604. ArmFollow.Font = Enum.Font.SourceSans
  1605. ArmFollow.FontSize = Enum.FontSize.Size18
  1606. ArmFollow.Text = "Arm Follow"
  1607. ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1608. ArmFollow.TextSize = 17
  1609.  
  1610. Spin.Name = "Spin"
  1611. Spin.Parent = ExtraBaseBackGround3
  1612. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1613. Spin.BorderSizePixel = 0
  1614. Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  1615. Spin.Size = UDim2.new(0, 92, 0, 25)
  1616. Spin.Font = Enum.Font.SourceSans
  1617. Spin.FontSize = Enum.FontSize.Size18
  1618. Spin.Text = "Spin"
  1619. Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1620. Spin.TextSize = 17
  1621.  
  1622. Faint.Name = "Faint"
  1623. Faint.Parent = ExtraBaseBackGround3
  1624. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1625. Faint.BorderSizePixel = 0
  1626. Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  1627. Faint.Size = UDim2.new(0, 92, 0, 25)
  1628. Faint.Font = Enum.Font.SourceSans
  1629. Faint.FontSize = Enum.FontSize.Size18
  1630. Faint.Text = "Faint"
  1631. Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1632. Faint.TextSize = 17
  1633.  
  1634. ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side"
  1635. ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3
  1636. ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  1637. ExtraBaseBackGround3Side.BorderSizePixel = 0
  1638. ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  1639. ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  1640.  
  1641. Extra_2.Name = "Extra_2"
  1642. Extra_2.Parent = Pages
  1643. Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1644. Extra_2.BorderSizePixel = 0
  1645. Extra_2.Position = UDim2.new(1, 0, 0, 0)
  1646. Extra_2.Size = UDim2.new(1, 0, 1, 0)
  1647.  
  1648. Extra_Image_2.Name = "Extra_Image"
  1649. Extra_Image_2.Parent = Extra_2
  1650. Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1651. Extra_Image_2.BackgroundTransparency = 1
  1652. Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0)
  1653. Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1654. Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168"
  1655.  
  1656. ExtraText_2.Name = "ExtraText"
  1657. ExtraText_2.Parent = Extra_2
  1658. ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1659. ExtraText_2.BackgroundTransparency = 1
  1660. ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1661. ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  1662. ExtraText_2.Font = Enum.Font.SourceSansItalic
  1663. ExtraText_2.FontSize = Enum.FontSize.Size24
  1664. ExtraText_2.Text = "Cool and unique commands for other players!"
  1665. ExtraText_2.TextSize = 19
  1666. ExtraText_2.TextWrapped = true
  1667.  
  1668. Extra_Title_2.Name = "Extra_Title"
  1669. Extra_Title_2.Parent = Extra_2
  1670. Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1671. Extra_Title_2.BackgroundTransparency = 1
  1672. Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  1673. Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1674. Extra_Title_2.Font = Enum.Font.SourceSansBold
  1675. Extra_Title_2.FontSize = Enum.FontSize.Size28
  1676. Extra_Title_2.Text = "Extra"
  1677. Extra_Title_2.TextSize = 25
  1678.  
  1679. ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2"
  1680. ExtraBaseBackGround2_2.Parent = Extra_2
  1681. ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  1682. ExtraBaseBackGround2_2.BorderSizePixel = 0
  1683. ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0)
  1684. ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0)
  1685.  
  1686. CrouchAttack.Name = "CrouchAttack"
  1687. CrouchAttack.Parent = ExtraBaseBackGround2_2
  1688. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1689. CrouchAttack.BorderSizePixel = 0
  1690. CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0)
  1691. CrouchAttack.Size = UDim2.new(0, 92, 0, 25)
  1692. CrouchAttack.Font = Enum.Font.SourceSans
  1693. CrouchAttack.FontSize = Enum.FontSize.Size18
  1694. CrouchAttack.Text = "Crouch Attack"
  1695. CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1696. CrouchAttack.TextSize = 17
  1697.  
  1698. WalkThrough.Name = "WalkThrough"
  1699. WalkThrough.Parent = ExtraBaseBackGround2_2
  1700. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1701. WalkThrough.BorderSizePixel = 0
  1702. WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0)
  1703. WalkThrough.Size = UDim2.new(0, 92, 0, 25)
  1704. WalkThrough.Font = Enum.Font.SourceSans
  1705. WalkThrough.FontSize = Enum.FontSize.Size18
  1706. WalkThrough.Text = "Walk Through"
  1707. WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1708. WalkThrough.TextSize = 17
  1709.  
  1710. CreepyWatch.Name = "CreepyWatch"
  1711. CreepyWatch.Parent = ExtraBaseBackGround2_2
  1712. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1713. CreepyWatch.BorderSizePixel = 0
  1714. CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0)
  1715. CreepyWatch.Size = UDim2.new(0, 92, 0, 25)
  1716. CreepyWatch.Font = Enum.Font.SourceSans
  1717. CreepyWatch.FontSize = Enum.FontSize.Size18
  1718. CreepyWatch.Text = "Creepy Watch"
  1719. CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1720. CreepyWatch.TextSize = 17
  1721.  
  1722. SpinAttack.Name = "SpinAttack"
  1723. SpinAttack.Parent = ExtraBaseBackGround2_2
  1724. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1725. SpinAttack.BorderSizePixel = 0
  1726. SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0)
  1727. SpinAttack.Size = UDim2.new(0, 92, 0, 25)
  1728. SpinAttack.Font = Enum.Font.SourceSans
  1729. SpinAttack.FontSize = Enum.FontSize.Size18
  1730. SpinAttack.Text = "Spin Attack"
  1731. SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1732. SpinAttack.TextSize = 17
  1733.  
  1734. ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side"
  1735. ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2
  1736. ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1737. ExtraBaseBackGround2Side_2.BorderSizePixel = 0
  1738. ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0)
  1739. ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0)
  1740.  
  1741. TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA"
  1742. TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2
  1743. TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1744. TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1745. TXTBOX_PlrNameEXTRA.BorderSizePixel = 0
  1746. TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0)
  1747. TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0)
  1748. TXTBOX_PlrNameEXTRA.ZIndex = 2
  1749. TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans
  1750. TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14
  1751. TXTBOX_PlrNameEXTRA.Text = "Player"
  1752. TXTBOX_PlrNameEXTRA.TextScaled = true
  1753. TXTBOX_PlrNameEXTRA.TextSize = 14
  1754. TXTBOX_PlrNameEXTRA.TextWrapped = true
  1755.  
  1756. _18.Name = "18+"
  1757. _18.Parent = ExtraBaseBackGround2_2
  1758. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1759. _18.BorderSizePixel = 0
  1760. _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0)
  1761. _18.Size = UDim2.new(0, 92, 0, 25)
  1762. _18.Font = Enum.Font.SourceSans
  1763. _18.FontSize = Enum.FontSize.Size18
  1764. _18.Text = "18+"
  1765. _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1766. _18.TextSize = 17
  1767.  
  1768. SlamPropulsion.Name = "SlamPropulsion"
  1769. SlamPropulsion.Parent = ExtraBaseBackGround2_2
  1770. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1771. SlamPropulsion.BorderSizePixel = 0
  1772. SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0)
  1773. SlamPropulsion.Size = UDim2.new(0, 92, 0, 25)
  1774. SlamPropulsion.Font = Enum.Font.SourceSans
  1775. SlamPropulsion.FontSize = Enum.FontSize.Size18
  1776. SlamPropulsion.Text = "Slam Propulsion"
  1777. SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1778. SlamPropulsion.TextSize = 15
  1779. SlamPropulsion.TextWrapped = true
  1780.  
  1781. Extra_backPAGE1.Name = "Extra_backPAGE1"
  1782. Extra_backPAGE1.Parent = Extra_2
  1783. Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1784. Extra_backPAGE1.BorderSizePixel = 0
  1785. Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1786. Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1787. Extra_backPAGE1.Font = Enum.Font.SourceSansLight
  1788. Extra_backPAGE1.FontSize = Enum.FontSize.Size24
  1789. Extra_backPAGE1.Text = "Prev"
  1790. Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1791. Extra_backPAGE1.TextSize = 22
  1792.  
  1793. Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE"
  1794. Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1
  1795. Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1796. Character_toPAGE1_IMAGE_3.BorderSizePixel = 0
  1797. Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1798. Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  1799. Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968"
  1800.  
  1801. Others_3.Name = "Others_3"
  1802. Others_3.Parent = Pages
  1803. Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1804. Others_3.BorderSizePixel = 0
  1805. Others_3.Position = UDim2.new(1, 0, 0, 0)
  1806. Others_3.Size = UDim2.new(1, 0, 1, 0)
  1807.  
  1808. OthersTitle_3.Name = "OthersTitle"
  1809. OthersTitle_3.Parent = Others_3
  1810. OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1811. OthersTitle_3.BackgroundTransparency = 1
  1812. OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0)
  1813. OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1814. OthersTitle_3.Font = Enum.Font.SourceSansBold
  1815. OthersTitle_3.FontSize = Enum.FontSize.Size28
  1816. OthersTitle_3.Text = "Others"
  1817. OthersTitle_3.TextSize = 25
  1818.  
  1819. Other_Image3.Name = "Other_Image3"
  1820. Other_Image3.Parent = Others_3
  1821. Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1)
  1822. Other_Image3.BackgroundTransparency = 1
  1823. Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0)
  1824. Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  1825. Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925"
  1826.  
  1827. OthersText_3.Name = "OthersText"
  1828. OthersText_3.Parent = Others_3
  1829. OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1830. OthersText_3.BackgroundTransparency = 1
  1831. OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0)
  1832. OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0)
  1833. OthersText_3.Font = Enum.Font.SourceSansItalic
  1834. OthersText_3.FontSize = Enum.FontSize.Size24
  1835. OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work."
  1836. OthersText_3.TextSize = 19
  1837. OthersText_3.TextWrapped = true
  1838.  
  1839. TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3"
  1840. TXTBOX_PlrNameOTHER3.Parent = Others_3
  1841. TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1842. TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1843. TXTBOX_PlrNameOTHER3.BorderSizePixel = 0
  1844. TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0)
  1845. TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1846. TXTBOX_PlrNameOTHER3.ZIndex = 2
  1847. TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans
  1848. TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14
  1849. TXTBOX_PlrNameOTHER3.Text = "Player"
  1850. TXTBOX_PlrNameOTHER3.TextScaled = true
  1851. TXTBOX_PlrNameOTHER3.TextSize = 14
  1852. TXTBOX_PlrNameOTHER3.TextWrapped = true
  1853.  
  1854. othersBaseBackground3.Name = "othersBaseBackground3"
  1855. othersBaseBackground3.Parent = Others_3
  1856. othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  1857. othersBaseBackground3.BorderSizePixel = 0
  1858. othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0)
  1859. othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0)
  1860.  
  1861. FreeFall.Name = "FreeFall"
  1862. FreeFall.Parent = othersBaseBackground3
  1863. FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1864. FreeFall.BorderSizePixel = 0
  1865. FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0)
  1866. FreeFall.Size = UDim2.new(0, 92, 0, 25)
  1867. FreeFall.Font = Enum.Font.SourceSans
  1868. FreeFall.FontSize = Enum.FontSize.Size24
  1869. FreeFall.Text = "Free Fall"
  1870. FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1871. FreeFall.TextSize = 22
  1872.  
  1873. Attach.Name = "Attach"
  1874. Attach.Parent = othersBaseBackground3
  1875. Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1876. Attach.BorderSizePixel = 0
  1877. Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0)
  1878. Attach.Size = UDim2.new(0, 92, 0, 25)
  1879. Attach.Font = Enum.Font.SourceSans
  1880. Attach.FontSize = Enum.FontSize.Size24
  1881. Attach.Text = "Attach"
  1882. Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1883. Attach.TextSize = 22
  1884.  
  1885. Bring.Name = "Bring"
  1886. Bring.Parent = othersBaseBackground3
  1887. Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1888. Bring.BorderSizePixel = 0
  1889. Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0)
  1890. Bring.Size = UDim2.new(0, 92, 0, 25)
  1891. Bring.Font = Enum.Font.SourceSans
  1892. Bring.FontSize = Enum.FontSize.Size24
  1893. Bring.Text = "Bring"
  1894. Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1895. Bring.TextSize = 22
  1896.  
  1897. SafeKill.Name = "SafeKill"
  1898. SafeKill.Parent = othersBaseBackground3
  1899. SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1900. SafeKill.BorderSizePixel = 0
  1901. SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0)
  1902. SafeKill.Size = UDim2.new(0, 92, 0, 25)
  1903. SafeKill.Font = Enum.Font.SourceSans
  1904. SafeKill.FontSize = Enum.FontSize.Size24
  1905. SafeKill.Text = "SafeKill"
  1906. SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1907. SafeKill.TextSize = 22
  1908.  
  1909. SuperSpin.Name = "SuperSpin"
  1910. SuperSpin.Parent = othersBaseBackground3
  1911. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1912. SuperSpin.BorderSizePixel = 0
  1913. SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0)
  1914. SuperSpin.Size = UDim2.new(0, 92, 0, 25)
  1915. SuperSpin.Font = Enum.Font.SourceSans
  1916. SuperSpin.FontSize = Enum.FontSize.Size24
  1917. SuperSpin.Text = "SuperSpin"
  1918. SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1919. SuperSpin.TextSize = 22
  1920.  
  1921. Kill.Name = "Kill"
  1922. Kill.Parent = othersBaseBackground3
  1923. Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1924. Kill.BorderSizePixel = 0
  1925. Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0)
  1926. Kill.Size = UDim2.new(0, 92, 0, 25)
  1927. Kill.Font = Enum.Font.SourceSans
  1928. Kill.FontSize = Enum.FontSize.Size24
  1929. Kill.Text = "Kill"
  1930. Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1931. Kill.TextSize = 22
  1932.  
  1933. Others_backPAGE2.Name = "Others_backPAGE2"
  1934. Others_backPAGE2.Parent = Others_3
  1935. Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1936. Others_backPAGE2.BorderSizePixel = 0
  1937. Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1938. Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1939. Others_backPAGE2.Font = Enum.Font.SourceSansLight
  1940. Others_backPAGE2.FontSize = Enum.FontSize.Size24
  1941. Others_backPAGE2.Text = "Prev"
  1942. Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1943. Others_backPAGE2.TextSize = 22
  1944.  
  1945. Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE"
  1946. Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2
  1947. Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1948. Character_toPAGE1_IMAGE_4.BorderSizePixel = 0
  1949. Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1950. Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25)
  1951. Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968"
  1952.  
  1953. Games.Name = "Games"
  1954. Games.Parent = Pages
  1955. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1956. Games.BorderSizePixel = 0
  1957. Games.Position = UDim2.new(1, 0, 0, 0)
  1958. Games.Size = UDim2.new(1, 0, 1, 0)
  1959.  
  1960. Games_IMAGE.Name = "Games_IMAGE"
  1961. Games_IMAGE.Parent = Games
  1962. Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  1963. Games_IMAGE.BackgroundTransparency = 1
  1964. Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0)
  1965. Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1966. Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262"
  1967.  
  1968. GamesText.Name = "GamesText"
  1969. GamesText.Parent = Games
  1970. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  1971. GamesText.BackgroundTransparency = 1
  1972. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1973. GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  1974. GamesText.Font = Enum.Font.SourceSansItalic
  1975. GamesText.FontSize = Enum.FontSize.Size24
  1976. GamesText.Text = "Not a completed part, I will be updating with more games."
  1977. GamesText.TextSize = 19
  1978. GamesText.TextWrapped = true
  1979.  
  1980. Games_TITLE.Name = "Games_TITLE"
  1981. Games_TITLE.Parent = Games
  1982. Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  1983. Games_TITLE.BackgroundTransparency = 1
  1984. Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0)
  1985. Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1986. Games_TITLE.Font = Enum.Font.SourceSansBold
  1987. Games_TITLE.FontSize = Enum.FontSize.Size28
  1988. Games_TITLE.Text = "Games"
  1989. Games_TITLE.TextSize = 25
  1990.  
  1991. Games_IMAGE2.Name = "Games_IMAGE2"
  1992. Games_IMAGE2.Parent = Games
  1993. Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1)
  1994. Games_IMAGE2.BackgroundTransparency = 1
  1995. Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0)
  1996. Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1997. Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262"
  1998.  
  1999. SwordFightingTournament.Name = "SwordFightingTournament"
  2000. SwordFightingTournament.Parent = Games
  2001. SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2002. SwordFightingTournament.BorderSizePixel = 0
  2003. SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0)
  2004. SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2005. SwordFightingTournament.Font = Enum.Font.SourceSans
  2006. SwordFightingTournament.FontSize = Enum.FontSize.Size14
  2007. SwordFightingTournament.Text = "Sword Fighting Tournament"
  2008. SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2009. SwordFightingTournament.TextScaled = true
  2010. SwordFightingTournament.TextSize = 14
  2011. SwordFightingTournament.TextWrapped = true
  2012.  
  2013. PlatesOfFateMayhem.Name = "PlatesOfFateMayhem"
  2014. PlatesOfFateMayhem.Parent = Games
  2015. PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2016. PlatesOfFateMayhem.BorderSizePixel = 0
  2017. PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0)
  2018. PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2019. PlatesOfFateMayhem.Font = Enum.Font.SourceSans
  2020. PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14
  2021. PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem"
  2022. PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2023. PlatesOfFateMayhem.TextScaled = true
  2024. PlatesOfFateMayhem.TextSize = 14
  2025. PlatesOfFateMayhem.TextWrapped = true
  2026.  
  2027. GamesText2.Name = "GamesText2"
  2028. GamesText2.Parent = Games
  2029. GamesText2.BackgroundColor3 = Color3.new(1, 1, 1)
  2030. GamesText2.BackgroundTransparency = 1
  2031. GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0)
  2032. GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0)
  2033. GamesText2.Font = Enum.Font.SourceSansItalic
  2034. GamesText2.FontSize = Enum.FontSize.Size24
  2035. GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update."
  2036. GamesText2.TextSize = 19
  2037. GamesText2.TextWrapped = true
  2038.  
  2039. Frappe.Name = "Frappe"
  2040. Frappe.Parent = Games
  2041. Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2042. Frappe.BorderSizePixel = 0
  2043. Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0)
  2044. Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2045. Frappe.Font = Enum.Font.SourceSans
  2046. Frappe.FontSize = Enum.FontSize.Size14
  2047. Frappe.Text = "Frappe"
  2048. Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2049. Frappe.TextScaled = true
  2050. Frappe.TextSize = 14
  2051. Frappe.TextWrapped = true
  2052.  
  2053. Frappe_2.Name = "Frappe"
  2054. Frappe_2.Parent = Games
  2055. Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2056. Frappe_2.BorderSizePixel = 0
  2057. Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0)
  2058. Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  2059. Frappe_2.Font = Enum.Font.SourceSans
  2060. Frappe_2.FontSize = Enum.FontSize.Size14
  2061. Frappe_2.Text = "Frappe"
  2062. Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2063. Frappe_2.TextScaled = true
  2064. Frappe_2.TextSize = 14
  2065. Frappe_2.TextWrapped = true
  2066.  
  2067. MenuFrame.Name = "MenuFrame"
  2068. MenuFrame.Parent = MainFrame
  2069. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  2070. MenuFrame.BorderSizePixel = 0
  2071. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2072. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  2073.  
  2074. Welcome.Name = "Welcome"
  2075. Welcome.Parent = MenuFrame
  2076. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  2077. Welcome.BackgroundTransparency = 1
  2078. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  2079. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  2080. Welcome.Font = Enum.Font.SourceSansLight
  2081. Welcome.FontSize = Enum.FontSize.Size14
  2082. Welcome.Text = "Welcome,"
  2083. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2084. Welcome.TextScaled = true
  2085. Welcome.TextSize = 14
  2086. Welcome.TextWrapped = true
  2087.  
  2088. NameOfPlayer.Name = "NameOfPlayer"
  2089. NameOfPlayer.Parent = MenuFrame
  2090. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  2091. NameOfPlayer.BackgroundTransparency = 1
  2092. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  2093. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  2094. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  2095. NameOfPlayer.FontSize = Enum.FontSize.Size14
  2096. NameOfPlayer.Text = "PlayerName"
  2097. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2098. NameOfPlayer.TextScaled = true
  2099. NameOfPlayer.TextSize = 14
  2100. NameOfPlayer.TextWrapped = true
  2101.  
  2102. T_Information.Name = "T_Information"
  2103. T_Information.Parent = MenuFrame
  2104. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2105. T_Information.BorderSizePixel = 0
  2106. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  2107. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2108. T_Information.Font = Enum.Font.SourceSans
  2109. T_Information.FontSize = Enum.FontSize.Size18
  2110. T_Information.Text = "Information"
  2111. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2112. T_Information.TextSize = 16
  2113. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  2114.  
  2115. T_InfoImage.Name = "T_InfoImage"
  2116. T_InfoImage.Parent = T_Information
  2117. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2118. T_InfoImage.BackgroundTransparency = 1
  2119. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2120. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2121. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  2122.  
  2123. T_Character.Name = "T_Character"
  2124. T_Character.Parent = MenuFrame
  2125. T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2126. T_Character.BorderSizePixel = 0
  2127. T_Character.Position = UDim2.new(0, 0, 0.388073802, 0)
  2128. T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2129. T_Character.Font = Enum.Font.SourceSans
  2130. T_Character.FontSize = Enum.FontSize.Size18
  2131. T_Character.Text = "Character"
  2132. T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2133. T_Character.TextSize = 16
  2134. T_Character.TextXAlignment = Enum.TextXAlignment.Left
  2135.  
  2136. T_CharImage.Name = "T_CharImage"
  2137. T_CharImage.Parent = T_Character
  2138. T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2139. T_CharImage.BackgroundTransparency = 1
  2140. T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2141. T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2142. T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598"
  2143.  
  2144. T_Games.Name = "T_Games"
  2145. T_Games.Parent = MenuFrame
  2146. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2147. T_Games.BorderSizePixel = 0
  2148. T_Games.Position = UDim2.new(0, 0, 0.498952031, 0)
  2149. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2150. T_Games.Font = Enum.Font.SourceSans
  2151. T_Games.FontSize = Enum.FontSize.Size18
  2152. T_Games.Text = "Games"
  2153. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2154. T_Games.TextSize = 16
  2155. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  2156.  
  2157. T_GameImage.Name = "T_GameImage"
  2158. T_GameImage.Parent = T_Games
  2159. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2160. T_GameImage.BackgroundTransparency = 1
  2161. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2162. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2163. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  2164.  
  2165. T_Others.Name = "T_Others"
  2166. T_Others.Parent = MenuFrame
  2167. T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2168. T_Others.BorderSizePixel = 0
  2169. T_Others.Position = UDim2.new(0, 0, 0.60983026, 0)
  2170. T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2171. T_Others.Font = Enum.Font.SourceSans
  2172. T_Others.FontSize = Enum.FontSize.Size18
  2173. T_Others.Text = "Others"
  2174. T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2175. T_Others.TextSize = 16
  2176. T_Others.TextXAlignment = Enum.TextXAlignment.Left
  2177.  
  2178. T_OtherImage.Name = "T_OtherImage"
  2179. T_OtherImage.Parent = T_Others
  2180. T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2181. T_OtherImage.BackgroundTransparency = 1
  2182. T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  2183. T_OtherImage.Size = UDim2.new(0, 30, 0, 30)
  2184. T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  2185.  
  2186. T_Extra.Name = "T_Extra"
  2187. T_Extra.Parent = MenuFrame
  2188. T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  2189. T_Extra.BorderSizePixel = 0
  2190. T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0)
  2191. T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2192. T_Extra.Font = Enum.Font.SourceSans
  2193. T_Extra.FontSize = Enum.FontSize.Size18
  2194. T_Extra.Text = "Extra"
  2195. T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2196. T_Extra.TextSize = 16
  2197. T_Extra.TextXAlignment = Enum.TextXAlignment.Left
  2198.  
  2199. T_ExtraImage.Name = "T_ExtraImage"
  2200. T_ExtraImage.Parent = T_Extra
  2201. T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1)
  2202. T_ExtraImage.BackgroundTransparency = 1
  2203. T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  2204. T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  2205. T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720"
  2206.  
  2207. DeleteGUI.Name = "DeleteGUI"
  2208. DeleteGUI.Parent = MenuFrame
  2209. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  2210. DeleteGUI.BorderSizePixel = 0
  2211. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  2212. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  2213. DeleteGUI.Font = Enum.Font.SourceSans
  2214. DeleteGUI.FontSize = Enum.FontSize.Size18
  2215. DeleteGUI.Text = "Delete GUI"
  2216. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2217. DeleteGUI.TextSize = 16
  2218. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  2219.  
  2220. DELETEIMAGE.Name = "DELETEIMAGE"
  2221. DELETEIMAGE.Parent = DeleteGUI
  2222. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  2223. DELETEIMAGE.BackgroundTransparency = 1
  2224. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  2225. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  2226. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  2227.  
  2228. Darkness.Name = "Darkness"
  2229. Darkness.Parent = MainFrame
  2230. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  2231. Darkness.BackgroundTransparency = 0.8
  2232. Darkness.BorderSizePixel = 0
  2233. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  2234. Darkness.Size = UDim2.new(0, 272, 0, 271)
  2235. Darkness.Visible = false
  2236. Darkness.ZIndex = 7
  2237. Darkness.Font = Enum.Font.SourceSans
  2238. Darkness.FontSize = Enum.FontSize.Size14
  2239. Darkness.Text = ""
  2240. Darkness.TextSize = 14
  2241.  
  2242. -----------------------------------------------------------------
  2243. -----------------------------------------------------------------
  2244. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  2245. if game.Workspace.FilteringEnabled == true then
  2246. Image_FE_ENABLED.Visible = true
  2247. Image_FE_DISABLED.Visible = false
  2248. Text_FE_ENABLED.Visible = true
  2249. Text_FE_DISABLED.Visible = false
  2250. else
  2251. Image_FE_ENABLED.Visible = false
  2252. Image_FE_DISABLED.Visible = true
  2253. Text_FE_ENABLED.Visible = false
  2254. Text_FE_DISABLED.Visible = true
  2255. end
  2256.  
  2257. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2258. local Found = {}
  2259. local strl = String:lower()
  2260. if strl == "all" then
  2261. for i,v in pairs(game.Players:GetPlayers()) do
  2262. table.insert(Found,v)
  2263. end
  2264. elseif strl == "others" then
  2265. for i,v in pairs(game.Players:GetPlayers()) do
  2266. if v.Name ~= game.Players.LocalPlayer.Name then
  2267. table.insert(Found,v)
  2268. end
  2269. end
  2270. else
  2271. for i,v in pairs(game.Players:GetPlayers()) do
  2272. if v.Name:lower():sub(1, #String) == String:lower() then
  2273. table.insert(Found,v)
  2274. end
  2275. end
  2276. end
  2277. return Found
  2278. end
  2279.  
  2280. OpenMenu.MouseButton1Click:connect(function()
  2281. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  2282. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  2283. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  2284. wait(0.7)
  2285. Darkness.Visible = true
  2286. Darkness.BackgroundTransparency = 0.8
  2287. end)
  2288.  
  2289. Darkness.MouseButton1Click:connect(function()
  2290. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  2291. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  2292. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  2293. Darkness.Visible = false
  2294. end)
  2295.  
  2296. closedgui = true
  2297. CloseGUI.MouseButton1Click:connect(function()
  2298. wait(0.3)
  2299. if closedgui then
  2300. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  2301. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  2302. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2303. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  2304. Darkness.Visible = false
  2305. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  2306. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  2307. wait(1.6)
  2308. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  2309. Darkness.Visible = false
  2310. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  2311. closedgui = false
  2312. else
  2313. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  2314. wait(1.5)
  2315. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2316. wait(0.6)
  2317. closedgui = true
  2318. end
  2319. end)
  2320.  
  2321. DeleteGUI.MouseButton1Click:connect(function()
  2322. game.CoreGui.OPFinality:Destroy()
  2323. end)
  2324.  
  2325. T_Character.MouseButton1Click:connect(function()
  2326. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2327. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2328. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2329. Darkness.Visible = false
  2330. wait(0.5)
  2331. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2332. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2333. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2334. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2335. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2336. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2337. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2338. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2339. wait(0.5)
  2340. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2341. end)
  2342.  
  2343. T_Extra.MouseButton1Click:connect(function()
  2344. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2345. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2346. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2347. Darkness.Visible = false
  2348. wait(0.5)
  2349. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2350. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2351. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2352. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2353. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2354. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2355. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2356. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2357. wait(0.5)
  2358. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2359. end)
  2360.  
  2361. T_Games.MouseButton1Click:connect(function()
  2362. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2363. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2364. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2365. Darkness.Visible = false
  2366. wait(0.5)
  2367. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2368. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2369. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2370. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2371. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2372. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2373. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2374. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2375. wait(0.5)
  2376. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2377. end)
  2378.  
  2379. T_Information.MouseButton1Click:connect(function()
  2380. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2381. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2382. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2383. Darkness.Visible = false
  2384. wait(0.5)
  2385. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2386. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2387. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2388. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2389. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2390. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2391. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2392. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2393. wait(0.5)
  2394. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2395. end)
  2396.  
  2397. T_Others.MouseButton1Click:connect(function()
  2398. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  2399. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  2400. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  2401. Darkness.Visible = false
  2402. wait(0.5)
  2403. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2404. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2405. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2406. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2407. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2408. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2409. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2410. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2411. wait(0.5)
  2412. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2413. end)
  2414.  
  2415. Character_toPAGE2.MouseButton1Click:connect(function()
  2416. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2417. wait(0.5)
  2418. Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2419. end)
  2420. Character_backPAGE1.MouseButton1Click:connect(function()
  2421. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2422. wait(0.5)
  2423. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2424. end)
  2425. Extra_toPAGE2.MouseButton1Click:connect(function()
  2426. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2427. wait(0.5)
  2428. Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2429. end)
  2430. Extra_backPAGE1.MouseButton1Click:connect(function()
  2431. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2432. wait(0.5)
  2433. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2434. end)
  2435. Others_toPAGE2.MouseButton1Click:connect(function()
  2436. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2437. wait(0.5)
  2438. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2439. end)
  2440. Others_toPAGE3.MouseButton1Click:connect(function()
  2441. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2442. wait(0.5)
  2443. Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2444. end)
  2445. Others_backPAGE1.MouseButton1Click:connect(function()
  2446. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2447. wait(0.5)
  2448. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2449. end)
  2450. Others_backPAGE2.MouseButton1Click:connect(function()
  2451. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  2452. wait(0.5)
  2453. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  2454. end)
  2455.  
  2456. -------------------------------------------------------------------------------
  2457. -------------------------------------------------------------------------------
  2458.  
  2459. HipHeight.MouseButton1Click:connect(function()
  2460. game.Players.LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text
  2461. end)
  2462. Speed.MouseButton1Click:connect(function()
  2463. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text
  2464. end)
  2465. JumpHeight.MouseButton1Click:connect(function()
  2466. game.Players.LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text
  2467. end)
  2468. Chat.MouseButton1Click:connect(function()
  2469. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  2470. end)
  2471. SpammingChar = false
  2472. Spam_2.MouseButton1Click:connect(function()
  2473. SpammingChar = not SpammingChar
  2474. end)
  2475.  
  2476. local flying = false
  2477. Fly.MouseButton1Click:connect(function()
  2478. flying = not flying
  2479. repeat wait()
  2480. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2481. local mouse = game.Players.LocalPlayer:GetMouse()
  2482. repeat wait() until mouse
  2483. local plr = game.Players.LocalPlayer
  2484. local torso = plr.Character.Torso
  2485. local deb = true
  2486. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2487. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2488. local maxspeed = 80
  2489. local speed = 0
  2490. if flying then
  2491. Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  2492. else
  2493. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2494. end
  2495.  
  2496. function FlyFunction()
  2497. local bg = Instance.new("BodyGyro", torso)
  2498. bg.P = 9e4
  2499. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2500. bg.cframe = torso.CFrame
  2501. local bv = Instance.new("BodyVelocity", torso)
  2502. bv.velocity = Vector3.new(0,0.1,0)
  2503. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2504. repeat wait()
  2505. plr.Character.Humanoid.PlatformStand = true
  2506. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2507. speed = speed+.5+(speed/maxspeed)
  2508. if speed > maxspeed then
  2509. speed = maxspeed
  2510. end
  2511. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2512. speed = speed-1
  2513. if speed < 0 then
  2514. speed = 0
  2515. end
  2516. end
  2517. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2518. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2519. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2520. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2521. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2522. else
  2523. bv.velocity = Vector3.new(0,0.1,0)
  2524. end
  2525. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2526. until not flying
  2527. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2528. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2529. speed = 0
  2530. bg:Destroy()
  2531. bv:Destroy()
  2532. plr.Character.Humanoid.PlatformStand = false
  2533. end
  2534. mouse.KeyDown:connect(function(key)
  2535. if key:lower() == "w" then
  2536. ctrl.f = 1
  2537. elseif key:lower() == "s" then
  2538. ctrl.b = -1
  2539. elseif key:lower() == "a" then
  2540. ctrl.l = -1
  2541. elseif key:lower() == "d" then
  2542. ctrl.r = 1
  2543. end
  2544. end)
  2545. mouse.KeyUp:connect(function(key)
  2546. if key:lower() == "w" then
  2547. ctrl.f = 0
  2548. elseif key:lower() == "s" then
  2549. ctrl.b = 0
  2550. elseif key:lower() == "a" then
  2551. ctrl.l = 0
  2552. elseif key:lower() == "d" then
  2553. ctrl.r = 0
  2554. end
  2555. end)
  2556. FlyFunction()
  2557. end)
  2558.  
  2559. clip = true
  2560. Noclip.MouseButton1Click:connect(function()
  2561. clip = not clip
  2562. game:GetService('RunService').Stepped:connect(function()
  2563. if not clip then
  2564. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  2565. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2566. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2567. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2568. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2569. else
  2570. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2571. end
  2572. end)
  2573. end)
  2574.  
  2575. local Anim = Instance.new("Animation")
  2576. Anim.AnimationId = "rbxassetid://33169583"
  2577. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2578. local armsareoff = false
  2579. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2580. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2581. armsareoff = false
  2582. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2583. end)
  2584. armsoff.MouseButton1Click:connect(function()
  2585. armsareoff = not armsareoff
  2586. if armsareoff then
  2587. armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2588. while wait() do
  2589. if track.IsPlaying == false then
  2590. if armsareoff then
  2591. track:Play(.1, 1, 1e6)
  2592. end
  2593. end
  2594. end
  2595. else
  2596. track:Stop()
  2597. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2598. end
  2599. end)
  2600.  
  2601. local Anim = Instance.new("Animation")
  2602. Anim.AnimationId = "rbxassetid://121572214"
  2603. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2604. headfloatACTIVE = false
  2605. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2606. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2607. headfloatACTIVE = false
  2608. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2609. end)
  2610. headfloat.MouseButton1Click:connect(function()
  2611. headfloatACTIVE = not headfloatACTIVE
  2612. if headfloatACTIVE then
  2613. headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2614. while wait() do
  2615. if track.IsPlaying == false then
  2616. if headfloatACTIVE then
  2617. track:Play(.1, 1, 1)
  2618. end
  2619. end
  2620. end
  2621. else
  2622. track:Stop()
  2623. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2624. end
  2625. end)
  2626.  
  2627. local Anim = Instance.new("Animation")
  2628. Anim.AnimationId = "rbxassetid://35154961"
  2629. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2630. local headthrowACTIVE = false
  2631. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2632. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2633. headthrowACTIVE = false
  2634. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2635. end)
  2636. headthrow.MouseButton1Click:connect(function()
  2637. headthrowACTIVE = not headthrowACTIVE
  2638. if headthrowACTIVE then
  2639. headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2640. while wait() do
  2641. if track.IsPlaying == false then
  2642. if headthrowACTIVE then
  2643. track:Play(.1, 1, 1)
  2644. end
  2645. end
  2646. end
  2647. else
  2648. track:Stop()
  2649. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2650. end
  2651. end)
  2652.  
  2653. local Anim = Instance.new("Animation")
  2654. Anim.AnimationId = "rbxassetid://35154961"
  2655. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2656. local loopheadACTIVE = false
  2657. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2658. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2659. loopheadACTIVE = false
  2660. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2661. end)
  2662. loophead.MouseButton1Click:connect(function()
  2663. loopheadACTIVE = not loopheadACTIVE
  2664. if loopheadACTIVE then
  2665. loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2666. while wait() do
  2667. if track.IsPlaying == false then
  2668. if loopheadACTIVE then
  2669. track:Play(.1, 1, 1e6)
  2670. end
  2671. end
  2672. end
  2673. else
  2674. track:Stop()
  2675. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2676. end
  2677. end)
  2678.  
  2679. local Anim = Instance.new("Animation")
  2680. Anim.AnimationId = "rbxassetid://313762630"
  2681. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2682. local levitateACTIVE = false
  2683. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2684. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2685. levitateACTIVE = false
  2686. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2687. end)
  2688. levitate.MouseButton1Click:connect(function()
  2689. levitateACTIVE = not levitateACTIVE
  2690. if levitateACTIVE then
  2691. levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2692. while wait() do
  2693. if track.IsPlaying == false then
  2694. if levitateACTIVE then
  2695. track:Play(.1, 1, 1)
  2696. end
  2697. end
  2698. end
  2699. else
  2700. track:Stop()
  2701. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2702. end
  2703. end)
  2704.  
  2705. local Anim = Instance.new("Animation")
  2706. Anim.AnimationId = "rbxassetid://282574440"
  2707. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2708. local crawlACTIVE = false
  2709. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2710. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2711. crawlACTIVE = false
  2712. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2713. end)
  2714. crawl.MouseButton1Click:connect(function()
  2715. crawlACTIVE = not crawlACTIVE
  2716. if crawlACTIVE then
  2717. crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2718. while wait() do
  2719. if track.IsPlaying == false then
  2720. if crawlACTIVE then
  2721. track:Play(.1, 1, 1)
  2722. end
  2723. end
  2724. end
  2725. else
  2726. track:Stop()
  2727. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2728. end
  2729. end)
  2730.  
  2731. local Anim = Instance.new("Animation")
  2732. Anim.AnimationId = "rbxassetid://184574340"
  2733. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2734. local jumplandACTIVE = false
  2735. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2736. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2737. jumplandACTIVE = false
  2738. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2739. end)
  2740. jumpland.MouseButton1Click:connect(function()
  2741. jumplandACTIVE = not jumplandACTIVE
  2742. if jumplandACTIVE then
  2743. jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2744. while wait() do
  2745. if track.IsPlaying == false then
  2746. if jumplandACTIVE then
  2747. track:Play(.1, 1, 1)
  2748. end
  2749. end
  2750. end
  2751. else
  2752. track:Stop()
  2753. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2754. end
  2755. end)
  2756.  
  2757. local Anim = Instance.new("Animation")
  2758. Anim.AnimationId = "rbxassetid://126753849"
  2759. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2760. local punchesACTIVE = false
  2761. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2762. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2763. punchesACTIVE = false
  2764. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2765. end)
  2766. punches.MouseButton1Click:connect(function()
  2767. punchesACTIVE = not punchesACTIVE
  2768. if punchesACTIVE then
  2769. punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2770. while wait() do
  2771. if track.IsPlaying == false then
  2772. if punchesACTIVE then
  2773. track:Play(.1, 1, 1)
  2774. end
  2775. end
  2776. end
  2777. else
  2778. track:Stop()
  2779. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2780. end
  2781. end)
  2782.  
  2783. local Anim = Instance.new("Animation")
  2784. Anim.AnimationId = "rbxassetid://204062532"
  2785. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2786. local swingACTIVE = false
  2787. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2788. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2789. swingACTIVE = false
  2790. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2791. end)
  2792. swing.MouseButton1Click:connect(function()
  2793. swingACTIVE = not swingACTIVE
  2794. if swingACTIVE then
  2795. swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2796. while wait() do
  2797. if track.IsPlaying == false then
  2798. if swingACTIVE then
  2799. track:Play(.1, 1, 1)
  2800. end
  2801. end
  2802. end
  2803. else
  2804. track:Stop()
  2805. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2806. end
  2807. end)
  2808.  
  2809. local Anim = Instance.new("Animation")
  2810. Anim.AnimationId = "rbxassetid://204295235"
  2811. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2812. local swordstrikeACTIVE = false
  2813. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2814. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2815. swordstrikeACTIVE = false
  2816. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2817. end)
  2818. swordstrike.MouseButton1Click:connect(function()
  2819. swordstrikeACTIVE = not swordstrikeACTIVE
  2820. if swordstrikeACTIVE then
  2821. swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2822. while wait() do
  2823. if track.IsPlaying == false then
  2824. if swordstrikeACTIVE then
  2825. track:Play(.1, 1, 1)
  2826. end
  2827. end
  2828. end
  2829. else
  2830. track:Stop()
  2831. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2832. end
  2833. end)
  2834.  
  2835. local Anim = Instance.new("Animation")
  2836. Anim.AnimationId = "rbxassetid://45834924"
  2837. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2838. local happyACTIVE = false
  2839. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2840. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2841. happyACTIVE = false
  2842. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2843. end)
  2844. happy.MouseButton1Click:connect(function()
  2845. happyACTIVE = not happyACTIVE
  2846. if happyACTIVE then
  2847. happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2848. while wait() do
  2849. if track.IsPlaying == false then
  2850. if happyACTIVE then
  2851. track:Play(.1, 1, 1)
  2852. end
  2853. end
  2854. end
  2855. else
  2856. track:Stop()
  2857. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2858. end
  2859. end)
  2860.  
  2861. local Anim = Instance.new("Animation")
  2862. Anim.AnimationId = "rbxassetid://33796059"
  2863. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2864. local insaneACTIVE = false
  2865. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2866. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2867. insaneACTIVE = false
  2868. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2869. end)
  2870. insane.MouseButton1Click:connect(function()
  2871. insaneACTIVE = not insaneACTIVE
  2872. if insaneACTIVE then
  2873. insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2874. while wait() do
  2875. if track.IsPlaying == false then
  2876. if insaneACTIVE then
  2877. track:Play(.1, 1, 1e6)
  2878. end
  2879. end
  2880. end
  2881. else
  2882. track:Stop()
  2883. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2884. end
  2885. end)
  2886.  
  2887. local Anim = Instance.new("Animation")
  2888. Anim.AnimationId = "rbxassetid://429703734"
  2889. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2890. local movingdanceACTIVE = false
  2891. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2892. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2893. movingdanceACTIVE = false
  2894. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2895. end)
  2896. movingdance.MouseButton1Click:connect(function()
  2897. movingdanceACTIVE = not movingdanceACTIVE
  2898. if movingdanceACTIVE then
  2899. movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2900. while wait() do
  2901. if track.IsPlaying == false then
  2902. if movingdanceACTIVE then
  2903. track:Play(.1, 1, 1)
  2904. end
  2905. end
  2906. end
  2907. else
  2908. track:Stop()
  2909. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2910. end
  2911. end)
  2912.  
  2913. local Anim = Instance.new("Animation")
  2914. Anim.AnimationId = "rbxassetid://35654637"
  2915. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2916. local normalACTIVE = false
  2917. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2918. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2919. normalACTIVE = false
  2920. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2921. end)
  2922. normal.MouseButton1Click:connect(function()
  2923. normalACTIVE = not normalACTIVE
  2924. if normalACTIVE then
  2925. normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2926. while wait() do
  2927. if track.IsPlaying == false then
  2928. if normalACTIVE then
  2929. track:Play(.1, 1, 1)
  2930. end
  2931. end
  2932. end
  2933. else
  2934. track:Stop()
  2935. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2936. end
  2937. end)
  2938.  
  2939. local Anim = Instance.new("Animation")
  2940. Anim.AnimationId = "rbxassetid://186934910"
  2941. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2942. local spindanceACTIVE = false
  2943. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2944. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2945. spindanceACTIVE = false
  2946. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2947. end)
  2948. spindance.MouseButton1Click:connect(function()
  2949. spindanceACTIVE = not spindanceACTIVE
  2950. if spindanceACTIVE then
  2951. spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  2952. while wait() do
  2953. if track.IsPlaying == false then
  2954. if spindanceACTIVE then
  2955. track:Play(.1, 1, 1)
  2956. end
  2957. end
  2958. end
  2959. else
  2960. track:Stop()
  2961. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2962. end
  2963. end)
  2964.  
  2965. local Anim = Instance.new("Animation")
  2966. Anim.AnimationId = "rbxassetid://215384594"
  2967. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2968. local CloneIllusionACTIVE = false
  2969. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2970. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  2971. CloneIllusionACTIVE = false
  2972. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2973. end)
  2974. CloneIllusion.MouseButton1Click:connect(function()
  2975. CloneIllusionACTIVE = not CloneIllusionACTIVE
  2976. if CloneIllusionACTIVE then
  2977. CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  2978. while wait() do
  2979. if track.IsPlaying == false then
  2980. if CloneIllusionACTIVE then
  2981. track:Play(.1, 1, 1e6)
  2982. end
  2983. end
  2984. end
  2985. else
  2986. track:Stop()
  2987. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2988. end
  2989. end)
  2990.  
  2991. spinning = false
  2992. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  2993. spinning = false
  2994. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2995. end)
  2996. CoolSpin.MouseButton1Click:connect(function()
  2997. spinning = not spinning
  2998. if spinning then
  2999. local p = Instance.new("RocketPropulsion")
  3000. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3001. p.Name = "CrazySpin"
  3002. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  3003. p:Fire()
  3004. CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3005. else
  3006. game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  3007. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3008. end
  3009. end)
  3010.  
  3011. local Anim = Instance.new("Animation")
  3012. Anim.AnimationId = "rbxassetid://180612465"
  3013. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3014. local ScaredACTIVE = false
  3015. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3016. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3017. ScaredACTIVE = false
  3018. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  3019. end)
  3020. CrouchRocket.MouseButton1Click:connect(function()
  3021. ScaredACTIVE = not ScaredACTIVE
  3022. if ScaredACTIVE then
  3023. local u = Instance.new("RocketPropulsion")
  3024. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3025. u.Name = "CrouchRocket"
  3026. u.Target = game.Players.LocalPlayer.Character.Head
  3027. u:Fire()
  3028. CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3029. while wait() do
  3030. if track.IsPlaying == false then
  3031. if ScaredACTIVE then
  3032. track:Play(.1, 1, 1)
  3033. end
  3034. end
  3035. end
  3036. else
  3037. track:Stop()
  3038. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3039. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  3040. end
  3041. end)
  3042.  
  3043. local Anim = Instance.new("Animation")
  3044. Anim.AnimationId = "rbxassetid://184574340"
  3045. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3046. local jumprocketnow = false
  3047. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3048. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3049. jumprocketnow = false
  3050. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  3051. end)
  3052. JumpRocket.MouseButton1Click:connect(function()
  3053. jumprocketnow = not jumprocketnow
  3054. if jumprocketnow then
  3055. local u = Instance.new("RocketPropulsion")
  3056. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3057. u.Name = "JumpRocket"
  3058. u.Target = game.Players.LocalPlayer.Character.Head
  3059. u:Fire()
  3060. JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  3061. while wait() do
  3062. if track.IsPlaying == false then
  3063. if jumprocketnow then
  3064. track:Play(.1, 1, 1)
  3065. end
  3066. end
  3067. end
  3068. else
  3069. track:Stop()
  3070. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  3071. game.Players.LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy()
  3072. end
  3073. end)
  3074.  
  3075. local Anim = Instance.new("Animation")
  3076. Anim.AnimationId = "rbxassetid://126753849"
  3077. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3078. local RapidPunchACTIVE = false
  3079. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3080. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3081. RapidPunchACTIVE = false
  3082. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  3083. end)
  3084. RapidPunch.MouseButton1Click:connect(function()
  3085. RapidPunchACTIVE = not RapidPunchACTIVE
  3086. if RapidPunchACTIVE then
  3087. RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569)
  3088. while wait() do
  3089. if track.IsPlaying == false then
  3090. if RapidPunchACTIVE then
  3091. track:Play(.1, 1, 10)
  3092. end
  3093. end
  3094. end
  3095. else
  3096. track:Stop()
  3097. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  3098. end
  3099. end)
  3100.  
  3101. FEGodmode.MouseButton1Click:connect(function()
  3102. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3103. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3104. l.Parent = game.Players.LocalPlayer.Character
  3105. l.Name = "Humanoid"
  3106. wait(0.1)
  3107. game.Players.LocalPlayer.Character["1"]:Destroy()
  3108. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3109. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3110. wait(0.1)
  3111. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3112. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3113. end)
  3114.  
  3115. NoLimbs.MouseButton1Click:connect(function()
  3116. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  3117. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  3118. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  3119. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  3120. end)
  3121.  
  3122. BrickHats.MouseButton1Click:connect(function()
  3123. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3124. if (v:IsA("Accessory")) then
  3125. v.Handle.Mesh:Destroy()
  3126. end
  3127. end
  3128. end)
  3129.  
  3130. local Anim = Instance.new("Animation")
  3131. Anim.AnimationId = "rbxassetid://181525546"
  3132. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3133. local FaintACTIVE = false
  3134. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3135. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3136. FaintACTIVE = false
  3137. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3138. end)
  3139. Faint.MouseButton1Click:connect(function()
  3140. FaintACTIVE = not FaintACTIVE
  3141. if FaintACTIVE then
  3142. Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3143. while wait() do
  3144. if track.IsPlaying == false then
  3145. if FaintACTIVE then
  3146. track:Play(.1, 1, 1)
  3147. end
  3148. end
  3149. end
  3150. else
  3151. track:Stop()
  3152. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3153. end
  3154. end)
  3155.  
  3156. local Anim = Instance.new("Animation")
  3157. Anim.AnimationId = "rbxassetid://188632011"
  3158. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3159. local SpinACTIVE = false
  3160. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3161. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3162. SpinACTIVE = false
  3163. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3164. end)
  3165. Spin.MouseButton1Click:connect(function()
  3166. SpinACTIVE = not SpinACTIVE
  3167. if SpinACTIVE then
  3168. Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3169. while wait() do
  3170. if track.IsPlaying == false then
  3171. if SpinACTIVE then
  3172. track:Play(.1, 1, 1)
  3173. end
  3174. end
  3175. end
  3176. else
  3177. track:Stop()
  3178. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3179. end
  3180. end)
  3181.  
  3182. local Anim = Instance.new("Animation")
  3183. Anim.AnimationId = "rbxassetid://33169583"
  3184. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3185. local ArmFollowACTIVE = false
  3186. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3187. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3188. ArmFollowACTIVE = false
  3189. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3190. end)
  3191. ArmFollow.MouseButton1Click:connect(function()
  3192. ArmFollowACTIVE = not ArmFollowACTIVE
  3193. if ArmFollowACTIVE then
  3194. local u = Instance.new("RocketPropulsion")
  3195. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3196. u.Name = "ArmFollow"
  3197. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  3198. u:Fire()
  3199. ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3200. while wait() do
  3201. if track.IsPlaying == false then
  3202. if ArmFollowACTIVE then
  3203. track:Play(.1, 1, 1)
  3204. end
  3205. end
  3206. end
  3207. else
  3208. track:Stop()
  3209. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3210. game.Players.LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy()
  3211. end
  3212. end)
  3213.  
  3214. local Anim = Instance.new("Animation")
  3215. Anim.AnimationId = "rbxassetid://126753849"
  3216. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3217. local PunchFollowACTIVE = false
  3218. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3219. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3220. PunchFollowACTIVE = false
  3221. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3222. end)
  3223. PunchFollow.MouseButton1Click:connect(function()
  3224. PunchFollowACTIVE = not PunchFollowACTIVE
  3225. if PunchFollowACTIVE then
  3226. local u = Instance.new("RocketPropulsion")
  3227. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3228. u.Name = "PunchFollow"
  3229. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  3230. u:Fire()
  3231. PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  3232. while wait() do
  3233. if track.IsPlaying == false then
  3234. if PunchFollowACTIVE then
  3235. track:Play(.1, 1, 1)
  3236. end
  3237. end
  3238. end
  3239. else
  3240. track:Stop()
  3241. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  3242. game.Players.LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy()
  3243. end
  3244. end)
  3245.  
  3246. AnimationId = "148840371"
  3247. local Anim = Instance.new("Animation")
  3248. Anim.AnimationId = "rbxassetid://"..AnimationId
  3249. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3250. _18active = false
  3251. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3252. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3253. _18active = false
  3254. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3255. end)
  3256. _18.MouseButton1Click:connect(function()
  3257. _18active = not _18active
  3258. if _18active then
  3259. _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3260. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3261. track:Play()
  3262. while wait() do
  3263. if _18active then
  3264. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3265. end
  3266. end
  3267. end
  3268. else
  3269. track:Stop()
  3270. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3271. end
  3272. end)
  3273.  
  3274. local Anim = Instance.new("Animation")
  3275. Anim.AnimationId = "rbxassetid://180612465"
  3276. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3277. local crouchattacking = false
  3278. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3279. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3280. crouchattacking = false
  3281. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3282. end)
  3283. CrouchAttack.MouseButton1Click:connect(function()
  3284. crouchattacking = not crouchattacking
  3285. if crouchattacking then
  3286. local u = Instance.new("RocketPropulsion")
  3287. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3288. u.Name = "CrouchAttack"
  3289. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3290. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3291. end
  3292. u:Fire()
  3293. CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3294. while wait() do
  3295. if track.IsPlaying == false then
  3296. if crouchattacking then
  3297. track:Play(.1, 1, 1)
  3298. end
  3299. end
  3300. end
  3301. else
  3302. track:Stop()
  3303. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3304. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy()
  3305. end
  3306. end)
  3307.  
  3308. local Anim = Instance.new("Animation")
  3309. Anim.AnimationId = "rbxassetid://184574340"
  3310. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3311. local SlamPropulsioning = false
  3312. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3313. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3314. SlamPropulsioning = false
  3315. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3316. end)
  3317. SlamPropulsion.MouseButton1Click:connect(function()
  3318. SlamPropulsioning = not SlamPropulsioning
  3319. if SlamPropulsioning then
  3320. local u = Instance.new("RocketPropulsion")
  3321. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3322. u.Name = "SlamPropulsion"
  3323. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3324. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3325. end
  3326. u:Fire()
  3327. SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3328. while wait() do
  3329. if track.IsPlaying == false then
  3330. if SlamPropulsioning then
  3331. track:Play(.1, 1, 1)
  3332. end
  3333. end
  3334. end
  3335. else
  3336. track:Stop()
  3337. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3338. game.Players.LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy()
  3339. end
  3340. end)
  3341.  
  3342. local Anim = Instance.new("Animation")
  3343. Anim.AnimationId = "rbxassetid://429730430"
  3344. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3345. local SpinAttacking = false
  3346. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3347. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3348. SpinAttacking = false
  3349. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3350. end)
  3351. SpinAttack.MouseButton1Click:connect(function()
  3352. SpinAttacking = not SpinAttacking
  3353. if SpinAttacking then
  3354. local u = Instance.new("RocketPropulsion")
  3355. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3356. u.Name = "SpinAttack"
  3357. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3358. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  3359. end
  3360. u:Fire()
  3361. SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3362. while wait() do
  3363. if track.IsPlaying == false then
  3364. if SpinAttacking then
  3365. track:Play(.1, 1, 1)
  3366. end
  3367. end
  3368. end
  3369. else
  3370. track:Stop()
  3371. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3372. game.Players.LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy()
  3373. end
  3374. end)
  3375.  
  3376. watching = false
  3377. CreepyWatch.MouseButton1Click:connect(function()
  3378. watching = not watching
  3379. end)
  3380.  
  3381. local Anim = Instance.new("Animation")
  3382. Anim.AnimationId = "rbxassetid://215384594"
  3383. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3384. walkingthrough = false
  3385. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3386. walkingthrough = false
  3387. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3388. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3389. end)
  3390. WalkThrough.MouseButton1Click:connect(function()
  3391. walkingthrough = not walkingthrough
  3392. if walkingthrough then
  3393. WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  3394. while wait() do
  3395. if walkingthrough then
  3396. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  3397. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3398. if track.IsPlaying == false then
  3399. if walkingthrough then
  3400. track:Play(.1, 1, 1e6)
  3401. end
  3402. end
  3403. end
  3404. end
  3405. end
  3406. else
  3407. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  3408. track:Stop()
  3409. end
  3410. end)
  3411.  
  3412. annoying = false
  3413. Annoy.MouseButton1Click:connect(function()
  3414. annoying = not annoying
  3415. end)
  3416. local Anim = Instance.new("Animation")
  3417. Anim.AnimationId = "rbxassetid://282574440"
  3418. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3419. local crawlACTIVE = false
  3420. Carpett = false
  3421. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3422. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3423. Carpett = false
  3424. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3425. end)
  3426. Carpet.MouseButton1Click:connect(function()
  3427. Carpett = not Carpett
  3428. if Carpett then
  3429. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  3430. while wait() do
  3431. if track.IsPlaying == false then
  3432. if Carpett then
  3433. track:Play(.1, 1, 1)
  3434. end
  3435. end
  3436. end
  3437. else
  3438. track:Stop()
  3439. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3440. end
  3441. end)
  3442. following = false
  3443. Follow.MouseButton1Click:connect(function()
  3444. following = not following
  3445. end)
  3446. headwalking = false
  3447. HeadWalk.MouseButton1Click:connect(function()
  3448. headwalking = not headwalking
  3449. end)
  3450. Spammer = false
  3451. Spam.MouseButton1Click:connect(function()
  3452. Spammer = not Spammer
  3453. end)
  3454. stuck = false
  3455. Stick.MouseButton1Click:connect(function()
  3456. stuck = not stuck
  3457. end)
  3458. TeleportTo.MouseButton1Click:connect(function()
  3459. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3460. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3461. end
  3462. end)
  3463.  
  3464. orbital = false
  3465. Orbit.MouseButton1Click:connect(function()
  3466. orbital = not orbital
  3467. if orbital then
  3468. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  3469. local o = Instance.new("RocketPropulsion")
  3470. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3471. o.Name = "Orbit"
  3472. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3473. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  3474. o:Fire()
  3475. game:GetService('RunService').Stepped:connect(function()
  3476. if orbital then
  3477. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3478. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3479. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3480. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3481. end
  3482. end)
  3483. end
  3484. else
  3485. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  3486. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3487. end
  3488. end)
  3489.  
  3490. currentview = false
  3491. View.MouseButton1Click:connect(function()
  3492. currentview = not currentview
  3493. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3494. if currentview then
  3495. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3496. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  3497. else
  3498. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  3499. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3500. end
  3501. end
  3502. end)
  3503.  
  3504. floating = false
  3505. Float.MouseButton1Click:connect(function()
  3506. floating = not floating
  3507. if floating then
  3508. Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3509. local y = Instance.new("RocketPropulsion")
  3510. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3511. y.CartoonFactor = 1
  3512. y.MaxThrust = 50000
  3513. y.MaxSpeed = 1000
  3514. y.ThrustP = 50000
  3515. y.Name = "Float"
  3516. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3517. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3518. y.Target = game.Players[v.Name].Character.Head
  3519. y:Fire()
  3520. game:GetService('RunService').Stepped:connect(function()
  3521. if floating then
  3522. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3523. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3524. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3525. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3526. end
  3527. end)
  3528. while wait(0.3) do
  3529. if floating then
  3530. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  3531. end
  3532. end
  3533. end
  3534. else
  3535. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3536. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  3537. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3538. end
  3539. end)
  3540.  
  3541. local Anim = Instance.new("Animation")
  3542. Anim.AnimationId = "rbxassetid://282574440"
  3543. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3544. flattening = false
  3545. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3546. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3547. flattening = false
  3548. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3549. end)
  3550. Flatten.MouseButton1Click:connect(function()
  3551. flattening = not flattening
  3552. if flattening then
  3553. Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3554. local y = Instance.new("RocketPropulsion")
  3555. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3556. y.CartoonFactor = 1
  3557. y.MaxThrust = 50000
  3558. y.MaxSpeed = 1000
  3559. y.ThrustP = 50000
  3560. y.Name = "Flatten"
  3561. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3562. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3563. y.Target = game.Players[v.Name].Character["Left Leg"]
  3564. y:Fire()
  3565. track:Play(.1, 1, 1)
  3566. game:GetService('RunService').Stepped:connect(function()
  3567. if flattening then
  3568. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3569. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3570. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3571. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3572. end
  3573. end)
  3574. while wait(0.3) do
  3575. if flattening then
  3576. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  3577. end
  3578. end
  3579. end
  3580. else
  3581. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3582. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  3583. track:Stop()
  3584. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3585. end
  3586. end)
  3587.  
  3588. SlowAttracting = false
  3589. SlowAttract.MouseButton1Click:connect(function()
  3590. SlowAttracting = not SlowAttracting
  3591. if SlowAttracting then
  3592. SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3593. local b = Instance.new("RocketPropulsion")
  3594. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3595. b.TurnD = 5000
  3596. b.MaxThrust = 5000
  3597. b.MaxSpeed = 200
  3598. b.ThrustP = 5000
  3599. b.CartoonFactor = 1
  3600. b.Name = "SlowAttract"
  3601. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3602. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  3603. b:Fire()
  3604. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3605. game:GetService('RunService').Stepped:connect(function()
  3606. if SlowAttracting then
  3607. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3608. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3609. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3610. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3611. end
  3612. end)
  3613. end
  3614. else
  3615. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3616. game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  3617. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3618. end
  3619. end)
  3620.  
  3621. AimHeading = false
  3622. AimHead.MouseButton1Click:connect(function()
  3623. AimHeading = not AimHeading
  3624. if AimHeading then
  3625. AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3626. local b = Instance.new("RocketPropulsion")
  3627. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3628. b.TurnP = 2500
  3629. b.MaxThrust = 50000
  3630. b.MaxSpeed = 1000
  3631. b.ThrustP = 50000
  3632. b.CartoonFactor = 1
  3633. b.Name = "AimHead"
  3634. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3635. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3636. b.Target = game.Players[v.Name].Character.Head
  3637. b:Fire()
  3638. game:GetService('RunService').Stepped:connect(function()
  3639. if AimHeading then
  3640. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3641. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3642. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3643. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3644. end
  3645. end)
  3646. end
  3647. else
  3648. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3649. game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  3650. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3651. end
  3652. end)
  3653.  
  3654. Multipleing = false
  3655. Multiple.MouseButton1Click:connect(function()
  3656. Multipleing = not Multipleing
  3657. if Multipleing then
  3658. Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3659. local t1 = Instance.new("RocketPropulsion")
  3660. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3661. t1.TurnP = 30000
  3662. t1.MaxThrust = 30000
  3663. t1.MaxSpeed = 1000
  3664. t1.ThrustP = 30000
  3665. t1.CartoonFactor = 1
  3666. t1.Name = "one"
  3667. local t2 = Instance.new("RocketPropulsion")
  3668. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3669. t2.TurnP = 30000
  3670. t2.MaxThrust = 30000
  3671. t2.MaxSpeed = 1000
  3672. t2.ThrustP = 30000
  3673. t2.CartoonFactor = 1
  3674. t2.Name = "two"
  3675. local t3 = Instance.new("RocketPropulsion")
  3676. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3677. t3.TurnP = 30000
  3678. t3.MaxThrust = 30000
  3679. t3.MaxSpeed = 1000
  3680. t3.ThrustP = 30000
  3681. t3.CartoonFactor = 1
  3682. t3.Name = "three"
  3683. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3684. t1.Target = game.Players[v.Name].Character.Torso
  3685. t1:Fire()
  3686. t2.Target = game.Players[v.Name].Character["Right Leg"]
  3687. t2:Fire()
  3688. t3.Target = game.Players[v.Name].Character["Left Arm"]
  3689. t3:Fire()
  3690. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3691. game:GetService('RunService').Stepped:connect(function()
  3692. if Multipleing then
  3693. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3694. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3695. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3696. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3697. end
  3698. end)
  3699. end
  3700. else
  3701. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3702. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  3703. game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  3704. game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  3705. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3706. end
  3707. end)
  3708.  
  3709. local Anim = Instance.new("Animation")
  3710. Anim.AnimationId = "rbxassetid://215384594"
  3711. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3712. Violenting = false
  3713. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3714. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3715. Violenting = false
  3716. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3717. end)
  3718. Violent.MouseButton1Click:connect(function()
  3719. Violenting = not Violenting
  3720. if Violenting then
  3721. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3722. local y = Instance.new("RocketPropulsion")
  3723. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3724. y.CartoonFactor = 1
  3725. y.MaxThrust = 50000
  3726. y.MaxSpeed = 1000
  3727. y.ThrustP = 50000
  3728. y.Name = "Violent"
  3729. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3730. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  3731. y:Fire()
  3732. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3733. track:Play(.1, 1, 10)
  3734. game:GetService('RunService').Stepped:connect(function()
  3735. if Violenting then
  3736. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3737. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3738. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3739. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3740. end
  3741. end)
  3742. end
  3743. else
  3744. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3745. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  3746. track:Stop()
  3747. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3748. end
  3749. end)
  3750.  
  3751. local Anim = Instance.new("Animation")
  3752. Anim.AnimationId = "rbxassetid://215384594"
  3753. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3754. Violenting = false
  3755. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3756. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3757. Violenting = false
  3758. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3759. end)
  3760. Violent.MouseButton1Click:connect(function()
  3761. Violenting = not Violenting
  3762. if Violenting then
  3763. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3764. local y = Instance.new("RocketPropulsion")
  3765. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3766. y.CartoonFactor = 1
  3767. y.MaxThrust = 500000
  3768. y.MaxSpeed = 1000
  3769. y.ThrustP = 50000
  3770. y.Name = "Violent"
  3771. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3772. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3773. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  3774. y:Fire()
  3775. track:Play(.1, 1, 10)
  3776. game:GetService('RunService').Stepped:connect(function()
  3777. if Violenting then
  3778. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3779. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3780. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3781. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3782. end
  3783. end)
  3784. end
  3785. else
  3786. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3787. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  3788. track:Stop()
  3789. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3790. end
  3791. end)
  3792.  
  3793. WeirdOrbital = false
  3794. WeirdOrbit.MouseButton1Click:connect(function()
  3795. WeirdOrbital = not WeirdOrbital
  3796. if WeirdOrbital then
  3797. WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3798. local o = Instance.new("RocketPropulsion")
  3799. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3800. o.TurnD = 50000
  3801. o.Name = "WeirdOrbit"
  3802. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  3803. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  3804. o:Fire()
  3805. game:GetService('RunService').Stepped:connect(function()
  3806. if WeirdOrbital then
  3807. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3808. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3809. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3810. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3811. end
  3812. end)
  3813. end
  3814. else
  3815. game.Players.LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy()
  3816. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3817. end
  3818. end)
  3819.  
  3820. Maxing = false
  3821. Max.MouseButton1Click:connect(function()
  3822. Maxing = not Maxing
  3823. if Maxing then
  3824. Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3825. local t1 = Instance.new("RocketPropulsion")
  3826. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3827. t1.TurnP = 100000
  3828. t1.MaxThrust = 100000
  3829. t1.MaxSpeed = 5000
  3830. t1.ThrustP = 100000
  3831. t1.CartoonFactor = 1
  3832. t1.Name = "onee"
  3833. local t2 = Instance.new("RocketPropulsion")
  3834. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3835. t2.TurnP = 100000
  3836. t2.MaxThrust = 100000
  3837. t2.MaxSpeed = 5000
  3838. t2.ThrustP = 100000
  3839. t2.CartoonFactor = 1
  3840. t2.Name = "twoo"
  3841. local t3 = Instance.new("RocketPropulsion")
  3842. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3843. t3.TurnP = 100000
  3844. t3.MaxThrust = 100000
  3845. t3.MaxSpeed = 5000
  3846. t3.ThrustP = 100000
  3847. t3.CartoonFactor = 1
  3848. t3.Name = "threee"
  3849. local t4 = Instance.new("RocketPropulsion")
  3850. t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3851. t4.TurnP = 100000
  3852. t4.MaxThrust = 100000
  3853. t4.MaxSpeed = 5000
  3854. t4.ThrustP = 100000
  3855. t4.CartoonFactor = 1
  3856. t4.Name = "fourr"
  3857. local t5 = Instance.new("RocketPropulsion")
  3858. t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3859. t5.TurnP = 100000
  3860. t5.MaxThrust = 100000
  3861. t5.MaxSpeed = 5000
  3862. t5.ThrustP = 100000
  3863. t5.CartoonFactor = 1
  3864. t5.Name = "fivee"
  3865. local t6 = Instance.new("RocketPropulsion")
  3866. t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3867. t6.TurnP = 100000
  3868. t6.MaxThrust = 100000
  3869. t6.MaxSpeed = 5000
  3870. t6.ThrustP = 100000
  3871. t6.CartoonFactor = 1
  3872. t6.Name = "sixx"
  3873. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3874. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3875. t1.Target = game.Players[v.Name].Character.Torso
  3876. t1:Fire()
  3877. t2.Target = game.Players[v.Name].Character["Right Leg"]
  3878. t2:Fire()
  3879. t3.Target = game.Players[v.Name].Character["Left Arm"]
  3880. t3:Fire()
  3881. t4.Target = game.Players[v.Name].Character["Left Leg"]
  3882. t4:Fire()
  3883. t5.Target = game.Players[v.Name].Character["Right Arm"]
  3884. t5:Fire()
  3885. t6.Target = game.Players[v.Name].Character.Head
  3886. t6:Fire()
  3887. game:GetService('RunService').Stepped:connect(function()
  3888. if Maxing then
  3889. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3890. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3891. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3892. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3893. end
  3894. end)
  3895. end
  3896. else
  3897. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3898. game.Players.LocalPlayer.Character.HumanoidRootPart.onee:Destroy()
  3899. game.Players.LocalPlayer.Character.HumanoidRootPart.twoo:Destroy()
  3900. game.Players.LocalPlayer.Character.HumanoidRootPart.threee:Destroy()
  3901. game.Players.LocalPlayer.Character.HumanoidRootPart.fourr:Destroy()
  3902. game.Players.LocalPlayer.Character.HumanoidRootPart.fivee:Destroy()
  3903. game.Players.LocalPlayer.Character.HumanoidRootPart.sixx:Destroy()
  3904. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3905. end
  3906. end)
  3907.  
  3908. local Anim = Instance.new("Animation")
  3909. Anim.AnimationId = "rbxassetid://184574340"
  3910. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3911. Animateding = false
  3912. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3913. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3914. Animateding = false
  3915. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3916. end)
  3917. Animated.MouseButton1Click:connect(function()
  3918. Animateding = not Animateding
  3919. if Animateding then
  3920. Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  3921. local y = Instance.new("RocketPropulsion")
  3922. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3923. y.CartoonFactor = 1
  3924. y.MaxThrust = 200000
  3925. y.MaxSpeed = 1000
  3926. y.ThrustP = 50000
  3927. y.Name = "Animated"
  3928. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  3929. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  3930. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  3931. y:Fire()
  3932. track:Play(.1, 1, 10)
  3933. game:GetService('RunService').Stepped:connect(function()
  3934. if Animateding then
  3935. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3936. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3937. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3938. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3939. end
  3940. end)
  3941. end
  3942. else
  3943. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3944. game.Players.LocalPlayer.Character.HumanoidRootPart.Animated:Destroy()
  3945. track:Stop()
  3946. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  3947. end
  3948. end)
  3949.  
  3950. Attach.MouseButton1Click:connect(function()
  3951. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  3952. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3953. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3954. l.Parent = game.Players.LocalPlayer.Character
  3955. l.Name = "Humanoid"
  3956. wait(0.1)
  3957. game.Players.LocalPlayer.Character["1"]:Destroy()
  3958. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3959. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3960. wait(0.1)
  3961. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3962. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3963. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3964. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  3965. end
  3966. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  3967. end
  3968. end)
  3969.  
  3970. superspinning = false
  3971. SuperSpin.MouseButton1Click:connect(function()
  3972. superspinning = not superspinning
  3973. if superspinning then
  3974. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294)
  3975. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  3976. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  3977. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3978. l.Parent = game.Players.LocalPlayer.Character
  3979. l.Name = "Humanoid"
  3980. wait(0.1)
  3981. game.Players.LocalPlayer.Character["1"]:Destroy()
  3982. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3983. game.Players.LocalPlayer.Character.Animate.Disabled = true
  3984. wait(0.1)
  3985. game.Players.LocalPlayer.Character.Animate.Disabled = false
  3986. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3987. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3988. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  3989. end
  3990. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  3991. wait(1)
  3992. while wait() do
  3993. if superspinning then
  3994. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  3995. end
  3996. end
  3997. end
  3998. else
  3999. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  4000. end
  4001. end)
  4002.  
  4003. Kill.MouseButton1Click:connect(function()
  4004. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4005. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4006. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4007. l.Parent = game.Players.LocalPlayer.Character
  4008. l.Name = "Humanoid"
  4009. wait(0.1)
  4010. game.Players.LocalPlayer.Character["1"]:Destroy()
  4011. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4012. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4013. wait(0.1)
  4014. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4015. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4016. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4017. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4018. end
  4019. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4020. wait(0.2)
  4021. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4022. wait(0.4)
  4023. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  4024. end
  4025. end)
  4026.  
  4027. SafeKill.MouseButton1Click:connect(function()
  4028. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4029. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4030. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4031. l.Parent = game.Players.LocalPlayer.Character
  4032. l.Name = "Humanoid"
  4033. wait(0.1)
  4034. game.Players.LocalPlayer.Character["1"]:Destroy()
  4035. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4036. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4037. wait(0.1)
  4038. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4039. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4040. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4041. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4042. end
  4043. local function tp(player,player2)
  4044. local char1,char2=player.Character,player2.Character
  4045. if char1 and char2 then
  4046. char1:MoveTo(char2.Head.Position)
  4047. end
  4048. end
  4049. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4050. wait(0.1)
  4051. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4052. wait(0.2)
  4053. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4054. wait(0.2)
  4055. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  4056. wait(0.7)
  4057. tp(game.Players.LocalPlayer,game.Players[v.Name])
  4058. wait(0.7)
  4059. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4060. end
  4061. end)
  4062.  
  4063. Bring.MouseButton1Click:connect(function()
  4064. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4065. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4066. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4067. l.Parent = game.Players.LocalPlayer.Character
  4068. l.Name = "Humanoid"
  4069. wait(0.1)
  4070. game.Players.LocalPlayer.Character["1"]:Destroy()
  4071. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4072. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4073. wait(0.1)
  4074. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4075. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4076. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4077. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4078. end
  4079.  
  4080. local function tp(player,player2)
  4081. local char1,char2=player.Character,player2.Character
  4082. if char1 and char2 then
  4083. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  4084. end
  4085. end
  4086.  
  4087. local function getout(player,player2)
  4088. local char1,char2=player.Character,player2.Character
  4089. if char1 and char2 then
  4090. char1:MoveTo(char2.Head.Position)
  4091. end
  4092. end
  4093.  
  4094. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4095. tp(game.Players[v.Name], game.Players.LocalPlayer)
  4096. wait(0.2)
  4097. tp(game.Players[v.Name], game.Players.LocalPlayer)
  4098. wait(0.5)
  4099. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4100. wait(0.5)
  4101. getout(game.Players.LocalPlayer, game.Players[v.Name])
  4102. wait(0.3)
  4103. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4104. end
  4105. end)
  4106.  
  4107. FreeFall.MouseButton1Click:connect(function()
  4108. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4109. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4110. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4111. l.Parent = game.Players.LocalPlayer.Character
  4112. l.Name = "Humanoid"
  4113. wait(0.1)
  4114. game.Players.LocalPlayer.Character["1"]:Destroy()
  4115. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4116. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4117. wait(0.1)
  4118. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4119. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4120. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4121. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  4122. end
  4123. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  4124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4125. wait(0.2)
  4126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4127. wait(0.6)
  4128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  4129. wait(0.6)
  4130. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4131. end
  4132. end)
  4133.  
  4134. while wait() do
  4135. if SpammingChar then
  4136. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  4137. Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137)
  4138. wait(0.5)
  4139. else
  4140. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  4141. end
  4142. if annoying then
  4143. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4144. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4145. Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4146. end
  4147. else
  4148. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4149. end
  4150. if Carpett then
  4151. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4153. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4154. end
  4155. else
  4156. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4157. end
  4158. if following then
  4159. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  4161. Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4162. end
  4163. else
  4164. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4165. end
  4166. if headwalking then
  4167. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  4169. HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4170. end
  4171. else
  4172. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4173. end
  4174. if Spammer then
  4175. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4176. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  4177. Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4178. wait(0.5)
  4179. end
  4180. else
  4181. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4182. end
  4183. if watching then
  4184. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4185. CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Players[v.Name].Character.Torso.Position)
  4187. end
  4188. else
  4189. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4190. end
  4191. end
  4192. end)
  4193.  
  4194.  
  4195. KittyGui2.MouseButton1Down:connect(function()
  4196. -- Creator: illremember#3799
  4197.  
  4198. -- Credits to infinite yield, harkinian, dex creators
  4199.  
  4200. prefix = ";"
  4201. wait(0.3)
  4202. Commands = {
  4203. '[-] cmdbar is shown when ; is pressed.',
  4204. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  4205. '[2] bring [plr] -- You need a tool! Will bring player to you',
  4206. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  4207. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  4208. '[5] attach [plr] -- You need a tool! Attaches you to player',
  4209. '[6] unattach [plr] -- Attempts to unattach you from a player',
  4210. '[7] follow [plr] -- Makes you follow behind the player',
  4211. '[8] unfollow',
  4212. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  4213. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  4214. '[11] untrail',
  4215. '[12] orbit [plr] -- Makes you orbit the player',
  4216. '[13] unorbit',
  4217. '[14] fling [plr] -- Makes you fling the player',
  4218. '[15] unfling',
  4219. '[16] fecheck -- Checks if the game is FE or not',
  4220. '[17] void [plr] -- Teleports player to the void',
  4221. '[18] noclip -- Gives you noclip to walk through walls',
  4222. '[19] clip -- Removes noclip',
  4223. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  4224. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  4225. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  4226. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  4227. '[24] annoy [plr] -- Loop teleports you to the player',
  4228. '[25] unannoy',
  4229. '[26] headwalk [plr] -- Loop teleports you to the player head',
  4230. '[27] unheadwalk',
  4231. '[28] nolimbs -- Removes your arms and legs',
  4232. '[29] god -- Gives you FE Godmode',
  4233. '[30] drophats -- Drops your accessories',
  4234. '[31] droptool -- Drops any tool you have equipped',
  4235. '[32] loopdhats -- Loop drops your accessories',
  4236. '[33] unloopdhats',
  4237. '[34] loopdtool -- Loop drops any tools you have equipped',
  4238. '[35] unloopdtool',
  4239. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  4240. '[37] view [plr] -- Changes your camera to the player character',
  4241. '[38] unview',
  4242. '[39] goto [plr] -- Teleports you to player',
  4243. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  4244. '[41] unfly',
  4245. '[42] chat [msg] -- Makes you chat a message',
  4246. '[43] spam [msg] -- Spams a message',
  4247. '[44] unspam',
  4248. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  4249. '[46] pmspam [plr] -- Spams a player in private message',
  4250. '[47] unpmspam',
  4251. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  4252. '[49] uncfreeze [plr]',
  4253. '[50] unlockws -- Unlocks the workspace',
  4254. '[51] lockws -- Locks the workspace',
  4255. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  4256. '[53] pstand -- Enables platform stand',
  4257. '[54] unpstand -- Disables platform stand',
  4258. '[55] blockhead -- Removes your head mesh',
  4259. '[56] sit',
  4260. '[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',
  4261. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  4262. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  4263. '[60] cmds -- Prints all commands',
  4264. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  4265. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  4266. '[63] spinner -- Makes you spin',
  4267. '[64] nospinner',
  4268. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  4269. '[66] noreach -- Removes reach, must have tool equipped',
  4270. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  4271. '[68] tp me [plr] -- Alternative to goto',
  4272. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  4273. '[70] uncbring',
  4274. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  4275. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  4276. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  4277. '[74] unglitch -- Unglitches you',
  4278. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  4279. '[76] explorer -- Loads up DEX',
  4280. '[77] reset -- Resets your character.',
  4281. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  4282. '[79] animgui -- Loads up Energize animations GUI',
  4283. '[80] savepos -- Saves your current position',
  4284. '[81] loadpos -- Teleports you to your saved position',
  4285. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  4286. '[83] unbang',
  4287. '[84] delcmdbar -- Removes the command bar completely',
  4288. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  4289. '[86] shutdown -- Uses harkinians script to shutdown server',
  4290. '[87] respawn -- If grespawn doesnt work you can use respawn',
  4291. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  4292. '[89] getplrs -- Prints all players in game',
  4293. '[90] deldecal -- Deletes all decals client sided',
  4294. '[91] opfinality -- Loads in my FE GUI Opfinality',
  4295. '[92] remotes -- Prints all remotes in the game in the console when added',
  4296. '[93] noremotes -- Stops printing remotes',
  4297. '[94] tpdefault -- Stops all loop teleports to a player',
  4298. '[95] stopsit -- Will not allow you to sit',
  4299. '[96] gosit -- Allows you to sit',
  4300. '[97] clicktp -- Enables click tp',
  4301. '[98] noclicktp -- Disables click tp',
  4302. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  4303. '[100] toolsoff -- Stops ;toolson',
  4304. '[101] version -- Gets the admin version',
  4305. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  4306. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  4307. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  4308. '[105] clickdel -- Delete any block you press q on, client sided',
  4309. '[106] noclickdel -- Stops clickdel',
  4310. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  4311. '[108] unlooprhats -- Stops loop removing mesh',
  4312. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  4313. '[110] unlooprtool -- Stops loop removing mesh',
  4314. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  4315. '[112] age [plr] -- Makes you chat the account age of the player',
  4316. '[113] id [plr] -- Makes you chat the account ID of the player',
  4317. '[114] .age [plr] -- Privately shows you the account age of the player',
  4318. '[115] .id [plr] -- Privately shows you the account ID of the player',
  4319. '[116] gameid -- Shows the game ID',
  4320. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  4321. '[118] removefog -- Removes fog, client sided',
  4322. '[119] disable -- Disables your character by removing humanoid',
  4323. '[120] enable -- Enables your character by adding humanoid',
  4324. '[121] prefix [key] -- Changes the prefix used, default is ;',
  4325. '[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.',
  4326. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  4327. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  4328. '[125] uncarpet -- Stops carpet player',
  4329. '[126] stare [plr] -- Turns your character to stare at another player',
  4330. '[127] unstare -- Stops stare player',
  4331. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  4332. '[129] unlogchat -- Disables logchat',
  4333. '[130] fixcam -- Fixes/resets your camera',
  4334. '[131] unstate -- Stops changing state',
  4335. }
  4336. speedget = 1
  4337.  
  4338. lplayer = game:GetService("Players").LocalPlayer
  4339.  
  4340. lplayer.CharacterAdded:Connect(function(character)
  4341. spin = false
  4342. flying = false
  4343. staring = false
  4344. banpl = false
  4345. end)
  4346.  
  4347. function change()
  4348. prefix = prefix
  4349. speedfly = speedfly
  4350. end
  4351.  
  4352. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  4353. local Found = {}
  4354. local strl = String:lower()
  4355. if strl == "all" then
  4356. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4357. table.insert(Found,v)
  4358. end
  4359. elseif strl == "others" then
  4360. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4361. if v.Name ~= lplayer.Name then
  4362. table.insert(Found,v)
  4363. end
  4364. end
  4365. elseif strl == "me" then
  4366. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4367. if v.Name == lplayer.Name then
  4368. table.insert(Found,v)
  4369. end
  4370. end
  4371. else
  4372. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4373. if v.Name:lower():sub(1, #String) == String:lower() then
  4374. table.insert(Found,v)
  4375. end
  4376. end
  4377. end
  4378. return Found
  4379. end
  4380.  
  4381. local Mouse = lplayer:GetMouse()
  4382.  
  4383. spin = false
  4384. followed = false
  4385. traill = false
  4386. noclip = false
  4387. annoying = false
  4388. hwalk = false
  4389. droppinghats = false
  4390. droppingtools = false
  4391. flying = false
  4392. spamdelay = 1
  4393. spamming = false
  4394. spammingpm = false
  4395. cbringing = false
  4396. remotes = true
  4397. added = true
  4398. binds = false
  4399. stopsitting = false
  4400. clickgoto = false
  4401. gettingtools = false
  4402. removingmeshhats = false
  4403. removingmeshtool = false
  4404. clickdel = false
  4405. staring = false
  4406. chatlogs = false
  4407. banpl = false
  4408. changingstate = false
  4409. statechosen = 0
  4410.  
  4411. adminversion = "Reviz Admin by illremember, Version 2.0"
  4412.  
  4413. flying = false
  4414. speedfly = 1
  4415.  
  4416. function plrchat(plr, chat)
  4417. print(plr.Name..": "..tick().."\n"..chat)
  4418. end
  4419.  
  4420. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4421. v.Chatted:connect(function(chat)
  4422. if chatlogs then
  4423. plrchat(v, chat)
  4424. end
  4425. end)
  4426. end
  4427. game:GetService("Players").PlayerAdded:connect(function(plr)
  4428. plr.Chatted:connect(function(chat)
  4429. if chatlogs then
  4430. plrchat(plr, chat)
  4431. end
  4432. end)
  4433. end)
  4434.  
  4435.  
  4436. local ScreenGui = Instance.new("ScreenGui")
  4437. local Frame = Instance.new("Frame")
  4438. local CMDBAR = Instance.new("TextBox")
  4439. ScreenGui.Parent = game:GetService("CoreGui")
  4440. Frame.Parent = ScreenGui
  4441. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  4442. Frame.BackgroundTransparency = 0.3
  4443. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  4444. Frame.Size = UDim2.new(0, 200, 0, 40)
  4445. Frame.Active = true
  4446. Frame.Draggable = true
  4447. CMDBAR.Name = "CMDBAR"
  4448. CMDBAR.Parent = Frame
  4449. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  4450. CMDBAR.BackgroundTransparency = 0.20000000298023
  4451. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  4452. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  4453. CMDBAR.Font = Enum.Font.SourceSansLight
  4454. CMDBAR.FontSize = Enum.FontSize.Size14
  4455. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  4456. CMDBAR.TextScaled = true
  4457. CMDBAR.TextSize = 14
  4458. CMDBAR.TextWrapped = true
  4459. CMDBAR.Text = "Press ; to type, Enter to execute"
  4460.  
  4461. local CMDS = Instance.new("ScreenGui")
  4462. local CMDSFRAME = Instance.new("Frame")
  4463. local ScrollingFrame = Instance.new("ScrollingFrame")
  4464. local TextLabel = Instance.new("TextLabel")
  4465. local closegui = Instance.new("TextButton")
  4466. CMDS.Name = "CMDS"
  4467. CMDS.Parent = game:GetService("CoreGui")
  4468. CMDSFRAME.Name = "CMDSFRAME"
  4469. CMDSFRAME.Parent = CMDS
  4470. CMDSFRAME.Active = true
  4471. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  4472. CMDSFRAME.BorderSizePixel = 0
  4473. CMDSFRAME.Draggable = true
  4474. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  4475. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  4476. CMDSFRAME.Visible = false
  4477. ScrollingFrame.Parent = CMDSFRAME
  4478. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  4479. ScrollingFrame.BorderSizePixel = 0
  4480. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  4481. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  4482. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  4483. TextLabel.Parent = ScrollingFrame
  4484. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4485. TextLabel.BackgroundTransparency = 1
  4486. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  4487. TextLabel.Font = Enum.Font.SourceSans
  4488. TextLabel.FontSize = Enum.FontSize.Size18
  4489. 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."
  4490. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  4491. TextLabel.TextSize = 15
  4492. TextLabel.TextWrapped = true
  4493. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  4494. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  4495. closegui.Name = "closegui"
  4496. closegui.Parent = CMDSFRAME
  4497. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  4498. closegui.BorderSizePixel = 0
  4499. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  4500. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  4501. closegui.Font = Enum.Font.SourceSansBold
  4502. closegui.FontSize = Enum.FontSize.Size24
  4503. closegui.Text = "X"
  4504. closegui.TextColor3 = Color3.new(1, 1, 1)
  4505. closegui.TextSize = 20
  4506.  
  4507. closegui.MouseButton1Click:connect(function()
  4508. CMDSFRAME.Visible = false
  4509. end)
  4510.  
  4511. game:GetService('RunService').Stepped:connect(function()
  4512. if spin then
  4513. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  4514. end
  4515. if followed then
  4516. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  4517. end
  4518. if traill then
  4519. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  4520. end
  4521. if annoying then
  4522. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  4523. end
  4524. if hwalk then
  4525. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  4526. end
  4527. if staring then
  4528. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  4529. end
  4530. end)
  4531. game:GetService('RunService').Stepped:connect(function()
  4532. if noclip then
  4533. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  4534. lplayer.Character.Head.CanCollide = false
  4535. lplayer.Character.Torso.CanCollide = false
  4536. lplayer.Character["Left Leg"].CanCollide = false
  4537. lplayer.Character["Right Leg"].CanCollide = false
  4538. else
  4539. lplayer.Character.Humanoid:ChangeState(11)
  4540. end
  4541. end
  4542. if changingstate then
  4543. lplayer.Character.Humanoid:ChangeState(statechosen)
  4544. end
  4545. end)
  4546. game:GetService('RunService').Stepped:connect(function()
  4547. if droppinghats then
  4548. for i,v in pairs(lplayer.Character:GetChildren()) do
  4549. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4550. v.Parent = workspace
  4551. end
  4552. end
  4553. end
  4554. if droppingtools then
  4555. for i,v in pairs(lplayer.Character:GetChildren()) do
  4556. if (v:IsA("Tool")) then
  4557. v.Parent = workspace
  4558. end
  4559. end
  4560. end
  4561. if removingmeshhats then
  4562. for i,v in pairs(lplayer.Character:GetChildren()) do
  4563. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4564. v.Handle.Mesh:Destroy()
  4565. end
  4566. end
  4567. end
  4568. if removingmeshtool then
  4569. for i,v in pairs(lplayer.Character:GetChildren()) do
  4570. if (v:IsA("Tool")) then
  4571. v.Handle.Mesh:Destroy()
  4572. end
  4573. end
  4574. end
  4575. end)
  4576. game:GetService('RunService').Stepped:connect(function()
  4577. if banpl then
  4578. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  4579. end
  4580. end)
  4581. game:GetService('RunService').Stepped:connect(function()
  4582. if stopsitting then
  4583. lplayer.Character.Humanoid.Sit = false
  4584. end
  4585. end)
  4586.  
  4587. plr = lplayer
  4588. hum = plr.Character.HumanoidRootPart
  4589. mouse = plr:GetMouse()
  4590. mouse.KeyDown:connect(function(key)
  4591. if key == "e" then
  4592. if mouse.Target then
  4593. if clickgoto then
  4594. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  4595. elseif clickdel then
  4596. mouse.Target:Destroy()
  4597. end
  4598. end
  4599. end
  4600. end)
  4601.  
  4602. game:GetService("Workspace").ChildAdded:connect(function(part)
  4603. if gettingtools then
  4604. if part:IsA("Tool") then
  4605. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4606. end
  4607. end
  4608. end)
  4609.  
  4610. lplayer.Chatted:Connect(function(msg)
  4611. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  4612. if string.sub(msg, 7) == "me" then
  4613. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  4614. else
  4615. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  4616. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4617. lplayer.Character.Humanoid.Name = 1
  4618. local l = lplayer.Character["1"]:Clone()
  4619. l.Parent = lplayer.Character
  4620. l.Name = "Humanoid"
  4621. wait(0.1)
  4622. lplayer.Character["1"]:Destroy()
  4623. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4624. lplayer.Character.Animate.Disabled = true
  4625. wait(0.1)
  4626. lplayer.Character.Animate.Disabled = false
  4627. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4628. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4629. lplayer.Character.Humanoid:EquipTool(v)
  4630. end
  4631. local function tp(player,player2)
  4632. local char1,char2=player.Character,player2.Character
  4633. if char1 and char2 then
  4634. char1:MoveTo(char2.Head.Position)
  4635. end
  4636. end
  4637. wait(0.1)
  4638. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4639. wait(0.2)
  4640. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4641. wait(0.5)
  4642. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4643. wait(0.7)
  4644. tp(lplayer,game:GetService("Players")[v.Name])
  4645. wait(0.7)
  4646. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4647. game:GetService("StarterGui"):SetCore("SendNotification", {
  4648. Title = "Tools needed!";
  4649. Text = "You need a tool in your backpack for this command!";
  4650. })
  4651. end
  4652. end
  4653. end
  4654. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  4655. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  4656. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4657. lplayer.Character.Humanoid.Name = 1
  4658. local l = lplayer.Character["1"]:Clone()
  4659. l.Parent = lplayer.Character
  4660. l.Name = "Humanoid"
  4661. wait(0.1)
  4662. lplayer.Character["1"]:Destroy()
  4663. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4664. lplayer.Character.Animate.Disabled = true
  4665. wait(0.1)
  4666. lplayer.Character.Animate.Disabled = false
  4667. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4668. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4669. lplayer.Character.Humanoid:EquipTool(v)
  4670. end
  4671. local function tp(player,player2)
  4672. local char1,char2=player.Character,player2.Character
  4673. if char1 and char2 then
  4674. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  4675. end
  4676. end
  4677. local function getout(player,player2)
  4678. local char1,char2=player.Character,player2.Character
  4679. if char1 and char2 then
  4680. char1:MoveTo(char2.Head.Position)
  4681. end
  4682. end
  4683. tp(game:GetService("Players")[v.Name], lplayer)
  4684. wait(0.2)
  4685. tp(game:GetService("Players")[v.Name], lplayer)
  4686. wait(0.5)
  4687. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4688. wait(0.5)
  4689. getout(lplayer, game:GetService("Players")[v.Name])
  4690. wait(0.3)
  4691. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4692. game:GetService("StarterGui"):SetCore("SendNotification", {
  4693. Title = "Tools needed!";
  4694. Text = "You need a tool in your backpack for this command!";
  4695. })
  4696. end
  4697. end
  4698. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  4699. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  4700. lplayer.Character.Humanoid.Name = 1
  4701. local l = lplayer.Character["1"]:Clone()
  4702. l.Parent = lplayer.Character
  4703. l.Name = "Humanoid"
  4704. wait(0.1)
  4705. lplayer.Character["1"]:Destroy()
  4706. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4707. lplayer.Character.Animate.Disabled = true
  4708. wait(0.1)
  4709. lplayer.Character.Animate.Disabled = false
  4710. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4711. lplayer.Character.Animate.Disabled = false
  4712. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4713. lplayer.Character.Humanoid:EquipTool(v)
  4714. end
  4715. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4716. spinplr = v
  4717. wait(0.5)
  4718. spin = true
  4719. game:GetService("StarterGui"):SetCore("SendNotification", {
  4720. Title = "Tools needed!";
  4721. Text = "You need a tool in your backpack for this command!";
  4722. })
  4723. end
  4724. end
  4725. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  4726. spin = false
  4727. end
  4728. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  4729. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  4730. lplayer.Character.Humanoid.Name = 1
  4731. local l = lplayer.Character["1"]:Clone()
  4732. l.Parent = lplayer.Character
  4733. l.Name = "Humanoid"
  4734. wait(0.1)
  4735. lplayer.Character["1"]:Destroy()
  4736. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4737. lplayer.Character.Animate.Disabled = true
  4738. wait(0.1)
  4739. lplayer.Character.Animate.Disabled = false
  4740. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4741. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4742. lplayer.Character.Humanoid:EquipTool(v)
  4743. end
  4744. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4745. wait(0.3)
  4746. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4747. attplr = v
  4748. game:GetService("StarterGui"):SetCore("SendNotification", {
  4749. Title = "Tools needed!";
  4750. Text = "You need a tool in your backpack for this command!";
  4751. })
  4752. end
  4753. end
  4754. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  4755. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  4756. local function getout(player,player2)
  4757. local char1,char2=player.Character,player2.Character
  4758. if char1 and char2 then
  4759. char1:MoveTo(char2.Head.Position)
  4760. end
  4761. end
  4762. getout(lplayer, game:GetService("Players")[v.Name])
  4763. end
  4764. end
  4765. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  4766. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  4767. followed = true
  4768. flwplr = v
  4769. end
  4770. end
  4771. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  4772. followed = false
  4773. end
  4774. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  4775. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  4776. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4777. lplayer.Character.Humanoid.Name = 1
  4778. local l = lplayer.Character["1"]:Clone()
  4779. l.Parent = lplayer.Character
  4780. l.Name = "Humanoid"
  4781. wait(0.1)
  4782. lplayer.Character["1"]:Destroy()
  4783. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4784. lplayer.Character.Animate.Disabled = true
  4785. wait(0.1)
  4786. lplayer.Character.Animate.Disabled = false
  4787. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4788. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4789. lplayer.Character.Humanoid:EquipTool(v)
  4790. end
  4791. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4792. wait(0.2)
  4793. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4794. wait(0.6)
  4795. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4796. wait(0.6)
  4797. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4798. game:GetService("StarterGui"):SetCore("SendNotification", {
  4799. Title = "Tools needed!";
  4800. Text = "You need a tool in your backpack for this command!";
  4801. })
  4802. end
  4803. end
  4804. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  4805. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  4806. traill = true
  4807. trlplr = v
  4808. end
  4809. end
  4810. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  4811. traill = false
  4812. end
  4813. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  4814. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  4815. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4816. else
  4817. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  4818. local o = Instance.new("RocketPropulsion")
  4819. o.Parent = lplayer.Character.HumanoidRootPart
  4820. o.Name = "Orbit"
  4821. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4822. o:Fire()
  4823. noclip = true
  4824. end
  4825. end
  4826. end
  4827. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  4828. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  4829. noclip = false
  4830. end
  4831. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  4832. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  4833. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4834. else
  4835. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  4836. local y = Instance.new("RocketPropulsion")
  4837. y.Parent = lplayer.Character.HumanoidRootPart
  4838. y.CartoonFactor = 1
  4839. y.MaxThrust = 800000
  4840. y.MaxSpeed = 1000
  4841. y.ThrustP = 200000
  4842. y.Name = "Fling"
  4843. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4844. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4845. y:Fire()
  4846. noclip = true
  4847. end
  4848. end
  4849. end
  4850. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  4851. noclip = false
  4852. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4853. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4854. wait(0.4)
  4855. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4856. end
  4857. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  4858. if game:GetService("Workspace").FilteringEnabled == true then
  4859. warn("FE is Enabled (Filtering Enabled)")
  4860. game:GetService("StarterGui"):SetCore("SendNotification", {
  4861. Title = "FE is Enabled";
  4862. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4863. })
  4864. else
  4865. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4866. game:GetService("StarterGui"):SetCore("SendNotification", {
  4867. Title = "FE is Disabled";
  4868. Text = "Filtering Disabled. Consider using a different admin script.";
  4869. })
  4870. end
  4871. end
  4872. if string.sub(msg, 1, 6) == (prefix.."void ") then
  4873. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  4874. lplayer.Character.Humanoid.Name = 1
  4875. local l = lplayer.Character["1"]:Clone()
  4876. l.Parent = lplayer.Character
  4877. l.Name = "Humanoid"
  4878. wait(0.1)
  4879. lplayer.Character["1"]:Destroy()
  4880. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4881. lplayer.Character.Animate.Disabled = true
  4882. wait(0.1)
  4883. lplayer.Character.Animate.Disabled = false
  4884. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4885. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4886. lplayer.Character.Humanoid:EquipTool(v)
  4887. end
  4888. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4889. wait(0.2)
  4890. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4891. wait(0.6)
  4892. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  4893. game:GetService("StarterGui"):SetCore("SendNotification", {
  4894. Title = "Tools needed!";
  4895. Text = "You need a tool in your backpack for this command!";
  4896. })
  4897. end
  4898. end
  4899. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  4900. noclip = true
  4901. game:GetService("StarterGui"):SetCore("SendNotification", {
  4902. Title = "Noclip enabled";
  4903. Text = "Type ;clip to disable";
  4904. })
  4905. end
  4906. if string.sub(msg, 1, 5) == (prefix.."clip") then
  4907. noclip = false
  4908. game:GetService("StarterGui"):SetCore("SendNotification", {
  4909. Title = "Noclip disabled";
  4910. Text = "Type ;noclip to enable";
  4911. })
  4912. end
  4913. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  4914. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  4915. end
  4916. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  4917. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  4918. end
  4919. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  4920. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  4921. end
  4922. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  4923. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  4924. end
  4925. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  4926. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  4927. end
  4928. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  4929. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  4930. end
  4931. if string.sub(msg, 1, 8) == (prefix.."default") then
  4932. lplayer.Character.Humanoid.JumpPower = 50
  4933. lplayer.Character.Humanoid.WalkSpeed = 16
  4934. lplayer.Character.Humanoid.HipHeight = 0
  4935. end
  4936. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  4937. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  4938. annoying = true
  4939. annplr = v
  4940. end
  4941. end
  4942. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  4943. annoying = false
  4944. end
  4945. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  4946. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  4947. hwalk = true
  4948. hdwplr = v
  4949. end
  4950. end
  4951. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  4952. hwalk = false
  4953. end
  4954. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  4955. lplayer.Character["Left Leg"]:Destroy()
  4956. lplayer.Character["Left Arm"]:Destroy()
  4957. lplayer.Character["Right Leg"]:Destroy()
  4958. lplayer.Character["Right Arm"]:Destroy()
  4959. end
  4960. if string.sub(msg, 1, 4) == (prefix.."god") then
  4961. lplayer.Character.Humanoid.Name = 1
  4962. local l = lplayer.Character["1"]:Clone()
  4963. l.Parent = lplayer.Character
  4964. l.Name = "Humanoid"
  4965. wait(0.1)
  4966. lplayer.Character["1"]:Destroy()
  4967. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4968. lplayer.Character.Animate.Disabled = true
  4969. wait(0.1)
  4970. lplayer.Character.Animate.Disabled = false
  4971. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4972. game:GetService("StarterGui"):SetCore("SendNotification", {
  4973. Title = "FE Godmode enabled";
  4974. Text = "Use ;grespawn or ;respawn to remove";
  4975. })
  4976. end
  4977. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  4978. for i,v in pairs(lplayer.Character:GetChildren()) do
  4979. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4980. v.Parent = workspace
  4981. end
  4982. end
  4983. end
  4984. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  4985. for i,v in pairs(lplayer.Character:GetChildren()) do
  4986. if (v:IsA("Tool")) then
  4987. v.Parent = workspace
  4988. end
  4989. end
  4990. end
  4991. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  4992. droppinghats = true
  4993. game:GetService("StarterGui"):SetCore("SendNotification", {
  4994. Title = "Loop Drop Enabled";
  4995. Text = "Type ;unloopdhats to disable";
  4996. })
  4997. end
  4998. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  4999. droppinghats = false
  5000. game:GetService("StarterGui"):SetCore("SendNotification", {
  5001. Title = "Loop Drop Disabled";
  5002. Text = "Type ;loopdhats to enable.";
  5003. })
  5004. end
  5005. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  5006. droppingtools = true
  5007. game:GetService("StarterGui"):SetCore("SendNotification", {
  5008. Title = "Loop Drop Enabled";
  5009. Text = "Type ;unloopdtool to disable";
  5010. })
  5011. end
  5012. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  5013. droppingtools = false
  5014. game:GetService("StarterGui"):SetCore("SendNotification", {
  5015. Title = "Loop Drop Disabled";
  5016. Text = "Type ;loopdtool to enable.";
  5017. })
  5018. end
  5019. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  5020. Local = game:GetService('Players').LocalPlayer
  5021. Char = Local.Character
  5022. touched,tpdback = false, false
  5023. box = Instance.new('Part',workspace)
  5024. box.Anchored = true
  5025. box.CanCollide = true
  5026. box.Size = Vector3.new(10,1,10)
  5027. box.Position = Vector3.new(0,10000,0)
  5028. box.Touched:connect(function(part)
  5029. if (part.Parent.Name == Local.Name) then
  5030. if touched == false then
  5031. touched = true
  5032. function apply()
  5033. if script.Disabled ~= true then
  5034. no = Char.HumanoidRootPart:Clone()
  5035. wait(.25)
  5036. Char.HumanoidRootPart:Destroy()
  5037. no.Parent = Char
  5038. Char:MoveTo(loc)
  5039. touched = false
  5040. end end
  5041. if Char then
  5042. apply()
  5043. end
  5044. end
  5045. end
  5046. end)
  5047. repeat wait() until Char
  5048. loc = Char.HumanoidRootPart.Position
  5049. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  5050. game:GetService("StarterGui"):SetCore("SendNotification", {
  5051. Title = "Invisibility enabled!";
  5052. Text = "Reset or use ;respawn to remove.";
  5053. })
  5054. end
  5055. if string.sub(msg, 1, 6) == (prefix.."view ") then
  5056. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5057. if game:GetService("Players")[v.Name].Character.Humanoid then
  5058. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  5059. else
  5060. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  5061. end
  5062. end
  5063. end
  5064. if string.sub(msg, 1, 7) == (prefix.."unview") then
  5065. if lplayer.Character.Humanoid then
  5066. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5067. else
  5068. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  5069. end
  5070. end
  5071. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  5072. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5073. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5074. end
  5075. end
  5076. if string.sub(msg, 1, 4) == (prefix.."fly") then
  5077. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  5078. repeat wait() until Mouse
  5079.  
  5080. local T = lplayer.Character.HumanoidRootPart
  5081. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5082. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5083. local SPEED = speedget
  5084.  
  5085. local function fly()
  5086. flying = true
  5087. local BG = Instance.new('BodyGyro', T)
  5088. local BV = Instance.new('BodyVelocity', T)
  5089. BG.P = 9e4
  5090. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5091. BG.cframe = T.CFrame
  5092. BV.velocity = Vector3.new(0, 0.1, 0)
  5093. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  5094. spawn(function()
  5095. repeat wait()
  5096. lplayer.Character.Humanoid.PlatformStand = true
  5097. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  5098. SPEED = 50
  5099. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  5100. SPEED = 0
  5101. end
  5102. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  5103. 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
  5104. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  5105. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  5106. 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
  5107. else
  5108. BV.velocity = Vector3.new(0, 0.1, 0)
  5109. end
  5110. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  5111. until not flying
  5112. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5113. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5114. SPEED = 0
  5115. BG:destroy()
  5116. BV:destroy()
  5117. lplayer.Character.Humanoid.PlatformStand = false
  5118. end)
  5119. end
  5120. Mouse.KeyDown:connect(function(KEY)
  5121. if KEY:lower() == 'w' then
  5122. CONTROL.F = speedfly
  5123. elseif KEY:lower() == 's' then
  5124. CONTROL.B = -speedfly
  5125. elseif KEY:lower() == 'a' then
  5126. CONTROL.L = -speedfly
  5127. elseif KEY:lower() == 'd' then
  5128. CONTROL.R = speedfly
  5129. end
  5130. end)
  5131. Mouse.KeyUp:connect(function(KEY)
  5132. if KEY:lower() == 'w' then
  5133. CONTROL.F = 0
  5134. elseif KEY:lower() == 's' then
  5135. CONTROL.B = 0
  5136. elseif KEY:lower() == 'a' then
  5137. CONTROL.L = 0
  5138. elseif KEY:lower() == 'd' then
  5139. CONTROL.R = 0
  5140. end
  5141. end)
  5142. fly()
  5143. end
  5144. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  5145. flying = false
  5146. lplayer.Character.Humanoid.PlatformStand = false
  5147. end
  5148. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  5149. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  5150. end
  5151. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  5152. spamtext = (string.sub(msg, 7))
  5153. spamming = true
  5154. end
  5155. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  5156. spamming = false
  5157. end
  5158. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  5159. spamdelay = (string.sub(msg, 11))
  5160. end
  5161. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  5162. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  5163. pmspammed = v.Name
  5164. spammingpm = true
  5165. end
  5166. end
  5167. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  5168. spammingpm = false
  5169. end
  5170. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  5171. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  5172. v.Character["Left Leg"].Anchored = true
  5173. v.Character["Left Arm"].Anchored = true
  5174. v.Character["Right Leg"].Anchored = true
  5175. v.Character["Right Arm"].Anchored = true
  5176. v.Character.Torso.Anchored = true
  5177. v.Character.Head.Anchored = true
  5178. end
  5179. end
  5180. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  5181. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  5182. v.Character["Left Leg"].Anchored = false
  5183. v.Character["Left Arm"].Anchored = false
  5184. v.Character["Right Leg"].Anchored = false
  5185. v.Character["Right Arm"].Anchored = false
  5186. v.Character.Torso.Anchored = false
  5187. v.Character.Head.Anchored = false
  5188. end
  5189. end
  5190. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  5191. local a = game:GetService("Workspace"):getChildren()
  5192. for i = 1, #a do
  5193. if a[i].className == "Part" then
  5194. a[i].Locked = false
  5195. elseif a[i].className == "Model" then
  5196. local r = a[i]:getChildren()
  5197. for i = 1, #r do
  5198. if r[i].className == "Part" then
  5199. r[i].Locked = false
  5200. end
  5201. end
  5202. end
  5203. end
  5204. game:GetService("StarterGui"):SetCore("SendNotification", {
  5205. Title = "Success!";
  5206. Text = "Workspace unlocked. Use ;lockws to lock.";
  5207. })
  5208. end
  5209. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  5210. local a = game:GetService("Workspace"):getChildren()
  5211. for i = 1, #a do
  5212. if a[i].className == "Part" then
  5213. a[i].Locked = true
  5214. elseif a[i].className == "Model" then
  5215. local r = a[i]:getChildren()
  5216. for i = 1, #r do
  5217. if r[i].className == "Part" then
  5218. r[i].Locked = true
  5219. end
  5220. end
  5221. end
  5222. end
  5223. end
  5224. if string.sub(msg, 1, 7) == (prefix.."btools") then
  5225. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  5226. Clone_T.BinType = "Clone"
  5227. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  5228. Destruct.BinType = "Hammer"
  5229. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  5230. Hold_T.BinType = "Grab"
  5231. end
  5232. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  5233. lplayer.Character.Humanoid.PlatformStand = true
  5234. end
  5235. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  5236. lplayer.Character.Humanoid.PlatformStand = false
  5237. end
  5238. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  5239. lplayer.Character.Head.Mesh:Destroy()
  5240. end
  5241. if string.sub(msg, 1, 4) == (prefix.."sit") then
  5242. lplayer.Character.Humanoid.Sit = true
  5243. end
  5244. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  5245. local function bringobjw()
  5246. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  5247. if obj.Name == (string.sub(msg, 11)) then
  5248. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5249. obj.CanCollide = false
  5250. obj.Transparency = 0.7
  5251. wait()
  5252. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  5253. wait()
  5254. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  5255. wait()
  5256. obj.CFrame = lplayer.Character["Head"].CFrame
  5257. end
  5258. end
  5259. end
  5260. while wait() do
  5261. bringobjw()
  5262. end
  5263. game:GetService("StarterGui"):SetCore("SendNotification", {
  5264. Title = "BringObj";
  5265. Text = "BringObj enabled.";
  5266. })
  5267. end
  5268. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  5269. vis = (string.sub(msg, 8))
  5270. local a = game:GetService("Workspace"):GetDescendants()
  5271. for i = 1, #a do
  5272. if a[i].className == "Part" then
  5273. a[i].Transparency = vis
  5274. elseif a[i].className == "Model" then
  5275. local r = a[i]:getChildren()
  5276. for i = 1, #r do
  5277. if r[i].className == "Part" then
  5278. r[i].Transparency = vis
  5279. end
  5280. end
  5281. end
  5282. end
  5283. end
  5284. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  5285. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  5286. game:GetService("StarterGui"):SetCore("SendNotification", {
  5287. Title = "Success!";
  5288. Text = "HyperTotal GUI Loaded!";
  5289. })
  5290. end
  5291. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  5292. CMDSFRAME.Visible = true
  5293. end
  5294. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  5295. for i,v in pairs(lplayer.Character:GetChildren()) do
  5296. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5297. v.Handle.Mesh:Destroy()
  5298. end
  5299. end
  5300. end
  5301. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  5302. for i,v in pairs(lplayer.Character:GetChildren()) do
  5303. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5304. v.Handle.Mesh:Destroy()
  5305. end
  5306. end
  5307. end
  5308. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  5309. for i,v in pairs(lplayer.Character:GetChildren()) do
  5310. if (v:IsA("Tool")) then
  5311. v.Handle.Mesh:Destroy()
  5312. end
  5313. end
  5314. end
  5315. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  5316. for i,v in pairs(lplayer.Character:GetChildren()) do
  5317. if (v:IsA("Tool")) then
  5318. v.Handle.Mesh:Destroy()
  5319. end
  5320. end
  5321. end
  5322. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  5323. local p = Instance.new("RocketPropulsion")
  5324. p.Parent = lplayer.Character.HumanoidRootPart
  5325. p.Name = "Spinner"
  5326. p.Target = lplayer.Character["Left Arm"]
  5327. p:Fire()
  5328. game:GetService("StarterGui"):SetCore("SendNotification", {
  5329. Title = "Spinner enabled";
  5330. Text = "Type ;nospinner to disable.";
  5331. })
  5332. end
  5333. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  5334. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  5335. end
  5336. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  5337. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  5338. if v:isA("Tool") then
  5339. local a = Instance.new("SelectionBox",v.Handle)
  5340. a.Adornee = v.Handle
  5341. v.Handle.Size = Vector3.new(0.5,0.5,60)
  5342. v.GripPos = Vector3.new(0,0,0)
  5343. lplayer.Character.Humanoid:UnequipTools()
  5344. end
  5345. end
  5346. game:GetService("StarterGui"):SetCore("SendNotification", {
  5347. Title = "Reach applied!";
  5348. Text = "Applied to equipped sword. Use ;noreach to disable.";
  5349. })
  5350. end
  5351. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  5352. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  5353. if v:isA("Tool") then
  5354. handleSize = v.Handle.Size
  5355. wait()
  5356. local a = Instance.new("SelectionBox",v.Handle)
  5357. a.Name = "a"
  5358. a.Adornee = v.Handle
  5359. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  5360. v.GripPos = Vector3.new(0,0,0)
  5361. lplayer.Character.Humanoid:UnequipTools()
  5362. end
  5363. end
  5364. game:GetService("StarterGui"):SetCore("SendNotification", {
  5365. Title = "Reach applied!";
  5366. Text = "Applied to equipped sword. Use ;noreach to disable.";
  5367. })
  5368. end
  5369. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  5370. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  5371. if v:isA("Tool") then
  5372. v.Handle.a:Destroy()
  5373. v.Handle.Size = handleSize
  5374. end
  5375. end
  5376. game:GetService("StarterGui"):SetCore("SendNotification", {
  5377. Title = "Reach removed!";
  5378. Text = "Removed reach from equipped sword.";
  5379. })
  5380. end
  5381. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  5382. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  5383. lplayer.Character.Humanoid.Name = 1
  5384. local l = lplayer.Character["1"]:Clone()
  5385. l.Parent = lplayer.Character
  5386. l.Name = "Humanoid"
  5387. wait(0.1)
  5388. lplayer.Character["1"]:Destroy()
  5389. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5390. lplayer.Character.Animate.Disabled = true
  5391. wait(0.1)
  5392. lplayer.Character.Animate.Disabled = false
  5393. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5394. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5395. lplayer.Character.Humanoid:EquipTool(v)
  5396. end
  5397. wait(0.1)
  5398. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5399. wait(0.2)
  5400. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5401. wait(0.5)
  5402. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  5403. game:GetService("StarterGui"):SetCore("SendNotification", {
  5404. Title = "Tools needed!";
  5405. Text = "You need a tool in your backpack for this command!";
  5406. })
  5407. end
  5408. end
  5409. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  5410. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  5411. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5412. end
  5413. end
  5414. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  5415. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  5416. cbringall = true
  5417. else
  5418. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  5419. brplr = v.Name
  5420. end
  5421. end
  5422. cbring = true
  5423. end
  5424. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  5425. cbring = false
  5426. cbringall = false
  5427. end
  5428. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  5429. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5430. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5431. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  5432. lplayer.Character.Humanoid.Name = 1
  5433. local l = lplayer.Character["1"]:Clone()
  5434. l.Parent = lplayer.Character
  5435. l.Name = "Humanoid"
  5436. wait(0.1)
  5437. lplayer.Character["1"]:Destroy()
  5438. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5439. lplayer.Character.Animate.Disabled = true
  5440. wait(0.1)
  5441. lplayer.Character.Animate.Disabled = false
  5442. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5443. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5444. lplayer.Character.Humanoid:EquipTool(v)
  5445. end
  5446. local function tp(player,player2)
  5447. local char1,char2=player.Character,player2.Character
  5448. if char1 and char2 then
  5449. char1:MoveTo(char2.Head.Position)
  5450. end
  5451. end
  5452. wait(0.1)
  5453. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5454. wait(0.2)
  5455. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5456. wait(0.5)
  5457. lplayer.Character.HumanoidRootPart.CFrame = NOW
  5458. wait(0.6)
  5459. tp(lplayer, game:GetService("Players")[v.Name])
  5460. wait(0.4)
  5461. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  5462. game:GetService("StarterGui"):SetCore("SendNotification", {
  5463. Title = "Tools needed!";
  5464. Text = "You need a tool in your backpack for this command!";
  5465. })
  5466. end
  5467. end
  5468. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  5469. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  5470. lplayer.Character.Humanoid.Name = 1
  5471. local l = lplayer.Character["1"]:Clone()
  5472. l.Parent = lplayer.Character
  5473. l.Name = "Humanoid"
  5474. wait(0.1)
  5475. lplayer.Character["1"]:Destroy()
  5476. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5477. lplayer.Character.Animate.Disabled = true
  5478. wait(0.1)
  5479. lplayer.Character.Animate.Disabled = false
  5480. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5481. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5482. lplayer.Character.Humanoid:EquipTool(v)
  5483. end
  5484. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  5485. wait(0.3)
  5486. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  5487. wait(0.4)
  5488. b = Instance.new("BodyForce")
  5489. b.Parent = lplayer.Character.HumanoidRootPart
  5490. b.Name = "Glitch"
  5491. b.Force = Vector3.new(100000000,5000,0)
  5492. game:GetService("StarterGui"):SetCore("SendNotification", {
  5493. Title = "Tools needed!";
  5494. Text = "You need a tool in your backpack for this command!";
  5495. })
  5496. end
  5497. end
  5498. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  5499. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  5500. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  5501. b = Instance.new("BodyForce")
  5502. b.Parent = lplayer.Character.HumanoidRootPart
  5503. b.Name = "unGlitch"
  5504. b.Force = Vector3.new(0,-5000000,0)
  5505. wait(2)
  5506. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  5507. end
  5508. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  5509. lplayer.Character.Humanoid.Health = 0
  5510. wait(1)
  5511. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  5512. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  5513. end
  5514. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  5515. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  5516. game:GetService("StarterGui"):SetCore("SendNotification", {
  5517. Title = "Success!";
  5518. Text = "DEX Explorer has loaded.";
  5519. })
  5520. end
  5521. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  5522. local Anim = Instance.new("Animation")
  5523. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  5524. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  5525. track:Play(.1, 1, 1)
  5526. end
  5527. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  5528. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  5529. game:GetService("StarterGui"):SetCore("SendNotification", {
  5530. Title = "Success!";
  5531. Text = "Energize Animations GUI has loaded.";
  5532. })
  5533. end
  5534. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  5535. saved = lplayer.Character.HumanoidRootPart.CFrame
  5536. game:GetService("StarterGui"):SetCore("SendNotification", {
  5537. Title = "Position Saved";
  5538. Text = "Use ;loadpos to return to saved position.";
  5539. })
  5540. end
  5541. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  5542. lplayer.Character.HumanoidRootPart.CFrame = saved
  5543. end
  5544. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  5545. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5546. local Anim2 = Instance.new("Animation")
  5547. Anim2.AnimationId = "rbxassetid://148840371"
  5548. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  5549. track2:Play(.1, 1, 1)
  5550. bplrr = v.Name
  5551. banpl = true
  5552. end
  5553. end
  5554. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  5555. banpl = false
  5556. end
  5557. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  5558. local function bringmodw()
  5559. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  5560. if obj.Name == (string.sub(msg, 11)) then
  5561. for i,ch in pairs(obj:GetDescendants()) do
  5562. if (ch:IsA("BasePart")) then
  5563. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5564. ch.CanCollide = false
  5565. ch.Transparency = 0.7
  5566. wait()
  5567. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  5568. wait()
  5569. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  5570. wait()
  5571. ch.CFrame = lplayer.Character["Head"].CFrame
  5572. end
  5573. end
  5574. end
  5575. end
  5576. end
  5577. while wait() do
  5578. bringmodw()
  5579. end
  5580. game:GetService("StarterGui"):SetCore("SendNotification", {
  5581. Title = "BringMod";
  5582. Text = "BringMod enabled.";
  5583. })
  5584. end
  5585. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  5586. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  5587. local hum = Instance.new('Humanoid', mod)
  5588. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  5589. lplayer.Character = mod
  5590. end
  5591. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  5592. game:GetService'RunService'.Stepped:Connect(function()
  5593. pcall(function()
  5594. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  5595. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  5596. for _,x in pairs(v.Character.Head:GetChildren()) do
  5597. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  5598. end
  5599. end
  5600. end
  5601. end)
  5602. end)
  5603. game:GetService("StarterGui"):SetCore("SendNotification", {
  5604. Title = "Attempting Shutdown";
  5605. Text = "Shutdown Attempt has begun.";
  5606. })
  5607. end
  5608. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  5609. objtodel = (string.sub(msg, 9))
  5610. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5611. if v.Name == objtodel then
  5612. v:Destroy()
  5613. end
  5614. end
  5615. end
  5616. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  5617. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  5618. print(v)
  5619. end
  5620. game:GetService("StarterGui"):SetCore("SendNotification", {
  5621. Title = "Printed";
  5622. Text = "Players have been printed to console. (F9)";
  5623. })
  5624. end
  5625. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  5626. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  5627. if (v:IsA("Decal")) then
  5628. v:Destroy()
  5629. end
  5630. end
  5631. end
  5632. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  5633. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  5634. game:GetService("StarterGui"):SetCore("SendNotification", {
  5635. Title = "Success!";
  5636. Text = "OpFinality GUI has loaded.";
  5637. })
  5638. end
  5639. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  5640. remotes = true
  5641. added = true
  5642. game.DescendantAdded:connect(function(rmt)
  5643. if added == true then
  5644. if remotes == true then
  5645. if rmt:IsA("RemoteEvent") then
  5646. print("A RemoteEvent was added!")
  5647. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  5648. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  5649. end end end
  5650. end)
  5651. game.DescendantAdded:connect(function(rmtfnctn)
  5652. if added == true then
  5653. if remotes == true then
  5654. if rmtfnctn:IsA("RemoteFunction") then
  5655. warn("A RemoteFunction was added!")
  5656. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  5657. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  5658. end end end
  5659. end)
  5660.  
  5661. game.DescendantAdded:connect(function(bndfnctn)
  5662. if added == true then
  5663. if binds == true then
  5664. if bndfnctn:IsA("BindableFunction") then
  5665. print("A BindableFunction was added!")
  5666. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  5667. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  5668. end end end
  5669. end)
  5670.  
  5671. game.DescendantAdded:connect(function(bnd)
  5672. if added == true then
  5673. if binds == true then
  5674. if bnd:IsA("BindableEvent") then
  5675. warn("A BindableEvent was added!")
  5676. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  5677. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  5678. end end end
  5679. end)
  5680.  
  5681.  
  5682. if binds == true then
  5683. for i,v in pairs(game:GetDescendants()) do
  5684. if v:IsA("BindableFunction") then
  5685. print(" game." .. v:GetFullName() .. " | BindableFunction")
  5686. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  5687. end end
  5688. for i,v in pairs(game:GetDescendants()) do
  5689. if v:IsA("BindableEvent") then
  5690. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  5691. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  5692. end end
  5693. else
  5694. print("Off")
  5695. end
  5696. if remotes == true then
  5697. for i,v in pairs(game:GetDescendants()) do
  5698. if v:IsA("RemoteFunction") then
  5699. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  5700. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  5701. end end
  5702. wait()
  5703. for i,v in pairs(game:GetDescendants()) do
  5704. if v:IsA("RemoteEvent") then
  5705. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  5706. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  5707. end end
  5708. else
  5709. print("Off")
  5710. end
  5711. game:GetService("StarterGui"):SetCore("SendNotification", {
  5712. Title = "Printing Remotes";
  5713. Text = "Type ;noremotes to disable.";
  5714. })
  5715. end
  5716. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  5717. remotes = false
  5718. added = false
  5719. game:GetService("StarterGui"):SetCore("SendNotification", {
  5720. Title = "Printing Remotes Disabled";
  5721. Text = "Type ;remotes to enable.";
  5722. })
  5723. end
  5724. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  5725. spin = false
  5726. followed = false
  5727. traill = false
  5728. noclip = false
  5729. annoying = false
  5730. hwalk = false
  5731. cbringing = false
  5732. end
  5733. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  5734. stopsitting = true
  5735. end
  5736. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  5737. stopsitting = false
  5738. end
  5739. if string.sub(msg, 1, 8) == (prefix.."version") then
  5740. print(adminversion)
  5741. game:GetService("StarterGui"):SetCore("SendNotification", {
  5742. Title = "Version";
  5743. Text = adminversion;
  5744. })
  5745. end
  5746. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  5747. clickgoto = true
  5748. game:GetService("StarterGui"):SetCore("SendNotification", {
  5749. Title = "Click TP";
  5750. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  5751. })
  5752. end
  5753. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  5754. clickdel = true
  5755. game:GetService("StarterGui"):SetCore("SendNotification", {
  5756. Title = "Click Delete";
  5757. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  5758. })
  5759. end
  5760. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  5761. clickdel = false
  5762. game:GetService("StarterGui"):SetCore("SendNotification", {
  5763. Title = "Click Delete";
  5764. Text = "Click delete has been disabled.";
  5765. })
  5766. end
  5767. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  5768. clickgoto = false
  5769. game:GetService("StarterGui"):SetCore("SendNotification", {
  5770. Title = "Click TP";
  5771. Text = "Click TP has been disabled.";
  5772. })
  5773. end
  5774. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  5775. gettingtools = true
  5776. game:GetService("StarterGui"):SetCore("SendNotification", {
  5777. Title = "Tools Enabled";
  5778. Text = "Automatically colleting tools dropped.";
  5779. })
  5780. end
  5781. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  5782. gettingtools = false
  5783. game:GetService("StarterGui"):SetCore("SendNotification", {
  5784. Title = "Tools Disabled";
  5785. Text = "Click TP has been disabled.";
  5786. })
  5787. end
  5788. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  5789. ScreenGui:Destroy()
  5790. end
  5791. if string.sub(msg, 1, 6) == (prefix.."reset") then
  5792. lplayer.Character.Head:Destroy()
  5793. end
  5794. if string.sub(msg, 1, 7) == (prefix.."state ") then
  5795. statechosen = string.sub(msg, 8)
  5796. changingstate = true
  5797. end
  5798. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  5799. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  5800. end
  5801. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  5802. removingmeshhats = true
  5803. end
  5804. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  5805. removingmeshhats = false
  5806. end
  5807. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  5808. removingmeshtool = true
  5809. end
  5810. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  5811. removingmeshtool = false
  5812. end
  5813. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  5814. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  5815. if v:IsA("Tool") then
  5816. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  5817. v.Parent = player.Character
  5818. end
  5819. end
  5820. end
  5821. end
  5822. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  5823. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  5824. if v:IsA("Tool") then
  5825. v.Parent = lplayer.Character
  5826. wait()
  5827. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  5828. v.Parent = player.Character
  5829. end
  5830. end
  5831. end
  5832. end
  5833. if string.sub(msg, 1, 5) == (prefix.."age ") then
  5834. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  5835. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  5836. end
  5837. end
  5838. if string.sub(msg, 1, 4) == (prefix.."id ") then
  5839. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  5840. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  5841. end
  5842. end
  5843. if string.sub(msg, 1, 6) == (prefix..".age ") then
  5844. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  5845. game:GetService("StarterGui"):SetCore("SendNotification", {
  5846. Title = player.AccountAge.." Days";
  5847. Text = "Account age of "..player.Name;
  5848. })
  5849. end
  5850. end
  5851. if string.sub(msg, 1, 5) == (prefix..".id ") then
  5852. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  5853. game:GetService("StarterGui"):SetCore("SendNotification", {
  5854. Title = player.UserId.." ID";
  5855. Text = "Account ID of "..player.Name;
  5856. })
  5857. end
  5858. end
  5859. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  5860. game:GetService("StarterGui"):SetCore("SendNotification", {
  5861. Title = "Game ID";
  5862. Text = "Game ID: ".. game.GameId;
  5863. })
  5864. end
  5865. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  5866. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  5867. if pgscheck == true then
  5868. game:GetService("StarterGui"):SetCore("SendNotification", {
  5869. Title = "PGSPhysicsSolverEnabled";
  5870. Text = "PGS is Enabled!";
  5871. })
  5872. else
  5873. game:GetService("StarterGui"):SetCore("SendNotification", {
  5874. Title = "PGSPhysicsSolverEnabled";
  5875. Text = "PGS is Disabled!";
  5876. })
  5877. end
  5878. end
  5879. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  5880. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5881. if v:IsA("Part") then
  5882. if v.Transparency == 1 then
  5883. if v.Name ~= "HumanoidRootPart" then
  5884. v:Destroy()
  5885. end
  5886. end
  5887. end
  5888. end
  5889. end
  5890. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  5891. game:GetService("Lighting").FogStart = 0
  5892. game:GetService("Lighting").FogEnd = 9999999999999
  5893. end
  5894. if string.sub(msg, 1, 8) == (prefix.."disable") then
  5895. lplayer.Character.Humanoid.Parent = lplayer
  5896. end
  5897. if string.sub(msg, 1, 7) == (prefix.."enable") then
  5898. lplayer.Humanoid.Parent = lplayer.Character
  5899. end
  5900. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  5901. prefix = (string.sub(msg, 9, 9))
  5902. wait(0.1)
  5903. change()
  5904. wait(0.1)
  5905. game:GetService("StarterGui"):SetCore("SendNotification", {
  5906. Title = "Prefix changed!";
  5907. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  5908. })
  5909. end
  5910. if string.sub(msg, 1, 12) == (";resetprefix") then
  5911. prefix = ";"
  5912. wait(0.1)
  5913. change()
  5914. wait(0.1)
  5915. game:GetService("StarterGui"):SetCore("SendNotification", {
  5916. Title = "Prefix changed!";
  5917. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  5918. })
  5919. end
  5920. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  5921. speedfly = string.sub(msg, 11)
  5922. wait()
  5923. change()
  5924. end
  5925. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  5926. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  5927. local Anim3 = Instance.new("Animation")
  5928. Anim3.AnimationId = "rbxassetid://282574440"
  5929. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  5930. track3:Play(.1, 1, 1)
  5931. bplrr = v.Name
  5932. banpl = true
  5933. end
  5934. end
  5935. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  5936. banpl = false
  5937. end
  5938. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  5939. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  5940. staring = true
  5941. stareplr = v
  5942. end
  5943. end
  5944. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  5945. staring = false
  5946. end
  5947. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  5948. chatlogs = true
  5949. game:GetService("StarterGui"):SetCore("SendNotification", {
  5950. Title = "LogChat enabled";
  5951. Text = "Now logging all player chat.";
  5952. })
  5953. end
  5954. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  5955. chatlogs = false
  5956. game:GetService("StarterGui"):SetCore("SendNotification", {
  5957. Title = "LogChat disabled";
  5958. Text = "Stopped logging all player chat.";
  5959. })
  5960. end
  5961. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  5962. game:GetService("Workspace").CurrentCamera:Destroy()
  5963. wait(0.1)
  5964. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5965. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5966. lplayer.CameraMinZoomDistance = 0.5
  5967. lplayer.CameraMaxZoomDistance = 400
  5968. lplayer.CameraMode = "Classic"
  5969. end
  5970. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  5971. changingstate = false
  5972. end
  5973. end)
  5974.  
  5975. local function tp()
  5976. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  5977. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  5978. if player.Name == brplr then
  5979. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  5980. end
  5981. end
  5982. end
  5983. end
  5984. local function tpall()
  5985. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  5986. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  5987. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  5988. end
  5989. end
  5990. end
  5991. spawn(function()
  5992. while wait(spamdelay) do
  5993. if spamming == true then
  5994. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  5995. end
  5996. end
  5997. end)
  5998. spawn(function()
  5999. while wait(spamdelay) do
  6000. if spammingpm == true then
  6001. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  6002. end
  6003. end
  6004. end)
  6005. spawn(function()
  6006. while wait() do
  6007. if cbring == true then
  6008. tp()
  6009. end
  6010. end
  6011. end)
  6012. spawn(function()
  6013. while wait() do
  6014. if cbringall == true then
  6015. tpall()
  6016. end
  6017. end
  6018. end)
  6019.  
  6020. Mouse.KeyDown:connect(function(Key)
  6021. if Key == prefix then
  6022. CMDBAR:CaptureFocus()
  6023. end
  6024. end)
  6025.  
  6026. CMDBAR.FocusLost:connect(function(enterPressed)
  6027. if enterPressed then
  6028. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  6029. if string.sub(CMDBAR.Text, 6) == "me" then
  6030. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  6031. else
  6032. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  6033. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6034. lplayer.Character.Humanoid.Name = 1
  6035. local l = lplayer.Character["1"]:Clone()
  6036. l.Parent = lplayer.Character
  6037. l.Name = "Humanoid"
  6038. wait(0.1)
  6039. lplayer.Character["1"]:Destroy()
  6040. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6041. lplayer.Character.Animate.Disabled = true
  6042. wait(0.1)
  6043. lplayer.Character.Animate.Disabled = false
  6044. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6045. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6046. lplayer.Character.Humanoid:EquipTool(v)
  6047. end
  6048. local function tp(player,player2)
  6049. local char1,char2=player.Character,player2.Character
  6050. if char1 and char2 then
  6051. char1:MoveTo(char2.Head.Position)
  6052. end
  6053. end
  6054. wait(0.1)
  6055. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6056. wait(0.2)
  6057. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6058. wait(0.5)
  6059. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6060. wait(0.7)
  6061. tp(lplayer,game:GetService("Players")[v.Name])
  6062. wait(0.7)
  6063. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6064. game:GetService("StarterGui"):SetCore("SendNotification", {
  6065. Title = "Tools needed!";
  6066. Text = "You need a tool in your backpack for this command!";
  6067. })
  6068. end
  6069. end
  6070. end
  6071. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  6072. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  6073. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6074. lplayer.Character.Humanoid.Name = 1
  6075. local l = lplayer.Character["1"]:Clone()
  6076. l.Parent = lplayer.Character
  6077. l.Name = "Humanoid"
  6078. wait(0.1)
  6079. lplayer.Character["1"]:Destroy()
  6080. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6081. lplayer.Character.Animate.Disabled = true
  6082. wait(0.1)
  6083. lplayer.Character.Animate.Disabled = false
  6084. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6085. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6086. lplayer.Character.Humanoid:EquipTool(v)
  6087. end
  6088. local function tp(player,player2)
  6089. local char1,char2=player.Character,player2.Character
  6090. if char1 and char2 then
  6091. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6092. end
  6093. end
  6094. local function getout(player,player2)
  6095. local char1,char2=player.Character,player2.Character
  6096. if char1 and char2 then
  6097. char1:MoveTo(char2.Head.Position)
  6098. end
  6099. end
  6100. tp(game:GetService("Players")[v.Name], lplayer)
  6101. wait(0.2)
  6102. tp(game:GetService("Players")[v.Name], lplayer)
  6103. wait(0.5)
  6104. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6105. wait(0.5)
  6106. getout(lplayer, game:GetService("Players")[v.Name])
  6107. wait(0.3)
  6108. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6109. game:GetService("StarterGui"):SetCore("SendNotification", {
  6110. Title = "Tools needed!";
  6111. Text = "You need a tool in your backpack for this command!";
  6112. })
  6113. end
  6114. end
  6115. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  6116. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6117. lplayer.Character.Humanoid.Name = 1
  6118. local l = lplayer.Character["1"]:Clone()
  6119. l.Parent = lplayer.Character
  6120. l.Name = "Humanoid"
  6121. wait(0.1)
  6122. lplayer.Character["1"]:Destroy()
  6123. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6124. lplayer.Character.Animate.Disabled = true
  6125. wait(0.1)
  6126. lplayer.Character.Animate.Disabled = false
  6127. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6128. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6129. lplayer.Character.Humanoid:EquipTool(v)
  6130. end
  6131. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6132. spinplr = v
  6133. wait(0.5)
  6134. spin = true
  6135. game:GetService("StarterGui"):SetCore("SendNotification", {
  6136. Title = "Tools needed!";
  6137. Text = "You need a tool in your backpack for this command!";
  6138. })
  6139. end
  6140. end
  6141. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  6142. spin = false
  6143. end
  6144. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  6145. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  6146. lplayer.Character.Humanoid.Name = 1
  6147. local l = lplayer.Character["1"]:Clone()
  6148. l.Parent = lplayer.Character
  6149. l.Name = "Humanoid"
  6150. wait(0.1)
  6151. lplayer.Character["1"]:Destroy()
  6152. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6153. lplayer.Character.Animate.Disabled = true
  6154. wait(0.1)
  6155. lplayer.Character.Animate.Disabled = false
  6156. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6157. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6158. lplayer.Character.Humanoid:EquipTool(v)
  6159. end
  6160. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6161. wait(0.3)
  6162. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6163. attplr = v
  6164. game:GetService("StarterGui"):SetCore("SendNotification", {
  6165. Title = "Tools needed!";
  6166. Text = "You need a tool in your backpack for this command!";
  6167. })
  6168. end
  6169. end
  6170. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  6171. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  6172. local function getout(player,player2)
  6173. local char1,char2=player.Character,player2.Character
  6174. if char1 and char2 then
  6175. char1:MoveTo(char2.Head.Position)
  6176. end
  6177. end
  6178. getout(lplayer, game:GetService("Players")[v.Name])
  6179. end
  6180. end
  6181. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  6182. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  6183. followed = true
  6184. flwplr = v
  6185. end
  6186. end
  6187. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  6188. followed = false
  6189. end
  6190. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  6191. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  6192. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6193. lplayer.Character.Humanoid.Name = 1
  6194. local l = lplayer.Character["1"]:Clone()
  6195. l.Parent = lplayer.Character
  6196. l.Name = "Humanoid"
  6197. wait(0.1)
  6198. lplayer.Character["1"]:Destroy()
  6199. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6200. lplayer.Character.Animate.Disabled = true
  6201. wait(0.1)
  6202. lplayer.Character.Animate.Disabled = false
  6203. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6204. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6205. lplayer.Character.Humanoid:EquipTool(v)
  6206. end
  6207. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6208. wait(0.2)
  6209. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6210. wait(0.6)
  6211. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6212. wait(0.6)
  6213. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6214. game:GetService("StarterGui"):SetCore("SendNotification", {
  6215. Title = "Tools needed!";
  6216. Text = "You need a tool in your backpack for this command!";
  6217. })
  6218. end
  6219. end
  6220. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  6221. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6222. traill = true
  6223. trlplr = v
  6224. end
  6225. end
  6226. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  6227. traill = false
  6228. end
  6229. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  6230. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  6231. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6232. else
  6233. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6234. local o = Instance.new("RocketPropulsion")
  6235. o.Parent = lplayer.Character.HumanoidRootPart
  6236. o.Name = "Orbit"
  6237. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6238. o:Fire()
  6239. noclip = true
  6240. end
  6241. end
  6242. end
  6243. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  6244. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  6245. noclip = false
  6246. end
  6247. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  6248. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  6249. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6250. else
  6251. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6252. local y = Instance.new("RocketPropulsion")
  6253. y.Parent = lplayer.Character.HumanoidRootPart
  6254. y.CartoonFactor = 1
  6255. y.MaxThrust = 800000
  6256. y.MaxSpeed = 1000
  6257. y.ThrustP = 200000
  6258. y.Name = "Fling"
  6259. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6260. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6261. y:Fire()
  6262. noclip = true
  6263. end
  6264. end
  6265. end
  6266. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  6267. noclip = false
  6268. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6269. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6270. wait(0.4)
  6271. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6272. end
  6273. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  6274. if game:GetService("Workspace").FilteringEnabled == true then
  6275. warn("FE is Enabled (Filtering Enabled)")
  6276. game:GetService("StarterGui"):SetCore("SendNotification", {
  6277. Title = "FE is Enabled";
  6278. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6279. })
  6280. else
  6281. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6282. game:GetService("StarterGui"):SetCore("SendNotification", {
  6283. Title = "FE is Disabled";
  6284. Text = "Filtering Disabled. Consider using a different admin script.";
  6285. })
  6286. end
  6287. end
  6288. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  6289. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6290. lplayer.Character.Humanoid.Name = 1
  6291. local l = lplayer.Character["1"]:Clone()
  6292. l.Parent = lplayer.Character
  6293. l.Name = "Humanoid"
  6294. wait(0.1)
  6295. lplayer.Character["1"]:Destroy()
  6296. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6297. lplayer.Character.Animate.Disabled = true
  6298. wait(0.1)
  6299. lplayer.Character.Animate.Disabled = false
  6300. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6301. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6302. lplayer.Character.Humanoid:EquipTool(v)
  6303. end
  6304. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6305. wait(0.2)
  6306. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6307. wait(0.6)
  6308. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  6309. game:GetService("StarterGui"):SetCore("SendNotification", {
  6310. Title = "Tools needed!";
  6311. Text = "You need a tool in your backpack for this command!";
  6312. })
  6313. end
  6314. end
  6315. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  6316. noclip = true
  6317. game:GetService("StarterGui"):SetCore("SendNotification", {
  6318. Title = "Noclip enabled";
  6319. Text = "Type ;clip to disable";
  6320. })
  6321. end
  6322. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  6323. noclip = false
  6324. game:GetService("StarterGui"):SetCore("SendNotification", {
  6325. Title = "Noclip disabled";
  6326. Text = "Type ;noclip to enable";
  6327. })
  6328. end
  6329. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  6330. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  6331. end
  6332. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  6333. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  6334. end
  6335. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  6336. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  6337. end
  6338. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  6339. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  6340. end
  6341. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  6342. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  6343. end
  6344. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  6345. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  6346. end
  6347. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  6348. lplayer.Character.Humanoid.JumpPower = 50
  6349. lplayer.Character.Humanoid.WalkSpeed = 16
  6350. lplayer.Character.Humanoid.HipHeight = 0
  6351. end
  6352. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  6353. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6354. annoying = true
  6355. annplr = v
  6356. end
  6357. end
  6358. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  6359. annoying = false
  6360. end
  6361. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  6362. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  6363. hwalk = true
  6364. hdwplr = v
  6365. end
  6366. end
  6367. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  6368. hwalk = false
  6369. end
  6370. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  6371. lplayer.Character["Left Leg"]:Destroy()
  6372. lplayer.Character["Left Arm"]:Destroy()
  6373. lplayer.Character["Right Leg"]:Destroy()
  6374. lplayer.Character["Right Arm"]:Destroy()
  6375. end
  6376. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  6377. lplayer.Character.Humanoid.Name = 1
  6378. local l = lplayer.Character["1"]:Clone()
  6379. l.Parent = lplayer.Character
  6380. l.Name = "Humanoid"
  6381. wait(0.1)
  6382. lplayer.Character["1"]:Destroy()
  6383. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6384. lplayer.Character.Animate.Disabled = true
  6385. wait(0.1)
  6386. lplayer.Character.Animate.Disabled = false
  6387. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6388. game:GetService("StarterGui"):SetCore("SendNotification", {
  6389. Title = "FE Godmode enabled";
  6390. Text = "Use ;grespawn or ;respawn to remove.";
  6391. })
  6392. end
  6393. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  6394. for i,v in pairs(lplayer.Character:GetChildren()) do
  6395. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6396. v.Parent = workspace
  6397. end
  6398. end
  6399. end
  6400. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  6401. for i,v in pairs(lplayer.Character:GetChildren()) do
  6402. if (v:IsA("Tool")) then
  6403. v.Parent = workspace
  6404. end
  6405. end
  6406. end
  6407. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  6408. droppinghats = true
  6409. game:GetService("StarterGui"):SetCore("SendNotification", {
  6410. Title = "Loop Drop Enabled";
  6411. Text = "Type ;unloopdhats to disable";
  6412. })
  6413. end
  6414. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  6415. droppinghats = false
  6416. game:GetService("StarterGui"):SetCore("SendNotification", {
  6417. Title = "Loop Drop Disabled";
  6418. Text = "Type ;loopdhats to enable.";
  6419. })
  6420. end
  6421. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  6422. droppingtools = true
  6423. game:GetService("StarterGui"):SetCore("SendNotification", {
  6424. Title = "Loop Drop Enabled";
  6425. Text = "Type ;unloopdtool to disable";
  6426. })
  6427. end
  6428. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  6429. droppingtools = false
  6430. game:GetService("StarterGui"):SetCore("SendNotification", {
  6431. Title = "Loop Drop Disabled";
  6432. Text = "Type ;loopdtool to enable.";
  6433. })
  6434. end
  6435. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  6436. Local = game:GetService('Players').LocalPlayer
  6437. Char = Local.Character
  6438. touched,tpdback = false, false
  6439. box = Instance.new('Part',workspace)
  6440. box.Anchored = true
  6441. box.CanCollide = true
  6442. box.Size = Vector3.new(10,1,10)
  6443. box.Position = Vector3.new(0,10000,0)
  6444. box.Touched:connect(function(part)
  6445. if (part.Parent.Name == Local.Name) then
  6446. if touched == false then
  6447. touched = true
  6448. function apply()
  6449. if script.Disabled ~= true then
  6450. no = Char.HumanoidRootPart:Clone()
  6451. wait(.25)
  6452. Char.HumanoidRootPart:Destroy()
  6453. no.Parent = Char
  6454. Char:MoveTo(loc)
  6455. touched = false
  6456. end end
  6457. if Char then
  6458. apply()
  6459. end
  6460. end
  6461. end
  6462. end)
  6463. repeat wait() until Char
  6464. loc = Char.HumanoidRootPart.Position
  6465. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  6466. game:GetService("StarterGui"):SetCore("SendNotification", {
  6467. Title = "Invisibility enabled!";
  6468. Text = "Reset or use ;respawn to remove.";
  6469. })
  6470. end
  6471. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  6472. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6473. if game:GetService("Players")[v.Name].Character.Humanoid then
  6474. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  6475. else
  6476. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6477. end
  6478. end
  6479. end
  6480. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  6481. if lplayer.Character.Humanoid then
  6482. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  6483. else
  6484. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6485. end
  6486. end
  6487. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  6488. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6489. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6490. end
  6491. end
  6492. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  6493. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  6494. repeat wait() until Mouse
  6495.  
  6496. local T = lplayer.Character.HumanoidRootPart
  6497. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6498. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6499. local SPEED = speedget
  6500.  
  6501. local function fly()
  6502. flying = true
  6503. local BG = Instance.new('BodyGyro', T)
  6504. local BV = Instance.new('BodyVelocity', T)
  6505. BG.P = 9e4
  6506. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6507. BG.cframe = T.CFrame
  6508. BV.velocity = Vector3.new(0, 0.1, 0)
  6509. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6510. spawn(function()
  6511. repeat wait()
  6512. lplayer.Character.Humanoid.PlatformStand = true
  6513. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  6514. SPEED = 50
  6515. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  6516. SPEED = 0
  6517. end
  6518. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  6519. 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
  6520. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  6521. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  6522. 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
  6523. else
  6524. BV.velocity = Vector3.new(0, 0.1, 0)
  6525. end
  6526. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  6527. until not flying
  6528. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6529. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6530. SPEED = 0
  6531. BG:destroy()
  6532. BV:destroy()
  6533. lplayer.Character.Humanoid.PlatformStand = false
  6534. end)
  6535. end
  6536. Mouse.KeyDown:connect(function(KEY)
  6537. if KEY:lower() == 'w' then
  6538. CONTROL.F = speedfly
  6539. elseif KEY:lower() == 's' then
  6540. CONTROL.B = -speedfly
  6541. elseif KEY:lower() == 'a' then
  6542. CONTROL.L = -speedfly
  6543. elseif KEY:lower() == 'd' then
  6544. CONTROL.R = speedfly
  6545. end
  6546. end)
  6547. Mouse.KeyUp:connect(function(KEY)
  6548. if KEY:lower() == 'w' then
  6549. CONTROL.F = 0
  6550. elseif KEY:lower() == 's' then
  6551. CONTROL.B = 0
  6552. elseif KEY:lower() == 'a' then
  6553. CONTROL.L = 0
  6554. elseif KEY:lower() == 'd' then
  6555. CONTROL.R = 0
  6556. end
  6557. end)
  6558. fly()
  6559. end
  6560. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  6561. flying = false
  6562. lplayer.Character.Humanoid.PlatformStand = false
  6563. end
  6564. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  6565. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  6566. end
  6567. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  6568. spamtext = (string.sub(CMDBAR.Text, 6))
  6569. spamming = true
  6570. end
  6571. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  6572. spamming = false
  6573. end
  6574. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  6575. spamdelay = (string.sub(CMDBAR.Text, 10))
  6576. end
  6577. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  6578. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  6579. pmspammed = v.Name
  6580. spammingpm = true
  6581. end
  6582. end
  6583. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  6584. spammingpm = false
  6585. end
  6586. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  6587. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  6588. v.Character["Left Leg"].Anchored = true
  6589. v.Character["Left Arm"].Anchored = true
  6590. v.Character["Right Leg"].Anchored = true
  6591. v.Character["Right Arm"].Anchored = true
  6592. v.Character.Torso.Anchored = true
  6593. v.Character.Head.Anchored = true
  6594. end
  6595. end
  6596. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  6597. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  6598. v.Character["Left Leg"].Anchored = false
  6599. v.Character["Left Arm"].Anchored = false
  6600. v.Character["Right Leg"].Anchored = false
  6601. v.Character["Right Arm"].Anchored = false
  6602. v.Character.Torso.Anchored = false
  6603. v.Character.Head.Anchored = false
  6604. end
  6605. end
  6606. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  6607. local a = game:GetService("Workspace"):getChildren()
  6608. for i = 1, #a do
  6609. if a[i].className == "Part" then
  6610. a[i].Locked = false
  6611. elseif a[i].className == "Model" then
  6612. local r = a[i]:getChildren()
  6613. for i = 1, #r do
  6614. if r[i].className == "Part" then
  6615. r[i].Locked = false
  6616. end
  6617. end
  6618. end
  6619. end
  6620. game:GetService("StarterGui"):SetCore("SendNotification", {
  6621. Title = "Success!";
  6622. Text = "Workspace unlocked. Use ;lockws to lock.";
  6623. })
  6624. end
  6625. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  6626. local a = game:GetService("Workspace"):getChildren()
  6627. for i = 1, #a do
  6628. if a[i].className == "Part" then
  6629. a[i].Locked = true
  6630. elseif a[i].className == "Model" then
  6631. local r = a[i]:getChildren()
  6632. for i = 1, #r do
  6633. if r[i].className == "Part" then
  6634. r[i].Locked = true
  6635. end
  6636. end
  6637. end
  6638. end
  6639. end
  6640. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  6641. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  6642. Clone_T.BinType = "Clone"
  6643. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  6644. Destruct.BinType = "Hammer"
  6645. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  6646. Hold_T.BinType = "Grab"
  6647. end
  6648. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  6649. lplayer.Character.Humanoid.PlatformStand = true
  6650. end
  6651. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  6652. lplayer.Character.Humanoid.PlatformStand = false
  6653. end
  6654. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  6655. lplayer.Character.Head.Mesh:Destroy()
  6656. end
  6657. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  6658. lplayer.Character.Humanoid.Sit = true
  6659. end
  6660. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  6661. local function bringobjw()
  6662. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  6663. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  6664. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6665. obj.CanCollide = false
  6666. obj.Transparency = 0.7
  6667. wait()
  6668. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  6669. wait()
  6670. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  6671. wait()
  6672. obj.CFrame = lplayer.Character["Head"].CFrame
  6673. end
  6674. end
  6675. end
  6676. while wait() do
  6677. bringobjw()
  6678. end
  6679. game:GetService("StarterGui"):SetCore("SendNotification", {
  6680. Title = "BringObj";
  6681. Text = "BringObj enabled.";
  6682. })
  6683. end
  6684. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  6685. vis = (string.sub(CMDBAR.Text, 7))
  6686. local a = game:GetService("Workspace"):GetDescendants()
  6687. for i = 1, #a do
  6688. if a[i].className == "Part" then
  6689. a[i].Transparency = vis
  6690. elseif a[i].className == "Model" then
  6691. local r = a[i]:getChildren()
  6692. for i = 1, #r do
  6693. if r[i].className == "Part" then
  6694. r[i].Transparency = vis
  6695. end
  6696. end
  6697. end
  6698. end
  6699. end
  6700. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  6701. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  6702. game:GetService("StarterGui"):SetCore("SendNotification", {
  6703. Title = "Success!";
  6704. Text = "HyperTotal GUI Loaded!";
  6705. })
  6706. end
  6707. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  6708. CMDSFRAME.Visible = true
  6709. end
  6710. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  6711. for i,v in pairs(lplayer.Character:GetChildren()) do
  6712. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6713. v.Handle.Mesh:Destroy()
  6714. end
  6715. end
  6716. end
  6717. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  6718. for i,v in pairs(lplayer.Character:GetChildren()) do
  6719. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6720. v.Handle.Mesh:Destroy()
  6721. end
  6722. end
  6723. end
  6724. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  6725. for i,v in pairs(lplayer.Character:GetChildren()) do
  6726. if (v:IsA("Tool")) then
  6727. v.Handle.Mesh:Destroy()
  6728. end
  6729. end
  6730. end
  6731. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  6732. for i,v in pairs(lplayer.Character:GetChildren()) do
  6733. if (v:IsA("Tool")) then
  6734. v.Handle.Mesh:Destroy()
  6735. end
  6736. end
  6737. end
  6738. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  6739. local p = Instance.new("RocketPropulsion")
  6740. p.Parent = lplayer.Character.HumanoidRootPart
  6741. p.Name = "Spinner"
  6742. p.Target = lplayer.Character["Left Arm"]
  6743. p:Fire()
  6744. game:GetService("StarterGui"):SetCore("SendNotification", {
  6745. Title = "Spinner enabled";
  6746. Text = "Type ;nospinner to disable.";
  6747. })
  6748. end
  6749. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  6750. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  6751. end
  6752. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  6753. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6754. if v:isA("Tool") then
  6755. local a = Instance.new("SelectionBox",v.Handle)
  6756. a.Adornee = v.Handle
  6757. v.Handle.Size = Vector3.new(0.5,0.5,60)
  6758. v.GripPos = Vector3.new(0,0,0)
  6759. lplayer.Character.Humanoid:UnequipTools()
  6760. end
  6761. end
  6762. game:GetService("StarterGui"):SetCore("SendNotification", {
  6763. Title = "Reach applied!";
  6764. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6765. })
  6766. end
  6767. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  6768. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6769. if v:isA("Tool") then
  6770. local a = Instance.new("SelectionBox",v.Handle)
  6771. a.Name = "Reach"
  6772. a.Adornee = v.Handle
  6773. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  6774. v.GripPos = Vector3.new(0,0,0)
  6775. lplayer.Character.Humanoid:UnequipTools()
  6776. end
  6777. end
  6778. game:GetService("StarterGui"):SetCore("SendNotification", {
  6779. Title = "Reach applied!";
  6780. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6781. })
  6782. end
  6783. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  6784. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6785. if v:isA("Tool") then
  6786. v.Handle.Reach:Destroy()
  6787. end
  6788. end
  6789. game:GetService("StarterGui"):SetCore("SendNotification", {
  6790. Title = "Reach removed!";
  6791. Text = "Removed reach from equipped sword.";
  6792. })
  6793. end
  6794. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  6795. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  6796. lplayer.Character.Humanoid.Name = 1
  6797. local l = lplayer.Character["1"]:Clone()
  6798. l.Parent = lplayer.Character
  6799. l.Name = "Humanoid"
  6800. wait(0.1)
  6801. lplayer.Character["1"]:Destroy()
  6802. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6803. lplayer.Character.Animate.Disabled = true
  6804. wait(0.1)
  6805. lplayer.Character.Animate.Disabled = false
  6806. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6807. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6808. lplayer.Character.Humanoid:EquipTool(v)
  6809. end
  6810. wait(0.1)
  6811. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6812. wait(0.2)
  6813. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6814. wait(0.5)
  6815. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6816. game:GetService("StarterGui"):SetCore("SendNotification", {
  6817. Title = "Tools needed!";
  6818. Text = "You need a tool in your backpack for this command!";
  6819. })
  6820. end
  6821. end
  6822. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  6823. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6824. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6825. end
  6826. end
  6827. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  6828. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  6829. cbringall = true
  6830. else
  6831. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  6832. brplr = v.Name
  6833. end
  6834. end
  6835. cbring = true
  6836. end
  6837. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  6838. cbring = false
  6839. cbringall = false
  6840. end
  6841. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  6842. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6843. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6844. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6845. lplayer.Character.Humanoid.Name = 1
  6846. local l = lplayer.Character["1"]:Clone()
  6847. l.Parent = lplayer.Character
  6848. l.Name = "Humanoid"
  6849. wait(0.1)
  6850. lplayer.Character["1"]:Destroy()
  6851. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6852. lplayer.Character.Animate.Disabled = true
  6853. wait(0.1)
  6854. lplayer.Character.Animate.Disabled = false
  6855. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6856. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6857. lplayer.Character.Humanoid:EquipTool(v)
  6858. end
  6859. local function tp(player,player2)
  6860. local char1,char2=player.Character,player2.Character
  6861. if char1 and char2 then
  6862. char1:MoveTo(char2.Head.Position)
  6863. end
  6864. end
  6865. wait(0.1)
  6866. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6867. wait(0.2)
  6868. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6869. wait(0.5)
  6870. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6871. wait(0.6)
  6872. tp(lplayer, game:GetService("Players")[v.Name])
  6873. wait(0.4)
  6874. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  6875. game:GetService("StarterGui"):SetCore("SendNotification", {
  6876. Title = "Tools needed!";
  6877. Text = "You need a tool in your backpack for this command!";
  6878. })
  6879. end
  6880. end
  6881. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  6882. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  6883. lplayer.Character.Humanoid.Name = 1
  6884. local l = lplayer.Character["1"]:Clone()
  6885. l.Parent = lplayer.Character
  6886. l.Name = "Humanoid"
  6887. wait(0.1)
  6888. lplayer.Character["1"]:Destroy()
  6889. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6890. lplayer.Character.Animate.Disabled = true
  6891. wait(0.1)
  6892. lplayer.Character.Animate.Disabled = false
  6893. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6894. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6895. lplayer.Character.Humanoid:EquipTool(v)
  6896. end
  6897. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6898. wait(0.3)
  6899. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6900. wait(0.4)
  6901. b = Instance.new("BodyForce")
  6902. b.Parent = lplayer.Character.HumanoidRootPart
  6903. b.Name = "Glitch"
  6904. b.Force = Vector3.new(100000000,5000,0)
  6905. game:GetService("StarterGui"):SetCore("SendNotification", {
  6906. Title = "Tools needed!";
  6907. Text = "You need a tool in your backpack for this command!";
  6908. })
  6909. end
  6910. end
  6911. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  6912. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  6913. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  6914. b = Instance.new("BodyForce")
  6915. b.Parent = lplayer.Character.HumanoidRootPart
  6916. b.Name = "unGlitch"
  6917. b.Force = Vector3.new(0,-5000000,0)
  6918. wait(2)
  6919. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  6920. end
  6921. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  6922. lplayer.Character.Humanoid.Health = 0
  6923. wait(1)
  6924. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  6925. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  6926. end
  6927. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  6928. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  6929. game:GetService("StarterGui"):SetCore("SendNotification", {
  6930. Title = "Success!";
  6931. Text = "DEX Explorer has loaded.";
  6932. })
  6933. end
  6934. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  6935. local Anim = Instance.new("Animation")
  6936. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  6937. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  6938. track:Play(.1, 1, 1)
  6939. end
  6940. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  6941. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  6942. game:GetService("StarterGui"):SetCore("SendNotification", {
  6943. Title = "Success!";
  6944. Text = "Energize Animations GUI has loaded.";
  6945. })
  6946. end
  6947. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  6948. saved = lplayer.Character.HumanoidRootPart.CFrame
  6949. game:GetService("StarterGui"):SetCore("SendNotification", {
  6950. Title = "Position Saved";
  6951. Text = "Use ;loadpos to return to saved position.";
  6952. })
  6953. end
  6954. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  6955. lplayer.Character.HumanoidRootPart.CFrame = saved
  6956. end
  6957. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  6958. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6959. local Anim2 = Instance.new("Animation")
  6960. Anim2.AnimationId = "rbxassetid://148840371"
  6961. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  6962. track2:Play(.1, 1, 1)
  6963. bplrr = v.Name
  6964. banpl = true
  6965. end
  6966. end
  6967. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  6968. banpl = false
  6969. end
  6970. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  6971. local function bringmodw()
  6972. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  6973. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  6974. for i,ch in pairs(obj:GetDescendants()) do
  6975. if (ch:IsA("BasePart")) then
  6976. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6977. ch.CanCollide = false
  6978. ch.Transparency = 0.7
  6979. wait()
  6980. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  6981. wait()
  6982. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  6983. wait()
  6984. ch.CFrame = lplayer.Character["Head"].CFrame
  6985. end
  6986. end
  6987. end
  6988. end
  6989. end
  6990. while wait() do
  6991. bringmodw()
  6992. end
  6993. game:GetService("StarterGui"):SetCore("SendNotification", {
  6994. Title = "BringMod";
  6995. Text = "BringMod enabled.";
  6996. })
  6997. end
  6998. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  6999. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  7000. local hum = Instance.new('Humanoid', mod)
  7001. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7002. lplayer.Character = mod
  7003. end
  7004. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  7005. game:GetService'RunService'.Stepped:Connect(function()
  7006. pcall(function()
  7007. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  7008. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  7009. for _,x in pairs(v.Character.Head:GetChildren()) do
  7010. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7011. end
  7012. end
  7013. end
  7014. end)
  7015. end)
  7016. game:GetService("StarterGui"):SetCore("SendNotification", {
  7017. Title = "Attempting Shutdown";
  7018. Text = "Shutdown Attempt has begun.";
  7019. })
  7020. end
  7021. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  7022. objtodel = (string.sub(CMDBAR.Text, 8))
  7023. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7024. if v.Name == objtodel then
  7025. v:Destroy()
  7026. end
  7027. end
  7028. end
  7029. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  7030. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  7031. print(v)
  7032. end
  7033. game:GetService("StarterGui"):SetCore("SendNotification", {
  7034. Title = "Printed";
  7035. Text = "Players have been printed to console. (F9)";
  7036. })
  7037. end
  7038. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  7039. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  7040. if (v:IsA("Decal")) then
  7041. v:Destroy()
  7042. end
  7043. end
  7044. end
  7045. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  7046. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  7047. game:GetService("StarterGui"):SetCore("SendNotification", {
  7048. Title = "Success!";
  7049. Text = "OpFinality GUI has loaded.";
  7050. })
  7051. end
  7052. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  7053. remotes = true
  7054. added = true
  7055. game.DescendantAdded:connect(function(rmt)
  7056. if added == true then
  7057. if remotes == true then
  7058. if rmt:IsA("RemoteEvent") then
  7059. print("A RemoteEvent was added!")
  7060. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  7061. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7062. end end end
  7063. end)
  7064. game.DescendantAdded:connect(function(rmtfnctn)
  7065. if added == true then
  7066. if remotes == true then
  7067. if rmtfnctn:IsA("RemoteFunction") then
  7068. warn("A RemoteFunction was added!")
  7069. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  7070. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7071. end end end
  7072. end)
  7073.  
  7074. game.DescendantAdded:connect(function(bndfnctn)
  7075. if added == true then
  7076. if binds == true then
  7077. if bndfnctn:IsA("BindableFunction") then
  7078. print("A BindableFunction was added!")
  7079. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  7080. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7081. end end end
  7082. end)
  7083.  
  7084. game.DescendantAdded:connect(function(bnd)
  7085. if added == true then
  7086. if binds == true then
  7087. if bnd:IsA("BindableEvent") then
  7088. warn("A BindableEvent was added!")
  7089. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  7090. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7091. end end end
  7092. end)
  7093.  
  7094.  
  7095. if binds == true then
  7096. for i,v in pairs(game:GetDescendants()) do
  7097. if v:IsA("BindableFunction") then
  7098. print(" game." .. v:GetFullName() .. " | BindableFunction")
  7099. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7100. end end
  7101. for i,v in pairs(game:GetDescendants()) do
  7102. if v:IsA("BindableEvent") then
  7103. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  7104. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7105. end end
  7106. else
  7107. print("Off")
  7108. end
  7109. if remotes == true then
  7110. for i,v in pairs(game:GetDescendants()) do
  7111. if v:IsA("RemoteFunction") then
  7112. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  7113. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7114. end end
  7115. wait()
  7116. for i,v in pairs(game:GetDescendants()) do
  7117. if v:IsA("RemoteEvent") then
  7118. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  7119. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7120. end end
  7121. else
  7122. print("Off")
  7123. end
  7124. game:GetService("StarterGui"):SetCore("SendNotification", {
  7125. Title = "Printing Remotes";
  7126. Text = "Type ;noremotes to disable.";
  7127. })
  7128. end
  7129. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  7130. remotes = false
  7131. added = false
  7132. game:GetService("StarterGui"):SetCore("SendNotification", {
  7133. Title = "Printing Remotes Disabled";
  7134. Text = "Type ;remotes to enable.";
  7135. })
  7136. end
  7137. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  7138. spin = false
  7139. followed = false
  7140. traill = false
  7141. noclip = false
  7142. annoying = false
  7143. hwalk = false
  7144. cbringing = false
  7145. end
  7146. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  7147. stopsitting = true
  7148. end
  7149. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  7150. stopsitting = false
  7151. end
  7152. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  7153. print(adminversion)
  7154. game:GetService("StarterGui"):SetCore("SendNotification", {
  7155. Title = "Version";
  7156. Text = adminversion;
  7157. })
  7158. end
  7159. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  7160. clickgoto = true
  7161. game:GetService("StarterGui"):SetCore("SendNotification", {
  7162. Title = "Click TP";
  7163. Text = "Press E to teleport to mouse position";
  7164. })
  7165. end
  7166. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  7167. clickgoto = false
  7168. game:GetService("StarterGui"):SetCore("SendNotification", {
  7169. Title = "Click TP";
  7170. Text = "Click TP has been disabled.";
  7171. })
  7172. end
  7173. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  7174. gettingtools = true
  7175. game:GetService("StarterGui"):SetCore("SendNotification", {
  7176. Title = "Tools Enabled";
  7177. Text = "Automatically colleting tools dropped.";
  7178. })
  7179. end
  7180. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  7181. gettingtools = false
  7182. game:GetService("StarterGui"):SetCore("SendNotification", {
  7183. Title = "Tools Disabled";
  7184. Text = "Click TP has been disabled.";
  7185. })
  7186. end
  7187. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  7188. ScreenGui:Destroy()
  7189. end
  7190. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  7191. lplayer.Character.Head:Destroy()
  7192. end
  7193. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  7194. statechosen = string.sub(CMDBAR.Text, 7)
  7195. changingstate = true
  7196. end
  7197. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  7198. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  7199. end
  7200. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  7201. removingmeshhats = true
  7202. end
  7203. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  7204. removingmeshhats = false
  7205. end
  7206. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  7207. removingmeshtool = true
  7208. end
  7209. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  7210. removingmeshtool = false
  7211. end
  7212. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  7213. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  7214. if v:IsA("Tool") then
  7215. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7216. v.Parent = player.Character
  7217. end
  7218. end
  7219. end
  7220. end
  7221. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  7222. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  7223. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  7224. end
  7225. end
  7226. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  7227. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  7228. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  7229. end
  7230. end
  7231. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  7232. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7233. game:GetService("StarterGui"):SetCore("SendNotification", {
  7234. Title = player.AccountAge.." Days";
  7235. Text = "Account age of "..player.Name;
  7236. })
  7237. end
  7238. end
  7239. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  7240. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  7241. game:GetService("StarterGui"):SetCore("SendNotification", {
  7242. Title = player.UserId.." ID";
  7243. Text = "Account ID of "..player.Name;
  7244. })
  7245. end
  7246. end
  7247. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  7248. game:GetService("StarterGui"):SetCore("SendNotification", {
  7249. Title = "Game ID";
  7250. Text = "Game ID: ".. game.GameId;
  7251. })
  7252. end
  7253. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  7254. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  7255. if pgscheck == true then
  7256. game:GetService("StarterGui"):SetCore("SendNotification", {
  7257. Title = "PGSPhysicsSolverEnabled";
  7258. Text = "PGS is Enabled!";
  7259. })
  7260. else
  7261. game:GetService("StarterGui"):SetCore("SendNotification", {
  7262. Title = "PGSPhysicsSolverEnabled";
  7263. Text = "PGS is Disabled!";
  7264. })
  7265. end
  7266. end
  7267. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  7268. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7269. if v:IsA("Part") then
  7270. if v.Transparency == 1 then
  7271. if v.Name ~= "HumanoidRootPart" then
  7272. v:Destroy()
  7273. end
  7274. end
  7275. end
  7276. end
  7277. end
  7278. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  7279. game:GetService("Lighting").FogStart = 0
  7280. game:GetService("Lighting").FogEnd = 9999999999999
  7281. end
  7282. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  7283. lplayer.Character.Humanoid.Parent = lplayer
  7284. end
  7285. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  7286. lplayer.Humanoid.Parent = lplayer.Character
  7287. end
  7288. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  7289. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  7290. if v:IsA("Tool") then
  7291. v.Parent = lplayer.Character
  7292. wait()
  7293. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  7294. v.Parent = player.Character
  7295. end
  7296. end
  7297. end
  7298. end
  7299. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  7300. speedfly = string.sub(CMDBAR.Text, 10)
  7301. wait()
  7302. change()
  7303. end
  7304. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  7305. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7306. local Anim3 = Instance.new("Animation")
  7307. Anim3.AnimationId = "rbxassetid://282574440"
  7308. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  7309. track3:Play(.1, 1, 1)
  7310. bplrr = v.Name
  7311. banpl = true
  7312. end
  7313. end
  7314. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  7315. banpl = false
  7316. end
  7317. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  7318. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7319. staring = true
  7320. stareplr = v
  7321. end
  7322. end
  7323. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  7324. staring = false
  7325. end
  7326. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  7327. chatlogs = true
  7328. game:GetService("StarterGui"):SetCore("SendNotification", {
  7329. Title = "LogChat enabled";
  7330. Text = "Now logging all player chat.";
  7331. })
  7332. end
  7333. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  7334. chatlogs = false
  7335. game:GetService("StarterGui"):SetCore("SendNotification", {
  7336. Title = "LogChat disabled";
  7337. Text = "Stopped logging all player chat.";
  7338. })
  7339. end
  7340. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  7341. game:GetService("Workspace").CurrentCamera:Destroy()
  7342. wait(0.1)
  7343. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7344. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  7345. lplayer.CameraMinZoomDistance = 0.5
  7346. lplayer.CameraMaxZoomDistance = 400
  7347. lplayer.CameraMode = "Classic"
  7348. end
  7349. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  7350. changingstate = false
  7351. end
  7352. CMDBAR.Text = ""
  7353. end
  7354. end)
  7355.  
  7356. wait(0.3)
  7357. game:GetService("StarterGui"):SetCore("SendNotification", {
  7358. Title = "Loaded successfully!";
  7359. Text = "Reviz Admin V2 by illremember";
  7360. })
  7361. wait(0.1)
  7362. print("Reviz Admin V2 loaded!")
  7363. if game:GetService("Workspace").FilteringEnabled == true then
  7364. warn("FE is Enabled (Filtering Enabled)")
  7365. game:GetService("StarterGui"):SetCore("SendNotification", {
  7366. Title = "FE is Enabled";
  7367. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  7368. })
  7369. else
  7370. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  7371. game:GetService("StarterGui"):SetCore("SendNotification", {
  7372. Title = "FE is Disabled";
  7373. Text = "Filtering Disabled. Consider using a different admin script.";
  7374. })
  7375. end
  7376.  
  7377. local intro = Instance.new("ScreenGui")
  7378. local Frame = Instance.new("Frame")
  7379. local ImageLabel = Instance.new("ImageLabel")
  7380. intro.Parent = game:GetService("CoreGui")
  7381. Frame.Parent = intro
  7382. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  7383. Frame.BackgroundTransparency = 1
  7384. Frame.Size = UDim2.new(1, 0, 0, 300)
  7385. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  7386. ImageLabel.Parent = Frame
  7387. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7388. ImageLabel.BackgroundTransparency = 1
  7389. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  7390. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  7391. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  7392. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  7393. wait(3.01)
  7394. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  7395. wait(5.01)
  7396. intro:Destroy()
  7397. end)
  7398.  
  7399. KittyAniR15Gui1.MouseButton1Down:connect(function()
  7400. -- Objects
  7401.  
  7402. local ScreenGui = Instance.new("ScreenGui")
  7403. local Main = Instance.new("Frame")
  7404. local top = Instance.new("Frame")
  7405. local close = Instance.new("TextButton")
  7406. local menu = Instance.new("Frame")
  7407. local TextLabel = Instance.new("TextLabel")
  7408. local cheerdance = Instance.new("TextButton")
  7409. local Guitar = Instance.new("TextButton")
  7410. local Shake = Instance.new("TextButton")
  7411. local insane = Instance.new("TextButton")
  7412. local flingarms = Instance.new("TextButton")
  7413. local rotate = Instance.new("TextButton")
  7414. local bend = Instance.new("TextButton")
  7415. local floatslash = Instance.new("TextButton")
  7416. local quickjump = Instance.new("TextButton")
  7417. local spin = Instance.new("TextButton")
  7418. local fastspin = Instance.new("TextButton")
  7419. local Swordswing = Instance.new("TextButton")
  7420. local spinslice = Instance.new("TextButton")
  7421. local airarms = Instance.new("TextButton")
  7422. local detacharms = Instance.new("TextButton")
  7423. local spear = Instance.new("TextButton")
  7424. local armshake = Instance.new("TextButton")
  7425.  
  7426. -- Properties
  7427.  
  7428. ScreenGui.Parent = game.CoreGui
  7429.  
  7430. Main.Name = "Main"
  7431. Main.Parent = ScreenGui
  7432. Main.Active = true
  7433. Main.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  7434. Main.ClipsDescendants = true
  7435. Main.Draggable = true
  7436. Main.Position = UDim2.new(0, 355, 0, 40)
  7437. Main.Size = UDim2.new(0, 435, 0, 271)
  7438.  
  7439. top.Name = "top"
  7440. top.Parent = Main
  7441. top.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  7442. top.BorderSizePixel = 0
  7443. top.Size = UDim2.new(0, 435, 0, 20)
  7444.  
  7445. close.Name = "close"
  7446. close.Parent = top
  7447. close.BackgroundColor3 = Color3.new(1, 1, 1)
  7448. close.BackgroundTransparency = 1
  7449. close.Position = UDim2.new(0, 410, 0, 0)
  7450. close.Size = UDim2.new(0, 25, 0, 20)
  7451. close.Font = Enum.Font.SourceSansSemibold
  7452. close.Text = "X"
  7453. close.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  7454. close.TextSize = 25
  7455. close.TextWrapped = true
  7456.  
  7457. menu.Name = "menu"
  7458. menu.Parent = Main
  7459. menu.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  7460. menu.BorderSizePixel = 0
  7461. menu.Position = UDim2.new(0, 0, 0, 20)
  7462. menu.Size = UDim2.new(0, 435, 0, 35)
  7463.  
  7464. TextLabel.Parent = menu
  7465. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7466. TextLabel.BackgroundTransparency = 1
  7467. TextLabel.Size = UDim2.new(0, 435, 0, 35)
  7468. TextLabel.Font = Enum.Font.SourceSansLight
  7469. TextLabel.Text = "Super Animation [R15]"
  7470. TextLabel.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  7471. TextLabel.TextScaled = true
  7472. TextLabel.TextSize = 14
  7473. TextLabel.TextWrapped = true
  7474.  
  7475. cheerdance.Name = "cheerdance"
  7476. cheerdance.Parent = Main
  7477. cheerdance.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7478. cheerdance.BorderSizePixel = 0
  7479. cheerdance.Position = UDim2.new(0, 10, 0, 65)
  7480. cheerdance.Size = UDim2.new(0, 135, 0, 25)
  7481. cheerdance.AutoButtonColor = false
  7482. cheerdance.Font = Enum.Font.SourceSans
  7483. cheerdance.Text = "Cheer Dance"
  7484. cheerdance.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7485. cheerdance.TextSize = 20
  7486. cheerdance.TextWrapped = true
  7487.  
  7488. Guitar.Name = "Guitar"
  7489. Guitar.Parent = Main
  7490. Guitar.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7491. Guitar.BorderSizePixel = 0
  7492. Guitar.Position = UDim2.new(0, 150, 0, 65)
  7493. Guitar.Size = UDim2.new(0, 135, 0, 25)
  7494. Guitar.AutoButtonColor = false
  7495. Guitar.Font = Enum.Font.SourceSans
  7496. Guitar.Text = "Guitar"
  7497. Guitar.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7498. Guitar.TextSize = 20
  7499. Guitar.TextWrapped = true
  7500.  
  7501. Shake.Name = "Shake"
  7502. Shake.Parent = Main
  7503. Shake.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7504. Shake.BorderSizePixel = 0
  7505. Shake.Position = UDim2.new(0, 290, 0, 65)
  7506. Shake.Size = UDim2.new(0, 135, 0, 25)
  7507. Shake.AutoButtonColor = false
  7508. Shake.Font = Enum.Font.SourceSans
  7509. Shake.Text = "Shake"
  7510. Shake.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7511. Shake.TextSize = 20
  7512. Shake.TextWrapped = true
  7513.  
  7514. insane.Name = "insane"
  7515. insane.Parent = Main
  7516. insane.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7517. insane.BorderSizePixel = 0
  7518. insane.Position = UDim2.new(0, 290, 0, 95)
  7519. insane.Size = UDim2.new(0, 135, 0, 25)
  7520. insane.AutoButtonColor = false
  7521. insane.Font = Enum.Font.SourceSans
  7522. insane.Text = "Insane"
  7523. insane.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7524. insane.TextSize = 20
  7525. insane.TextWrapped = true
  7526.  
  7527. flingarms.Name = "flingarms"
  7528. flingarms.Parent = Main
  7529. flingarms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7530. flingarms.BorderSizePixel = 0
  7531. flingarms.Position = UDim2.new(0, 150, 0, 95)
  7532. flingarms.Size = UDim2.new(0, 135, 0, 25)
  7533. flingarms.AutoButtonColor = false
  7534. flingarms.Font = Enum.Font.SourceSans
  7535. flingarms.Text = "Fling Arms"
  7536. flingarms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7537. flingarms.TextSize = 20
  7538. flingarms.TextWrapped = true
  7539.  
  7540. rotate.Name = "rotate"
  7541. rotate.Parent = Main
  7542. rotate.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7543. rotate.BorderSizePixel = 0
  7544. rotate.Position = UDim2.new(0, 10, 0, 95)
  7545. rotate.Size = UDim2.new(0, 135, 0, 25)
  7546. rotate.AutoButtonColor = false
  7547. rotate.Font = Enum.Font.SourceSans
  7548. rotate.Text = "Rotate"
  7549. rotate.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7550. rotate.TextSize = 20
  7551. rotate.TextWrapped = true
  7552.  
  7553. bend.Name = "bend"
  7554. bend.Parent = Main
  7555. bend.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7556. bend.BorderSizePixel = 0
  7557. bend.Position = UDim2.new(0, 10, 0, 125)
  7558. bend.Size = UDim2.new(0, 135, 0, 25)
  7559. bend.AutoButtonColor = false
  7560. bend.Font = Enum.Font.SourceSans
  7561. bend.Text = "Bend"
  7562. bend.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7563. bend.TextSize = 20
  7564. bend.TextWrapped = true
  7565.  
  7566. floatslash.Name = "floatslash"
  7567. floatslash.Parent = Main
  7568. floatslash.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7569. floatslash.BorderSizePixel = 0
  7570. floatslash.Position = UDim2.new(0, 150, 0, 125)
  7571. floatslash.Size = UDim2.new(0, 135, 0, 25)
  7572. floatslash.AutoButtonColor = false
  7573. floatslash.Font = Enum.Font.SourceSans
  7574. floatslash.Text = "Float Slash"
  7575. floatslash.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7576. floatslash.TextSize = 20
  7577. floatslash.TextWrapped = true
  7578.  
  7579. quickjump.Name = "quickjump"
  7580. quickjump.Parent = Main
  7581. quickjump.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7582. quickjump.BorderSizePixel = 0
  7583. quickjump.Position = UDim2.new(0, 290, 0, 125)
  7584. quickjump.Size = UDim2.new(0, 135, 0, 25)
  7585. quickjump.AutoButtonColor = false
  7586. quickjump.Font = Enum.Font.SourceSans
  7587. quickjump.Text = "Quick Jump"
  7588. quickjump.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7589. quickjump.TextSize = 20
  7590. quickjump.TextWrapped = true
  7591.  
  7592. spin.Name = "spin"
  7593. spin.Parent = Main
  7594. spin.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7595. spin.BorderSizePixel = 0
  7596. spin.Position = UDim2.new(0, 10, 0, 156)
  7597. spin.Size = UDim2.new(0, 135, 0, 25)
  7598. spin.AutoButtonColor = false
  7599. spin.Font = Enum.Font.SourceSans
  7600. spin.Text = "Spin"
  7601. spin.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7602. spin.TextSize = 20
  7603. spin.TextWrapped = true
  7604.  
  7605. fastspin.Name = "fastspin"
  7606. fastspin.Parent = Main
  7607. fastspin.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7608. fastspin.BorderSizePixel = 0
  7609. fastspin.Position = UDim2.new(0, 150, 0, 156)
  7610. fastspin.Size = UDim2.new(0, 135, 0, 25)
  7611. fastspin.AutoButtonColor = false
  7612. fastspin.Font = Enum.Font.SourceSans
  7613. fastspin.Text = "Fast Spin"
  7614. fastspin.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7615. fastspin.TextSize = 20
  7616. fastspin.TextWrapped = true
  7617.  
  7618. Swordswing.Name = "Swordswing"
  7619. Swordswing.Parent = Main
  7620. Swordswing.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7621. Swordswing.BorderSizePixel = 0
  7622. Swordswing.Position = UDim2.new(0, 290, 0, 156)
  7623. Swordswing.Size = UDim2.new(0, 135, 0, 25)
  7624. Swordswing.AutoButtonColor = false
  7625. Swordswing.Font = Enum.Font.SourceSans
  7626. Swordswing.Text = "Sword Swing"
  7627. Swordswing.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7628. Swordswing.TextSize = 20
  7629. Swordswing.TextWrapped = true
  7630.  
  7631. spinslice.Name = "spinslice"
  7632. spinslice.Parent = Main
  7633. spinslice.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7634. spinslice.BorderSizePixel = 0
  7635. spinslice.Position = UDim2.new(0, 150, 0, 186)
  7636. spinslice.Size = UDim2.new(0, 135, 0, 25)
  7637. spinslice.AutoButtonColor = false
  7638. spinslice.Font = Enum.Font.SourceSans
  7639. spinslice.Text = "Spin Slice"
  7640. spinslice.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7641. spinslice.TextSize = 20
  7642. spinslice.TextWrapped = true
  7643.  
  7644. airarms.Name = "airarms"
  7645. airarms.Parent = Main
  7646. airarms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7647. airarms.BorderSizePixel = 0
  7648. airarms.Position = UDim2.new(0, 290, 0, 186)
  7649. airarms.Size = UDim2.new(0, 135, 0, 25)
  7650. airarms.AutoButtonColor = false
  7651. airarms.Font = Enum.Font.SourceSans
  7652. airarms.Text = "Air Arms"
  7653. airarms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7654. airarms.TextSize = 20
  7655. airarms.TextWrapped = true
  7656.  
  7657. detacharms.Name = "detacharms"
  7658. detacharms.Parent = Main
  7659. detacharms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7660. detacharms.BorderSizePixel = 0
  7661. detacharms.Position = UDim2.new(0, 10, 0, 186)
  7662. detacharms.Size = UDim2.new(0, 135, 0, 25)
  7663. detacharms.AutoButtonColor = false
  7664. detacharms.Font = Enum.Font.SourceSans
  7665. detacharms.Text = "Detach Arms"
  7666. detacharms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7667. detacharms.TextSize = 20
  7668. detacharms.TextWrapped = true
  7669.  
  7670. spear.Name = "spear"
  7671. spear.Parent = Main
  7672. spear.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7673. spear.BorderSizePixel = 0
  7674. spear.Position = UDim2.new(0, 80, 0, 216)
  7675. spear.Size = UDim2.new(0, 135, 0, 25)
  7676. spear.AutoButtonColor = false
  7677. spear.Font = Enum.Font.SourceSans
  7678. spear.Text = "Spear"
  7679. spear.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7680. spear.TextSize = 20
  7681. spear.TextWrapped = true
  7682.  
  7683. armshake.Name = "armshake"
  7684. armshake.Parent = Main
  7685. armshake.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  7686. armshake.BorderSizePixel = 0
  7687. armshake.Position = UDim2.new(0, 220, 0, 216)
  7688. armshake.Size = UDim2.new(0, 135, 0, 25)
  7689. armshake.AutoButtonColor = false
  7690. armshake.Font = Enum.Font.SourceSans
  7691. armshake.Text = "Arm Shake"
  7692. armshake.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  7693. armshake.TextSize = 20
  7694. armshake.TextWrapped = true
  7695.  
  7696. -- Scripts
  7697.  
  7698. close.MouseButton1Click:connect(function()
  7699. if Main.Size == UDim2.new(0, 435, 0, 271) then
  7700. Main.Size = UDim2.new(0, 435, 0, 55)
  7701. else
  7702. Main.Size = UDim2.new(0, 435, 0, 271)
  7703. end
  7704. end)
  7705. c = Color3.new(0.298039, 0.298039, 0.298039)
  7706. l = Color3.new(0.498039, 0.498039, 0.498039)
  7707. local Anim = Instance.new("Animation")
  7708. Anim.AnimationId = "rbxassetid://1029253339"
  7709. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7710. local cheerdanceactive = false
  7711. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7712. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7713. cheerdanceactive = false
  7714. cheerdance.BackgroundColor3 = c
  7715. end)
  7716. cheerdance.MouseButton1Click:connect(function()
  7717. cheerdanceactive = not cheerdanceactive
  7718. if cheerdanceactive then
  7719. cheerdance.BackgroundColor3 = l
  7720. while wait() do
  7721. if track.IsPlaying == false then
  7722. if cheerdanceactive then
  7723. track:Play(.1, 1, 1)
  7724. end
  7725. end
  7726. end
  7727. else
  7728. track:Stop()
  7729. cheerdance.BackgroundColor3 = c
  7730. end
  7731. end)
  7732. local Anim = Instance.new("Animation")
  7733. Anim.AnimationId = "rbxassetid://1119819044"
  7734. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7735. local Guitaractive = false
  7736. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7737. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7738. Guitaractive = false
  7739. Guitar.BackgroundColor3 = c
  7740. end)
  7741. Guitar.MouseButton1Click:connect(function()
  7742. Guitaractive = not Guitaractive
  7743. if Guitaractive then
  7744. Guitar.BackgroundColor3 = l
  7745. while wait() do
  7746. if track.IsPlaying == false then
  7747. if Guitaractive then
  7748. track:Play(.1, 1, 1)
  7749. end
  7750. end
  7751. end
  7752. else
  7753. track:Stop()
  7754. Guitar.BackgroundColor3 = c
  7755. end
  7756. end)
  7757. local Anim = Instance.new("Animation")
  7758. Anim.AnimationId = "rbxassetid://857149191"
  7759. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7760. local Shakeactive = false
  7761. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7762. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7763. Shakeactive = false
  7764. Shake.BackgroundColor3 = c
  7765. end)
  7766. Shake.MouseButton1Click:connect(function()
  7767. Shakeactive = not Shakeactive
  7768. if Shakeactive then
  7769. Shake.BackgroundColor3 = l
  7770. while wait() do
  7771. if track.IsPlaying == false then
  7772. if Shakeactive then
  7773. track:Play(.1, 1, 1)
  7774. end
  7775. end
  7776. end
  7777. else
  7778. track:Stop()
  7779. Shake.BackgroundColor3 = c
  7780. end
  7781. end)
  7782. local Anim = Instance.new("Animation")
  7783. Anim.AnimationId = "rbxassetid://1029253339"
  7784. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7785. local insaneactive = false
  7786. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7787. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7788. insaneactive = false
  7789. insane.BackgroundColor3 = c
  7790. end)
  7791. insane.MouseButton1Click:connect(function()
  7792. insaneactive = not insaneactive
  7793. if insaneactive then
  7794. insane.BackgroundColor3 = l
  7795. while wait() do
  7796. if track.IsPlaying == false then
  7797. if insaneactive then
  7798. track:Play(.1, 1, 50)
  7799. end
  7800. end
  7801. end
  7802. else
  7803. track:Stop()
  7804. insane.BackgroundColor3 = c
  7805. end
  7806. end)
  7807. local Anim = Instance.new("Animation")
  7808. Anim.AnimationId = "rbxassetid://754656200"
  7809. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7810. local flingarmsactive = false
  7811. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7812. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7813. flingarmsactive = false
  7814. flingarms.BackgroundColor3 = c
  7815. end)
  7816. flingarms.MouseButton1Click:connect(function()
  7817. flingarmsactive = not flingarmsactive
  7818. if flingarmsactive then
  7819. flingarms.BackgroundColor3 = l
  7820. while wait() do
  7821. if track.IsPlaying == false then
  7822. if flingarmsactive then
  7823. track:Play(.1, 1, 10)
  7824. end
  7825. end
  7826. end
  7827. else
  7828. track:Stop()
  7829. flingarms.BackgroundColor3 = c
  7830. end
  7831. end)
  7832. local Anim = Instance.new("Animation")
  7833. Anim.AnimationId = "rbxassetid://675025570"
  7834. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7835. local rotateactive = false
  7836. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7837. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7838. rotateactive = false
  7839. rotate.BackgroundColor3 = c
  7840. end)
  7841. rotate.MouseButton1Click:connect(function()
  7842. rotateactive = not rotateactive
  7843. if rotateactive then
  7844. rotate.BackgroundColor3 = l
  7845. while wait() do
  7846. if track.IsPlaying == false then
  7847. if rotateactive then
  7848. track:Play(.1, 1, 1)
  7849. end
  7850. end
  7851. end
  7852. else
  7853. track:Stop()
  7854. rotate.BackgroundColor3 = c
  7855. end
  7856. end)
  7857. local Anim = Instance.new("Animation")
  7858. Anim.AnimationId = "rbxassetid://696096087"
  7859. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7860. local bendactive = false
  7861. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7862. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7863. bendactive = false
  7864. bend.BackgroundColor3 = c
  7865. end)
  7866. bend.MouseButton1Click:connect(function()
  7867. bendactive = not bendactive
  7868. if bendactive then
  7869. bend.BackgroundColor3 = l
  7870. while wait() do
  7871. if track.IsPlaying == false then
  7872. if bendactive then
  7873. track:Play(.1, 1, 1)
  7874. end
  7875. end
  7876. end
  7877. else
  7878. track:Stop()
  7879. bend.BackgroundColor3 = c
  7880. end
  7881. end)
  7882. local Anim = Instance.new("Animation")
  7883. Anim.AnimationId = "rbxassetid://717879555"
  7884. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7885. local floatslashactive = false
  7886. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7887. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7888. floatslashactive = false
  7889. floatslash.BackgroundColor3 = c
  7890. end)
  7891. floatslash.MouseButton1Click:connect(function()
  7892. floatslashactive = not floatslashactive
  7893. if floatslashactive then
  7894. floatslash.BackgroundColor3 = l
  7895. while wait() do
  7896. if track.IsPlaying == false then
  7897. if floatslashactive then
  7898. track:Play(.1, 1, 1)
  7899. end
  7900. end
  7901. end
  7902. else
  7903. track:Stop()
  7904. floatslash.BackgroundColor3 = c
  7905. end
  7906. end)
  7907. local Anim = Instance.new("Animation")
  7908. Anim.AnimationId = "rbxassetid://717879555"
  7909. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7910. local quickjumpactive = false
  7911. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7912. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7913. quickjumpactive = false
  7914. quickjump.BackgroundColor3 = c
  7915. end)
  7916. quickjump.MouseButton1Click:connect(function()
  7917. quickjumpactive = not quickjumpactive
  7918. if quickjumpactive then
  7919. quickjump.BackgroundColor3 = l
  7920. while wait() do
  7921. if track.IsPlaying == false then
  7922. if quickjumpactive then
  7923. track:Play(.1, 1, 7)
  7924. end
  7925. end
  7926. end
  7927. else
  7928. track:Stop()
  7929. quickjump.BackgroundColor3 = c
  7930. end
  7931. end)
  7932. local Anim = Instance.new("Animation")
  7933. Anim.AnimationId = "rbxassetid://754658275"
  7934. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7935. local spinactive = false
  7936. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7937. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7938. spinactive = false
  7939. spin.BackgroundColor3 = c
  7940. end)
  7941. spin.MouseButton1Click:connect(function()
  7942. spinactive = not spinactive
  7943. if spinactive then
  7944. spin.BackgroundColor3 = l
  7945. while wait() do
  7946. if track.IsPlaying == false then
  7947. if spinactive then
  7948. track:Play(.1, 1, 1)
  7949. end
  7950. end
  7951. end
  7952. else
  7953. track:Stop()
  7954. spin.BackgroundColor3 = c
  7955. end
  7956. end)
  7957. local Anim = Instance.new("Animation")
  7958. Anim.AnimationId = "rbxassetid://754658275"
  7959. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7960. local fastspinactive = false
  7961. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7962. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7963. fastspinactive = false
  7964. fastspin.BackgroundColor3 = c
  7965. end)
  7966. fastspin.MouseButton1Click:connect(function()
  7967. fastspinactive = not fastspinactive
  7968. if fastspinactive then
  7969. fastspin.BackgroundColor3 = l
  7970. while wait() do
  7971. if track.IsPlaying == false then
  7972. if fastspinactive then
  7973. track:Play(.1, 1, 10)
  7974. end
  7975. end
  7976. end
  7977. else
  7978. track:Stop()
  7979. fastspin.BackgroundColor3 = c
  7980. end
  7981. end)
  7982. local Anim = Instance.new("Animation")
  7983. Anim.AnimationId = "rbxassetid://846754447"
  7984. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7985. local Swordswingactive = false
  7986. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7987. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7988. Swordswingactive = false
  7989. Swordswing.BackgroundColor3 = c
  7990. end)
  7991. Swordswing.MouseButton1Click:connect(function()
  7992. Swordswingactive = not Swordswingactive
  7993. if Swordswingactive then
  7994. Swordswing.BackgroundColor3 = l
  7995. while wait() do
  7996. if track.IsPlaying == false then
  7997. if Swordswingactive then
  7998. track:Play(.1, 1, 1)
  7999. end
  8000. end
  8001. end
  8002. else
  8003. track:Stop()
  8004. Swordswing.BackgroundColor3 = c
  8005. end
  8006. end)
  8007. local Anim = Instance.new("Animation")
  8008. Anim.AnimationId = "rbxassetid://846744780"
  8009. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8010. local spinsliceactive = false
  8011. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  8012. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  8013. spinsliceactive = false
  8014. spinslice.BackgroundColor3 = c
  8015. end)
  8016. spinslice.MouseButton1Click:connect(function()
  8017. spinsliceactive = not spinsliceactive
  8018. if spinsliceactive then
  8019. spinslice.BackgroundColor3 = l
  8020. while wait() do
  8021. if track.IsPlaying == false then
  8022. if spinsliceactive then
  8023. track:Play(.1, 1, 1)
  8024. end
  8025. end
  8026. end
  8027. else
  8028. track:Stop()
  8029. spinslice.BackgroundColor3 = c
  8030. end
  8031. end)
  8032. local Anim = Instance.new("Animation")
  8033. Anim.AnimationId = "rbxassetid://1424674606"
  8034. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8035. local airarmsactive = false
  8036. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  8037. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  8038. airarmsactive = false
  8039. airarms.BackgroundColor3 = c
  8040. end)
  8041. airarms.MouseButton1Click:connect(function()
  8042. airarmsactive = not airarmsactive
  8043. if airarmsactive then
  8044. airarms.BackgroundColor3 = l
  8045. while wait() do
  8046. if track.IsPlaying == false then
  8047. if airarmsactive then
  8048. track:Play(.1, 1, 1)
  8049. end
  8050. end
  8051. end
  8052. else
  8053. track:Stop()
  8054. airarms.BackgroundColor3 = c
  8055. end
  8056. end)
  8057. local Anim = Instance.new("Animation")
  8058. Anim.AnimationId = "rbxassetid://1296868982"
  8059. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8060. local detacharmsactive = false
  8061. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  8062. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  8063. detacharmsactive = false
  8064. detacharms.BackgroundColor3 = c
  8065. end)
  8066. detacharms.MouseButton1Click:connect(function()
  8067. detacharmsactive = not detacharmsactive
  8068. if detacharmsactive then
  8069. detacharms.BackgroundColor3 = l
  8070. while wait() do
  8071. if track.IsPlaying == false then
  8072. if detacharmsactive then
  8073. track:Play(.1, 1, 1)
  8074. end
  8075. end
  8076. end
  8077. else
  8078. track:Stop()
  8079. detacharms.BackgroundColor3 = c
  8080. end
  8081. end)
  8082. local Anim = Instance.new("Animation")
  8083. Anim.AnimationId = "rbxassetid://1323151362"
  8084. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8085. local spearactive = false
  8086. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  8087. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  8088. spearactive = false
  8089. spear.BackgroundColor3 = c
  8090. end)
  8091. spear.MouseButton1Click:connect(function()
  8092. spearactive = not spearactive
  8093. if spearactive then
  8094. spear.BackgroundColor3 = l
  8095. while wait() do
  8096. if track.IsPlaying == false then
  8097. if spearactive then
  8098. track:Play(.1, 1, 1)
  8099. end
  8100. end
  8101. end
  8102. else
  8103. track:Stop()
  8104. spear.BackgroundColor3 = c
  8105. end
  8106. end)
  8107. local Anim = Instance.new("Animation")
  8108. Anim.AnimationId = "rbxassetid://1149279561"
  8109. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8110. local armshakeactive = false
  8111. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  8112. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  8113. armshakeactive = false
  8114. armshake.BackgroundColor3 = c
  8115. end)
  8116. armshake.MouseButton1Click:connect(function()
  8117. armshakeactive = not armshakeactive
  8118. if armshakeactive then
  8119. armshake.BackgroundColor3 = l
  8120. while wait() do
  8121. if track.IsPlaying == false then
  8122. if armshakeactive then
  8123. track:Play(.1, 1, 1)
  8124. end
  8125. end
  8126. end
  8127. else
  8128. track:Stop()
  8129. armshake.BackgroundColor3 = c
  8130. end
  8131. end)
  8132. end)
  8133.  
  8134.  
  8135. KittyAniR6Gui2.MouseButton1Down:connect(function()
  8136. -- FilteringEnabled Animations Script, by Icyxos on V3rmillion!
  8137.  
  8138. -- Objects
  8139.  
  8140. local Novole = Instance.new("ScreenGui")
  8141. local BackFrame = Instance.new("Frame")
  8142. local Catagories = Instance.new("ScrollingFrame")
  8143. local Players = Instance.new("TextButton")
  8144. local Respawn = Instance.new("TextButton")
  8145. local NovoleLabel = Instance.new("TextLabel")
  8146. local PlayersFrame = Instance.new("Frame")
  8147. local ScrollingFrame = Instance.new("ScrollingFrame")
  8148. local PartyDance = Instance.new("TextButton")
  8149. local SwordSlash = Instance.new("TextButton")
  8150. local DickHold = Instance.new("TextButton")
  8151. local FastTeleport = Instance.new("TextButton")
  8152. local HoldHands = Instance.new("TextButton")
  8153. local Levitate = Instance.new("TextButton")
  8154. local ArmFlap = Instance.new("TextButton")
  8155. local StompWalk = Instance.new("TextButton")
  8156. local FloorCrawl = Instance.new("TextButton")
  8157. local CockSucking = Instance.new("TextButton")
  8158. local CloneGlitch = Instance.new("TextButton")
  8159. local MonsterMash = Instance.new("TextButton")
  8160. local HeadFloat = Instance.new("TextButton")
  8161. local MovingDance = Instance.new("TextButton")
  8162. local Hug = Instance.new("TextButton")
  8163. local OpenClose = Instance.new("TextButton")
  8164. local OpenClose2 = Instance.new("TextButton")
  8165.  
  8166. -- Properties
  8167.  
  8168. Novole.Name = "Novole"
  8169. Novole.Parent = game.Players.LocalPlayer.PlayerGui
  8170. Novole.ResetOnSpawn = false
  8171.  
  8172. BackFrame.Name = "BackFrame"
  8173. BackFrame.Parent = Novole
  8174. BackFrame.Active = true
  8175. BackFrame.Visible = false
  8176. BackFrame.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  8177. BackFrame.BorderColor3 = Color3.new(0, 0, 0)
  8178. BackFrame.BorderSizePixel = 2
  8179. BackFrame.Position = UDim2.new(0.334442586, 0, 0.303030312, 0)
  8180. BackFrame.Size = UDim2.new(0, 500, 0, 300)
  8181.  
  8182. Catagories.Name = "Catagories"
  8183. Catagories.Parent = BackFrame
  8184. Catagories.Active = true
  8185. Catagories.BackgroundColor3 = Color3.new(0, 0, 0)
  8186. Catagories.BackgroundTransparency = 0.80000001192093
  8187. Catagories.BorderColor3 = Color3.new(0, 0, 0)
  8188. Catagories.BorderSizePixel = 0
  8189. Catagories.Position = UDim2.new(0, 0, 0.143333331, 0)
  8190. Catagories.Size = UDim2.new(0, 130, 0, 257)
  8191. Catagories.ScrollBarThickness = 7
  8192.  
  8193. Players.Name = "Players"
  8194. Players.Parent = Catagories
  8195. Players.BackgroundColor3 = Color3.new(0, 0, 0)
  8196. Players.BackgroundTransparency = 1
  8197. Players.BorderSizePixel = 0
  8198. Players.Position = UDim2.new(0, 0, 0.00389104709, 0)
  8199. Players.Size = UDim2.new(0, 130, 0, 50)
  8200. Players.Font = Enum.Font.Cartoon
  8201. Players.FontSize = Enum.FontSize.Size24
  8202. Players.Text = "Players"
  8203. Players.TextColor3 = Color3.new(1, 1, 1)
  8204. Players.TextSize = 20
  8205.  
  8206. Respawn.Name = "Respawn"
  8207. Respawn.Parent = Catagories
  8208. Respawn.BackgroundColor3 = Color3.new(0, 0, 0)
  8209. Respawn.BackgroundTransparency = 1
  8210. Respawn.BorderSizePixel = 0
  8211. Respawn.Position = UDim2.new(0, 0, 0.00389104709, 0)
  8212. Respawn.Size = UDim2.new(0, 130, 0, 150)
  8213. Respawn.Font = Enum.Font.Cartoon
  8214. Respawn.FontSize = Enum.FontSize.Size24
  8215. Respawn.Text = "Respawn"
  8216. Respawn.TextColor3 = Color3.new(1, 1, 1)
  8217. Respawn.TextSize = 20
  8218.  
  8219. NovoleLabel.Name = "NovoleLabel"
  8220. NovoleLabel.Parent = BackFrame
  8221. NovoleLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  8222. NovoleLabel.BackgroundTransparency = 0.75
  8223. NovoleLabel.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  8224. NovoleLabel.BorderSizePixel = 2
  8225. NovoleLabel.Size = UDim2.new(0, 500, 0, 43)
  8226. NovoleLabel.Font = Enum.Font.Cartoon
  8227. NovoleLabel.FontSize = Enum.FontSize.Size48
  8228. NovoleLabel.Text = "Novole Gui"
  8229. NovoleLabel.TextColor3 = Color3.new(1, 1, 1)
  8230. NovoleLabel.TextSize = 38
  8231.  
  8232. PlayersFrame.Name = "PlayersFrame"
  8233. PlayersFrame.Parent = BackFrame
  8234. PlayersFrame.Active = true
  8235. PlayersFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  8236. PlayersFrame.BackgroundTransparency = 1
  8237. PlayersFrame.BorderColor3 = Color3.new(0, 0, 0)
  8238. PlayersFrame.BorderSizePixel = 0
  8239. PlayersFrame.Position = UDim2.new(0.272000015, 0, 0.143333331, 0)
  8240. PlayersFrame.Size = UDim2.new(0, 364, 0, 257)
  8241.  
  8242. ScrollingFrame.Parent = PlayersFrame
  8243. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  8244. ScrollingFrame.BackgroundTransparency = 1
  8245. ScrollingFrame.BorderSizePixel = 0
  8246. ScrollingFrame.Size = UDim2.new(0, 364, 0, 257)
  8247. ScrollingFrame.ScrollBarThickness = 7
  8248.  
  8249. PartyDance.Name = "Party Dance"
  8250. PartyDance.Parent = ScrollingFrame
  8251. PartyDance.BackgroundColor3 = Color3.new(0, 0, 0)
  8252. PartyDance.BackgroundTransparency = 0.95999997854233
  8253. PartyDance.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8254. PartyDance.BorderSizePixel = 2
  8255. PartyDance.Position = UDim2.new(0.653846085, 0, 0.0272373408, 0)
  8256. PartyDance.Size = UDim2.new(0, 110, 0, 50)
  8257. PartyDance.Font = Enum.Font.Cartoon
  8258. PartyDance.FontSize = Enum.FontSize.Size24
  8259. PartyDance.Text = "Party Dance"
  8260. PartyDance.TextColor3 = Color3.new(1, 1, 1)
  8261. PartyDance.TextSize = 20
  8262.  
  8263. SwordSlash.Name = "SwordSlash"
  8264. SwordSlash.Parent = ScrollingFrame
  8265. SwordSlash.BackgroundColor3 = Color3.new(0, 0, 0)
  8266. SwordSlash.BackgroundTransparency = 0.95999997854233
  8267. SwordSlash.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8268. SwordSlash.BorderSizePixel = 2
  8269. SwordSlash.Position = UDim2.new(0.32967037, 0, 0.0272373538, 0)
  8270. SwordSlash.Size = UDim2.new(0, 110, 0, 50)
  8271. SwordSlash.Font = Enum.Font.Cartoon
  8272. SwordSlash.FontSize = Enum.FontSize.Size24
  8273. SwordSlash.Text = "Sword Slash"
  8274. SwordSlash.TextColor3 = Color3.new(1, 1, 1)
  8275. SwordSlash.TextSize = 20
  8276.  
  8277. DickHold.Name = "DickHold"
  8278. DickHold.Parent = ScrollingFrame
  8279. DickHold.BackgroundColor3 = Color3.new(0, 0, 0)
  8280. DickHold.BackgroundTransparency = 0.95999997854233
  8281. DickHold.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8282. DickHold.BorderSizePixel = 2
  8283. DickHold.Position = UDim2.new(0.0054945033, 0, 0.0272373538, 0)
  8284. DickHold.Size = UDim2.new(0, 110, 0, 50)
  8285. DickHold.Font = Enum.Font.Cartoon
  8286. DickHold.FontSize = Enum.FontSize.Size24
  8287. DickHold.Text = "Hold Dick"
  8288. DickHold.TextColor3 = Color3.new(1, 1, 1)
  8289. DickHold.TextSize = 20
  8290.  
  8291. FastTeleport.Name = "FastTeleport"
  8292. FastTeleport.Parent = ScrollingFrame
  8293. FastTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  8294. FastTeleport.BackgroundTransparency = 0.95999997854233
  8295. FastTeleport.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8296. FastTeleport.BorderSizePixel = 2
  8297. FastTeleport.Position = UDim2.new(0.653846085, 0, 0.1400778, 0)
  8298. FastTeleport.Size = UDim2.new(0, 110, 0, 50)
  8299. FastTeleport.Font = Enum.Font.Cartoon
  8300. FastTeleport.FontSize = Enum.FontSize.Size24
  8301. FastTeleport.Text = "Fast Teleport"
  8302. FastTeleport.TextColor3 = Color3.new(1, 1, 1)
  8303. FastTeleport.TextSize = 20
  8304.  
  8305. HoldHands.Name = "HoldHands"
  8306. HoldHands.Parent = ScrollingFrame
  8307. HoldHands.BackgroundColor3 = Color3.new(0, 0, 0)
  8308. HoldHands.BackgroundTransparency = 0.95999997854233
  8309. HoldHands.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8310. HoldHands.BorderSizePixel = 2
  8311. HoldHands.Position = UDim2.new(0.32967025, 0, 0.1400778, 0)
  8312. HoldHands.Size = UDim2.new(0, 110, 0, 50)
  8313. HoldHands.Font = Enum.Font.Cartoon
  8314. HoldHands.FontSize = Enum.FontSize.Size24
  8315. HoldHands.Text = "Hold Hands"
  8316. HoldHands.TextColor3 = Color3.new(1, 1, 1)
  8317. HoldHands.TextSize = 20
  8318.  
  8319. Levitate.Name = "Levitate"
  8320. Levitate.Parent = ScrollingFrame
  8321. Levitate.BackgroundColor3 = Color3.new(0, 0, 0)
  8322. Levitate.BackgroundTransparency = 0.95999997854233
  8323. Levitate.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8324. Levitate.BorderSizePixel = 2
  8325. Levitate.Position = UDim2.new(0.00549441576, 0, 0.140077785, 0)
  8326. Levitate.Size = UDim2.new(0, 110, 0, 50)
  8327. Levitate.Font = Enum.Font.Cartoon
  8328. Levitate.FontSize = Enum.FontSize.Size24
  8329. Levitate.Text = "Levitate"
  8330. Levitate.TextColor3 = Color3.new(1, 1, 1)
  8331. Levitate.TextSize = 20
  8332.  
  8333. ArmFlap.Name = "ArmFlap"
  8334. ArmFlap.Parent = ScrollingFrame
  8335. ArmFlap.BackgroundColor3 = Color3.new(0, 0, 0)
  8336. ArmFlap.BackgroundTransparency = 0.95999997854233
  8337. ArmFlap.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8338. ArmFlap.BorderSizePixel = 2
  8339. ArmFlap.Position = UDim2.new(0.00549441576, 0, 0.252918273, 0)
  8340. ArmFlap.Size = UDim2.new(0, 110, 0, 50)
  8341. ArmFlap.Font = Enum.Font.Cartoon
  8342. ArmFlap.FontSize = Enum.FontSize.Size24
  8343. ArmFlap.Text = "Arm Flap"
  8344. ArmFlap.TextColor3 = Color3.new(1, 1, 1)
  8345. ArmFlap.TextSize = 20
  8346.  
  8347. StompWalk.Name = "StompWalk"
  8348. StompWalk.Parent = ScrollingFrame
  8349. StompWalk.BackgroundColor3 = Color3.new(0, 0, 0)
  8350. StompWalk.BackgroundTransparency = 0.95999997854233
  8351. StompWalk.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8352. StompWalk.BorderSizePixel = 2
  8353. StompWalk.Position = UDim2.new(0.32967025, 0, 0.252918273, 0)
  8354. StompWalk.Size = UDim2.new(0, 110, 0, 50)
  8355. StompWalk.Font = Enum.Font.Cartoon
  8356. StompWalk.FontSize = Enum.FontSize.Size24
  8357. StompWalk.Text = "Stomp Walk"
  8358. StompWalk.TextColor3 = Color3.new(1, 1, 1)
  8359. StompWalk.TextSize = 20
  8360.  
  8361. FloorCrawl.Name = "FloorCrawl"
  8362. FloorCrawl.Parent = ScrollingFrame
  8363. FloorCrawl.BackgroundColor3 = Color3.new(0, 0, 0)
  8364. FloorCrawl.BackgroundTransparency = 0.95999997854233
  8365. FloorCrawl.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8366. FloorCrawl.BorderSizePixel = 2
  8367. FloorCrawl.Position = UDim2.new(0.653846085, 0, 0.252918273, 0)
  8368. FloorCrawl.Size = UDim2.new(0, 110, 0, 50)
  8369. FloorCrawl.Font = Enum.Font.Cartoon
  8370. FloorCrawl.FontSize = Enum.FontSize.Size24
  8371. FloorCrawl.Text = "Floor Crawl"
  8372. FloorCrawl.TextColor3 = Color3.new(1, 1, 1)
  8373. FloorCrawl.TextSize = 20
  8374.  
  8375. CockSucking.Name = "CockSucking"
  8376. CockSucking.Parent = ScrollingFrame
  8377. CockSucking.BackgroundColor3 = Color3.new(0, 0, 0)
  8378. CockSucking.BackgroundTransparency = 0.95999997854233
  8379. CockSucking.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8380. CockSucking.BorderSizePixel = 2
  8381. CockSucking.Position = UDim2.new(0.32967028, 0, 0.365758717, 0)
  8382. CockSucking.Size = UDim2.new(0, 110, 0, 50)
  8383. CockSucking.Font = Enum.Font.Cartoon
  8384. CockSucking.FontSize = Enum.FontSize.Size24
  8385. CockSucking.Text = "Cock Sucking"
  8386. CockSucking.TextColor3 = Color3.new(1, 1, 1)
  8387. CockSucking.TextSize = 20
  8388.  
  8389. CloneGlitch.Name = "CloneGlitch"
  8390. CloneGlitch.Parent = ScrollingFrame
  8391. CloneGlitch.BackgroundColor3 = Color3.new(0, 0, 0)
  8392. CloneGlitch.BackgroundTransparency = 0.95999997854233
  8393. CloneGlitch.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8394. CloneGlitch.BorderSizePixel = 2
  8395. CloneGlitch.Position = UDim2.new(0.653846085, 0, 0.478599191, 0)
  8396. CloneGlitch.Size = UDim2.new(0, 110, 0, 50)
  8397. CloneGlitch.Font = Enum.Font.Cartoon
  8398. CloneGlitch.FontSize = Enum.FontSize.Size24
  8399. CloneGlitch.Text = "Clone Glitch"
  8400. CloneGlitch.TextColor3 = Color3.new(1, 1, 1)
  8401. CloneGlitch.TextSize = 20
  8402.  
  8403. MonsterMash.Name = "MonsterMash"
  8404. MonsterMash.Parent = ScrollingFrame
  8405. MonsterMash.BackgroundColor3 = Color3.new(0, 0, 0)
  8406. MonsterMash.BackgroundTransparency = 0.95999997854233
  8407. MonsterMash.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8408. MonsterMash.BorderSizePixel = 2
  8409. MonsterMash.Position = UDim2.new(0.653846145, 0, 0.365758717, 0)
  8410. MonsterMash.Size = UDim2.new(0, 110, 0, 50)
  8411. MonsterMash.Font = Enum.Font.Cartoon
  8412. MonsterMash.FontSize = Enum.FontSize.Size24
  8413. MonsterMash.Text = "Monster Mash"
  8414. MonsterMash.TextColor3 = Color3.new(1, 1, 1)
  8415. MonsterMash.TextSize = 20
  8416.  
  8417. HeadFloat.Name = "HeadFloat"
  8418. HeadFloat.Parent = ScrollingFrame
  8419. HeadFloat.BackgroundColor3 = Color3.new(0, 0, 0)
  8420. HeadFloat.BackgroundTransparency = 0.95999997854233
  8421. HeadFloat.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8422. HeadFloat.BorderSizePixel = 2
  8423. HeadFloat.Position = UDim2.new(0.00549444556, 0, 0.365758717, 0)
  8424. HeadFloat.Size = UDim2.new(0, 110, 0, 50)
  8425. HeadFloat.Font = Enum.Font.Cartoon
  8426. HeadFloat.FontSize = Enum.FontSize.Size24
  8427. HeadFloat.Text = "Head Float"
  8428. HeadFloat.TextColor3 = Color3.new(1, 1, 1)
  8429. HeadFloat.TextSize = 20
  8430.  
  8431. MovingDance.Name = "MovingDance"
  8432. MovingDance.Parent = ScrollingFrame
  8433. MovingDance.BackgroundColor3 = Color3.new(0, 0, 0)
  8434. MovingDance.BackgroundTransparency = 0.95999997854233
  8435. MovingDance.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8436. MovingDance.BorderSizePixel = 2
  8437. MovingDance.Position = UDim2.new(0.32967025, 0, 0.478599191, 0)
  8438. MovingDance.Size = UDim2.new(0, 110, 0, 50)
  8439. MovingDance.Font = Enum.Font.Cartoon
  8440. MovingDance.FontSize = Enum.FontSize.Size24
  8441. MovingDance.Text = "Moving Dance"
  8442. MovingDance.TextColor3 = Color3.new(1, 1, 1)
  8443. MovingDance.TextSize = 20
  8444.  
  8445. Hug.Name = "Hug"
  8446. Hug.Parent = ScrollingFrame
  8447. Hug.BackgroundColor3 = Color3.new(0, 0, 0)
  8448. Hug.BackgroundTransparency = 0.95999997854233
  8449. Hug.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8450. Hug.BorderSizePixel = 2
  8451. Hug.Position = UDim2.new(0.00549441576, 0, 0.478599191, 0)
  8452. Hug.Size = UDim2.new(0, 110, 0, 50)
  8453. Hug.Font = Enum.Font.Cartoon
  8454. Hug.FontSize = Enum.FontSize.Size24
  8455. Hug.Text = "Hug Person"
  8456. Hug.TextColor3 = Color3.new(1, 1, 1)
  8457. Hug.TextSize = 20
  8458.  
  8459. OpenClose.Name = "Open"
  8460. OpenClose.Parent = Novole
  8461. OpenClose.BackgroundColor3 = Color3.new(0, 0, 0)
  8462. OpenClose.BackgroundTransparency = 0.20000000298023
  8463. OpenClose.BorderColor3 = Color3.new(0, 0, 0)
  8464. OpenClose.BorderSizePixel = 2
  8465. OpenClose.Position = UDim2.new(0, 0, 0, 353)
  8466. OpenClose.Size = UDim2.new(0, 65, 0, 30)
  8467. OpenClose.Font = Enum.Font.Cartoon
  8468. OpenClose.FontSize = Enum.FontSize.Size24
  8469. OpenClose.Text = "Open"
  8470. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  8471. OpenClose.TextSize = 20
  8472. OpenClose.TextWrapped = true
  8473.  
  8474. OpenClose2.Name = "Close"
  8475. OpenClose2.Parent = Novole
  8476. OpenClose2.Visible = false
  8477. OpenClose2.BackgroundColor3 = Color3.new(0, 0, 0)
  8478. OpenClose2.BackgroundTransparency = 0.20000000298023
  8479. OpenClose2.BorderColor3 = Color3.new(0, 0, 0)
  8480. OpenClose2.BorderSizePixel = 2
  8481. OpenClose2.Position = UDim2.new(0, 0, 0, 353)
  8482. OpenClose2.Size = UDim2.new(0, 65, 0, 30)
  8483. OpenClose2.Font = Enum.Font.Cartoon
  8484. OpenClose2.FontSize = Enum.FontSize.Size24
  8485. OpenClose2.Text = "Close"
  8486. OpenClose2.TextColor3 = Color3.new(1, 1, 1)
  8487. OpenClose2.TextSize = 20
  8488. OpenClose2.TextWrapped = true
  8489.  
  8490. -- Extra
  8491.  
  8492. warn("Icyxos's FilteringEnabled Animations Script has loaded!")
  8493. print("Don't activate two animations at once!")
  8494.  
  8495. -- Buttons
  8496.  
  8497. OpenClose.MouseButton1Click:connect(function()
  8498. game.Players.LocalPlayer.PlayerGui.Novole.BackFrame.Visible = true
  8499. game.Players.LocalPlayer.PlayerGui.Novole.Close.Visible = true
  8500. print("Opened!")
  8501. end)
  8502.  
  8503. OpenClose2.MouseButton1Click:connect(function()
  8504. game.Players.LocalPlayer.PlayerGui.Novole.BackFrame.Visible = false
  8505. game.Players.LocalPlayer.PlayerGui.Novole.Close.Visible = false
  8506. game.Players.LocalPlayer.PlayerGui.Novole.Open.Visible = true
  8507. print("Closed!")
  8508. end)
  8509.  
  8510. DickHold.MouseButton1Click:connect(function()
  8511. Player = "LocalPlayer"
  8512. AnimationId = "48975505"
  8513. local Anim = Instance.new("Animation")
  8514. Anim.AnimationId = "rbxassetid://"..AnimationId
  8515. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8516. Anim:Play(2)
  8517. Anim:AdjustSpeed(1)
  8518. wait(4)
  8519. end)
  8520.  
  8521. SwordSlash.MouseButton1Click:connect(function()
  8522. Player = "LocalPlayer"
  8523. AnimationId = "35978879"
  8524. local Anim = Instance.new("Animation")
  8525. Anim.AnimationId = "rbxassetid://"..AnimationId
  8526. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8527. Anim:Play()
  8528. Anim:AdjustSpeed(1)
  8529. end)
  8530.  
  8531. PartyDance.MouseButton1Click:connect(function()
  8532. Player = "LocalPlayer"
  8533. AnimationId = "48972923"
  8534. local Anim = Instance.new("Animation")
  8535. Anim.AnimationId = "rbxassetid://"..AnimationId
  8536. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8537. Anim:Play()
  8538. Anim:AdjustSpeed(1)
  8539. end)
  8540.  
  8541. Levitate.MouseButton1Click:connect(function()
  8542. Player = "LocalPlayer"
  8543. AnimationId = "313762630"
  8544. local Anim = Instance.new("Animation")
  8545. Anim.AnimationId = "rbxassetid://"..AnimationId
  8546. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8547. Anim:Play()
  8548. Anim:AdjustSpeed(1)
  8549. end)
  8550.  
  8551. HoldHands.MouseButton1Click:connect(function()
  8552. Player = "LocalPlayer"
  8553. AnimationId = "54513258"
  8554. local Anim = Instance.new("Animation")
  8555. Anim.AnimationId = "rbxassetid://"..AnimationId
  8556. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8557. Anim:Play()
  8558. Anim:AdjustSpeed(1)
  8559. end)
  8560.  
  8561. FastTeleport.MouseButton1Click:connect(function()
  8562. Player = "LocalPlayer"
  8563. AnimationId = "215384594"
  8564. local Anim = Instance.new("Animation")
  8565. Anim.AnimationId = "rbxassetid://"..AnimationId
  8566. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8567. Anim:Play()
  8568. Anim:AdjustSpeed(1)
  8569. end)
  8570.  
  8571. ArmFlap.MouseButton1Click:connect(function()
  8572. Player = "LocalPlayer"
  8573. AnimationId = "27432691"
  8574. local Anim = Instance.new("Animation")
  8575. Anim.AnimationId = "rbxassetid://"..AnimationId
  8576. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8577. Anim:Play()
  8578. Anim:AdjustSpeed(100000)
  8579. end)
  8580.  
  8581. StompWalk.MouseButton1Click:connect(function()
  8582. Player = "LocalPlayer"
  8583. AnimationId = "204328711"
  8584. local Anim = Instance.new("Animation")
  8585. Anim.AnimationId = "rbxassetid://"..AnimationId
  8586. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8587. Anim:Play()
  8588. Anim:AdjustSpeed(1)
  8589. end)
  8590.  
  8591. FloorCrawl.MouseButton1Click:connect(function()
  8592. Player = "LocalPlayer"
  8593. AnimationId = "282574440"
  8594. local Anim = Instance.new("Animation")
  8595. Anim.AnimationId = "rbxassetid://"..AnimationId
  8596. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8597. Anim:Play()
  8598. Anim:AdjustSpeed(1)
  8599. end)
  8600.  
  8601. HeadFloat.MouseButton1Click:connect(function()
  8602. Player = "LocalPlayer"
  8603. AnimationId = "121572214"
  8604. local Anim = Instance.new("Animation")
  8605. Anim.AnimationId = "rbxassetid://"..AnimationId
  8606. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8607. Anim:Play()
  8608. Anim:AdjustSpeed(1)
  8609. end)
  8610.  
  8611. CockSucking.MouseButton1Click:connect(function()
  8612. Player = "LocalPlayer"
  8613. AnimationId = "45036843"
  8614. local Anim = Instance.new("Animation")
  8615. Anim.AnimationId = "rbxassetid://"..AnimationId
  8616. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8617. Anim:Play()
  8618. Anim:AdjustSpeed(1)
  8619. end)
  8620.  
  8621. MonsterMash.MouseButton1Click:connect(function()
  8622. Player = "LocalPlayer"
  8623. AnimationId = "35634514"
  8624. local Anim = Instance.new("Animation")
  8625. Anim.AnimationId = "rbxassetid://"..AnimationId
  8626. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8627. Anim:Play()
  8628. Anim:AdjustSpeed(1)
  8629. end)
  8630.  
  8631. Hug.MouseButton1Click:connect(function()
  8632. Player = "LocalPlayer"
  8633. AnimationId = "42071631"
  8634. local Anim = Instance.new("Animation")
  8635. Anim.AnimationId = "rbxassetid://"..AnimationId
  8636. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8637. Anim:Play()
  8638. Anim:AdjustSpeed(1)
  8639. end)
  8640.  
  8641. MovingDance.MouseButton1Click:connect(function()
  8642. Player = "LocalPlayer"
  8643. AnimationId = "429703734"
  8644. local Anim = Instance.new("Animation")
  8645. Anim.AnimationId = "rbxassetid://"..AnimationId
  8646. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8647. Anim:Play()
  8648. Anim:AdjustSpeed(1)
  8649. end)
  8650.  
  8651. CloneGlitch.MouseButton1Click:connect(function()
  8652. Player = "LocalPlayer"
  8653. AnimationId = "215384594"
  8654. local Anim = Instance.new("Animation")
  8655. Anim.AnimationId = "rbxassetid://"..AnimationId
  8656. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8657. Anim:Play()
  8658. Anim:AdjustSpeed(10000)
  8659. end)
  8660.  
  8661. Respawn.MouseButton1Click:connect(function()
  8662. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  8663. end)
  8664.  
  8665. -- FilteringEnabled Animations Script, by Icyxos on V3rmillion!
  8666. end)
  8667.  
  8668.  
  8669. KittyShutdown.MouseButton1Down:connect(function()
  8670. for i=1, 48 do
  8671. spawn(function()
  8672. print("ADDED LOOP")
  8673. while true do
  8674. game:service("RunService").RenderStepped:wait()
  8675. for i=1, 64 do
  8676. game.Players:Chat("/e i love roblox")
  8677. game.Players:Chat("/e i love roblox")
  8678. game.Players:Chat("/e i love roblox")
  8679. game.Players:Chat("/e i love roblox")
  8680. end
  8681. end
  8682. end)
  8683. end
  8684. end)
Add Comment
Please, Sign In to add comment