Guest User

hck

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