Pou_help

Untitled

Feb 10th, 2019
30,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 466.97 KB | None | 0 0
  1. ScreenGui = Instance.new("ScreenGui")
  2. Page2 = Instance.new("Frame")
  3. Back1 = Instance.new("TextButton")
  4. da = Instance.new("TextLabel")
  5. FeYeet = Instance.new("TextButton")
  6. Feguislabel = Instance.new("TextLabel")
  7. PizzaMusic = Instance.new("TextButton")
  8. Lagui = Instance.new("TextButton")
  9. Cool = Instance.new("TextButton")
  10. OPFI = Instance.new("TextButton")
  11. FlingGui = Instance.new("TextButton")
  12. Hyper = Instance.new("TextButton")
  13. Anime = Instance.new("TextButton")
  14. _1337 = Instance.new("TextButton")
  15. Unizillion = Instance.new("TextButton")
  16. Silidius = Instance.new("TextButton")
  17. Close = Instance.new("TextButton")
  18. Twist = Instance.new("TextButton")
  19. main = Instance.new("Frame")
  20. Next1 = Instance.new("TextButton")
  21. da_2 = Instance.new("TextLabel")
  22. Cafetool = Instance.new("TextButton")
  23. FescriptsLabel = Instance.new("TextLabel")
  24. Redwoodeltool = Instance.new("TextButton")
  25. FeLag = Instance.new("TextButton")
  26. Naked = Instance.new("TextButton")
  27. Drophat = Instance.new("TextButton")
  28. ToolDupe = Instance.new("TextButton")
  29. FriendAll = Instance.new("TextButton")
  30. HatSpin = Instance.new("TextButton")
  31. Reach = Instance.new("TextButton")
  32. Dab = Instance.new("TextButton")
  33. BlockHat = Instance.new("TextButton")
  34. Close_2 = Instance.new("TextButton")
  35. SuperLag = Instance.new("TextButton")
  36.  
  37. ScreenGui.Parent = game.CoreGui
  38.  
  39. Page2.Name = "Page2"
  40. Page2.Parent = ScreenGui
  41. Page2.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  42. Page2.BorderColor3 = Color3.new(0.137255, 0.494118, 0.701961)
  43. Page2.BorderSizePixel = 20
  44. Page2.Position = UDim2.new(0.0370370373, 0, 0.497020274, 0)
  45. Page2.Size = UDim2.new(0, 333, 0, 398)
  46. Page2.Visible = false
  47.  
  48. Back1.Name = "Back1"
  49. Back1.Parent = Page2
  50. Back1.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Back1.BackgroundTransparency = 1
  52. Back1.BorderSizePixel = 0
  53. Back1.Position = UDim2.new(0.171171188, 0, 0.917085409, 0)
  54. Back1.Size = UDim2.new(0, 60, 0, 33)
  55. Back1.Font = Enum.Font.GothamBlack
  56. Back1.FontSize = Enum.FontSize.Size14
  57. Back1.Text = "<"
  58. Back1.TextColor3 = Color3.new(0, 0, 0)
  59. Back1.TextSize = 14
  60. Back1.MouseButton1Down:connect(function()
  61. Page2.Visible = false
  62. main.Visible = true
  63. end)
  64.  
  65. da.Name = "da"
  66. da.Parent = Page2
  67. da.BackgroundColor3 = Color3.new(1, 1, 1)
  68. da.BackgroundTransparency = 1
  69. da.Size = UDim2.new(0, 333, 0, 50)
  70. da.Font = Enum.Font.Highway
  71. da.FontSize = Enum.FontSize.Size28
  72. da.Text = "Haxzin Gui By Hackmaster12"
  73. da.TextColor3 = Color3.new(0, 0, 0)
  74. da.TextSize = 25
  75.  
  76. FeYeet.Name = "Fe Yeet"
  77. FeYeet.Parent = Page2
  78. FeYeet.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  79. FeYeet.BorderSizePixel = 2
  80. FeYeet.Position = UDim2.new(0.105105184, 0, 0.376884431, 0)
  81. FeYeet.Size = UDim2.new(0, 81, 0, 44)
  82. FeYeet.Font = Enum.Font.GothamBlack
  83. FeYeet.FontSize = Enum.FontSize.Size14
  84. FeYeet.Text = "Fe Yeet V3"
  85. FeYeet.TextColor3 = Color3.new(0, 0, 0)
  86. FeYeet.TextSize = 14
  87. FeYeet.MouseButton1Down:connect(function()
  88. local lplayer = game:GetService('Players').LocalPlayer
  89.  
  90. local yeeting = false
  91. function GetPlayer(String)
  92. local Found = {}
  93. local strl = String:lower()
  94. if strl == "all" then
  95. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  96. table.insert(Found,v)
  97. end
  98. elseif strl == "others" then
  99. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  100. if v.Name ~= lplayer.Name then
  101. table.insert(Found,v)
  102. end
  103. end
  104. elseif strl == "me" then
  105. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  106. if v.Name == lplayer.Name then
  107. table.insert(Found,v)
  108. end
  109. end
  110. else
  111. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  112. if v.Name:lower():sub(1, #String) == String:lower() then
  113. table.insert(Found,v)
  114. end
  115. end
  116. end
  117. return Found
  118. end
  119. function ahh(thing)
  120. local asd = {'yeet','gui','yeet gui'}
  121. local f = string.upper(asd[math.random(1,#asd)])
  122. return f
  123. end
  124. local XD = Instance.new("ScreenGui")
  125. local BeGONE = Instance.new("Frame")
  126. local TextLabel = Instance.new("TextLabel")
  127. local TextLabel_2 = Instance.new("TextLabel")
  128. local AA = Instance.new("TextBox")
  129. local yets = Instance.new("TextButton")
  130. local stopyets = Instance.new("TextButton")
  131. local ultrayets = Instance.new("TextButton")
  132. local ImageLabel = Instance.new("ImageLabel")
  133. local TextLabel_3 = Instance.new("TextLabel")
  134. XD.Name = "XD"
  135. XD.Parent = game:GetService('CoreGui')
  136. BeGONE.Name = "BeGONE"
  137. BeGONE.Parent = XD
  138. BeGONE.Active = true
  139. BeGONE.Draggable = true
  140. BeGONE.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  141. BeGONE.BorderSizePixel = 0
  142. BeGONE.Position = UDim2.new(-0.0207920745, 111, 0.722570539, -1)
  143. BeGONE.Size = UDim2.new(0, 389, 0, 129)
  144. TextLabel.Parent = BeGONE
  145. TextLabel.BackgroundColor3 = Color3.new(1, 0.419608, 0.129412)
  146. TextLabel.BorderSizePixel = 0
  147. TextLabel.Size = UDim2.new(0, 389, 0, 22)
  148. TextLabel.Font = Enum.Font.Cartoon
  149. TextLabel.Text = "fe yeet gui v3 (yes v3 xd) by scuba kermit"
  150. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  151. TextLabel.TextSize = 16
  152. TextLabel.TextWrapped = true
  153. TextLabel_2.Parent = BeGONE
  154. TextLabel_2.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.054902)
  155. TextLabel_2.BorderSizePixel = 0
  156. TextLabel_2.Position = UDim2.new(0, 0, 0.169230849, 0)
  157. TextLabel_2.Size = UDim2.new(0, 389, 0, 9)
  158. TextLabel_2.Font = Enum.Font.SourceSans
  159. TextLabel_2.Text = ""
  160. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  161. TextLabel_2.TextSize = 14
  162. AA.Name = "AA"
  163. AA.Parent = BeGONE
  164. AA.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  165. AA.BorderSizePixel = 0
  166. AA.Position = UDim2.new(0.20364143, 0, 0.299216866, 0)
  167. AA.Size = UDim2.new(0, 229, 0, 35)
  168. AA.Font = Enum.Font.SourceSans
  169. AA.PlaceholderColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  170. AA.PlaceholderText = "Player you wanna yeet (can be shortened)"
  171. AA.Text = ""
  172. AA.TextColor3 = Color3.new(1, 1, 1)
  173. AA.TextSize = 14
  174. AA.TextWrapped = true
  175. yets.Name = "yets"
  176. yets.Parent = BeGONE
  177. yets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  178. yets.BorderSizePixel = 0
  179. yets.Position = UDim2.new(0.0364736132, 0, 0.646153867, 0)
  180. yets.Size = UDim2.new(0, 94, 0, 28)
  181. yets.Font = Enum.Font.SourceSans
  182. yets.Text = "Y E E T"
  183. yets.TextColor3 = Color3.new(1, 1, 1)
  184. yets.TextSize = 14
  185. yets.TextWrapped = true
  186. stopyets.Name = "stopyets"
  187. stopyets.Parent = BeGONE
  188. stopyets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  189. stopyets.BorderSizePixel = 0
  190. stopyets.Position = UDim2.new(0.722082794, 0, 0.646153867, 0)
  191. stopyets.Size = UDim2.new(0, 94, 0, 28)
  192. stopyets.Font = Enum.Font.SourceSans
  193. stopyets.Text = "Stop Y E E T ing"
  194. stopyets.TextColor3 = Color3.new(1, 1, 1)
  195. stopyets.TextSize = 14
  196. stopyets.TextWrapped = true
  197. ultrayets.Name = "ultrayets"
  198. ultrayets.Parent = BeGONE
  199. ultrayets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  200. ultrayets.BorderSizePixel = 0
  201. ultrayets.Position = UDim2.new(0.298684418, 0, 0.646154106, 0)
  202. ultrayets.Size = UDim2.new(0, 156, 0, 28)
  203. ultrayets.Font = Enum.Font.SourceSans
  204. ultrayets.Text = "U L T R A Y E E T"
  205. ultrayets.TextColor3 = Color3.new(1, 1, 1)
  206. ultrayets.TextSize = 14
  207. ultrayets.TextWrapped = true
  208. ImageLabel.Parent = XD
  209. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  210. ImageLabel.BackgroundTransparency = 1
  211. ImageLabel.BorderSizePixel = 0
  212. ImageLabel.Position = UDim2.new(0.9, 0, 0.835423172, 0)
  213. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  214. ImageLabel.Image = "rbxassetid://2152234287"
  215. TextLabel_3.Parent = ImageLabel
  216. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  217. TextLabel_3.BackgroundTransparency = 1
  218. TextLabel_3.BorderSizePixel = 0
  219. TextLabel_3.Position = UDim2.new(0.110989988, 0, 0.103538811, 0)
  220. TextLabel_3.Size = UDim2.new(0, 77, 0, 23)
  221. TextLabel_3.Font = Enum.Font.Arial
  222. TextLabel_3.Text = "yeet gui"
  223. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  224. TextLabel_3.TextSize = 14
  225. yets.MouseButton1Click:Connect(function()
  226. local target = unpack(GetPlayer(AA.Text)).Character
  227.  
  228. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  229. yeeting = true
  230. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  231. coin.Force = Vector3.new(2590,0,2590)
  232. coin.Name = "yeetforce"
  233. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or yeeting == false
  234. end)
  235.  
  236. stopyets.MouseButton1Click:Connect(function()
  237. ypcall(function()
  238. game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.yeetforce:Destroy()
  239. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = false
  240. end)
  241. yeeting = false
  242. end)
  243. ultrayets.MouseButton1Click:Connect(function()
  244. local target = unpack(GetPlayer(AA.Text)).Character
  245.  
  246. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  247. yeeting = true
  248. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  249. coin.Force = Vector3.new(9999,9999,9999)
  250. coin.Name = "yeetforce"
  251. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or yeeting == false
  252. end)
  253.  
  254. while game["Run Service"].Heartbeat:wait() do
  255. ImageLabel.Rotation = ImageLabel.Rotation + 1
  256. TextLabel_3.Text = ahh('yeet gui')
  257. end
  258. end)
  259.  
  260. Feguislabel.Name = "Feguislabel"
  261. Feguislabel.Parent = Page2
  262. Feguislabel.BackgroundColor3 = Color3.new(1, 1, 1)
  263. Feguislabel.BackgroundTransparency = 1
  264. Feguislabel.Position = UDim2.new(0, 0, 0.251256287, 0)
  265. Feguislabel.Size = UDim2.new(0, 333, 0, 50)
  266. Feguislabel.Font = Enum.Font.Highway
  267. Feguislabel.FontSize = Enum.FontSize.Size28
  268. Feguislabel.Text = "Fe Guis"
  269. Feguislabel.TextColor3 = Color3.new(0, 0, 0)
  270. Feguislabel.TextSize = 25
  271.  
  272. PizzaMusic.Name = "PizzaMusic"
  273. PizzaMusic.Parent = Page2
  274. PizzaMusic.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  275. PizzaMusic.BorderSizePixel = 2
  276. PizzaMusic.Position = UDim2.new(0.37537545, 0, 0.376884431, 0)
  277. PizzaMusic.Size = UDim2.new(0, 81, 0, 44)
  278. PizzaMusic.Font = Enum.Font.GothamBlack
  279. PizzaMusic.Text = "Work At A Pizza Place Music"
  280. PizzaMusic.TextColor3 = Color3.new(0, 0, 0)
  281. PizzaMusic.TextScaled = true
  282. PizzaMusic.TextWrapped = true
  283. PizzaMusic.MouseButton1Down:connect(function()
  284. -- Objects
  285.  
  286. local hello = Instance.new("ScreenGui")
  287. local Main = Instance.new("Frame")
  288. local Title = Instance.new("TextLabel")
  289. local IDBox = Instance.new("TextBox")
  290. local ChangeB = Instance.new("TextButton")
  291. local AnimationToggle = Instance.new("TextButton")
  292. local plr = game:GetService("Players").LocalPlayer
  293.  
  294.  
  295. -- Properties
  296.  
  297. hello.Archivable = false
  298. hello.Name = "hello"
  299. hello.Parent = game:GetService("CoreGui")
  300. hello.ResetOnSpawn = false
  301.  
  302. Main.Name = "Main"
  303. Main.Parent = hello
  304. Main.Active = true
  305. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  306. Main.BorderColor3 = Color3.new(0, 1, 0)
  307. Main.Draggable = true
  308. Main.Position = UDim2.new(0.595648885, 0, 0.546666682, 0)
  309. Main.Size = UDim2.new(0, 467, 0, 251)
  310.  
  311. Title.Name = "Title"
  312. Title.Parent = Main
  313. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  314. Title.BorderColor3 = Color3.new(0, 1, 0)
  315. Title.Size = UDim2.new(0, 467, 0, 50)
  316. Title.Font = Enum.Font.SciFi
  317. Title.FontSize = Enum.FontSize.Size14
  318. Title.Text = "Work At A Pizza Place Sound GUI"
  319. Title.TextColor3 = Color3.new(0, 1, 0)
  320. Title.TextScaled = true
  321. Title.TextSize = 14
  322. Title.TextWrapped = true
  323.  
  324. IDBox.Name = "IDBox"
  325. IDBox.Parent = Main
  326. IDBox.BackgroundColor3 = Color3.new(0, 0, 0)
  327. IDBox.BorderColor3 = Color3.new(0, 1, 0)
  328. IDBox.Position = UDim2.new(0.285867244, 0, 0.314741045, 0)
  329. IDBox.Size = UDim2.new(0, 200, 0, 50)
  330. IDBox.Font = Enum.Font.SciFi
  331. IDBox.FontSize = Enum.FontSize.Size14
  332. IDBox.Text = "SoundID"
  333. IDBox.TextColor3 = Color3.new(0, 1, 0)
  334. IDBox.TextScaled = true
  335. IDBox.TextSize = 14
  336. IDBox.TextWrapped = true
  337.  
  338. ChangeB.Name = "ChangeB"
  339. ChangeB.Parent = Main
  340. ChangeB.BackgroundColor3 = Color3.new(0, 0, 0)
  341. ChangeB.BorderColor3 = Color3.new(0, 1, 0)
  342. ChangeB.Position = UDim2.new(0.286937892, 0, 0.605577707, 0)
  343. ChangeB.Size = UDim2.new(0, 200, 0, 50)
  344. ChangeB.Font = Enum.Font.SciFi
  345. ChangeB.FontSize = Enum.FontSize.Size14
  346. ChangeB.Text = "Change Sounds"
  347. ChangeB.TextColor3 = Color3.new(0, 1, 0)
  348. ChangeB.TextScaled = true
  349. ChangeB.TextSize = 14
  350. ChangeB.TextWrapped = true
  351.  
  352. AnimationToggle.Name = "AnimationToggle"
  353. AnimationToggle.Parent = Main
  354. AnimationToggle.BackgroundColor3 = Color3.new(0, 0, 0)
  355. AnimationToggle.BorderColor3 = Color3.new(0, 1, 0)
  356. AnimationToggle.Position = UDim2.new(0, 0, 0.828685284, 0)
  357. AnimationToggle.Size = UDim2.new(0, 87, 0, 43)
  358. AnimationToggle.Font = Enum.Font.SciFi
  359. AnimationToggle.FontSize = Enum.FontSize.Size14
  360. AnimationToggle.Text = "Disable Animations"
  361. AnimationToggle.TextColor3 = Color3.new(1, 0, 0)
  362. AnimationToggle.TextScaled = true
  363. AnimationToggle.TextSize = 14
  364. AnimationToggle.TextWrapped = true
  365.  
  366. local function play()
  367. local id = tostring(IDBox.Text)
  368. A_1 =
  369. {
  370. ["Sleep"] =
  371. {
  372. ["MovementCancel"] = false,
  373. ["SoundLooped"] = true,
  374. ["R15"] = 868398961,
  375. ["R6"] = 868450390,
  376. ["SoundId"] = id,
  377. ["Priority"] = Enum.AnimationPriority.Action,
  378. ["FaceId"] = 66329905,
  379. ["Volume"] = 10
  380. },
  381. ["Bye"] =
  382. {
  383. ["SoundId"] = id,
  384. ["Priority"] = Enum.AnimationPriority.Action,
  385. ["R15"] = 867286113,
  386. ["R6"] = 154179312
  387. },
  388. ["Point"] =
  389. {
  390. ["SoundId"] = id,
  391. ["Priority"] = Enum.AnimationPriority.Action,
  392. ["R15"] = 867172216,
  393. ["R6"] = 154188723
  394. },
  395. ["Dance2"] =
  396. {
  397. ["MovementCancel"] = true,
  398. ["Priority"] = Enum.AnimationPriority.Action,
  399. ["R15"] = 507776043,
  400. ["R6"] = 182436842
  401. },
  402. ["Glee"] =
  403. {
  404. ["R15"] = 867266586,
  405. ["R6"] = 154159852,
  406. ["SoundId"] = id,
  407. ["Priority"] = Enum.AnimationPriority.Action,
  408. ["FaceId"] = 27802003
  409. },
  410. ["Twist"] =
  411. {
  412. ["Priority"] = Enum.AnimationPriority.Action,
  413. ["R15"] = 867708782,
  414. ["MovementCancel"] = true
  415. },
  416. ["ToolHold"] =
  417. {
  418. ["Priority"] = Enum.AnimationPriority.Action,
  419. ["R15"] = 507768375,
  420. ["R6"] = 182393478
  421. },
  422. ["SitSeat"] =
  423. {
  424. ["Weight"] = 0.99,
  425. ["Priority"] = Enum.AnimationPriority.Movement,
  426. ["R15"] = 507768133,
  427. ["R6"] = 178130996
  428. },
  429. ["Shocked"] =
  430. {
  431. ["R15"] = 1602091152,
  432. ["R6"] = 1620310558,
  433. ["SoundId"] = id,
  434. ["Priority"] = Enum.AnimationPriority.Action,
  435. ["FaceId"] = 1601874588
  436. },
  437. ["Laugh"] =
  438. {
  439. ["R15"] = 867167112,
  440. ["R6"] = 154166518,
  441. ["SoundId"] = id,
  442. ["Priority"] = Enum.AnimationPriority.Action,
  443. ["FaceId"] = 32063242
  444. },
  445. ["Idle"] =
  446. {
  447. ["Weight"] = 0.4,
  448. ["Priority"] = Enum.AnimationPriority.Movement,
  449. ["R15"] = 507766388,
  450. ["R6"] = 180435571
  451. },
  452. ["Jump"] =
  453. {
  454. ["Weight"] = 0.7,
  455. ["Priority"] = Enum.AnimationPriority.Movement,
  456. ["R15"] = 507765000,
  457. ["R6"] = 125750702
  458. },
  459. ["Sad"] =
  460. {
  461. ["R15"] = 867309991,
  462. ["R6"] = 153230853,
  463. ["SoundId"] = id,
  464. ["Priority"] = Enum.AnimationPriority.Action,
  465. ["FaceId"] = 76690153
  466. },
  467. ["Run"] =
  468. {
  469. ["Weight"] = 1,
  470. ["Priority"] = Enum.AnimationPriority.Movement,
  471. ["R15"] = 507767714,
  472. ["R6"] = 180426354
  473. },
  474. ["Swim"] =
  475. {
  476. ["Priority"] = Enum.AnimationPriority.Movement,
  477. ["R15"] = 507784897,
  478. ["R6"] = 865902879
  479. },
  480. ["SwimIdle"] =
  481. {
  482. ["Weight"] = 0.5,
  483. ["Priority"] = Enum.AnimationPriority.Movement,
  484. ["R15"] = 507785072,
  485. ["R6"] = 865918502
  486. },
  487. ["ConfusionOrb"] =
  488. {
  489. ["Priority"] = Enum.AnimationPriority.Action,
  490. ["R15"] = 866541157,
  491. ["R6"] = 866550588
  492. },
  493. ["Amazed"] =
  494. {
  495. ["R15"] = 154174346,
  496. ["R6"] = 154174346,
  497. ["SoundId"] = id,
  498. ["Priority"] = Enum.AnimationPriority.Action,
  499. ["FaceId"] = 45528113
  500. },
  501. ["Walk"] =
  502. {
  503. ["Weight"] = 0.6,
  504. ["Priority"] = Enum.AnimationPriority.Movement,
  505. ["R15"] = 507777826,
  506. ["R6"] = 180426354
  507. },
  508. ["Swing"] =
  509. {
  510. ["Priority"] = Enum.AnimationPriority.Action,
  511. ["R15"] = 867712012,
  512. ["MovementCancel"] = true
  513. },
  514. ["Shuffle"] =
  515. {
  516. ["Priority"] = Enum.AnimationPriority.Action,
  517. ["R15"] = 867706152,
  518. ["MovementCancel"] = true
  519. },
  520. ["Climb"] =
  521. {
  522. ["Priority"] = Enum.AnimationPriority.Movement,
  523. ["R15"] = 507765644,
  524. ["R6"] = 180436334
  525. },
  526. ["Cheer"] =
  527. {
  528. ["R15"] = 507770677,
  529. ["R6"] = 129423030,
  530. ["SoundId"] = id,
  531. ["Priority"] = Enum.AnimationPriority.Action,
  532. ["FaceId"] = 27802003
  533. },
  534. ["Dance3"] =
  535. {
  536. ["MovementCancel"] = true,
  537. ["Priority"] = Enum.AnimationPriority.Action,
  538. ["R15"] = 507777268,
  539. ["R6"] = 182436935
  540. },
  541. ["Think"] =
  542. {
  543. ["R15"] = 867186419,
  544. ["R6"] = 154185274,
  545. ["SoundId"] = id,
  546. ["Priority"] = Enum.AnimationPriority.Action,
  547. ["FaceId"] = 29716203
  548. },
  549. ["Evil"] =
  550. {
  551. ["R15"] = 1601646327,
  552. ["R6"] = 1620296629,
  553. ["SoundId"] = id,
  554. ["Priority"] = Enum.AnimationPriority.Action,
  555. ["FaceId"] = 1604383339
  556. },
  557. ["Sit"] =
  558. {
  559. ["MovementCancel"] = true,
  560. ["Priority"] = Enum.AnimationPriority.Action,
  561. ["R15"] = 868506496,
  562. ["R6"] = 868508890
  563. },
  564. ["Fall"] =
  565. {
  566. ["Weight"] = 0.7,
  567. ["Priority"] = Enum.AnimationPriority.Movement,
  568. ["R15"] = 507767968,
  569. ["R6"] = 180436148
  570. },
  571. ["ThrowCoin"] =
  572. {
  573. ["Priority"] = Enum.AnimationPriority.Action,
  574. ["R15"] = 867194400,
  575. ["R6"] = 156055482
  576. },
  577. ["Easy"] =
  578. {
  579. ["Priority"] = Enum.AnimationPriority.Action,
  580. ["R15"] = 867707598,
  581. ["MovementCancel"] = true
  582. },
  583. ["Hi"] =
  584. {
  585. ["SoundId"] = id,
  586. ["Priority"] = Enum.AnimationPriority.Action,
  587. ["R15"] = 867286113,
  588. ["R6"] = 154179312
  589. },
  590. ["Whistle"] =
  591. {
  592. ["R15"] = 507766388,
  593. ["R6"] = 180435571,
  594. ["Priority"] = Enum.AnimationPriority.Action,
  595. ["FaceId"] = 22877631,
  596. ["Weight"] = 0.4
  597. },
  598. ["SleepSeat"] =
  599. {
  600. ["MovementCancel"] = true,
  601. ["SoundLooped"] = true,
  602. ["R15"] = 869454065,
  603. ["R6"] = 869468579,
  604. ["SoundId"] = id,
  605. ["Priority"] = Enum.AnimationPriority.Action,
  606. ["FaceId"] = 66329905,
  607. ["Volume"] = 0.3
  608. },
  609. ["Marashin"] =
  610. {
  611. ["Priority"] = Enum.AnimationPriority.Action,
  612. ["R15"] = 867685946,
  613. ["MovementCancel"] = true
  614. },
  615. ["Scared"] =
  616. {
  617. ["R15"] = 867226524,
  618. ["R6"] = 154170755,
  619. ["SoundId"] = id,
  620. ["Priority"] = Enum.AnimationPriority.Action,
  621. ["FaceId"] = 47206380
  622. },
  623. ["Clap"] =
  624. {
  625. ["SoundId"] = id,
  626. ["Priority"] = Enum.AnimationPriority.Action,
  627. ["R15"] = 868638275,
  628. ["R6"] = 868730451
  629. },
  630. ["HipHop2"] =
  631. {
  632. ["Priority"] = Enum.AnimationPriority.Action,
  633. ["R15"] = 867704764,
  634. ["MovementCancel"] = true
  635. },
  636. ["Die"] =
  637. {
  638. ["R15"] = 1604492808,
  639. ["R6"] = 1620270981,
  640. ["SoundId"] = id,
  641. ["Priority"] = Enum.AnimationPriority.Action,
  642. ["FaceId"] = 1604616024,
  643. ["MovementCancel"] = true
  644. },
  645. ["Disgust"] =
  646. {
  647. ["R15"] = 1598209877,
  648. ["R6"] = 1620305485,
  649. ["SoundId"] = id,
  650. ["Priority"] = Enum.AnimationPriority.Action,
  651. ["FaceId"] = 1598203828
  652. },
  653. ["Wave"] =
  654. {
  655. ["Priority"] = Enum.AnimationPriority.Action,
  656. ["R15"] = 507770239,
  657. ["R6"] = 128777973
  658. },
  659. ["Flair"] =
  660. {
  661. ["Priority"] = Enum.AnimationPriority.Action,
  662. ["R15"] = 867701010,
  663. ["MovementCancel"] = true
  664. },
  665. ["Confused"] =
  666. {
  667. ["R15"] = 867207299,
  668. ["R6"] = 154183110,
  669. ["SoundId"] = id,
  670. ["Priority"] = Enum.AnimationPriority.Action,
  671. ["FaceId"] = 120250454
  672. },
  673. ["Angry"] =
  674. {
  675. ["R15"] = 867275109,
  676. ["R6"] = 154168543,
  677. ["SoundId"] = id,
  678. ["Priority"] = Enum.AnimationPriority.Action,
  679. ["FaceId"] = 14020216
  680. },
  681. ["HipHop"] =
  682. {
  683. ["Priority"] = Enum.AnimationPriority.Action,
  684. ["R15"] = 867703959,
  685. ["MovementCancel"] = true
  686. },
  687. ["Dance"] =
  688. {
  689. ["MovementCancel"] = true,
  690. ["Priority"] = Enum.AnimationPriority.Action,
  691. ["R15"] = 507771019,
  692. ["R6"] = 182435998
  693. },
  694. ["Driving"] =
  695. {
  696. ["Priority"] = Enum.AnimationPriority.Movement,
  697. ["R15"] = 866020346,
  698. ["R6"] = 178130996
  699. }
  700. }
  701. plr.Character.Humanoid.Health = 0
  702. end
  703.  
  704. plr.CharacterAdded:Connect(function()
  705. local Event = game:GetService("Workspace").Main.LoadSoundsIntoHead
  706. Event:FireServer(A_1)
  707. wait(.05)
  708. print("Done!")
  709. end)
  710.  
  711. ChangeB.MouseButton1Click:Connect(function()
  712. play()
  713. end)
  714.  
  715. AnimationToggle.MouseButton1Click:Connect(function()
  716. plr.Character.CustomAnimation.Disabled = true
  717. end)
  718. end)
  719.  
  720. Lagui.Name = "Lagui"
  721. Lagui.Parent = Page2
  722. Lagui.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  723. Lagui.BorderSizePixel = 2
  724. Lagui.Position = UDim2.new(0.639639735, 0, 0.376884431, 0)
  725. Lagui.Size = UDim2.new(0, 81, 0, 44)
  726. Lagui.Font = Enum.Font.GothamBlack
  727. Lagui.FontSize = Enum.FontSize.Size14
  728. Lagui.Text = "Lagger Gui"
  729. Lagui.TextColor3 = Color3.new(0, 0, 0)
  730. Lagui.TextSize = 14
  731. Lagui.MouseButton1Down:connect(function()
  732. ScreenGui = Instance.new("ScreenGui")
  733. main = Instance.new("Frame")
  734. TextLabel = Instance.new("TextLabel")
  735. se = Instance.new("TextButton")
  736. Power = Instance.new("TextBox")
  737.  
  738. ScreenGui.Parent = game.CoreGui
  739.  
  740. main.Name = "main"
  741. main.Parent = ScreenGui
  742. main.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  743. main.Position = UDim2.new(0.68364197, 0, 0.704410017, 0)
  744. main.Size = UDim2.new(0, 361, 0, 205)
  745. main.Active = true
  746. main.Draggable = true
  747.  
  748. TextLabel.Parent = main
  749. TextLabel.BackgroundColor3 = Color3.new(0.482353, 0.827451, 0.196078)
  750. TextLabel.Position = UDim2.new(0, 0, -0.243902445, 0)
  751. TextLabel.Size = UDim2.new(0, 361, 0, 50)
  752. TextLabel.Font = Enum.Font.SourceSansBold
  753. TextLabel.FontSize = Enum.FontSize.Size28
  754. TextLabel.Text = "Roblox Server Stresser"
  755. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  756. TextLabel.TextSize = 28
  757.  
  758. se.Name = "se"
  759. se.Parent = main
  760. se.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  761. se.Position = UDim2.new(0.221606642, 0, 0.560975671, 0)
  762. se.Size = UDim2.new(0, 200, 0, 50)
  763. se.Font = Enum.Font.SourceSansItalic
  764. se.FontSize = Enum.FontSize.Size60
  765. se.Text = "Send"
  766. se.TextColor3 = Color3.new(0, 0, 0)
  767. se.TextSize = 49
  768. se.MouseButton1Down:connect(function()
  769.  
  770.  
  771. local lag_strength = Power.Text
  772.  
  773.  
  774. local LocalPlayer = game:GetService("Players").LocalPlayer
  775. while game:GetService("RunService").RenderStepped:Wait() do
  776. for i = 1, lag_strength do
  777. local anim = Instance.new("Animation")
  778. anim.AnimationId = "init\n"..math.random()
  779. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  780. anim:Destroy()
  781. end
  782. end
  783. end)
  784.  
  785. Power.Name = "Power"
  786. Power.Parent = main
  787. Power.BackgroundColor3 = Color3.new(0.580392, 1, 0.239216)
  788. Power.Position = UDim2.new(0.221606642, 0, 0.160975605, 0)
  789. Power.Size = UDim2.new(0, 200, 0, 50)
  790. Power.Font = Enum.Font.Highway
  791. Power.FontSize = Enum.FontSize.Size28
  792. Power.Text = "Power"
  793. Power.TextColor3 = Color3.new(0, 0, 0)
  794. Power.TextSize = 25
  795. Power.TextWrapped = true
  796. end)
  797.  
  798. Cool.Name = "Cool"
  799. Cool.Parent = Page2
  800. Cool.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  801. Cool.BorderSizePixel = 2
  802. Cool.Position = UDim2.new(0.639639735, 0, 0.505025148, 0)
  803. Cool.Size = UDim2.new(0, 81, 0, 44)
  804. Cool.Font = Enum.Font.GothamBlack
  805. Cool.FontSize = Enum.FontSize.Size14
  806. Cool.Text = "Cool Gui"
  807. Cool.TextColor3 = Color3.new(0, 0, 0)
  808. Cool.TextSize = 14
  809. Cool.MouseButton1Down:connect(function()
  810. -- Made by JackMcJagger15
  811.  
  812. local RandomGUI = Instance.new("ScreenGui")
  813. local Main = Instance.new("Frame")
  814. local TopBar = Instance.new("Frame")
  815. local ShadowBar = Instance.new("Frame")
  816. local ButtonPlace = Instance.new("Frame")
  817. local WeridAttract = Instance.new("TextButton")
  818. local HumanMine = Instance.new("TextButton")
  819. local UFO = Instance.new("TextButton")
  820. local Exit = Instance.new("TextButton")
  821. local Credit = Instance.new("TextLabel")
  822. local Target = Instance.new("TextBox")
  823. local Directions = Instance.new("TextLabel")
  824.  
  825. -- Properties
  826.  
  827. RandomGUI.Name = "RandomGUI"
  828. RandomGUI.Parent = game.CoreGui
  829.  
  830. Main.Name = "Main"
  831. Main.Parent = RandomGUI
  832. Main.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  833. Main.BorderSizePixel = 0
  834. Main.Position = UDim2.new(0.377737224, 0, 0.365612656, 0)
  835. Main.Size = UDim2.new(0, 338, 0, 209)
  836. Main.Active = true
  837. Main.Selectable = true
  838. Main.Draggable = true
  839.  
  840. TopBar.Name = "TopBar"
  841. TopBar.Parent = Main
  842. TopBar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  843. TopBar.BorderSizePixel = 0
  844. TopBar.Size = UDim2.new(0, 338, 0, 25)
  845.  
  846. ShadowBar.Name = "ShadowBar"
  847. ShadowBar.Parent = Main
  848. ShadowBar.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  849. ShadowBar.BorderSizePixel = 0
  850. ShadowBar.Position = UDim2.new(0, 0, 0.119617224, 0)
  851. ShadowBar.Size = UDim2.new(0, 338, 0, 12)
  852.  
  853. ButtonPlace.Name = "ButtonPlace"
  854. ButtonPlace.Parent = Main
  855. ButtonPlace.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  856. ButtonPlace.BorderSizePixel = 0
  857. ButtonPlace.Position = UDim2.new(0.0632226616, 0, 0.228048906, 0)
  858. ButtonPlace.Size = UDim2.new(0, 154, 0, 144)
  859.  
  860. WeridAttract.Name = "WeridAttract"
  861. WeridAttract.Parent = ButtonPlace
  862. WeridAttract.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  863. WeridAttract.BorderSizePixel = 0
  864. WeridAttract.Position = UDim2.new(0.149350643, 0, 0.0972222239, 0)
  865. WeridAttract.Size = UDim2.new(0, 107, 0, 31)
  866. WeridAttract.Font = Enum.Font.Cartoon
  867. WeridAttract.Text = "Weird Attract"
  868. WeridAttract.TextColor3 = Color3.new(1, 1, 1)
  869. WeridAttract.TextSize = 14
  870.  
  871. HumanMine.Name = "HumanMine"
  872. HumanMine.Parent = ButtonPlace
  873. HumanMine.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  874. HumanMine.BorderSizePixel = 0
  875. HumanMine.Position = UDim2.new(0.149350643, 0, 0.395833343, 0)
  876. HumanMine.Size = UDim2.new(0, 107, 0, 31)
  877. HumanMine.Font = Enum.Font.Cartoon
  878. HumanMine.Text = "Human Mine"
  879. HumanMine.TextColor3 = Color3.new(1, 1, 1)
  880. HumanMine.TextSize = 14
  881.  
  882. UFO.Name = "UFO"
  883. UFO.Parent = ButtonPlace
  884. UFO.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  885. UFO.BorderSizePixel = 0
  886. UFO.Position = UDim2.new(0.149350643, 0, 0.701388836, 0)
  887. UFO.Size = UDim2.new(0, 107, 0, 31)
  888. UFO.Font = Enum.Font.Cartoon
  889. UFO.Text = "UFO Of Death"
  890. UFO.TextColor3 = Color3.new(1, 1, 1)
  891. UFO.TextSize = 14
  892.  
  893. Exit.Name = "Exit"
  894. Exit.Parent = Main
  895. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  896. Exit.BackgroundTransparency = 1
  897. Exit.Position = UDim2.new(0.913743496, 0, 0, 0)
  898. Exit.Size = UDim2.new(0, 29, 0, 26)
  899. Exit.Font = Enum.Font.Cartoon
  900. Exit.Text = "X"
  901. Exit.TextColor3 = Color3.new(1, 1, 1)
  902. Exit.TextSize = 14
  903.  
  904. Credit.Name = "Credit"
  905. Credit.Parent = Main
  906. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  907. Credit.BackgroundTransparency = 1
  908. Credit.Position = UDim2.new(0, 0, 0.0143540669, 0)
  909. Credit.Size = UDim2.new(0, 200, 0, 22)
  910. Credit.Font = Enum.Font.Cartoon
  911. Credit.Text = "Cool FE GUI By JackMcJagger15"
  912. Credit.TextColor3 = Color3.new(1, 1, 1)
  913. Credit.TextSize = 14
  914.  
  915. Target.Name = "Target"
  916. Target.Parent = Main
  917. Target.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  918. Target.BorderSizePixel = 0
  919. Target.Position = UDim2.new(0.557692289, 0, 0.746411443, 0)
  920. Target.Size = UDim2.new(0, 136, 0, 30)
  921. Target.Font = Enum.Font.Cartoon
  922. Target.Text = "Target"
  923. Target.TextColor3 = Color3.new(1, 1, 1)
  924. Target.TextSize = 14
  925.  
  926. Directions.Name = "Directions"
  927. Directions.Parent = Main
  928. Directions.BackgroundColor3 = Color3.new(1, 1, 1)
  929. Directions.BackgroundTransparency = 1
  930. Directions.BorderSizePixel = 0
  931. Directions.Position = UDim2.new(0.57100594, 0, 0.229665071, 0)
  932. Directions.Size = UDim2.new(0, 132, 0, 101)
  933. Directions.Font = Enum.Font.Cartoon
  934. Directions.Text = "To use weird attract type a name into the TARGET Box and press the button. To use Human Mine just press the button and wait for someone to touch you."
  935. Directions.TextColor3 = Color3.new(1, 1, 1)
  936. Directions.TextScaled = true
  937. Directions.TextSize = 14
  938. Directions.TextWrapped = true
  939. Directions.TextXAlignment = Enum.TextXAlignment.Left
  940. Directions.TextYAlignment = Enum.TextYAlignment.Top
  941.  
  942. function GetPlayer(String)
  943. local Found = {}
  944. local strl = String:lower()
  945. if strl == "all" then
  946. for i,v in pairs(game.Players:GetPlayers()) do
  947. table.insert(Found,v)
  948. end
  949. elseif strl == "others" then
  950. for i,v in pairs(game.Players:GetPlayers()) do
  951. if v.Name ~= game.Players.LocalPlayer.Name then
  952. table.insert(Found,v)
  953. end
  954. end
  955. else
  956. for i,v in pairs(game.Players:GetPlayers()) do
  957. if v.Name:lower():sub(1, #String) == String:lower() then
  958. table.insert(Found,v)
  959. end
  960. end
  961. end
  962. return Found
  963. end
  964.  
  965. Exit.MouseButton1Click:connect(function()
  966. RandomGUI:Destroy()
  967. end)
  968.  
  969. local sigh = true
  970. WeridAttract.MouseButton1Click:connect(function()
  971. if sigh == true then
  972. sigh = false
  973. WeridAttract.Text = "Respawn"
  974. WeridAttract.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  975. for i,v in pairs(GetPlayer(Target.Text))do
  976. local player=game.Players.LocalPlayer.Character
  977. player.Humanoid:Remove()
  978. Instance.new('Humanoid',player)
  979. wait(.5)
  980. player:BreakJoints()
  981.  
  982. local b1 = Instance.new("RocketPropulsion")
  983. b1.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  984. b1.Target = game.Players[v.Name].Character.Head
  985. b1.TurnP = 10
  986. b1.MaxThrust = 500
  987. b1.MaxSpeed = 10
  988. b1.ThrustP = 2500
  989. b1.CartoonFactor = 5
  990. b1:Fire()
  991.  
  992. local b2 = Instance.new("RocketPropulsion")
  993. b2.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  994. b2.Target = game.Players[v.Name].Character.Head
  995. b2.TurnP = 10
  996. b2.MaxThrust = 500
  997. b2.MaxSpeed = 10
  998. b2.ThrustP = 2500
  999. b2.CartoonFactor = 5
  1000. b2:Fire()
  1001.  
  1002. local b3 = Instance.new("RocketPropulsion")
  1003. b3.Parent = game.Players.LocalPlayer.Character["Right Leg"]
  1004. b3.Target = game.Players[v.Name].Character.Head
  1005. b3.TurnP = 10
  1006. b3.MaxThrust = 500
  1007. b3.MaxSpeed = 10
  1008. b3.ThrustP = 2500
  1009. b3.CartoonFactor = 5
  1010. b3:Fire()
  1011.  
  1012. local b4 = Instance.new("RocketPropulsion")
  1013. b4.Parent = game.Players.LocalPlayer.Character["Left Leg"]
  1014. b4.Target = game.Players[v.Name].Character.Head
  1015. b4.TurnP = 10
  1016. b4.MaxThrust = 500
  1017. b4.MaxSpeed = 10
  1018. b4.ThrustP = 2500
  1019. b4.CartoonFactor = 5
  1020. b4:Fire()
  1021.  
  1022. local b5 = Instance.new("RocketPropulsion")
  1023. b5.Parent = game.Players.LocalPlayer.Character["Head"]
  1024. b5.Target = game.Players[v.Name].Character.Head
  1025. b5.TurnP = 10
  1026. b5.MaxThrust = 500
  1027. b5.MaxSpeed = 10
  1028. b5.ThrustP = 2500
  1029. b5.CartoonFactor = 5
  1030. b5:Fire()
  1031.  
  1032. local b6 = Instance.new("RocketPropulsion")
  1033. b6.Parent = game.Players.LocalPlayer.Character["Torso"]
  1034. b6.Target = game.Players[v.Name].Character.Head
  1035. b6.TurnP = 10
  1036. b6.MaxThrust = 500
  1037. b6.MaxSpeed = 10
  1038. b6.ThrustP = 2500
  1039. b6.CartoonFactor = 5
  1040. b6:Fire()
  1041. end
  1042. else
  1043. sigh = true
  1044. WeridAttract.Text = "Weird Attract"
  1045. WeridAttract.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  1046. local LP = game.Players.LocalPlayer
  1047. local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  1048. local hum = Instance.new('Humanoid', mod)
  1049. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1050. LP.Character = mod
  1051. end
  1052. end)
  1053.  
  1054. local fa = false
  1055. local cam = workspace.CurrentCamera
  1056. local cam1 = 0
  1057. local cam2 = 0
  1058. local cam3 = 0
  1059. local k1 = false
  1060. local k2 = false
  1061. local k3 = false
  1062. local k4 = false
  1063. local k5 = false
  1064. local k6 = false
  1065. cs = 2
  1066. function movecam()
  1067. local fc = game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC')
  1068. if fa == false then
  1069. repeat
  1070. if game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1071. local fp = fc.Position
  1072. fc.CFrame = CFrame.new(Vector3.new(fp.X,fp.Y+cam3,fp.Z),cam.CFrame.p)*CFrame.new(cam2,0,cam1)
  1073. fa = true
  1074. end
  1075. game:GetService('RunService').RenderStepped:Wait()
  1076. until not game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC')
  1077. fa = false
  1078. end
  1079. end
  1080. function kp1(inputObject, gameProcessedEvent)
  1081. if not gameProcessedEvent and game:GetService('Players').LocalPlayer.Character and game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1082. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  1083. k1 = true
  1084. cam1 = cs end
  1085. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  1086. k2 = true
  1087. cam1 = (cs*-1) end
  1088. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  1089. k3 = true
  1090. cam2 = cs end
  1091. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  1092. k4 = true
  1093. cam2 = (cs*-1) end
  1094. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  1095. k5 = true
  1096. cam3 = cs end
  1097. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  1098. k6 = true
  1099. cam3 = (cs*-1) end
  1100. end
  1101. end
  1102. game:GetService("UserInputService").InputBegan:connect(kp1)
  1103. function kp2(inputObject, gameProcessedEvent)
  1104. if not gameProcessedEvent and game:GetService('Players').LocalPlayer.Character and game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1105. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  1106. k1 = false
  1107. if k2 == false then
  1108. cam1 = 0
  1109. end
  1110. end
  1111. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  1112. k2 = false
  1113. if k1 == false then
  1114. cam1 = 0
  1115. end
  1116. end
  1117. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  1118. k3= false
  1119. if k4== false then
  1120. cam2 = 0
  1121. end
  1122. end
  1123. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  1124. k4 = false
  1125. if k3 == false then
  1126. cam2 = 0
  1127. end
  1128. end
  1129. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  1130. k5 = false
  1131. if k6 == false then
  1132. cam3 = 0
  1133. end
  1134. end
  1135. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  1136. k6 = false
  1137. if k5 == false then
  1138. cam3 = 0
  1139. end
  1140. end
  1141. end
  1142. end
  1143. game:GetService("UserInputService").InputEnded:connect(kp2)
  1144. function FC()
  1145. if not game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1146. game:GetService('Players').LocalPlayer.PlayerScripts.ControlScript.Disabled = true
  1147. local fc = Instance.new('Part',game:GetService('Players').LocalPlayer.Character)
  1148. fc.CanCollide = false
  1149. fc.Anchored = true
  1150. fc.Transparency = 1
  1151. fc.Size = Vector3.new(1,1,1)
  1152. fc.Name = 'xFC'
  1153. fc.CFrame = game:GetService('Players').LocalPlayer.Character.Head.CFrame
  1154. local cam = workspace.CurrentCamera
  1155. cam.CameraSubject = fc
  1156. cam.CameraType = 'Custom'
  1157. movecam()
  1158. end end
  1159. function UFC()
  1160. game:GetService('Players').LocalPlayer.PlayerScripts.ControlScript.Disabled = false
  1161. if game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  1162. game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC'):Destroy()
  1163. local cam = workspace.CurrentCamera
  1164. cam.CameraSubject = game:GetService('Players').LocalPlayer.Character.Humanoid
  1165. cam.CameraType = 'Custom'
  1166. end end
  1167.  
  1168. local toggle = false
  1169. local active = true
  1170. UFO.MouseButton1Click:connect(function()
  1171. if active == true then
  1172. active = false
  1173. UFO.Text = "Stop"
  1174. UFO.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  1175. game:GetService('RunService').Stepped:connect(function()
  1176. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1177. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1178. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1179. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1180. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1181. else
  1182. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  1183. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1184. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  1185. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  1186. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  1187. end
  1188. end
  1189. end)
  1190. local a1 = Instance.new("BodyThrust")
  1191. a1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1192. a1.Force = Vector3.new(1500,0,1500)
  1193. a1.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1194. local a2 = Instance.new("BodyPosition")
  1195. a2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1196. a2.P = 100000
  1197. a2.MaxForce = Vector3.new(1021231,123210,1123120)
  1198. -- loop
  1199. toggle = false
  1200. spawn(function()
  1201. while toggle == false do
  1202. a2.Position = game.Workspace.Camera.CameraSubject.Position
  1203. wait()
  1204. end
  1205. end)
  1206. FC()
  1207. else
  1208. active = true
  1209. UFO.Text = "UFO Of Death"
  1210. UFO.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  1211. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Destroy()
  1212. wait(1)
  1213. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyPosition:Destroy()
  1214. UFC()
  1215. toggle = true
  1216. end
  1217. end)
  1218.  
  1219. HumanMine.MouseButton1Click:connect(function()
  1220. local a1 = Instance.new("BodyThrust")
  1221. a1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1222. a1.Force = Vector3.new(8000,0,8000)
  1223. a1.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1224. wait(.1)
  1225. game.Players.LocalPlayer.Character.Torso.Anchored = true
  1226. end)
  1227. end)
  1228.  
  1229. OPFI.Name = "OPFI"
  1230. OPFI.Parent = Page2
  1231. OPFI.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  1232. OPFI.BorderSizePixel = 2
  1233. OPFI.Position = UDim2.new(0.37537545, 0, 0.505025148, 0)
  1234. OPFI.Size = UDim2.new(0, 81, 0, 44)
  1235. OPFI.Font = Enum.Font.GothamBlack
  1236. OPFI.FontSize = Enum.FontSize.Size14
  1237. OPFI.Text = "OPFinality"
  1238. OPFI.TextColor3 = Color3.new(0, 0, 0)
  1239. OPFI.TextSize = 14
  1240. OPFI.MouseButton1Down:connect(function()
  1241. wait(0.3)
  1242. -- Objects
  1243. -- CREDIT TO xFunnieuss / Timeless for partial (short) names.
  1244.  
  1245. OPFinality = Instance.new("ScreenGui")
  1246. MainFrame = Instance.new("Frame")
  1247. TopFrame = Instance.new("Frame")
  1248. CloseGUI = Instance.new("TextButton")
  1249. MenuEnterFrame = Instance.new("Frame")
  1250. Title = Instance.new("TextLabel")
  1251. OpenMenu = Instance.new("ImageButton")
  1252. Pages = Instance.new("Frame")
  1253. Information = Instance.new("Frame")
  1254. Image_FE_ENABLED = Instance.new("ImageLabel")
  1255. Text_FE_ENABLED = Instance.new("TextLabel")
  1256. WhatIsOPFinality = Instance.new("TextLabel")
  1257. Text_FE_DISABLED = Instance.new("TextLabel")
  1258. OPFin_Description = Instance.new("TextLabel")
  1259. OPFin_Warning = Instance.new("TextLabel")
  1260. Info_Bar = Instance.new("Frame")
  1261. Info_Background = Instance.new("Frame")
  1262. Warning_Bar = Instance.new("Frame")
  1263. Warning_Background = Instance.new("Frame")
  1264. Info_Image = Instance.new("ImageLabel")
  1265. Image_FE_DISABLED = Instance.new("ImageLabel")
  1266. Warn_Image = Instance.new("ImageLabel")
  1267. Others_1 = Instance.new("Frame")
  1268. OthersTitle = Instance.new("TextLabel")
  1269. Char_Image = Instance.new("ImageLabel")
  1270. OthersText = Instance.new("TextLabel")
  1271. TXTBOX_PlrName = Instance.new("TextBox")
  1272. othersBaseBackground = Instance.new("Frame")
  1273. TeleportTo = Instance.new("TextButton")
  1274. Annoy = Instance.new("TextButton")
  1275. Follow = Instance.new("TextButton")
  1276. View = Instance.new("TextButton")
  1277. Orbit = Instance.new("TextButton")
  1278. HeadWalk = Instance.new("TextButton")
  1279. Stick = Instance.new("TextButton")
  1280. Spam = Instance.new("TextButton")
  1281. Carpet = Instance.new("TextButton")
  1282. Others_toPAGE2 = Instance.new("TextButton")
  1283. Character_toPAGE2_IMAGE = Instance.new("ImageLabel")
  1284. Character_2 = Instance.new("Frame")
  1285. CharacterTitle = Instance.new("TextLabel")
  1286. CharacterText = Instance.new("TextLabel")
  1287. Animations_SPOOKY = Instance.new("Frame")
  1288. spookytitle = Instance.new("TextLabel")
  1289. headthrow = Instance.new("TextButton")
  1290. armsoff = Instance.new("TextButton")
  1291. loophead = Instance.new("TextButton")
  1292. levitate = Instance.new("TextButton")
  1293. headfloat = Instance.new("TextButton")
  1294. Character_backPAGE1 = Instance.new("TextButton")
  1295. Character_toPAGE1_IMAGE = Instance.new("ImageLabel")
  1296. Animations_DANCE = Instance.new("Frame")
  1297. dancetitle = Instance.new("TextLabel")
  1298. normal = Instance.new("TextButton")
  1299. movingdance = Instance.new("TextButton")
  1300. insane = Instance.new("TextButton")
  1301. happy = Instance.new("TextButton")
  1302. spindance = Instance.new("TextButton")
  1303. Animations_HEROIC = Instance.new("Frame")
  1304. heroictitle = Instance.new("TextLabel")
  1305. swordstrike = Instance.new("TextButton")
  1306. jumpland = Instance.new("TextButton")
  1307. punches = Instance.new("TextButton")
  1308. swing = Instance.new("TextButton")
  1309. crawl = Instance.new("TextButton")
  1310. Char2_Image = Instance.new("ImageLabel")
  1311. Character_1 = Instance.new("Frame")
  1312. CharacterTitle_2 = Instance.new("TextLabel")
  1313. Char_Image_2 = Instance.new("ImageLabel")
  1314. CharacterText_2 = Instance.new("TextLabel")
  1315. TXTBOX_Stats = Instance.new("TextBox")
  1316. BackGroundChar = Instance.new("Frame")
  1317. HipHeight = Instance.new("TextButton")
  1318. JumpHeight = Instance.new("TextButton")
  1319. Speed = Instance.new("TextButton")
  1320. TXTBOX_Chat = Instance.new("TextBox")
  1321. BackGroundChar2 = Instance.new("Frame")
  1322. Chat = Instance.new("TextButton")
  1323. Spam_2 = Instance.new("TextButton")
  1324. BackGroundChar3 = Instance.new("Frame")
  1325. Noclip = Instance.new("TextButton")
  1326. Fly = Instance.new("TextButton")
  1327. Character_toPAGE2 = Instance.new("TextButton")
  1328. Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel")
  1329. Others_2 = Instance.new("Frame")
  1330. OthersTitle_2 = Instance.new("TextLabel")
  1331. Other_Image2 = Instance.new("ImageLabel")
  1332. OthersText_2 = Instance.new("TextLabel")
  1333. TXTBOX_PlrName2 = Instance.new("TextBox")
  1334. othersBaseBackground2 = Instance.new("Frame")
  1335. Flatten = Instance.new("TextButton")
  1336. AimHead = Instance.new("TextButton")
  1337. Float = Instance.new("TextButton")
  1338. Multiple = Instance.new("TextButton")
  1339. Animated = Instance.new("TextButton")
  1340. SlowAttract = Instance.new("TextButton")
  1341. WeirdOrbit = Instance.new("TextButton")
  1342. Violent = Instance.new("TextButton")
  1343. Max = Instance.new("TextButton")
  1344. Others_toPAGE3 = Instance.new("TextButton")
  1345. Character_toPAGE3_IMAGE = Instance.new("ImageLabel")
  1346. Others_backPAGE1 = Instance.new("TextButton")
  1347. Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel")
  1348. Extra_1 = Instance.new("Frame")
  1349. Extra_Image = Instance.new("ImageLabel")
  1350. ExtraText = Instance.new("TextLabel")
  1351. ExtraBaseBackGround1 = Instance.new("Frame")
  1352. CrouchRocket = Instance.new("TextButton")
  1353. ExtraBaseBackGround1Side = Instance.new("Frame")
  1354. CloneIllusion = Instance.new("TextButton")
  1355. CoolSpin = Instance.new("TextButton")
  1356. JumpRocket = Instance.new("TextButton")
  1357. Extra_toPAGE2 = Instance.new("TextButton")
  1358. Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel")
  1359. Extra_Title = Instance.new("TextLabel")
  1360. ExtraBaseBackGround2 = Instance.new("Frame")
  1361. NoLimbs = Instance.new("TextButton")
  1362. FEGodmode = Instance.new("TextButton")
  1363. BrickHats = Instance.new("TextButton")
  1364. RapidPunch = Instance.new("TextButton")
  1365. ExtraBaseBackGround2Side = Instance.new("Frame")
  1366. ExtraBaseBackGround3 = Instance.new("Frame")
  1367. PunchFollow = Instance.new("TextButton")
  1368. ArmFollow = Instance.new("TextButton")
  1369. Spin = Instance.new("TextButton")
  1370. Faint = Instance.new("TextButton")
  1371. ExtraBaseBackGround3Side = Instance.new("Frame")
  1372. Extra_2 = Instance.new("Frame")
  1373. Extra_Image_2 = Instance.new("ImageLabel")
  1374. ExtraText_2 = Instance.new("TextLabel")
  1375. Extra_Title_2 = Instance.new("TextLabel")
  1376. ExtraBaseBackGround2_2 = Instance.new("Frame")
  1377. CrouchAttack = Instance.new("TextButton")
  1378. WalkThrough = Instance.new("TextButton")
  1379. CreepyWatch = Instance.new("TextButton")
  1380. SpinAttack = Instance.new("TextButton")
  1381. ExtraBaseBackGround2Side_2 = Instance.new("Frame")
  1382. TXTBOX_PlrNameEXTRA = Instance.new("TextBox")
  1383. _18 = Instance.new("TextButton")
  1384. SlamPropulsion = Instance.new("TextButton")
  1385. Extra_backPAGE1 = Instance.new("TextButton")
  1386. Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel")
  1387. Others_3 = Instance.new("Frame")
  1388. OthersTitle_3 = Instance.new("TextLabel")
  1389. Other_Image3 = Instance.new("ImageLabel")
  1390. OthersText_3 = Instance.new("TextLabel")
  1391. TXTBOX_PlrNameOTHER3 = Instance.new("TextBox")
  1392. othersBaseBackground3 = Instance.new("Frame")
  1393. FreeFall = Instance.new("TextButton")
  1394. Attach = Instance.new("TextButton")
  1395. Bring = Instance.new("TextButton")
  1396. SafeKill = Instance.new("TextButton")
  1397. SuperSpin = Instance.new("TextButton")
  1398. Kill = Instance.new("TextButton")
  1399. Others_backPAGE2 = Instance.new("TextButton")
  1400. Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel")
  1401. Games = Instance.new("Frame")
  1402. Games_IMAGE = Instance.new("ImageLabel")
  1403. GamesText = Instance.new("TextLabel")
  1404. Games_TITLE = Instance.new("TextLabel")
  1405. Games_IMAGE2 = Instance.new("ImageLabel")
  1406. SwordFightingTournament = Instance.new("TextButton")
  1407. PlatesOfFateMayhem = Instance.new("TextButton")
  1408. GamesText2 = Instance.new("TextLabel")
  1409. Frappe = Instance.new("TextButton")
  1410. Frappe_2 = Instance.new("TextButton")
  1411. MenuFrame = Instance.new("Frame")
  1412. Welcome = Instance.new("TextLabel")
  1413. NameOfPlayer = Instance.new("TextLabel")
  1414. T_Information = Instance.new("TextButton")
  1415. T_InfoImage = Instance.new("ImageLabel")
  1416. T_Character = Instance.new("TextButton")
  1417. T_CharImage = Instance.new("ImageLabel")
  1418. T_Games = Instance.new("TextButton")
  1419. T_GameImage = Instance.new("ImageLabel")
  1420. T_Others = Instance.new("TextButton")
  1421. T_OtherImage = Instance.new("ImageLabel")
  1422. T_Extra = Instance.new("TextButton")
  1423. T_ExtraImage = Instance.new("ImageLabel")
  1424. DeleteGUI = Instance.new("TextButton")
  1425. DELETEIMAGE = Instance.new("ImageLabel")
  1426. Darkness = Instance.new("TextButton")
  1427.  
  1428. -- Properties
  1429.  
  1430. OPFinality.Name = "OPFinality"
  1431. OPFinality.Parent = game.CoreGui
  1432.  
  1433. MainFrame.Name = "MainFrame"
  1434. MainFrame.Parent = OPFinality
  1435. MainFrame.Active = true
  1436. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1437. MainFrame.BackgroundTransparency = 1
  1438. MainFrame.BorderSizePixel = 0
  1439. MainFrame.ClipsDescendants = true
  1440. MainFrame.Draggable = true
  1441. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  1442. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  1443.  
  1444. TopFrame.Name = "TopFrame"
  1445. TopFrame.Parent = MainFrame
  1446. TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  1447. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  1448. TopFrame.BorderSizePixel = 0
  1449. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  1450. TopFrame.ZIndex = 7
  1451.  
  1452. CloseGUI.Parent = TopFrame
  1453. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1454. CloseGUI.BackgroundTransparency = 1
  1455. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  1456. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  1457. CloseGUI.Font = Enum.Font.Cartoon
  1458. CloseGUI.FontSize = Enum.FontSize.Size28
  1459. CloseGUI.Text = "X"
  1460. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1461. CloseGUI.TextSize = 25
  1462. CloseGUI.ZIndex = 8
  1463.  
  1464. MenuEnterFrame.Name = "MenuEnterFrame"
  1465. MenuEnterFrame.Parent = MainFrame
  1466. MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  1467. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  1468. MenuEnterFrame.BorderSizePixel = 0
  1469. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  1470. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  1471. MenuEnterFrame.ZIndex = 5
  1472.  
  1473. Title.Name = "Title"
  1474. Title.Parent = MenuEnterFrame
  1475. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1476. Title.BackgroundTransparency = 1
  1477. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  1478. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  1479. Title.Font = Enum.Font.SourceSansLight
  1480. Title.FontSize = Enum.FontSize.Size32
  1481. Title.Text = "OPFinality"
  1482. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1483. Title.TextSize = 30
  1484. Title.ZIndex = 6
  1485.  
  1486. OpenMenu.Name = "OpenMenu"
  1487. OpenMenu.Parent = MenuEnterFrame
  1488. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  1489. OpenMenu.BackgroundTransparency = 1
  1490. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  1491. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  1492. OpenMenu.ZIndex = 6
  1493.  
  1494. Pages.Name = "Pages"
  1495. Pages.Parent = MainFrame
  1496. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1497. Pages.BorderSizePixel = 0
  1498. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  1499. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  1500.  
  1501. Information.Name = "Information"
  1502. Information.Parent = Pages
  1503. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1504. Information.BorderSizePixel = 0
  1505. Information.Size = UDim2.new(1, 0, 1, 0)
  1506.  
  1507. Image_FE_ENABLED.Name = "Image_FE_ENABLED"
  1508. Image_FE_ENABLED.Parent = Information
  1509. Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  1510. Image_FE_ENABLED.BackgroundTransparency = 1
  1511. Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  1512. Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  1513. Image_FE_ENABLED.Visible = false
  1514. Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312"
  1515.  
  1516. Text_FE_ENABLED.Name = "Text_FE_ENABLED"
  1517. Text_FE_ENABLED.Parent = Information
  1518. Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  1519. Text_FE_ENABLED.BackgroundTransparency = 1
  1520. Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  1521. Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  1522. Text_FE_ENABLED.Visible = false
  1523. Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic
  1524. Text_FE_ENABLED.FontSize = Enum.FontSize.Size24
  1525. Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality."
  1526. Text_FE_ENABLED.TextSize = 19
  1527.  
  1528. WhatIsOPFinality.Name = "WhatIsOPFinality"
  1529. WhatIsOPFinality.Parent = Information
  1530. WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  1531. WhatIsOPFinality.BackgroundTransparency = 1
  1532. WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  1533. WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1534. WhatIsOPFinality.Font = Enum.Font.SourceSansBold
  1535. WhatIsOPFinality.FontSize = Enum.FontSize.Size28
  1536. WhatIsOPFinality.Text = "What is OPFinality?"
  1537. WhatIsOPFinality.TextSize = 25
  1538.  
  1539. Text_FE_DISABLED.Name = "Text_FE_DISABLED"
  1540. Text_FE_DISABLED.Parent = Information
  1541. Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  1542. Text_FE_DISABLED.BackgroundTransparency = 1
  1543. Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  1544. Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0)
  1545. Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic
  1546. Text_FE_DISABLED.FontSize = Enum.FontSize.Size24
  1547. Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..."
  1548. Text_FE_DISABLED.TextSize = 19
  1549.  
  1550. OPFin_Description.Name = "OPFin_Description"
  1551. OPFin_Description.Parent = Information
  1552. OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  1553. OPFin_Description.BackgroundTransparency = 1
  1554. OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  1555. OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  1556. OPFin_Description.ZIndex = 3
  1557. OPFin_Description.Font = Enum.Font.SourceSans
  1558. OPFin_Description.FontSize = Enum.FontSize.Size18
  1559. OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games."
  1560. OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1561. OPFin_Description.TextSize = 18
  1562. OPFin_Description.TextWrapped = true
  1563.  
  1564. OPFin_Warning.Name = "OPFin_Warning"
  1565. OPFin_Warning.Parent = Information
  1566. OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  1567. OPFin_Warning.BackgroundTransparency = 1
  1568. OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  1569. OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  1570. OPFin_Warning.ZIndex = 2
  1571. OPFin_Warning.Font = Enum.Font.SourceSans
  1572. OPFin_Warning.FontSize = Enum.FontSize.Size18
  1573. 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."
  1574. OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1575. OPFin_Warning.TextSize = 18
  1576. OPFin_Warning.TextWrapped = true
  1577.  
  1578. Info_Bar.Name = "Info_Bar"
  1579. Info_Bar.Parent = Information
  1580. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  1581. Info_Bar.BorderSizePixel = 0
  1582. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  1583. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  1584.  
  1585. Info_Background.Name = "Info_Background"
  1586. Info_Background.Parent = Information
  1587. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1588. Info_Background.BorderSizePixel = 0
  1589. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  1590. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  1591. Info_Background.ZIndex = 2
  1592.  
  1593. Warning_Bar.Name = "Warning_Bar"
  1594. Warning_Bar.Parent = Information
  1595. Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  1596. Warning_Bar.BorderSizePixel = 0
  1597. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  1598. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  1599.  
  1600. Warning_Background.Name = "Warning_Background"
  1601. Warning_Background.Parent = Information
  1602. Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  1603. Warning_Background.BorderSizePixel = 0
  1604. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  1605. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  1606.  
  1607. Info_Image.Name = "Info_Image"
  1608. Info_Image.Parent = Information
  1609. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1610. Info_Image.BackgroundTransparency = 1
  1611. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  1612. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1613. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  1614.  
  1615. Image_FE_DISABLED.Name = "Image_FE_DISABLED"
  1616. Image_FE_DISABLED.Parent = Information
  1617. Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1)
  1618. Image_FE_DISABLED.BackgroundTransparency = 1
  1619. Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  1620. Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  1621. Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326"
  1622.  
  1623. Warn_Image.Name = "Warn_Image"
  1624. Warn_Image.Parent = Information
  1625. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1626. Warn_Image.BackgroundTransparency = 1
  1627. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  1628. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1629. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  1630.  
  1631. Others_1.Name = "Others_1"
  1632. Others_1.Parent = Pages
  1633. Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1634. Others_1.BorderSizePixel = 0
  1635. Others_1.Position = UDim2.new(1.00752497, 0, 0, 0)
  1636. Others_1.Size = UDim2.new(1, 0, 1, 0)
  1637.  
  1638. OthersTitle.Name = "OthersTitle"
  1639. OthersTitle.Parent = Others_1
  1640. OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1641. OthersTitle.BackgroundTransparency = 1
  1642. OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  1643. OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1644. OthersTitle.Font = Enum.Font.SourceSansBold
  1645. OthersTitle.FontSize = Enum.FontSize.Size28
  1646. OthersTitle.Text = "Others"
  1647. OthersTitle.TextSize = 25
  1648.  
  1649. Char_Image.Name = "Char_Image"
  1650. Char_Image.Parent = Others_1
  1651. Char_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  1652. Char_Image.BackgroundTransparency = 1
  1653. Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0)
  1654. Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  1655. Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978"
  1656.  
  1657. OthersText.Name = "OthersText"
  1658. OthersText.Parent = Others_1
  1659. OthersText.BackgroundColor3 = Color3.new(1, 1, 1)
  1660. OthersText.BackgroundTransparency = 1
  1661. OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0)
  1662. OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0)
  1663. OthersText.Font = Enum.Font.SourceSansItalic
  1664. OthersText.FontSize = Enum.FontSize.Size24
  1665. OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names."
  1666. OthersText.TextSize = 19
  1667. OthersText.TextWrapped = true
  1668.  
  1669. TXTBOX_PlrName.Name = "TXTBOX_PlrName"
  1670. TXTBOX_PlrName.Parent = Others_1
  1671. TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  1672. TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  1673. TXTBOX_PlrName.BorderSizePixel = 0
  1674. TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  1675. TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  1676. TXTBOX_PlrName.ZIndex = 2
  1677. TXTBOX_PlrName.Font = Enum.Font.SourceSans
  1678. TXTBOX_PlrName.FontSize = Enum.FontSize.Size14
  1679. TXTBOX_PlrName.Text = "Player"
  1680. TXTBOX_PlrName.TextScaled = true
  1681. TXTBOX_PlrName.TextSize = 14
  1682. TXTBOX_PlrName.TextWrapped = true
  1683.  
  1684. othersBaseBackground.Name = "othersBaseBackground"
  1685. othersBaseBackground.Parent = Others_1
  1686. othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  1687. othersBaseBackground.BorderSizePixel = 0
  1688. othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  1689. othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  1690.  
  1691. TeleportTo.Name = "TeleportTo"
  1692. TeleportTo.Parent = othersBaseBackground
  1693. TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1694. TeleportTo.BorderSizePixel = 0
  1695. TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0)
  1696. TeleportTo.Size = UDim2.new(0, 92, 0, 25)
  1697. TeleportTo.Font = Enum.Font.SourceSans
  1698. TeleportTo.FontSize = Enum.FontSize.Size24
  1699. TeleportTo.Text = "Teleport To"
  1700. TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1701. TeleportTo.TextSize = 22
  1702.  
  1703. Annoy.Name = "Annoy"
  1704. Annoy.Parent = othersBaseBackground
  1705. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1706. Annoy.BorderSizePixel = 0
  1707. Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0)
  1708. Annoy.Size = UDim2.new(0, 92, 0, 25)
  1709. Annoy.Font = Enum.Font.SourceSans
  1710. Annoy.FontSize = Enum.FontSize.Size24
  1711. Annoy.Text = "Annoy"
  1712. Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1713. Annoy.TextSize = 22
  1714.  
  1715. Follow.Name = "Follow"
  1716. Follow.Parent = othersBaseBackground
  1717. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1718. Follow.BorderSizePixel = 0
  1719. Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0)
  1720. Follow.Size = UDim2.new(0, 92, 0, 25)
  1721. Follow.Font = Enum.Font.SourceSans
  1722. Follow.FontSize = Enum.FontSize.Size24
  1723. Follow.Text = "Follow"
  1724. Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1725. Follow.TextSize = 22
  1726.  
  1727. View.Name = "View"
  1728. View.Parent = othersBaseBackground
  1729. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1730. View.BorderSizePixel = 0
  1731. View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  1732. View.Size = UDim2.new(0, 92, 0, 25)
  1733. View.Font = Enum.Font.SourceSans
  1734. View.FontSize = Enum.FontSize.Size24
  1735. View.Text = "View"
  1736. View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1737. View.TextSize = 22
  1738.  
  1739. Orbit.Name = "Orbit"
  1740. Orbit.Parent = othersBaseBackground
  1741. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1742. Orbit.BorderSizePixel = 0
  1743. Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  1744. Orbit.Size = UDim2.new(0, 92, 0, 25)
  1745. Orbit.Font = Enum.Font.SourceSans
  1746. Orbit.FontSize = Enum.FontSize.Size24
  1747. Orbit.Text = "Orbit"
  1748. Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1749. Orbit.TextSize = 22
  1750.  
  1751. HeadWalk.Name = "HeadWalk"
  1752. HeadWalk.Parent = othersBaseBackground
  1753. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1754. HeadWalk.BorderSizePixel = 0
  1755. HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  1756. HeadWalk.Size = UDim2.new(0, 92, 0, 25)
  1757. HeadWalk.Font = Enum.Font.SourceSans
  1758. HeadWalk.FontSize = Enum.FontSize.Size24
  1759. HeadWalk.Text = "Head Walk"
  1760. HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1761. HeadWalk.TextSize = 22
  1762.  
  1763. Stick.Name = "Stick"
  1764. Stick.Parent = othersBaseBackground
  1765. Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1766. Stick.BorderSizePixel = 0
  1767. Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0)
  1768. Stick.Size = UDim2.new(0, 92, 0, 25)
  1769. Stick.Font = Enum.Font.SourceSans
  1770. Stick.FontSize = Enum.FontSize.Size24
  1771. Stick.Text = "Stick"
  1772. Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1773. Stick.TextSize = 22
  1774.  
  1775. Spam.Name = "Spam"
  1776. Spam.Parent = othersBaseBackground
  1777. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1778. Spam.BorderSizePixel = 0
  1779. Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0)
  1780. Spam.Size = UDim2.new(0, 92, 0, 25)
  1781. Spam.Font = Enum.Font.SourceSans
  1782. Spam.FontSize = Enum.FontSize.Size24
  1783. Spam.Text = "Spam"
  1784. Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1785. Spam.TextSize = 22
  1786.  
  1787. Carpet.Name = "Carpet"
  1788. Carpet.Parent = othersBaseBackground
  1789. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  1790. Carpet.BorderSizePixel = 0
  1791. Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0)
  1792. Carpet.Size = UDim2.new(0, 92, 0, 25)
  1793. Carpet.Font = Enum.Font.SourceSans
  1794. Carpet.FontSize = Enum.FontSize.Size24
  1795. Carpet.Text = "Carpet"
  1796. Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1797. Carpet.TextSize = 22
  1798.  
  1799. Others_toPAGE2.Name = "Others_toPAGE2"
  1800. Others_toPAGE2.Parent = Others_1
  1801. Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1802. Others_toPAGE2.BorderSizePixel = 0
  1803. Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1804. Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1805. Others_toPAGE2.Font = Enum.Font.SourceSansLight
  1806. Others_toPAGE2.FontSize = Enum.FontSize.Size24
  1807. Others_toPAGE2.Text = "Next"
  1808. Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1809. Others_toPAGE2.TextSize = 22
  1810.  
  1811. Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE"
  1812. Character_toPAGE2_IMAGE.Parent = Others_toPAGE2
  1813. Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1814. Character_toPAGE2_IMAGE.BorderSizePixel = 0
  1815. Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  1816. Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1817. Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  1818.  
  1819. Character_2.Name = "Character_2"
  1820. Character_2.Parent = Pages
  1821. Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1822. Character_2.BorderSizePixel = 0
  1823. Character_2.Position = UDim2.new(1, 0, 0, 0)
  1824. Character_2.Size = UDim2.new(1, 0, 1, 0)
  1825.  
  1826. CharacterTitle.Name = "CharacterTitle"
  1827. CharacterTitle.Parent = Character_2
  1828. CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1829. CharacterTitle.BackgroundTransparency = 1
  1830. CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  1831. CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1832. CharacterTitle.Font = Enum.Font.SourceSansBold
  1833. CharacterTitle.FontSize = Enum.FontSize.Size28
  1834. CharacterTitle.Text = "Character"
  1835. CharacterTitle.TextSize = 25
  1836.  
  1837. CharacterText.Name = "CharacterText"
  1838. CharacterText.Parent = Character_2
  1839. CharacterText.BackgroundColor3 = Color3.new(1, 1, 1)
  1840. CharacterText.BackgroundTransparency = 1
  1841. CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1842. CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  1843. CharacterText.Font = Enum.Font.SourceSansItalic
  1844. CharacterText.FontSize = Enum.FontSize.Size24
  1845. CharacterText.Text = "Apply cool animations to your player!"
  1846. CharacterText.TextSize = 19
  1847. CharacterText.TextWrapped = true
  1848.  
  1849. Animations_SPOOKY.Name = "Animations_SPOOKY"
  1850. Animations_SPOOKY.Parent = Character_2
  1851. Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  1852. Animations_SPOOKY.BorderSizePixel = 0
  1853. Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  1854. Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1855.  
  1856. spookytitle.Name = "spookytitle"
  1857. spookytitle.Parent = Animations_SPOOKY
  1858. spookytitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1859. spookytitle.BackgroundTransparency = 1
  1860. spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1861. spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1862. spookytitle.Font = Enum.Font.SourceSansLight
  1863. spookytitle.FontSize = Enum.FontSize.Size28
  1864. spookytitle.Text = "Spooky"
  1865. spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1866. spookytitle.TextSize = 25
  1867.  
  1868. headthrow.Name = "headthrow"
  1869. headthrow.Parent = Animations_SPOOKY
  1870. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1871. headthrow.BorderSizePixel = 0
  1872. headthrow.Position = UDim2.new(0, 0, 0.238476187, 0)
  1873. headthrow.Size = UDim2.new(1, 0, 0.119000003, 0)
  1874. headthrow.Font = Enum.Font.SourceSans
  1875. headthrow.FontSize = Enum.FontSize.Size14
  1876. headthrow.Text = "Head Throw"
  1877. headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1878. headthrow.TextScaled = true
  1879. headthrow.TextSize = 14
  1880. headthrow.TextWrapped = true
  1881.  
  1882. armsoff.Name = "armsoff"
  1883. armsoff.Parent = Animations_SPOOKY
  1884. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1885. armsoff.BorderSizePixel = 0
  1886. armsoff.Position = UDim2.new(0, 0, 0.3875238, 0)
  1887. armsoff.Size = UDim2.new(1, 0, 0.119000003, 0)
  1888. armsoff.Font = Enum.Font.SourceSans
  1889. armsoff.FontSize = Enum.FontSize.Size14
  1890. armsoff.Text = "Arms Off"
  1891. armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1892. armsoff.TextScaled = true
  1893. armsoff.TextSize = 14
  1894. armsoff.TextWrapped = true
  1895.  
  1896. loophead.Name = "loophead"
  1897. loophead.Parent = Animations_SPOOKY
  1898. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1899. loophead.BorderSizePixel = 0
  1900. loophead.Position = UDim2.new(0, 0, 0.536571383, 0)
  1901. loophead.Size = UDim2.new(1, 0, 0.119000003, 0)
  1902. loophead.Font = Enum.Font.SourceSans
  1903. loophead.FontSize = Enum.FontSize.Size14
  1904. loophead.Text = "Loop Head"
  1905. loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1906. loophead.TextScaled = true
  1907. loophead.TextSize = 14
  1908. loophead.TextWrapped = true
  1909.  
  1910. levitate.Name = "levitate"
  1911. levitate.Parent = Animations_SPOOKY
  1912. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1913. levitate.BorderSizePixel = 0
  1914. levitate.Position = UDim2.new(0, 0, 0.685619056, 0)
  1915. levitate.Size = UDim2.new(1, 0, 0.119000003, 0)
  1916. levitate.Font = Enum.Font.SourceSans
  1917. levitate.FontSize = Enum.FontSize.Size14
  1918. levitate.Text = "Levitate"
  1919. levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1920. levitate.TextScaled = true
  1921. levitate.TextSize = 14
  1922. levitate.TextWrapped = true
  1923.  
  1924. headfloat.Name = "headfloat"
  1925. headfloat.Parent = Animations_SPOOKY
  1926. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1927. headfloat.BorderSizePixel = 0
  1928. headfloat.Position = UDim2.new(0, 0, 0.834666669, 0)
  1929. headfloat.Size = UDim2.new(1, 0, 0.119000003, 0)
  1930. headfloat.Font = Enum.Font.SourceSans
  1931. headfloat.FontSize = Enum.FontSize.Size14
  1932. headfloat.Text = "Head Float"
  1933. headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1934. headfloat.TextScaled = true
  1935. headfloat.TextSize = 14
  1936. headfloat.TextWrapped = true
  1937.  
  1938. Character_backPAGE1.Name = "Character_backPAGE1"
  1939. Character_backPAGE1.Parent = Character_2
  1940. Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1941. Character_backPAGE1.BorderSizePixel = 0
  1942. Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1943. Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1944. Character_backPAGE1.Font = Enum.Font.SourceSansLight
  1945. Character_backPAGE1.FontSize = Enum.FontSize.Size24
  1946. Character_backPAGE1.Text = "Prev"
  1947. Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1948. Character_backPAGE1.TextSize = 22
  1949.  
  1950. Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE"
  1951. Character_toPAGE1_IMAGE.Parent = Character_backPAGE1
  1952. Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1953. Character_toPAGE1_IMAGE.BorderSizePixel = 0
  1954. Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1955. Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1956. Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  1957.  
  1958. Animations_DANCE.Name = "Animations_DANCE"
  1959. Animations_DANCE.Parent = Character_2
  1960. Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  1961. Animations_DANCE.BorderSizePixel = 0
  1962. Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  1963. Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1964.  
  1965. dancetitle.Name = "dancetitle"
  1966. dancetitle.Parent = Animations_DANCE
  1967. dancetitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1968. dancetitle.BackgroundTransparency = 1
  1969. dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1970. dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1971. dancetitle.Font = Enum.Font.SourceSansLight
  1972. dancetitle.FontSize = Enum.FontSize.Size28
  1973. dancetitle.Text = "Dance"
  1974. dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1975. dancetitle.TextSize = 25
  1976.  
  1977. normal.Name = "normal"
  1978. normal.Parent = Animations_DANCE
  1979. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1980. normal.BorderSizePixel = 0
  1981. normal.Position = UDim2.new(0, 0, 0.238476187, 0)
  1982. normal.Size = UDim2.new(1, 0, 0.119000003, 0)
  1983. normal.Font = Enum.Font.SourceSans
  1984. normal.FontSize = Enum.FontSize.Size14
  1985. normal.Text = "Normal"
  1986. normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1987. normal.TextScaled = true
  1988. normal.TextSize = 14
  1989. normal.TextWrapped = true
  1990.  
  1991. movingdance.Name = "movingdance"
  1992. movingdance.Parent = Animations_DANCE
  1993. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  1994. movingdance.BorderSizePixel = 0
  1995. movingdance.Position = UDim2.new(0, 0, 0.3875238, 0)
  1996. movingdance.Size = UDim2.new(1, 0, 0.119000003, 0)
  1997. movingdance.Font = Enum.Font.SourceSans
  1998. movingdance.FontSize = Enum.FontSize.Size14
  1999. movingdance.Text = "Moving Dance"
  2000. movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2001. movingdance.TextScaled = true
  2002. movingdance.TextSize = 14
  2003. movingdance.TextWrapped = true
  2004.  
  2005. insane.Name = "insane"
  2006. insane.Parent = Animations_DANCE
  2007. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2008. insane.BorderSizePixel = 0
  2009. insane.Position = UDim2.new(0, 0, 0.834666669, 0)
  2010. insane.Size = UDim2.new(1, 0, 0.119000003, 0)
  2011. insane.Font = Enum.Font.SourceSans
  2012. insane.FontSize = Enum.FontSize.Size14
  2013. insane.Text = "Insane"
  2014. insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2015. insane.TextScaled = true
  2016. insane.TextSize = 14
  2017. insane.TextWrapped = true
  2018.  
  2019. happy.Name = "happy"
  2020. happy.Parent = Animations_DANCE
  2021. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2022. happy.BorderSizePixel = 0
  2023. happy.Position = UDim2.new(0, 0, 0.536571383, 0)
  2024. happy.Size = UDim2.new(1, 0, 0.119000003, 0)
  2025. happy.Font = Enum.Font.SourceSans
  2026. happy.FontSize = Enum.FontSize.Size14
  2027. happy.Text = "Happy"
  2028. happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2029. happy.TextScaled = true
  2030. happy.TextSize = 14
  2031. happy.TextWrapped = true
  2032.  
  2033. spindance.Name = "spindance"
  2034. spindance.Parent = Animations_DANCE
  2035. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2036. spindance.BorderSizePixel = 0
  2037. spindance.Position = UDim2.new(0, 0, 0.685619056, 0)
  2038. spindance.Size = UDim2.new(1, 0, 0.119000003, 0)
  2039. spindance.Font = Enum.Font.SourceSans
  2040. spindance.FontSize = Enum.FontSize.Size14
  2041. spindance.Text = "Spin Dance"
  2042. spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2043. spindance.TextScaled = true
  2044. spindance.TextSize = 14
  2045. spindance.TextWrapped = true
  2046.  
  2047. Animations_HEROIC.Name = "Animations_HEROIC"
  2048. Animations_HEROIC.Parent = Character_2
  2049. Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  2050. Animations_HEROIC.BorderSizePixel = 0
  2051. Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  2052. Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  2053.  
  2054. heroictitle.Name = "heroictitle"
  2055. heroictitle.Parent = Animations_HEROIC
  2056. heroictitle.BackgroundColor3 = Color3.new(1, 1, 1)
  2057. heroictitle.BackgroundTransparency = 1
  2058. heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  2059. heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  2060. heroictitle.Font = Enum.Font.SourceSansLight
  2061. heroictitle.FontSize = Enum.FontSize.Size28
  2062. heroictitle.Text = "Heroic"
  2063. heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2064. heroictitle.TextSize = 25
  2065.  
  2066. swordstrike.Name = "swordstrike"
  2067. swordstrike.Parent = Animations_HEROIC
  2068. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2069. swordstrike.BorderSizePixel = 0
  2070. swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0)
  2071. swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0)
  2072. swordstrike.Font = Enum.Font.SourceSans
  2073. swordstrike.FontSize = Enum.FontSize.Size14
  2074. swordstrike.Text = "Sword Strike"
  2075. swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2076. swordstrike.TextScaled = true
  2077. swordstrike.TextSize = 14
  2078. swordstrike.TextWrapped = true
  2079.  
  2080. jumpland.Name = "jumpland"
  2081. jumpland.Parent = Animations_HEROIC
  2082. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2083. jumpland.BorderSizePixel = 0
  2084. jumpland.Position = UDim2.new(0, 0, 0.3875238, 0)
  2085. jumpland.Size = UDim2.new(1, 0, 0.119000003, 0)
  2086. jumpland.Font = Enum.Font.SourceSans
  2087. jumpland.FontSize = Enum.FontSize.Size14
  2088. jumpland.Text = "Jump Land"
  2089. jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2090. jumpland.TextScaled = true
  2091. jumpland.TextSize = 14
  2092. jumpland.TextWrapped = true
  2093.  
  2094. punches.Name = "punches"
  2095. punches.Parent = Animations_HEROIC
  2096. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2097. punches.BorderSizePixel = 0
  2098. punches.Position = UDim2.new(0, 0, 0.834666669, 0)
  2099. punches.Size = UDim2.new(1, 0, 0.119000003, 0)
  2100. punches.Font = Enum.Font.SourceSans
  2101. punches.FontSize = Enum.FontSize.Size14
  2102. punches.Text = "Punches"
  2103. punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2104. punches.TextScaled = true
  2105. punches.TextSize = 14
  2106. punches.TextWrapped = true
  2107.  
  2108. swing.Name = "swing"
  2109. swing.Parent = Animations_HEROIC
  2110. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2111. swing.BorderSizePixel = 0
  2112. swing.Position = UDim2.new(0, 0, 0.536571383, 0)
  2113. swing.Size = UDim2.new(1, 0, 0.119000003, 0)
  2114. swing.Font = Enum.Font.SourceSans
  2115. swing.FontSize = Enum.FontSize.Size14
  2116. swing.Text = "Swing"
  2117. swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2118. swing.TextScaled = true
  2119. swing.TextSize = 14
  2120. swing.TextWrapped = true
  2121.  
  2122. crawl.Name = "crawl"
  2123. crawl.Parent = Animations_HEROIC
  2124. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  2125. crawl.BorderSizePixel = 0
  2126. crawl.Position = UDim2.new(0, 0, 0.685619056, 0)
  2127. crawl.Size = UDim2.new(1, 0, 0.119000003, 0)
  2128. crawl.Font = Enum.Font.SourceSans
  2129. crawl.FontSize = Enum.FontSize.Size14
  2130. crawl.Text = "Crawl"
  2131. crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2132. crawl.TextScaled = true
  2133. crawl.TextSize = 14
  2134. crawl.TextWrapped = true
  2135.  
  2136. Char2_Image.Name = "Char2_Image"
  2137. Char2_Image.Parent = Character_2
  2138. Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  2139. Char2_Image.BackgroundTransparency = 1
  2140. Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  2141. Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  2142. Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  2143.  
  2144. Character_1.Name = "Character_1"
  2145. Character_1.Parent = Pages
  2146. Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2147. Character_1.BorderSizePixel = 0
  2148. Character_1.Position = UDim2.new(11, 0, 0, 0)
  2149. Character_1.Size = UDim2.new(1, 0, 1, 0)
  2150.  
  2151. CharacterTitle_2.Name = "CharacterTitle"
  2152. CharacterTitle_2.Parent = Character_1
  2153. CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2154. CharacterTitle_2.BackgroundTransparency = 1
  2155. CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  2156. CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2157. CharacterTitle_2.Font = Enum.Font.SourceSansBold
  2158. CharacterTitle_2.FontSize = Enum.FontSize.Size28
  2159. CharacterTitle_2.Text = "Character"
  2160. CharacterTitle_2.TextSize = 25
  2161.  
  2162. Char_Image_2.Name = "Char_Image"
  2163. Char_Image_2.Parent = Character_1
  2164. Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2165. Char_Image_2.BackgroundTransparency = 1
  2166. Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0)
  2167. Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2168. Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598"
  2169.  
  2170. CharacterText_2.Name = "CharacterText"
  2171. CharacterText_2.Parent = Character_1
  2172. CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2173. CharacterText_2.BackgroundTransparency = 1
  2174. CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0)
  2175. CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0)
  2176. CharacterText_2.Font = Enum.Font.SourceSansItalic
  2177. CharacterText_2.FontSize = Enum.FontSize.Size24
  2178. CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!"
  2179. CharacterText_2.TextSize = 19
  2180. CharacterText_2.TextWrapped = true
  2181.  
  2182. TXTBOX_Stats.Name = "TXTBOX_Stats"
  2183. TXTBOX_Stats.Parent = Character_1
  2184. TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  2185. TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2186. TXTBOX_Stats.BorderSizePixel = 6
  2187. TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0)
  2188. TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0)
  2189. TXTBOX_Stats.Font = Enum.Font.SourceSans
  2190. TXTBOX_Stats.FontSize = Enum.FontSize.Size14
  2191. TXTBOX_Stats.Text = "Number"
  2192. TXTBOX_Stats.TextScaled = true
  2193. TXTBOX_Stats.TextSize = 14
  2194. TXTBOX_Stats.TextWrapped = true
  2195.  
  2196. BackGroundChar.Name = "BackGroundChar"
  2197. BackGroundChar.Parent = Character_1
  2198. BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2199. BackGroundChar.BorderSizePixel = 0
  2200. BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0)
  2201. BackGroundChar.Size = UDim2.new(0, 92, 0, 118)
  2202.  
  2203. HipHeight.Name = "HipHeight"
  2204. HipHeight.Parent = BackGroundChar
  2205. HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  2206. HipHeight.BorderSizePixel = 0
  2207. HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0)
  2208. HipHeight.Size = UDim2.new(0, 92, 0, 25)
  2209. HipHeight.Font = Enum.Font.SourceSans
  2210. HipHeight.FontSize = Enum.FontSize.Size24
  2211. HipHeight.Text = "HipHeight"
  2212. HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2213. HipHeight.TextSize = 22
  2214.  
  2215. JumpHeight.Name = "JumpHeight"
  2216. JumpHeight.Parent = BackGroundChar
  2217. JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  2218. JumpHeight.BorderSizePixel = 0
  2219. JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0)
  2220. JumpHeight.Size = UDim2.new(0, 92, 0, 25)
  2221. JumpHeight.Font = Enum.Font.SourceSans
  2222. JumpHeight.FontSize = Enum.FontSize.Size24
  2223. JumpHeight.Text = "JumpHeight"
  2224. JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2225. JumpHeight.TextSize = 20
  2226.  
  2227. Speed.Name = "Speed"
  2228. Speed.Parent = BackGroundChar
  2229. Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  2230. Speed.BorderSizePixel = 0
  2231. Speed.Position = UDim2.new(0, 0, 0.0848813578, 0)
  2232. Speed.Size = UDim2.new(0, 92, 0, 25)
  2233. Speed.Font = Enum.Font.SourceSans
  2234. Speed.FontSize = Enum.FontSize.Size24
  2235. Speed.Text = "Speed"
  2236. Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2237. Speed.TextSize = 22
  2238.  
  2239. TXTBOX_Chat.Name = "TXTBOX_Chat"
  2240. TXTBOX_Chat.Parent = Character_1
  2241. TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  2242. TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2243. TXTBOX_Chat.BorderSizePixel = 6
  2244. TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0)
  2245. TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  2246. TXTBOX_Chat.Font = Enum.Font.SourceSans
  2247. TXTBOX_Chat.FontSize = Enum.FontSize.Size14
  2248. TXTBOX_Chat.Text = "Text for chatting"
  2249. TXTBOX_Chat.TextScaled = true
  2250. TXTBOX_Chat.TextSize = 14
  2251. TXTBOX_Chat.TextWrapped = true
  2252.  
  2253. BackGroundChar2.Name = "BackGroundChar2"
  2254. BackGroundChar2.Parent = Character_1
  2255. BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2256. BackGroundChar2.BorderSizePixel = 0
  2257. BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0)
  2258. BackGroundChar2.Size = UDim2.new(0, 242, 0, 40)
  2259.  
  2260. Chat.Name = "Chat"
  2261. Chat.Parent = BackGroundChar2
  2262. Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  2263. Chat.BorderSizePixel = 0
  2264. Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0)
  2265. Chat.Size = UDim2.new(0, 92, 0, 25)
  2266. Chat.Font = Enum.Font.SourceSans
  2267. Chat.FontSize = Enum.FontSize.Size24
  2268. Chat.Text = "Chat"
  2269. Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2270. Chat.TextSize = 22
  2271.  
  2272. Spam_2.Name = "Spam"
  2273. Spam_2.Parent = BackGroundChar2
  2274. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  2275. Spam_2.BorderSizePixel = 0
  2276. Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0)
  2277. Spam_2.Size = UDim2.new(0, 92, 0, 25)
  2278. Spam_2.Font = Enum.Font.SourceSans
  2279. Spam_2.FontSize = Enum.FontSize.Size24
  2280. Spam_2.Text = "Spam"
  2281. Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2282. Spam_2.TextSize = 22
  2283.  
  2284. BackGroundChar3.Name = "BackGroundChar3"
  2285. BackGroundChar3.Parent = Character_1
  2286. BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2287. BackGroundChar3.BorderSizePixel = 0
  2288. BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0)
  2289. BackGroundChar3.Size = UDim2.new(0, 242, 0, 43)
  2290.  
  2291. Noclip.Name = "Noclip"
  2292. Noclip.Parent = BackGroundChar3
  2293. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2294. Noclip.BorderSizePixel = 0
  2295. Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0)
  2296. Noclip.Size = UDim2.new(0, 92, 0, 25)
  2297. Noclip.Font = Enum.Font.SourceSans
  2298. Noclip.FontSize = Enum.FontSize.Size24
  2299. Noclip.Text = "Noclip"
  2300. Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2301. Noclip.TextSize = 22
  2302.  
  2303. Fly.Name = "Fly"
  2304. Fly.Parent = BackGroundChar3
  2305. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2306. Fly.BorderSizePixel = 0
  2307. Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0)
  2308. Fly.Size = UDim2.new(0, 92, 0, 25)
  2309. Fly.Font = Enum.Font.SourceSans
  2310. Fly.FontSize = Enum.FontSize.Size24
  2311. Fly.Text = "Fly"
  2312. Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2313. Fly.TextSize = 22
  2314.  
  2315. Character_toPAGE2.Name = "Character_toPAGE2"
  2316. Character_toPAGE2.Parent = Character_1
  2317. Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2318. Character_toPAGE2.BorderSizePixel = 0
  2319. Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  2320. Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2321. Character_toPAGE2.Font = Enum.Font.SourceSansLight
  2322. Character_toPAGE2.FontSize = Enum.FontSize.Size24
  2323. Character_toPAGE2.Text = "Next"
  2324. Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2325. Character_toPAGE2.TextSize = 22
  2326.  
  2327. Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE"
  2328. Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2
  2329. Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2330. Character_toPAGE2_IMAGE_2.BorderSizePixel = 0
  2331. Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0)
  2332. Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  2333. Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326"
  2334.  
  2335. Others_2.Name = "Others_2"
  2336. Others_2.Parent = Pages
  2337. Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2338. Others_2.BorderSizePixel = 0
  2339. Others_2.Position = UDim2.new(1, 0, 0, 0)
  2340. Others_2.Size = UDim2.new(1, 0, 1, 0)
  2341.  
  2342. OthersTitle_2.Name = "OthersTitle"
  2343. OthersTitle_2.Parent = Others_2
  2344. OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2345. OthersTitle_2.BackgroundTransparency = 1
  2346. OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  2347. OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2348. OthersTitle_2.Font = Enum.Font.SourceSansBold
  2349. OthersTitle_2.FontSize = Enum.FontSize.Size28
  2350. OthersTitle_2.Text = "Others"
  2351. OthersTitle_2.TextSize = 25
  2352.  
  2353. Other_Image2.Name = "Other_Image2"
  2354. Other_Image2.Parent = Others_2
  2355. Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1)
  2356. Other_Image2.BackgroundTransparency = 1
  2357. Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0)
  2358. Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  2359. Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440"
  2360.  
  2361. OthersText_2.Name = "OthersText"
  2362. OthersText_2.Parent = Others_2
  2363. OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2364. OthersText_2.BackgroundTransparency = 1
  2365. OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0)
  2366. OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0)
  2367. OthersText_2.Font = Enum.Font.SourceSansItalic
  2368. OthersText_2.FontSize = Enum.FontSize.Size24
  2369. OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!"
  2370. OthersText_2.TextSize = 19
  2371. OthersText_2.TextWrapped = true
  2372.  
  2373. TXTBOX_PlrName2.Name = "TXTBOX_PlrName2"
  2374. TXTBOX_PlrName2.Parent = Others_2
  2375. TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  2376. TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2377. TXTBOX_PlrName2.BorderSizePixel = 0
  2378. TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0)
  2379. TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  2380. TXTBOX_PlrName2.ZIndex = 2
  2381. TXTBOX_PlrName2.Font = Enum.Font.SourceSans
  2382. TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14
  2383. TXTBOX_PlrName2.Text = "Player"
  2384. TXTBOX_PlrName2.TextScaled = true
  2385. TXTBOX_PlrName2.TextSize = 14
  2386. TXTBOX_PlrName2.TextWrapped = true
  2387.  
  2388. othersBaseBackground2.Name = "othersBaseBackground2"
  2389. othersBaseBackground2.Parent = Others_2
  2390. othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2391. othersBaseBackground2.BorderSizePixel = 0
  2392. othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0)
  2393. othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0)
  2394.  
  2395. Flatten.Name = "Flatten"
  2396. Flatten.Parent = othersBaseBackground2
  2397. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2398. Flatten.BorderSizePixel = 0
  2399. Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0)
  2400. Flatten.Size = UDim2.new(0, 92, 0, 25)
  2401. Flatten.Font = Enum.Font.SourceSans
  2402. Flatten.FontSize = Enum.FontSize.Size24
  2403. Flatten.Text = "Flatten"
  2404. Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2405. Flatten.TextSize = 22
  2406.  
  2407. AimHead.Name = "AimHead"
  2408. AimHead.Parent = othersBaseBackground2
  2409. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2410. AimHead.BorderSizePixel = 0
  2411. AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0)
  2412. AimHead.Size = UDim2.new(0, 92, 0, 25)
  2413. AimHead.Font = Enum.Font.SourceSans
  2414. AimHead.FontSize = Enum.FontSize.Size24
  2415. AimHead.Text = "Aim Head"
  2416. AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2417. AimHead.TextSize = 22
  2418.  
  2419. Float.Name = "Float"
  2420. Float.Parent = othersBaseBackground2
  2421. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2422. Float.BorderSizePixel = 0
  2423. Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0)
  2424. Float.Size = UDim2.new(0, 92, 0, 25)
  2425. Float.Font = Enum.Font.SourceSans
  2426. Float.FontSize = Enum.FontSize.Size24
  2427. Float.Text = "Float"
  2428. Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2429. Float.TextSize = 22
  2430.  
  2431. Multiple.Name = "Multiple"
  2432. Multiple.Parent = othersBaseBackground2
  2433. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2434. Multiple.BorderSizePixel = 0
  2435. Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0)
  2436. Multiple.Size = UDim2.new(0, 92, 0, 25)
  2437. Multiple.Font = Enum.Font.SourceSans
  2438. Multiple.FontSize = Enum.FontSize.Size24
  2439. Multiple.Text = "Multiple"
  2440. Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2441. Multiple.TextSize = 22
  2442.  
  2443. Animated.Name = "Animated"
  2444. Animated.Parent = othersBaseBackground2
  2445. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2446. Animated.BorderSizePixel = 0
  2447. Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0)
  2448. Animated.Size = UDim2.new(0, 92, 0, 25)
  2449. Animated.Font = Enum.Font.SourceSans
  2450. Animated.FontSize = Enum.FontSize.Size24
  2451. Animated.Text = "Animated"
  2452. Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2453. Animated.TextSize = 22
  2454.  
  2455. SlowAttract.Name = "SlowAttract"
  2456. SlowAttract.Parent = othersBaseBackground2
  2457. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2458. SlowAttract.BorderSizePixel = 0
  2459. SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0)
  2460. SlowAttract.Size = UDim2.new(0, 92, 0, 25)
  2461. SlowAttract.Font = Enum.Font.SourceSans
  2462. SlowAttract.FontSize = Enum.FontSize.Size24
  2463. SlowAttract.Text = "SlowAttract"
  2464. SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2465. SlowAttract.TextSize = 22
  2466.  
  2467. WeirdOrbit.Name = "WeirdOrbit"
  2468. WeirdOrbit.Parent = othersBaseBackground2
  2469. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2470. WeirdOrbit.BorderSizePixel = 0
  2471. WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0)
  2472. WeirdOrbit.Size = UDim2.new(0, 92, 0, 25)
  2473. WeirdOrbit.Font = Enum.Font.SourceSans
  2474. WeirdOrbit.FontSize = Enum.FontSize.Size24
  2475. WeirdOrbit.Text = "Weird Orbit"
  2476. WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2477. WeirdOrbit.TextSize = 22
  2478.  
  2479. Violent.Name = "Violent"
  2480. Violent.Parent = othersBaseBackground2
  2481. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2482. Violent.BorderSizePixel = 0
  2483. Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0)
  2484. Violent.Size = UDim2.new(0, 92, 0, 25)
  2485. Violent.Font = Enum.Font.SourceSans
  2486. Violent.FontSize = Enum.FontSize.Size24
  2487. Violent.Text = "Violent"
  2488. Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2489. Violent.TextSize = 22
  2490.  
  2491. Max.Name = "Max"
  2492. Max.Parent = othersBaseBackground2
  2493. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2494. Max.BorderSizePixel = 0
  2495. Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0)
  2496. Max.Size = UDim2.new(0, 92, 0, 25)
  2497. Max.Font = Enum.Font.SourceSans
  2498. Max.FontSize = Enum.FontSize.Size24
  2499. Max.Text = "Max"
  2500. Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2501. Max.TextSize = 22
  2502.  
  2503. Others_toPAGE3.Name = "Others_toPAGE3"
  2504. Others_toPAGE3.Parent = Others_2
  2505. Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2506. Others_toPAGE3.BorderSizePixel = 0
  2507. Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  2508. Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2509. Others_toPAGE3.Font = Enum.Font.SourceSansLight
  2510. Others_toPAGE3.FontSize = Enum.FontSize.Size24
  2511. Others_toPAGE3.Text = "Next"
  2512. Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2513. Others_toPAGE3.TextSize = 22
  2514.  
  2515. Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE"
  2516. Character_toPAGE3_IMAGE.Parent = Others_toPAGE3
  2517. Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2518. Character_toPAGE3_IMAGE.BorderSizePixel = 0
  2519. Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  2520. Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  2521. Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  2522.  
  2523. Others_backPAGE1.Name = "Others_backPAGE1"
  2524. Others_backPAGE1.Parent = Others_2
  2525. Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2526. Others_backPAGE1.BorderSizePixel = 0
  2527. Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  2528. Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2529. Others_backPAGE1.Font = Enum.Font.SourceSansLight
  2530. Others_backPAGE1.FontSize = Enum.FontSize.Size24
  2531. Others_backPAGE1.Text = "Prev"
  2532. Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2533. Others_backPAGE1.TextSize = 22
  2534.  
  2535. Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE"
  2536. Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1
  2537. Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2538. Character_toPAGE1_IMAGE_2.BorderSizePixel = 0
  2539. Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0)
  2540. Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25)
  2541. Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968"
  2542.  
  2543. Extra_1.Name = "Extra_1"
  2544. Extra_1.Parent = Pages
  2545. Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2546. Extra_1.BorderSizePixel = 0
  2547. Extra_1.Position = UDim2.new(1, 0, 0, 0)
  2548. Extra_1.Size = UDim2.new(1, 0, 1, 0)
  2549.  
  2550. Extra_Image.Name = "Extra_Image"
  2551. Extra_Image.Parent = Extra_1
  2552. Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  2553. Extra_Image.BackgroundTransparency = 1
  2554. Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  2555. Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2556. Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720"
  2557.  
  2558. ExtraText.Name = "ExtraText"
  2559. ExtraText.Parent = Extra_1
  2560. ExtraText.BackgroundColor3 = Color3.new(1, 1, 1)
  2561. ExtraText.BackgroundTransparency = 1
  2562. ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  2563. ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0)
  2564. ExtraText.Font = Enum.Font.SourceSansItalic
  2565. ExtraText.FontSize = Enum.FontSize.Size24
  2566. ExtraText.Text = "Cool and unique commands for yourself!"
  2567. ExtraText.TextSize = 19
  2568. ExtraText.TextWrapped = true
  2569.  
  2570. ExtraBaseBackGround1.Name = "ExtraBaseBackGround1"
  2571. ExtraBaseBackGround1.Parent = Extra_1
  2572. ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  2573. ExtraBaseBackGround1.BorderSizePixel = 0
  2574. ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0)
  2575. ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  2576.  
  2577. CrouchRocket.Name = "CrouchRocket"
  2578. CrouchRocket.Parent = ExtraBaseBackGround1
  2579. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2580. CrouchRocket.BorderSizePixel = 0
  2581. CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  2582. CrouchRocket.Size = UDim2.new(0, 92, 0, 25)
  2583. CrouchRocket.Font = Enum.Font.SourceSans
  2584. CrouchRocket.FontSize = Enum.FontSize.Size18
  2585. CrouchRocket.Text = "Crouch Rocket"
  2586. CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2587. CrouchRocket.TextSize = 17
  2588.  
  2589. ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side"
  2590. ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1
  2591. ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2592. ExtraBaseBackGround1Side.BorderSizePixel = 0
  2593. ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  2594. ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  2595.  
  2596. CloneIllusion.Name = "CloneIllusion"
  2597. CloneIllusion.Parent = ExtraBaseBackGround1
  2598. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2599. CloneIllusion.BorderSizePixel = 0
  2600. CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  2601. CloneIllusion.Size = UDim2.new(0, 92, 0, 25)
  2602. CloneIllusion.Font = Enum.Font.SourceSans
  2603. CloneIllusion.FontSize = Enum.FontSize.Size18
  2604. CloneIllusion.Text = "Clone Illusion"
  2605. CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2606. CloneIllusion.TextSize = 17
  2607.  
  2608. CoolSpin.Name = "CoolSpin"
  2609. CoolSpin.Parent = ExtraBaseBackGround1
  2610. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2611. CoolSpin.BorderSizePixel = 0
  2612. CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  2613. CoolSpin.Size = UDim2.new(0, 92, 0, 25)
  2614. CoolSpin.Font = Enum.Font.SourceSans
  2615. CoolSpin.FontSize = Enum.FontSize.Size18
  2616. CoolSpin.Text = "Cool Spin"
  2617. CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2618. CoolSpin.TextSize = 17
  2619.  
  2620. JumpRocket.Name = "JumpRocket"
  2621. JumpRocket.Parent = ExtraBaseBackGround1
  2622. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  2623. JumpRocket.BorderSizePixel = 0
  2624. JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  2625. JumpRocket.Size = UDim2.new(0, 92, 0, 25)
  2626. JumpRocket.Font = Enum.Font.SourceSans
  2627. JumpRocket.FontSize = Enum.FontSize.Size18
  2628. JumpRocket.Text = "Jump Rocket"
  2629. JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2630. JumpRocket.TextSize = 17
  2631.  
  2632. Extra_toPAGE2.Name = "Extra_toPAGE2"
  2633. Extra_toPAGE2.Parent = Extra_1
  2634. Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2635. Extra_toPAGE2.BorderSizePixel = 0
  2636. Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  2637. Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2638. Extra_toPAGE2.Font = Enum.Font.SourceSansLight
  2639. Extra_toPAGE2.FontSize = Enum.FontSize.Size24
  2640. Extra_toPAGE2.Text = "Next"
  2641. Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2642. Extra_toPAGE2.TextSize = 22
  2643.  
  2644. Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE"
  2645. Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2
  2646. Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2647. Character_toPAGE2_IMAGE_3.BorderSizePixel = 0
  2648. Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0)
  2649. Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  2650. Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326"
  2651.  
  2652. Extra_Title.Name = "Extra_Title"
  2653. Extra_Title.Parent = Extra_1
  2654. Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  2655. Extra_Title.BackgroundTransparency = 1
  2656. Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  2657. Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2658. Extra_Title.Font = Enum.Font.SourceSansBold
  2659. Extra_Title.FontSize = Enum.FontSize.Size28
  2660. Extra_Title.Text = "Extra"
  2661. Extra_Title.TextSize = 25
  2662.  
  2663. ExtraBaseBackGround2.Name = "ExtraBaseBackGround2"
  2664. ExtraBaseBackGround2.Parent = Extra_1
  2665. ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  2666. ExtraBaseBackGround2.BorderSizePixel = 0
  2667. ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0)
  2668. ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  2669.  
  2670. NoLimbs.Name = "NoLimbs"
  2671. NoLimbs.Parent = ExtraBaseBackGround2
  2672. NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2673. NoLimbs.BorderSizePixel = 0
  2674. NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  2675. NoLimbs.Size = UDim2.new(0, 92, 0, 25)
  2676. NoLimbs.Font = Enum.Font.SourceSans
  2677. NoLimbs.FontSize = Enum.FontSize.Size18
  2678. NoLimbs.Text = "No Limbs"
  2679. NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2680. NoLimbs.TextSize = 17
  2681.  
  2682. FEGodmode.Name = "FE Godmode"
  2683. FEGodmode.Parent = ExtraBaseBackGround2
  2684. FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2685. FEGodmode.BorderSizePixel = 0
  2686. FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  2687. FEGodmode.Size = UDim2.new(0, 92, 0, 25)
  2688. FEGodmode.Font = Enum.Font.SourceSans
  2689. FEGodmode.FontSize = Enum.FontSize.Size18
  2690. FEGodmode.Text = "FE Godmode"
  2691. FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2692. FEGodmode.TextSize = 17
  2693.  
  2694. BrickHats.Name = "BrickHats"
  2695. BrickHats.Parent = ExtraBaseBackGround2
  2696. BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2697. BrickHats.BorderSizePixel = 0
  2698. BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  2699. BrickHats.Size = UDim2.new(0, 92, 0, 25)
  2700. BrickHats.Font = Enum.Font.SourceSans
  2701. BrickHats.FontSize = Enum.FontSize.Size18
  2702. BrickHats.Text = "Brick Hats"
  2703. BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2704. BrickHats.TextSize = 17
  2705.  
  2706. RapidPunch.Name = "RapidPunch"
  2707. RapidPunch.Parent = ExtraBaseBackGround2
  2708. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2709. RapidPunch.BorderSizePixel = 0
  2710. RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  2711. RapidPunch.Size = UDim2.new(0, 92, 0, 25)
  2712. RapidPunch.Font = Enum.Font.SourceSans
  2713. RapidPunch.FontSize = Enum.FontSize.Size18
  2714. RapidPunch.Text = "RapidPunch"
  2715. RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2716. RapidPunch.TextSize = 17
  2717.  
  2718. ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side"
  2719. ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2
  2720. ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  2721. ExtraBaseBackGround2Side.BorderSizePixel = 0
  2722. ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  2723. ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  2724.  
  2725. ExtraBaseBackGround3.Name = "ExtraBaseBackGround3"
  2726. ExtraBaseBackGround3.Parent = Extra_1
  2727. ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  2728. ExtraBaseBackGround3.BorderSizePixel = 0
  2729. ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0)
  2730. ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0)
  2731.  
  2732. PunchFollow.Name = "PunchFollow"
  2733. PunchFollow.Parent = ExtraBaseBackGround3
  2734. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2735. PunchFollow.BorderSizePixel = 0
  2736. PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0)
  2737. PunchFollow.Size = UDim2.new(0, 92, 0, 25)
  2738. PunchFollow.Font = Enum.Font.SourceSans
  2739. PunchFollow.FontSize = Enum.FontSize.Size18
  2740. PunchFollow.Text = "Punch Follow"
  2741. PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2742. PunchFollow.TextSize = 17
  2743.  
  2744. ArmFollow.Name = "ArmFollow"
  2745. ArmFollow.Parent = ExtraBaseBackGround3
  2746. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2747. ArmFollow.BorderSizePixel = 0
  2748. ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0)
  2749. ArmFollow.Size = UDim2.new(0, 92, 0, 25)
  2750. ArmFollow.Font = Enum.Font.SourceSans
  2751. ArmFollow.FontSize = Enum.FontSize.Size18
  2752. ArmFollow.Text = "Arm Follow"
  2753. ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2754. ArmFollow.TextSize = 17
  2755.  
  2756. Spin.Name = "Spin"
  2757. Spin.Parent = ExtraBaseBackGround3
  2758. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2759. Spin.BorderSizePixel = 0
  2760. Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0)
  2761. Spin.Size = UDim2.new(0, 92, 0, 25)
  2762. Spin.Font = Enum.Font.SourceSans
  2763. Spin.FontSize = Enum.FontSize.Size18
  2764. Spin.Text = "Spin"
  2765. Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2766. Spin.TextSize = 17
  2767.  
  2768. Faint.Name = "Faint"
  2769. Faint.Parent = ExtraBaseBackGround3
  2770. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2771. Faint.BorderSizePixel = 0
  2772. Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0)
  2773. Faint.Size = UDim2.new(0, 92, 0, 25)
  2774. Faint.Font = Enum.Font.SourceSans
  2775. Faint.FontSize = Enum.FontSize.Size18
  2776. Faint.Text = "Faint"
  2777. Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2778. Faint.TextSize = 17
  2779.  
  2780. ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side"
  2781. ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3
  2782. ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  2783. ExtraBaseBackGround3Side.BorderSizePixel = 0
  2784. ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0)
  2785. ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0)
  2786.  
  2787. Extra_2.Name = "Extra_2"
  2788. Extra_2.Parent = Pages
  2789. Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2790. Extra_2.BorderSizePixel = 0
  2791. Extra_2.Position = UDim2.new(1, 0, 0, 0)
  2792. Extra_2.Size = UDim2.new(1, 0, 1, 0)
  2793.  
  2794. Extra_Image_2.Name = "Extra_Image"
  2795. Extra_Image_2.Parent = Extra_2
  2796. Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2797. Extra_Image_2.BackgroundTransparency = 1
  2798. Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0)
  2799. Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  2800. Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168"
  2801.  
  2802. ExtraText_2.Name = "ExtraText"
  2803. ExtraText_2.Parent = Extra_2
  2804. ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2805. ExtraText_2.BackgroundTransparency = 1
  2806. ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  2807. ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  2808. ExtraText_2.Font = Enum.Font.SourceSansItalic
  2809. ExtraText_2.FontSize = Enum.FontSize.Size24
  2810. ExtraText_2.Text = "Cool and unique commands for other players!"
  2811. ExtraText_2.TextSize = 19
  2812. ExtraText_2.TextWrapped = true
  2813.  
  2814. Extra_Title_2.Name = "Extra_Title"
  2815. Extra_Title_2.Parent = Extra_2
  2816. Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2817. Extra_Title_2.BackgroundTransparency = 1
  2818. Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0)
  2819. Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2820. Extra_Title_2.Font = Enum.Font.SourceSansBold
  2821. Extra_Title_2.FontSize = Enum.FontSize.Size28
  2822. Extra_Title_2.Text = "Extra"
  2823. Extra_Title_2.TextSize = 25
  2824.  
  2825. ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2"
  2826. ExtraBaseBackGround2_2.Parent = Extra_2
  2827. ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  2828. ExtraBaseBackGround2_2.BorderSizePixel = 0
  2829. ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0)
  2830. ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0)
  2831.  
  2832. CrouchAttack.Name = "CrouchAttack"
  2833. CrouchAttack.Parent = ExtraBaseBackGround2_2
  2834. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2835. CrouchAttack.BorderSizePixel = 0
  2836. CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0)
  2837. CrouchAttack.Size = UDim2.new(0, 92, 0, 25)
  2838. CrouchAttack.Font = Enum.Font.SourceSans
  2839. CrouchAttack.FontSize = Enum.FontSize.Size18
  2840. CrouchAttack.Text = "Crouch Attack"
  2841. CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2842. CrouchAttack.TextSize = 17
  2843.  
  2844. WalkThrough.Name = "WalkThrough"
  2845. WalkThrough.Parent = ExtraBaseBackGround2_2
  2846. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2847. WalkThrough.BorderSizePixel = 0
  2848. WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0)
  2849. WalkThrough.Size = UDim2.new(0, 92, 0, 25)
  2850. WalkThrough.Font = Enum.Font.SourceSans
  2851. WalkThrough.FontSize = Enum.FontSize.Size18
  2852. WalkThrough.Text = "Walk Through"
  2853. WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2854. WalkThrough.TextSize = 17
  2855.  
  2856. CreepyWatch.Name = "CreepyWatch"
  2857. CreepyWatch.Parent = ExtraBaseBackGround2_2
  2858. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2859. CreepyWatch.BorderSizePixel = 0
  2860. CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0)
  2861. CreepyWatch.Size = UDim2.new(0, 92, 0, 25)
  2862. CreepyWatch.Font = Enum.Font.SourceSans
  2863. CreepyWatch.FontSize = Enum.FontSize.Size18
  2864. CreepyWatch.Text = "Creepy Watch"
  2865. CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2866. CreepyWatch.TextSize = 17
  2867.  
  2868. SpinAttack.Name = "SpinAttack"
  2869. SpinAttack.Parent = ExtraBaseBackGround2_2
  2870. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2871. SpinAttack.BorderSizePixel = 0
  2872. SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0)
  2873. SpinAttack.Size = UDim2.new(0, 92, 0, 25)
  2874. SpinAttack.Font = Enum.Font.SourceSans
  2875. SpinAttack.FontSize = Enum.FontSize.Size18
  2876. SpinAttack.Text = "Spin Attack"
  2877. SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2878. SpinAttack.TextSize = 17
  2879.  
  2880. ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side"
  2881. ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2
  2882. ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2883. ExtraBaseBackGround2Side_2.BorderSizePixel = 0
  2884. ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0)
  2885. ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0)
  2886.  
  2887. TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA"
  2888. TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2
  2889. TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  2890. TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2891. TXTBOX_PlrNameEXTRA.BorderSizePixel = 0
  2892. TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0)
  2893. TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0)
  2894. TXTBOX_PlrNameEXTRA.ZIndex = 2
  2895. TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans
  2896. TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14
  2897. TXTBOX_PlrNameEXTRA.Text = "Player"
  2898. TXTBOX_PlrNameEXTRA.TextScaled = true
  2899. TXTBOX_PlrNameEXTRA.TextSize = 14
  2900. TXTBOX_PlrNameEXTRA.TextWrapped = true
  2901.  
  2902. _18.Name = "18+"
  2903. _18.Parent = ExtraBaseBackGround2_2
  2904. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2905. _18.BorderSizePixel = 0
  2906. _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0)
  2907. _18.Size = UDim2.new(0, 92, 0, 25)
  2908. _18.Font = Enum.Font.SourceSans
  2909. _18.FontSize = Enum.FontSize.Size18
  2910. _18.Text = "18+"
  2911. _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2912. _18.TextSize = 17
  2913.  
  2914. SlamPropulsion.Name = "SlamPropulsion"
  2915. SlamPropulsion.Parent = ExtraBaseBackGround2_2
  2916. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2917. SlamPropulsion.BorderSizePixel = 0
  2918. SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0)
  2919. SlamPropulsion.Size = UDim2.new(0, 92, 0, 25)
  2920. SlamPropulsion.Font = Enum.Font.SourceSans
  2921. SlamPropulsion.FontSize = Enum.FontSize.Size18
  2922. SlamPropulsion.Text = "Slam Propulsion"
  2923. SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2924. SlamPropulsion.TextSize = 15
  2925. SlamPropulsion.TextWrapped = true
  2926.  
  2927. Extra_backPAGE1.Name = "Extra_backPAGE1"
  2928. Extra_backPAGE1.Parent = Extra_2
  2929. Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2930. Extra_backPAGE1.BorderSizePixel = 0
  2931. Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  2932. Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  2933. Extra_backPAGE1.Font = Enum.Font.SourceSansLight
  2934. Extra_backPAGE1.FontSize = Enum.FontSize.Size24
  2935. Extra_backPAGE1.Text = "Prev"
  2936. Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2937. Extra_backPAGE1.TextSize = 22
  2938.  
  2939. Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE"
  2940. Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1
  2941. Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  2942. Character_toPAGE1_IMAGE_3.BorderSizePixel = 0
  2943. Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0)
  2944. Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25)
  2945. Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968"
  2946.  
  2947. Others_3.Name = "Others_3"
  2948. Others_3.Parent = Pages
  2949. Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  2950. Others_3.BorderSizePixel = 0
  2951. Others_3.Position = UDim2.new(1, 0, 0, 0)
  2952. Others_3.Size = UDim2.new(1, 0, 1, 0)
  2953.  
  2954. OthersTitle_3.Name = "OthersTitle"
  2955. OthersTitle_3.Parent = Others_3
  2956. OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2957. OthersTitle_3.BackgroundTransparency = 1
  2958. OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0)
  2959. OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  2960. OthersTitle_3.Font = Enum.Font.SourceSansBold
  2961. OthersTitle_3.FontSize = Enum.FontSize.Size28
  2962. OthersTitle_3.Text = "Others"
  2963. OthersTitle_3.TextSize = 25
  2964.  
  2965. Other_Image3.Name = "Other_Image3"
  2966. Other_Image3.Parent = Others_3
  2967. Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1)
  2968. Other_Image3.BackgroundTransparency = 1
  2969. Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0)
  2970. Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  2971. Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925"
  2972.  
  2973. OthersText_3.Name = "OthersText"
  2974. OthersText_3.Parent = Others_3
  2975. OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2976. OthersText_3.BackgroundTransparency = 1
  2977. OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0)
  2978. OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0)
  2979. OthersText_3.Font = Enum.Font.SourceSansItalic
  2980. OthersText_3.FontSize = Enum.FontSize.Size24
  2981. OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work."
  2982. OthersText_3.TextSize = 19
  2983. OthersText_3.TextWrapped = true
  2984.  
  2985. TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3"
  2986. TXTBOX_PlrNameOTHER3.Parent = Others_3
  2987. TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549)
  2988. TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  2989. TXTBOX_PlrNameOTHER3.BorderSizePixel = 0
  2990. TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0)
  2991. TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0)
  2992. TXTBOX_PlrNameOTHER3.ZIndex = 2
  2993. TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans
  2994. TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14
  2995. TXTBOX_PlrNameOTHER3.Text = "Player"
  2996. TXTBOX_PlrNameOTHER3.TextScaled = true
  2997. TXTBOX_PlrNameOTHER3.TextSize = 14
  2998. TXTBOX_PlrNameOTHER3.TextWrapped = true
  2999.  
  3000. othersBaseBackground3.Name = "othersBaseBackground3"
  3001. othersBaseBackground3.Parent = Others_3
  3002. othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  3003. othersBaseBackground3.BorderSizePixel = 0
  3004. othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0)
  3005. othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0)
  3006.  
  3007. FreeFall.Name = "FreeFall"
  3008. FreeFall.Parent = othersBaseBackground3
  3009. FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3010. FreeFall.BorderSizePixel = 0
  3011. FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0)
  3012. FreeFall.Size = UDim2.new(0, 92, 0, 25)
  3013. FreeFall.Font = Enum.Font.SourceSans
  3014. FreeFall.FontSize = Enum.FontSize.Size24
  3015. FreeFall.Text = "Free Fall"
  3016. FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3017. FreeFall.TextSize = 22
  3018.  
  3019. Attach.Name = "Attach"
  3020. Attach.Parent = othersBaseBackground3
  3021. Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3022. Attach.BorderSizePixel = 0
  3023. Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0)
  3024. Attach.Size = UDim2.new(0, 92, 0, 25)
  3025. Attach.Font = Enum.Font.SourceSans
  3026. Attach.FontSize = Enum.FontSize.Size24
  3027. Attach.Text = "Attach"
  3028. Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3029. Attach.TextSize = 22
  3030.  
  3031. Bring.Name = "Bring"
  3032. Bring.Parent = othersBaseBackground3
  3033. Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3034. Bring.BorderSizePixel = 0
  3035. Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0)
  3036. Bring.Size = UDim2.new(0, 92, 0, 25)
  3037. Bring.Font = Enum.Font.SourceSans
  3038. Bring.FontSize = Enum.FontSize.Size24
  3039. Bring.Text = "Bring"
  3040. Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3041. Bring.TextSize = 22
  3042.  
  3043. SafeKill.Name = "SafeKill"
  3044. SafeKill.Parent = othersBaseBackground3
  3045. SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3046. SafeKill.BorderSizePixel = 0
  3047. SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0)
  3048. SafeKill.Size = UDim2.new(0, 92, 0, 25)
  3049. SafeKill.Font = Enum.Font.SourceSans
  3050. SafeKill.FontSize = Enum.FontSize.Size24
  3051. SafeKill.Text = "SafeKill"
  3052. SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3053. SafeKill.TextSize = 22
  3054.  
  3055. SuperSpin.Name = "SuperSpin"
  3056. SuperSpin.Parent = othersBaseBackground3
  3057. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3058. SuperSpin.BorderSizePixel = 0
  3059. SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0)
  3060. SuperSpin.Size = UDim2.new(0, 92, 0, 25)
  3061. SuperSpin.Font = Enum.Font.SourceSans
  3062. SuperSpin.FontSize = Enum.FontSize.Size24
  3063. SuperSpin.Text = "SuperSpin"
  3064. SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3065. SuperSpin.TextSize = 22
  3066.  
  3067. Kill.Name = "Kill"
  3068. Kill.Parent = othersBaseBackground3
  3069. Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  3070. Kill.BorderSizePixel = 0
  3071. Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0)
  3072. Kill.Size = UDim2.new(0, 92, 0, 25)
  3073. Kill.Font = Enum.Font.SourceSans
  3074. Kill.FontSize = Enum.FontSize.Size24
  3075. Kill.Text = "Kill"
  3076. Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3077. Kill.TextSize = 22
  3078.  
  3079. Others_backPAGE2.Name = "Others_backPAGE2"
  3080. Others_backPAGE2.Parent = Others_3
  3081. Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3082. Others_backPAGE2.BorderSizePixel = 0
  3083. Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  3084. Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  3085. Others_backPAGE2.Font = Enum.Font.SourceSansLight
  3086. Others_backPAGE2.FontSize = Enum.FontSize.Size24
  3087. Others_backPAGE2.Text = "Prev"
  3088. Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3089. Others_backPAGE2.TextSize = 22
  3090.  
  3091. Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE"
  3092. Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2
  3093. Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3094. Character_toPAGE1_IMAGE_4.BorderSizePixel = 0
  3095. Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0)
  3096. Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25)
  3097. Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968"
  3098.  
  3099. Games.Name = "Games"
  3100. Games.Parent = Pages
  3101. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3102. Games.BorderSizePixel = 0
  3103. Games.Position = UDim2.new(1, 0, 0, 0)
  3104. Games.Size = UDim2.new(1, 0, 1, 0)
  3105.  
  3106. Games_IMAGE.Name = "Games_IMAGE"
  3107. Games_IMAGE.Parent = Games
  3108. Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  3109. Games_IMAGE.BackgroundTransparency = 1
  3110. Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0)
  3111. Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3112. Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262"
  3113.  
  3114. GamesText.Name = "GamesText"
  3115. GamesText.Parent = Games
  3116. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  3117. GamesText.BackgroundTransparency = 1
  3118. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  3119. GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0)
  3120. GamesText.Font = Enum.Font.SourceSansItalic
  3121. GamesText.FontSize = Enum.FontSize.Size24
  3122. GamesText.Text = "Not a completed part, I will be updating with more games."
  3123. GamesText.TextSize = 19
  3124. GamesText.TextWrapped = true
  3125.  
  3126. Games_TITLE.Name = "Games_TITLE"
  3127. Games_TITLE.Parent = Games
  3128. Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  3129. Games_TITLE.BackgroundTransparency = 1
  3130. Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0)
  3131. Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3132. Games_TITLE.Font = Enum.Font.SourceSansBold
  3133. Games_TITLE.FontSize = Enum.FontSize.Size28
  3134. Games_TITLE.Text = "Games"
  3135. Games_TITLE.TextSize = 25
  3136.  
  3137. Games_IMAGE2.Name = "Games_IMAGE2"
  3138. Games_IMAGE2.Parent = Games
  3139. Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1)
  3140. Games_IMAGE2.BackgroundTransparency = 1
  3141. Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0)
  3142. Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3143. Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262"
  3144.  
  3145. SwordFightingTournament.Name = "SwordFightingTournament"
  3146. SwordFightingTournament.Parent = Games
  3147. SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3148. SwordFightingTournament.BorderSizePixel = 0
  3149. SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0)
  3150. SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  3151. SwordFightingTournament.Font = Enum.Font.SourceSans
  3152. SwordFightingTournament.FontSize = Enum.FontSize.Size14
  3153. SwordFightingTournament.Text = "Sword Fighting Tournament"
  3154. SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3155. SwordFightingTournament.TextScaled = true
  3156. SwordFightingTournament.TextSize = 14
  3157. SwordFightingTournament.TextWrapped = true
  3158.  
  3159. PlatesOfFateMayhem.Name = "PlatesOfFateMayhem"
  3160. PlatesOfFateMayhem.Parent = Games
  3161. PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3162. PlatesOfFateMayhem.BorderSizePixel = 0
  3163. PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0)
  3164. PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  3165. PlatesOfFateMayhem.Font = Enum.Font.SourceSans
  3166. PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14
  3167. PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem"
  3168. PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3169. PlatesOfFateMayhem.TextScaled = true
  3170. PlatesOfFateMayhem.TextSize = 14
  3171. PlatesOfFateMayhem.TextWrapped = true
  3172.  
  3173. GamesText2.Name = "GamesText2"
  3174. GamesText2.Parent = Games
  3175. GamesText2.BackgroundColor3 = Color3.new(1, 1, 1)
  3176. GamesText2.BackgroundTransparency = 1
  3177. GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0)
  3178. GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0)
  3179. GamesText2.Font = Enum.Font.SourceSansItalic
  3180. GamesText2.FontSize = Enum.FontSize.Size24
  3181. GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update."
  3182. GamesText2.TextSize = 19
  3183. GamesText2.TextWrapped = true
  3184.  
  3185. Frappe.Name = "Frappe"
  3186. Frappe.Parent = Games
  3187. Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3188. Frappe.BorderSizePixel = 0
  3189. Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0)
  3190. Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  3191. Frappe.Font = Enum.Font.SourceSans
  3192. Frappe.FontSize = Enum.FontSize.Size14
  3193. Frappe.Text = "Frappe"
  3194. Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3195. Frappe.TextScaled = true
  3196. Frappe.TextSize = 14
  3197. Frappe.TextWrapped = true
  3198.  
  3199. Frappe_2.Name = "Frappe"
  3200. Frappe_2.Parent = Games
  3201. Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3202. Frappe_2.BorderSizePixel = 0
  3203. Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0)
  3204. Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0)
  3205. Frappe_2.Font = Enum.Font.SourceSans
  3206. Frappe_2.FontSize = Enum.FontSize.Size14
  3207. Frappe_2.Text = "Frappe"
  3208. Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3209. Frappe_2.TextScaled = true
  3210. Frappe_2.TextSize = 14
  3211. Frappe_2.TextWrapped = true
  3212.  
  3213. MenuFrame.Name = "MenuFrame"
  3214. MenuFrame.Parent = MainFrame
  3215. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  3216. MenuFrame.BorderSizePixel = 0
  3217. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  3218. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  3219.  
  3220. Welcome.Name = "Welcome"
  3221. Welcome.Parent = MenuFrame
  3222. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  3223. Welcome.BackgroundTransparency = 1
  3224. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  3225. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  3226. Welcome.Font = Enum.Font.SourceSansLight
  3227. Welcome.FontSize = Enum.FontSize.Size14
  3228. Welcome.Text = "Welcome,"
  3229. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3230. Welcome.TextScaled = true
  3231. Welcome.TextSize = 14
  3232. Welcome.TextWrapped = true
  3233.  
  3234. NameOfPlayer.Name = "NameOfPlayer"
  3235. NameOfPlayer.Parent = MenuFrame
  3236. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  3237. NameOfPlayer.BackgroundTransparency = 1
  3238. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  3239. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  3240. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  3241. NameOfPlayer.FontSize = Enum.FontSize.Size14
  3242. NameOfPlayer.Text = "PlayerName"
  3243. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3244. NameOfPlayer.TextScaled = true
  3245. NameOfPlayer.TextSize = 14
  3246. NameOfPlayer.TextWrapped = true
  3247.  
  3248. T_Information.Name = "T_Information"
  3249. T_Information.Parent = MenuFrame
  3250. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  3251. T_Information.BorderSizePixel = 0
  3252. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  3253. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  3254. T_Information.Font = Enum.Font.SourceSans
  3255. T_Information.FontSize = Enum.FontSize.Size18
  3256. T_Information.Text = "Information"
  3257. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3258. T_Information.TextSize = 16
  3259. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  3260.  
  3261. T_InfoImage.Name = "T_InfoImage"
  3262. T_InfoImage.Parent = T_Information
  3263. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  3264. T_InfoImage.BackgroundTransparency = 1
  3265. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  3266. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  3267. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  3268.  
  3269. T_Character.Name = "T_Character"
  3270. T_Character.Parent = MenuFrame
  3271. T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  3272. T_Character.BorderSizePixel = 0
  3273. T_Character.Position = UDim2.new(0, 0, 0.388073802, 0)
  3274. T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  3275. T_Character.Font = Enum.Font.SourceSans
  3276. T_Character.FontSize = Enum.FontSize.Size18
  3277. T_Character.Text = "Character"
  3278. T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3279. T_Character.TextSize = 16
  3280. T_Character.TextXAlignment = Enum.TextXAlignment.Left
  3281.  
  3282. T_CharImage.Name = "T_CharImage"
  3283. T_CharImage.Parent = T_Character
  3284. T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1)
  3285. T_CharImage.BackgroundTransparency = 1
  3286. T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  3287. T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  3288. T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598"
  3289.  
  3290. T_Games.Name = "T_Games"
  3291. T_Games.Parent = MenuFrame
  3292. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  3293. T_Games.BorderSizePixel = 0
  3294. T_Games.Position = UDim2.new(0, 0, 0.498952031, 0)
  3295. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  3296. T_Games.Font = Enum.Font.SourceSans
  3297. T_Games.FontSize = Enum.FontSize.Size18
  3298. T_Games.Text = "Games"
  3299. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3300. T_Games.TextSize = 16
  3301. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  3302.  
  3303. T_GameImage.Name = "T_GameImage"
  3304. T_GameImage.Parent = T_Games
  3305. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  3306. T_GameImage.BackgroundTransparency = 1
  3307. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  3308. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  3309. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  3310.  
  3311. T_Others.Name = "T_Others"
  3312. T_Others.Parent = MenuFrame
  3313. T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  3314. T_Others.BorderSizePixel = 0
  3315. T_Others.Position = UDim2.new(0, 0, 0.60983026, 0)
  3316. T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  3317. T_Others.Font = Enum.Font.SourceSans
  3318. T_Others.FontSize = Enum.FontSize.Size18
  3319. T_Others.Text = "Others"
  3320. T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3321. T_Others.TextSize = 16
  3322. T_Others.TextXAlignment = Enum.TextXAlignment.Left
  3323.  
  3324. T_OtherImage.Name = "T_OtherImage"
  3325. T_OtherImage.Parent = T_Others
  3326. T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1)
  3327. T_OtherImage.BackgroundTransparency = 1
  3328. T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  3329. T_OtherImage.Size = UDim2.new(0, 30, 0, 30)
  3330. T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  3331.  
  3332. T_Extra.Name = "T_Extra"
  3333. T_Extra.Parent = MenuFrame
  3334. T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  3335. T_Extra.BorderSizePixel = 0
  3336. T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0)
  3337. T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  3338. T_Extra.Font = Enum.Font.SourceSans
  3339. T_Extra.FontSize = Enum.FontSize.Size18
  3340. T_Extra.Text = "Extra"
  3341. T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3342. T_Extra.TextSize = 16
  3343. T_Extra.TextXAlignment = Enum.TextXAlignment.Left
  3344.  
  3345. T_ExtraImage.Name = "T_ExtraImage"
  3346. T_ExtraImage.Parent = T_Extra
  3347. T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1)
  3348. T_ExtraImage.BackgroundTransparency = 1
  3349. T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  3350. T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  3351. T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720"
  3352.  
  3353. DeleteGUI.Name = "DeleteGUI"
  3354. DeleteGUI.Parent = MenuFrame
  3355. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  3356. DeleteGUI.BorderSizePixel = 0
  3357. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  3358. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  3359. DeleteGUI.Font = Enum.Font.SourceSans
  3360. DeleteGUI.FontSize = Enum.FontSize.Size18
  3361. DeleteGUI.Text = "Delete GUI"
  3362. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3363. DeleteGUI.TextSize = 16
  3364. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  3365.  
  3366. DELETEIMAGE.Name = "DELETEIMAGE"
  3367. DELETEIMAGE.Parent = DeleteGUI
  3368. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  3369. DELETEIMAGE.BackgroundTransparency = 1
  3370. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  3371. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  3372. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  3373.  
  3374. Darkness.Name = "Darkness"
  3375. Darkness.Parent = MainFrame
  3376. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  3377. Darkness.BackgroundTransparency = 0.8
  3378. Darkness.BorderSizePixel = 0
  3379. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  3380. Darkness.Size = UDim2.new(0, 272, 0, 271)
  3381. Darkness.Visible = false
  3382. Darkness.ZIndex = 7
  3383. Darkness.Font = Enum.Font.SourceSans
  3384. Darkness.FontSize = Enum.FontSize.Size14
  3385. Darkness.Text = ""
  3386. Darkness.TextSize = 14
  3387.  
  3388. -----------------------------------------------------------------
  3389. -----------------------------------------------------------------
  3390. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  3391. if game.Workspace.FilteringEnabled == true then
  3392. Image_FE_ENABLED.Visible = true
  3393. Image_FE_DISABLED.Visible = false
  3394. Text_FE_ENABLED.Visible = true
  3395. Text_FE_DISABLED.Visible = false
  3396. else
  3397. Image_FE_ENABLED.Visible = false
  3398. Image_FE_DISABLED.Visible = true
  3399. Text_FE_ENABLED.Visible = false
  3400. Text_FE_DISABLED.Visible = true
  3401. end
  3402.  
  3403. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  3404. local Found = {}
  3405. local strl = String:lower()
  3406. if strl == "all" then
  3407. for i,v in pairs(game.Players:GetPlayers()) do
  3408. table.insert(Found,v)
  3409. end
  3410. elseif strl == "others" then
  3411. for i,v in pairs(game.Players:GetPlayers()) do
  3412. if v.Name ~= game.Players.LocalPlayer.Name then
  3413. table.insert(Found,v)
  3414. end
  3415. end
  3416. else
  3417. for i,v in pairs(game.Players:GetPlayers()) do
  3418. if v.Name:lower():sub(1, #String) == String:lower() then
  3419. table.insert(Found,v)
  3420. end
  3421. end
  3422. end
  3423. return Found
  3424. end
  3425.  
  3426. OpenMenu.MouseButton1Click:connect(function()
  3427. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  3428. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  3429. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  3430. wait(0.7)
  3431. Darkness.Visible = true
  3432. Darkness.BackgroundTransparency = 0.8
  3433. end)
  3434.  
  3435. Darkness.MouseButton1Click:connect(function()
  3436. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  3437. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  3438. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  3439. Darkness.Visible = false
  3440. end)
  3441.  
  3442. closedgui = true
  3443. CloseGUI.MouseButton1Click:connect(function()
  3444. wait(0.3)
  3445. if closedgui then
  3446. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  3447. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  3448. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  3449. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  3450. Darkness.Visible = false
  3451. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  3452. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  3453. wait(1.6)
  3454. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  3455. Darkness.Visible = false
  3456. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  3457. closedgui = false
  3458. else
  3459. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  3460. wait(1.5)
  3461. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3462. wait(0.6)
  3463. closedgui = true
  3464. end
  3465. end)
  3466.  
  3467. DeleteGUI.MouseButton1Click:connect(function()
  3468. game.CoreGui.OPFinality:Destroy()
  3469. end)
  3470.  
  3471. T_Character.MouseButton1Click:connect(function()
  3472. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  3473. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  3474. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  3475. Darkness.Visible = false
  3476. wait(0.5)
  3477. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3478. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3479. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3480. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3481. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3482. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3483. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3484. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3485. wait(0.5)
  3486. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3487. end)
  3488.  
  3489. T_Extra.MouseButton1Click:connect(function()
  3490. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  3491. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  3492. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  3493. Darkness.Visible = false
  3494. wait(0.5)
  3495. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3496. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3497. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3498. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3499. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3500. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3501. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3502. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3503. wait(0.5)
  3504. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3505. end)
  3506.  
  3507. T_Games.MouseButton1Click:connect(function()
  3508. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  3509. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  3510. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  3511. Darkness.Visible = false
  3512. wait(0.5)
  3513. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3514. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3515. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3516. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3517. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3518. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3519. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3520. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3521. wait(0.5)
  3522. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3523. end)
  3524.  
  3525. T_Information.MouseButton1Click:connect(function()
  3526. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  3527. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  3528. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  3529. Darkness.Visible = false
  3530. wait(0.5)
  3531. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3532. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3533. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3534. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3535. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3536. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3537. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3538. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3539. wait(0.5)
  3540. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3541. end)
  3542.  
  3543. T_Others.MouseButton1Click:connect(function()
  3544. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  3545. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  3546. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  3547. Darkness.Visible = false
  3548. wait(0.5)
  3549. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3550. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3551. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3552. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3553. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3554. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3555. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3556. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3557. wait(0.5)
  3558. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3559. end)
  3560.  
  3561. Character_toPAGE2.MouseButton1Click:connect(function()
  3562. Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3563. wait(0.5)
  3564. Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3565. end)
  3566. Character_backPAGE1.MouseButton1Click:connect(function()
  3567. Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3568. wait(0.5)
  3569. Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3570. end)
  3571. Extra_toPAGE2.MouseButton1Click:connect(function()
  3572. Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3573. wait(0.5)
  3574. Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3575. end)
  3576. Extra_backPAGE1.MouseButton1Click:connect(function()
  3577. Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3578. wait(0.5)
  3579. Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3580. end)
  3581. Others_toPAGE2.MouseButton1Click:connect(function()
  3582. Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3583. wait(0.5)
  3584. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3585. end)
  3586. Others_toPAGE3.MouseButton1Click:connect(function()
  3587. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3588. wait(0.5)
  3589. Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3590. end)
  3591. Others_backPAGE1.MouseButton1Click:connect(function()
  3592. Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3593. wait(0.5)
  3594. Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3595. end)
  3596. Others_backPAGE2.MouseButton1Click:connect(function()
  3597. Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  3598. wait(0.5)
  3599. Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  3600. end)
  3601.  
  3602. -------------------------------------------------------------------------------
  3603. -------------------------------------------------------------------------------
  3604.  
  3605. HipHeight.MouseButton1Click:connect(function()
  3606. game.Players.LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text
  3607. end)
  3608. Speed.MouseButton1Click:connect(function()
  3609. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text
  3610. end)
  3611. JumpHeight.MouseButton1Click:connect(function()
  3612. game.Players.LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text
  3613. end)
  3614. Chat.MouseButton1Click:connect(function()
  3615. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  3616. end)
  3617. SpammingChar = false
  3618. Spam_2.MouseButton1Click:connect(function()
  3619. SpammingChar = not SpammingChar
  3620. end)
  3621.  
  3622. local flying = false
  3623. Fly.MouseButton1Click:connect(function()
  3624. flying = not flying
  3625. repeat wait()
  3626. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3627. local mouse = game.Players.LocalPlayer:GetMouse()
  3628. repeat wait() until mouse
  3629. local plr = game.Players.LocalPlayer
  3630. local torso = plr.Character.Torso
  3631. local deb = true
  3632. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  3633. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3634. local maxspeed = 80
  3635. local speed = 0
  3636. if flying then
  3637. Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  3638. else
  3639. Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  3640. end
  3641.  
  3642. function FlyFunction()
  3643. local bg = Instance.new("BodyGyro", torso)
  3644. bg.P = 9e4
  3645. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3646. bg.cframe = torso.CFrame
  3647. local bv = Instance.new("BodyVelocity", torso)
  3648. bv.velocity = Vector3.new(0,0.1,0)
  3649. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3650. repeat wait()
  3651. plr.Character.Humanoid.PlatformStand = true
  3652. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  3653. speed = speed+.5+(speed/maxspeed)
  3654. if speed > maxspeed then
  3655. speed = maxspeed
  3656. end
  3657. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  3658. speed = speed-1
  3659. if speed < 0 then
  3660. speed = 0
  3661. end
  3662. end
  3663. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  3664. 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
  3665. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  3666. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  3667. 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
  3668. else
  3669. bv.velocity = Vector3.new(0,0.1,0)
  3670. end
  3671. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  3672. until not flying
  3673. ctrl = {f = 0, b = 0, l = 0, r = 0}
  3674. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  3675. speed = 0
  3676. bg:Destroy()
  3677. bv:Destroy()
  3678. plr.Character.Humanoid.PlatformStand = false
  3679. end
  3680. mouse.KeyDown:connect(function(key)
  3681. if key:lower() == "w" then
  3682. ctrl.f = 1
  3683. elseif key:lower() == "s" then
  3684. ctrl.b = -1
  3685. elseif key:lower() == "a" then
  3686. ctrl.l = -1
  3687. elseif key:lower() == "d" then
  3688. ctrl.r = 1
  3689. end
  3690. end)
  3691. mouse.KeyUp:connect(function(key)
  3692. if key:lower() == "w" then
  3693. ctrl.f = 0
  3694. elseif key:lower() == "s" then
  3695. ctrl.b = 0
  3696. elseif key:lower() == "a" then
  3697. ctrl.l = 0
  3698. elseif key:lower() == "d" then
  3699. ctrl.r = 0
  3700. end
  3701. end)
  3702. FlyFunction()
  3703. end)
  3704.  
  3705. clip = true
  3706. Noclip.MouseButton1Click:connect(function()
  3707. clip = not clip
  3708. game:GetService('RunService').Stepped:connect(function()
  3709. if not clip then
  3710. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  3711. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3712. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3713. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3714. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3715. else
  3716. Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765)
  3717. end
  3718. end)
  3719. end)
  3720.  
  3721. local Anim = Instance.new("Animation")
  3722. Anim.AnimationId = "rbxassetid://33169583"
  3723. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3724. local armsareoff = false
  3725. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3726. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3727. armsareoff = false
  3728. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3729. end)
  3730. armsoff.MouseButton1Click:connect(function()
  3731. armsareoff = not armsareoff
  3732. if armsareoff then
  3733. armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3734. while wait() do
  3735. if track.IsPlaying == false then
  3736. if armsareoff then
  3737. track:Play(.1, 1, 1e6)
  3738. end
  3739. end
  3740. end
  3741. else
  3742. track:Stop()
  3743. armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3744. end
  3745. end)
  3746.  
  3747. local Anim = Instance.new("Animation")
  3748. Anim.AnimationId = "rbxassetid://121572214"
  3749. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3750. headfloatACTIVE = false
  3751. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3752. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3753. headfloatACTIVE = false
  3754. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3755. end)
  3756. headfloat.MouseButton1Click:connect(function()
  3757. headfloatACTIVE = not headfloatACTIVE
  3758. if headfloatACTIVE then
  3759. headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3760. while wait() do
  3761. if track.IsPlaying == false then
  3762. if headfloatACTIVE then
  3763. track:Play(.1, 1, 1)
  3764. end
  3765. end
  3766. end
  3767. else
  3768. track:Stop()
  3769. headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3770. end
  3771. end)
  3772.  
  3773. local Anim = Instance.new("Animation")
  3774. Anim.AnimationId = "rbxassetid://35154961"
  3775. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3776. local headthrowACTIVE = false
  3777. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3778. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3779. headthrowACTIVE = false
  3780. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3781. end)
  3782. headthrow.MouseButton1Click:connect(function()
  3783. headthrowACTIVE = not headthrowACTIVE
  3784. if headthrowACTIVE then
  3785. headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3786. while wait() do
  3787. if track.IsPlaying == false then
  3788. if headthrowACTIVE then
  3789. track:Play(.1, 1, 1)
  3790. end
  3791. end
  3792. end
  3793. else
  3794. track:Stop()
  3795. headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3796. end
  3797. end)
  3798.  
  3799. local Anim = Instance.new("Animation")
  3800. Anim.AnimationId = "rbxassetid://35154961"
  3801. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3802. local loopheadACTIVE = false
  3803. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3804. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3805. loopheadACTIVE = false
  3806. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3807. end)
  3808. loophead.MouseButton1Click:connect(function()
  3809. loopheadACTIVE = not loopheadACTIVE
  3810. if loopheadACTIVE then
  3811. loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3812. while wait() do
  3813. if track.IsPlaying == false then
  3814. if loopheadACTIVE then
  3815. track:Play(.1, 1, 1e6)
  3816. end
  3817. end
  3818. end
  3819. else
  3820. track:Stop()
  3821. loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3822. end
  3823. end)
  3824.  
  3825. local Anim = Instance.new("Animation")
  3826. Anim.AnimationId = "rbxassetid://313762630"
  3827. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3828. local levitateACTIVE = false
  3829. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3830. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3831. levitateACTIVE = false
  3832. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3833. end)
  3834. levitate.MouseButton1Click:connect(function()
  3835. levitateACTIVE = not levitateACTIVE
  3836. if levitateACTIVE then
  3837. levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3838. while wait() do
  3839. if track.IsPlaying == false then
  3840. if levitateACTIVE then
  3841. track:Play(.1, 1, 1)
  3842. end
  3843. end
  3844. end
  3845. else
  3846. track:Stop()
  3847. levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3848. end
  3849. end)
  3850.  
  3851. local Anim = Instance.new("Animation")
  3852. Anim.AnimationId = "rbxassetid://282574440"
  3853. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3854. local crawlACTIVE = false
  3855. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3856. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3857. crawlACTIVE = false
  3858. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3859. end)
  3860. crawl.MouseButton1Click:connect(function()
  3861. crawlACTIVE = not crawlACTIVE
  3862. if crawlACTIVE then
  3863. crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3864. while wait() do
  3865. if track.IsPlaying == false then
  3866. if crawlACTIVE then
  3867. track:Play(.1, 1, 1)
  3868. end
  3869. end
  3870. end
  3871. else
  3872. track:Stop()
  3873. crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3874. end
  3875. end)
  3876.  
  3877. local Anim = Instance.new("Animation")
  3878. Anim.AnimationId = "rbxassetid://184574340"
  3879. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3880. local jumplandACTIVE = false
  3881. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3882. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3883. jumplandACTIVE = false
  3884. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3885. end)
  3886. jumpland.MouseButton1Click:connect(function()
  3887. jumplandACTIVE = not jumplandACTIVE
  3888. if jumplandACTIVE then
  3889. jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3890. while wait() do
  3891. if track.IsPlaying == false then
  3892. if jumplandACTIVE then
  3893. track:Play(.1, 1, 1)
  3894. end
  3895. end
  3896. end
  3897. else
  3898. track:Stop()
  3899. jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3900. end
  3901. end)
  3902.  
  3903. local Anim = Instance.new("Animation")
  3904. Anim.AnimationId = "rbxassetid://126753849"
  3905. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3906. local punchesACTIVE = false
  3907. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3908. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3909. punchesACTIVE = false
  3910. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3911. end)
  3912. punches.MouseButton1Click:connect(function()
  3913. punchesACTIVE = not punchesACTIVE
  3914. if punchesACTIVE then
  3915. punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3916. while wait() do
  3917. if track.IsPlaying == false then
  3918. if punchesACTIVE then
  3919. track:Play(.1, 1, 1)
  3920. end
  3921. end
  3922. end
  3923. else
  3924. track:Stop()
  3925. punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3926. end
  3927. end)
  3928.  
  3929. local Anim = Instance.new("Animation")
  3930. Anim.AnimationId = "rbxassetid://204062532"
  3931. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3932. local swingACTIVE = false
  3933. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3934. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3935. swingACTIVE = false
  3936. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3937. end)
  3938. swing.MouseButton1Click:connect(function()
  3939. swingACTIVE = not swingACTIVE
  3940. if swingACTIVE then
  3941. swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3942. while wait() do
  3943. if track.IsPlaying == false then
  3944. if swingACTIVE then
  3945. track:Play(.1, 1, 1)
  3946. end
  3947. end
  3948. end
  3949. else
  3950. track:Stop()
  3951. swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3952. end
  3953. end)
  3954.  
  3955. local Anim = Instance.new("Animation")
  3956. Anim.AnimationId = "rbxassetid://204295235"
  3957. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3958. local swordstrikeACTIVE = false
  3959. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3960. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3961. swordstrikeACTIVE = false
  3962. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3963. end)
  3964. swordstrike.MouseButton1Click:connect(function()
  3965. swordstrikeACTIVE = not swordstrikeACTIVE
  3966. if swordstrikeACTIVE then
  3967. swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3968. while wait() do
  3969. if track.IsPlaying == false then
  3970. if swordstrikeACTIVE then
  3971. track:Play(.1, 1, 1)
  3972. end
  3973. end
  3974. end
  3975. else
  3976. track:Stop()
  3977. swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3978. end
  3979. end)
  3980.  
  3981. local Anim = Instance.new("Animation")
  3982. Anim.AnimationId = "rbxassetid://45834924"
  3983. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3984. local happyACTIVE = false
  3985. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  3986. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  3987. happyACTIVE = false
  3988. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3989. end)
  3990. happy.MouseButton1Click:connect(function()
  3991. happyACTIVE = not happyACTIVE
  3992. if happyACTIVE then
  3993. happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  3994. while wait() do
  3995. if track.IsPlaying == false then
  3996. if happyACTIVE then
  3997. track:Play(.1, 1, 1)
  3998. end
  3999. end
  4000. end
  4001. else
  4002. track:Stop()
  4003. happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4004. end
  4005. end)
  4006.  
  4007. local Anim = Instance.new("Animation")
  4008. Anim.AnimationId = "rbxassetid://33796059"
  4009. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4010. local insaneACTIVE = false
  4011. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4012. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4013. insaneACTIVE = false
  4014. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4015. end)
  4016. insane.MouseButton1Click:connect(function()
  4017. insaneACTIVE = not insaneACTIVE
  4018. if insaneACTIVE then
  4019. insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  4020. while wait() do
  4021. if track.IsPlaying == false then
  4022. if insaneACTIVE then
  4023. track:Play(.1, 1, 1e6)
  4024. end
  4025. end
  4026. end
  4027. else
  4028. track:Stop()
  4029. insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4030. end
  4031. end)
  4032.  
  4033. local Anim = Instance.new("Animation")
  4034. Anim.AnimationId = "rbxassetid://429703734"
  4035. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4036. local movingdanceACTIVE = false
  4037. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4038. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4039. movingdanceACTIVE = false
  4040. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4041. end)
  4042. movingdance.MouseButton1Click:connect(function()
  4043. movingdanceACTIVE = not movingdanceACTIVE
  4044. if movingdanceACTIVE then
  4045. movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  4046. while wait() do
  4047. if track.IsPlaying == false then
  4048. if movingdanceACTIVE then
  4049. track:Play(.1, 1, 1)
  4050. end
  4051. end
  4052. end
  4053. else
  4054. track:Stop()
  4055. movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4056. end
  4057. end)
  4058.  
  4059. local Anim = Instance.new("Animation")
  4060. Anim.AnimationId = "rbxassetid://35654637"
  4061. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4062. local normalACTIVE = false
  4063. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4064. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4065. normalACTIVE = false
  4066. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4067. end)
  4068. normal.MouseButton1Click:connect(function()
  4069. normalACTIVE = not normalACTIVE
  4070. if normalACTIVE then
  4071. normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  4072. while wait() do
  4073. if track.IsPlaying == false then
  4074. if normalACTIVE then
  4075. track:Play(.1, 1, 1)
  4076. end
  4077. end
  4078. end
  4079. else
  4080. track:Stop()
  4081. normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4082. end
  4083. end)
  4084.  
  4085. local Anim = Instance.new("Animation")
  4086. Anim.AnimationId = "rbxassetid://186934910"
  4087. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4088. local spindanceACTIVE = false
  4089. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4090. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4091. spindanceACTIVE = false
  4092. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4093. end)
  4094. spindance.MouseButton1Click:connect(function()
  4095. spindanceACTIVE = not spindanceACTIVE
  4096. if spindanceACTIVE then
  4097. spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333)
  4098. while wait() do
  4099. if track.IsPlaying == false then
  4100. if spindanceACTIVE then
  4101. track:Play(.1, 1, 1)
  4102. end
  4103. end
  4104. end
  4105. else
  4106. track:Stop()
  4107. spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  4108. end
  4109. end)
  4110.  
  4111. local Anim = Instance.new("Animation")
  4112. Anim.AnimationId = "rbxassetid://215384594"
  4113. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4114. local CloneIllusionACTIVE = false
  4115. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4116. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4117. CloneIllusionACTIVE = false
  4118. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4119. end)
  4120. CloneIllusion.MouseButton1Click:connect(function()
  4121. CloneIllusionACTIVE = not CloneIllusionACTIVE
  4122. if CloneIllusionACTIVE then
  4123. CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  4124. while wait() do
  4125. if track.IsPlaying == false then
  4126. if CloneIllusionACTIVE then
  4127. track:Play(.1, 1, 1e6)
  4128. end
  4129. end
  4130. end
  4131. else
  4132. track:Stop()
  4133. CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4134. end
  4135. end)
  4136.  
  4137. spinning = false
  4138. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4139. spinning = false
  4140. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4141. end)
  4142. CoolSpin.MouseButton1Click:connect(function()
  4143. spinning = not spinning
  4144. if spinning then
  4145. local p = Instance.new("RocketPropulsion")
  4146. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4147. p.Name = "CrazySpin"
  4148. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  4149. p:Fire()
  4150. CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  4151. else
  4152. game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  4153. CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4154. end
  4155. end)
  4156.  
  4157. local Anim = Instance.new("Animation")
  4158. Anim.AnimationId = "rbxassetid://180612465"
  4159. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4160. local ScaredACTIVE = false
  4161. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4162. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4163. ScaredACTIVE = false
  4164. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  4165. end)
  4166. CrouchRocket.MouseButton1Click:connect(function()
  4167. ScaredACTIVE = not ScaredACTIVE
  4168. if ScaredACTIVE then
  4169. local u = Instance.new("RocketPropulsion")
  4170. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4171. u.Name = "CrouchRocket"
  4172. u.Target = game.Players.LocalPlayer.Character.Head
  4173. u:Fire()
  4174. CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  4175. while wait() do
  4176. if track.IsPlaying == false then
  4177. if ScaredACTIVE then
  4178. track:Play(.1, 1, 1)
  4179. end
  4180. end
  4181. end
  4182. else
  4183. track:Stop()
  4184. CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4185. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  4186. end
  4187. end)
  4188.  
  4189. local Anim = Instance.new("Animation")
  4190. Anim.AnimationId = "rbxassetid://184574340"
  4191. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4192. local jumprocketnow = false
  4193. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4194. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4195. jumprocketnow = false
  4196. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882)
  4197. end)
  4198. JumpRocket.MouseButton1Click:connect(function()
  4199. jumprocketnow = not jumprocketnow
  4200. if jumprocketnow then
  4201. local u = Instance.new("RocketPropulsion")
  4202. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4203. u.Name = "JumpRocket"
  4204. u.Target = game.Players.LocalPlayer.Character.Head
  4205. u:Fire()
  4206. JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882)
  4207. while wait() do
  4208. if track.IsPlaying == false then
  4209. if jumprocketnow then
  4210. track:Play(.1, 1, 1)
  4211. end
  4212. end
  4213. end
  4214. else
  4215. track:Stop()
  4216. JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882)
  4217. game.Players.LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy()
  4218. end
  4219. end)
  4220.  
  4221. local Anim = Instance.new("Animation")
  4222. Anim.AnimationId = "rbxassetid://126753849"
  4223. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4224. local RapidPunchACTIVE = false
  4225. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4226. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4227. RapidPunchACTIVE = false
  4228. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4229. end)
  4230. RapidPunch.MouseButton1Click:connect(function()
  4231. RapidPunchACTIVE = not RapidPunchACTIVE
  4232. if RapidPunchACTIVE then
  4233. RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569)
  4234. while wait() do
  4235. if track.IsPlaying == false then
  4236. if RapidPunchACTIVE then
  4237. track:Play(.1, 1, 10)
  4238. end
  4239. end
  4240. end
  4241. else
  4242. track:Stop()
  4243. RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569)
  4244. end
  4245. end)
  4246.  
  4247. FEGodmode.MouseButton1Click:connect(function()
  4248. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  4249. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  4250. l.Parent = game.Players.LocalPlayer.Character
  4251. l.Name = "Humanoid"
  4252. wait(0.1)
  4253. game.Players.LocalPlayer.Character["1"]:Destroy()
  4254. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4255. game.Players.LocalPlayer.Character.Animate.Disabled = true
  4256. wait(0.1)
  4257. game.Players.LocalPlayer.Character.Animate.Disabled = false
  4258. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4259. end)
  4260.  
  4261. NoLimbs.MouseButton1Click:connect(function()
  4262. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  4263. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  4264. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  4265. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  4266. end)
  4267.  
  4268. BrickHats.MouseButton1Click:connect(function()
  4269. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4270. if (v:IsA("Accessory")) then
  4271. v.Handle.Mesh:Destroy()
  4272. end
  4273. end
  4274. end)
  4275.  
  4276. local Anim = Instance.new("Animation")
  4277. Anim.AnimationId = "rbxassetid://181525546"
  4278. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4279. local FaintACTIVE = false
  4280. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4281. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4282. FaintACTIVE = false
  4283. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4284. end)
  4285. Faint.MouseButton1Click:connect(function()
  4286. FaintACTIVE = not FaintACTIVE
  4287. if FaintACTIVE then
  4288. Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  4289. while wait() do
  4290. if track.IsPlaying == false then
  4291. if FaintACTIVE then
  4292. track:Play(.1, 1, 1)
  4293. end
  4294. end
  4295. end
  4296. else
  4297. track:Stop()
  4298. Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4299. end
  4300. end)
  4301.  
  4302. local Anim = Instance.new("Animation")
  4303. Anim.AnimationId = "rbxassetid://188632011"
  4304. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4305. local SpinACTIVE = false
  4306. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4307. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4308. SpinACTIVE = false
  4309. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4310. end)
  4311. Spin.MouseButton1Click:connect(function()
  4312. SpinACTIVE = not SpinACTIVE
  4313. if SpinACTIVE then
  4314. Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  4315. while wait() do
  4316. if track.IsPlaying == false then
  4317. if SpinACTIVE then
  4318. track:Play(.1, 1, 1)
  4319. end
  4320. end
  4321. end
  4322. else
  4323. track:Stop()
  4324. Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4325. end
  4326. end)
  4327.  
  4328. local Anim = Instance.new("Animation")
  4329. Anim.AnimationId = "rbxassetid://33169583"
  4330. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4331. local ArmFollowACTIVE = false
  4332. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4333. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4334. ArmFollowACTIVE = false
  4335. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4336. end)
  4337. ArmFollow.MouseButton1Click:connect(function()
  4338. ArmFollowACTIVE = not ArmFollowACTIVE
  4339. if ArmFollowACTIVE then
  4340. local u = Instance.new("RocketPropulsion")
  4341. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4342. u.Name = "ArmFollow"
  4343. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  4344. u:Fire()
  4345. ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  4346. while wait() do
  4347. if track.IsPlaying == false then
  4348. if ArmFollowACTIVE then
  4349. track:Play(.1, 1, 1)
  4350. end
  4351. end
  4352. end
  4353. else
  4354. track:Stop()
  4355. ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4356. game.Players.LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy()
  4357. end
  4358. end)
  4359.  
  4360. local Anim = Instance.new("Animation")
  4361. Anim.AnimationId = "rbxassetid://126753849"
  4362. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4363. local PunchFollowACTIVE = false
  4364. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4365. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4366. PunchFollowACTIVE = false
  4367. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4368. end)
  4369. PunchFollow.MouseButton1Click:connect(function()
  4370. PunchFollowACTIVE = not PunchFollowACTIVE
  4371. if PunchFollowACTIVE then
  4372. local u = Instance.new("RocketPropulsion")
  4373. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4374. u.Name = "PunchFollow"
  4375. u.Target = game.Players.LocalPlayer.Character["Right Arm"]
  4376. u:Fire()
  4377. PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431)
  4378. while wait() do
  4379. if track.IsPlaying == false then
  4380. if PunchFollowACTIVE then
  4381. track:Play(.1, 1, 1)
  4382. end
  4383. end
  4384. end
  4385. else
  4386. track:Stop()
  4387. PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  4388. game.Players.LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy()
  4389. end
  4390. end)
  4391.  
  4392. AnimationId = "148840371"
  4393. local Anim = Instance.new("Animation")
  4394. Anim.AnimationId = "rbxassetid://"..AnimationId
  4395. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4396. _18active = false
  4397. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4398. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4399. _18active = false
  4400. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4401. end)
  4402. _18.MouseButton1Click:connect(function()
  4403. _18active = not _18active
  4404. if _18active then
  4405. _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4406. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  4407. track:Play()
  4408. while wait() do
  4409. if _18active then
  4410. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4411. end
  4412. end
  4413. end
  4414. else
  4415. track:Stop()
  4416. _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4417. end
  4418. end)
  4419.  
  4420. local Anim = Instance.new("Animation")
  4421. Anim.AnimationId = "rbxassetid://180612465"
  4422. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4423. local crouchattacking = false
  4424. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4425. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4426. crouchattacking = false
  4427. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4428. end)
  4429. CrouchAttack.MouseButton1Click:connect(function()
  4430. crouchattacking = not crouchattacking
  4431. if crouchattacking then
  4432. local u = Instance.new("RocketPropulsion")
  4433. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4434. u.Name = "CrouchAttack"
  4435. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  4436. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  4437. end
  4438. u:Fire()
  4439. CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4440. while wait() do
  4441. if track.IsPlaying == false then
  4442. if crouchattacking then
  4443. track:Play(.1, 1, 1)
  4444. end
  4445. end
  4446. end
  4447. else
  4448. track:Stop()
  4449. CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4450. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy()
  4451. end
  4452. end)
  4453.  
  4454. local Anim = Instance.new("Animation")
  4455. Anim.AnimationId = "rbxassetid://184574340"
  4456. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4457. local SlamPropulsioning = false
  4458. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4459. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4460. SlamPropulsioning = false
  4461. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4462. end)
  4463. SlamPropulsion.MouseButton1Click:connect(function()
  4464. SlamPropulsioning = not SlamPropulsioning
  4465. if SlamPropulsioning then
  4466. local u = Instance.new("RocketPropulsion")
  4467. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4468. u.Name = "SlamPropulsion"
  4469. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  4470. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  4471. end
  4472. u:Fire()
  4473. SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4474. while wait() do
  4475. if track.IsPlaying == false then
  4476. if SlamPropulsioning then
  4477. track:Play(.1, 1, 1)
  4478. end
  4479. end
  4480. end
  4481. else
  4482. track:Stop()
  4483. SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4484. game.Players.LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy()
  4485. end
  4486. end)
  4487.  
  4488. local Anim = Instance.new("Animation")
  4489. Anim.AnimationId = "rbxassetid://429730430"
  4490. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4491. local SpinAttacking = false
  4492. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4493. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4494. SpinAttacking = false
  4495. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4496. end)
  4497. SpinAttack.MouseButton1Click:connect(function()
  4498. SpinAttacking = not SpinAttacking
  4499. if SpinAttacking then
  4500. local u = Instance.new("RocketPropulsion")
  4501. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4502. u.Name = "SpinAttack"
  4503. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  4504. u.Target = game.Players[v.Name].Character.HumanoidRootPart
  4505. end
  4506. u:Fire()
  4507. SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4508. while wait() do
  4509. if track.IsPlaying == false then
  4510. if SpinAttacking then
  4511. track:Play(.1, 1, 1)
  4512. end
  4513. end
  4514. end
  4515. else
  4516. track:Stop()
  4517. SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4518. game.Players.LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy()
  4519. end
  4520. end)
  4521.  
  4522. watching = false
  4523. CreepyWatch.MouseButton1Click:connect(function()
  4524. watching = not watching
  4525. end)
  4526.  
  4527. local Anim = Instance.new("Animation")
  4528. Anim.AnimationId = "rbxassetid://215384594"
  4529. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4530. walkingthrough = false
  4531. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4532. walkingthrough = false
  4533. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4534. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4535. end)
  4536. WalkThrough.MouseButton1Click:connect(function()
  4537. walkingthrough = not walkingthrough
  4538. if walkingthrough then
  4539. WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  4540. while wait() do
  4541. if walkingthrough then
  4542. for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do
  4543. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4544. if track.IsPlaying == false then
  4545. if walkingthrough then
  4546. track:Play(.1, 1, 1e6)
  4547. end
  4548. end
  4549. end
  4550. end
  4551. end
  4552. else
  4553. WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  4554. track:Stop()
  4555. end
  4556. end)
  4557.  
  4558. annoying = false
  4559. Annoy.MouseButton1Click:connect(function()
  4560. annoying = not annoying
  4561. end)
  4562. local Anim = Instance.new("Animation")
  4563. Anim.AnimationId = "rbxassetid://282574440"
  4564. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4565. local crawlACTIVE = false
  4566. Carpett = false
  4567. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4568. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4569. Carpett = false
  4570. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4571. end)
  4572. Carpet.MouseButton1Click:connect(function()
  4573. Carpett = not Carpett
  4574. if Carpett then
  4575. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4576. while wait() do
  4577. if track.IsPlaying == false then
  4578. if Carpett then
  4579. track:Play(.1, 1, 1)
  4580. end
  4581. end
  4582. end
  4583. else
  4584. track:Stop()
  4585. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4586. end
  4587. end)
  4588. following = false
  4589. Follow.MouseButton1Click:connect(function()
  4590. following = not following
  4591. end)
  4592. headwalking = false
  4593. HeadWalk.MouseButton1Click:connect(function()
  4594. headwalking = not headwalking
  4595. end)
  4596. Spammer = false
  4597. Spam.MouseButton1Click:connect(function()
  4598. Spammer = not Spammer
  4599. end)
  4600. stuck = false
  4601. Stick.MouseButton1Click:connect(function()
  4602. stuck = not stuck
  4603. end)
  4604. TeleportTo.MouseButton1Click:connect(function()
  4605. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4606. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  4607. end
  4608. end)
  4609.  
  4610. orbital = false
  4611. Orbit.MouseButton1Click:connect(function()
  4612. orbital = not orbital
  4613. if orbital then
  4614. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4615. local o = Instance.new("RocketPropulsion")
  4616. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4617. o.Name = "Orbit"
  4618. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4619. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  4620. o:Fire()
  4621. game:GetService('RunService').Stepped:connect(function()
  4622. if orbital then
  4623. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4624. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4625. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4626. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4627. end
  4628. end)
  4629. end
  4630. else
  4631. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  4632. Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4633. end
  4634. end)
  4635.  
  4636. currentview = false
  4637. View.MouseButton1Click:connect(function()
  4638. currentview = not currentview
  4639. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4640. if currentview then
  4641. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4642. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  4643. else
  4644. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  4645. View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  4646. end
  4647. end
  4648. end)
  4649.  
  4650. floating = false
  4651. Float.MouseButton1Click:connect(function()
  4652. floating = not floating
  4653. if floating then
  4654. Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4655. local y = Instance.new("RocketPropulsion")
  4656. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4657. y.CartoonFactor = 1
  4658. y.MaxThrust = 50000
  4659. y.MaxSpeed = 1000
  4660. y.ThrustP = 50000
  4661. y.Name = "Float"
  4662. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4663. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4664. y.Target = game.Players[v.Name].Character.Head
  4665. y:Fire()
  4666. game:GetService('RunService').Stepped:connect(function()
  4667. if floating then
  4668. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4669. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4670. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4671. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4672. end
  4673. end)
  4674. while wait(0.3) do
  4675. if floating then
  4676. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  4677. end
  4678. end
  4679. end
  4680. else
  4681. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4682. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  4683. Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4684. end
  4685. end)
  4686.  
  4687. local Anim = Instance.new("Animation")
  4688. Anim.AnimationId = "rbxassetid://282574440"
  4689. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4690. flattening = false
  4691. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4692. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4693. flattening = false
  4694. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4695. end)
  4696. Flatten.MouseButton1Click:connect(function()
  4697. flattening = not flattening
  4698. if flattening then
  4699. Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4700. local y = Instance.new("RocketPropulsion")
  4701. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4702. y.CartoonFactor = 1
  4703. y.MaxThrust = 50000
  4704. y.MaxSpeed = 1000
  4705. y.ThrustP = 50000
  4706. y.Name = "Flatten"
  4707. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4708. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4709. y.Target = game.Players[v.Name].Character["Left Leg"]
  4710. y:Fire()
  4711. track:Play(.1, 1, 1)
  4712. game:GetService('RunService').Stepped:connect(function()
  4713. if flattening then
  4714. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4715. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4716. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4717. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4718. end
  4719. end)
  4720. while wait(0.3) do
  4721. if flattening then
  4722. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  4723. end
  4724. end
  4725. end
  4726. else
  4727. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4728. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  4729. track:Stop()
  4730. Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4731. end
  4732. end)
  4733.  
  4734. SlowAttracting = false
  4735. SlowAttract.MouseButton1Click:connect(function()
  4736. SlowAttracting = not SlowAttracting
  4737. if SlowAttracting then
  4738. SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4739. local b = Instance.new("RocketPropulsion")
  4740. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4741. b.TurnD = 5000
  4742. b.MaxThrust = 5000
  4743. b.MaxSpeed = 200
  4744. b.ThrustP = 5000
  4745. b.CartoonFactor = 1
  4746. b.Name = "SlowAttract"
  4747. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4748. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  4749. b:Fire()
  4750. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4751. game:GetService('RunService').Stepped:connect(function()
  4752. if SlowAttracting then
  4753. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4754. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4755. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4756. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4757. end
  4758. end)
  4759. end
  4760. else
  4761. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4762. game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  4763. SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4764. end
  4765. end)
  4766.  
  4767. AimHeading = false
  4768. AimHead.MouseButton1Click:connect(function()
  4769. AimHeading = not AimHeading
  4770. if AimHeading then
  4771. AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4772. local b = Instance.new("RocketPropulsion")
  4773. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4774. b.TurnP = 2500
  4775. b.MaxThrust = 50000
  4776. b.MaxSpeed = 1000
  4777. b.ThrustP = 50000
  4778. b.CartoonFactor = 1
  4779. b.Name = "AimHead"
  4780. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4781. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4782. b.Target = game.Players[v.Name].Character.Head
  4783. b:Fire()
  4784. game:GetService('RunService').Stepped:connect(function()
  4785. if AimHeading then
  4786. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4787. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4788. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4789. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4790. end
  4791. end)
  4792. end
  4793. else
  4794. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4795. game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  4796. AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4797. end
  4798. end)
  4799.  
  4800. Multipleing = false
  4801. Multiple.MouseButton1Click:connect(function()
  4802. Multipleing = not Multipleing
  4803. if Multipleing then
  4804. Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4805. local t1 = Instance.new("RocketPropulsion")
  4806. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4807. t1.TurnP = 30000
  4808. t1.MaxThrust = 30000
  4809. t1.MaxSpeed = 1000
  4810. t1.ThrustP = 30000
  4811. t1.CartoonFactor = 1
  4812. t1.Name = "one"
  4813. local t2 = Instance.new("RocketPropulsion")
  4814. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4815. t2.TurnP = 30000
  4816. t2.MaxThrust = 30000
  4817. t2.MaxSpeed = 1000
  4818. t2.ThrustP = 30000
  4819. t2.CartoonFactor = 1
  4820. t2.Name = "two"
  4821. local t3 = Instance.new("RocketPropulsion")
  4822. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4823. t3.TurnP = 30000
  4824. t3.MaxThrust = 30000
  4825. t3.MaxSpeed = 1000
  4826. t3.ThrustP = 30000
  4827. t3.CartoonFactor = 1
  4828. t3.Name = "three"
  4829. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4830. t1.Target = game.Players[v.Name].Character.Torso
  4831. t1:Fire()
  4832. t2.Target = game.Players[v.Name].Character["Right Leg"]
  4833. t2:Fire()
  4834. t3.Target = game.Players[v.Name].Character["Left Arm"]
  4835. t3:Fire()
  4836. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4837. game:GetService('RunService').Stepped:connect(function()
  4838. if Multipleing then
  4839. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4840. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4841. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4842. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4843. end
  4844. end)
  4845. end
  4846. else
  4847. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4848. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  4849. game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
  4850. game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
  4851. Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4852. end
  4853. end)
  4854.  
  4855. local Anim = Instance.new("Animation")
  4856. Anim.AnimationId = "rbxassetid://215384594"
  4857. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4858. Violenting = false
  4859. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4860. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4861. Violenting = false
  4862. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4863. end)
  4864. Violent.MouseButton1Click:connect(function()
  4865. Violenting = not Violenting
  4866. if Violenting then
  4867. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4868. local y = Instance.new("RocketPropulsion")
  4869. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4870. y.CartoonFactor = 1
  4871. y.MaxThrust = 50000
  4872. y.MaxSpeed = 1000
  4873. y.ThrustP = 50000
  4874. y.Name = "Violent"
  4875. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4876. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  4877. y:Fire()
  4878. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4879. track:Play(.1, 1, 10)
  4880. game:GetService('RunService').Stepped:connect(function()
  4881. if Violenting then
  4882. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4883. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4884. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4885. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4886. end
  4887. end)
  4888. end
  4889. else
  4890. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4891. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  4892. track:Stop()
  4893. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4894. end
  4895. end)
  4896.  
  4897. local Anim = Instance.new("Animation")
  4898. Anim.AnimationId = "rbxassetid://215384594"
  4899. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4900. Violenting = false
  4901. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  4902. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  4903. Violenting = false
  4904. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4905. end)
  4906. Violent.MouseButton1Click:connect(function()
  4907. Violenting = not Violenting
  4908. if Violenting then
  4909. Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4910. local y = Instance.new("RocketPropulsion")
  4911. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4912. y.CartoonFactor = 1
  4913. y.MaxThrust = 500000
  4914. y.MaxSpeed = 1000
  4915. y.ThrustP = 50000
  4916. y.Name = "Violent"
  4917. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  4918. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  4919. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  4920. y:Fire()
  4921. track:Play(.1, 1, 10)
  4922. game:GetService('RunService').Stepped:connect(function()
  4923. if Violenting then
  4924. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4925. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4926. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4927. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4928. end
  4929. end)
  4930. end
  4931. else
  4932. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  4933. game.Players.LocalPlayer.Character.HumanoidRootPart.Violent:Destroy()
  4934. track:Stop()
  4935. Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4936. end
  4937. end)
  4938.  
  4939. WeirdOrbital = false
  4940. WeirdOrbit.MouseButton1Click:connect(function()
  4941. WeirdOrbital = not WeirdOrbital
  4942. if WeirdOrbital then
  4943. WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4944. local o = Instance.new("RocketPropulsion")
  4945. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4946. o.TurnD = 50000
  4947. o.Name = "WeirdOrbit"
  4948. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  4949. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  4950. o:Fire()
  4951. game:GetService('RunService').Stepped:connect(function()
  4952. if WeirdOrbital then
  4953. game.Players.LocalPlayer.Character.Head.CanCollide = false
  4954. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  4955. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  4956. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  4957. end
  4958. end)
  4959. end
  4960. else
  4961. game.Players.LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy()
  4962. WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  4963. end
  4964. end)
  4965.  
  4966. Maxing = false
  4967. Max.MouseButton1Click:connect(function()
  4968. Maxing = not Maxing
  4969. if Maxing then
  4970. Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  4971. local t1 = Instance.new("RocketPropulsion")
  4972. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4973. t1.TurnP = 100000
  4974. t1.MaxThrust = 100000
  4975. t1.MaxSpeed = 5000
  4976. t1.ThrustP = 100000
  4977. t1.CartoonFactor = 1
  4978. t1.Name = "onee"
  4979. local t2 = Instance.new("RocketPropulsion")
  4980. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4981. t2.TurnP = 100000
  4982. t2.MaxThrust = 100000
  4983. t2.MaxSpeed = 5000
  4984. t2.ThrustP = 100000
  4985. t2.CartoonFactor = 1
  4986. t2.Name = "twoo"
  4987. local t3 = Instance.new("RocketPropulsion")
  4988. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4989. t3.TurnP = 100000
  4990. t3.MaxThrust = 100000
  4991. t3.MaxSpeed = 5000
  4992. t3.ThrustP = 100000
  4993. t3.CartoonFactor = 1
  4994. t3.Name = "threee"
  4995. local t4 = Instance.new("RocketPropulsion")
  4996. t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  4997. t4.TurnP = 100000
  4998. t4.MaxThrust = 100000
  4999. t4.MaxSpeed = 5000
  5000. t4.ThrustP = 100000
  5001. t4.CartoonFactor = 1
  5002. t4.Name = "fourr"
  5003. local t5 = Instance.new("RocketPropulsion")
  5004. t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5005. t5.TurnP = 100000
  5006. t5.MaxThrust = 100000
  5007. t5.MaxSpeed = 5000
  5008. t5.ThrustP = 100000
  5009. t5.CartoonFactor = 1
  5010. t5.Name = "fivee"
  5011. local t6 = Instance.new("RocketPropulsion")
  5012. t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5013. t6.TurnP = 100000
  5014. t6.MaxThrust = 100000
  5015. t6.MaxSpeed = 5000
  5016. t6.ThrustP = 100000
  5017. t6.CartoonFactor = 1
  5018. t6.Name = "sixx"
  5019. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  5020. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  5021. t1.Target = game.Players[v.Name].Character.Torso
  5022. t1:Fire()
  5023. t2.Target = game.Players[v.Name].Character["Right Leg"]
  5024. t2:Fire()
  5025. t3.Target = game.Players[v.Name].Character["Left Arm"]
  5026. t3:Fire()
  5027. t4.Target = game.Players[v.Name].Character["Left Leg"]
  5028. t4:Fire()
  5029. t5.Target = game.Players[v.Name].Character["Right Arm"]
  5030. t5:Fire()
  5031. t6.Target = game.Players[v.Name].Character.Head
  5032. t6:Fire()
  5033. game:GetService('RunService').Stepped:connect(function()
  5034. if Maxing then
  5035. game.Players.LocalPlayer.Character.Head.CanCollide = false
  5036. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  5037. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  5038. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  5039. end
  5040. end)
  5041. end
  5042. else
  5043. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5044. game.Players.LocalPlayer.Character.HumanoidRootPart.onee:Destroy()
  5045. game.Players.LocalPlayer.Character.HumanoidRootPart.twoo:Destroy()
  5046. game.Players.LocalPlayer.Character.HumanoidRootPart.threee:Destroy()
  5047. game.Players.LocalPlayer.Character.HumanoidRootPart.fourr:Destroy()
  5048. game.Players.LocalPlayer.Character.HumanoidRootPart.fivee:Destroy()
  5049. game.Players.LocalPlayer.Character.HumanoidRootPart.sixx:Destroy()
  5050. Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5051. end
  5052. end)
  5053.  
  5054. local Anim = Instance.new("Animation")
  5055. Anim.AnimationId = "rbxassetid://184574340"
  5056. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5057. Animateding = false
  5058. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  5059. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  5060. Animateding = false
  5061. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5062. end)
  5063. Animated.MouseButton1Click:connect(function()
  5064. Animateding = not Animateding
  5065. if Animateding then
  5066. Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726)
  5067. local y = Instance.new("RocketPropulsion")
  5068. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5069. y.CartoonFactor = 1
  5070. y.MaxThrust = 200000
  5071. y.MaxSpeed = 1000
  5072. y.ThrustP = 50000
  5073. y.Name = "Animated"
  5074. for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do
  5075. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  5076. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  5077. y:Fire()
  5078. track:Play(.1, 1, 10)
  5079. game:GetService('RunService').Stepped:connect(function()
  5080. if Animateding then
  5081. game.Players.LocalPlayer.Character.Head.CanCollide = false
  5082. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  5083. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  5084. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  5085. end
  5086. end)
  5087. end
  5088. else
  5089. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5090. game.Players.LocalPlayer.Character.HumanoidRootPart.Animated:Destroy()
  5091. track:Stop()
  5092. Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726)
  5093. end
  5094. end)
  5095.  
  5096. Attach.MouseButton1Click:connect(function()
  5097. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  5098. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5099. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5100. l.Parent = game.Players.LocalPlayer.Character
  5101. l.Name = "Humanoid"
  5102. wait(0.1)
  5103. game.Players.LocalPlayer.Character["1"]:Destroy()
  5104. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5105. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5106. wait(0.1)
  5107. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5108. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5109. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5110. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  5111. end
  5112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  5113. end
  5114. end)
  5115.  
  5116. superspinning = false
  5117. SuperSpin.MouseButton1Click:connect(function()
  5118. superspinning = not superspinning
  5119. if superspinning then
  5120. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294)
  5121. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  5122. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5123. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5124. l.Parent = game.Players.LocalPlayer.Character
  5125. l.Name = "Humanoid"
  5126. wait(0.1)
  5127. game.Players.LocalPlayer.Character["1"]:Destroy()
  5128. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5129. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5130. wait(0.1)
  5131. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5132. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5133. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5134. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  5135. end
  5136. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  5137. wait(1)
  5138. while wait() do
  5139. if superspinning then
  5140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5141. end
  5142. end
  5143. end
  5144. else
  5145. SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  5146. end
  5147. end)
  5148.  
  5149. Kill.MouseButton1Click:connect(function()
  5150. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  5151. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5152. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5153. l.Parent = game.Players.LocalPlayer.Character
  5154. l.Name = "Humanoid"
  5155. wait(0.1)
  5156. game.Players.LocalPlayer.Character["1"]:Destroy()
  5157. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5158. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5159. wait(0.1)
  5160. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5161. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5162. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5163. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  5164. end
  5165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5166. wait(0.2)
  5167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5168. wait(0.4)
  5169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  5170. end
  5171. end)
  5172.  
  5173. SafeKill.MouseButton1Click:connect(function()
  5174. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5175. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5176. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5177. l.Parent = game.Players.LocalPlayer.Character
  5178. l.Name = "Humanoid"
  5179. wait(0.1)
  5180. game.Players.LocalPlayer.Character["1"]:Destroy()
  5181. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5182. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5183. wait(0.1)
  5184. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5185. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5186. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5187. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  5188. end
  5189. local function tp(player,player2)
  5190. local char1,char2=player.Character,player2.Character
  5191. if char1 and char2 then
  5192. char1:MoveTo(char2.Head.Position)
  5193. end
  5194. end
  5195. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  5196. wait(0.1)
  5197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5198. wait(0.2)
  5199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5200. wait(0.2)
  5201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000))
  5202. wait(0.7)
  5203. tp(game.Players.LocalPlayer,game.Players[v.Name])
  5204. wait(0.7)
  5205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  5206. end
  5207. end)
  5208.  
  5209. Bring.MouseButton1Click:connect(function()
  5210. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5211. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5212. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5213. l.Parent = game.Players.LocalPlayer.Character
  5214. l.Name = "Humanoid"
  5215. wait(0.1)
  5216. game.Players.LocalPlayer.Character["1"]:Destroy()
  5217. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5218. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5219. wait(0.1)
  5220. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5221. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5222. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5223. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  5224. end
  5225.  
  5226. local function tp(player,player2)
  5227. local char1,char2=player.Character,player2.Character
  5228. if char1 and char2 then
  5229. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  5230. end
  5231. end
  5232.  
  5233. local function getout(player,player2)
  5234. local char1,char2=player.Character,player2.Character
  5235. if char1 and char2 then
  5236. char1:MoveTo(char2.Head.Position)
  5237. end
  5238. end
  5239.  
  5240. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  5241. tp(game.Players[v.Name], game.Players.LocalPlayer)
  5242. wait(0.2)
  5243. tp(game.Players[v.Name], game.Players.LocalPlayer)
  5244. wait(0.5)
  5245. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  5246. wait(0.5)
  5247. getout(game.Players.LocalPlayer, game.Players[v.Name])
  5248. wait(0.3)
  5249. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  5250. end
  5251. end)
  5252.  
  5253. FreeFall.MouseButton1Click:connect(function()
  5254. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5255. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5256. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5257. l.Parent = game.Players.LocalPlayer.Character
  5258. l.Name = "Humanoid"
  5259. wait(0.1)
  5260. game.Players.LocalPlayer.Character["1"]:Destroy()
  5261. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5262. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5263. wait(0.1)
  5264. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5265. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5266. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5267. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  5268. end
  5269. for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do
  5270. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5271. wait(0.2)
  5272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5273. wait(0.6)
  5274. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  5275. wait(0.6)
  5276. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  5277. end
  5278. end)
  5279.  
  5280. while wait() do
  5281. if SpammingChar then
  5282. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All")
  5283. Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137)
  5284. wait(0.5)
  5285. else
  5286. Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  5287. end
  5288. if annoying then
  5289. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  5290. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5291. Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  5292. end
  5293. else
  5294. Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  5295. end
  5296. if Carpett then
  5297. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  5298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  5299. Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  5300. end
  5301. else
  5302. Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  5303. end
  5304. if following then
  5305. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  5306. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  5307. Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  5308. end
  5309. else
  5310. Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  5311. end
  5312. if headwalking then
  5313. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  5314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  5315. HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  5316. end
  5317. else
  5318. HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  5319. end
  5320. if Spammer then
  5321. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  5322. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  5323. Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  5324. wait(0.5)
  5325. end
  5326. else
  5327. Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  5328. end
  5329. if watching then
  5330. for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do
  5331. CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471)
  5332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, game.Players[v.Name].Character.Torso.Position)
  5333. end
  5334. else
  5335. CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471)
  5336. end
  5337. end
  5338. end)
  5339.  
  5340. FlingGui.Name = "Fling Gui"
  5341. FlingGui.Parent = Page2
  5342. FlingGui.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  5343. FlingGui.BorderSizePixel = 2
  5344. FlingGui.Position = UDim2.new(0.105105184, 0, 0.505025148, 0)
  5345. FlingGui.Size = UDim2.new(0, 81, 0, 44)
  5346. FlingGui.Font = Enum.Font.GothamBlack
  5347. FlingGui.FontSize = Enum.FontSize.Size14
  5348. FlingGui.Text = "Fling Gui"
  5349. FlingGui.TextColor3 = Color3.new(0, 0, 0)
  5350. FlingGui.TextSize = 14
  5351. FlingGui.MouseButton1Down:connect(function()
  5352. -- Made By JackMcJagger15
  5353. local FlingKill = Instance.new("ScreenGui")
  5354. local Main = Instance.new("Frame")
  5355. local Label = Instance.new("Frame")
  5356. local Shadow = Instance.new("Frame")
  5357. local StartKill = Instance.new("TextButton")
  5358. local StopKill = Instance.new("TextButton")
  5359. local Instructions = Instance.new("TextLabel")
  5360. local CurrentPower = Instance.new("TextLabel")
  5361. local Recomendation = Instance.new("TextLabel")
  5362. local NameOfGui = Instance.new("TextLabel")
  5363. local Exit = Instance.new("TextButton")
  5364. local UPArrow = Instance.new("TextButton")
  5365. local DownArrow = Instance.new("TextButton")
  5366.  
  5367. -- Properties
  5368.  
  5369. FlingKill.Name = "Fling/Kill"
  5370. FlingKill.Parent = game.CoreGui
  5371.  
  5372. Main.Name = "Main"
  5373. Main.Parent = FlingKill
  5374. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  5375. Main.BorderSizePixel = 0
  5376. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  5377. Main.Size = UDim2.new(0, 217, 0, 233)
  5378. Main.Selectable = true
  5379. Main.Active = true
  5380. Main.Draggable = true
  5381.  
  5382. Label.Name = "Label"
  5383. Label.Parent = Main
  5384. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  5385. Label.BorderSizePixel = 0
  5386. Label.Size = UDim2.new(0, 217, 0, 27)
  5387.  
  5388. Shadow.Name = "Shadow"
  5389. Shadow.Parent = Main
  5390. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  5391. Shadow.BorderSizePixel = 0
  5392. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  5393. Shadow.Size = UDim2.new(0, 217, 0, 9)
  5394.  
  5395. StartKill.Name = "StartKill"
  5396. StartKill.Parent = Main
  5397. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  5398. StartKill.BorderSizePixel = 0
  5399. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  5400. StartKill.Size = UDim2.new(0, 126, 0, 23)
  5401. StartKill.Font = Enum.Font.Cartoon
  5402. StartKill.Text = "FE Kill/Fling"
  5403. StartKill.TextColor3 = Color3.new(0, 0, 0)
  5404. StartKill.TextSize = 14
  5405.  
  5406. StopKill.Name = "StopKill"
  5407. StopKill.Parent = Main
  5408. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  5409. StopKill.BorderSizePixel = 0
  5410. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  5411. StopKill.Size = UDim2.new(0, 124, 0, 23)
  5412. StopKill.Font = Enum.Font.Cartoon
  5413. StopKill.Text = "Stop FE Kill/Fling"
  5414. StopKill.TextColor3 = Color3.new(0, 0, 0)
  5415. StopKill.TextSize = 14
  5416.  
  5417. Instructions.Name = "Instructions"
  5418. Instructions.Parent = Main
  5419. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  5420. Instructions.BackgroundTransparency = 1
  5421. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  5422. Instructions.Size = UDim2.new(0, 200, 0, 32)
  5423. Instructions.Font = Enum.Font.Cartoon
  5424. Instructions.Text = "Just touch someone to watch the fly to their death!"
  5425. Instructions.TextColor3 = Color3.new(0, 0, 0)
  5426. Instructions.TextSize = 14
  5427. Instructions.TextWrapped = true
  5428.  
  5429. CurrentPower.Name = "CurrentPower"
  5430. CurrentPower.Parent = Main
  5431. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  5432. CurrentPower.BackgroundTransparency = 1
  5433. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  5434. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  5435. CurrentPower.Font = Enum.Font.Cartoon
  5436. CurrentPower.Text = "Current Power = 5"
  5437. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  5438. CurrentPower.TextSize = 14
  5439.  
  5440. Recomendation.Name = "Recomendation"
  5441. Recomendation.Parent = Main
  5442. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  5443. Recomendation.BackgroundTransparency = 1
  5444. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  5445. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  5446. Recomendation.Font = Enum.Font.Cartoon
  5447. Recomendation.Text = "Recommended Power is 5"
  5448. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  5449. Recomendation.TextSize = 14
  5450.  
  5451. NameOfGui.Name = "NameOfGui"
  5452. NameOfGui.Parent = Main
  5453. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  5454. NameOfGui.BackgroundTransparency = 1
  5455. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  5456. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  5457. NameOfGui.Font = Enum.Font.Cartoon
  5458. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  5459. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  5460. NameOfGui.TextSize = 14
  5461.  
  5462. Exit.Name = "Exit"
  5463. Exit.Parent = Main
  5464. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  5465. Exit.BackgroundTransparency = 1
  5466. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  5467. Exit.Size = UDim2.new(0, 20, 0, 27)
  5468. Exit.Font = Enum.Font.Cartoon
  5469. Exit.Text = "X"
  5470. Exit.TextColor3 = Color3.new(0, 0, 0)
  5471. Exit.TextSize = 14
  5472.  
  5473. UPArrow.Name = "UPArrow"
  5474. UPArrow.Parent = Main
  5475. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  5476. UPArrow.BackgroundTransparency = 1
  5477. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  5478. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  5479. UPArrow.Font = Enum.Font.Cartoon
  5480. UPArrow.Text = "Up"
  5481. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  5482. UPArrow.TextSize = 12
  5483. UPArrow.TextWrapped = true
  5484.  
  5485. DownArrow.Name = "DownArrow"
  5486. DownArrow.Parent = Main
  5487. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  5488. DownArrow.BackgroundTransparency = 1
  5489. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  5490. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  5491. DownArrow.Font = Enum.Font.Cartoon
  5492. DownArrow.Text = "Down"
  5493. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  5494. DownArrow.TextSize = 12
  5495. DownArrow.TextWrapped = true
  5496.  
  5497. power = 500
  5498. active = false
  5499. local val = Instance.new("IntValue")
  5500. val.Name = "Number"
  5501. val.Parent = game.Players.LocalPlayer
  5502. val.Value = 5
  5503.  
  5504. Exit.MouseButton1Click:connect(function()
  5505. FlingKill.Enabled = false
  5506. end)
  5507.  
  5508. StartKill.MouseButton1Click:connect(function()
  5509. game:GetService('RunService').Stepped:connect(function()
  5510. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  5511. game.Players.LocalPlayer.Character.Head.CanCollide = false
  5512. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  5513. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  5514. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  5515. else
  5516. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  5517. game.Players.LocalPlayer.Character.Head.CanCollide = false
  5518. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  5519. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  5520. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  5521. end
  5522. end
  5523. end)
  5524. wait(.1)
  5525. local bambam = Instance.new("BodyThrust")
  5526. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  5527. bambam.Force = Vector3.new(power,0,power)
  5528. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  5529. end)
  5530.  
  5531. StopKill.MouseButton1Click:connect(function()
  5532. active = false
  5533. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  5534. end)
  5535.  
  5536. UPArrow.MouseButton1Click:connect(function()
  5537. power = power + 100
  5538. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  5539. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  5540. end)
  5541.  
  5542. DownArrow.MouseButton1Click:connect(function()
  5543. power = power - 100
  5544. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  5545. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  5546. end)
  5547.  
  5548. end)
  5549.  
  5550. Hyper.Name = "Hyper"
  5551. Hyper.Parent = Page2
  5552. Hyper.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  5553. Hyper.BorderSizePixel = 2
  5554. Hyper.Position = UDim2.new(0.642642736, 0, 0.630653262, 0)
  5555. Hyper.Size = UDim2.new(0, 81, 0, 44)
  5556. Hyper.Font = Enum.Font.GothamBlack
  5557. Hyper.FontSize = Enum.FontSize.Size14
  5558. Hyper.Text = "HyperTotal"
  5559. Hyper.TextColor3 = Color3.new(0, 0, 0)
  5560. Hyper.TextScaled = true
  5561. Hyper.TextSize = 14
  5562. Hyper.TextWrapped = true
  5563. Hyper.MouseButton1Down:connect(function()
  5564. -- Credit to Timeless/xFunnieuss for the partial names/short names
  5565. -- Credit to Zorua/iamnotaweb for testing
  5566.  
  5567. -- Objects
  5568.  
  5569. local HyperTotal = Instance.new("ScreenGui")
  5570. local MainFrame = Instance.new("Frame")
  5571. local TopFrame = Instance.new("Frame")
  5572. local Title = Instance.new("TextLabel")
  5573. local EnterUsername = Instance.new("TextBox")
  5574. local CloseGUI = Instance.new("TextButton")
  5575. local CreditTXT = Instance.new("TextLabel")
  5576. local Sections = Instance.new("Frame")
  5577. local INTRO = Instance.new("Frame")
  5578. local FE_CHECK = Instance.new("TextLabel")
  5579. local Guide1 = Instance.new("TextLabel")
  5580. local Guide2 = Instance.new("TextLabel")
  5581. local Credit = Instance.new("TextLabel")
  5582. local RocketPropulsion = Instance.new("Frame")
  5583. local ROCKETPROPULSIONGUIDE = Instance.new("TextLabel")
  5584. local Push = Instance.new("TextButton")
  5585. local Flatten = Instance.new("TextButton")
  5586. local Float = Instance.new("TextButton")
  5587. local Stick = Instance.new("TextButton")
  5588. local AimHead = Instance.new("TextButton")
  5589. local SlowAttract = Instance.new("TextButton")
  5590. local Experimental = Instance.new("TextButton")
  5591. local Multiple = Instance.new("TextButton")
  5592. local Teleportation = Instance.new("Frame")
  5593. local TELEPORTATIONGUIDE = Instance.new("TextLabel")
  5594. local TeleportTo = Instance.new("TextButton")
  5595. local LockOn = Instance.new("TextButton")
  5596. local LockArm = Instance.new("TextButton")
  5597. local LockLeg = Instance.new("TextButton")
  5598. local LockHead = Instance.new("TextButton")
  5599. local LockMax = Instance.new("TextButton")
  5600. local LockAbove = Instance.new("TextButton")
  5601. local Trail = Instance.new("TextButton")
  5602. local Tools = Instance.new("Frame")
  5603. local TOOLSGUIDE = Instance.new("TextLabel")
  5604. local Kill = Instance.new("TextButton")
  5605. local KillSurvive = Instance.new("TextButton")
  5606. local Attach = Instance.new("TextButton")
  5607. local Bring = Instance.new("TextButton")
  5608. local SuperSpin = Instance.new("TextButton")
  5609. local FreeFall = Instance.new("TextButton")
  5610. local AttachExperimental = Instance.new("TextButton")
  5611. local GiveTool = Instance.new("TextButton")
  5612. local Basic = Instance.new("Frame")
  5613. local BASICGUIDE = Instance.new("TextLabel")
  5614. local Speed = Instance.new("TextButton")
  5615. local JumpHeight = Instance.new("TextButton")
  5616. local Chat = Instance.new("TextButton")
  5617. local Spam = Instance.new("TextButton")
  5618. local Fly = Instance.new("TextButton")
  5619. local Noclip = Instance.new("TextButton")
  5620. local HipHeight = Instance.new("TextButton")
  5621. local STATCHANGE = Instance.new("TextBox")
  5622. local CHATBOX = Instance.new("TextBox")
  5623. local Local_Player = Instance.new("Frame")
  5624. local Local_PlayerGUIDE = Instance.new("TextLabel")
  5625. local CrazySpin = Instance.new("TextButton")
  5626. local CrouchRocket = Instance.new("TextButton")
  5627. local Flip = Instance.new("TextButton")
  5628. local CloneIllusion = Instance.new("TextButton")
  5629. local Levitate = Instance.new("TextButton")
  5630. local Dinosaur = Instance.new("TextButton")
  5631. local Glitchy = Instance.new("TextButton")
  5632. local NoLimbs = Instance.new("TextButton")
  5633. local Animations = Instance.new("Frame")
  5634. local ANIMATIONSGUIDE = Instance.new("TextLabel")
  5635. local _18 = Instance.new("TextButton")
  5636. local Hide = Instance.new("TextButton")
  5637. local PushLock = Instance.new("TextButton")
  5638. local SlamOn = Instance.new("TextButton")
  5639. local LevitateOn = Instance.new("TextButton")
  5640. local Dance = Instance.new("TextButton")
  5641. local ExperimentalAnimation = Instance.new("TextButton")
  5642. local Carpet = Instance.new("TextButton")
  5643. local Extra = Instance.new("Frame")
  5644. local EXTRAGUIDE = Instance.new("TextLabel")
  5645. local Sit = Instance.new("TextButton")
  5646. local Jump = Instance.new("TextButton")
  5647. local PlatformStand = Instance.new("TextButton")
  5648. local Freeze = Instance.new("TextButton")
  5649. local Insane = Instance.new("TextButton")
  5650. local TPVoid = Instance.new("TextButton")
  5651. local Unknown = Instance.new("TextButton")
  5652. local Reset = Instance.new("TextButton")
  5653. local SelectTabs = Instance.new("ScrollingFrame")
  5654. local RocketPropulsionTAB = Instance.new("TextButton")
  5655. local TeleportationTAB = Instance.new("TextButton")
  5656. local ToolsTAB = Instance.new("TextButton")
  5657. local AnimationsTAB = Instance.new("TextButton")
  5658. local BasicTAB = Instance.new("TextButton")
  5659. local Local_PlayerTAB = Instance.new("TextButton")
  5660. local ExtraTAB = Instance.new("TextButton")
  5661. local SideTopFrame = Instance.new("Frame")
  5662. local SideTitle = Instance.new("TextLabel")
  5663. local OpenGUI = Instance.new("TextButton")
  5664. local SideCreditTXT = Instance.new("TextLabel")
  5665. local SideFrame = Instance.new("Frame")
  5666. local BrickFrame = Instance.new("Frame")
  5667.  
  5668. -- Properties
  5669.  
  5670. HyperTotal.Name = "HyperTotal"
  5671. HyperTotal.Parent = game.CoreGui
  5672.  
  5673. MainFrame.Name = "MainFrame"
  5674. MainFrame.Parent = HyperTotal
  5675. MainFrame.Active = true
  5676. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5677. MainFrame.BackgroundTransparency = 1
  5678. MainFrame.Draggable = true
  5679. MainFrame.Position = UDim2.new(0.348623842, 0, 1, 0)
  5680. MainFrame.Size = UDim2.new(0, 350, 0, 270)
  5681.  
  5682. TopFrame.Name = "TopFrame"
  5683. TopFrame.Parent = MainFrame
  5684. TopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5685. TopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5686. TopFrame.BorderSizePixel = 2
  5687. TopFrame.Position = UDim2.new(-0.286500663, 0, 0, 0)
  5688. TopFrame.Size = UDim2.new(0, 450, 0, 40)
  5689. TopFrame.ZIndex = 9
  5690.  
  5691. Title.Name = "Title"
  5692. Title.Parent = TopFrame
  5693. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5694. Title.BackgroundTransparency = 1
  5695. Title.Position = UDim2.new(0.356534153, 0, 0, 0)
  5696. Title.Size = UDim2.new(0, 150, 0, 40)
  5697. Title.ZIndex = 10
  5698. Title.Font = Enum.Font.SourceSansItalic
  5699. Title.FontSize = Enum.FontSize.Size36
  5700. Title.Text = "HyperTotal"
  5701. Title.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
  5702. Title.TextSize = 35
  5703. Title.TextWrapped = true
  5704.  
  5705. EnterUsername.Name = "EnterUsername"
  5706. EnterUsername.Parent = TopFrame
  5707. EnterUsername.BackgroundColor3 = Color3.new(1, 1, 1)
  5708. EnterUsername.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
  5709. EnterUsername.BorderSizePixel = 2
  5710. EnterUsername.Position = UDim2.new(0.0199999996, 0, 0.200000003, 0)
  5711. EnterUsername.Size = UDim2.new(0, 120, 0, 24)
  5712. EnterUsername.ZIndex = 10
  5713. EnterUsername.Font = Enum.Font.SourceSans
  5714. EnterUsername.FontSize = Enum.FontSize.Size14
  5715. EnterUsername.Text = ""
  5716. EnterUsername.TextScaled = true
  5717. EnterUsername.TextSize = 14
  5718. EnterUsername.TextWrapped = true
  5719.  
  5720. CloseGUI.Name = "CloseGUI"
  5721. CloseGUI.Parent = TopFrame
  5722. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  5723. CloseGUI.BackgroundTransparency = 1
  5724. CloseGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
  5725. CloseGUI.Size = UDim2.new(0, 40, 0, 40)
  5726. CloseGUI.ZIndex = 10
  5727. CloseGUI.Font = Enum.Font.SourceSansBold
  5728. CloseGUI.FontSize = Enum.FontSize.Size60
  5729. CloseGUI.Text = "X"
  5730. CloseGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
  5731. CloseGUI.TextSize = 50
  5732. CloseGUI.TextWrapped = true
  5733.  
  5734. CreditTXT.Name = "CreditTXT"
  5735. CreditTXT.Parent = TopFrame
  5736. CreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
  5737. CreditTXT.BackgroundTransparency = 1
  5738. CreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
  5739. CreditTXT.Rotation = -17
  5740. CreditTXT.Size = UDim2.new(0, 90, 0, 20)
  5741. CreditTXT.ZIndex = 10
  5742. CreditTXT.Font = Enum.Font.SourceSansItalic
  5743. CreditTXT.FontSize = Enum.FontSize.Size24
  5744. CreditTXT.Text = "illremember"
  5745. CreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
  5746. CreditTXT.TextSize = 20
  5747. CreditTXT.TextWrapped = true
  5748.  
  5749. Sections.Name = "Sections"
  5750. Sections.Parent = MainFrame
  5751. Sections.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  5752. Sections.BackgroundTransparency = 1
  5753. Sections.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5754. Sections.BorderSizePixel = 2
  5755. Sections.Position = UDim2.new(0, 0, 0.148395061, 0)
  5756. Sections.Size = UDim2.new(0, 350, 0, 230)
  5757.  
  5758. INTRO.Name = "INTRO"
  5759. INTRO.Parent = Sections
  5760. INTRO.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  5761. INTRO.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5762. INTRO.BorderSizePixel = 2
  5763. INTRO.Size = UDim2.new(0, 350, 0, 230)
  5764.  
  5765. FE_CHECK.Name = "FE_CHECK"
  5766. FE_CHECK.Parent = INTRO
  5767. FE_CHECK.BackgroundColor3 = Color3.new(1, 1, 1)
  5768. FE_CHECK.BackgroundTransparency = 1
  5769. FE_CHECK.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  5770. FE_CHECK.Size = UDim2.new(0, 332, 0, 50)
  5771. FE_CHECK.Font = Enum.Font.ArialBold
  5772. FE_CHECK.FontSize = Enum.FontSize.Size14
  5773. FE_CHECK.Text = "Error loading FE Checker"
  5774. FE_CHECK.TextScaled = true
  5775. FE_CHECK.TextSize = 14
  5776. FE_CHECK.TextWrapped = true
  5777.  
  5778. Guide1.Name = "Guide1"
  5779. Guide1.Parent = INTRO
  5780. Guide1.BackgroundColor3 = Color3.new(1, 1, 1)
  5781. Guide1.BackgroundTransparency = 1
  5782. Guide1.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
  5783. Guide1.Size = UDim2.new(0, 332, 0, 80)
  5784. Guide1.Font = Enum.Font.ArialBold
  5785. Guide1.FontSize = Enum.FontSize.Size14
  5786. Guide1.Text = "Click on one of the sections to the left to begin exploiting FE Sections! Enter a name in the textbox (top left) to affect that player. You don't have to write their full username."
  5787. Guide1.TextScaled = true
  5788. Guide1.TextSize = 14
  5789. Guide1.TextStrokeColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  5790. Guide1.TextStrokeTransparency = 0.5
  5791. Guide1.TextWrapped = true
  5792.  
  5793. Guide2.Name = "Guide2"
  5794. Guide2.Parent = INTRO
  5795. Guide2.BackgroundColor3 = Color3.new(1, 1, 1)
  5796. Guide2.BackgroundTransparency = 1
  5797. Guide2.Position = UDim2.new(0.0286500659, 0, 0.217753619, 0)
  5798. Guide2.Size = UDim2.new(0, 332, 0, 50)
  5799. Guide2.Font = Enum.Font.ArialBold
  5800. Guide2.FontSize = Enum.FontSize.Size14
  5801. Guide2.Text = "This GUI is dedicated to exploiting FE Sections, affecting yourself and others"
  5802. Guide2.TextScaled = true
  5803. Guide2.TextSize = 14
  5804. Guide2.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  5805. Guide2.TextStrokeTransparency = 0
  5806. Guide2.TextWrapped = true
  5807.  
  5808. Credit.Name = "Credit"
  5809. Credit.Parent = INTRO
  5810. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  5811. Credit.BackgroundTransparency = 1
  5812. Credit.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  5813. Credit.Size = UDim2.new(0, 332, 0, 50)
  5814. Credit.Font = Enum.Font.ArialBold
  5815. Credit.FontSize = Enum.FontSize.Size14
  5816. Credit.Text = "By illremember"
  5817. Credit.TextColor3 = Color3.new(0.92549, 0.607843, 0.0901961)
  5818. Credit.TextScaled = true
  5819. Credit.TextSize = 14
  5820. Credit.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  5821. Credit.TextWrapped = true
  5822.  
  5823. RocketPropulsion.Name = "RocketPropulsion"
  5824. RocketPropulsion.Parent = Sections
  5825. RocketPropulsion.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  5826. RocketPropulsion.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5827. RocketPropulsion.BorderSizePixel = 2
  5828. RocketPropulsion.Size = UDim2.new(0, 350, 0, 230)
  5829. RocketPropulsion.Visible = false
  5830.  
  5831. ROCKETPROPULSIONGUIDE.Name = "ROCKETPROPULSIONGUIDE"
  5832. ROCKETPROPULSIONGUIDE.Parent = RocketPropulsion
  5833. ROCKETPROPULSIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  5834. ROCKETPROPULSIONGUIDE.BackgroundTransparency = 1
  5835. ROCKETPROPULSIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  5836. ROCKETPROPULSIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
  5837. ROCKETPROPULSIONGUIDE.Font = Enum.Font.ArialBold
  5838. ROCKETPROPULSIONGUIDE.FontSize = Enum.FontSize.Size14
  5839. ROCKETPROPULSIONGUIDE.Text = "Fling and push others, works best in a group of people."
  5840. ROCKETPROPULSIONGUIDE.TextScaled = true
  5841. ROCKETPROPULSIONGUIDE.TextSize = 14
  5842. ROCKETPROPULSIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  5843. ROCKETPROPULSIONGUIDE.TextStrokeTransparency = 0
  5844. ROCKETPROPULSIONGUIDE.TextWrapped = true
  5845.  
  5846. Push.Name = "Push"
  5847. Push.Parent = RocketPropulsion
  5848. Push.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5849. Push.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5850. Push.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  5851. Push.Size = UDim2.new(0, 140, 0, 25)
  5852. Push.Font = Enum.Font.SourceSans
  5853. Push.FontSize = Enum.FontSize.Size14
  5854. Push.Text = "Push"
  5855. Push.TextScaled = true
  5856. Push.TextSize = 14
  5857. Push.TextWrapped = true
  5858.  
  5859. Flatten.Name = "Flatten"
  5860. Flatten.Parent = RocketPropulsion
  5861. Flatten.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5862. Flatten.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5863. Flatten.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  5864. Flatten.Size = UDim2.new(0, 140, 0, 25)
  5865. Flatten.Font = Enum.Font.SourceSans
  5866. Flatten.FontSize = Enum.FontSize.Size14
  5867. Flatten.Text = "Flatten"
  5868. Flatten.TextScaled = true
  5869. Flatten.TextSize = 14
  5870. Flatten.TextWrapped = true
  5871.  
  5872. Float.Name = "Float"
  5873. Float.Parent = RocketPropulsion
  5874. Float.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5875. Float.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5876. Float.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  5877. Float.Size = UDim2.new(0, 140, 0, 25)
  5878. Float.Font = Enum.Font.SourceSans
  5879. Float.FontSize = Enum.FontSize.Size14
  5880. Float.Text = "Float"
  5881. Float.TextScaled = true
  5882. Float.TextSize = 14
  5883. Float.TextWrapped = true
  5884.  
  5885. Stick.Name = "Stick"
  5886. Stick.Parent = RocketPropulsion
  5887. Stick.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5888. Stick.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5889. Stick.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  5890. Stick.Size = UDim2.new(0, 140, 0, 25)
  5891. Stick.Font = Enum.Font.SourceSans
  5892. Stick.FontSize = Enum.FontSize.Size14
  5893. Stick.Text = "Stick"
  5894. Stick.TextScaled = true
  5895. Stick.TextSize = 14
  5896. Stick.TextWrapped = true
  5897.  
  5898. AimHead.Name = "AimHead"
  5899. AimHead.Parent = RocketPropulsion
  5900. AimHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5901. AimHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5902. AimHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  5903. AimHead.Size = UDim2.new(0, 140, 0, 25)
  5904. AimHead.Font = Enum.Font.SourceSans
  5905. AimHead.FontSize = Enum.FontSize.Size14
  5906. AimHead.Text = "AimHead"
  5907. AimHead.TextScaled = true
  5908. AimHead.TextSize = 14
  5909. AimHead.TextWrapped = true
  5910.  
  5911. SlowAttract.Name = "SlowAttract"
  5912. SlowAttract.Parent = RocketPropulsion
  5913. SlowAttract.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5914. SlowAttract.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5915. SlowAttract.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  5916. SlowAttract.Size = UDim2.new(0, 140, 0, 25)
  5917. SlowAttract.Font = Enum.Font.SourceSans
  5918. SlowAttract.FontSize = Enum.FontSize.Size14
  5919. SlowAttract.Text = "SlowAttract"
  5920. SlowAttract.TextScaled = true
  5921. SlowAttract.TextSize = 14
  5922. SlowAttract.TextWrapped = true
  5923.  
  5924. Experimental.Name = "Experimental"
  5925. Experimental.Parent = RocketPropulsion
  5926. Experimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5927. Experimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5928. Experimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  5929. Experimental.Size = UDim2.new(0, 140, 0, 25)
  5930. Experimental.Font = Enum.Font.SourceSans
  5931. Experimental.FontSize = Enum.FontSize.Size14
  5932. Experimental.Text = "Experimental"
  5933. Experimental.TextScaled = true
  5934. Experimental.TextSize = 14
  5935. Experimental.TextWrapped = true
  5936.  
  5937. Multiple.Name = "Multiple"
  5938. Multiple.Parent = RocketPropulsion
  5939. Multiple.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5940. Multiple.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5941. Multiple.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  5942. Multiple.Size = UDim2.new(0, 140, 0, 25)
  5943. Multiple.Font = Enum.Font.SourceSans
  5944. Multiple.FontSize = Enum.FontSize.Size14
  5945. Multiple.Text = "Multiple"
  5946. Multiple.TextScaled = true
  5947. Multiple.TextSize = 14
  5948. Multiple.TextWrapped = true
  5949.  
  5950. Teleportation.Name = "Teleportation"
  5951. Teleportation.Parent = Sections
  5952. Teleportation.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  5953. Teleportation.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5954. Teleportation.BorderSizePixel = 2
  5955. Teleportation.Size = UDim2.new(0, 350, 0, 230)
  5956. Teleportation.Visible = false
  5957.  
  5958. TELEPORTATIONGUIDE.Name = "TELEPORTATIONGUIDE"
  5959. TELEPORTATIONGUIDE.Parent = Teleportation
  5960. TELEPORTATIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  5961. TELEPORTATIONGUIDE.BackgroundTransparency = 1
  5962. TELEPORTATIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  5963. TELEPORTATIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
  5964. TELEPORTATIONGUIDE.Font = Enum.Font.ArialBold
  5965. TELEPORTATIONGUIDE.FontSize = Enum.FontSize.Size14
  5966. TELEPORTATIONGUIDE.Text = "Teleport to and annoy other players."
  5967. TELEPORTATIONGUIDE.TextScaled = true
  5968. TELEPORTATIONGUIDE.TextSize = 14
  5969. TELEPORTATIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  5970. TELEPORTATIONGUIDE.TextStrokeTransparency = 0
  5971. TELEPORTATIONGUIDE.TextWrapped = true
  5972.  
  5973. TeleportTo.Name = "TeleportTo"
  5974. TeleportTo.Parent = Teleportation
  5975. TeleportTo.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5976. TeleportTo.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5977. TeleportTo.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  5978. TeleportTo.Size = UDim2.new(0, 140, 0, 25)
  5979. TeleportTo.Font = Enum.Font.SourceSans
  5980. TeleportTo.FontSize = Enum.FontSize.Size14
  5981. TeleportTo.Text = "Teleport To"
  5982. TeleportTo.TextScaled = true
  5983. TeleportTo.TextSize = 14
  5984. TeleportTo.TextWrapped = true
  5985.  
  5986. LockOn.Name = "LockOn"
  5987. LockOn.Parent = Teleportation
  5988. LockOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  5989. LockOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  5990. LockOn.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  5991. LockOn.Size = UDim2.new(0, 140, 0, 25)
  5992. LockOn.Font = Enum.Font.SourceSans
  5993. LockOn.FontSize = Enum.FontSize.Size14
  5994. LockOn.Text = "Lock On"
  5995. LockOn.TextScaled = true
  5996. LockOn.TextSize = 14
  5997. LockOn.TextWrapped = true
  5998.  
  5999. LockArm.Name = "LockArm"
  6000. LockArm.Parent = Teleportation
  6001. LockArm.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6002. LockArm.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6003. LockArm.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  6004. LockArm.Size = UDim2.new(0, 140, 0, 25)
  6005. LockArm.Font = Enum.Font.SourceSans
  6006. LockArm.FontSize = Enum.FontSize.Size14
  6007. LockArm.Text = "Lock Arm"
  6008. LockArm.TextScaled = true
  6009. LockArm.TextSize = 14
  6010. LockArm.TextWrapped = true
  6011.  
  6012. LockLeg.Name = "LockLeg"
  6013. LockLeg.Parent = Teleportation
  6014. LockLeg.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6015. LockLeg.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6016. LockLeg.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  6017. LockLeg.Size = UDim2.new(0, 140, 0, 25)
  6018. LockLeg.Font = Enum.Font.SourceSans
  6019. LockLeg.FontSize = Enum.FontSize.Size14
  6020. LockLeg.Text = "Lock Leg"
  6021. LockLeg.TextScaled = true
  6022. LockLeg.TextSize = 14
  6023. LockLeg.TextWrapped = true
  6024.  
  6025. LockHead.Name = "LockHead"
  6026. LockHead.Parent = Teleportation
  6027. LockHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6028. LockHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6029. LockHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  6030. LockHead.Size = UDim2.new(0, 140, 0, 25)
  6031. LockHead.Font = Enum.Font.SourceSans
  6032. LockHead.FontSize = Enum.FontSize.Size14
  6033. LockHead.Text = "LockHead"
  6034. LockHead.TextScaled = true
  6035. LockHead.TextSize = 14
  6036. LockHead.TextWrapped = true
  6037.  
  6038. LockMax.Name = "LockMax"
  6039. LockMax.Parent = Teleportation
  6040. LockMax.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6041. LockMax.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6042. LockMax.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  6043. LockMax.Size = UDim2.new(0, 140, 0, 25)
  6044. LockMax.Font = Enum.Font.SourceSans
  6045. LockMax.FontSize = Enum.FontSize.Size14
  6046. LockMax.Text = "Lock Max"
  6047. LockMax.TextScaled = true
  6048. LockMax.TextSize = 14
  6049. LockMax.TextWrapped = true
  6050.  
  6051. LockAbove.Name = "LockAbove"
  6052. LockAbove.Parent = Teleportation
  6053. LockAbove.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6054. LockAbove.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6055. LockAbove.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  6056. LockAbove.Size = UDim2.new(0, 140, 0, 25)
  6057. LockAbove.Font = Enum.Font.SourceSans
  6058. LockAbove.FontSize = Enum.FontSize.Size14
  6059. LockAbove.Text = "Lock Above"
  6060. LockAbove.TextScaled = true
  6061. LockAbove.TextSize = 14
  6062. LockAbove.TextWrapped = true
  6063.  
  6064. Trail.Name = "Trail"
  6065. Trail.Parent = Teleportation
  6066. Trail.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6067. Trail.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6068. Trail.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  6069. Trail.Size = UDim2.new(0, 140, 0, 25)
  6070. Trail.Font = Enum.Font.SourceSans
  6071. Trail.FontSize = Enum.FontSize.Size14
  6072. Trail.Text = "Trail Behind"
  6073. Trail.TextScaled = true
  6074. Trail.TextSize = 14
  6075. Trail.TextWrapped = true
  6076.  
  6077. Tools.Name = "Tools"
  6078. Tools.Parent = Sections
  6079. Tools.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  6080. Tools.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6081. Tools.BorderSizePixel = 2
  6082. Tools.Size = UDim2.new(0, 350, 0, 230)
  6083. Tools.Visible = false
  6084.  
  6085. TOOLSGUIDE.Name = "TOOLSGUIDE"
  6086. TOOLSGUIDE.Parent = Tools
  6087. TOOLSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  6088. TOOLSGUIDE.BackgroundTransparency = 1
  6089. TOOLSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  6090. TOOLSGUIDE.Size = UDim2.new(0, 332, 0, 35)
  6091. TOOLSGUIDE.Font = Enum.Font.ArialBold
  6092. TOOLSGUIDE.FontSize = Enum.FontSize.Size14
  6093. TOOLSGUIDE.Text = "Do cool commands on others, as long as you have tools in your inventory."
  6094. TOOLSGUIDE.TextScaled = true
  6095. TOOLSGUIDE.TextSize = 14
  6096. TOOLSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  6097. TOOLSGUIDE.TextStrokeTransparency = 0
  6098. TOOLSGUIDE.TextWrapped = true
  6099.  
  6100. Kill.Name = "Kill"
  6101. Kill.Parent = Tools
  6102. Kill.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6103. Kill.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6104. Kill.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  6105. Kill.Size = UDim2.new(0, 140, 0, 25)
  6106. Kill.Font = Enum.Font.SourceSans
  6107. Kill.FontSize = Enum.FontSize.Size14
  6108. Kill.Text = "Kill"
  6109. Kill.TextScaled = true
  6110. Kill.TextSize = 14
  6111. Kill.TextWrapped = true
  6112.  
  6113. KillSurvive.Name = "KillSurvive"
  6114. KillSurvive.Parent = Tools
  6115. KillSurvive.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6116. KillSurvive.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6117. KillSurvive.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  6118. KillSurvive.Size = UDim2.new(0, 140, 0, 25)
  6119. KillSurvive.Font = Enum.Font.SourceSans
  6120. KillSurvive.FontSize = Enum.FontSize.Size14
  6121. KillSurvive.Text = "Kill Survive"
  6122. KillSurvive.TextScaled = true
  6123. KillSurvive.TextSize = 14
  6124. KillSurvive.TextWrapped = true
  6125.  
  6126. Attach.Name = "Attach"
  6127. Attach.Parent = Tools
  6128. Attach.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6129. Attach.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6130. Attach.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  6131. Attach.Size = UDim2.new(0, 140, 0, 25)
  6132. Attach.Font = Enum.Font.SourceSans
  6133. Attach.FontSize = Enum.FontSize.Size14
  6134. Attach.Text = "Attach"
  6135. Attach.TextScaled = true
  6136. Attach.TextSize = 14
  6137. Attach.TextWrapped = true
  6138.  
  6139. Bring.Name = "Bring"
  6140. Bring.Parent = Tools
  6141. Bring.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6142. Bring.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6143. Bring.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  6144. Bring.Size = UDim2.new(0, 140, 0, 25)
  6145. Bring.Font = Enum.Font.SourceSans
  6146. Bring.FontSize = Enum.FontSize.Size14
  6147. Bring.Text = "Bring"
  6148. Bring.TextScaled = true
  6149. Bring.TextSize = 14
  6150. Bring.TextWrapped = true
  6151.  
  6152. SuperSpin.Name = "SuperSpin"
  6153. SuperSpin.Parent = Tools
  6154. SuperSpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6155. SuperSpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6156. SuperSpin.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  6157. SuperSpin.Size = UDim2.new(0, 140, 0, 25)
  6158. SuperSpin.Font = Enum.Font.SourceSans
  6159. SuperSpin.FontSize = Enum.FontSize.Size14
  6160. SuperSpin.Text = "Super Spin"
  6161. SuperSpin.TextScaled = true
  6162. SuperSpin.TextSize = 14
  6163. SuperSpin.TextWrapped = true
  6164.  
  6165. FreeFall.Name = "FreeFall"
  6166. FreeFall.Parent = Tools
  6167. FreeFall.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6168. FreeFall.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6169. FreeFall.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  6170. FreeFall.Size = UDim2.new(0, 140, 0, 25)
  6171. FreeFall.Font = Enum.Font.SourceSans
  6172. FreeFall.FontSize = Enum.FontSize.Size14
  6173. FreeFall.Text = "Free Fall"
  6174. FreeFall.TextScaled = true
  6175. FreeFall.TextSize = 14
  6176. FreeFall.TextWrapped = true
  6177.  
  6178. AttachExperimental.Name = "AttachExperimental"
  6179. AttachExperimental.Parent = Tools
  6180. AttachExperimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6181. AttachExperimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6182. AttachExperimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  6183. AttachExperimental.Size = UDim2.new(0, 140, 0, 25)
  6184. AttachExperimental.Font = Enum.Font.SourceSans
  6185. AttachExperimental.FontSize = Enum.FontSize.Size14
  6186. AttachExperimental.Text = "Attach Experimental"
  6187. AttachExperimental.TextScaled = true
  6188. AttachExperimental.TextSize = 14
  6189. AttachExperimental.TextWrapped = true
  6190.  
  6191. GiveTool.Name = "GiveTool"
  6192. GiveTool.Parent = Tools
  6193. GiveTool.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6194. GiveTool.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6195. GiveTool.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  6196. GiveTool.Size = UDim2.new(0, 140, 0, 25)
  6197. GiveTool.Font = Enum.Font.SourceSans
  6198. GiveTool.FontSize = Enum.FontSize.Size14
  6199. GiveTool.Text = "Give Tool"
  6200. GiveTool.TextScaled = true
  6201. GiveTool.TextSize = 14
  6202. GiveTool.TextWrapped = true
  6203.  
  6204. Basic.Name = "Basic"
  6205. Basic.Parent = Sections
  6206. Basic.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  6207. Basic.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6208. Basic.BorderSizePixel = 2
  6209. Basic.Size = UDim2.new(0, 350, 0, 230)
  6210. Basic.Visible = false
  6211.  
  6212. BASICGUIDE.Name = "BASICGUIDE"
  6213. BASICGUIDE.Parent = Basic
  6214. BASICGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  6215. BASICGUIDE.BackgroundTransparency = 1
  6216. BASICGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  6217. BASICGUIDE.Size = UDim2.new(0, 332, 0, 35)
  6218. BASICGUIDE.Font = Enum.Font.ArialBold
  6219. BASICGUIDE.FontSize = Enum.FontSize.Size14
  6220. BASICGUIDE.Text = "Change/alter your own player."
  6221. BASICGUIDE.TextScaled = true
  6222. BASICGUIDE.TextSize = 14
  6223. BASICGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  6224. BASICGUIDE.TextStrokeTransparency = 0
  6225. BASICGUIDE.TextWrapped = true
  6226.  
  6227. Speed.Name = "Speed"
  6228. Speed.Parent = Basic
  6229. Speed.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6230. Speed.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6231. Speed.Position = UDim2.new(0.0286500659, 0, 0.348405778, 0)
  6232. Speed.Size = UDim2.new(0, 100, 0, 25)
  6233. Speed.Font = Enum.Font.SourceSans
  6234. Speed.FontSize = Enum.FontSize.Size14
  6235. Speed.Text = "Speed"
  6236. Speed.TextScaled = true
  6237. Speed.TextSize = 14
  6238. Speed.TextWrapped = true
  6239.  
  6240. JumpHeight.Name = "JumpHeight"
  6241. JumpHeight.Parent = Basic
  6242. JumpHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6243. JumpHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6244. JumpHeight.Position = UDim2.new(0.343800783, 0, 0.348405778, 0)
  6245. JumpHeight.Size = UDim2.new(0, 100, 0, 25)
  6246. JumpHeight.Font = Enum.Font.SourceSans
  6247. JumpHeight.FontSize = Enum.FontSize.Size14
  6248. JumpHeight.Text = "JumpHeight"
  6249. JumpHeight.TextScaled = true
  6250. JumpHeight.TextSize = 14
  6251. JumpHeight.TextWrapped = true
  6252.  
  6253. Chat.Name = "Chat"
  6254. Chat.Parent = Basic
  6255. Chat.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6256. Chat.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6257. Chat.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
  6258. Chat.Size = UDim2.new(0, 140, 0, 25)
  6259. Chat.Font = Enum.Font.SourceSans
  6260. Chat.FontSize = Enum.FontSize.Size14
  6261. Chat.Text = "Chat"
  6262. Chat.TextScaled = true
  6263. Chat.TextSize = 14
  6264. Chat.TextWrapped = true
  6265.  
  6266. Spam.Name = "Spam"
  6267. Spam.Parent = Basic
  6268. Spam.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6269. Spam.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6270. Spam.Position = UDim2.new(0.54435122, 0, 0.653260887, 0)
  6271. Spam.Size = UDim2.new(0, 140, 0, 25)
  6272. Spam.Font = Enum.Font.SourceSans
  6273. Spam.FontSize = Enum.FontSize.Size14
  6274. Spam.Text = "Spam"
  6275. Spam.TextScaled = true
  6276. Spam.TextSize = 14
  6277. Spam.TextWrapped = true
  6278.  
  6279. Fly.Name = "Fly"
  6280. Fly.Parent = Basic
  6281. Fly.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6282. Fly.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6283. Fly.Position = UDim2.new(0.54435122, 0, 0.827463746, 0)
  6284. Fly.Size = UDim2.new(0, 140, 0, 25)
  6285. Fly.Font = Enum.Font.SourceSans
  6286. Fly.FontSize = Enum.FontSize.Size14
  6287. Fly.Text = "Fly"
  6288. Fly.TextScaled = true
  6289. Fly.TextSize = 14
  6290. Fly.TextWrapped = true
  6291.  
  6292. Noclip.Name = "Noclip"
  6293. Noclip.Parent = Basic
  6294. Noclip.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6295. Noclip.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6296. Noclip.Position = UDim2.new(0.0286500659, 0, 0.827463746, 0)
  6297. Noclip.Size = UDim2.new(0, 140, 0, 25)
  6298. Noclip.Font = Enum.Font.SourceSans
  6299. Noclip.FontSize = Enum.FontSize.Size14
  6300. Noclip.Text = "Noclip"
  6301. Noclip.TextScaled = true
  6302. Noclip.TextSize = 14
  6303. Noclip.TextWrapped = true
  6304.  
  6305. HipHeight.Name = "HipHeight"
  6306. HipHeight.Parent = Basic
  6307. HipHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6308. HipHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6309. HipHeight.Position = UDim2.new(0.658951521, 0, 0.348405778, 0)
  6310. HipHeight.Size = UDim2.new(0, 100, 0, 25)
  6311. HipHeight.Font = Enum.Font.SourceSans
  6312. HipHeight.FontSize = Enum.FontSize.Size14
  6313. HipHeight.Text = "HipHeight"
  6314. HipHeight.TextScaled = true
  6315. HipHeight.TextSize = 14
  6316. HipHeight.TextWrapped = true
  6317.  
  6318. STATCHANGE.Name = "STATCHANGE"
  6319. STATCHANGE.Parent = Basic
  6320. STATCHANGE.BackgroundColor3 = Color3.new(1, 1, 1)
  6321. STATCHANGE.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
  6322. STATCHANGE.BorderSizePixel = 2
  6323. STATCHANGE.Position = UDim2.new(0.315150708, 0, 0.217753619, 0)
  6324. STATCHANGE.Size = UDim2.new(0, 120, 0, 18)
  6325. STATCHANGE.ZIndex = 3
  6326. STATCHANGE.Font = Enum.Font.SourceSans
  6327. STATCHANGE.FontSize = Enum.FontSize.Size14
  6328. STATCHANGE.Text = ""
  6329. STATCHANGE.TextScaled = true
  6330. STATCHANGE.TextSize = 14
  6331. STATCHANGE.TextWrapped = true
  6332.  
  6333. CHATBOX.Name = "CHATBOX"
  6334. CHATBOX.Parent = Basic
  6335. CHATBOX.BackgroundColor3 = Color3.new(1, 1, 1)
  6336. CHATBOX.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
  6337. CHATBOX.BorderSizePixel = 2
  6338. CHATBOX.Position = UDim2.new(0.143250331, 0, 0.522608697, 0)
  6339. CHATBOX.Size = UDim2.new(0, 240, 0, 18)
  6340. CHATBOX.ZIndex = 3
  6341. CHATBOX.Font = Enum.Font.SourceSans
  6342. CHATBOX.FontSize = Enum.FontSize.Size14
  6343. CHATBOX.Text = ""
  6344. CHATBOX.TextScaled = true
  6345. CHATBOX.TextSize = 14
  6346. CHATBOX.TextWrapped = true
  6347.  
  6348. Local_Player.Name = "Local_Player"
  6349. Local_Player.Parent = Sections
  6350. Local_Player.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  6351. Local_Player.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6352. Local_Player.BorderSizePixel = 2
  6353. Local_Player.Size = UDim2.new(0, 350, 0, 230)
  6354. Local_Player.Visible = false
  6355.  
  6356. Local_PlayerGUIDE.Name = "Local_PlayerGUIDE"
  6357. Local_PlayerGUIDE.Parent = Local_Player
  6358. Local_PlayerGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  6359. Local_PlayerGUIDE.BackgroundTransparency = 1
  6360. Local_PlayerGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  6361. Local_PlayerGUIDE.Size = UDim2.new(0, 332, 0, 35)
  6362. Local_PlayerGUIDE.Font = Enum.Font.ArialBold
  6363. Local_PlayerGUIDE.FontSize = Enum.FontSize.Size14
  6364. Local_PlayerGUIDE.Text = "Perform cool tricks on yourself."
  6365. Local_PlayerGUIDE.TextScaled = true
  6366. Local_PlayerGUIDE.TextSize = 14
  6367. Local_PlayerGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  6368. Local_PlayerGUIDE.TextStrokeTransparency = 0
  6369. Local_PlayerGUIDE.TextWrapped = true
  6370.  
  6371. CrazySpin.Name = "CrazySpin"
  6372. CrazySpin.Parent = Local_Player
  6373. CrazySpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6374. CrazySpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6375. CrazySpin.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  6376. CrazySpin.Size = UDim2.new(0, 140, 0, 25)
  6377. CrazySpin.Font = Enum.Font.SourceSans
  6378. CrazySpin.FontSize = Enum.FontSize.Size14
  6379. CrazySpin.Text = "Crazy Spin"
  6380. CrazySpin.TextScaled = true
  6381. CrazySpin.TextSize = 14
  6382. CrazySpin.TextWrapped = true
  6383.  
  6384. CrouchRocket.Name = "CrouchRocket"
  6385. CrouchRocket.Parent = Local_Player
  6386. CrouchRocket.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6387. CrouchRocket.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6388. CrouchRocket.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  6389. CrouchRocket.Size = UDim2.new(0, 140, 0, 25)
  6390. CrouchRocket.Font = Enum.Font.SourceSans
  6391. CrouchRocket.FontSize = Enum.FontSize.Size14
  6392. CrouchRocket.Text = "Crouch Rocket"
  6393. CrouchRocket.TextScaled = true
  6394. CrouchRocket.TextSize = 14
  6395. CrouchRocket.TextWrapped = true
  6396.  
  6397. Flip.Name = "Flip"
  6398. Flip.Parent = Local_Player
  6399. Flip.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6400. Flip.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6401. Flip.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  6402. Flip.Size = UDim2.new(0, 140, 0, 25)
  6403. Flip.Font = Enum.Font.SourceSans
  6404. Flip.FontSize = Enum.FontSize.Size14
  6405. Flip.Text = "Flip"
  6406. Flip.TextScaled = true
  6407. Flip.TextSize = 14
  6408. Flip.TextWrapped = true
  6409.  
  6410. CloneIllusion.Name = "CloneIllusion"
  6411. CloneIllusion.Parent = Local_Player
  6412. CloneIllusion.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6413. CloneIllusion.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6414. CloneIllusion.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  6415. CloneIllusion.Size = UDim2.new(0, 140, 0, 25)
  6416. CloneIllusion.Font = Enum.Font.SourceSans
  6417. CloneIllusion.FontSize = Enum.FontSize.Size14
  6418. CloneIllusion.Text = "Clone Illusion"
  6419. CloneIllusion.TextScaled = true
  6420. CloneIllusion.TextSize = 14
  6421. CloneIllusion.TextWrapped = true
  6422.  
  6423. Levitate.Name = "Levitate"
  6424. Levitate.Parent = Local_Player
  6425. Levitate.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6426. Levitate.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6427. Levitate.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  6428. Levitate.Size = UDim2.new(0, 140, 0, 25)
  6429. Levitate.Font = Enum.Font.SourceSans
  6430. Levitate.FontSize = Enum.FontSize.Size14
  6431. Levitate.Text = "Levitate"
  6432. Levitate.TextScaled = true
  6433. Levitate.TextSize = 14
  6434. Levitate.TextWrapped = true
  6435.  
  6436. Dinosaur.Name = "Dinosaur"
  6437. Dinosaur.Parent = Local_Player
  6438. Dinosaur.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6439. Dinosaur.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6440. Dinosaur.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  6441. Dinosaur.Size = UDim2.new(0, 140, 0, 25)
  6442. Dinosaur.Font = Enum.Font.SourceSans
  6443. Dinosaur.FontSize = Enum.FontSize.Size14
  6444. Dinosaur.Text = "Dinosaur"
  6445. Dinosaur.TextScaled = true
  6446. Dinosaur.TextSize = 14
  6447. Dinosaur.TextWrapped = true
  6448.  
  6449. Glitchy.Name = "Glitchy"
  6450. Glitchy.Parent = Local_Player
  6451. Glitchy.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6452. Glitchy.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6453. Glitchy.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  6454. Glitchy.Size = UDim2.new(0, 140, 0, 25)
  6455. Glitchy.Font = Enum.Font.SourceSans
  6456. Glitchy.FontSize = Enum.FontSize.Size14
  6457. Glitchy.Text = "Glitchy"
  6458. Glitchy.TextScaled = true
  6459. Glitchy.TextSize = 14
  6460. Glitchy.TextWrapped = true
  6461.  
  6462. NoLimbs.Name = "NoLimbs"
  6463. NoLimbs.Parent = Local_Player
  6464. NoLimbs.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6465. NoLimbs.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6466. NoLimbs.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  6467. NoLimbs.Size = UDim2.new(0, 140, 0, 25)
  6468. NoLimbs.Font = Enum.Font.SourceSans
  6469. NoLimbs.FontSize = Enum.FontSize.Size14
  6470. NoLimbs.Text = "No Limbs"
  6471. NoLimbs.TextScaled = true
  6472. NoLimbs.TextSize = 14
  6473. NoLimbs.TextWrapped = true
  6474.  
  6475. Animations.Name = "Animations"
  6476. Animations.Parent = Sections
  6477. Animations.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  6478. Animations.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6479. Animations.BorderSizePixel = 2
  6480. Animations.Size = UDim2.new(0, 350, 0, 230)
  6481. Animations.Visible = false
  6482.  
  6483. ANIMATIONSGUIDE.Name = "ANIMATIONSGUIDE"
  6484. ANIMATIONSGUIDE.Parent = Animations
  6485. ANIMATIONSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  6486. ANIMATIONSGUIDE.BackgroundTransparency = 1
  6487. ANIMATIONSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  6488. ANIMATIONSGUIDE.Size = UDim2.new(0, 332, 0, 35)
  6489. ANIMATIONSGUIDE.Font = Enum.Font.ArialBold
  6490. ANIMATIONSGUIDE.FontSize = Enum.FontSize.Size14
  6491. ANIMATIONSGUIDE.Text = "Do cool commands with animations on others."
  6492. ANIMATIONSGUIDE.TextScaled = true
  6493. ANIMATIONSGUIDE.TextSize = 14
  6494. ANIMATIONSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  6495. ANIMATIONSGUIDE.TextStrokeTransparency = 0
  6496. ANIMATIONSGUIDE.TextWrapped = true
  6497.  
  6498. _18.Name = "18+"
  6499. _18.Parent = Animations
  6500. _18.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6501. _18.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6502. _18.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  6503. _18.Size = UDim2.new(0, 140, 0, 25)
  6504. _18.Font = Enum.Font.SourceSans
  6505. _18.FontSize = Enum.FontSize.Size14
  6506. _18.Text = "18+"
  6507. _18.TextScaled = true
  6508. _18.TextSize = 14
  6509. _18.TextWrapped = true
  6510.  
  6511. Hide.Name = "Hide"
  6512. Hide.Parent = Animations
  6513. Hide.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6514. Hide.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6515. Hide.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  6516. Hide.Size = UDim2.new(0, 140, 0, 25)
  6517. Hide.Font = Enum.Font.SourceSans
  6518. Hide.FontSize = Enum.FontSize.Size14
  6519. Hide.Text = "Hide"
  6520. Hide.TextScaled = true
  6521. Hide.TextSize = 14
  6522. Hide.TextWrapped = true
  6523.  
  6524. PushLock.Name = "PushLock"
  6525. PushLock.Parent = Animations
  6526. PushLock.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6527. PushLock.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6528. PushLock.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  6529. PushLock.Size = UDim2.new(0, 140, 0, 25)
  6530. PushLock.Font = Enum.Font.SourceSans
  6531. PushLock.FontSize = Enum.FontSize.Size14
  6532. PushLock.Text = "Push Lock"
  6533. PushLock.TextScaled = true
  6534. PushLock.TextSize = 14
  6535. PushLock.TextWrapped = true
  6536.  
  6537. SlamOn.Name = "SlamOn"
  6538. SlamOn.Parent = Animations
  6539. SlamOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6540. SlamOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6541. SlamOn.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  6542. SlamOn.Size = UDim2.new(0, 140, 0, 25)
  6543. SlamOn.Font = Enum.Font.SourceSans
  6544. SlamOn.FontSize = Enum.FontSize.Size14
  6545. SlamOn.Text = "Slam On"
  6546. SlamOn.TextScaled = true
  6547. SlamOn.TextSize = 14
  6548. SlamOn.TextWrapped = true
  6549.  
  6550. LevitateOn.Name = "LevitateOn"
  6551. LevitateOn.Parent = Animations
  6552. LevitateOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6553. LevitateOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6554. LevitateOn.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  6555. LevitateOn.Size = UDim2.new(0, 140, 0, 25)
  6556. LevitateOn.Font = Enum.Font.SourceSans
  6557. LevitateOn.FontSize = Enum.FontSize.Size14
  6558. LevitateOn.Text = "Levitate On"
  6559. LevitateOn.TextScaled = true
  6560. LevitateOn.TextSize = 14
  6561. LevitateOn.TextWrapped = true
  6562.  
  6563. Dance.Name = "Dance"
  6564. Dance.Parent = Animations
  6565. Dance.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6566. Dance.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6567. Dance.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  6568. Dance.Size = UDim2.new(0, 140, 0, 25)
  6569. Dance.Font = Enum.Font.SourceSans
  6570. Dance.FontSize = Enum.FontSize.Size14
  6571. Dance.Text = "Dance"
  6572. Dance.TextScaled = true
  6573. Dance.TextSize = 14
  6574. Dance.TextWrapped = true
  6575.  
  6576. ExperimentalAnimation.Name = "ExperimentalAnimation"
  6577. ExperimentalAnimation.Parent = Animations
  6578. ExperimentalAnimation.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6579. ExperimentalAnimation.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6580. ExperimentalAnimation.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  6581. ExperimentalAnimation.Size = UDim2.new(0, 140, 0, 25)
  6582. ExperimentalAnimation.Font = Enum.Font.SourceSans
  6583. ExperimentalAnimation.FontSize = Enum.FontSize.Size14
  6584. ExperimentalAnimation.Text = "Experimental Animation"
  6585. ExperimentalAnimation.TextScaled = true
  6586. ExperimentalAnimation.TextSize = 14
  6587. ExperimentalAnimation.TextWrapped = true
  6588.  
  6589. Carpet.Name = "Carpet"
  6590. Carpet.Parent = Animations
  6591. Carpet.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6592. Carpet.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6593. Carpet.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  6594. Carpet.Size = UDim2.new(0, 140, 0, 25)
  6595. Carpet.Font = Enum.Font.SourceSans
  6596. Carpet.FontSize = Enum.FontSize.Size14
  6597. Carpet.Text = "Carpet"
  6598. Carpet.TextScaled = true
  6599. Carpet.TextSize = 14
  6600. Carpet.TextWrapped = true
  6601.  
  6602. Extra.Name = "Extra"
  6603. Extra.Parent = Sections
  6604. Extra.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  6605. Extra.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6606. Extra.BorderSizePixel = 2
  6607. Extra.Size = UDim2.new(0, 350, 0, 230)
  6608. Extra.Visible = false
  6609.  
  6610. EXTRAGUIDE.Name = "EXTRAGUIDE"
  6611. EXTRAGUIDE.Parent = Extra
  6612. EXTRAGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
  6613. EXTRAGUIDE.BackgroundTransparency = 1
  6614. EXTRAGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
  6615. EXTRAGUIDE.Size = UDim2.new(0, 332, 0, 35)
  6616. EXTRAGUIDE.Font = Enum.Font.ArialBold
  6617. EXTRAGUIDE.FontSize = Enum.FontSize.Size14
  6618. EXTRAGUIDE.Text = "Extra commands for yourself."
  6619. EXTRAGUIDE.TextScaled = true
  6620. EXTRAGUIDE.TextSize = 14
  6621. EXTRAGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
  6622. EXTRAGUIDE.TextStrokeTransparency = 0
  6623. EXTRAGUIDE.TextWrapped = true
  6624.  
  6625. Sit.Name = "Sit"
  6626. Sit.Parent = Extra
  6627. Sit.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6628. Sit.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6629. Sit.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
  6630. Sit.Size = UDim2.new(0, 140, 0, 25)
  6631. Sit.Font = Enum.Font.SourceSans
  6632. Sit.FontSize = Enum.FontSize.Size14
  6633. Sit.Text = "Sit"
  6634. Sit.TextScaled = true
  6635. Sit.TextSize = 14
  6636. Sit.TextWrapped = true
  6637.  
  6638. Jump.Name = "Jump"
  6639. Jump.Parent = Extra
  6640. Jump.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6641. Jump.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6642. Jump.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
  6643. Jump.Size = UDim2.new(0, 140, 0, 25)
  6644. Jump.Font = Enum.Font.SourceSans
  6645. Jump.FontSize = Enum.FontSize.Size14
  6646. Jump.Text = "Jump"
  6647. Jump.TextScaled = true
  6648. Jump.TextSize = 14
  6649. Jump.TextWrapped = true
  6650.  
  6651. PlatformStand.Name = "PlatformStand"
  6652. PlatformStand.Parent = Extra
  6653. PlatformStand.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6654. PlatformStand.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6655. PlatformStand.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
  6656. PlatformStand.Size = UDim2.new(0, 140, 0, 25)
  6657. PlatformStand.Font = Enum.Font.SourceSans
  6658. PlatformStand.FontSize = Enum.FontSize.Size14
  6659. PlatformStand.Text = "Platform Stand"
  6660. PlatformStand.TextScaled = true
  6661. PlatformStand.TextSize = 14
  6662. PlatformStand.TextWrapped = true
  6663.  
  6664. Freeze.Name = "Freeze"
  6665. Freeze.Parent = Extra
  6666. Freeze.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6667. Freeze.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6668. Freeze.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
  6669. Freeze.Size = UDim2.new(0, 140, 0, 25)
  6670. Freeze.Font = Enum.Font.SourceSans
  6671. Freeze.FontSize = Enum.FontSize.Size14
  6672. Freeze.Text = "Freeze"
  6673. Freeze.TextScaled = true
  6674. Freeze.TextSize = 14
  6675. Freeze.TextWrapped = true
  6676.  
  6677. Insane.Name = "Insane"
  6678. Insane.Parent = Extra
  6679. Insane.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6680. Insane.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6681. Insane.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
  6682. Insane.Size = UDim2.new(0, 140, 0, 25)
  6683. Insane.Font = Enum.Font.SourceSans
  6684. Insane.FontSize = Enum.FontSize.Size14
  6685. Insane.Text = "Insane"
  6686. Insane.TextScaled = true
  6687. Insane.TextSize = 14
  6688. Insane.TextWrapped = true
  6689.  
  6690. TPVoid.Name = "TPVoid"
  6691. TPVoid.Parent = Extra
  6692. TPVoid.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6693. TPVoid.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6694. TPVoid.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
  6695. TPVoid.Size = UDim2.new(0, 140, 0, 25)
  6696. TPVoid.Font = Enum.Font.SourceSans
  6697. TPVoid.FontSize = Enum.FontSize.Size14
  6698. TPVoid.Text = "TP Void"
  6699. TPVoid.TextScaled = true
  6700. TPVoid.TextSize = 14
  6701. TPVoid.TextWrapped = true
  6702.  
  6703. Unknown.Name = "Unknown"
  6704. Unknown.Parent = Extra
  6705. Unknown.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6706. Unknown.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6707. Unknown.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
  6708. Unknown.Size = UDim2.new(0, 140, 0, 25)
  6709. Unknown.Font = Enum.Font.SourceSans
  6710. Unknown.FontSize = Enum.FontSize.Size14
  6711. Unknown.Text = "Unknown"
  6712. Unknown.TextScaled = true
  6713. Unknown.TextSize = 14
  6714. Unknown.TextWrapped = true
  6715.  
  6716. Reset.Name = "Reset"
  6717. Reset.Parent = Extra
  6718. Reset.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
  6719. Reset.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
  6720. Reset.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
  6721. Reset.Size = UDim2.new(0, 140, 0, 25)
  6722. Reset.Font = Enum.Font.SourceSans
  6723. Reset.FontSize = Enum.FontSize.Size14
  6724. Reset.Text = "Reset"
  6725. Reset.TextScaled = true
  6726. Reset.TextSize = 14
  6727. Reset.TextWrapped = true
  6728.  
  6729. SelectTabs.Name = "SelectTabs"
  6730. SelectTabs.Parent = MainFrame
  6731. SelectTabs.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  6732. SelectTabs.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6733. SelectTabs.BorderSizePixel = 2
  6734. SelectTabs.Position = UDim2.new(-0.286500663, 0, 0.148395061, 0)
  6735. SelectTabs.Size = UDim2.new(0, 98, 0, 230)
  6736. SelectTabs.CanvasSize = UDim2.new(0, 0, 1.20000005, 0)
  6737.  
  6738. RocketPropulsionTAB.Name = "RocketPropulsionTAB"
  6739. RocketPropulsionTAB.Parent = SelectTabs
  6740. RocketPropulsionTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  6741. RocketPropulsionTAB.BackgroundTransparency = 1
  6742. RocketPropulsionTAB.Position = UDim2.new(0, 0, 0.00999999978, 0)
  6743. RocketPropulsionTAB.Size = UDim2.new(0, 82, 0, 40)
  6744. RocketPropulsionTAB.Font = Enum.Font.SourceSansLight
  6745. RocketPropulsionTAB.FontSize = Enum.FontSize.Size18
  6746. RocketPropulsionTAB.Text = "Rocket Propulsion"
  6747. RocketPropulsionTAB.TextSize = 18
  6748. RocketPropulsionTAB.TextWrapped = true
  6749.  
  6750. TeleportationTAB.Name = "TeleportationTAB"
  6751. TeleportationTAB.Parent = SelectTabs
  6752. TeleportationTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  6753. TeleportationTAB.BackgroundTransparency = 1
  6754. TeleportationTAB.Position = UDim2.new(0, 0, 0.150000006, 0)
  6755. TeleportationTAB.Size = UDim2.new(0, 82, 0, 40)
  6756. TeleportationTAB.Font = Enum.Font.SourceSansLight
  6757. TeleportationTAB.FontSize = Enum.FontSize.Size18
  6758. TeleportationTAB.Text = "Teleportation"
  6759. TeleportationTAB.TextSize = 17
  6760. TeleportationTAB.TextWrapped = true
  6761.  
  6762. ToolsTAB.Name = "ToolsTAB"
  6763. ToolsTAB.Parent = SelectTabs
  6764. ToolsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  6765. ToolsTAB.BackgroundTransparency = 1
  6766. ToolsTAB.Position = UDim2.new(0, 0, 0.289999992, 0)
  6767. ToolsTAB.Size = UDim2.new(0, 82, 0, 40)
  6768. ToolsTAB.Font = Enum.Font.SourceSansLight
  6769. ToolsTAB.FontSize = Enum.FontSize.Size24
  6770. ToolsTAB.Text = "Tools"
  6771. ToolsTAB.TextSize = 20
  6772. ToolsTAB.TextWrapped = true
  6773.  
  6774. AnimationsTAB.Name = "AnimationsTAB"
  6775. AnimationsTAB.Parent = SelectTabs
  6776. AnimationsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  6777. AnimationsTAB.BackgroundTransparency = 1
  6778. AnimationsTAB.Position = UDim2.new(0, 0, 0.569999993, 0)
  6779. AnimationsTAB.Size = UDim2.new(0, 82, 0, 40)
  6780. AnimationsTAB.Font = Enum.Font.SourceSansLight
  6781. AnimationsTAB.FontSize = Enum.FontSize.Size24
  6782. AnimationsTAB.Text = "Animations"
  6783. AnimationsTAB.TextSize = 20
  6784. AnimationsTAB.TextWrapped = true
  6785.  
  6786. BasicTAB.Name = "BasicTAB"
  6787. BasicTAB.Parent = SelectTabs
  6788. BasicTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  6789. BasicTAB.BackgroundTransparency = 1
  6790. BasicTAB.Position = UDim2.new(0, 0, 0.430000007, 0)
  6791. BasicTAB.Size = UDim2.new(0, 82, 0, 40)
  6792. BasicTAB.Font = Enum.Font.SourceSansLight
  6793. BasicTAB.FontSize = Enum.FontSize.Size24
  6794. BasicTAB.Text = "Basic"
  6795. BasicTAB.TextSize = 20
  6796. BasicTAB.TextWrapped = true
  6797.  
  6798. Local_PlayerTAB.Name = "Local_PlayerTAB"
  6799. Local_PlayerTAB.Parent = SelectTabs
  6800. Local_PlayerTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  6801. Local_PlayerTAB.BackgroundTransparency = 1
  6802. Local_PlayerTAB.Position = UDim2.new(0, 0, 0.709999979, 0)
  6803. Local_PlayerTAB.Size = UDim2.new(0, 82, 0, 40)
  6804. Local_PlayerTAB.Font = Enum.Font.SourceSansLight
  6805. Local_PlayerTAB.FontSize = Enum.FontSize.Size24
  6806. Local_PlayerTAB.Text = "Local Player"
  6807. Local_PlayerTAB.TextSize = 20
  6808. Local_PlayerTAB.TextWrapped = true
  6809.  
  6810. ExtraTAB.Name = "ExtraTAB"
  6811. ExtraTAB.Parent = SelectTabs
  6812. ExtraTAB.BackgroundColor3 = Color3.new(1, 1, 1)
  6813. ExtraTAB.BackgroundTransparency = 1
  6814. ExtraTAB.Position = UDim2.new(0, 0, 0.850000024, 0)
  6815. ExtraTAB.Size = UDim2.new(0, 82, 0, 40)
  6816. ExtraTAB.Font = Enum.Font.SourceSansLight
  6817. ExtraTAB.FontSize = Enum.FontSize.Size24
  6818. ExtraTAB.Text = "Extra"
  6819. ExtraTAB.TextSize = 20
  6820. ExtraTAB.TextWrapped = true
  6821.  
  6822. SideFrame.Name = "SideFrame"
  6823. SideFrame.Parent = HyperTotal
  6824. SideFrame.Active = true
  6825. SideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  6826. SideFrame.BackgroundTransparency = 1
  6827. SideFrame.Draggable = true
  6828. SideFrame.Position = UDim2.new(0.349, 0, 0.25, 0)
  6829. SideFrame.Size = UDim2.new(0, 350, 0, 40)
  6830. SideFrame.Visible = false
  6831.  
  6832. SideTopFrame.Name = "SideTopFrame"
  6833. SideTopFrame.Parent = SideFrame
  6834. SideTopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6835. SideTopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6836. SideTopFrame.BorderSizePixel = 2
  6837. SideTopFrame.Position = UDim2.new(-0.287, 0, 0, 0)
  6838. SideTopFrame.Size = UDim2.new(0, 450, 0, 270)
  6839. SideTopFrame.ZIndex = 9
  6840.  
  6841. SideTitle.Name = "SideTitle"
  6842. SideTitle.Parent = SideTopFrame
  6843. SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  6844. SideTitle.BackgroundTransparency = 1
  6845. SideTitle.Position = UDim2.new(0.356534153, 0, 0, 0)
  6846. SideTitle.Size = UDim2.new(0, 150, 0, 40)
  6847. SideTitle.ZIndex = 10
  6848. SideTitle.Font = Enum.Font.SourceSansItalic
  6849. SideTitle.FontSize = Enum.FontSize.Size36
  6850. SideTitle.Text = "HyperTotal"
  6851. SideTitle.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
  6852. SideTitle.TextSize = 35
  6853. SideTitle.TextWrapped = true
  6854.  
  6855. OpenGUI.Name = "OpenGUI"
  6856. OpenGUI.Parent = SideTopFrame
  6857. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  6858. OpenGUI.BackgroundTransparency = 1
  6859. OpenGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
  6860. OpenGUI.Size = UDim2.new(0, 40, 0, 40)
  6861. OpenGUI.ZIndex = 10
  6862. OpenGUI.Font = Enum.Font.SourceSansBold
  6863. OpenGUI.FontSize = Enum.FontSize.Size60
  6864. OpenGUI.Text = "X"
  6865. OpenGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
  6866. OpenGUI.TextSize = 50
  6867. OpenGUI.TextWrapped = true
  6868.  
  6869. SideCreditTXT.Name = "SideCreditTXT"
  6870. SideCreditTXT.Parent = SideTopFrame
  6871. SideCreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
  6872. SideCreditTXT.BackgroundTransparency = 1
  6873. SideCreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
  6874. SideCreditTXT.Rotation = -17
  6875. SideCreditTXT.Size = UDim2.new(0, 90, 0, 20)
  6876. SideCreditTXT.ZIndex = 10
  6877. SideCreditTXT.Font = Enum.Font.SourceSansItalic
  6878. SideCreditTXT.FontSize = Enum.FontSize.Size24
  6879. SideCreditTXT.Text = "illremember"
  6880. SideCreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
  6881. SideCreditTXT.TextSize = 20
  6882. SideCreditTXT.TextWrapped = true
  6883.  
  6884. BrickFrame.Name = "BrickFrame"
  6885. BrickFrame.Parent = MainFrame
  6886. BrickFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6887. BrickFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  6888. BrickFrame.BorderSizePixel = 0
  6889. BrickFrame.Position = UDim2.new(0, 0, 0.148395061, 0)
  6890. BrickFrame.Size = UDim2.new(0, 0, 0, 230)
  6891. BrickFrame.ZIndex = 4
  6892.  
  6893. -- Buttons
  6894.  
  6895. col = Color3.new(0.854902, 0.854902, 0.854902)
  6896. loc = Color3.new(0.65, 0.90, 0.65)
  6897.  
  6898. wait(1)
  6899. MainFrame:TweenPosition(UDim2.new(0.348623842, 0, 0.25, 0), "Out", "Bounce", 2)
  6900.  
  6901. if game.Workspace.FilteringEnabled == false then
  6902. FE_CHECK.Text = "FE is disabled"
  6903. FE_CHECK.TextColor3 = Color3.fromRGB(200,10,10)
  6904. else
  6905. FE_CHECK.Text = "FE is enabled"
  6906. FE_CHECK.TextColor3 = Color3.fromRGB(10,200,10)
  6907. end
  6908.  
  6909. CloseGUI.MouseButton1Click:connect(function()
  6910. CloseGUI.Visible = false
  6911. EnterUsername.Visible = false
  6912. TopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
  6913. wait(1)
  6914. SideFrame.Position = MainFrame.Position
  6915. MainFrame.Visible = false
  6916. SideFrame.Visible = true
  6917. SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
  6918. OpenGUI.Visible = false
  6919. wait(1)
  6920. OpenGUI.Visible = true
  6921. end)
  6922.  
  6923. OpenGUI.MouseButton1Click:connect(function()
  6924. OpenGUI.Visible = false
  6925. SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
  6926. wait(1)
  6927. MainFrame.Position = SideFrame.Position
  6928. SideFrame.Visible = false
  6929. MainFrame.Visible = true
  6930. CloseGUI.Visible = false
  6931. TopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
  6932. wait(1)
  6933. EnterUsername.Visible = true
  6934. CloseGUI.Visible = true
  6935. end)
  6936.  
  6937. AnimationsTAB.MouseButton1Click:connect(function()
  6938. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  6939. wait(0.5)
  6940. Animations.Visible = true
  6941. Basic.Visible = false
  6942. Extra.Visible = false
  6943. INTRO.Visible = false
  6944. Local_Player.Visible = false
  6945. RocketPropulsion.Visible = false
  6946. Teleportation.Visible = false
  6947. Tools.Visible = false
  6948. AnimationsTAB.Font = "SourceSansBold"
  6949. BasicTAB.Font = "SourceSansLight"
  6950. ExtraTAB.Font = "SourceSansLight"
  6951. Local_PlayerTAB.Font = "SourceSansLight"
  6952. RocketPropulsionTAB.Font = "SourceSansLight"
  6953. TeleportationTAB.Font = "SourceSansLight"
  6954. ToolsTAB.Font = "SourceSansLight"
  6955. AnimationsTAB.TextSize = 17
  6956. TeleportationTAB.TextSize = 17
  6957. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  6958. end)
  6959.  
  6960. BasicTAB.MouseButton1Click:connect(function()
  6961. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  6962. wait(0.5)
  6963. Animations.Visible = false
  6964. Basic.Visible = true
  6965. Extra.Visible = false
  6966. INTRO.Visible = false
  6967. Local_Player.Visible = false
  6968. RocketPropulsion.Visible = false
  6969. Teleportation.Visible = false
  6970. Tools.Visible = false
  6971. AnimationsTAB.Font = "SourceSansLight"
  6972. BasicTAB.Font = "SourceSansBold"
  6973. ExtraTAB.Font = "SourceSansLight"
  6974. Local_PlayerTAB.Font = "SourceSansLight"
  6975. RocketPropulsionTAB.Font = "SourceSansLight"
  6976. TeleportationTAB.Font = "SourceSansLight"
  6977. ToolsTAB.Font = "SourceSansLight"
  6978. AnimationsTAB.TextSize = 20
  6979. TeleportationTAB.TextSize = 17
  6980. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  6981. end)
  6982.  
  6983. ExtraTAB.MouseButton1Click:connect(function()
  6984. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  6985. wait(0.5)
  6986. Animations.Visible = false
  6987. Basic.Visible = false
  6988. Extra.Visible = true
  6989. INTRO.Visible = false
  6990. Local_Player.Visible = false
  6991. RocketPropulsion.Visible = false
  6992. Teleportation.Visible = false
  6993. Tools.Visible = false
  6994. AnimationsTAB.Font = "SourceSansLight"
  6995. BasicTAB.Font = "SourceSansLight"
  6996. ExtraTAB.Font = "SourceSansBold"
  6997. Local_PlayerTAB.Font = "SourceSansLight"
  6998. RocketPropulsionTAB.Font = "SourceSansLight"
  6999. TeleportationTAB.Font = "SourceSansLight"
  7000. ToolsTAB.Font = "SourceSansLight"
  7001. AnimationsTAB.TextSize = 20
  7002. TeleportationTAB.TextSize = 17
  7003. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  7004. end)
  7005.  
  7006. Local_PlayerTAB.MouseButton1Click:connect(function()
  7007. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  7008. wait(0.5)
  7009. Animations.Visible = false
  7010. Basic.Visible = false
  7011. Extra.Visible = false
  7012. INTRO.Visible = false
  7013. Local_Player.Visible = true
  7014. RocketPropulsion.Visible = false
  7015. Teleportation.Visible = false
  7016. Tools.Visible = false
  7017. AnimationsTAB.Font = "SourceSansLight"
  7018. BasicTAB.Font = "SourceSansLight"
  7019. ExtraTAB.Font = "SourceSansLight"
  7020. Local_PlayerTAB.Font = "SourceSansBold"
  7021. RocketPropulsionTAB.Font = "SourceSansLight"
  7022. TeleportationTAB.Font = "SourceSansLight"
  7023. ToolsTAB.Font = "SourceSansLight"
  7024. AnimationsTAB.TextSize = 20
  7025. TeleportationTAB.TextSize = 17
  7026. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  7027. end)
  7028.  
  7029. RocketPropulsionTAB.MouseButton1Click:connect(function()
  7030. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  7031. wait(0.5)
  7032. Animations.Visible = false
  7033. Basic.Visible = false
  7034. Extra.Visible = false
  7035. INTRO.Visible = false
  7036. Local_Player.Visible = false
  7037. RocketPropulsion.Visible = true
  7038. Teleportation.Visible = false
  7039. Tools.Visible = false
  7040. AnimationsTAB.Font = "SourceSansLight"
  7041. BasicTAB.Font = "SourceSansLight"
  7042. ExtraTAB.Font = "SourceSansLight"
  7043. Local_PlayerTAB.Font = "SourceSansLight"
  7044. RocketPropulsionTAB.Font = "SourceSansBold"
  7045. TeleportationTAB.Font = "SourceSansLight"
  7046. ToolsTAB.Font = "SourceSansLight"
  7047. AnimationsTAB.TextSize = 20
  7048. TeleportationTAB.TextSize = 17
  7049. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  7050. end)
  7051.  
  7052. TeleportationTAB.MouseButton1Click:connect(function()
  7053. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  7054. wait(0.5)
  7055. Animations.Visible = false
  7056. Basic.Visible = false
  7057. Extra.Visible = false
  7058. INTRO.Visible = false
  7059. Local_Player.Visible = false
  7060. RocketPropulsion.Visible = false
  7061. Teleportation.Visible = true
  7062. Tools.Visible = false
  7063. AnimationsTAB.Font = "SourceSansLight"
  7064. BasicTAB.Font = "SourceSansLight"
  7065. ExtraTAB.Font = "SourceSansLight"
  7066. Local_PlayerTAB.Font = "SourceSansLight"
  7067. RocketPropulsionTAB.Font = "SourceSansLight"
  7068. TeleportationTAB.Font = "SourceSansBold"
  7069. ToolsTAB.Font = "SourceSansLight"
  7070. AnimationsTAB.TextSize = 20
  7071. TeleportationTAB.TextSize = 15
  7072. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  7073. end)
  7074.  
  7075. ToolsTAB.MouseButton1Click:connect(function()
  7076. BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
  7077. wait(0.5)
  7078. Animations.Visible = false
  7079. Basic.Visible = false
  7080. Extra.Visible = false
  7081. INTRO.Visible = false
  7082. Local_Player.Visible = false
  7083. RocketPropulsion.Visible = false
  7084. Teleportation.Visible = false
  7085. Tools.Visible = true
  7086. AnimationsTAB.Font = "SourceSansLight"
  7087. BasicTAB.Font = "SourceSansLight"
  7088. ExtraTAB.Font = "SourceSansLight"
  7089. Local_PlayerTAB.Font = "SourceSansLight"
  7090. RocketPropulsionTAB.Font = "SourceSansLight"
  7091. TeleportationTAB.Font = "SourceSansLight"
  7092. ToolsTAB.Font = "SourceSansBold"
  7093. AnimationsTAB.TextSize = 20
  7094. TeleportationTAB.TextSize = 17
  7095. BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
  7096. end)
  7097.  
  7098. ------ ANIMATIONS -------------------------------------------------------------------------
  7099. ------ ANIMATIONS -------------------------------------------------------------------------
  7100. ------ ANIMATIONS -------------------------------------------------------------------------
  7101. ------ ANIMATIONS -------------------------------------------------------------------------
  7102.  
  7103. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  7104. local Found = {}
  7105. local strl = String:lower()
  7106. if strl == "all" then
  7107. for i,v in pairs(game.Players:GetPlayers()) do
  7108. table.insert(Found,v)
  7109. end
  7110. elseif strl == "others" then
  7111. for i,v in pairs(game.Players:GetPlayers()) do
  7112. if v.Name ~= game.Players.LocalPlayer.Name then
  7113. table.insert(Found,v)
  7114. end
  7115. end
  7116. else
  7117. for i,v in pairs(game.Players:GetPlayers()) do
  7118. if v.Name:lower():sub(1, #String) == String:lower() then
  7119. table.insert(Found,v)
  7120. end
  7121. end
  7122. end
  7123. return Found
  7124. end
  7125.  
  7126. AnimationId = "148840371"
  7127. local Anim = Instance.new("Animation")
  7128. Anim.AnimationId = "rbxassetid://"..AnimationId
  7129. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7130. _18active = false
  7131. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7132. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7133. _18active = false
  7134. end)
  7135. _18.MouseButton1Click:connect(function()
  7136. _18active = not _18active
  7137. if _18active then
  7138. _18.BackgroundColor3 = loc
  7139. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7140. track:Play()
  7141. while wait() do
  7142. if _18active then
  7143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7144. end
  7145. end
  7146. end
  7147. else
  7148. track:Stop()
  7149. _18.BackgroundColor3 = col
  7150. end
  7151. end)
  7152.  
  7153. AnimationId = "282574440"
  7154. local Anim = Instance.new("Animation")
  7155. Anim.AnimationId = "rbxassetid://"..AnimationId
  7156. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7157. CarpetActive = false
  7158. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7159. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7160. CarpetActive = false
  7161. end)
  7162. Carpet.MouseButton1Click:connect(function()
  7163. CarpetActive = not CarpetActive
  7164. if CarpetActive then
  7165. Carpet.BackgroundColor3 = loc
  7166. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7167. track:Play()
  7168. while wait() do
  7169. if CarpetActive then
  7170. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7171. end
  7172. end
  7173. end
  7174. else
  7175. track:Stop()
  7176. Carpet.BackgroundColor3 = col
  7177. end
  7178. end)
  7179.  
  7180. AnimationId = "215384594"
  7181. local Anim = Instance.new("Animation")
  7182. Anim.AnimationId = "rbxassetid://"..AnimationId
  7183. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7184. ExperimentalAnimationActive = false
  7185. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7186. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7187. ExperimentalAnimationActive = false
  7188. end)
  7189. ExperimentalAnimation.MouseButton1Click:connect(function()
  7190. ExperimentalAnimationActive = not ExperimentalAnimationActive
  7191. if ExperimentalAnimationActive then
  7192. ExperimentalAnimation.BackgroundColor3 = loc
  7193. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7194. track:Play(0.1, 1, 5)
  7195. while wait() do
  7196. if ExperimentalAnimationActive then
  7197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7198. end
  7199. end
  7200. end
  7201. else
  7202. track:Stop()
  7203. ExperimentalAnimation.BackgroundColor3 = col
  7204. end
  7205. end)
  7206.  
  7207. AnimationId = "429703734"
  7208. local Anim = Instance.new("Animation")
  7209. Anim.AnimationId = "rbxassetid://"..AnimationId
  7210. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7211. DanceActive = false
  7212. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7213. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7214. DanceActive = false
  7215. end)
  7216. Dance.MouseButton1Click:connect(function()
  7217. DanceActive = not DanceActive
  7218. if DanceActive then
  7219. Dance.BackgroundColor3 = loc
  7220. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7221. track:Play()
  7222. while wait() do
  7223. if DanceActive then
  7224. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7225. end
  7226. end
  7227. end
  7228. else
  7229. track:Stop()
  7230. Dance.BackgroundColor3 = col
  7231. end
  7232. end)
  7233.  
  7234. AnimationId = "282574440"
  7235. local Anim = Instance.new("Animation")
  7236. Anim.AnimationId = "rbxassetid://"..AnimationId
  7237. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7238. HideActive = false
  7239. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7240. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7241. HideActive = false
  7242. end)
  7243. Hide.MouseButton1Click:connect(function()
  7244. HideActive = not HideActive
  7245. if HideActive then
  7246. Hide.BackgroundColor3 = loc
  7247. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7248. track:Play()
  7249. while wait() do
  7250. if HideActive then
  7251. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  7252. end
  7253. end
  7254. end
  7255. else
  7256. track:Stop()
  7257. Hide.BackgroundColor3 = col
  7258. end
  7259. end)
  7260.  
  7261. AnimationId = "313762630"
  7262. local Anim = Instance.new("Animation")
  7263. Anim.AnimationId = "rbxassetid://"..AnimationId
  7264. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7265. LevitateOnActive = false
  7266. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7267. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7268. LevitateOnActive = false
  7269. end)
  7270. LevitateOn.MouseButton1Click:connect(function()
  7271. LevitateOnActive = not LevitateOnActive
  7272. if LevitateOnActive then
  7273. LevitateOn.BackgroundColor3 = loc
  7274. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7275. track:Play()
  7276. while wait() do
  7277. if LevitateOnActive then
  7278. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7279. end
  7280. end
  7281. end
  7282. else
  7283. track:Stop()
  7284. LevitateOn.BackgroundColor3 = col
  7285. end
  7286. end)
  7287.  
  7288. AnimationId = "215384594"
  7289. local Anim = Instance.new("Animation")
  7290. Anim.AnimationId = "rbxassetid://"..AnimationId
  7291. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7292. PushLockActive = false
  7293. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7294. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7295. PushLockActive = false
  7296. end)
  7297. PushLock.MouseButton1Click:connect(function()
  7298. PushLockActive = not PushLockActive
  7299. if PushLockActive then
  7300. PushLock.BackgroundColor3 = loc
  7301. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7302. track:Play()
  7303. while wait() do
  7304. if PushLockActive then
  7305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7306. end
  7307. end
  7308. end
  7309. else
  7310. track:Stop()
  7311. PushLock.BackgroundColor3 = col
  7312. end
  7313. end)
  7314.  
  7315. AnimationId = "184574340"
  7316. local Anim = Instance.new("Animation")
  7317. Anim.AnimationId = "rbxassetid://"..AnimationId
  7318. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7319. SlamOnActive = false
  7320. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7321. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7322. SlamOnActive = false
  7323. end)
  7324. SlamOn.MouseButton1Click:connect(function()
  7325. SlamOnActive = not SlamOnActive
  7326. if SlamOnActive then
  7327. SlamOn.BackgroundColor3 = loc
  7328. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7329. track:Play()
  7330. while wait() do
  7331. if SlamOnActive then
  7332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  7333. end
  7334. end
  7335. end
  7336. else
  7337. track:Stop()
  7338. SlamOn.BackgroundColor3 = col
  7339. end
  7340. end)
  7341.  
  7342. ------ BASIC -------------------------------------------------------------------------
  7343. ------ BASIC -------------------------------------------------------------------------
  7344. ------ BASIC -------------------------------------------------------------------------
  7345. ------ BASIC -------------------------------------------------------------------------
  7346.  
  7347. HipHeight.MouseButton1Click:connect(function()
  7348. game.Players.LocalPlayer.Character.Humanoid.HipHeight = STATCHANGE.Text
  7349. end)
  7350. JumpHeight.MouseButton1Click:connect(function()
  7351. game.Players.LocalPlayer.Character.Humanoid.JumpPower = STATCHANGE.Text
  7352. end)
  7353. Speed.MouseButton1Click:connect(function()
  7354. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = STATCHANGE.Text
  7355. end)
  7356. Chat.MouseButton1Click:connect(function()
  7357. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
  7358. end)
  7359. keepspam = false
  7360. Spam.MouseButton1Click:connect(function()
  7361. keepspam = not keepspam
  7362. if keepspam then
  7363. Spam.BackgroundColor3 = loc
  7364. else
  7365. Spam.BackgroundColor3 = col
  7366. end
  7367. while wait(0.5) do
  7368. if keepspam then
  7369. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
  7370. end
  7371. end
  7372. end)
  7373. clip = true
  7374. Noclip.MouseButton1Click:connect(function()
  7375. clip = not clip
  7376. game:GetService('RunService').Stepped:connect(function()
  7377. if not clip then
  7378. Noclip.BackgroundColor3 = loc
  7379. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7380. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7381. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7382. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7383. else
  7384. Noclip.BackgroundColor3 = col
  7385. end
  7386. end)
  7387. end)
  7388. local flying = false
  7389. Fly.MouseButton1Click:connect(function()
  7390. flying = not flying
  7391. repeat wait()
  7392. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  7393. local mouse = game.Players.LocalPlayer:GetMouse()
  7394. repeat wait() until mouse
  7395. local plr = game.Players.LocalPlayer
  7396. local torso = plr.Character.Torso
  7397. local deb = true
  7398. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  7399. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  7400. local maxspeed = 70
  7401. local speed = 0
  7402. if flying then
  7403. Fly.BackgroundColor3 = loc
  7404. else
  7405. Fly.BackgroundColor3 = col
  7406. end
  7407.  
  7408. function FlyFunction()
  7409. local bg = Instance.new("BodyGyro", torso)
  7410. bg.P = 9e4
  7411. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7412. bg.cframe = torso.CFrame
  7413. local bv = Instance.new("BodyVelocity", torso)
  7414. bv.velocity = Vector3.new(0,0.1,0)
  7415. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  7416. repeat wait()
  7417. plr.Character.Humanoid.PlatformStand = true
  7418. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  7419. speed = speed+.5+(speed/maxspeed)
  7420. if speed > maxspeed then
  7421. speed = maxspeed
  7422. end
  7423. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  7424. speed = speed-1
  7425. if speed < 0 then
  7426. speed = 0
  7427. end
  7428. end
  7429. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  7430. 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
  7431. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  7432. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  7433. 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
  7434. else
  7435. bv.velocity = Vector3.new(0,0.1,0)
  7436. end
  7437. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  7438. until not flying
  7439. ctrl = {f = 0, b = 0, l = 0, r = 0}
  7440. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  7441. speed = 0
  7442. bg:Destroy()
  7443. bv:Destroy()
  7444. plr.Character.Humanoid.PlatformStand = false
  7445. end
  7446. mouse.KeyDown:connect(function(key)
  7447. if key:lower() == "w" then
  7448. ctrl.f = 1
  7449. elseif key:lower() == "s" then
  7450. ctrl.b = -1
  7451. elseif key:lower() == "a" then
  7452. ctrl.l = -1
  7453. elseif key:lower() == "d" then
  7454. ctrl.r = 1
  7455. end
  7456. end)
  7457. mouse.KeyUp:connect(function(key)
  7458. if key:lower() == "w" then
  7459. ctrl.f = 0
  7460. elseif key:lower() == "s" then
  7461. ctrl.b = 0
  7462. elseif key:lower() == "a" then
  7463. ctrl.l = 0
  7464. elseif key:lower() == "d" then
  7465. ctrl.r = 0
  7466. end
  7467. end)
  7468. FlyFunction()
  7469. end)
  7470.  
  7471. ------ EXTRA -------------------------------------------------------------------------
  7472. ------ EXTRA -------------------------------------------------------------------------
  7473. ------ EXTRA -------------------------------------------------------------------------
  7474. ------ EXTRA -------------------------------------------------------------------------
  7475.  
  7476. frost = false
  7477. Freeze.MouseButton1Click:connect(function()
  7478. frost = not frost
  7479. if frost then
  7480. game.Players.LocalPlayer.Character.Torso.Anchored = true
  7481. game.Players.LocalPlayer.Character.Head.Anchored = true
  7482. game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
  7483. game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
  7484. game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
  7485. game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
  7486. Freeze.BackgroundColor3 = loc
  7487. else
  7488. game.Players.LocalPlayer.Character.Torso.Anchored = false
  7489. game.Players.LocalPlayer.Character.Head.Anchored = false
  7490. game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  7491. game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  7492. game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  7493. game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  7494. Freeze.BackgroundColor3 = col
  7495. end
  7496. end)
  7497. insanity = false
  7498. local Anim = Instance.new("Animation")
  7499. AnimationId = "33796059"
  7500. Anim.AnimationId = "rbxassetid://"..AnimationId
  7501. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7502. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7503. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7504. insanity = false
  7505. end)
  7506. Insane.MouseButton1Down:connect(function()
  7507. insanity = not insanity
  7508. if insanity then
  7509. track:Play(0.1, 1, 999)
  7510. Insane.BackgroundColor3 = loc
  7511. else
  7512. track:Stop()
  7513. Insane.BackgroundColor3 = col
  7514. end
  7515. end)
  7516. Sit.MouseButton1Click:connect(function()
  7517. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  7518. end)
  7519. Jump.MouseButton1Click:connect(function()
  7520. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  7521. end)
  7522. platform = false
  7523. PlatformStand.MouseButton1Click:connect(function()
  7524. platform = not platform
  7525. if platform then
  7526. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  7527. PlatformStand.BackgroundColor3 = loc
  7528. else
  7529. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  7530. PlatformStand.BackgroundColor3 = col
  7531. end
  7532. end)
  7533. TPVoid.MouseButton1Click:connect(function()
  7534. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge)
  7535. end)
  7536. question = false
  7537. Unknown.MouseButton1Click:connect(function()
  7538. question = not question
  7539. if question then
  7540. Unknown.BackgroundColor3 = loc
  7541. while wait() do
  7542. if question then
  7543. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 2
  7544. wait()
  7545. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 3
  7546. wait()
  7547. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 4
  7548. wait()
  7549. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 1
  7550. wait()
  7551. else
  7552. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  7553. end
  7554. end
  7555. else
  7556. Unknown.BackgroundColor3 = col
  7557. end
  7558. end)
  7559. Reset.MouseButton1Click:connect(function()
  7560. game.Players.LocalPlayer.Character.Head:Destroy()
  7561. end)
  7562.  
  7563. ------ LOCALPLAYER -------------------------------------------------------------------------
  7564. ------ LOCALPLAYER -------------------------------------------------------------------------
  7565. ------ LOCALPLAYER -------------------------------------------------------------------------
  7566. ------ LOCALPLAYER -------------------------------------------------------------------------
  7567.  
  7568. local Anim = Instance.new("Animation")
  7569. Anim.AnimationId = "rbxassetid://215384594"
  7570. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7571. local CloneIllusionACTIVE = false
  7572. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7573. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7574. CloneIllusionACTIVE = false
  7575. end)
  7576. CloneIllusion.MouseButton1Click:connect(function()
  7577. CloneIllusionACTIVE = not CloneIllusionACTIVE
  7578. if CloneIllusionACTIVE then
  7579. track:Play(.5, 1, 1e7)
  7580. CloneIllusion.BackgroundColor3 = loc
  7581. else
  7582. track:Stop()
  7583. CloneIllusion.BackgroundColor3 = col
  7584. end
  7585. end)
  7586.  
  7587. local Anim = Instance.new("Animation")
  7588. Anim.AnimationId = "rbxassetid://204328711"
  7589. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7590. local DinoWalkACTIVE = false
  7591. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7592. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7593. DinoWalkACTIVE = false
  7594. end)
  7595. Dinosaur.MouseButton1Click:connect(function()
  7596. DinoWalkACTIVE = not DinoWalkACTIVE
  7597. if DinoWalkACTIVE then
  7598. track:Play(.1, 1, 1)
  7599. Dinosaur.BackgroundColor3 = loc
  7600. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  7601. game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 200
  7602. else
  7603. track:Stop()
  7604. Dinosaur.BackgroundColor3 = col
  7605. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  7606. game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 50
  7607. end
  7608. end)
  7609.  
  7610. local Anim = Instance.new("Animation")
  7611. Anim.AnimationId = "rbxassetid://313762630"
  7612. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7613. local GlitchLevitateACTIVE = false
  7614. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7615. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7616. GlitchLevitateACTIVE = false
  7617. end)
  7618. Glitchy.MouseButton1Click:connect(function()
  7619. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  7620. if GlitchLevitateACTIVE then
  7621. track:Play(.5, 1, 1e7)
  7622. Glitchy.BackgroundColor3 = loc
  7623. else
  7624. track:Stop()
  7625. Glitchy.BackgroundColor3 = col
  7626. end
  7627. end)
  7628.  
  7629. local Anim = Instance.new("Animation")
  7630. Anim.AnimationId = "rbxassetid://313762630"
  7631. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7632. local LevitateACTIVE = false
  7633. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7634. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7635. LevitateACTIVE = false
  7636. end)
  7637. Levitate.MouseButton1Click:connect(function()
  7638. LevitateACTIVE = not LevitateACTIVE
  7639. if LevitateACTIVE then
  7640. track:Play(.1, 1, 1)
  7641. Levitate.BackgroundColor3 = loc
  7642. else
  7643. track:Stop()
  7644. Levitate.BackgroundColor3 = col
  7645. end
  7646. end)
  7647.  
  7648. NoLimbs.MouseButton1Click:connect(function()
  7649. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  7650. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  7651. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  7652. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  7653. end)
  7654.  
  7655. local Anim = Instance.new("Animation")
  7656. Anim.AnimationId = "rbxassetid://180612465"
  7657. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7658. local ScaredACTIVE = false
  7659. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  7660. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  7661. ScaredACTIVE = false
  7662. end)
  7663. CrouchRocket.MouseButton1Click:connect(function()
  7664. ScaredACTIVE = not ScaredACTIVE
  7665. if ScaredACTIVE then
  7666. local u = Instance.new("RocketPropulsion")
  7667. u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7668. u.Name = "CrouchRocket"
  7669. u.Target = game.Players.LocalPlayer.Character.Head
  7670. u:Fire()
  7671. CrouchRocket.BackgroundColor3 = loc
  7672. while wait() do
  7673. if track.IsPlaying == false then
  7674. if ScaredACTIVE then
  7675. track:Play(.1, 1, 1)
  7676. end
  7677. end
  7678. end
  7679. else
  7680. track:Stop()
  7681. CrouchRocket.BackgroundColor3 = col
  7682. game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
  7683. end
  7684. end)
  7685.  
  7686. Flip.MouseButton1Click:connect(function()
  7687. game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,3,0)
  7688. end)
  7689. spinning = false
  7690. CrazySpin.MouseButton1Click:connect(function()
  7691. spinning = not spinning
  7692. if spinning then
  7693. local p = Instance.new("RocketPropulsion")
  7694. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7695. p.Name = "CrazySpin"
  7696. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  7697. p:Fire()
  7698. CrazySpin.BackgroundColor3 = loc
  7699. else
  7700. game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
  7701. CrazySpin.BackgroundColor3 = col
  7702. end
  7703. end)
  7704.  
  7705. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  7706. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  7707. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  7708. ------ ROCKETPROPULSION -------------------------------------------------------------------------
  7709.  
  7710. floating = false
  7711. Float.MouseButton1Click:connect(function()
  7712. floating = not floating
  7713. if floating then
  7714. Float.BackgroundColor3 = loc
  7715. local y = Instance.new("RocketPropulsion")
  7716. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7717. y.CartoonFactor = 1
  7718. y.MaxThrust = 50000
  7719. y.MaxSpeed = 1000
  7720. y.ThrustP = 50000
  7721. y.Name = "Float"
  7722. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7723. y.Target = game.Players[v.Name].Character.Head
  7724. y:Fire()
  7725. game:GetService('RunService').Stepped:connect(function()
  7726. if floating then
  7727. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7728. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7729. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7730. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7731. end
  7732. end)
  7733. while wait(0.3) do
  7734. if floating then
  7735. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  7736. end
  7737. end
  7738. end
  7739. else
  7740. game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
  7741. Float.BackgroundColor3 = col
  7742. end
  7743. end)
  7744.  
  7745. local Anim = Instance.new("Animation")
  7746. Anim.AnimationId = "rbxassetid://282574440"
  7747. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  7748. flattening = false
  7749. Flatten.MouseButton1Click:connect(function()
  7750. flattening = not flattening
  7751. if flattening then
  7752. Flatten.BackgroundColor3 = loc
  7753. local y = Instance.new("RocketPropulsion")
  7754. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7755. y.CartoonFactor = 1
  7756. y.MaxThrust = 50000
  7757. y.MaxSpeed = 1000
  7758. y.ThrustP = 50000
  7759. y.Name = "Flatten"
  7760. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7761. y.Target = game.Players[v.name].Character["Left Leg"]
  7762. y:Fire()
  7763. track:Play(.1, 1, 1)
  7764. game:GetService('RunService').Stepped:connect(function()
  7765. if flattening then
  7766. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7767. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7768. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7769. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7770. end
  7771. end)
  7772. while wait(0.3) do
  7773. if flattening then
  7774. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  7775. end
  7776. end
  7777. end
  7778. else
  7779. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  7780. track:Stop()
  7781. Flatten.BackgroundColor3 = col
  7782. end
  7783. end)
  7784.  
  7785. pushing = false
  7786. Push.MouseButton1Click:connect(function()
  7787. pushing = not pushing
  7788. if pushing then
  7789. Push.BackgroundColor3 = loc
  7790. local b = Instance.new("RocketPropulsion")
  7791. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7792. b.TurnP = 2500
  7793. b.MaxThrust = 50000
  7794. b.MaxSpeed = 1000
  7795. b.ThrustP = 50000
  7796. b.CartoonFactor = 1
  7797. b.Name = "Push"
  7798. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7799. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  7800. b:Fire()
  7801. game:GetService('RunService').Stepped:connect(function()
  7802. if pushing then
  7803. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7804. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7805. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7806. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7807. end
  7808. end)
  7809. end
  7810. else
  7811. game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
  7812. Push.BackgroundColor3 = col
  7813. end
  7814. end)
  7815.  
  7816. SlowAttracting = false
  7817. SlowAttract.MouseButton1Click:connect(function()
  7818. SlowAttracting = not SlowAttracting
  7819. if SlowAttracting then
  7820. SlowAttract.BackgroundColor3 = loc
  7821. local b = Instance.new("RocketPropulsion")
  7822. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7823. b.TurnD = 5000
  7824. b.MaxThrust = 1000
  7825. b.MaxSpeed = 20
  7826. b.ThrustP = 5000
  7827. b.CartoonFactor = 1
  7828. b.Name = "SlowAttract"
  7829. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7830. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  7831. b:Fire()
  7832. game:GetService('RunService').Stepped:connect(function()
  7833. if SlowAttracting then
  7834. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7835. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7836. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7837. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7838. end
  7839. end)
  7840. end
  7841. else
  7842. game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
  7843. SlowAttract.BackgroundColor3 = col
  7844. end
  7845. end)
  7846.  
  7847. Sticking = false
  7848. Stick.MouseButton1Click:connect(function()
  7849. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7850. Sticking = not Sticking
  7851. if Sticking then
  7852. Stick.BackgroundColor3 = loc
  7853. local b = Instance.new("RocketPropulsion")
  7854. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7855. b.TurnD = 30000
  7856. b.MaxThrust = 100000
  7857. b.MaxSpeed = 1000
  7858. b.ThrustP = 30000
  7859. b.CartoonFactor = 1
  7860. b.Name = "Stick"
  7861. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(1000,1000,1000)
  7863. b.Target = game.Players[v.Name].Character.HumanoidRootPart
  7864. b:Fire()
  7865. game:GetService('RunService').Stepped:connect(function()
  7866. if Sticking then
  7867. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7868. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7869. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7870. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7871. end
  7872. end)
  7873. end
  7874. else
  7875. game.Players.LocalPlayer.Character.HumanoidRootPart.Stick:Destroy()
  7876. Stick.BackgroundColor3 = col
  7877. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  7878. end
  7879. end)
  7880.  
  7881. AimHeading = false
  7882. AimHead.MouseButton1Click:connect(function()
  7883. AimHeading = not AimHeading
  7884. if AimHeading then
  7885. AimHead.BackgroundColor3 = loc
  7886. local b = Instance.new("RocketPropulsion")
  7887. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7888. b.TurnP = 2500
  7889. b.MaxThrust = 50000
  7890. b.MaxSpeed = 1000
  7891. b.ThrustP = 50000
  7892. b.CartoonFactor = 1
  7893. b.Name = "AimHead"
  7894. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7895. b.Target = game.Players[v.Name].Character.Head
  7896. b:Fire()
  7897. game:GetService('RunService').Stepped:connect(function()
  7898. if AimHeading then
  7899. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7900. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7901. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7902. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7903. end
  7904. end)
  7905. end
  7906. else
  7907. game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
  7908. AimHead.BackgroundColor3 = col
  7909. end
  7910. end)
  7911.  
  7912. Experimentaling = false
  7913. Experimental.MouseButton1Click:connect(function()
  7914. Experimentaling = not Experimentaling
  7915. if Experimentaling then
  7916. Experimental.BackgroundColor3 = loc
  7917. local b = Instance.new("RocketPropulsion")
  7918. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7919. b.TurnP = 250000
  7920. b.MaxThrust = 10000
  7921. b.MaxSpeed = 1000
  7922. b.ThrustP = 10000
  7923. b.CartoonFactor = 0.1
  7924. b.Name = "Experimental"
  7925. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7926. b.Target = game.Players[v.Name].Character.Torso
  7927. b:Fire()
  7928. game:GetService('RunService').Stepped:connect(function()
  7929. if Experimentaling then
  7930. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7931. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7932. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7933. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7934. end
  7935. end)
  7936. end
  7937. else
  7938. game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()
  7939. Experimental.BackgroundColor3 = col
  7940. end
  7941. end)
  7942.  
  7943. Multipleing = false
  7944. Multiple.MouseButton1Click:connect(function()
  7945. Multipleing = not Multipleing
  7946. if Multipleing then
  7947. Multiple.BackgroundColor3 = loc
  7948. local t1 = Instance.new("RocketPropulsion")
  7949. t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7950. t1.TurnP = 30000
  7951. t1.MaxThrust = 30000
  7952. t1.MaxSpeed = 1000
  7953. t1.ThrustP = 30000
  7954. t1.CartoonFactor = 1
  7955. t1.Name = "one"
  7956. local t2 = Instance.new("RocketPropulsion")
  7957. t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7958. t2.TurnP = 30000
  7959. t2.MaxThrust = 30000
  7960. t2.MaxSpeed = 1000
  7961. t2.ThrustP = 30000
  7962. t2.CartoonFactor = 1
  7963. t2.Name = "two"
  7964. local t3 = Instance.new("RocketPropulsion")
  7965. t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  7966. t3.TurnP = 30000
  7967. t3.MaxThrust = 30000
  7968. t3.MaxSpeed = 1000
  7969. t3.ThrustP = 30000
  7970. t3.CartoonFactor = 1
  7971. t3.Name = "three"
  7972. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  7973. t1.Target = game.Players[v.Name].Character.Torso
  7974. t1:Fire()
  7975. t2.Target = game.Players[v.Name].Character["Right Leg"]
  7976. t2:Fire()
  7977. t3.Target = game.Players[v.Name].Character["Left Arm"]
  7978. t3:Fire()
  7979. game:GetService('RunService').Stepped:connect(function()
  7980. if Multipleing then
  7981. game.Players.LocalPlayer.Character.Head.CanCollide = false
  7982. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  7983. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  7984. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  7985. end
  7986. end)
  7987. end
  7988. else
  7989. game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
  7990. Multiple.BackgroundColor3 = col
  7991. end
  7992. end)
  7993.  
  7994. ------ TELEPORTATION -------------------------------------------------------------------------
  7995. ------ TELEPORTATION -------------------------------------------------------------------------
  7996. ------ TELEPORTATION -------------------------------------------------------------------------
  7997. ------ TELEPORTATION -------------------------------------------------------------------------
  7998.  
  7999. LockOnACTIVE = false
  8000. LockOn.MouseButton1Click:connect(function()
  8001. LockOnACTIVE = not LockOnACTIVE
  8002. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8003. while wait() do
  8004. if LockOnACTIVE then
  8005. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8006. LockOn.BackgroundColor3 = loc
  8007. game:GetService('RunService').Stepped:connect(function()
  8008. if LockOnACTIVE then
  8009. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8010. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8011. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8012. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8013. end
  8014. end)
  8015. else
  8016. LockOn.BackgroundColor3 = col
  8017. end
  8018. end
  8019. end
  8020. end)
  8021.  
  8022. LockLegACTIVE = false
  8023. LockLeg.MouseButton1Click:connect(function()
  8024. LockLegACTIVE = not LockLegACTIVE
  8025. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8026. while wait() do
  8027. if LockLegACTIVE then
  8028. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  8029. LockLeg.BackgroundColor3 = loc
  8030. game:GetService('RunService').Stepped:connect(function()
  8031. if LockLegACTIVE then
  8032. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8033. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8034. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8035. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8036. end
  8037. end)
  8038. else
  8039. LockLeg.BackgroundColor3 = col
  8040. end
  8041. end
  8042. end
  8043. end)
  8044.  
  8045. LockArmACTIVE = false
  8046. LockArm.MouseButton1Click:connect(function()
  8047. LockArmACTIVE = not LockArmACTIVE
  8048. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8049. while wait() do
  8050. if LockArmACTIVE then
  8051. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
  8052. LockArm.BackgroundColor3 = loc
  8053. game:GetService('RunService').Stepped:connect(function()
  8054. if LockArmACTIVE then
  8055. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8056. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8057. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8058. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8059. end
  8060. end)
  8061. else
  8062. LockArm.BackgroundColor3 = col
  8063. end
  8064. end
  8065. end
  8066. end)
  8067.  
  8068. LockHeadACTIVE = false
  8069. LockHead.MouseButton1Click:connect(function()
  8070. LockHeadACTIVE = not LockHeadACTIVE
  8071. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8072. while wait() do
  8073. if LockHeadACTIVE then
  8074. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  8075. LockHead.BackgroundColor3 = loc
  8076. game:GetService('RunService').Stepped:connect(function()
  8077. if LockHeadACTIVE then
  8078. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8079. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8080. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8081. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8082. end
  8083. end)
  8084. else
  8085. LockHead.BackgroundColor3 = col
  8086. end
  8087. end
  8088. end
  8089. end)
  8090.  
  8091. LockAboveACTIVE = false
  8092. LockAbove.MouseButton1Click:connect(function()
  8093. LockAboveACTIVE = not LockAboveACTIVE
  8094. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8095. while wait() do
  8096. if LockAboveACTIVE then
  8097. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,4,0)
  8098. LockAbove.BackgroundColor3 = loc
  8099. game:GetService('RunService').Stepped:connect(function()
  8100. if LockAboveACTIVE then
  8101. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8102. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8103. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8104. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8105. end
  8106. end)
  8107. else
  8108. LockAbove.BackgroundColor3 = col
  8109. end
  8110. end
  8111. end
  8112. end)
  8113.  
  8114. LockMaxACTIVE = false
  8115. LockMax.MouseButton1Click:connect(function()
  8116. LockMaxACTIVE = not LockMaxACTIVE
  8117. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8118. while wait() do
  8119. if LockMaxACTIVE then
  8120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
  8122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
  8123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  8124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Leg"].CFrame
  8125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
  8126. LockMax.BackgroundColor3 = loc
  8127. game:GetService('RunService').Stepped:connect(function()
  8128. if LockMaxACTIVE then
  8129. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8130. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8131. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8132. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8133. end
  8134. end)
  8135. else
  8136. LockMax.BackgroundColor3 = col
  8137. end
  8138. end
  8139. end
  8140. end)
  8141.  
  8142. TrailACTIVE = false
  8143. Trail.MouseButton1Click:connect(function()
  8144. TrailACTIVE = not TrailACTIVE
  8145. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8146. while wait() do
  8147. if TrailACTIVE then
  8148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
  8149. Trail.BackgroundColor3 = loc
  8150. game:GetService('RunService').Stepped:connect(function()
  8151. if TrailACTIVE then
  8152. game.Players.LocalPlayer.Character.Head.CanCollide = false
  8153. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  8154. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  8155. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  8156. end
  8157. end)
  8158. else
  8159. Trail.BackgroundColor3 = col
  8160. end
  8161. end
  8162. end
  8163. end)
  8164.  
  8165. TeleportTo.MouseButton1Click:connect(function()
  8166. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8168. end
  8169. end)
  8170.  
  8171. ------ TOOLS -------------------------------------------------------------------------
  8172. ------ TOOLS -------------------------------------------------------------------------
  8173. ------ TOOLS -------------------------------------------------------------------------
  8174. ------ TOOLS -------------------------------------------------------------------------
  8175.  
  8176. Attach.MouseButton1Click:connect(function()
  8177. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8178. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8179. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8180. l.Parent = game.Players.LocalPlayer.Character
  8181. l.Name = "Humanoid"
  8182. wait(0.1)
  8183. game.Players.LocalPlayer.Character["1"]:Destroy()
  8184. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8185. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8186. wait(0.1)
  8187. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8188. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8189. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8190. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8191. end
  8192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  8193. end
  8194. end)
  8195.  
  8196. AttachExperimental.MouseButton1Click:connect(function()
  8197. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8198. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8199. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8200. l.Parent = game.Players.LocalPlayer.Character
  8201. l.Name = "Humanoid"
  8202. wait(0.1)
  8203. game.Players.LocalPlayer.Character["1"]:Destroy()
  8204. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8205. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8206. wait(0.1)
  8207. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8208. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8209. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8210. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8211. end
  8212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  8213. wait(1)
  8214. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,100,0)
  8215. end
  8216. end)
  8217.  
  8218. Bring.MouseButton1Click:connect(function()
  8219. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8220. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8221. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8222. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8223. l.Parent = game.Players.LocalPlayer.Character
  8224. l.Name = "Humanoid"
  8225. wait(0.1)
  8226. game.Players.LocalPlayer.Character["1"]:Destroy()
  8227. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8228. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8229. wait(0.1)
  8230. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8231. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8232. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8233. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8234. end
  8235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8236. wait(0.2)
  8237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8238. wait(0.6)
  8239. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  8240. wait(0.6)
  8241. game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
  8242. end
  8243. end)
  8244.  
  8245. FreeFall.MouseButton1Click:connect(function()
  8246. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8247. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8248. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8249. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8250. l.Parent = game.Players.LocalPlayer.Character
  8251. l.Name = "Humanoid"
  8252. wait(0.1)
  8253. game.Players.LocalPlayer.Character["1"]:Destroy()
  8254. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8255. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8256. wait(0.1)
  8257. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8258. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8259. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8260. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8261. end
  8262. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8263. wait(0.2)
  8264. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8265. wait(0.6)
  8266. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  8267. wait(0.6)
  8268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8269. end
  8270. end)
  8271.  
  8272. GiveTool.MouseButton1Click:connect(function()
  8273. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8274. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8275. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8276. l.Parent = game.Players.LocalPlayer.Character
  8277. l.Name = "Humanoid"
  8278. wait(0.1)
  8279. game.Players.LocalPlayer.Character["1"]:Destroy()
  8280. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8281. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8282. wait(0.1)
  8283. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8284. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8285. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8286. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8287. end
  8288. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8289. wait(0.2)
  8290. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8291. wait(0.6)
  8292. game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
  8293. end
  8294. end)
  8295.  
  8296. KillSurvive.MouseButton1Click:connect(function()
  8297. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8298. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8299. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8300. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8301. l.Parent = game.Players.LocalPlayer.Character
  8302. l.Name = "Humanoid"
  8303. wait(0.1)
  8304. game.Players.LocalPlayer.Character["1"]:Destroy()
  8305. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8306. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8307. wait(0.1)
  8308. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8309. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8310. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8311. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8312. end
  8313. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8314. wait(0.2)
  8315. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8316. wait(0.4)
  8317. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  8318. wait(0.8)
  8319. game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
  8320. wait(0.8)
  8321. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  8322. end
  8323. end)
  8324.  
  8325. Kill.MouseButton1Click:connect(function()
  8326. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8327. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8328. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8329. l.Parent = game.Players.LocalPlayer.Character
  8330. l.Name = "Humanoid"
  8331. wait(0.1)
  8332. game.Players.LocalPlayer.Character["1"]:Destroy()
  8333. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8334. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8335. wait(0.1)
  8336. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8337. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8338. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8339. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8340. end
  8341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8342. wait(0.2)
  8343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8344. wait(0.4)
  8345. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  8346. end
  8347. end)
  8348.  
  8349. superspinning = false
  8350. SuperSpin.MouseButton1Click:connect(function()
  8351. superspinning = not superspinning
  8352. if superspinning then
  8353. SuperSpin.BackgroundColor3 = loc
  8354. for i,v in pairs(GetPlayer(EnterUsername.Text))do
  8355. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8356. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8357. l.Parent = game.Players.LocalPlayer.Character
  8358. l.Name = "Humanoid"
  8359. wait(0.1)
  8360. game.Players.LocalPlayer.Character["1"]:Destroy()
  8361. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8362. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8363. wait(0.1)
  8364. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8365. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8366. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8367. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  8368. end
  8369. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  8370. wait(1)
  8371. while wait() do
  8372. if superspinning then
  8373. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  8374. end
  8375. end
  8376. end
  8377. else
  8378. SuperSpin.BackgroundColor3 = col
  8379. end
  8380. end)
  8381. end)
  8382.  
  8383. Anime.Name = "Anime"
  8384. Anime.Parent = Page2
  8385. Anime.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  8386. Anime.BorderSizePixel = 2
  8387. Anime.Position = UDim2.new(0.108108185, 0, 0.630653262, 0)
  8388. Anime.Size = UDim2.new(0, 81, 0, 44)
  8389. Anime.Font = Enum.Font.GothamBlack
  8390. Anime.FontSize = Enum.FontSize.Size14
  8391. Anime.Text = "Animations"
  8392. Anime.TextColor3 = Color3.new(0, 0, 0)
  8393. Anime.TextSize = 14
  8394. Anime.MouseButton1Down:connect(function()
  8395. local Gui = Instance.new("ScreenGui", game.CoreGui)
  8396. Gui.Name = "FE Animations"
  8397. local Background = Instance.new("Frame",Gui)
  8398. Background.Name = "Background"
  8399. Background.Active = true
  8400. Background.BackgroundColor3 = Color3.fromRGB(220,220,255)
  8401. Background.Transparency = 0.3
  8402. Background.BorderSizePixel = 5
  8403. Background.Draggable = true
  8404. Background.Position = UDim2.new(0,300,0,300)
  8405. Background.Size = UDim2.new(0,345,0,190)
  8406. local Title = Instance.new("TextLabel",Background)
  8407. Title.BackgroundTransparency = 1
  8408. Title.Position = UDim2.new(0,0,0,-80)
  8409. Title.Size = UDim2.new(0,290,1,0)
  8410. Title.Font = "SourceSansLight"
  8411. Title.FontSize = "Size18"
  8412. Title.Text = "FE Animations [by illremember]"
  8413. Title.TextColor3 = Color3.fromRGB(20,20,25)
  8414.  
  8415. local Chop = Instance.new("TextButton", Background)
  8416. Chop.Name = "Chop"
  8417. Chop.BackgroundColor3 = Color3.fromRGB(20,20,20)
  8418. Chop.BackgroundTransparency = 0.1
  8419. Chop.BorderSizePixel = 0
  8420. Chop.Position = UDim2.new(0,120,0,30)
  8421. Chop.Size = UDim2.new(0,100,0,30)
  8422. Chop.Font = "SourceSansItalic"
  8423. Chop.FontSize = "Size18"
  8424. Chop.Text = "Chop"
  8425. Chop.TextColor3 = Color3.fromRGB(230,230,230)
  8426. Chop.TextWrapped = true
  8427.  
  8428. local Dance = Chop:Clone()
  8429. Dance.Name = "Dance"
  8430. Dance.Parent = Background
  8431. Dance.Position = UDim2.new(0,120,0,70)
  8432. Dance.Text = "Dance"
  8433.  
  8434. local ArmsOut = Chop:Clone()
  8435. ArmsOut.Name = "ArmsOut"
  8436. ArmsOut.Parent = Background
  8437. ArmsOut.Position = UDim2.new(0,10,0,110)
  8438. ArmsOut.Text = "ArmsOut"
  8439.  
  8440. local Stab = Chop:Clone()
  8441. Stab.Name = "Stab"
  8442. Stab.Parent = Background
  8443. Stab.Position = UDim2.new(0,10,0,30)
  8444. Stab.Text = "Stab"
  8445.  
  8446. local SmellyRun = Chop:Clone()
  8447. SmellyRun.Name = "SmellyRun"
  8448. SmellyRun.Parent = Background
  8449. SmellyRun.Position = UDim2.new(0,10,0,70)
  8450. SmellyRun.Text = "SmellyRun"
  8451.  
  8452. local rando = Chop:Clone()
  8453. rando.Name = "rando"
  8454. rando.Parent = Background
  8455. rando.Position = UDim2.new(0,120,0,110)
  8456. rando.Text = "rando"
  8457.  
  8458. local hmm = Chop:Clone()
  8459. hmm.Name = "hmm"
  8460. hmm.Parent = Background
  8461. hmm.Position = UDim2.new(0,120,0,150)
  8462. hmm.Text = "hmm"
  8463.  
  8464. local Kick = Chop:Clone()
  8465. Kick.Name = "Kick"
  8466. Kick.Parent = Background
  8467. Kick.Position = UDim2.new(0,10,0,150)
  8468. Kick.Size = UDim2.new(0,100,0,30)
  8469. Kick.Text = "Kick"
  8470.  
  8471. local Flying = Chop:Clone()
  8472. Flying.Name = "Flying"
  8473. Flying.Parent = Background
  8474. Flying.Position = UDim2.new(0,230,0,30)
  8475. Flying.Size = UDim2.new(0,100,0,30)
  8476. Flying.Text = "Flying"
  8477.  
  8478. local Arms = Chop:Clone()
  8479. Arms.Name = "Arms"
  8480. Arms.Parent = Background
  8481. Arms.Position = UDim2.new(0,230,0,70)
  8482. Arms.Size = UDim2.new(0,100,0,30)
  8483. Arms.Text = "Arms"
  8484.  
  8485. local Sword = Chop:Clone()
  8486. Sword.Name = "Sword"
  8487. Sword.Parent = Background
  8488. Sword.Position = UDim2.new(0,230,0,110)
  8489. Sword.Size = UDim2.new(0,100,0,30)
  8490. Sword.Text = "Sword"
  8491.  
  8492. local Insane = Chop:Clone()
  8493. Insane.Name = "Insane"
  8494. Insane.Parent = Background
  8495. Insane.Position = UDim2.new(0,230,0,150)
  8496. Insane.Size = UDim2.new(0,100,0,30)
  8497. Insane.Text = "Insane"
  8498.  
  8499. --
  8500. local plr = game.Players.LocalPlayer
  8501.  
  8502. local mouse = plr:GetMouse()
  8503.  
  8504. lpc = game.Players.LocalPlayer.Character
  8505.  
  8506. weld1 = Instance.new("Weld")
  8507.  
  8508. Chop.MouseButton1Down:connect(function()
  8509. local gg = mouse.Target
  8510. if gg ~= nil then
  8511. for i,v in pairs(game.Players:GetPlayers()) do
  8512. AnimationId = "33169596"
  8513. local Anim = Instance.new("Animation")
  8514. Anim.AnimationId = "rbxassetid://"..AnimationId
  8515. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8516. k:Play()
  8517. k:AdjustSpeed(1)
  8518. end
  8519. end
  8520. end)
  8521.  
  8522. Insane.MouseButton1Down:connect(function()
  8523. local gg = mouse.Target
  8524. if gg ~= nil then
  8525. for i,v in pairs(game.Players:GetPlayers()) do
  8526. AnimationId = "33796059"
  8527. local Anim = Instance.new("Animation")
  8528. Anim.AnimationId = "rbxassetid://"..AnimationId
  8529. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8530. k:Play()
  8531. k:AdjustSpeed(10000)
  8532. end
  8533. end
  8534. end)
  8535.  
  8536. Arms.MouseButton1Down:connect(function()
  8537. local gg = mouse.Target
  8538. if gg ~= nil then
  8539. for i,v in pairs(game.Players:GetPlayers()) do
  8540. AnimationId = "33169583"
  8541. local Anim = Instance.new("Animation")
  8542. Anim.AnimationId = "rbxassetid://"..AnimationId
  8543. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8544. k:Play()
  8545. k:AdjustSpeed(1)
  8546. end
  8547. end
  8548. end)
  8549.  
  8550. Sword.MouseButton1Click:connect(function()
  8551. local gg = mouse.Target
  8552. if gg ~= nil then
  8553. for i,v in pairs(game.Players:GetPlayers()) do
  8554. AnimationId = "35978879"
  8555. local Anim = Instance.new("Animation")
  8556. Anim.AnimationId = "rbxassetid://"..AnimationId
  8557. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8558. k:Play()
  8559. k:AdjustSpeed(1)
  8560. end
  8561. end
  8562. end)
  8563.  
  8564. hmm.MouseButton1Down:connect(function()
  8565. local gg = mouse.Target
  8566. if gg ~= nil then
  8567. for i,v in pairs(game.Players:GetPlayers()) do
  8568. AnimationId = "33855276"
  8569. local Anim = Instance.new("Animation")
  8570. Anim.AnimationId = "rbxassetid://"..AnimationId
  8571. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8572. k:Play()
  8573. k:AdjustSpeed(1)
  8574. end
  8575. end
  8576. end)
  8577.  
  8578. rando.MouseButton1Down:connect(function()
  8579. local gg = mouse.Target
  8580. if gg ~= nil then
  8581. for i,v in pairs(game.Players:GetPlayers()) do
  8582. AnimationId = "48977286"
  8583. local Anim = Instance.new("Animation")
  8584. Anim.AnimationId = "rbxassetid://"..AnimationId
  8585. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8586. k:Play()
  8587. k:AdjustSpeed(1)
  8588. end
  8589. end
  8590. end)
  8591.  
  8592. Dance.MouseButton1Down:connect(function()
  8593. local gg = mouse.Target
  8594. if gg ~= nil then
  8595. for i,v in pairs(game.Players:GetPlayers()) do
  8596. AnimationId = "35654637"
  8597. local Anim = Instance.new("Animation")
  8598. Anim.AnimationId = "rbxassetid://"..AnimationId
  8599. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8600. k:Play()
  8601. k:AdjustSpeed(1)
  8602. end
  8603. end
  8604. end)
  8605.  
  8606. Stab.MouseButton1Down:connect(function()
  8607. local gg = mouse.Target
  8608. if gg ~= nil then
  8609. for i,v in pairs(game.Players:GetPlayers()) do
  8610. AnimationId = "66703241"
  8611. local Anim = Instance.new("Animation")
  8612. Anim.AnimationId = "rbxassetid://"..AnimationId
  8613. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8614. k:Play()
  8615. k:AdjustSpeed(1)
  8616. end
  8617. end
  8618. end)
  8619.  
  8620. Kick.MouseButton1Down:connect(function()
  8621. local gg = mouse.Target
  8622. if gg ~= nil then
  8623. for i,v in pairs(game.Players:GetPlayers()) do
  8624. AnimationId = "45737360"
  8625. local Anim = Instance.new("Animation")
  8626. Anim.AnimationId = "rbxassetid://"..AnimationId
  8627. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8628. k:Play()
  8629. k:AdjustSpeed(1)
  8630. end
  8631. end
  8632. end)
  8633.  
  8634. Flying.MouseButton1Down:connect(function()
  8635. local gg = mouse.Target
  8636. if gg ~= nil then
  8637. for i,v in pairs(game.Players:GetPlayers()) do
  8638. AnimationId = "46196309"
  8639. local Anim = Instance.new("Animation")
  8640. Anim.AnimationId = "rbxassetid://"..AnimationId
  8641. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8642. k:Play()
  8643. k:AdjustSpeed(0.001)
  8644. end
  8645. end
  8646. end)
  8647.  
  8648. SmellyRun.MouseButton1Down:connect(function()
  8649. local gg = mouse.Target
  8650. if gg ~= nil then
  8651. for i,v in pairs(game.Players:GetPlayers()) do
  8652. AnimationId = "30235165"
  8653. local Anim = Instance.new("Animation")
  8654. Anim.AnimationId = "rbxassetid://"..AnimationId
  8655. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8656. k:Play()
  8657. k:AdjustSpeed(1)
  8658. end
  8659. end
  8660. end)
  8661.  
  8662. ArmsOut.MouseButton1Down:connect(function()
  8663. local gg = mouse.Target
  8664. if gg ~= nil then
  8665. for i,v in pairs(game.Players:GetPlayers()) do
  8666. AnimationId = "27432691"
  8667. local Anim = Instance.new("Animation")
  8668. Anim.AnimationId = "rbxassetid://"..AnimationId
  8669. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  8670. k:Play()
  8671. k:AdjustSpeed(1)
  8672. end
  8673. end
  8674. end)
  8675. end)
  8676.  
  8677. _1337.Name = "1337"
  8678. _1337.Parent = Page2
  8679. _1337.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  8680. _1337.BorderSizePixel = 2
  8681. _1337.Position = UDim2.new(0.639639735, 0, 0.756281376, 0)
  8682. _1337.Size = UDim2.new(0, 81, 0, 44)
  8683. _1337.Font = Enum.Font.GothamBlack
  8684. _1337.FontSize = Enum.FontSize.Size14
  8685. _1337.Text = "1337"
  8686. _1337.TextColor3 = Color3.new(0, 0, 0)
  8687. _1337.TextScaled = true
  8688. _1337.TextSize = 14
  8689. _1337.TextWrapped = true
  8690. _1337.MouseButton1Down:connect(function()
  8691. -- Objects
  8692.  
  8693. local FeHax1337 = Instance.new("ScreenGui")
  8694. local Base = Instance.new("Frame")
  8695. local Annoy = Instance.new("TextButton")
  8696. local Hatspin = Instance.new("TextButton")
  8697. local Creeper = Instance.new("TextButton")
  8698. local Username = Instance.new("TextBox")
  8699. local Naked = Instance.new("TextButton")
  8700. local Rape = Instance.new("TextButton")
  8701. local DropHats = Instance.new("TextButton")
  8702. local GameRuiner = Instance.new("TextButton")
  8703. local Fly = Instance.new("TextButton")
  8704. local Noclip = Instance.new("TextButton")
  8705. local GUILine = Instance.new("Frame")
  8706. local no = Instance.new("Frame")
  8707. local FE = Instance.new("TextLabel")
  8708. local GUILine_2 = Instance.new("Frame")
  8709. local no_2 = Instance.new("Frame")
  8710. local Creditz = Instance.new("TextLabel")
  8711.  
  8712. -- Properties
  8713.  
  8714. FeHax1337.Name = "FeHax1337"
  8715. FeHax1337.Parent = game.CoreGui
  8716.  
  8717. Base.Name = "Base"
  8718. Base.Parent = FeHax1337
  8719. Base.Active = true
  8720. Base.BackgroundColor3 = Color3.new(1, 1, 1)
  8721. Base.BorderSizePixel = 0
  8722. Base.Draggable = true
  8723. Base.Position = UDim2.new(0.314787179, 0, 0.224938855, 0)
  8724. Base.Selectable = true
  8725. Base.Size = UDim2.new(0, 496, 0, 449)
  8726.  
  8727. Annoy.Name = "Annoy"
  8728. Annoy.Parent = Base
  8729. Annoy.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  8730. Annoy.BorderSizePixel = 0
  8731. Annoy.Position = UDim2.new(0.362454742, 0, 0.374793768, 0)
  8732. Annoy.Size = UDim2.new(0, 144, 0, 50)
  8733. Annoy.Font = Enum.Font.Highway
  8734. Annoy.Text = "Annoy"
  8735. Annoy.TextColor3 = Color3.new(0, 0, 0)
  8736. Annoy.TextSize = 25
  8737. Annoy.MouseButton1Down:connect(function()
  8738. local Victim = Username.Text
  8739. local P=game:GetService'Players'.LocalPlayer
  8740. local C=P.Character or P.CharacterAdded:Wait()
  8741. game:GetService'RunService'.Stepped:Connect(function()
  8742. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  8743. end)
  8744. end)
  8745.  
  8746. Hatspin.Name = "Hatspin"
  8747. Hatspin.Parent = Base
  8748. Hatspin.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  8749. Hatspin.BorderSizePixel = 0
  8750. Hatspin.Position = UDim2.new(0.0277176313, 0, 0.374793768, 0)
  8751. Hatspin.Size = UDim2.new(0, 144, 0, 50)
  8752. Hatspin.Font = Enum.Font.Highway
  8753. Hatspin.Text = "Hatspin"
  8754. Hatspin.TextColor3 = Color3.new(0, 0, 0)
  8755. Hatspin.TextSize = 25
  8756. Hatspin.MouseButton1Down:connect(function()
  8757. local obese = game:GetService('Players')
  8758. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  8759. if v.ClassName == "Accessory" then
  8760. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  8761. if stg == nil then
  8762. local a = Instance.new("BodyPosition")
  8763. local b = Instance.new("BodyAngularVelocity")
  8764. a.Parent = v.Handle
  8765. b.Parent = v.Handle
  8766. v.Handle.AccessoryWeld:Destroy()
  8767. b.AngularVelocity = Vector3.new(0,100,0)
  8768. b.MaxTorque = Vector3.new(0,200,0)
  8769. a.P = 30000
  8770. a.D = 50
  8771. game:GetService('RunService').Stepped:connect(function()
  8772. a.Position = obese.LocalPlayer.Character.Head.Position
  8773. end)
  8774. end
  8775. end
  8776. end
  8777. end)
  8778.  
  8779. Creeper.Name = "Creeper"
  8780. Creeper.Parent = Base
  8781. Creeper.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  8782. Creeper.BorderSizePixel = 0
  8783. Creeper.Position = UDim2.new(0.691692233, 0, 0.374793768, 0)
  8784. Creeper.Size = UDim2.new(0, 144, 0, 50)
  8785. Creeper.Font = Enum.Font.Highway
  8786. Creeper.Text = "Creeper"
  8787. Creeper.TextColor3 = Color3.new(0, 0, 0)
  8788. Creeper.TextSize = 25
  8789. Creeper.MouseButton1Down:connect(function()
  8790. local plr = game.Players.LocalPlayer.Character.Humanoid
  8791. if plr.RigType == R15 then
  8792. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  8793. game.Players.LocalPlayer.Character.LeftHand:Destroy()
  8794. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  8795. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  8796. game.Players.LocalPlayer.Character.RightHand:Destroy()
  8797. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  8798. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  8799. else
  8800. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  8801. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  8802. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  8803. end
  8804. end)
  8805.  
  8806.  
  8807. Username.Name = "Username"
  8808. Username.Parent = Base
  8809. Username.BackgroundColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  8810. Username.BackgroundTransparency = 0.25
  8811. Username.BorderSizePixel = 0
  8812. Username.Position = UDim2.new(0.0927419364, 0, 0.209354118, 0)
  8813. Username.Size = UDim2.new(0, 403, 0, 50)
  8814. Username.Font = Enum.Font.Highway
  8815. Username.Text = "Username"
  8816. Username.TextColor3 = Color3.new(0, 0, 0)
  8817. Username.TextSize = 28
  8818. Username.TextWrapped = true
  8819.  
  8820. Naked.Name = "Naked"
  8821. Naked.Parent = Base
  8822. Naked.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  8823. Naked.BorderSizePixel = 0
  8824. Naked.Position = UDim2.new(0.0277176313, 0, 0.557128489, 0)
  8825. Naked.Size = UDim2.new(0, 144, 0, 50)
  8826. Naked.Font = Enum.Font.Highway
  8827. Naked.Text = "Naked"
  8828. Naked.TextColor3 = Color3.new(0, 0, 0)
  8829. Naked.TextSize = 25
  8830. Naked.MouseButton1Down:connect(function()
  8831. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  8832. pcall(function()
  8833. hummy.Parent.Pants:Destroy()
  8834. end)
  8835. pcall(function()
  8836. hummy.Parent.Shirt:Destroy()
  8837. end)
  8838. end)
  8839.  
  8840.  
  8841. Rape.Name = "Rape"
  8842. Rape.Parent = Base
  8843. Rape.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  8844. Rape.BorderSizePixel = 0
  8845. Rape.Position = UDim2.new(0.362419903, 0, 0.557128489, 0)
  8846. Rape.Size = UDim2.new(0, 144, 0, 50)
  8847. Rape.Font = Enum.Font.Highway
  8848. Rape.Text = "Rape"
  8849. Rape.TextColor3 = Color3.new(0, 0, 0)
  8850. Rape.TextSize = 25
  8851. Rape.MouseButton1Down:connect(function()
  8852.  
  8853. player = Username.Text
  8854. stupid = Instance.new('Animation')
  8855. stupid.AnimationId = 'rbxassetid://148840371'
  8856. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  8857. pcall(function()
  8858. hummy.Parent.Pants:Destroy()
  8859. end)
  8860. pcall(function()
  8861. hummy.Parent.Shirt:Destroy()
  8862. end)
  8863. notfunny = hummy:LoadAnimation(stupid)
  8864. notfunny:Play()
  8865. notfunny:AdjustSpeed(10)
  8866. while hummy.Parent.Parent ~= nil do
  8867. wait()
  8868. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  8869. end
  8870. end)
  8871.  
  8872. DropHats.Name = "Drop Hats"
  8873. DropHats.Parent = Base
  8874. DropHats.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  8875. DropHats.BorderSizePixel = 0
  8876. DropHats.Position = UDim2.new(0.690962017, 0, 0.557128489, 0)
  8877. DropHats.Size = UDim2.new(0, 144, 0, 50)
  8878. DropHats.Font = Enum.Font.Highway
  8879. DropHats.Text = "Drop Hats"
  8880. DropHats.TextColor3 = Color3.new(0, 0, 0)
  8881. DropHats.TextSize = 25
  8882. DropHats.MouseButton1Down:connect(function()
  8883. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  8884. if (v:IsA("Accessory")) then
  8885. v.Parent = workspace
  8886. end
  8887. end
  8888. end)
  8889.  
  8890. GameRuiner.Name = "GameRuiner"
  8891. GameRuiner.Parent = Base
  8892. GameRuiner.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  8893. GameRuiner.BorderSizePixel = 0
  8894. GameRuiner.Position = UDim2.new(0.0277424753, 0, 0.724166334, 0)
  8895. GameRuiner.Size = UDim2.new(0, 144, 0, 50)
  8896. GameRuiner.Font = Enum.Font.Highway
  8897. GameRuiner.Text = "GameRuiner"
  8898. GameRuiner.TextColor3 = Color3.new(0, 0, 0)
  8899. GameRuiner.TextSize = 25
  8900. GameRuiner.MouseButton1Down:connect(function()
  8901. -- Objects
  8902.  
  8903. local GameRuiner = Instance.new("ScreenGui")
  8904. local Main = Instance.new("Frame")
  8905. local info = Instance.new("TextLabel")
  8906. local close = Instance.new("TextButton")
  8907. local username = Instance.new("TextBox")
  8908. local shutdown = Instance.new("TextButton")
  8909. local give = Instance.new("TextButton")
  8910. local goto = Instance.new("TextButton")
  8911.  
  8912. -- Properties
  8913.  
  8914. GameRuiner.Name = "GameRuiner"
  8915. GameRuiner.Parent = game.Players.LocalPlayer.PlayerGui
  8916.  
  8917. Main.Name = "Main"
  8918. Main.Parent = GameRuiner
  8919. Main.Active = true
  8920. Main.Selectable = true
  8921. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  8922. Main.BorderColor3 = Color3.new(1, 1, 1)
  8923. Main.Draggable = true
  8924. Main.Position = UDim2.new(0.400000006, 0, 0.400000006, 0)
  8925. Main.Size = UDim2.new(0, 400, 0, 300)
  8926.  
  8927. info.Name = "info"
  8928. info.Parent = Main
  8929. info.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  8930. info.BorderColor3 = Color3.new(1, 1, 1)
  8931. info.Size = UDim2.new(0, 350, 0, 50)
  8932. info.Font = Enum.Font.SourceSansLight
  8933. info.FontSize = Enum.FontSize.Size32
  8934. info.Text = "GameRuiner GUI V2.0"
  8935. info.TextColor3 = Color3.new(0, 0, 0)
  8936. info.TextSize = 30
  8937. info.TextWrapped = true
  8938.  
  8939. close.Name = "close"
  8940. close.Parent = Main
  8941. close.BackgroundColor3 = Color3.new(1, 0, 0)
  8942. close.BorderColor3 = Color3.new(1, 1, 1)
  8943. close.Position = UDim2.new(0, 350, 0, 0)
  8944. close.Size = UDim2.new(0, 50, 0, 50)
  8945. close.Font = Enum.Font.SourceSansLight
  8946. close.FontSize = Enum.FontSize.Size14
  8947. close.Text = "X"
  8948. close.TextColor3 = Color3.new(0, 0, 0)
  8949. close.TextScaled = true
  8950. close.TextSize = 14
  8951. close.TextWrapped = true
  8952.  
  8953. username.Name = "username"
  8954. username.Parent = Main
  8955. username.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  8956. username.BorderColor3 = Color3.new(0, 0, 0)
  8957. username.Position = UDim2.new(0, 50, 0, 100)
  8958. username.Size = UDim2.new(0, 300, 0, 50)
  8959. username.Font = Enum.Font.SourceSansLight
  8960. username.FontSize = Enum.FontSize.Size14
  8961. username.Text = "Username"
  8962. username.TextColor3 = Color3.new(0, 0, 0)
  8963. username.TextScaled = true
  8964. username.TextSize = 14
  8965. username.TextWrapped = true
  8966.  
  8967. shutdown.Name = "shutdown"
  8968. shutdown.Parent = Main
  8969. shutdown.BackgroundColor3 = Color3.new(1, 0, 1)
  8970. shutdown.BorderColor3 = Color3.new(1, 1, 1)
  8971. shutdown.ClipsDescendants = true
  8972. shutdown.Position = UDim2.new(0, 50, 0, 250)
  8973. shutdown.Size = UDim2.new(0, 300, 0, 50)
  8974. shutdown.AutoButtonColor = false
  8975. shutdown.Font = Enum.Font.SourceSansLight
  8976. shutdown.FontSize = Enum.FontSize.Size14
  8977. shutdown.Text = "FE Shutdown"
  8978. shutdown.TextColor3 = Color3.new(0, 0, 0)
  8979. shutdown.TextScaled = true
  8980. shutdown.TextSize = 14
  8981. shutdown.TextWrapped = true
  8982.  
  8983. give.Name = "give"
  8984. give.Parent = Main
  8985. give.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  8986. give.BorderColor3 = Color3.new(1, 1, 1)
  8987. give.ClipsDescendants = true
  8988. give.Position = UDim2.new(0, 50, 0, 175)
  8989. give.Size = UDim2.new(0, 125, 0, 50)
  8990. give.AutoButtonColor = false
  8991. give.Font = Enum.Font.SourceSansLight
  8992. give.FontSize = Enum.FontSize.Size14
  8993. give.Text = "Give"
  8994. give.TextColor3 = Color3.new(0, 0, 0)
  8995. give.TextScaled = true
  8996. give.TextSize = 14
  8997. give.TextWrapped = true
  8998.  
  8999. goto.Name = "goto"
  9000. goto.Parent = Main
  9001. goto.BackgroundColor3 = Color3.new(0, 0.501961, 0)
  9002. goto.BorderColor3 = Color3.new(1, 1, 1)
  9003. goto.ClipsDescendants = true
  9004. goto.Position = UDim2.new(0, 225, 0, 175)
  9005. goto.Size = UDim2.new(0, 125, 0, 50)
  9006. goto.AutoButtonColor = false
  9007. goto.Font = Enum.Font.SourceSansLight
  9008. goto.FontSize = Enum.FontSize.Size14
  9009. goto.Text = "Goto"
  9010. goto.TextColor3 = Color3.new(0, 0, 0)
  9011. goto.TextScaled = true
  9012. goto.TextSize = 14
  9013. goto.TextWrapped = true
  9014.  
  9015. function GetPlayers(Name)
  9016. if Name:lower() == "me" then
  9017. return {game.Players.LocalPlayer}
  9018. elseif Name:lower() == "all" then
  9019. return game.Players:GetChildren()
  9020. elseif Name:lower() == "others" then
  9021. local t = {}
  9022. for i,v in pairs(game.Players:GetChildren()) do
  9023. if v.Name ~= game.Players.LocalPlayer.Name then
  9024. table.insert(t, v)
  9025. end
  9026. end
  9027. return t
  9028. else
  9029. local t = {}
  9030. for i,v in pairs(game.Players:GetChildren()) do
  9031. if v.Name:sub(1, #Name):lower() == Name:lower() then
  9032. table.insert(t, v)
  9033. end
  9034. end
  9035. return t
  9036. end
  9037. end
  9038.  
  9039. close.MouseButton1Down:connect(function()
  9040. Main:TweenPosition(UDim2.new(0.400000006, 0, -0.5, 0), "Out", "Quad", 0.5)
  9041. wait(0.5)
  9042. Main:Destroy()
  9043. end)
  9044.  
  9045. give.MouseButton1Down:connect(function(X, Y)
  9046. if not give:FindFirstChild('Circle') then
  9047. local C = Instance.new('ImageLabel', give)
  9048. C.BackgroundTransparency = 1
  9049. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, give.AbsolutePosition.X, 0, give.AbsolutePosition.Y)
  9050. C.Size = UDim2.new(0, 0, 0, 0)
  9051. C.ZIndex = give.ZIndex
  9052. C.Image = 'rbxassetid://200182847'
  9053. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  9054. C.Name = 'Circle'
  9055. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  9056. for i = 0, 1, 0.03 do
  9057. C.ImageTransparency = i
  9058. game:GetService('RunService').RenderStepped:wait()
  9059. end
  9060. C:destroy()
  9061. end
  9062. for a,v in pairs(GetPlayers(username.Text)) do
  9063. for b,x in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  9064. if x:IsA("Tool") then
  9065. x.Parent = v.Character
  9066. end
  9067. end
  9068. end
  9069. end)
  9070.  
  9071. shutdown.MouseButton1Down:connect(function(X, Y)
  9072. if not shutdown:FindFirstChild('Circle') then
  9073. local C = Instance.new('ImageLabel', shutdown)
  9074. C.BackgroundTransparency = 1
  9075. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, shutdown.AbsolutePosition.X, 0, shutdown.AbsolutePosition.Y)
  9076. C.Size = UDim2.new(0, 0, 0, 0)
  9077. C.ZIndex = shutdown.ZIndex
  9078. C.Image = 'rbxassetid://200182847'
  9079. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  9080. C.Name = 'Circle'
  9081. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  9082. for i = 0, 1, 0.03 do
  9083. C.ImageTransparency = i
  9084. game:GetService('RunService').RenderStepped:wait()
  9085. end
  9086. C:destroy()
  9087. end
  9088. while wait() do
  9089. for a,v in pairs(game.Players:GetChildren()) do
  9090. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  9091. for b,x in pairs(v.Character.Head:GetChildren()) do
  9092. if x:IsA("Sound") then
  9093. x.Playing = true
  9094. end
  9095. end
  9096. end
  9097. end
  9098. end
  9099. while wait() do
  9100. for a,v in pairs(game.Players:GetChildren()) do
  9101. if v.Character ~= nil and v.Character:FindFirstChild("Head") then
  9102. for b,x in pairs(v.Character.Head:GetChildren()) do
  9103. if x:IsA("Sound") then
  9104. x.Playing = true
  9105. end
  9106. end
  9107. end
  9108. end
  9109. end
  9110. end)
  9111.  
  9112. goto.MouseButton1Down:connect(function(X, Y)
  9113. if not goto:FindFirstChild('Circle') then
  9114. local C = Instance.new('ImageLabel', goto)
  9115. C.BackgroundTransparency = 1
  9116. C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, goto.AbsolutePosition.X, 0, goto.AbsolutePosition.Y)
  9117. C.Size = UDim2.new(0, 0, 0, 0)
  9118. C.ZIndex = goto.ZIndex
  9119. C.Image = 'rbxassetid://200182847'
  9120. C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  9121. C.Name = 'Circle'
  9122. C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
  9123. for i = 0, 1, 0.03 do
  9124. C.ImageTransparency = i
  9125. game:GetService('RunService').RenderStepped:wait()
  9126. end
  9127. C:destroy()
  9128. end
  9129. for a,v in pairs(GetPlayers(username.Text)) do
  9130. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  9131. end
  9132. end)
  9133. end)
  9134.  
  9135. local Flying = true
  9136.  
  9137. Fly.Name = "Fly"
  9138. Fly.Parent = Base
  9139. Fly.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  9140. Fly.BorderSizePixel = 0
  9141. Fly.Position = UDim2.new(0.362419903, 0, 0.724166334, 0)
  9142. Fly.Size = UDim2.new(0, 144, 0, 50)
  9143. Fly.Font = Enum.Font.Highway
  9144. Fly.Text = "Fly"
  9145. Fly.TextColor3 = Color3.new(0, 0, 0)
  9146. Fly.TextSize = 25
  9147. Fly.MouseButton1Down:connect(function()
  9148. repeat wait()
  9149. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  9150. local mouse = game.Players.LocalPlayer:GetMouse()
  9151. repeat wait() until mouse
  9152. local plr = game.Players.LocalPlayer
  9153. local torso = plr.Character.Torso
  9154. local flying = true
  9155. local deb = true
  9156. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  9157. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  9158. local maxspeed = 50
  9159. local speed = 0
  9160.  
  9161. function Fly()
  9162. local bg = Instance.new("BodyGyro", torso)
  9163. bg.P = 9e4
  9164. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  9165. bg.cframe = torso.CFrame
  9166. local bv = Instance.new("BodyVelocity", torso)
  9167. bv.velocity = Vector3.new(0,0.1,0)
  9168. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  9169. repeat wait()
  9170. plr.Character.Humanoid.PlatformStand = true
  9171. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  9172. speed = speed+.5+(speed/maxspeed)
  9173. if speed > maxspeed then
  9174. speed = maxspeed
  9175. end
  9176. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  9177. speed = speed-1
  9178. if speed < 0 then
  9179. speed = 0
  9180. end
  9181. end
  9182. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  9183. 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
  9184. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  9185. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  9186. 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
  9187. else
  9188. bv.velocity = Vector3.new(0,0.1,0)
  9189. end
  9190. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  9191. until not flying
  9192. ctrl = {f = 0, b = 0, l = 0, r = 0}
  9193. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  9194. speed = 0
  9195. bg:Destroy()
  9196. bv:Destroy()
  9197. plr.Character.Humanoid.PlatformStand = false
  9198. end
  9199. mouse.KeyDown:connect(function(key)
  9200. if key:lower() == "e" then
  9201. if flying then flying = false
  9202. else
  9203. flying = true
  9204. Fly()
  9205. end
  9206. elseif key:lower() == "w" then
  9207. ctrl.f = 1
  9208. elseif key:lower() == "s" then
  9209. ctrl.b = -1
  9210. elseif key:lower() == "a" then
  9211. ctrl.l = -1
  9212. elseif key:lower() == "d" then
  9213. ctrl.r = 1
  9214. end
  9215. end)
  9216. mouse.KeyUp:connect(function(key)
  9217. if key:lower() == "w" then
  9218. ctrl.f = 0
  9219. elseif key:lower() == "s" then
  9220. ctrl.b = 0
  9221. elseif key:lower() == "a" then
  9222. ctrl.l = 0
  9223. elseif key:lower() == "d" then
  9224. ctrl.r = 0
  9225. end
  9226. end)
  9227. Fly()
  9228. end)
  9229.  
  9230.  
  9231. local noclip = false
  9232.  
  9233. Noclip.Name = "Noclip"
  9234. Noclip.Parent = Base
  9235. Noclip.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
  9236. Noclip.BorderSizePixel = 0
  9237. Noclip.Position = UDim2.new(0.69104898, 0, 0.724166334, 0)
  9238. Noclip.Size = UDim2.new(0, 144, 0, 50)
  9239. Noclip.Font = Enum.Font.Highway
  9240. Noclip.Text = "Noclip"
  9241. Noclip.TextColor3 = Color3.new(0, 0, 0)
  9242. Noclip.TextSize = 25
  9243. Noclip.MouseButton1Down:connect(function()
  9244. if Noclip == false then
  9245. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  9246. NoClip.Text = "Clip"
  9247. else
  9248. game.Players.LocalPlayer.Character.Humanoid:ChangeState(9)
  9249. Noclip = true
  9250. end
  9251. end)
  9252.  
  9253.  
  9254. GUILine.Name = "GUI Line"
  9255. GUILine.Parent = Base
  9256. GUILine.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  9257. GUILine.BorderSizePixel = 0
  9258. GUILine.Position = UDim2.new(-0.000363619998, 0, -0.00101011992, 0)
  9259. GUILine.Selectable = true
  9260. GUILine.Size = UDim2.new(0, 496, 0, 12)
  9261.  
  9262. no.Name = "no"
  9263. no.Parent = GUILine
  9264. no.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  9265. no.BorderSizePixel = 0
  9266. no.Position = UDim2.new(0, 0, 1, 0)
  9267. no.Size = UDim2.new(0, 496, 0, 67)
  9268.  
  9269. FE.Name = "FE"
  9270. FE.Parent = GUILine
  9271. FE.BackgroundColor3 = Color3.new(1, 1, 1)
  9272. FE.BackgroundTransparency = 1
  9273. FE.Position = UDim2.new(0.258244455, 0, 0.00167793036, 0)
  9274. FE.Size = UDim2.new(0, 240, 0, 86)
  9275. FE.Font = Enum.Font.Highway
  9276. FE.Text = "FE Hax 1337"
  9277. FE.TextSize = 35
  9278.  
  9279. GUILine_2.Name = "GUI Line"
  9280. GUILine_2.Parent = Base
  9281. GUILine_2.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
  9282. GUILine_2.BorderSizePixel = 0
  9283. GUILine_2.Position = UDim2.new(-0.000363620929, 0, 0.960183144, 0)
  9284. GUILine_2.Size = UDim2.new(0, 496, 0, 18)
  9285.  
  9286. no_2.Name = "no"
  9287. no_2.Parent = GUILine_2
  9288. no_2.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
  9289. no_2.BorderSizePixel = 0
  9290. no_2.Position = UDim2.new(0, 0, -1.43478262, 0)
  9291. no_2.Size = UDim2.new(0, 496, 0, 33)
  9292.  
  9293. Creditz.Name = "Creditz"
  9294. Creditz.Parent = GUILine_2
  9295. Creditz.BackgroundColor3 = Color3.new(1, 1, 1)
  9296. Creditz.BackgroundTransparency = 1
  9297. Creditz.BorderSizePixel = 0
  9298. Creditz.Position = UDim2.new(0.00806450844, 0, -1.91666675, 0)
  9299. Creditz.Size = UDim2.new(0, 488, 0, 50)
  9300. Creditz.Font = Enum.Font.Highway
  9301. Creditz.Text = "Credits : Stick_Smart, iVerzide and Cookie1890 for the scripts."
  9302. Creditz.TextSize = 20
  9303. end)
  9304.  
  9305. Unizillion.Name = " Unizillion"
  9306. Unizillion.Parent = Page2
  9307. Unizillion.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  9308. Unizillion.BorderSizePixel = 2
  9309. Unizillion.Position = UDim2.new(0.37537545, 0, 0.756281376, 0)
  9310. Unizillion.Size = UDim2.new(0, 81, 0, 44)
  9311. Unizillion.Font = Enum.Font.GothamBlack
  9312. Unizillion.FontSize = Enum.FontSize.Size14
  9313. Unizillion.Text = " Unizillion"
  9314. Unizillion.TextColor3 = Color3.new(0, 0, 0)
  9315. Unizillion.TextSize = 14
  9316. Unizillion.MouseButton1Down:connect(function()
  9317. -- Objects
  9318.  
  9319. local Unizillion = Instance.new("ScreenGui")
  9320. local LocalCmds = Instance.new("Frame")
  9321. local LocalCmdCreditFrame = Instance.new("Frame")
  9322. local LocalCmdsShadowFrame = Instance.new("Frame")
  9323. local LocalCmdPage1 = Instance.new("Frame")
  9324. local Invisible = Instance.new("TextButton")
  9325. local Fly = Instance.new("TextButton")
  9326. local Noclip = Instance.new("TextButton")
  9327. local Clip = Instance.new("TextButton")
  9328. local LocalCommandPagesMainMenu = Instance.new("Frame")
  9329. local LocalCmdFrameTitle = Instance.new("TextLabel")
  9330. local GotoPage1LocalCmd = Instance.new("TextButton")
  9331. local GotoPage2LocalCmd = Instance.new("TextButton")
  9332. local GotoMainMenuLocalCmd = Instance.new("TextButton")
  9333. local LocalCmdFrameHeading = Instance.new("TextLabel")
  9334. local LocalCmdPage2 = Instance.new("Frame")
  9335. local BrickHats = Instance.new("TextButton")
  9336. local God = Instance.new("TextButton")
  9337. local RemoveToolMesh = Instance.new("TextButton")
  9338. local Respawn = Instance.new("TextButton")
  9339. local Main = Instance.new("Frame")
  9340. local MainLabelFrame = Instance.new("Frame")
  9341. local MainShadowFrame = Instance.new("Frame")
  9342. local MainFrameCredit = Instance.new("TextLabel")
  9343. local MainUserLabel = Instance.new("ImageLabel")
  9344. local FECheckForMain = Instance.new("TextLabel")
  9345. local GotoLocalCommands = Instance.new("TextButton")
  9346. local GotoAnimations = Instance.new("TextButton")
  9347. local GotoTargetCommands = Instance.new("TextButton")
  9348. local GotoInputCommands = Instance.new("TextButton")
  9349. local GotoSettings = Instance.new("TextButton")
  9350. local MainExit = Instance.new("TextButton")
  9351. local Animations = Instance.new("Frame")
  9352. local AnimLabelFrame = Instance.new("Frame")
  9353. local AnimshadowFrame = Instance.new("Frame")
  9354. local AnimPage1 = Instance.new("Frame")
  9355. local Levitate = Instance.new("TextButton")
  9356. local LoopHead = Instance.new("TextButton")
  9357. local HeadThrow = Instance.new("TextButton")
  9358. local MovingHead = Instance.new("TextButton")
  9359. local AnimationPages = Instance.new("Frame")
  9360. local AnimTitle = Instance.new("TextLabel")
  9361. local GotoPage1Anim = Instance.new("TextButton")
  9362. local GotoPage2Anim = Instance.new("TextButton")
  9363. local gotoMainMenuAnim = Instance.new("TextButton")
  9364. local AnimTitleThing = Instance.new("TextLabel")
  9365. local AnimPage2 = Instance.new("Frame")
  9366. local Punches = Instance.new("TextButton")
  9367. local Happy = Instance.new("TextButton")
  9368. local SwordStrike = Instance.new("TextButton")
  9369. local Crawl = Instance.new("TextButton")
  9370. local TargetCmds = Instance.new("Frame")
  9371. local targetlabel = Instance.new("Frame")
  9372. local targetshadow = Instance.new("Frame")
  9373. local TargetLabel = Instance.new("TextLabel")
  9374. local TargetTargetcmds = Instance.new("TextBox")
  9375. local Teleport = Instance.new("TextButton")
  9376. local Kill = Instance.new("TextButton")
  9377. local Orbit = Instance.new("TextButton")
  9378. local View = Instance.new("TextButton")
  9379. local GotoMainmenuTarget = Instance.new("TextButton")
  9380. local InputCmds = Instance.new("Frame")
  9381. local InputLabel = Instance.new("Frame")
  9382. local InputShadow = Instance.new("Frame")
  9383. local Inputcmdtitle = Instance.new("TextLabel")
  9384. local AmountInputCmd = Instance.new("TextBox")
  9385. local JumpPower = Instance.new("TextButton")
  9386. local WalkSpeed = Instance.new("TextButton")
  9387. local HipHeight = Instance.new("TextButton")
  9388. local GotoMainMenuInputCmd = Instance.new("TextButton")
  9389. local Settings = Instance.new("Frame")
  9390. local SettingsTopLabel = Instance.new("Frame")
  9391. local SettingsShadow = Instance.new("Frame")
  9392. local SettingsTitle = Instance.new("TextLabel")
  9393. local SettingsUserImage = Instance.new("ImageLabel")
  9394. local ThemesTitle = Instance.new("TextLabel")
  9395. local RedWhiteTheme = Instance.new("TextButton")
  9396. local BlackGreenTheme = Instance.new("TextButton")
  9397. local YellowBlueTheme = Instance.new("TextButton")
  9398. local WelcomeTitle = Instance.new("TextLabel")
  9399. local GotoMainMenuButton = Instance.new("TextButton")
  9400. local Login = Instance.new("Frame")
  9401. local TopLoginLabel = Instance.new("Frame")
  9402. local LoginShadow = Instance.new("Frame")
  9403. local LoginTitle = Instance.new("TextLabel")
  9404. local LoginExit = Instance.new("TextButton")
  9405. local LoginTitlev2 = Instance.new("TextLabel")
  9406. local LoginUsername = Instance.new("TextBox")
  9407. local LoginPassword = Instance.new("TextBox")
  9408. local LoginSubmit = Instance.new("TextButton")
  9409.  
  9410. -- Properties
  9411.  
  9412. Unizillion.Name = "Unizillion"
  9413. Unizillion.Parent = game.CoreGui
  9414.  
  9415. LocalCmds.Name = "LocalCmds"
  9416. LocalCmds.Parent = Unizillion
  9417. LocalCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  9418. LocalCmds.BorderSizePixel = 0
  9419. LocalCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  9420. LocalCmds.Size = UDim2.new(0, 317, 0, 226)
  9421. LocalCmds.Visible = false
  9422. LocalCmds.Active = true
  9423. LocalCmds.Draggable = true
  9424. LocalCmds.Selectable = true
  9425.  
  9426. LocalCmdCreditFrame.Name = "LocalCmdCreditFrame"
  9427. LocalCmdCreditFrame.Parent = LocalCmds
  9428. LocalCmdCreditFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9429. LocalCmdCreditFrame.BorderSizePixel = 0
  9430. LocalCmdCreditFrame.Position = UDim2.new(0, 0, -0.137168139, 0)
  9431. LocalCmdCreditFrame.Size = UDim2.new(0, 317, 0, 32)
  9432.  
  9433. LocalCmdsShadowFrame.Name = "LocalCmdsShadowFrame"
  9434. LocalCmdsShadowFrame.Parent = LocalCmds
  9435. LocalCmdsShadowFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  9436. LocalCmdsShadowFrame.BorderSizePixel = 0
  9437. LocalCmdsShadowFrame.Position = UDim2.new(0, 0, 0.00442477874, 0)
  9438. LocalCmdsShadowFrame.Size = UDim2.new(0, 317, 0, 13)
  9439.  
  9440. LocalCmdPage1.Name = "LocalCmdPage1"
  9441. LocalCmdPage1.Parent = LocalCmds
  9442. LocalCmdPage1.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  9443. LocalCmdPage1.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  9444. LocalCmdPage1.Size = UDim2.new(0, 145, 0, 185)
  9445.  
  9446. Invisible.Name = "Invisible"
  9447. Invisible.Parent = LocalCmdPage1
  9448. Invisible.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9449. Invisible.BorderSizePixel = 4
  9450. Invisible.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  9451. Invisible.Size = UDim2.new(0, 117, 0, 29)
  9452. Invisible.Font = Enum.Font.Cartoon
  9453. Invisible.Text = "Invisible"
  9454. Invisible.TextColor3 = Color3.new(0, 0, 0)
  9455. Invisible.TextSize = 14
  9456.  
  9457. Fly.Name = "Fly"
  9458. Fly.Parent = LocalCmdPage1
  9459. Fly.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9460. Fly.BorderSizePixel = 4
  9461. Fly.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  9462. Fly.Size = UDim2.new(0, 117, 0, 29)
  9463. Fly.Font = Enum.Font.Cartoon
  9464. Fly.Text = "Fly (E)"
  9465. Fly.TextColor3 = Color3.new(0, 0, 0)
  9466. Fly.TextSize = 14
  9467.  
  9468. Noclip.Name = "Noclip"
  9469. Noclip.Parent = LocalCmdPage1
  9470. Noclip.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9471. Noclip.BorderSizePixel = 4
  9472. Noclip.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  9473. Noclip.Size = UDim2.new(0, 117, 0, 29)
  9474. Noclip.Font = Enum.Font.Cartoon
  9475. Noclip.Text = "Noclip"
  9476. Noclip.TextColor3 = Color3.new(0, 0, 0)
  9477. Noclip.TextSize = 14
  9478.  
  9479. Clip.Name = "ClickTP"
  9480. Clip.Parent = LocalCmdPage1
  9481. Clip.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9482. Clip.BorderSizePixel = 4
  9483. Clip.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  9484. Clip.Size = UDim2.new(0, 117, 0, 29)
  9485. Clip.Font = Enum.Font.Cartoon
  9486. Clip.Text = "Click Teleport"
  9487. Clip.TextColor3 = Color3.new(0, 0, 0)
  9488. Clip.TextSize = 14
  9489.  
  9490. LocalCommandPagesMainMenu.Name = "LocalCommandPagesMainMenu"
  9491. LocalCommandPagesMainMenu.Parent = LocalCmds
  9492. LocalCommandPagesMainMenu.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  9493. LocalCommandPagesMainMenu.BorderSizePixel = 0
  9494. LocalCommandPagesMainMenu.Position = UDim2.new(0.596364379, 0, 0.105022833, 0)
  9495. LocalCommandPagesMainMenu.Size = UDim2.new(0, 112, 0, 192)
  9496.  
  9497. LocalCmdFrameTitle.Name = "LocalCmdFrameTitle"
  9498. LocalCmdFrameTitle.Parent = LocalCommandPagesMainMenu
  9499. LocalCmdFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  9500. LocalCmdFrameTitle.BackgroundTransparency = 1
  9501. LocalCmdFrameTitle.BorderSizePixel = 0
  9502. LocalCmdFrameTitle.Size = UDim2.new(0, 112, 0, 23)
  9503. LocalCmdFrameTitle.Font = Enum.Font.Cartoon
  9504. LocalCmdFrameTitle.Text = "Local Commands"
  9505. LocalCmdFrameTitle.TextColor3 = Color3.new(1, 1, 1)
  9506. LocalCmdFrameTitle.TextSize = 14
  9507.  
  9508. GotoPage1LocalCmd.Name = "GotoPage1LocalCmd"
  9509. GotoPage1LocalCmd.Parent = LocalCommandPagesMainMenu
  9510. GotoPage1LocalCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9511. GotoPage1LocalCmd.BorderSizePixel = 2
  9512. GotoPage1LocalCmd.Position = UDim2.new(0.0625, 0, 0.182291672, 0)
  9513. GotoPage1LocalCmd.Size = UDim2.new(0, 98, 0, 23)
  9514. GotoPage1LocalCmd.Font = Enum.Font.Cartoon
  9515. GotoPage1LocalCmd.Text = "Page 1"
  9516. GotoPage1LocalCmd.TextColor3 = Color3.new(0, 0, 0)
  9517. GotoPage1LocalCmd.TextSize = 14
  9518.  
  9519. GotoPage2LocalCmd.Name = "GotoPage2LocalCmd"
  9520. GotoPage2LocalCmd.Parent = LocalCommandPagesMainMenu
  9521. GotoPage2LocalCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9522. GotoPage2LocalCmd.BorderSizePixel = 2
  9523. GotoPage2LocalCmd.Position = UDim2.new(0.0625, 0, 0.369791687, 0)
  9524. GotoPage2LocalCmd.Size = UDim2.new(0, 98, 0, 23)
  9525. GotoPage2LocalCmd.Font = Enum.Font.Cartoon
  9526. GotoPage2LocalCmd.Text = "Page 2"
  9527. GotoPage2LocalCmd.TextColor3 = Color3.new(0, 0, 0)
  9528. GotoPage2LocalCmd.TextSize = 14
  9529.  
  9530. GotoMainMenuLocalCmd.Name = "GotoMainMenuLocalCmd"
  9531. GotoMainMenuLocalCmd.Parent = LocalCommandPagesMainMenu
  9532. GotoMainMenuLocalCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9533. GotoMainMenuLocalCmd.BorderSizePixel = 2
  9534. GotoMainMenuLocalCmd.Position = UDim2.new(0.0625, 0, 0.630208313, 0)
  9535. GotoMainMenuLocalCmd.Size = UDim2.new(0, 98, 0, 41)
  9536. GotoMainMenuLocalCmd.Font = Enum.Font.Cartoon
  9537. GotoMainMenuLocalCmd.Text = "Main Menu"
  9538. GotoMainMenuLocalCmd.TextColor3 = Color3.new(0, 0, 0)
  9539. GotoMainMenuLocalCmd.TextSize = 14
  9540.  
  9541. LocalCmdFrameHeading.Name = "LocalCmdFrameHeading"
  9542. LocalCmdFrameHeading.Parent = LocalCmds
  9543. LocalCmdFrameHeading.BackgroundColor3 = Color3.new(1, 1, 1)
  9544. LocalCmdFrameHeading.BackgroundTransparency = 1
  9545. LocalCmdFrameHeading.BorderSizePixel = 0
  9546. LocalCmdFrameHeading.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  9547. LocalCmdFrameHeading.Size = UDim2.new(0, 200, 0, 25)
  9548. LocalCmdFrameHeading.Font = Enum.Font.Cartoon
  9549. LocalCmdFrameHeading.Text = "Local Commands!"
  9550. LocalCmdFrameHeading.TextColor3 = Color3.new(0, 0, 0)
  9551. LocalCmdFrameHeading.TextSize = 14
  9552. LocalCmdFrameHeading.TextXAlignment = Enum.TextXAlignment.Left
  9553.  
  9554. LocalCmdPage2.Name = "LocalCmdPage2"
  9555. LocalCmdPage2.Parent = LocalCmds
  9556. LocalCmdPage2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  9557. LocalCmdPage2.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  9558. LocalCmdPage2.Size = UDim2.new(0, 145, 0, 185)
  9559. LocalCmdPage2.Visible = false
  9560.  
  9561. BrickHats.Name = "BrickHats"
  9562. BrickHats.Parent = LocalCmdPage2
  9563. BrickHats.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9564. BrickHats.BorderSizePixel = 4
  9565. BrickHats.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  9566. BrickHats.Size = UDim2.new(0, 117, 0, 29)
  9567. BrickHats.Font = Enum.Font.Cartoon
  9568. BrickHats.Text = "Brick Hats"
  9569. BrickHats.TextColor3 = Color3.new(0, 0, 0)
  9570. BrickHats.TextSize = 14
  9571.  
  9572. God.Name = "God"
  9573. God.Parent = LocalCmdPage2
  9574. God.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9575. God.BorderSizePixel = 4
  9576. God.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  9577. God.Size = UDim2.new(0, 117, 0, 29)
  9578. God.Font = Enum.Font.Cartoon
  9579. God.Text = "God"
  9580. God.TextColor3 = Color3.new(0, 0, 0)
  9581. God.TextSize = 14
  9582.  
  9583. RemoveToolMesh.Name = "RemoveToolMesh"
  9584. RemoveToolMesh.Parent = LocalCmdPage2
  9585. RemoveToolMesh.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9586. RemoveToolMesh.BorderSizePixel = 4
  9587. RemoveToolMesh.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  9588. RemoveToolMesh.Size = UDim2.new(0, 117, 0, 29)
  9589. RemoveToolMesh.Font = Enum.Font.Cartoon
  9590. RemoveToolMesh.Text = "Brick Tool"
  9591. RemoveToolMesh.TextColor3 = Color3.new(0, 0, 0)
  9592. RemoveToolMesh.TextSize = 14
  9593.  
  9594. Respawn.Name = "Respawn"
  9595. Respawn.Parent = LocalCmdPage2
  9596. Respawn.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9597. Respawn.BorderSizePixel = 4
  9598. Respawn.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  9599. Respawn.Size = UDim2.new(0, 117, 0, 29)
  9600. Respawn.Font = Enum.Font.Cartoon
  9601. Respawn.Text = "Respawn"
  9602. Respawn.TextColor3 = Color3.new(0, 0, 0)
  9603. Respawn.TextSize = 14
  9604.  
  9605. Main.Name = "Main"
  9606. Main.Parent = Unizillion
  9607. Main.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  9608. Main.BorderSizePixel = 0
  9609. Main.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  9610. Main.Size = UDim2.new(0, 317, 0, 226)
  9611. Main.Visible = true
  9612. Main.Draggable = true
  9613. Main.Active = true
  9614. Main.Selectable = true
  9615.  
  9616. MainLabelFrame.Name = "MainLabelFrame"
  9617. MainLabelFrame.Parent = Main
  9618. MainLabelFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9619. MainLabelFrame.BorderSizePixel = 0
  9620. MainLabelFrame.Position = UDim2.new(0, 0, -0.137168139, 0)
  9621. MainLabelFrame.Size = UDim2.new(0, 317, 0, 32)
  9622.  
  9623. MainShadowFrame.Name = "MainShadowFrame"
  9624. MainShadowFrame.Parent = Main
  9625. MainShadowFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  9626. MainShadowFrame.BorderSizePixel = 0
  9627. MainShadowFrame.Position = UDim2.new(0, 0, 0.00442477874, 0)
  9628. MainShadowFrame.Size = UDim2.new(0, 317, 0, 13)
  9629.  
  9630. MainFrameCredit.Name = "MainFrameCredit"
  9631. MainFrameCredit.Parent = Main
  9632. MainFrameCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  9633. MainFrameCredit.BackgroundTransparency = 1
  9634. MainFrameCredit.BorderSizePixel = 0
  9635. MainFrameCredit.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  9636. MainFrameCredit.Size = UDim2.new(0, 200, 0, 25)
  9637. MainFrameCredit.Font = Enum.Font.Cartoon
  9638. MainFrameCredit.Text = "Unizillion By JackMcJagger15"
  9639. MainFrameCredit.TextColor3 = Color3.new(0, 0, 0)
  9640. MainFrameCredit.TextSize = 14
  9641. MainFrameCredit.TextXAlignment = Enum.TextXAlignment.Left
  9642.  
  9643. MainUserLabel.Name = "MainUserLabel"
  9644. MainUserLabel.Parent = Main
  9645. MainUserLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9646. MainUserLabel.Position = UDim2.new(0.616719246, 0, 0.168141589, 0)
  9647. MainUserLabel.Size = UDim2.new(0, 84, 0, 80)
  9648. MainUserLabel.Image = "rbxassetid://924320031"
  9649.  
  9650. FECheckForMain.Name = "FECheckForMain"
  9651. FECheckForMain.Parent = Main
  9652. FECheckForMain.BackgroundColor3 = Color3.new(1, 1, 1)
  9653. FECheckForMain.BackgroundTransparency = 1
  9654. FECheckForMain.BorderSizePixel = 0
  9655. FECheckForMain.Position = UDim2.new(0.0252365936, 0, 0.0707964599, 0)
  9656. FECheckForMain.Size = UDim2.new(0, 157, 0, 44)
  9657. FECheckForMain.Font = Enum.Font.Cartoon
  9658. FECheckForMain.Text = "Filtering Enabled = true"
  9659. FECheckForMain.TextColor3 = Color3.new(1, 1, 1)
  9660. FECheckForMain.TextSize = 14
  9661.  
  9662. GotoLocalCommands.Name = "GotoLocalCommands"
  9663. GotoLocalCommands.Parent = Main
  9664. GotoLocalCommands.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9665. GotoLocalCommands.BorderSizePixel = 4
  9666. GotoLocalCommands.Position = UDim2.new(0.10410095, 0, 0.298672557, 0)
  9667. GotoLocalCommands.Size = UDim2.new(0, 107, 0, 31)
  9668. GotoLocalCommands.Font = Enum.Font.Cartoon
  9669. GotoLocalCommands.Text = "Local Commands"
  9670. GotoLocalCommands.TextColor3 = Color3.new(0, 0, 0)
  9671. GotoLocalCommands.TextSize = 14
  9672.  
  9673. GotoAnimations.Name = "GotoAnimations"
  9674. GotoAnimations.Parent = Main
  9675. GotoAnimations.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9676. GotoAnimations.BorderSizePixel = 4
  9677. GotoAnimations.Position = UDim2.new(0.10410095, 0, 0.522123933, 0)
  9678. GotoAnimations.Size = UDim2.new(0, 107, 0, 31)
  9679. GotoAnimations.Font = Enum.Font.Cartoon
  9680. GotoAnimations.Text = "Animations"
  9681. GotoAnimations.TextColor3 = Color3.new(0, 0, 0)
  9682. GotoAnimations.TextSize = 14
  9683.  
  9684. GotoTargetCommands.Name = "GotoTargetCommands"
  9685. GotoTargetCommands.Parent = Main
  9686. GotoTargetCommands.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9687. GotoTargetCommands.BorderSizePixel = 4
  9688. GotoTargetCommands.Position = UDim2.new(0.10410095, 0, 0.738938093, 0)
  9689. GotoTargetCommands.Size = UDim2.new(0, 107, 0, 31)
  9690. GotoTargetCommands.Font = Enum.Font.Cartoon
  9691. GotoTargetCommands.Text = "Target Commands"
  9692. GotoTargetCommands.TextColor3 = Color3.new(0, 0, 0)
  9693. GotoTargetCommands.TextSize = 14
  9694.  
  9695. GotoInputCommands.Name = "GotoInputCommands"
  9696. GotoInputCommands.Parent = Main
  9697. GotoInputCommands.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9698. GotoInputCommands.BorderSizePixel = 4
  9699. GotoInputCommands.Position = UDim2.new(0.578864396, 0, 0.601770043, 0)
  9700. GotoInputCommands.Size = UDim2.new(0, 107, 0, 31)
  9701. GotoInputCommands.Font = Enum.Font.Cartoon
  9702. GotoInputCommands.Text = "Input Commands"
  9703. GotoInputCommands.TextColor3 = Color3.new(0, 0, 0)
  9704. GotoInputCommands.TextSize = 14
  9705.  
  9706. GotoSettings.Name = "GotoSettings"
  9707. GotoSettings.Parent = Main
  9708. GotoSettings.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9709. GotoSettings.BorderSizePixel = 4
  9710. GotoSettings.Position = UDim2.new(0.559937, 0, 0.809734523, 0)
  9711. GotoSettings.Size = UDim2.new(0, 120, 0, 21)
  9712. GotoSettings.Font = Enum.Font.Cartoon
  9713. GotoSettings.Text = "Settings"
  9714. GotoSettings.TextColor3 = Color3.new(0, 0, 0)
  9715. GotoSettings.TextSize = 14
  9716.  
  9717. MainExit.Name = "MainExit"
  9718. MainExit.Parent = Main
  9719. MainExit.BackgroundColor3 = Color3.new(1, 1, 1)
  9720. MainExit.BackgroundTransparency = 1
  9721. MainExit.BorderSizePixel = 0
  9722. MainExit.Position = UDim2.new(0.883280754, 0, -0.119469024, 0)
  9723. MainExit.Size = UDim2.new(0, 37, 0, 25)
  9724. MainExit.Font = Enum.Font.Cartoon
  9725. MainExit.Text = "X"
  9726. MainExit.TextColor3 = Color3.new(0, 0, 0)
  9727. MainExit.TextSize = 14
  9728.  
  9729. Animations.Name = "Animations"
  9730. Animations.Parent = Unizillion
  9731. Animations.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  9732. Animations.BorderSizePixel = 0
  9733. Animations.Position = UDim2.new(0.308394164, 0, 0.375494063, 0)
  9734. Animations.Size = UDim2.new(0, 317, 0, 226)
  9735. Animations.Visible = false
  9736. Animations.Draggable = true
  9737. Animations.Selectable = true
  9738. Animations.Active = true
  9739.  
  9740. AnimLabelFrame.Name = "AnimLabelFrame"
  9741. AnimLabelFrame.Parent = Animations
  9742. AnimLabelFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9743. AnimLabelFrame.BorderSizePixel = 0
  9744. AnimLabelFrame.Position = UDim2.new(0, 0, -0.137168139, 0)
  9745. AnimLabelFrame.Size = UDim2.new(0, 317, 0, 32)
  9746.  
  9747. AnimshadowFrame.Name = "AnimshadowFrame"
  9748. AnimshadowFrame.Parent = Animations
  9749. AnimshadowFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  9750. AnimshadowFrame.BorderSizePixel = 0
  9751. AnimshadowFrame.Position = UDim2.new(0, 0, 0.00442477874, 0)
  9752. AnimshadowFrame.Size = UDim2.new(0, 317, 0, 13)
  9753.  
  9754. AnimPage1.Name = "AnimPage1"
  9755. AnimPage1.Parent = Animations
  9756. AnimPage1.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  9757. AnimPage1.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  9758. AnimPage1.Size = UDim2.new(0, 145, 0, 185)
  9759.  
  9760. Levitate.Name = "Levitate"
  9761. Levitate.Parent = AnimPage1
  9762. Levitate.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9763. Levitate.BorderSizePixel = 4
  9764. Levitate.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  9765. Levitate.Size = UDim2.new(0, 117, 0, 29)
  9766. Levitate.Font = Enum.Font.Cartoon
  9767. Levitate.Text = "Levitate"
  9768. Levitate.TextColor3 = Color3.new(0, 0, 0)
  9769. Levitate.TextSize = 14
  9770.  
  9771. LoopHead.Name = "LoopHead"
  9772. LoopHead.Parent = AnimPage1
  9773. LoopHead.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9774. LoopHead.BorderSizePixel = 4
  9775. LoopHead.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  9776. LoopHead.Size = UDim2.new(0, 117, 0, 29)
  9777. LoopHead.Font = Enum.Font.Cartoon
  9778. LoopHead.Text = "Loop Head"
  9779. LoopHead.TextColor3 = Color3.new(0, 0, 0)
  9780. LoopHead.TextSize = 14
  9781.  
  9782. HeadThrow.Name = "HeadThrow"
  9783. HeadThrow.Parent = AnimPage1
  9784. HeadThrow.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9785. HeadThrow.BorderSizePixel = 4
  9786. HeadThrow.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  9787. HeadThrow.Size = UDim2.new(0, 117, 0, 29)
  9788. HeadThrow.Font = Enum.Font.Cartoon
  9789. HeadThrow.Text = "Head Throw"
  9790. HeadThrow.TextColor3 = Color3.new(0, 0, 0)
  9791. HeadThrow.TextSize = 14
  9792.  
  9793. MovingHead.Name = "MovingHead"
  9794. MovingHead.Parent = AnimPage1
  9795. MovingHead.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9796. MovingHead.BorderSizePixel = 4
  9797. MovingHead.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  9798. MovingHead.Size = UDim2.new(0, 117, 0, 29)
  9799. MovingHead.Font = Enum.Font.Cartoon
  9800. MovingHead.Text = "Moving Dance"
  9801. MovingHead.TextColor3 = Color3.new(0, 0, 0)
  9802. MovingHead.TextSize = 14
  9803.  
  9804. AnimationPages.Name = "AnimationPages"
  9805. AnimationPages.Parent = Animations
  9806. AnimationPages.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  9807. AnimationPages.BorderSizePixel = 0
  9808. AnimationPages.Position = UDim2.new(0.596364379, 0, 0.105022833, 0)
  9809. AnimationPages.Size = UDim2.new(0, 112, 0, 192)
  9810.  
  9811. AnimTitle.Name = "AnimTitle"
  9812. AnimTitle.Parent = AnimationPages
  9813. AnimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  9814. AnimTitle.BackgroundTransparency = 1
  9815. AnimTitle.BorderSizePixel = 0
  9816. AnimTitle.Size = UDim2.new(0, 112, 0, 23)
  9817. AnimTitle.Font = Enum.Font.Cartoon
  9818. AnimTitle.Text = "Animations!"
  9819. AnimTitle.TextColor3 = Color3.new(1, 1, 1)
  9820. AnimTitle.TextSize = 14
  9821.  
  9822. GotoPage1Anim.Name = "GotoPage1Anim"
  9823. GotoPage1Anim.Parent = AnimationPages
  9824. GotoPage1Anim.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9825. GotoPage1Anim.BorderSizePixel = 2
  9826. GotoPage1Anim.Position = UDim2.new(0.0625, 0, 0.182291672, 0)
  9827. GotoPage1Anim.Size = UDim2.new(0, 98, 0, 23)
  9828. GotoPage1Anim.Font = Enum.Font.Cartoon
  9829. GotoPage1Anim.Text = "Page 1"
  9830. GotoPage1Anim.TextColor3 = Color3.new(0, 0, 0)
  9831. GotoPage1Anim.TextSize = 14
  9832.  
  9833. GotoPage2Anim.Name = "GotoPage2Anim"
  9834. GotoPage2Anim.Parent = AnimationPages
  9835. GotoPage2Anim.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9836. GotoPage2Anim.BorderSizePixel = 2
  9837. GotoPage2Anim.Position = UDim2.new(0.0625, 0, 0.369791687, 0)
  9838. GotoPage2Anim.Size = UDim2.new(0, 98, 0, 23)
  9839. GotoPage2Anim.Font = Enum.Font.Cartoon
  9840. GotoPage2Anim.Text = "Page 2"
  9841. GotoPage2Anim.TextColor3 = Color3.new(0, 0, 0)
  9842. GotoPage2Anim.TextSize = 14
  9843.  
  9844. gotoMainMenuAnim.Name = "gotoMainMenuAnim"
  9845. gotoMainMenuAnim.Parent = AnimationPages
  9846. gotoMainMenuAnim.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9847. gotoMainMenuAnim.BorderSizePixel = 2
  9848. gotoMainMenuAnim.Position = UDim2.new(0.0625, 0, 0.630208313, 0)
  9849. gotoMainMenuAnim.Size = UDim2.new(0, 98, 0, 41)
  9850. gotoMainMenuAnim.Font = Enum.Font.Cartoon
  9851. gotoMainMenuAnim.Text = "Main Menu"
  9852. gotoMainMenuAnim.TextColor3 = Color3.new(0, 0, 0)
  9853. gotoMainMenuAnim.TextSize = 14
  9854.  
  9855. AnimTitleThing.Name = "AnimTitleThing"
  9856. AnimTitleThing.Parent = Animations
  9857. AnimTitleThing.BackgroundColor3 = Color3.new(1, 1, 1)
  9858. AnimTitleThing.BackgroundTransparency = 1
  9859. AnimTitleThing.BorderSizePixel = 0
  9860. AnimTitleThing.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  9861. AnimTitleThing.Size = UDim2.new(0, 200, 0, 25)
  9862. AnimTitleThing.Font = Enum.Font.Cartoon
  9863. AnimTitleThing.Text = "Animations!"
  9864. AnimTitleThing.TextColor3 = Color3.new(0, 0, 0)
  9865. AnimTitleThing.TextSize = 14
  9866. AnimTitleThing.TextXAlignment = Enum.TextXAlignment.Left
  9867.  
  9868. AnimPage2.Name = "AnimPage2"
  9869. AnimPage2.Parent = Animations
  9870. AnimPage2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  9871. AnimPage2.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  9872. AnimPage2.Size = UDim2.new(0, 145, 0, 185)
  9873. AnimPage2.Visible = false
  9874.  
  9875. Punches.Name = "Punches"
  9876. Punches.Parent = AnimPage2
  9877. Punches.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9878. Punches.BorderSizePixel = 4
  9879. Punches.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  9880. Punches.Size = UDim2.new(0, 117, 0, 29)
  9881. Punches.Font = Enum.Font.Cartoon
  9882. Punches.Text = "Punches"
  9883. Punches.TextColor3 = Color3.new(0, 0, 0)
  9884. Punches.TextSize = 14
  9885.  
  9886. Happy.Name = "Happy"
  9887. Happy.Parent = AnimPage2
  9888. Happy.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9889. Happy.BorderSizePixel = 4
  9890. Happy.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  9891. Happy.Size = UDim2.new(0, 117, 0, 29)
  9892. Happy.Font = Enum.Font.Cartoon
  9893. Happy.Text = "Happy"
  9894. Happy.TextColor3 = Color3.new(0, 0, 0)
  9895. Happy.TextSize = 14
  9896.  
  9897. SwordStrike.Name = "SwordStrike"
  9898. SwordStrike.Parent = AnimPage2
  9899. SwordStrike.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9900. SwordStrike.BorderSizePixel = 4
  9901. SwordStrike.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  9902. SwordStrike.Size = UDim2.new(0, 117, 0, 29)
  9903. SwordStrike.Font = Enum.Font.Cartoon
  9904. SwordStrike.Text = "Sword Strike"
  9905. SwordStrike.TextColor3 = Color3.new(0, 0, 0)
  9906. SwordStrike.TextSize = 14
  9907.  
  9908. Crawl.Name = "Crawl"
  9909. Crawl.Parent = AnimPage2
  9910. Crawl.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9911. Crawl.BorderSizePixel = 4
  9912. Crawl.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  9913. Crawl.Size = UDim2.new(0, 117, 0, 29)
  9914. Crawl.Font = Enum.Font.Cartoon
  9915. Crawl.Text = "Crawl"
  9916. Crawl.TextColor3 = Color3.new(0, 0, 0)
  9917. Crawl.TextSize = 14
  9918.  
  9919. TargetCmds.Name = "TargetCmds"
  9920. TargetCmds.Parent = Unizillion
  9921. TargetCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  9922. TargetCmds.BorderSizePixel = 0
  9923. TargetCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  9924. TargetCmds.Size = UDim2.new(0, 317, 0, 226)
  9925. TargetCmds.Visible = false
  9926. TargetCmds.Selectable = true
  9927. TargetCmds.Draggable = true
  9928. TargetCmds.Active = true
  9929.  
  9930. targetlabel.Name = "targetlabel"
  9931. targetlabel.Parent = TargetCmds
  9932. targetlabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9933. targetlabel.BorderSizePixel = 0
  9934. targetlabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  9935. targetlabel.Size = UDim2.new(0, 317, 0, 32)
  9936.  
  9937. targetshadow.Name = "targetshadow"
  9938. targetshadow.Parent = TargetCmds
  9939. targetshadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  9940. targetshadow.BorderSizePixel = 0
  9941. targetshadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  9942. targetshadow.Size = UDim2.new(0, 317, 0, 13)
  9943.  
  9944. TargetLabel.Name = "TargetLabel"
  9945. TargetLabel.Parent = TargetCmds
  9946. TargetLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9947. TargetLabel.BackgroundTransparency = 1
  9948. TargetLabel.BorderSizePixel = 0
  9949. TargetLabel.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  9950. TargetLabel.Size = UDim2.new(0, 200, 0, 25)
  9951. TargetLabel.Font = Enum.Font.Cartoon
  9952. TargetLabel.Text = "Target Commands!"
  9953. TargetLabel.TextColor3 = Color3.new(0, 0, 0)
  9954. TargetLabel.TextSize = 14
  9955. TargetLabel.TextXAlignment = Enum.TextXAlignment.Left
  9956.  
  9957. TargetTargetcmds.Name = "Target/Targetcmds"
  9958. TargetTargetcmds.Parent = TargetCmds
  9959. TargetTargetcmds.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9960. TargetTargetcmds.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  9961. TargetTargetcmds.BorderSizePixel = 6
  9962. TargetTargetcmds.Position = UDim2.new(0.0977918059, 0, 0.637168109, 0)
  9963. TargetTargetcmds.Size = UDim2.new(0, 185, 0, 55)
  9964. TargetTargetcmds.Font = Enum.Font.Cartoon
  9965. TargetTargetcmds.Text = "Target"
  9966. TargetTargetcmds.TextColor3 = Color3.new(0, 0, 0)
  9967. TargetTargetcmds.TextSize = 14
  9968.  
  9969. Teleport.Name = "Teleport"
  9970. Teleport.Parent = TargetCmds
  9971. Teleport.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9972. Teleport.BorderSizePixel = 4
  9973. Teleport.Position = UDim2.new(0.0614554472, 0, 0.151497364, 0)
  9974. Teleport.Size = UDim2.new(0, 117, 0, 29)
  9975. Teleport.Font = Enum.Font.Cartoon
  9976. Teleport.Text = "Teleport"
  9977. Teleport.TextColor3 = Color3.new(0, 0, 0)
  9978. Teleport.TextSize = 14
  9979.  
  9980. Kill.Name = "Kill"
  9981. Kill.Parent = TargetCmds
  9982. Kill.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9983. Kill.BorderSizePixel = 4
  9984. Kill.Position = UDim2.new(0.556723595, 0, 0.151497364, 0)
  9985. Kill.Size = UDim2.new(0, 117, 0, 29)
  9986. Kill.Font = Enum.Font.Cartoon
  9987. Kill.Text = "Kill"
  9988. Kill.TextColor3 = Color3.new(0, 0, 0)
  9989. Kill.TextSize = 14
  9990.  
  9991. Orbit.Name = "Orbit"
  9992. Orbit.Parent = TargetCmds
  9993. Orbit.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  9994. Orbit.BorderSizePixel = 4
  9995. Orbit.Position = UDim2.new(0.555146277, 0, 0.377161086, 0)
  9996. Orbit.Size = UDim2.new(0, 117, 0, 29)
  9997. Orbit.Font = Enum.Font.Cartoon
  9998. Orbit.Text = "Orbit"
  9999. Orbit.TextColor3 = Color3.new(0, 0, 0)
  10000. Orbit.TextSize = 14
  10001.  
  10002. View.Name = "View"
  10003. View.Parent = TargetCmds
  10004. View.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10005. View.BorderSizePixel = 4
  10006. View.Position = UDim2.new(0.0598781593, 0, 0.377161086, 0)
  10007. View.Size = UDim2.new(0, 117, 0, 29)
  10008. View.Font = Enum.Font.Cartoon
  10009. View.Text = "View"
  10010. View.TextColor3 = Color3.new(0, 0, 0)
  10011. View.TextSize = 14
  10012.  
  10013. GotoMainmenuTarget.Name = "GotoMainmenuTarget"
  10014. GotoMainmenuTarget.Parent = TargetCmds
  10015. GotoMainmenuTarget.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10016. GotoMainmenuTarget.BorderSizePixel = 4
  10017. GotoMainmenuTarget.Position = UDim2.new(0.769716084, 0, 0.654867232, 0)
  10018. GotoMainmenuTarget.Size = UDim2.new(0, 49, 0, 47)
  10019. GotoMainmenuTarget.Font = Enum.Font.Cartoon
  10020. GotoMainmenuTarget.Text = "Main Menu"
  10021. GotoMainmenuTarget.TextColor3 = Color3.new(0, 0, 0)
  10022. GotoMainmenuTarget.TextSize = 14
  10023. GotoMainmenuTarget.TextWrapped = true
  10024.  
  10025. InputCmds.Name = "InputCmds"
  10026. InputCmds.Parent = Unizillion
  10027. InputCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  10028. InputCmds.BorderSizePixel = 0
  10029. InputCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  10030. InputCmds.Size = UDim2.new(0, 317, 0, 226)
  10031. InputCmds.Visible = false
  10032. InputCmds.Draggable = true
  10033. InputCmds.Active = true
  10034. InputCmds.Selectable = true
  10035.  
  10036. InputLabel.Name = "InputLabel"
  10037. InputLabel.Parent = InputCmds
  10038. InputLabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10039. InputLabel.BorderSizePixel = 0
  10040. InputLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  10041. InputLabel.Size = UDim2.new(0, 317, 0, 32)
  10042.  
  10043. InputShadow.Name = "InputShadow"
  10044. InputShadow.Parent = InputCmds
  10045. InputShadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  10046. InputShadow.BorderSizePixel = 0
  10047. InputShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  10048. InputShadow.Size = UDim2.new(0, 317, 0, 13)
  10049.  
  10050. Inputcmdtitle.Name = "Inputcmdtitle"
  10051. Inputcmdtitle.Parent = InputCmds
  10052. Inputcmdtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  10053. Inputcmdtitle.BackgroundTransparency = 1
  10054. Inputcmdtitle.BorderSizePixel = 0
  10055. Inputcmdtitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  10056. Inputcmdtitle.Size = UDim2.new(0, 200, 0, 25)
  10057. Inputcmdtitle.Font = Enum.Font.Cartoon
  10058. Inputcmdtitle.Text = "Input Commands!"
  10059. Inputcmdtitle.TextColor3 = Color3.new(0, 0, 0)
  10060. Inputcmdtitle.TextSize = 14
  10061. Inputcmdtitle.TextXAlignment = Enum.TextXAlignment.Left
  10062.  
  10063. AmountInputCmd.Name = "AmountInputCmd"
  10064. AmountInputCmd.Parent = InputCmds
  10065. AmountInputCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10066. AmountInputCmd.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  10067. AmountInputCmd.BorderSizePixel = 6
  10068. AmountInputCmd.Position = UDim2.new(0.0977918059, 0, 0.637168109, 0)
  10069. AmountInputCmd.Size = UDim2.new(0, 185, 0, 55)
  10070. AmountInputCmd.Font = Enum.Font.Cartoon
  10071. AmountInputCmd.Text = "Amount"
  10072. AmountInputCmd.TextColor3 = Color3.new(0, 0, 0)
  10073. AmountInputCmd.TextSize = 14
  10074.  
  10075. JumpPower.Name = "JumpPower"
  10076. JumpPower.Parent = InputCmds
  10077. JumpPower.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10078. JumpPower.BorderSizePixel = 4
  10079. JumpPower.Position = UDim2.new(0.0614554472, 0, 0.151497364, 0)
  10080. JumpPower.Size = UDim2.new(0, 117, 0, 29)
  10081. JumpPower.Font = Enum.Font.Cartoon
  10082. JumpPower.Text = "JumpPower"
  10083. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  10084. JumpPower.TextSize = 14
  10085.  
  10086. WalkSpeed.Name = "WalkSpeed"
  10087. WalkSpeed.Parent = InputCmds
  10088. WalkSpeed.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10089. WalkSpeed.BorderSizePixel = 4
  10090. WalkSpeed.Position = UDim2.new(0.556723595, 0, 0.279815942, 0)
  10091. WalkSpeed.Size = UDim2.new(0, 117, 0, 29)
  10092. WalkSpeed.Font = Enum.Font.Cartoon
  10093. WalkSpeed.Text = "Walkspeed"
  10094. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  10095. WalkSpeed.TextSize = 14
  10096.  
  10097. HipHeight.Name = "HipHeight"
  10098. HipHeight.Parent = InputCmds
  10099. HipHeight.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10100. HipHeight.BorderSizePixel = 4
  10101. HipHeight.Position = UDim2.new(0.0598781593, 0, 0.377161086, 0)
  10102. HipHeight.Size = UDim2.new(0, 117, 0, 29)
  10103. HipHeight.Font = Enum.Font.Cartoon
  10104. HipHeight.Text = "HipHeight"
  10105. HipHeight.TextColor3 = Color3.new(0, 0, 0)
  10106. HipHeight.TextSize = 14
  10107.  
  10108. GotoMainMenuInputCmd.Name = "GotoMainMenu/InputCmd"
  10109. GotoMainMenuInputCmd.Parent = InputCmds
  10110. GotoMainMenuInputCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10111. GotoMainMenuInputCmd.BorderSizePixel = 4
  10112. GotoMainMenuInputCmd.Position = UDim2.new(0.769716084, 0, 0.654867232, 0)
  10113. GotoMainMenuInputCmd.Size = UDim2.new(0, 49, 0, 47)
  10114. GotoMainMenuInputCmd.Font = Enum.Font.Cartoon
  10115. GotoMainMenuInputCmd.Text = "Main Menu"
  10116. GotoMainMenuInputCmd.TextColor3 = Color3.new(0, 0, 0)
  10117. GotoMainMenuInputCmd.TextSize = 14
  10118. GotoMainMenuInputCmd.TextWrapped = true
  10119.  
  10120. Settings.Name = "Settings"
  10121. Settings.Parent = Unizillion
  10122. Settings.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  10123. Settings.BorderSizePixel = 0
  10124. Settings.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  10125. Settings.Size = UDim2.new(0, 317, 0, 226)
  10126. Settings.Visible = false
  10127. Settings.Draggable = true
  10128. Settings.Selectable = true
  10129. Settings.Active = true
  10130.  
  10131. SettingsTopLabel.Name = "SettingsTopLabel"
  10132. SettingsTopLabel.Parent = Settings
  10133. SettingsTopLabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10134. SettingsTopLabel.BorderSizePixel = 0
  10135. SettingsTopLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  10136. SettingsTopLabel.Size = UDim2.new(0, 317, 0, 32)
  10137.  
  10138. SettingsShadow.Name = "SettingsShadow"
  10139. SettingsShadow.Parent = Settings
  10140. SettingsShadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  10141. SettingsShadow.BorderSizePixel = 0
  10142. SettingsShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  10143. SettingsShadow.Size = UDim2.new(0, 317, 0, 13)
  10144.  
  10145. SettingsTitle.Name = "SettingsTitle"
  10146. SettingsTitle.Parent = Settings
  10147. SettingsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  10148. SettingsTitle.BackgroundTransparency = 1
  10149. SettingsTitle.BorderSizePixel = 0
  10150. SettingsTitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  10151. SettingsTitle.Size = UDim2.new(0, 200, 0, 25)
  10152. SettingsTitle.Font = Enum.Font.Cartoon
  10153. SettingsTitle.Text = "Unizillion By JackMcJagger15"
  10154. SettingsTitle.TextColor3 = Color3.new(0, 0, 0)
  10155. SettingsTitle.TextSize = 14
  10156. SettingsTitle.TextXAlignment = Enum.TextXAlignment.Left
  10157.  
  10158. SettingsUserImage.Name = "SettingsUserImage"
  10159. SettingsUserImage.Parent = Settings
  10160. SettingsUserImage.BackgroundColor3 = Color3.new(1, 1, 1)
  10161. SettingsUserImage.Position = UDim2.new(0.58359623, 0, 0.172566369, 0)
  10162. SettingsUserImage.Size = UDim2.new(0, 110, 0, 120)
  10163. SettingsUserImage.Image = "rbxassetid://924320031"
  10164.  
  10165. ThemesTitle.Name = "ThemesTitle"
  10166. ThemesTitle.Parent = Settings
  10167. ThemesTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  10168. ThemesTitle.BackgroundTransparency = 1
  10169. ThemesTitle.BorderSizePixel = 0
  10170. ThemesTitle.Position = UDim2.new(0.0252365936, 0, 0.0707964599, 0)
  10171. ThemesTitle.Size = UDim2.new(0, 157, 0, 44)
  10172. ThemesTitle.Font = Enum.Font.Cartoon
  10173. ThemesTitle.Text = "?"
  10174. ThemesTitle.TextColor3 = Color3.new(1, 1, 1)
  10175. ThemesTitle.TextSize = 14
  10176.  
  10177. RedWhiteTheme.Name = "(coming soon)"
  10178. RedWhiteTheme.Parent = Settings
  10179. RedWhiteTheme.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10180. RedWhiteTheme.BorderSizePixel = 4
  10181. RedWhiteTheme.Position = UDim2.new(0.0898466185, 0, 0.264329195, 0)
  10182. RedWhiteTheme.Size = UDim2.new(0, 117, 0, 29)
  10183. RedWhiteTheme.Font = Enum.Font.Cartoon
  10184. RedWhiteTheme.Text = "(coming soon)"
  10185. RedWhiteTheme.TextColor3 = Color3.new(0, 0, 0)
  10186. RedWhiteTheme.TextSize = 14
  10187.  
  10188. BlackGreenTheme.Name = "Game Gui(coming soon)"
  10189. BlackGreenTheme.Parent = Settings
  10190. BlackGreenTheme.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10191. BlackGreenTheme.BorderSizePixel = 4
  10192. BlackGreenTheme.Position = UDim2.new(0.0898466185, 0, 0.476718545, 0)
  10193. BlackGreenTheme.Size = UDim2.new(0, 117, 0, 29)
  10194. BlackGreenTheme.Font = Enum.Font.Cartoon
  10195. BlackGreenTheme.Text = "(coming soon)"
  10196. BlackGreenTheme.TextColor3 = Color3.new(0, 0, 0)
  10197. BlackGreenTheme.TextSize = 14
  10198.  
  10199. YellowBlueTheme.Name = "Game Gui(coming soon)"
  10200. YellowBlueTheme.Parent = Settings
  10201. YellowBlueTheme.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10202. YellowBlueTheme.BorderSizePixel = 4
  10203. YellowBlueTheme.Position = UDim2.new(0.0898466185, 0, 0.702382267, 0)
  10204. YellowBlueTheme.Size = UDim2.new(0, 117, 0, 29)
  10205. YellowBlueTheme.Font = Enum.Font.Cartoon
  10206. YellowBlueTheme.Text = "(coming soon)"
  10207. YellowBlueTheme.TextColor3 = Color3.new(0, 0, 0)
  10208. YellowBlueTheme.TextSize = 14
  10209.  
  10210. WelcomeTitle.Name = "WelcomeTitle"
  10211. WelcomeTitle.Parent = Settings
  10212. WelcomeTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  10213. WelcomeTitle.BackgroundTransparency = 1
  10214. WelcomeTitle.BorderColor3 = Color3.new(1, 1, 1)
  10215. WelcomeTitle.BorderSizePixel = 0
  10216. WelcomeTitle.Position = UDim2.new(0.582018912, 0, 0.734513283, 0)
  10217. WelcomeTitle.Size = UDim2.new(0, 112, 0, 22)
  10218. WelcomeTitle.Font = Enum.Font.Cartoon
  10219. WelcomeTitle.Text = "Welcome!"
  10220. WelcomeTitle.TextColor3 = Color3.new(1, 1, 1)
  10221. WelcomeTitle.TextSize = 14
  10222.  
  10223. GotoMainMenuButton.Name = "GotoMainMenuButton"
  10224. GotoMainMenuButton.Parent = Settings
  10225. GotoMainMenuButton.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10226. GotoMainMenuButton.BorderSizePixel = 4
  10227. GotoMainMenuButton.Position = UDim2.new(0.621451139, 0, 0.871681452, 0)
  10228. GotoMainMenuButton.Size = UDim2.new(0, 86, 0, 14)
  10229. GotoMainMenuButton.Font = Enum.Font.Cartoon
  10230. GotoMainMenuButton.Text = "Main Menu"
  10231. GotoMainMenuButton.TextColor3 = Color3.new(0, 0, 0)
  10232. GotoMainMenuButton.TextSize = 14
  10233.  
  10234. Login.Name = "Login"
  10235. Login.Parent = Unizillion
  10236. Login.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  10237. Login.BorderSizePixel = 0
  10238. Login.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  10239. Login.Size = UDim2.new(0, 317, 0, 226)
  10240. Login.Visible = false
  10241. Login.Draggable = true
  10242. Login.Active = true
  10243. Login.Selectable = true
  10244.  
  10245. TopLoginLabel.Name = "TopLoginLabel"
  10246. TopLoginLabel.Parent = Login
  10247. TopLoginLabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10248. TopLoginLabel.BorderSizePixel = 0
  10249. TopLoginLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  10250. TopLoginLabel.Size = UDim2.new(0, 317, 0, 32)
  10251.  
  10252. LoginShadow.Name = "LoginShadow"
  10253. LoginShadow.Parent = Login
  10254. LoginShadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  10255. LoginShadow.BorderSizePixel = 0
  10256. LoginShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  10257. LoginShadow.Size = UDim2.new(0, 317, 0, 13)
  10258.  
  10259. LoginTitle.Name = "LoginTitle"
  10260. LoginTitle.Parent = Login
  10261. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  10262. LoginTitle.BackgroundTransparency = 1
  10263. LoginTitle.BorderSizePixel = 0
  10264. LoginTitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  10265. LoginTitle.Size = UDim2.new(0, 200, 0, 25)
  10266. LoginTitle.Font = Enum.Font.Cartoon
  10267. LoginTitle.Text = "Unizillion By JackMcJagger15"
  10268. LoginTitle.TextColor3 = Color3.new(0, 0, 0)
  10269. LoginTitle.TextSize = 14
  10270. LoginTitle.TextXAlignment = Enum.TextXAlignment.Left
  10271.  
  10272. LoginExit.Name = "LoginExit"
  10273. LoginExit.Parent = Login
  10274. LoginExit.BackgroundColor3 = Color3.new(1, 1, 1)
  10275. LoginExit.BackgroundTransparency = 1
  10276. LoginExit.BorderSizePixel = 0
  10277. LoginExit.Position = UDim2.new(0.883280754, 0, -0.119469024, 0)
  10278. LoginExit.Size = UDim2.new(0, 37, 0, 25)
  10279. LoginExit.Font = Enum.Font.Cartoon
  10280. LoginExit.Text = "X"
  10281. LoginExit.TextColor3 = Color3.new(0, 0, 0)
  10282. LoginExit.TextSize = 14
  10283.  
  10284. LoginTitlev2.Name = "LoginTitlev2"
  10285. LoginTitlev2.Parent = Login
  10286. LoginTitlev2.BackgroundColor3 = Color3.new(1, 1, 1)
  10287. LoginTitlev2.BackgroundTransparency = 1
  10288. LoginTitlev2.BorderSizePixel = 0
  10289. LoginTitlev2.Position = UDim2.new(0.182965294, 0, 0.0619469061, 0)
  10290. LoginTitlev2.Size = UDim2.new(0, 201, 0, 32)
  10291. LoginTitlev2.Font = Enum.Font.Cartoon
  10292. LoginTitlev2.Text = "Login"
  10293. LoginTitlev2.TextColor3 = Color3.new(1, 1, 1)
  10294. LoginTitlev2.TextSize = 14
  10295.  
  10296. LoginUsername.Name = "LoginUsername"
  10297. LoginUsername.Parent = Login
  10298. LoginUsername.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10299. LoginUsername.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  10300. LoginUsername.BorderSizePixel = 2
  10301. LoginUsername.Position = UDim2.new(0.173501581, 0, 0.24778761, 0)
  10302. LoginUsername.Size = UDim2.new(0, 207, 0, 40)
  10303. LoginUsername.Font = Enum.Font.Cartoon
  10304. LoginUsername.Text = "Username"
  10305. LoginUsername.TextColor3 = Color3.new(0, 0, 0)
  10306. LoginUsername.TextSize = 14
  10307.  
  10308. LoginPassword.Name = "LoginPassword"
  10309. LoginPassword.Parent = Login
  10310. LoginPassword.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10311. LoginPassword.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  10312. LoginPassword.BorderSizePixel = 2
  10313. LoginPassword.Position = UDim2.new(0.173501581, 0, 0.513274312, 0)
  10314. LoginPassword.Size = UDim2.new(0, 207, 0, 40)
  10315. LoginPassword.Font = Enum.Font.Cartoon
  10316. LoginPassword.Text = "Password"
  10317. LoginPassword.TextColor3 = Color3.new(0, 0, 0)
  10318. LoginPassword.TextSize = 14
  10319.  
  10320. LoginSubmit.Name = "LoginSubmit"
  10321. LoginSubmit.Parent = Login
  10322. LoginSubmit.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  10323. LoginSubmit.Position = UDim2.new(0.288643539, 0, 0.792035401, 0)
  10324. LoginSubmit.Size = UDim2.new(0, 134, 0, 27)
  10325. LoginSubmit.Font = Enum.Font.Cartoon
  10326. LoginSubmit.Text = "Submit"
  10327. LoginSubmit.TextColor3 = Color3.new(0, 0, 0)
  10328. LoginSubmit.TextSize = 14
  10329.  
  10330. LoginSubmit.MouseButton1Click:connect(function()
  10331. if LoginUsername.Text == "jackiscool" and LoginPassword.Text == "lolurcool" then
  10332. Login.Visible = false
  10333. Main.Position = Login.Position
  10334. Main.Visible = true
  10335. end
  10336. end)
  10337.  
  10338. MainUserLabel.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..game.Players.LocalPlayer.Name
  10339.  
  10340. SettingsUserImage.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..game.Players.LocalPlayer.Name
  10341.  
  10342. LoginExit.MouseButton1Click:connect(function()
  10343. Unizillion:Destroy()
  10344. end)
  10345.  
  10346. MainExit.MouseButton1Click:connect(function()
  10347. Unizillion:Destroy()
  10348. end)
  10349.  
  10350. GotoLocalCommands.MouseButton1Click:connect(function()
  10351. Main.Visible = false
  10352. LocalCmds.Visible = true
  10353. LocalCmds.Position = Main.Position
  10354. end)
  10355.  
  10356. GotoMainMenuLocalCmd.MouseButton1Click:connect(function()
  10357. LocalCmds.Visible = false
  10358. Main.Position = LocalCmds.Position
  10359. Main.Visible = true
  10360. end)
  10361.  
  10362. Invisible.MouseButton1Click:connect(function()
  10363. Local = game:GetService('Players').LocalPlayer
  10364. Char = Local.Character
  10365. touched,tpdback = false, false
  10366. Local.CharacterAdded:connect(function(char)
  10367. if script.Disabled ~= true then
  10368. wait(.25)
  10369. loc = Char.HumanoidRootPart.Position
  10370. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  10371. end
  10372. end)
  10373. game:GetService('UserInputService').InputBegan:connect(function(key)
  10374. if key.KeyCode == Enum.KeyCode.Equals then
  10375. if script.Disabled ~= true then
  10376. script.Disabled = true
  10377. print'you may re-execute'
  10378. end
  10379. end
  10380. end)
  10381. box = Instance.new('Part',workspace)
  10382. box.Anchored = true
  10383. box.CanCollide = true
  10384. box.Size = Vector3.new(10,1,10)
  10385. box.Position = Vector3.new(0,10000,0)
  10386. box.Touched:connect(function(part)
  10387. if (part.Parent.Name == Local.Name) then
  10388. if touched == false then
  10389. touched = true
  10390. function apply()
  10391. if script.Disabled ~= true then
  10392. no = Char.HumanoidRootPart:Clone()
  10393. wait(.25)
  10394. Char.HumanoidRootPart:Destroy()
  10395. no.Parent = Char
  10396. Char:MoveTo(loc)
  10397. touched = false
  10398. end end
  10399. if Char then
  10400. apply()
  10401. end
  10402. end
  10403. end
  10404. end)
  10405. repeat wait() until Char
  10406. loc = Char.HumanoidRootPart.Position
  10407. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  10408. end)
  10409.  
  10410. Fly.MouseButton1Click:connect(function()
  10411. repeat wait()
  10412. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  10413. local mouse = game.Players.LocalPlayer:GetMouse()
  10414. repeat wait() until mouse
  10415. local plr = game.Players.LocalPlayer
  10416. local torso = plr.Character.Torso
  10417. local flying = true
  10418. local deb = true
  10419. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  10420. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  10421. local maxspeed = 50
  10422. local speed = 0
  10423.  
  10424. function Fly()
  10425. local bg = Instance.new("BodyGyro", torso)
  10426. bg.P = 9e4
  10427. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  10428. bg.cframe = torso.CFrame
  10429. local bv = Instance.new("BodyVelocity", torso)
  10430. bv.velocity = Vector3.new(0,0.1,0)
  10431. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  10432. repeat wait()
  10433. plr.Character.Humanoid.PlatformStand = true
  10434. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  10435. speed = speed+.5+(speed/maxspeed)
  10436. if speed > maxspeed then
  10437. speed = maxspeed
  10438. end
  10439. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  10440. speed = speed-1
  10441. if speed < 0 then
  10442. speed = 0
  10443. end
  10444. end
  10445. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  10446. 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
  10447. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  10448. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  10449. 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
  10450. else
  10451. bv.velocity = Vector3.new(0,0.1,0)
  10452. end
  10453. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  10454. until not flying
  10455. ctrl = {f = 0, b = 0, l = 0, r = 0}
  10456. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  10457. speed = 0
  10458. bg:Destroy()
  10459. bv:Destroy()
  10460. plr.Character.Humanoid.PlatformStand = false
  10461. end
  10462. mouse.KeyDown:connect(function(key)
  10463. if key:lower() == "e" then
  10464. if flying then flying = false
  10465. else
  10466. flying = true
  10467. Fly()
  10468. end
  10469. elseif key:lower() == "w" then
  10470. ctrl.f = 1
  10471. elseif key:lower() == "s" then
  10472. ctrl.b = -1
  10473. elseif key:lower() == "a" then
  10474. ctrl.l = -1
  10475. elseif key:lower() == "d" then
  10476. ctrl.r = 1
  10477. end
  10478. end)
  10479. mouse.KeyUp:connect(function(key)
  10480. if key:lower() == "w" then
  10481. ctrl.f = 0
  10482. elseif key:lower() == "s" then
  10483. ctrl.b = 0
  10484. elseif key:lower() == "a" then
  10485. ctrl.l = 0
  10486. elseif key:lower() == "d" then
  10487. ctrl.r = 0
  10488. end
  10489. end)
  10490. Fly()
  10491. end)
  10492.  
  10493. clip = true
  10494. Noclip.MouseButton1Click:connect(function()
  10495. clip = not clip
  10496. game:GetService('RunService').Stepped:connect(function()
  10497. if not clip then
  10498. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10499. game.Players.LocalPlayer.Character.Head.CanCollide = false
  10500. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  10501. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  10502. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  10503. else
  10504. Noclip.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10505. end
  10506. end)
  10507. end)
  10508.  
  10509. Clip.MouseButton1Click:connect(function()
  10510. local function create()
  10511. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  10512. tool.Name = "Click Teleport"
  10513. tool.CanBeDropped = false
  10514. tool.RequiresHandle = false
  10515.  
  10516. local mouse = game.Players.LocalPlayer:GetMouse()
  10517.  
  10518. tool.Activated:connect(function()
  10519. game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p + Vector3.new(0, 5, 0))
  10520. end)
  10521. end
  10522. wait(.5)
  10523.  
  10524. create()
  10525. game.Players.LocalPlayer.CharacterAdded:connect(create)
  10526.  
  10527. end)
  10528.  
  10529. GotoPage2LocalCmd.MouseButton1Click:connect(function()
  10530. LocalCmdPage1.Visible = false
  10531. LocalCmdPage2.Visible = true
  10532. end)
  10533.  
  10534. GotoPage1LocalCmd.MouseButton1Click:connect(function()
  10535. LocalCmdPage2.Visible = false
  10536. LocalCmdPage1.Visible = true
  10537. end)
  10538.  
  10539. BrickHats.MouseButton1Click:connect(function()
  10540. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  10541. if (v:IsA("Accessory")) then
  10542. v.Handle.Mesh:remove()
  10543. end
  10544. end
  10545. end)
  10546.  
  10547. God.MouseButton1Click:connect(function()
  10548. local player=game.Players.LocalPlayer.Character
  10549. player.Humanoid:Remove()
  10550. Instance.new('Humanoid',player)
  10551. end)
  10552.  
  10553. Respawn.MouseButton1Click:connect(function()
  10554. local mod = Instance.new('Model', workspace) mod.Name = 're '..game.Players.LocalPlayer.Name
  10555. local hum = Instance.new('Humanoid', mod)
  10556. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  10557. game.Players.LocalPlayer.Character = mod
  10558. end)
  10559.  
  10560. RemoveToolMesh.MouseButton1Click:connect(function()
  10561. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  10562. if (v:IsA("Tool")) then
  10563. v.Handle.Mesh:Destroy()
  10564. end
  10565. end
  10566. end)
  10567.  
  10568. GotoAnimations.MouseButton1Click:connect(function()
  10569. Main.Visible = false
  10570. Animations.Position = Main.Position
  10571. Animations.Visible = true
  10572. end)
  10573.  
  10574. gotoMainMenuAnim.MouseButton1Click:connect(function()
  10575. Animations.Visible = false
  10576. Main.Position = Animations.Position
  10577. Main.Visible = true
  10578. end)
  10579.  
  10580. local Anim = Instance.new("Animation")
  10581. Anim.AnimationId = "rbxassetid://35154961"
  10582. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10583. local headthrowACTIVE = false
  10584. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10585. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10586. headthrowACTIVE = false
  10587. HeadThrow.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10588. end)
  10589. HeadThrow.MouseButton1Click:connect(function()
  10590. headthrowACTIVE = not headthrowACTIVE
  10591. if headthrowACTIVE then
  10592. HeadThrow.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10593. while wait() do
  10594. if track.IsPlaying == false then
  10595. if headthrowACTIVE then
  10596. track:Play(.1, 1, 1)
  10597. end
  10598. end
  10599. end
  10600. else
  10601. track:Stop()
  10602. HeadThrow.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10603. end
  10604. end)
  10605.  
  10606. local Anim = Instance.new("Animation")
  10607. Anim.AnimationId = "rbxassetid://313762630"
  10608. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10609. local levitateACTIVE = false
  10610. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10611. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10612. levitateACTIVE = false
  10613. Levitate.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10614. end)
  10615. Levitate.MouseButton1Click:connect(function()
  10616. levitateACTIVE = not levitateACTIVE
  10617. if levitateACTIVE then
  10618. Levitate.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10619. while wait() do
  10620. if track.IsPlaying == false then
  10621. if levitateACTIVE then
  10622. track:Play(.1, 1, 1)
  10623. end
  10624. end
  10625. end
  10626. else
  10627. track:Stop()
  10628. Levitate.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10629. end
  10630. end)
  10631.  
  10632. local Anim = Instance.new("Animation")
  10633. Anim.AnimationId = "rbxassetid://35154961"
  10634. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10635. local loopheadACTIVE = false
  10636. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10637. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10638. loopheadACTIVE = false
  10639. LoopHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10640. end)
  10641. LoopHead.MouseButton1Click:connect(function()
  10642. loopheadACTIVE = not loopheadACTIVE
  10643. if loopheadACTIVE then
  10644. LoopHead.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10645. while wait() do
  10646. if track.IsPlaying == false then
  10647. if loopheadACTIVE then
  10648. track:Play(.1, 1, 1e6)
  10649. end
  10650. end
  10651. end
  10652. else
  10653. track:Stop()
  10654. LoopHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10655. end
  10656. end)
  10657.  
  10658. local Anim = Instance.new("Animation")
  10659. Anim.AnimationId = "rbxassetid://429703734"
  10660. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10661. local movingdanceACTIVE = false
  10662. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10663. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10664. movingdanceACTIVE = false
  10665. MovingHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10666. end)
  10667. MovingHead.MouseButton1Click:connect(function()
  10668. movingdanceACTIVE = not movingdanceACTIVE
  10669. if movingdanceACTIVE then
  10670. MovingHead.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10671. while wait() do
  10672. if track.IsPlaying == false then
  10673. if movingdanceACTIVE then
  10674. track:Play(.1, 1, 1)
  10675. end
  10676. end
  10677. end
  10678. else
  10679. track:Stop()
  10680. MovingHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10681. end
  10682. end)
  10683.  
  10684. GotoPage2Anim.MouseButton1Click:connect(function()
  10685. AnimPage1.Visible = false
  10686. AnimPage2.Visible = true
  10687. end)
  10688.  
  10689. GotoPage1Anim.MouseButton1Click:connect(function()
  10690. AnimPage2.Visible = false
  10691. AnimPage1.Visible = true
  10692. end)
  10693.  
  10694. local Anim = Instance.new("Animation")
  10695. Anim.AnimationId = "rbxassetid://282574440"
  10696. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10697. local crawlACTIVE = false
  10698. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10699. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10700. crawlACTIVE = false
  10701. Crawl.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10702. end)
  10703. Crawl.MouseButton1Click:connect(function()
  10704. crawlACTIVE = not crawlACTIVE
  10705. if crawlACTIVE then
  10706. Crawl.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10707. while wait() do
  10708. if track.IsPlaying == false then
  10709. if crawlACTIVE then
  10710. track:Play(.1, 1, 1)
  10711. end
  10712. end
  10713. end
  10714. else
  10715. track:Stop()
  10716. Crawl.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10717. end
  10718. end)
  10719.  
  10720. local Anim = Instance.new("Animation")
  10721. Anim.AnimationId = "rbxassetid://204295235"
  10722. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10723. local swordstrikeACTIVE = false
  10724. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10725. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10726. swordstrikeACTIVE = false
  10727. SwordStrike.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10728. end)
  10729. SwordStrike.MouseButton1Click:connect(function()
  10730. swordstrikeACTIVE = not swordstrikeACTIVE
  10731. if swordstrikeACTIVE then
  10732. SwordStrike.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10733. while wait() do
  10734. if track.IsPlaying == false then
  10735. if swordstrikeACTIVE then
  10736. track:Play(.1, 1, 1)
  10737. end
  10738. end
  10739. end
  10740. else
  10741. track:Stop()
  10742. SwordStrike.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10743. end
  10744. end)
  10745.  
  10746. local Anim = Instance.new("Animation")
  10747. Anim.AnimationId = "rbxassetid://126753849"
  10748. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10749. local punchesACTIVE = false
  10750. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10751. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10752. punchesACTIVE = false
  10753. Punches.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10754. end)
  10755. Punches.MouseButton1Click:connect(function()
  10756. punchesACTIVE = not punchesACTIVE
  10757. if punchesACTIVE then
  10758. Punches.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10759. while wait() do
  10760. if track.IsPlaying == false then
  10761. if punchesACTIVE then
  10762. track:Play(.1, 1, 1)
  10763. end
  10764. end
  10765. end
  10766. else
  10767. track:Stop()
  10768. Punches.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10769. end
  10770. end)
  10771.  
  10772. local Anim = Instance.new("Animation")
  10773. Anim.AnimationId = "rbxassetid://45834924"
  10774. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10775. local happyACTIVE = false
  10776. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  10777. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  10778. happyACTIVE = false
  10779. Happy.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10780. end)
  10781. Happy.MouseButton1Click:connect(function()
  10782. happyACTIVE = not happyACTIVE
  10783. if happyACTIVE then
  10784. Happy.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  10785. while wait() do
  10786. if track.IsPlaying == false then
  10787. if happyACTIVE then
  10788. track:Play(.1, 1, 1)
  10789. end
  10790. end
  10791. end
  10792. else
  10793. track:Stop()
  10794. Happy.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10795. end
  10796. end)
  10797.  
  10798. GotoTargetCommands.MouseButton1Click:connect(function()
  10799. Main.Visible = false
  10800. TargetCmds.Position = Main.Position
  10801. TargetCmds.Visible = true
  10802. end)
  10803.  
  10804. GotoMainmenuTarget.MouseButton1Click:connect(function()
  10805. TargetCmds.Visible = false
  10806. Main.Position = TargetCmds.Position
  10807. Main.Visible = true
  10808. end)
  10809.  
  10810. function GetPlayer(String)
  10811. local Found = {}
  10812. local strl = String:lower()
  10813. if strl == "all" then
  10814. for i,v in pairs(game.Players:GetPlayers()) do
  10815. table.insert(Found,v)
  10816. end
  10817. elseif strl == "others" then
  10818. for i,v in pairs(game.Players:GetPlayers()) do
  10819. if v.Name ~= game.Players.LocalPlayer.Name then
  10820. table.insert(Found,v)
  10821. end
  10822. end
  10823. else
  10824. for i,v in pairs(game.Players:GetPlayers()) do
  10825. if v.Name:lower():sub(1, #String) == String:lower() then
  10826. table.insert(Found,v)
  10827. end
  10828. end
  10829. end
  10830. return Found
  10831. end
  10832.  
  10833. Kill.MouseButton1Click:connect(function()
  10834. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  10835. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  10836. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  10837. l.Parent = game.Players.LocalPlayer.Character
  10838. l.Name = "Humanoid"
  10839. wait(0.1)
  10840. game.Players.LocalPlayer.Character["1"]:Destroy()
  10841. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  10842. game.Players.LocalPlayer.Character.Animate.Disabled = true
  10843. wait(0.1)
  10844. game.Players.LocalPlayer.Character.Animate.Disabled = false
  10845. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  10846. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  10847. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  10848. end
  10849. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  10850. wait(0.2)
  10851. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  10852. wait(0.4)
  10853. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  10854. end
  10855. end)
  10856.  
  10857. currentview = false
  10858. View.MouseButton1Click:connect(function()
  10859. currentview = not currentview
  10860. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  10861. if currentview then
  10862. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  10863. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  10864. else
  10865. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  10866. View.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10867. end
  10868. end
  10869. end)
  10870.  
  10871. Teleport.MouseButton1Click:connect(function()
  10872. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  10873. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  10874. end
  10875. end)
  10876.  
  10877. orbital = false
  10878. Orbit.MouseButton1Click:connect(function()
  10879. orbital = not orbital
  10880. if orbital then
  10881. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  10882. local o = Instance.new("RocketPropulsion")
  10883. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  10884. o.Name = "Orbit"
  10885. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  10886. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  10887. o:Fire()
  10888. game:GetService('RunService').Stepped:connect(function()
  10889. if orbital then
  10890. game.Players.LocalPlayer.Character.Head.CanCollide = false
  10891. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  10892. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  10893. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  10894. end
  10895. end)
  10896. end
  10897. else
  10898. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  10899. Orbit.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  10900. end
  10901. end)
  10902.  
  10903. GotoInputCommands.MouseButton1Click:connect(function()
  10904. Main.Visible = false
  10905. InputCmds.Position = Main.Position
  10906. InputCmds.Visible = true
  10907. end)
  10908.  
  10909. GotoMainMenuInputCmd.MouseButton1Click:connect(function()
  10910. InputCmds.Visible = false
  10911. Main.Position = InputCmds.Position
  10912. Main.Visible = true
  10913. end)
  10914.  
  10915. WalkSpeed.MouseButton1Click:connect(function()
  10916. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = AmountInputCmd.Text
  10917. end)
  10918.  
  10919. JumpPower.MouseButton1Click:connect(function()
  10920. game.Players.LocalPlayer.Character.Humanoid.JumpPower = AmountInputCmd.Text
  10921. end)
  10922.  
  10923. HipHeight.MouseButton1Click:connect(function()
  10924. game.Players.LocalPlayer.Character.Humanoid.HipHeight = AmountInputCmd.Text
  10925. end)
  10926.  
  10927. GotoSettings.MouseButton1Click:connect(function()
  10928. Main.Visible = false
  10929. Settings.Position = Main.Position
  10930. Settings.Visible = true
  10931. end)
  10932.  
  10933. GotoMainMenuButton.MouseButton1Click:connect(function()
  10934. Settings.Visible = false
  10935. Main.Position = Settings.Position
  10936. Main.Visible = true
  10937. end)
  10938.  
  10939.  
  10940. if game.Workspace.FilteringEnabled == true then
  10941. FECheckForMain.Text = "Filtering Enabled = True"
  10942. else
  10943. FECheckForMain.Text = "Filtering Enabled = False"
  10944. end
  10945.  
  10946. end)
  10947.  
  10948. Silidius.Name = "Silidius"
  10949. Silidius.Parent = Page2
  10950. Silidius.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  10951. Silidius.BorderSizePixel = 2
  10952. Silidius.Position = UDim2.new(0.105105184, 0, 0.756281376, 0)
  10953. Silidius.Size = UDim2.new(0, 81, 0, 44)
  10954. Silidius.Font = Enum.Font.GothamBlack
  10955. Silidius.FontSize = Enum.FontSize.Size14
  10956. Silidius.Text = "Silidius"
  10957. Silidius.TextColor3 = Color3.new(0, 0, 0)
  10958. Silidius.TextSize = 14
  10959. Silidius.MouseButton1Down:connect(function()
  10960. --Created by SupremeGggggg
  10961. --Have fun!
  10962. --BIG UPDATE!
  10963. --BIG UPDATE!
  10964. --BIG UPDATE!
  10965. --BIG UPDATE!
  10966. --BIG UPDATE!
  10967. local plr = game.Players.LocalPlayer -- This will send the script to your self!
  10968.  
  10969.  
  10970.  
  10971. --[[
  10972. /////////// // // // //// // // // ///////////
  10973. // // // // // // //
  10974. /////////// // // // // // // // // ///////////
  10975. // // // // // // // // // //
  10976. /////////// // // // //// // ///////// ///////////
  10977. --]]
  10978.  
  10979.  
  10980.  
  10981. -------------------------------------------------------------------------------------------------------------------------
  10982. --Do not touch the rest below this line!
  10983. --Starting Point
  10984. wait(2)
  10985. local newscreenui = Instance.new("ScreenGui")
  10986. newscreenui.Parent = plr.PlayerGui
  10987. newscreenui.Name = "Silidius"
  10988. --MainFrame
  10989. local mainframe = Instance.new("Frame")
  10990. mainframe.Parent = newscreenui
  10991. mainframe.Name = "Main"
  10992. mainframe.Active = true
  10993. mainframe.Draggable = true
  10994. mainframe.BackgroundColor3 = Color3.new(109/255, 109/255, 109/255)
  10995. mainframe.BorderColor3 = Color3.new(0/255, 0/255, 0/255)
  10996. mainframe.BorderSizePixel = 1
  10997. mainframe.Position = UDim2.new(.296, 0, .192, 0)
  10998. mainframe.Size = UDim2.new(.409, 0, .66, 0)
  10999. mainframe.Draggable = true
  11000. --NavBar
  11001. local CommandBar = Instance.new("TextButton")
  11002. CommandBar.Parent = mainframe
  11003. CommandBar.Name = "Commands"
  11004. CommandBar.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11005. CommandBar.Position = UDim2.new(0, 0, .144, 0)
  11006. CommandBar.Size = UDim2.new(.24, 0, .099, 0)
  11007. CommandBar.Font = "ArialBold"
  11008. CommandBar.Text = "Commands"
  11009. CommandBar.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  11010. CommandBar.TextScaled = true
  11011. local FE = Instance.new("TextButton")
  11012. FE.Parent = mainframe
  11013. FE.Name = "FE"
  11014. FE.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11015. FE.Position = UDim2.new(.254, 0, .144, 0)
  11016. FE.Size = UDim2.new(.24, 0, .099, 0)
  11017. FE.Font = "ArialBold"
  11018. FE.Text = "FE Commands"
  11019. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11020. FE.TextScaled = true
  11021. local LC = Instance.new("TextButton")
  11022. LC.Parent = mainframe
  11023. LC.Name = "LargeCommands"
  11024. LC.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11025. LC.Position = UDim2.new(.51, 0, .144, 0)
  11026. LC.Size = UDim2.new(.24, 0, .099, 0)
  11027. LC.Font = "ArialBold"
  11028. LC.Text = "Large Commands"
  11029. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11030. LC.TextScaled = true
  11031. local PC = Instance.new("TextButton")
  11032. PC.Parent = mainframe
  11033. PC.Name = "ParticleCommands"
  11034. PC.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11035. PC.Position = UDim2.new(.766, 0, .144, 0)
  11036. PC.Size = UDim2.new(.234, 0, .099, 0)
  11037. PC.Font = "ArialBold"
  11038. PC.Text = "Particle Commands"
  11039. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11040. PC.TextScaled = true
  11041. --TopBar
  11042. local TopBar = Instance.new("Frame")
  11043. TopBar.Parent = mainframe
  11044. TopBar.Name = "TopBar"
  11045. TopBar.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11046. TopBar.BorderSizePixel = 0
  11047. TopBar.Position = UDim2.new(0, 0, 0, 0)
  11048. TopBar.Size = UDim2.new(1, 0, .138, 0)
  11049. local Exit = Instance.new("TextButton")
  11050. Exit.Parent = TopBar
  11051. Exit.Name = "Exit"
  11052. Exit.BackgroundColor3 = Color3.new(47/255, 58/255, 49/255)
  11053. Exit.BackgroundTransparency = 1
  11054. Exit.BorderSizePixel = 0
  11055. Exit.Size = UDim2.new(.076, 0, 1, 0)
  11056. Exit.Position = UDim2.new(.924, 0, 0, 0)
  11057. Exit.Font = "ArialBold"
  11058. Exit.Text = "X"
  11059. Exit.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  11060. Exit.TextScaled = true
  11061. Exit.MouseButton1Click:connect(function()
  11062. newscreenui:Destroy()
  11063. end)
  11064. local FEStats = Instance.new("TextLabel")
  11065. FEStats.Parent = TopBar
  11066. FEStats.Name = "FEStats"
  11067. FEStats.TextXAlignment = "Left"
  11068. FEStats.Position = UDim2.new(.467, 0, .221, 0)
  11069. FEStats.Size = UDim2.new(.252, 0, .558, 0)
  11070. FEStats.Text = "- FE Status: Disabled!"
  11071. FEStats.BackgroundTransparency = 1
  11072. FEStats.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11073. local Title = Instance.new("TextLabel")
  11074. Title.Parent = TopBar
  11075. Title.Name = "Title"
  11076. Title.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  11077. Title.BackgroundTransparency = 1
  11078. Title.BorderSizePixel = 1
  11079. Title.Position = UDim2.new(.022, 0, 0, 0)
  11080. Title.Size = UDim2.new(.445, 0, 1, 0)
  11081. Title.Font = "ArialBold"
  11082. Title.TextScaled = true
  11083. Title.Text = "Silidius Commands"
  11084. Title.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11085. --CommandsFrame
  11086. local commandsframe = Instance.new("Frame")
  11087. commandsframe.Parent = mainframe
  11088. commandsframe.Name = "CommandsFrame"
  11089. commandsframe.BackgroundTransparency = 1
  11090. commandsframe.Size = UDim2.new(1, 0, .756, 0)
  11091. commandsframe.Position = UDim2.new(0, 0, .244, 0)
  11092. local PlayerNameText = Instance.new("TextLabel")
  11093. PlayerNameText.Parent = commandsframe
  11094. PlayerNameText.Name = "PlayerNameText"
  11095. PlayerNameText.BackgroundTransparency = 1
  11096. PlayerNameText.Position = UDim2.new(.787, 0, .059, 0)
  11097. PlayerNameText.Size = UDim2.new(.193, 0, .055, 0)
  11098. PlayerNameText.Text = "Player Name:"
  11099. PlayerNameText.Font = "ArialBold"
  11100. PlayerNameText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11101. PlayerNameText.TextScaled = true
  11102. local PlayerName = Instance.new("TextBox")
  11103. PlayerName.Parent = commandsframe
  11104. PlayerName.Name = "PlayerName"
  11105. PlayerName.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11106. PlayerName.Position = UDim2.new(.786, 0, .158, 0)
  11107. PlayerName.Size = UDim2.new(.193, 0, .138, 0)
  11108. PlayerName.Font = "ArialBold"
  11109. PlayerName.Text = "Put player name here..."
  11110. PlayerName.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11111. PlayerName.TextScaled = true
  11112. PlayerName.TextXAlignment = "Left"
  11113. local IntValText = Instance.new("TextLabel")
  11114. IntValText.Parent = commandsframe
  11115. IntValText.Name = "IntValText"
  11116. IntValText.BackgroundTransparency = 1
  11117. IntValText.Position = UDim2.new(.308, 0, .727, 0)
  11118. IntValText.Size = UDim2.new(.425, 0, .055, 0)
  11119. IntValText.Text = "Number Value:"
  11120. IntValText.Font = "ArialBold"
  11121. IntValText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11122. IntValText.TextScaled = true
  11123. local IntVal = Instance.new("TextBox")
  11124. IntVal.Parent = commandsframe
  11125. IntVal.Name = "IntVal"
  11126. IntVal.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11127. IntVal.Position = UDim2.new(.308, 0, .802, 0)
  11128. IntVal.Size = UDim2.new(.425, 0, .162, 0)
  11129. IntVal.Font = "ArialBold"
  11130. IntVal.Text = "This will work with all Numbers needed including skybox and music..."
  11131. IntVal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11132. IntVal.TextScaled = true
  11133. IntVal.TextXAlignment = "Left"
  11134. local StringText = Instance.new("TextLabel")
  11135. StringText.Parent = commandsframe
  11136. StringText.Name = "StringValText"
  11137. StringText.BackgroundTransparency = 1
  11138. StringText.Position = UDim2.new(.786, 0, .372, 0)
  11139. StringText.Size = UDim2.new(.193, 0, .055, 0)
  11140. StringText.Text = "String Value:"
  11141. StringText.Font = "ArialBold"
  11142. StringText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11143. StringText.TextScaled = true
  11144. local StringVal = Instance.new("TextBox")
  11145. StringVal.Parent = commandsframe
  11146. StringVal.Name = "StringVal"
  11147. StringVal.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11148. StringVal.Position = UDim2.new(.787, 0, .458, 0)
  11149. StringVal.Size = UDim2.new(.193, 0, .344, 0)
  11150. StringVal.Font = "ArialBold"
  11151. StringVal.Text = "This will work with messages and anything that needs a string attached!"
  11152. StringVal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11153. StringVal.TextScaled = true
  11154. StringVal.TextXAlignment = "Left"
  11155. local kill = Instance.new("TextButton")
  11156. kill.Parent = commandsframe
  11157. kill.Name = "Kill"
  11158. kill.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11159. kill.Font = "ArialBold"
  11160. kill.Text = "Kill"
  11161. kill.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11162. kill.TextScaled = true
  11163. kill.Size = UDim2.new(.232, 0, .075, 0)
  11164. kill.Position = UDim2.new(.022, 0, .083, 0)
  11165. kill.MouseButton1Click:connect(function()
  11166. local victim = PlayerName.Text
  11167. game.Players:FindFirstChild(victim).Character:BreakJoints()
  11168. end)
  11169. local loopkill = Instance.new("TextButton")
  11170. loopkill.Parent = commandsframe
  11171. loopkill.Name = "LoopKill"
  11172. loopkill.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11173. loopkill.Font = "ArialBold"
  11174. loopkill.Text = "Loop Kill"
  11175. loopkill.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11176. loopkill.TextScaled = true
  11177. loopkill.Size = UDim2.new(.232, 0, .075, 0)
  11178. loopkill.Position = UDim2.new(.277, 0, .083, 0)
  11179. loopkill.MouseButton1Click:connect(function()
  11180. while true do
  11181. wait(1)
  11182. local victim = PlayerName.Text
  11183. end
  11184. end)
  11185. local respawn = Instance.new("TextButton")
  11186. respawn.Parent = commandsframe
  11187. respawn.Name = "Respawn"
  11188. respawn.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11189. respawn.Font = "ArialBold"
  11190. respawn.Text = "Respawn"
  11191. respawn.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11192. respawn.TextScaled = true
  11193. respawn.Size = UDim2.new(.232, 0, .075, 0)
  11194. respawn.Position = UDim2.new(.533, 0, .083, 0)
  11195. respawn.MouseButton1Click:connect(function()
  11196. local victim = PlayerName.Text
  11197. game.Players:FindFirstChild(victim):LoadCharacter()
  11198. end)
  11199. local destroyc = Instance.new("TextButton")
  11200. destroyc.Parent = commandsframe
  11201. destroyc.Name = "DestroyChar"
  11202. destroyc.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11203. destroyc.Font = "ArialBold"
  11204. destroyc.Text = "Destroy Char"
  11205. destroyc.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11206. destroyc.TextScaled = true
  11207. destroyc.Size = UDim2.new(.232, 0, .075, 0)
  11208. destroyc.Position = UDim2.new(.022, 0, .19, 0)
  11209. destroyc.MouseButton1Click:connect(function()
  11210. local victim = PlayerName.Text
  11211. game.Players:FindFirstChild(victim).Character:Destroy()
  11212. end)
  11213. local poison = Instance.new("TextButton")
  11214. poison.Parent = commandsframe
  11215. poison.Name = "Poison"
  11216. poison.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11217. poison.Font = "ArialBold"
  11218. poison.Text = "Poison"
  11219. poison.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11220. poison.TextScaled = true
  11221. poison.Size = UDim2.new(.232, 0, .075, 0)
  11222. poison.Position = UDim2.new(.277, 0, .19, 0)
  11223. poison.MouseButton1Click:connect(function()
  11224. local victim = PlayerName.Text
  11225. local smoke = Instance.new("Smoke")
  11226. smoke.Parent = game.Players:FindFirstChild(victim).Character.HumanoidRootPart
  11227. smoke.Name = "Poison"
  11228. smoke.Color = Color3.new(51/255, 181/255, 11/255)
  11229. while game.Players:FindFirstChild(victim).Character.Humanoid.Health > 0 do
  11230. wait(.5)
  11231. game.Players:FindFirstChild(victim).Character.Humanoid.Health = game.Players:FindFirstChild(victim).Character.Humanoid.Health - game.Players:FindFirstChild(victim).Character.Humanoid.MaxHealth/25
  11232. end
  11233. end)
  11234. local fire = Instance.new("TextButton")
  11235. fire.Parent = commandsframe
  11236. fire.Name = "Fire"
  11237. fire.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11238. fire.Font = "ArialBold"
  11239. fire.Text = "Fire"
  11240. fire.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11241. fire.TextScaled = true
  11242. fire.Size = UDim2.new(.232, 0, .075, 0)
  11243. fire.Position = UDim2.new(.533, 0, .19, 0)
  11244. fire.MouseButton1Click:connect(function()
  11245. local victim = PlayerName.Text
  11246. local fire1 = Instance.new("Fire")
  11247. fire1.Parent = game.Players:FindFirstChild(victim).Character.HumanoidRootPart
  11248. end)
  11249. local sparkles = Instance.new("TextButton")
  11250. sparkles.Parent = commandsframe
  11251. sparkles.Name = "Sparkles"
  11252. sparkles.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11253. sparkles.Font = "ArialBold"
  11254. sparkles.Text = "Sparkles"
  11255. sparkles.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11256. sparkles.TextScaled = true
  11257. sparkles.Size = UDim2.new(.232, 0, .075, 0)
  11258. sparkles.Position = UDim2.new(.022, 0, .296, 0)
  11259. sparkles.MouseButton1Click:connect(function()
  11260. local victim = PlayerName.Text
  11261. local fire1 = Instance.new("Sparkles")
  11262. fire1.Parent = game.Players:FindFirstChild(victim).Character.HumanoidRootPart
  11263. end)
  11264. local WalkSpeed = Instance.new("TextButton")
  11265. WalkSpeed.Parent = commandsframe
  11266. WalkSpeed.Name = "WalkSpeed"
  11267. WalkSpeed.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11268. WalkSpeed.Font = "ArialBold"
  11269. WalkSpeed.Text = "WalkSpeed"
  11270. WalkSpeed.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11271. WalkSpeed.TextScaled = true
  11272. WalkSpeed.Size = UDim2.new(.232, 0, .075, 0)
  11273. WalkSpeed.Position = UDim2.new(.277, 0, .296, 0)
  11274. WalkSpeed.MouseButton1Click:connect(function()
  11275. local victim = PlayerName.Text
  11276. local value = IntVal.Text
  11277. game.Players:FindFirstChild(victim).Character.Humanoid.WalkSpeed = value
  11278. end)
  11279. local eatserver = Instance.new("TextButton")
  11280. eatserver.Parent = commandsframe
  11281. eatserver.Name = "SlowlyEatServer"
  11282. eatserver.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11283. eatserver.Font = "ArialBold"
  11284. eatserver.Text = "Slowly Eat Server"
  11285. eatserver.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11286. eatserver.TextScaled = true
  11287. eatserver.Size = UDim2.new(.232, 0, .075, 0)
  11288. eatserver.Position = UDim2.new(.533, 0, .296, 0)
  11289. eatserver.MouseButton1Click:connect(function()
  11290. while true do
  11291. wait(1)
  11292. local category = workspace:GetChildren()
  11293. for i,v in pairs(category) do
  11294. if v:IsA("Part") then
  11295. s = i
  11296. end
  11297. end
  11298. local chosen = category[math.random(1, s)]
  11299. chosen:Destroy()
  11300. end
  11301. end)
  11302. local blackdeath = Instance.new("TextButton")
  11303. blackdeath.Parent = commandsframe
  11304. blackdeath.Name = "BlackDeath"
  11305. blackdeath.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11306. blackdeath.Font = "ArialBold"
  11307. blackdeath.Text = "Black Death"
  11308. blackdeath.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11309. blackdeath.TextScaled = true
  11310. blackdeath.Size = UDim2.new(.232, 0, .075, 0)
  11311. blackdeath.Position = UDim2.new(.022, 0, .403, 0)
  11312. blackdeath.MouseButton1Click:connect(function()
  11313. for i,v in pairs(game.Players:GetChildren()) do
  11314. for i, parts in pairs(v.Character:GetChildren()) do
  11315. if parts:IsA("Part") or parts:IsA("MeshPart") then
  11316. local fire = Instance.new("Fire")
  11317. fire.Parent = parts
  11318. fire.Heat = 0
  11319. fire.Color = Color3.new(0, 0, 0)
  11320. fire.SecondaryColor = Color3.new(0, 0, 0)
  11321. v.Character:BreakJoints()
  11322. end
  11323. end
  11324. end
  11325. end)
  11326. local sonic = Instance.new("TextButton")
  11327. sonic.Parent = commandsframe
  11328. sonic.Name = "SonicSpeed"
  11329. sonic.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11330. sonic.Font = "ArialBold"
  11331. sonic.Text = "Sonic Speed"
  11332. sonic.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11333. sonic.TextScaled = true
  11334. sonic.Size = UDim2.new(.232, 0, .075, 0)
  11335. sonic.Position = UDim2.new(.277, 0, .403, 0)
  11336. sonic.MouseButton1Click:connect(function()
  11337. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11338. local newtrail = Instance.new("Trail")
  11339. newtrail.Parent = victim.Character.Head
  11340. local attachment0 = Instance.new("Attachment", victim.Character.Head)
  11341. attachment0.Name = "TrailAttachment0"
  11342. local attachment1 = Instance.new("Attachment", victim.Character.HumanoidRootPart)
  11343. attachment1.Name = "TrailAttachment1"
  11344. newtrail.Attachment0 = attachment0
  11345. newtrail.Attachment1 = attachment1
  11346. local startcolor = Color3.new(255/255, 255/255, 255/255)
  11347. local endcolor = Color3.new(0/255, 0/255, 255/255)
  11348. local colorsequence = ColorSequence.new(startcolor, endcolor)
  11349. newtrail.Color = colorsequence
  11350. victim.Character.Humanoid.WalkSpeed = 50
  11351. end)
  11352. local smoke = Instance.new("TextButton")
  11353. smoke.Parent = commandsframe
  11354. smoke.Name = "Smoke"
  11355. smoke.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11356. smoke.Font = "ArialBold"
  11357. smoke.Text = "Smoke"
  11358. smoke.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11359. smoke.TextScaled = true
  11360. smoke.Size = UDim2.new(.232, 0, .075, 0)
  11361. smoke.Position = UDim2.new(.533, 0, .403, 0)
  11362. smoke.MouseButton1Click:connect(function()
  11363. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11364. local smoke = Instance.new("Smoke")
  11365. smoke.Parent = victim.Character.HumanoidRootPart
  11366. end)
  11367. local skybox = Instance.new("TextButton")
  11368. skybox.Parent = commandsframe
  11369. skybox.Name = "SkyBox"
  11370. skybox.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11371. skybox.Font = "ArialBold"
  11372. skybox.Text = "Skybox"
  11373. skybox.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11374. skybox.TextScaled = true
  11375. skybox.Size = UDim2.new(.232, 0, .075, 0)
  11376. skybox.Position = UDim2.new(.022, 0, .514, 0)
  11377. skybox.MouseButton1Click:connect(function()
  11378. local newsky = Instance.new("Sky")
  11379. newsky.Parent = game.Lighting
  11380. newsky.MoonTextureId = " "
  11381. newsky.SkyboxBk = "rbxassetid://"..IntVal.Text
  11382. newsky.SkyboxDn = "rbxassetid://"..IntVal.Text
  11383. newsky.SkyboxFt = "rbxassetid://"..IntVal.Text
  11384. newsky.SkyboxLf = "rbxassetid://"..IntVal.Text
  11385. newsky.SkyboxRt = "rbxassetid://"..IntVal.Text
  11386. newsky.SkyboxUp = "rbxassetid://"..IntVal.Text
  11387. newsky.StarCount = 0
  11388. newsky.SunangularSize = 0
  11389. newsky.SunTextureId = " "
  11390. end)
  11391. local jump = Instance.new("TextButton")
  11392. jump.Parent = commandsframe
  11393. jump.Name = "JumpPower"
  11394. jump.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11395. jump.Font = "ArialBold"
  11396. jump.Text = "JumpPower"
  11397. jump.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11398. jump.TextScaled = true
  11399. jump.Size = UDim2.new(.232, 0, .075, 0)
  11400. jump.Position = UDim2.new(.277, 0, .514, 0)
  11401. jump.MouseButton1Click:connect(function()
  11402. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11403. local num = IntVal.Text
  11404. victim.Character.Humanoid.JumpPower = tonumber(num)
  11405. end)
  11406. local height = Instance.new("TextButton")
  11407. height.Parent = commandsframe
  11408. height.Name = "HipHeight"
  11409. height.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11410. height.Font = "ArialBold"
  11411. height.Text = "HipHeight"
  11412. height.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11413. height.TextScaled = true
  11414. height.Size = UDim2.new(.232, 0, .075, 0)
  11415. height.Position = UDim2.new(.533, 0, .514, 0)
  11416. height.MouseButton1Click:connect(function()
  11417. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11418. local num = IntVal.Text
  11419. victim.Character.Humanoid.HipHeight = tonumber(num)
  11420. end)
  11421. local rbase = Instance.new("TextButton")
  11422. rbase.Parent = commandsframe
  11423. rbase.Name = "Remove Baseplate"
  11424. rbase.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11425. rbase.Font = "ArialBold"
  11426. rbase.Text = "Remove Baseplate"
  11427. rbase.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11428. rbase.TextScaled = true
  11429. rbase.Size = UDim2.new(.232, 0, .075, 0)
  11430. rbase.Position = UDim2.new(.022, 0, .621, 0)
  11431. rbase.MouseButton1Click:connect(function()
  11432. game.Workspace:FindFirstChild("Baseplate"):Destroy()
  11433. end)
  11434. local see = Instance.new("TextButton")
  11435. see.Parent = commandsframe
  11436. see.Name = "SeeThrough"
  11437. see.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11438. see.Font = "ArialBold"
  11439. see.Text = "See Through"
  11440. see.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11441. see.TextScaled = true
  11442. see.Size = UDim2.new(.232, 0, .075, 0)
  11443. see.Position = UDim2.new(.277, 0, .621, 0)
  11444. see.MouseButton1Click:connect(function()
  11445. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11446. for i,v in pairs(victim.Character:GetChildren()) do
  11447. if v:IsA("Part") or v:IsA("MeshPart") then
  11448. v.Transparency = .5
  11449. end
  11450. end
  11451. end)
  11452. local Freeze = Instance.new("TextButton")
  11453. Freeze.Parent = commandsframe
  11454. Freeze.Name = "Freeze"
  11455. Freeze.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11456. Freeze.Font = "ArialBold"
  11457. Freeze.Text = "Freeze"
  11458. Freeze.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11459. Freeze.TextScaled = true
  11460. Freeze.Size = UDim2.new(.232, 0, .075, 0)
  11461. Freeze.Position = UDim2.new(.533, 0, .621, 0)
  11462. Freeze.MouseButton1Click:connect(function()
  11463. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11464. for i,v in pairs(victim.Character:GetChildren()) do
  11465. if v:IsA("MeshPart") or v:IsA("Part") then
  11466. v.Anchored = true
  11467. end
  11468. end
  11469. end)
  11470. local Thaw = Instance.new("TextButton")
  11471. Thaw.Parent = commandsframe
  11472. Thaw.Name = "Thaw"
  11473. Thaw.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11474. Thaw.Font = "ArialBold"
  11475. Thaw.Text = "Thaw"
  11476. Thaw.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11477. Thaw.TextScaled = true
  11478. Thaw.Size = UDim2.new(.232, 0, .075, 0)
  11479. Thaw.Position = UDim2.new(.022, 0, .727, 0)
  11480. Thaw.MouseButton1Click:connect(function()
  11481. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11482. for i,v in pairs(victim.Character:GetChildren()) do
  11483. if v:IsA("MeshPart") or v:IsA("Part") then
  11484. v.Anchored = false
  11485. end
  11486. end
  11487. end)
  11488. local set = Instance.new("TextButton")
  11489. set.Parent = commandsframe
  11490. set.Name = ""
  11491. set.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11492. set.Font = "ArialBold"
  11493. set.Text = "Thaw"
  11494. set.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11495. set.TextScaled = true
  11496. set.Size = UDim2.new(.232, 0, .075, 0)
  11497. set.Position = UDim2.new(.022, 0, .727, 0)
  11498. set.MouseButton1Click:connect(function()
  11499. local victim = game.Players:FindFirstChild(PlayerName.Text)
  11500. for i,v in pairs(victim.Character:GetChildren()) do
  11501. if v:IsA("MeshPart") or v:IsA("Part") then
  11502. v.Anchored = false
  11503. end
  11504. end
  11505. end)
  11506. --FE Commands Frame
  11507. local FEcommandsframe = Instance.new("Frame")
  11508. FEcommandsframe.Parent = mainframe
  11509. FEcommandsframe.Name = "FECommandsFrame"
  11510. FEcommandsframe.Visible = false
  11511. FEcommandsframe.BackgroundTransparency = 1
  11512. FEcommandsframe.Position = UDim2.new(0, 0, .244, 0)
  11513. FEcommandsframe.Size = UDim2.new(1, 0, .756, 0)
  11514. local nav = Instance.new("ScrollingFrame")
  11515. nav.Parent = FEcommandsframe
  11516. nav.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11517. nav.Name = "NavBar"
  11518. nav.Position = UDim2.new(.022, 0, .028, 0)
  11519. nav.Size = UDim2.new(.249, 0, .937, 0)
  11520. nav.ScrollBarThickness = 6
  11521. local all = Instance.new("TextButton")
  11522. all.Parent = nav
  11523. all.Name = "All"
  11524. all.BackgroundColor3 = Color3.new(163/255, 0/255, 0/255)
  11525. all.Position = UDim2.new(0, 0, 0, 0)
  11526. all.Size = UDim2.new(.94, 0, .063, 0)
  11527. all.Text = "All"
  11528. all.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11529. all.Font = "ArialBold"
  11530. all.TextScaled = true
  11531. local main = Instance.new("ScrollingFrame")
  11532. main.Parent = FEcommandsframe
  11533. main.Name = "MainFrame"
  11534. main.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11535. main.Position = UDim2.new(.286, 0, .032, 0)
  11536. main.Size = UDim2.new(.695, 0, .818, 0)
  11537. main.ScrollBarThickness = 6
  11538. local feflybutton = Instance.new("TextButton")
  11539. feflybutton.Parent = main
  11540. feflybutton.Name = "FlyMode"
  11541. feflybutton.Position = UDim2.new(0, 0, 0, 0)
  11542. feflybutton.Size = UDim2.new(.966, 0, .054, 0)
  11543. feflybutton.Text = "Fly Mode"
  11544. feflybutton.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11545. feflybutton.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  11546. feflybutton.TextScaled = true
  11547. feflybutton.MouseButton1Click:connect(function()
  11548. repeat wait()
  11549. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  11550. local mouse = game.Players.LocalPlayer:GetMouse()
  11551. repeat wait() until mouse
  11552. local plr = game.Players.LocalPlayer
  11553. local torso = plr.Character.Torso
  11554. local flying = true
  11555. local firsttimeflying = true
  11556. local deb = true
  11557. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  11558. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  11559. local maxspeed = 50
  11560. local speed = 0
  11561.  
  11562. function Fly()
  11563. local bg = Instance.new("BodyGyro", torso)
  11564. bg.P = 9e4
  11565. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  11566. bg.cframe = torso.CFrame
  11567. local bv = Instance.new("BodyVelocity", torso)
  11568. bv.velocity = Vector3.new(0,0.1,0)
  11569. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  11570. repeat wait()
  11571. plr.Character.Humanoid.PlatformStand = true
  11572. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  11573. speed = speed+.5+(speed/maxspeed)
  11574. if speed > maxspeed then
  11575. speed = maxspeed
  11576. end
  11577. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  11578. speed = speed-1
  11579. if speed < 0 then
  11580. speed = 0
  11581. end
  11582. end
  11583. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  11584. 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
  11585. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  11586. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  11587. 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
  11588. else
  11589. bv.velocity = Vector3.new(0,0.1,0)
  11590. end
  11591. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  11592. until not flying
  11593. ctrl = {f = 0, b = 0, l = 0, r = 0}
  11594. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  11595. speed = 0
  11596. bg:Destroy()
  11597. bv:Destroy()
  11598. plr.Character.Humanoid.PlatformStand = false
  11599. end
  11600. feflybutton.MouseButton1Click:connect(function()
  11601. if flying and not firsttimeflying then
  11602. feflybutton.Text = "Fly Mode"
  11603. flying = false
  11604. else
  11605. firsttimeflying = false
  11606. feflybutton.Text = "Fly Mode"
  11607. flying = true
  11608. Fly()
  11609. end
  11610. end)
  11611. mouse.KeyDown:connect(function(key)
  11612. if key:lower() == "w" then
  11613. ctrl.f = 1
  11614. elseif key:lower() == "s" then
  11615. ctrl.b = -1
  11616. elseif key:lower() == "a" then
  11617. ctrl.l = -1
  11618. elseif key:lower() == "d" then
  11619. ctrl.r = 1
  11620. end
  11621. end)
  11622. mouse.KeyUp:connect(function(key)
  11623. if key:lower() == "w" then
  11624. ctrl.f = 0
  11625. elseif key:lower() == "s" then
  11626. ctrl.b = 0
  11627. elseif key:lower() == "a" then
  11628. ctrl.l = 0
  11629. elseif key:lower() == "d" then
  11630. ctrl.r = 0
  11631. end
  11632. end)
  11633. Fly()
  11634. end)
  11635. local hatspin = Instance.new("TextButton")
  11636. hatspin.Parent = main
  11637. hatspin.Name = "HatSpin"
  11638. hatspin.Position = UDim2.new(0, 0, 0.06, 0)
  11639. hatspin.Size = UDim2.new(.966, 0, .054, 0)
  11640. hatspin.Text = "HatSpin"
  11641. hatspin.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11642. hatspin.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  11643. hatspin.TextScaled = true
  11644. hatspin.MouseButton1Click:connect(function()
  11645. local obese = game:GetService('Players')
  11646. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  11647. if v.ClassName == "Accessory" then
  11648. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  11649. if stg == nil then
  11650. local a = Instance.new("BodyPosition")
  11651. local b = Instance.new("BodyAngularVelocity")
  11652. a.Parent = v.Handle
  11653. b.Parent = v.Handle
  11654. v.Handle.AccessoryWeld:Destroy()
  11655. b.AngularVelocity = Vector3.new(0,100,0)
  11656. b.MaxTorque = Vector3.new(0,200,0)
  11657. a.P = 30000
  11658. a.D = 50
  11659. game:GetService('RunService').Stepped:connect(function()
  11660. a.Position = obese.LocalPlayer.Character.Head.Position
  11661. end)
  11662. end
  11663. end
  11664. end
  11665. end)
  11666. local god = Instance.new("TextButton")
  11667. god.Parent = main
  11668. god.Name = "God"
  11669. god.Position = UDim2.new(0, 0, 0.12, 0)
  11670. god.Size = UDim2.new(.966, 0, .054, 0)
  11671. god.Text = "God"
  11672. god.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11673. god.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  11674. god.TextScaled = true
  11675. god.MouseButton1Click:connect(function()
  11676. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  11677. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  11678. l.Parent = game.Players.LocalPlayer.Character
  11679. l.Name = "Humanoid"
  11680. wait(0.1)
  11681. game.Players.LocalPlayer.Character["1"]:Destroy()
  11682. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  11683. game.Players.LocalPlayer.Character.Animate.Disabled = true
  11684. wait(0.1)
  11685. game.Players.LocalPlayer.Character.Animate.Disabled = false
  11686. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  11687. end)
  11688. local spasm = Instance.new("TextButton")
  11689. spasm.Parent = main
  11690. spasm.Name = "Spasm"
  11691. spasm.Position = UDim2.new(0, 0, 0.18, 0)
  11692. spasm.Size = UDim2.new(.966, 0, .054, 0)
  11693. spasm.Text = "Spasm"
  11694. spasm.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11695. spasm.BackgroundColor3 = Color3.new(204/255, 31/255, 31/255)
  11696. spasm.TextScaled = true
  11697. spasm.MouseButton1Click:connect(function()
  11698. while wait(1) do
  11699. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  11700. local Player = v.Name
  11701. local AnimationId = "33796059"
  11702. local Anim = Instance.new("Animation")
  11703. Anim.AnimationId = "rbxassetid://"..AnimationId
  11704. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  11705. k:Play() --Play the animation
  11706. k:AdjustSpeed(99)
  11707. end
  11708. end
  11709. end)
  11710. --Large Extra Commands Frame
  11711. local lEcommandsframe = Instance.new("Frame")
  11712. lEcommandsframe.Parent = mainframe
  11713. lEcommandsframe.Name = "LargeExtraCommandsFrame"
  11714. lEcommandsframe.Visible = false
  11715. lEcommandsframe.BackgroundTransparency = 1
  11716. lEcommandsframe.Position = UDim2.new(0, 0, .244, 0)
  11717. lEcommandsframe.Size = UDim2.new(1, 0, .756, 0)
  11718. local IntValText3 = Instance.new("TextLabel")
  11719. IntValText3.Parent = lEcommandsframe
  11720. IntValText3.Name = "IntValText"
  11721. IntValText3.BackgroundTransparency = 1
  11722. IntValText3.Position = UDim2.new(.308, 0, .727, 0)
  11723. IntValText3.Size = UDim2.new(.425, 0, .055, 0)
  11724. IntValText3.Text = "Number Value:"
  11725. IntValText3.Font = "ArialBold"
  11726. IntValText3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11727. IntValText3.TextScaled = true
  11728. local IntVal3 = Instance.new("TextBox")
  11729. IntVal3.Parent = lEcommandsframe
  11730. IntVal3.Name = "IntVal"
  11731. IntVal3.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11732. IntVal3.Position = UDim2.new(.308, 0, .802, 0)
  11733. IntVal3.Size = UDim2.new(.425, 0, .162, 0)
  11734. IntVal3.Font = "ArialBold"
  11735. IntVal3.Text = "This will work with all Numbers needed including skybox and music..."
  11736. IntVal3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11737. IntVal3.TextScaled = true
  11738. IntVal3.TextXAlignment = "Left"
  11739. local StringText3 = Instance.new("TextLabel")
  11740. StringText3.Parent = lEcommandsframe
  11741. StringText3.Name = "StringValText"
  11742. StringText3.BackgroundTransparency = 1
  11743. StringText3.Position = UDim2.new(.786, 0, .372, 0)
  11744. StringText3.Size = UDim2.new(.193, 0, .055, 0)
  11745. StringText3.Text = "String Value:"
  11746. StringText3.Font = "ArialBold"
  11747. StringText3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11748. StringText3.TextScaled = true
  11749. local StringVal3 = Instance.new("TextBox")
  11750. StringVal3.Parent = lEcommandsframe
  11751. StringVal3.Name = "StringVal"
  11752. StringVal3.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11753. StringVal3.Position = UDim2.new(.787, 0, .458, 0)
  11754. StringVal3.Size = UDim2.new(.193, 0, .344, 0)
  11755. StringVal3.Font = "ArialBold"
  11756. StringVal3.Text = "This will work with messages and anything that needs a string attached!"
  11757. StringVal3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11758. StringVal3.TextScaled = true
  11759. StringVal3.TextXAlignment = "Left"
  11760. local PlayerNameText3 = Instance.new("TextLabel")
  11761. PlayerNameText3.Parent = lEcommandsframe
  11762. PlayerNameText3.Name = "PlayerNameText"
  11763. PlayerNameText3.BackgroundTransparency = 1
  11764. PlayerNameText3.Position = UDim2.new(.787, 0, .059, 0)
  11765. PlayerNameText3.Size = UDim2.new(.193, 0, .055, 0)
  11766. PlayerNameText3.Text = "Player Name:"
  11767. PlayerNameText3.Font = "ArialBold"
  11768. PlayerNameText3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11769. PlayerNameText3.TextScaled = true
  11770. local PlayerName3 = Instance.new("TextBox")
  11771. PlayerName3.Parent = lEcommandsframe
  11772. PlayerName3.Name = "PlayerName"
  11773. PlayerName3.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11774. PlayerName3.Position = UDim2.new(.786, 0, .158, 0)
  11775. PlayerName3.Size = UDim2.new(.193, 0, .138, 0)
  11776. PlayerName3.Font = "ArialBold"
  11777. PlayerName3.Text = "Put player name here..."
  11778. PlayerName3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11779. PlayerName3.TextScaled = true
  11780. PlayerName3.TextXAlignment = "Left"
  11781. local newnotice2 = Instance.new("TextLabel")
  11782. newnotice2.Parent = lEcommandsframe
  11783. newnotice2.Name = "Notice"
  11784. newnotice2.BackgroundTransparency = 1
  11785. newnotice2.Position = UDim2.new(.043, 0, .059, 0)
  11786. newnotice2.Size = UDim2.new(.634, 0, .538, 0)
  11787. newnotice2.Text = "Notice: There are currently no Large Commands Added!"
  11788. newnotice2.TextColor3 = Color3.new(64/255, 64/255, 64/255)
  11789. newnotice2.TextStrokeColor3 = Color3.new(255/255, 255/255, 255/255)
  11790. newnotice2.TextStrokeTransparency = 0
  11791. newnotice2.TextScaled = true
  11792. newnotice2.TextStrokeColor3 = Color3.new(255/255, 255/255, 255/255)
  11793. --Cool Particle Commands
  11794. local PCcommandsframe = Instance.new("Frame")
  11795. PCcommandsframe.Parent = mainframe
  11796. PCcommandsframe.Name = "CoolParticleCommands"
  11797. PCcommandsframe.Visible = false
  11798. PCcommandsframe.BackgroundTransparency = 1
  11799. PCcommandsframe.Position = UDim2.new(0, 0, .244, 0)
  11800. PCcommandsframe.Size = UDim2.new(1, 0, .756, 0)
  11801. local PlayerNameText4 = Instance.new("TextLabel")
  11802. PlayerNameText4.Parent = PCcommandsframe
  11803. PlayerNameText4.Name = "PlayerNameText"
  11804. PlayerNameText4.BackgroundTransparency = 1
  11805. PlayerNameText4.Position = UDim2.new(.787, 0, .059, 0)
  11806. PlayerNameText4.Size = UDim2.new(.193, 0, .055, 0)
  11807. PlayerNameText4.Text = "Player Name:"
  11808. PlayerNameText4.Font = "ArialBold"
  11809. PlayerNameText4.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11810. PlayerNameText4.TextScaled = true
  11811. local PlayerName4 = Instance.new("TextBox")
  11812. PlayerName4.Parent = PCcommandsframe
  11813. PlayerName4.Name = "PlayerName"
  11814. PlayerName4.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11815. PlayerName4.Position = UDim2.new(.786, 0, .158, 0)
  11816. PlayerName4.Size = UDim2.new(.193, 0, .138, 0)
  11817. PlayerName4.Font = "ArialBold"
  11818. PlayerName4.Text = "Put player name here..."
  11819. PlayerName4.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11820. PlayerName4.TextScaled = true
  11821. PlayerName4.TextXAlignment = "Left"
  11822. local Dark = Instance.new("TextButton")
  11823. Dark.Parent = PCcommandsframe
  11824. Dark.Name = "DarkMatter"
  11825. Dark.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11826. Dark.Font = "ArialBold"
  11827. Dark.Text = "Dark Matter"
  11828. Dark.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11829. Dark.TextScaled = true
  11830. Dark.Size = UDim2.new(.232, 0, .075, 0)
  11831. Dark.Position = UDim2.new(.022, 0, .083, 0)
  11832. Dark.MouseButton1Click:connect(function()
  11833. local victim = game.Players:FindFirstChild(PlayerName4.Text)
  11834. local newparticle2 = Instance.new("ParticleEmitter")
  11835. newparticle2.Parent = victim.Character.HumanoidRootPart
  11836. newparticle2.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255), Color3.new(77/255, 1/255, 165/255))
  11837. newparticle2.Size = NumberSequence.new({
  11838. NumberSequenceKeypoint.new(0, 0, 0),
  11839. NumberSequenceKeypoint.new(.0977, .15, 0),
  11840. NumberSequenceKeypoint.new(1, .05, 0),
  11841. })
  11842. newparticle2.Texture = "http://www.roblox.com/asset/?id=118322059"
  11843. newparticle2.Transparency = NumberSequence.new({
  11844. NumberSequenceKeypoint.new(0, 0, 0),
  11845. NumberSequenceKeypoint.new(.8, 0, 0),
  11846. NumberSequenceKeypoint.new(1, 1, 0),
  11847. })
  11848. newparticle2.ZOffset = 0
  11849. newparticle2.Acceleration = Vector3.new(0, .2, 0)
  11850. newparticle2.Lifetime = NumberRange.new(5)
  11851. newparticle2.Rate = 20
  11852. newparticle2.EmissionDirection = "Top"
  11853. newparticle2.Rotation = NumberRange.new(0)
  11854. newparticle2.RotSpeed = NumberRange.new(20, 40)
  11855. newparticle2.Speed = NumberRange.new(2, 4)
  11856. newparticle2.SpreadAngle = Vector2.new(100, 100)
  11857.  
  11858.  
  11859. local newparticle = Instance.new("ParticleEmitter")
  11860. newparticle.Parent = plr.Character.HumanoidRootPart
  11861. newparticle.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255), Color3.new(77/255, 1/255, 165/255))
  11862. newparticle.Size = NumberSequence.new({
  11863. NumberSequenceKeypoint.new(0, 1, 0),
  11864. NumberSequenceKeypoint.new(.218, .625, 0),
  11865. NumberSequenceKeypoint.new(.468, 1.38, 0),
  11866. NumberSequenceKeypoint.new(.747, 3.06, 0),
  11867. NumberSequenceKeypoint.new(1, 3.31, 0),
  11868. })
  11869. newparticle.Texture = "http://www.roblox.com/asset/?id=243664672"
  11870. newparticle.Transparency = NumberSequence.new({
  11871. NumberSequenceKeypoint.new(0, 1, 0),
  11872. NumberSequenceKeypoint.new(.509, .725, 0),
  11873. NumberSequenceKeypoint.new(.762, .85, .15),
  11874. NumberSequenceKeypoint.new(1, 1, 0),
  11875. })
  11876. newparticle.ZOffset = 2
  11877. newparticle.LightEmission = .4
  11878. newparticle.EmissionDirection = "Top"
  11879. newparticle.Lifetime = NumberRange.new(1, 2)
  11880. newparticle.Rate = 500
  11881. newparticle.Rotation = NumberRange.new(-360, 360)
  11882. newparticle.RotSpeed = NumberRange.new(-200, 200)
  11883. newparticle.Speed = NumberRange.new(.5)
  11884. newparticle.SpreadAngle = NumberRange.new(100, 100)
  11885. local newparticle2 = Instance.new("ParticleEmitter")
  11886. newparticle2.Parent = plr.Character.HumanoidRootPart
  11887. newparticle2.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255), Color3.new(77/255, 1/255, 165/255))
  11888. newparticle2.Size = NumberSequence.new({
  11889. NumberSequenceKeypoint.new(0, 0, 0),
  11890. NumberSequenceKeypoint.new(.0977, .15, 0),
  11891. NumberSequenceKeypoint.new(1, .05, 0),
  11892. })
  11893. newparticle2.Texture = "http://www.roblox.com/asset/?id=118322059"
  11894. newparticle2.Transparency = NumberSequence.new({
  11895. NumberSequenceKeypoint.new(0, 0, 0),
  11896. NumberSequenceKeypoint.new(.8, 0, 0),
  11897. NumberSequenceKeypoint.new(1, 1, 0),
  11898. })
  11899. newparticle2.ZOffset = 0
  11900. newparticle2.Acceleration = Vector3.new(0, .2, 0)
  11901. newparticle2.Lifetime = NumberRange.new(5)
  11902. newparticle2.Rate = 20
  11903. newparticle2.EmissionDirection = "Top"
  11904. newparticle2.Rotation = NumberRange.new(0)
  11905. newparticle2.RotSpeed = NumberRange.new(20, 40)
  11906. newparticle2.Speed = NumberRange.new(2, 4)
  11907. newparticle2.SpreadAngle = Vector2.new(100, 100)
  11908. end)
  11909. local rain = Instance.new("TextButton")
  11910. rain.Parent = PCcommandsframe
  11911. rain.Name = "Rain"
  11912. rain.BackgroundColor3 = Color3.new(64/255, 64/255, 64/255)
  11913. rain.Font = "ArialBold"
  11914. rain.Text = "Rain"
  11915. rain.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11916. rain.TextScaled = true
  11917. rain.Size = UDim2.new(.232, 0, .075, 0)
  11918. rain.Position = UDim2.new(.277, 0, .083, 0)
  11919. rain.MouseButton1Click:connect(function()
  11920. local victim = game.Players:FindFirstChild(PlayerName4.Text)
  11921. local particle1 = Instance.new("ParticleEmitter")
  11922. local particle2 = Instance.new("ParticleEmitter")
  11923. particle1.Parent = victim.Character.HumanoidRootPart
  11924. particle2.Parent = victim.Character.HumanoidRootPart
  11925. local colorsequence1 = ColorSequence.new(Color3.new(46/255, 158/255, 255/255))
  11926. particle1.Color = colorsequence1
  11927. local colorsequence2 = ColorSequence.new(Color3.new(13/255, 46/255, 74/255))
  11928. particle2.Color = colorsequence2
  11929. particle1.LightEmission = .1
  11930. particle1.LightInfluence = 0
  11931. particle1.Size = NumberSequence.new(.05)
  11932. particle1.Texture = "http://www.roblox.com/asset/?id=118322059"
  11933. particle1.ZOffset = 0
  11934. particle1.Name = "Rain"
  11935. particle1.Acceleration = Vector3.new(0, -20, 0)
  11936. particle1.Drag = 0
  11937. particle1.LockedToPart = true
  11938. particle1.VelocityInheritance = 0
  11939. particle1.EmissionDirection = "Top"
  11940. particle1.Enabled = true
  11941. particle1.Lifetime = NumberRange.new(2.49)
  11942. particle1.Rate = 50
  11943. particle1.Rotation = NumberRange.new(0)
  11944. particle1.RotSpeed = NumberRange.new(0)
  11945. particle1.Speed = NumberRange.new(25)
  11946. particle1.SpreadAngle = Vector2.new(0, 0)
  11947. particle1.Transparency = NumberSequence.new({
  11948. NumberSequenceKeypoint.new(0, 1, 0),
  11949. NumberSequenceKeypoint.new(.743,1,0),
  11950. NumberSequenceKeypoint.new(.756,0,0),
  11951. NumberSequenceKeypoint.new(1,0,0),
  11952. })
  11953. particle2.Name = "Smoke"
  11954. particle2.Color = ColorSequence.new(Color3.new(13/255, 46/255, 74/255))
  11955. particle2.LightEmission = .1
  11956. particle2.LightInfluence = 0
  11957. particle2.Size = NumberSequence.new({
  11958. NumberSequenceKeypoint.new(0,0,0),
  11959. NumberSequenceKeypoint.new(.499,0,0),
  11960. NumberSequenceKeypoint.new(.516,1.42,0),
  11961. NumberSequenceKeypoint.new(.6,1.4,0),
  11962. NumberSequenceKeypoint.new(.601,0,0),
  11963. NumberSequenceKeypoint.new(1,0,0),
  11964. })
  11965. particle2.Texture = "http://www.roblox.com/asset/?id=290833005"
  11966. particle2.ZOffset = 2
  11967. particle2.Acceleration = Vector3.new(0, 0, 0)
  11968. particle2.EmissionDirection = "Top"
  11969. particle2.Enabled = true
  11970. particle2.Lifetime = NumberRange.new(20)
  11971. particle2.Rate = 50
  11972. particle2.LockedToPart = true
  11973. particle2.Rotation = NumberRange.new(0, 360)
  11974. particle2.Speed = NumberRange.new(1)
  11975. particle2.RotSpeed = NumberRange.new(0)
  11976. particle2.SpreadAngle = Vector2.new(0, 0)
  11977. particle2.Transparency = NumberSequence.new({
  11978. NumberSequenceKeypoint.new(0, 1, 0),
  11979. NumberSequenceKeypoint.new(.5,1,0),
  11980. NumberSequenceKeypoint.new(.535,0,0),
  11981. NumberSequenceKeypoint.new(.567,0,0),
  11982. NumberSequenceKeypoint.new(.6,1,0),
  11983. NumberSequenceKeypoint.new(1,1,0),
  11984. })
  11985. end)
  11986. FE.MouseButton1Click:connect(function()
  11987. FE.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  11988. CommandBar.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11989. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11990. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11991. FEcommandsframe.Visible = true
  11992. commandsframe.Visible = false
  11993. lEcommandsframe.Visible = false
  11994. PCcommandsframe.Visible = false
  11995. end)
  11996. CommandBar.MouseButton1Click:connect(function()
  11997. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  11998. CommandBar.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  11999. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12000. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12001. FEcommandsframe.Visible = false
  12002. commandsframe.Visible = true
  12003. lEcommandsframe.Visible = false
  12004. PCcommandsframe.Visible = false
  12005. end)
  12006. LC.MouseButton1Click:connect(function()
  12007. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12008. CommandBar.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12009. LC.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  12010. PC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12011. FEcommandsframe.Visible = false
  12012. commandsframe.Visible = false
  12013. lEcommandsframe.Visible = true
  12014. PCcommandsframe.Visible = false
  12015. end)
  12016. PC.MouseButton1Click:connect(function()
  12017. FE.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12018. CommandBar.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12019. LC.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  12020. PC.TextColor3 = Color3.new(249/255, 74/255, 255/255)
  12021. FEcommandsframe.Visible = false
  12022. commandsframe.Visible = false
  12023. lEcommandsframe.Visible = false
  12024. PCcommandsframe.Visible = true
  12025. end)
  12026. --FilteringCheckLoop
  12027. while true do
  12028. wait()
  12029. if workspace.FilteringEnabled == true then
  12030. FEStats.Text = "- FE Status: Enabled!"
  12031. elseif workspace.FilteringEnabled == false then
  12032. FEStats.Text = "- FE Status: Disabled!"
  12033. end
  12034. end
  12035. end)
  12036.  
  12037. Close.Name = "Close"
  12038. Close.Parent = Page2
  12039. Close.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12040. Close.BackgroundTransparency = 1
  12041. Close.BorderSizePixel = 0
  12042. Close.Position = UDim2.new(0.960960984, 0, -0.130653277, 0)
  12043. Close.Size = UDim2.new(0, 32, 0, 32)
  12044. Close.Font = Enum.Font.GothamBlack
  12045. Close.FontSize = Enum.FontSize.Size14
  12046. Close.Text = "X"
  12047. Close.TextColor3 = Color3.new(0, 0, 0)
  12048. Close.TextSize = 14
  12049. Close.MouseButton1Down:connect(function()
  12050. main.Visible = false
  12051. end)
  12052.  
  12053. Twist.Name = "Twist"
  12054. Twist.Parent = Page2
  12055. Twist.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12056. Twist.BorderSizePixel = 2
  12057. Twist.Position = UDim2.new(0.378378451, 0, 0.630653262, 0)
  12058. Twist.Size = UDim2.new(0, 81, 0, 44)
  12059. Twist.Font = Enum.Font.GothamBlack
  12060. Twist.FontSize = Enum.FontSize.Size14
  12061. Twist.Text = "Twisted Murder Gui"
  12062. Twist.TextColor3 = Color3.new(0, 0, 0)
  12063. Twist.TextScaled = true
  12064. Twist.TextSize = 14
  12065. Twist.TextWrapped = true
  12066. Twist.MouseButton1Down:connect(function()
  12067. if game.CoreGui:findFirstChild("TwistedMurdererGui") then
  12068. game.CoreGui.TwistedMurdererGui:remove()
  12069. end
  12070.  
  12071. local TwistedMurdererGui = Instance.new("ScreenGui")
  12072. local DecoFrame = Instance.new("Frame")
  12073. local MainFrame1 = Instance.new("Frame")
  12074. local PlayersLabel = Instance.new("TextLabel")
  12075. local SelectedPlayerLabel = Instance.new("TextLabel")
  12076. local PlayersFrame = Instance.new("ScrollingFrame")
  12077. local PlayerButton = Instance.new("TextButton")
  12078. local KillButton = Instance.new("TextButton")
  12079. local InfKevButton = Instance.new("TextButton")
  12080. local PlayMusicButton = Instance.new("TextButton")
  12081. local CloakButton = Instance.new("TextButton")
  12082. local StopMusicButton = Instance.new("TextButton")
  12083. local KillMurdererButton = Instance.new("TextButton")
  12084. local SelectAllButton = Instance.new("TextButton")
  12085. local UnCloakButton = Instance.new("TextButton")
  12086. local MusicIdTextBox = Instance.new("TextBox")
  12087. local KillSheriffButton = Instance.new("TextButton")
  12088. local SelectOthersButton = Instance.new("TextButton")
  12089.  
  12090. TwistedMurdererGui.Name = "TwistedMurdererGui"
  12091. TwistedMurdererGui.Parent = game.CoreGui
  12092.  
  12093. DecoFrame.Name = "DecoFrame"
  12094. DecoFrame.Parent = TwistedMurdererGui
  12095. DecoFrame.Active = true
  12096. DecoFrame.BackgroundColor3 = Color3.new(0.22, 0.22, 0.22)
  12097. DecoFrame.BorderSizePixel = 0
  12098. DecoFrame.Draggable = true
  12099. DecoFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
  12100. DecoFrame.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  12101.  
  12102. MainFrame1.Name = "MainFrame1"
  12103. MainFrame1.Parent = DecoFrame
  12104. MainFrame1.BackgroundColor3 = Color3.new(0.36, 0.36, 0.36)
  12105. MainFrame1.BorderColor3 = Color3.new(1, 1, 1)
  12106. MainFrame1.BorderSizePixel = 2
  12107. MainFrame1.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  12108. MainFrame1.Size = UDim2.new(0.899999976, 0, 0.800000012, 0)
  12109.  
  12110. PlayersLabel.Name = "PlayersLabel"
  12111. PlayersLabel.Parent = MainFrame1
  12112. PlayersLabel.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12113. PlayersLabel.BorderColor3 = Color3.new(1, 1, 1)
  12114. PlayersLabel.BorderSizePixel = 0
  12115. PlayersLabel.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  12116. PlayersLabel.Font = Enum.Font.SourceSansSemibold
  12117. PlayersLabel.FontSize = Enum.FontSize.Size24
  12118. PlayersLabel.Text = "Players"
  12119. PlayersLabel.TextColor3 = Color3.new(1, 1, 1)
  12120. PlayersLabel.TextSize = 24
  12121.  
  12122. SelectedPlayerLabel.Name = "SelectedPlayerLabel"
  12123. SelectedPlayerLabel.Parent = MainFrame1
  12124. SelectedPlayerLabel.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12125. SelectedPlayerLabel.BackgroundTransparency = 1
  12126. SelectedPlayerLabel.BorderColor3 = Color3.new(1, 1, 1)
  12127. SelectedPlayerLabel.BorderSizePixel = 0
  12128. SelectedPlayerLabel.Position = UDim2.new(0, 0, 0.699999988, 0)
  12129. SelectedPlayerLabel.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  12130. SelectedPlayerLabel.Font = Enum.Font.SourceSansSemibold
  12131. SelectedPlayerLabel.FontSize = Enum.FontSize.Size24
  12132. SelectedPlayerLabel.Text = "Selected Player: Nobody"
  12133. SelectedPlayerLabel.TextColor3 = Color3.new(1, 1, 1)
  12134. SelectedPlayerLabel.TextScaled = true
  12135. SelectedPlayerLabel.TextSize = 24
  12136. SelectedPlayerLabel.TextWrapped = true
  12137.  
  12138. PlayersFrame.Name = "PlayersFrame"
  12139. PlayersFrame.Parent = MainFrame1
  12140. PlayersFrame.BackgroundColor3 = Color3.new(0.235, 0.235, 0.235)
  12141. PlayersFrame.BorderColor3 = Color3.new(1, 1, 1)
  12142. PlayersFrame.BorderSizePixel = 0
  12143. PlayersFrame.Position = UDim2.new(0, 0, 0.100000001, 0)
  12144. PlayersFrame.Size = UDim2.new(0.5, 0, 0.600000024, 0)
  12145. PlayersFrame.CanvasSize = UDim2.new(0, 0, 500, 0)
  12146. PlayersFrame.ScrollBarThickness = 0
  12147.  
  12148. KillButton.Name = "KillButton"
  12149. KillButton.Parent = MainFrame1
  12150. KillButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12151. KillButton.BorderSizePixel = 0
  12152. KillButton.Position = UDim2.new(0.550000012, 0, 0.0500000007, 0)
  12153. KillButton.Size = UDim2.new(0.400000006, 0, 0.100000001, 0)
  12154. KillButton.Font = Enum.Font.SourceSansBold
  12155. KillButton.FontSize = Enum.FontSize.Size24
  12156. KillButton.Text = "Kill"
  12157. KillButton.TextColor3 = Color3.new(1, 1, 1)
  12158. KillButton.TextScaled = true
  12159. KillButton.TextSize = 24
  12160. KillButton.TextWrapped = true
  12161.  
  12162. InfKevButton.Name = "InfKevButton"
  12163. InfKevButton.Parent = MainFrame1
  12164. InfKevButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12165. InfKevButton.BorderSizePixel = 0
  12166. InfKevButton.Position = UDim2.new(0.550000012, 0, 0.200000003, 0)
  12167. InfKevButton.Size = UDim2.new(0.400000006, 0, 0.100000001, 0)
  12168. InfKevButton.Font = Enum.Font.SourceSansBold
  12169. InfKevButton.FontSize = Enum.FontSize.Size24
  12170. InfKevButton.Text = "Infinite Kevlar"
  12171. InfKevButton.TextColor3 = Color3.new(1, 1, 1)
  12172. InfKevButton.TextScaled = true
  12173. InfKevButton.TextSize = 24
  12174. InfKevButton.TextWrapped = true
  12175.  
  12176. PlayMusicButton.Name = "PlayMusicButton"
  12177. PlayMusicButton.Parent = MainFrame1
  12178. PlayMusicButton.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  12179. PlayMusicButton.BorderSizePixel = 0
  12180. PlayMusicButton.Position = UDim2.new(0.75, 0, 0.550000012, 0)
  12181. PlayMusicButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  12182. PlayMusicButton.Font = Enum.Font.SourceSansBold
  12183. PlayMusicButton.FontSize = Enum.FontSize.Size24
  12184. PlayMusicButton.Text = "Play Music"
  12185. PlayMusicButton.TextColor3 = Color3.new(1, 1, 1)
  12186. PlayMusicButton.TextScaled = true
  12187. PlayMusicButton.TextSize = 24
  12188. PlayMusicButton.TextWrapped = true
  12189.  
  12190. CloakButton.Name = "CloakButton"
  12191. CloakButton.Parent = MainFrame1
  12192. CloakButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12193. CloakButton.BorderSizePixel = 0
  12194. CloakButton.Position = UDim2.new(0.550000012, 0, 0.850000024, 0)
  12195. CloakButton.Size = UDim2.new(0.180000007, 0, 0.100000001, 0)
  12196. CloakButton.Font = Enum.Font.SourceSansBold
  12197. CloakButton.FontSize = Enum.FontSize.Size24
  12198. CloakButton.Text = "Cloak"
  12199. CloakButton.TextColor3 = Color3.new(1, 1, 1)
  12200. CloakButton.TextScaled = true
  12201. CloakButton.TextSize = 24
  12202. CloakButton.TextWrapped = true
  12203.  
  12204. StopMusicButton.Name = "StopMusicButton"
  12205. StopMusicButton.Parent = MainFrame1
  12206. StopMusicButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12207. StopMusicButton.BorderSizePixel = 0
  12208. StopMusicButton.Position = UDim2.new(0.550000012, 0, 0.699999988, 0)
  12209. StopMusicButton.Size = UDim2.new(0.400000006, 0, 0.100000001, 0)
  12210. StopMusicButton.Font = Enum.Font.SourceSansBold
  12211. StopMusicButton.FontSize = Enum.FontSize.Size24
  12212. StopMusicButton.Text = "Stop Music"
  12213. StopMusicButton.TextColor3 = Color3.new(1, 1, 1)
  12214. StopMusicButton.TextScaled = true
  12215. StopMusicButton.TextSize = 24
  12216. StopMusicButton.TextWrapped = true
  12217.  
  12218. KillMurdererButton.Name = "KillMurdererButton"
  12219. KillMurdererButton.Parent = MainFrame1
  12220. KillMurdererButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12221. KillMurdererButton.BorderSizePixel = 0
  12222. KillMurdererButton.Position = UDim2.new(0.550000012, 0, 0.349999994, 0)
  12223. KillMurdererButton.Size = UDim2.new(0.180000007, 0, 0.100000001, 0)
  12224. KillMurdererButton.Font = Enum.Font.SourceSansBold
  12225. KillMurdererButton.FontSize = Enum.FontSize.Size24
  12226. KillMurdererButton.Text = "Kill Murderer"
  12227. KillMurdererButton.TextColor3 = Color3.new(1, 0, 0)
  12228. KillMurdererButton.TextScaled = true
  12229. KillMurdererButton.TextSize = 24
  12230. KillMurdererButton.TextWrapped = true
  12231.  
  12232. SelectAllButton.Name = "SelectAllButton"
  12233. SelectAllButton.Parent = MainFrame1
  12234. SelectAllButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12235. SelectAllButton.BorderSizePixel = 0
  12236. SelectAllButton.Position = UDim2.new(0.0500000007, 0, 0.850000024, 0)
  12237. SelectAllButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  12238. SelectAllButton.Font = Enum.Font.SourceSansBold
  12239. SelectAllButton.FontSize = Enum.FontSize.Size24
  12240. SelectAllButton.Text = "Select all"
  12241. SelectAllButton.TextColor3 = Color3.new(1, 1, 1)
  12242. SelectAllButton.TextScaled = true
  12243. SelectAllButton.TextSize = 24
  12244. SelectAllButton.TextWrapped = true
  12245.  
  12246. UnCloakButton.Name = "UnCloakButton"
  12247. UnCloakButton.Parent = MainFrame1
  12248. UnCloakButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12249. UnCloakButton.BorderSizePixel = 0
  12250. UnCloakButton.Position = UDim2.new(0.769999981, 0, 0.850000024, 0)
  12251. UnCloakButton.Size = UDim2.new(0.180000007, 0, 0.100000001, 0)
  12252. UnCloakButton.Font = Enum.Font.SourceSansBold
  12253. UnCloakButton.FontSize = Enum.FontSize.Size24
  12254. UnCloakButton.Text = "UnCloak"
  12255. UnCloakButton.TextColor3 = Color3.new(1, 1, 1)
  12256. UnCloakButton.TextScaled = true
  12257. UnCloakButton.TextSize = 24
  12258. UnCloakButton.TextWrapped = true
  12259.  
  12260. MusicIdTextBox.Name = "MusicIdTextBox"
  12261. MusicIdTextBox.Parent = MainFrame1
  12262. MusicIdTextBox.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  12263. MusicIdTextBox.BorderSizePixel = 0
  12264. MusicIdTextBox.Position = UDim2.new(0.550000012, 0, 0.550000012, 0)
  12265. MusicIdTextBox.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  12266. MusicIdTextBox.Font = Enum.Font.SourceSansItalic
  12267. MusicIdTextBox.FontSize = Enum.FontSize.Size14
  12268. MusicIdTextBox.PlaceholderText = "Music ID"
  12269. MusicIdTextBox.Text = ""
  12270. MusicIdTextBox.TextColor3 = Color3.new(1, 1, 1)
  12271. MusicIdTextBox.TextScaled = true
  12272. MusicIdTextBox.TextSize = 14
  12273. MusicIdTextBox.TextWrapped = true
  12274.  
  12275. KillSheriffButton.Name = "KillSheriffButton"
  12276. KillSheriffButton.Parent = MainFrame1
  12277. KillSheriffButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12278. KillSheriffButton.BorderSizePixel = 0
  12279. KillSheriffButton.Position = UDim2.new(0.769999981, 0, 0.349999994, 0)
  12280. KillSheriffButton.Size = UDim2.new(0.180000007, 0, 0.100000001, 0)
  12281. KillSheriffButton.Font = Enum.Font.SourceSansBold
  12282. KillSheriffButton.FontSize = Enum.FontSize.Size24
  12283. KillSheriffButton.Text = "Kill Sheriff"
  12284. KillSheriffButton.TextColor3 = Color3.new(1, 0.615686, 0)
  12285. KillSheriffButton.TextScaled = true
  12286. KillSheriffButton.TextSize = 24
  12287. KillSheriffButton.TextWrapped = true
  12288.  
  12289. SelectOthersButton.Name = "SelectOthersButton"
  12290. SelectOthersButton.Parent = MainFrame1
  12291. SelectOthersButton.BackgroundColor3 = Color3.new(0.28, 0.28, 0.28)
  12292. SelectOthersButton.BorderSizePixel = 0
  12293. SelectOthersButton.Position = UDim2.new(0.270000011, 0, 0.850000024, 0)
  12294. SelectOthersButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  12295. SelectOthersButton.Font = Enum.Font.SourceSansBold
  12296. SelectOthersButton.FontSize = Enum.FontSize.Size24
  12297. SelectOthersButton.Text = "Select others"
  12298. SelectOthersButton.TextColor3 = Color3.new(1, 1, 1)
  12299. SelectOthersButton.TextScaled = true
  12300. SelectOthersButton.TextSize = 24
  12301. SelectOthersButton.TextWrapped = true
  12302.  
  12303.  
  12304. if game.Players.LocalPlayer.PlayerGui:findFirstChild("AntiSpeedHack") then
  12305. game.Players.LocalPlayer.PlayerGui.AntiSpeedHack:remove()
  12306. end
  12307.  
  12308. if game.Players.LocalPlayer.PlayerGui:findFirstChild("UI") then
  12309. game.Players.LocalPlayer.PlayerGui.UI:remove()
  12310. end
  12311. if game.Players.LocalPlayer.PlayerGui:findFirstChild("NO FF") then
  12312. game.Players.LocalPlayer.PlayerGui["NO FF"]:remove()
  12313. end
  12314.  
  12315. game.Players.LocalPlayer.PlayerGui.ChildAdded:Connect(function(child)
  12316. if child.Name == "AntiSpeedHack" then
  12317. game.Players.LocalPlayer.PlayerGui.AntiSpeedHack:remove()
  12318. end
  12319. if child.Name == "UI" then
  12320. game.Players.LocalPlayer.PlayerGui.UI:remove()
  12321. end
  12322. if child.Name == "NO FF" then
  12323. game.Players.LocalPlayer.PlayerGui["NO FF"]:remove()
  12324. end
  12325. end)
  12326.  
  12327. if workspace.Lobby:findFirstChild("MVPDoor") then
  12328. local a = workspace.Lobby.MVPDoor:Clone()
  12329. workspace.Lobby.MVPDoor:remove()
  12330. if a:findFirstChild("Script") then
  12331. a.Script:remove()
  12332. end
  12333. a.Parent = workspace.Lobby
  12334. end
  12335.  
  12336.  
  12337. WhoToAffect = Instance.new("StringValue")
  12338. WhoToAffect.Value = game.Players.LocalPlayer.Name
  12339.  
  12340. function update()
  12341. PlayersFrame:ClearAllChildren()
  12342. local currentPos = UDim2.new(0,0,0,0)
  12343. for _,v in pairs(game.Players:GetPlayers()) do
  12344. local plrbutton = Instance.new("TextButton")
  12345. plrbutton.Name = "PlayerButton"
  12346. plrbutton.Parent = PlayersFrame
  12347. plrbutton.BackgroundColor3 = Color3.fromRGB(0,0,0)
  12348. plrbutton.BorderSizePixel = 0
  12349. plrbutton.Size = UDim2.new(1,0,0.0005,0)
  12350. plrbutton.Position = currentPos
  12351. plrbutton.Font = Enum.Font.ArialBold
  12352. plrbutton.FontSize = Enum.FontSize.Size18
  12353. plrbutton.Text = v.Name
  12354. plrbutton.TextSize = 18
  12355. plrbutton.ZIndex = 3
  12356. plrbutton.TextColor3 = Color3.fromRGB(255,255,255)
  12357. currentPos = currentPos + UDim2.new(0,0,0.0005,0)
  12358. plrbutton.MouseButton1Down:connect(function()
  12359. WhoToAffect.Value = plrbutton.Text
  12360. SelectedPlayerLabel.Text = "Selected Player: " .. plrbutton.Text
  12361. end)
  12362. end
  12363. end
  12364. update()
  12365. game.Players.PlayerAdded:connect(function()
  12366. update()
  12367. end)
  12368. game.Players.PlayerRemoving:connect(function()
  12369. update()
  12370. end)
  12371.  
  12372.  
  12373. function InfKev(player)
  12374. if game.Players[player].Character.Humanoid.Health <= 201 then
  12375. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Players[player].Character.Humanoid)
  12376. end
  12377. wait(1)
  12378. game.Players[player].Character.Humanoid.HealthChanged:Connect(function()
  12379. if game.Players[player].Character.Humanoid.Health <= 201 then
  12380. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Players[player].Character.Humanoid)
  12381. end
  12382. end)
  12383. end
  12384.  
  12385. function Kill(player)
  12386. game.ReplicatedStorage.Event:FireServer("TPD", math.huge, game.Players[player].Character.Humanoid)
  12387. end
  12388.  
  12389. function StopMusic(player)
  12390. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players[player])
  12391. end
  12392.  
  12393. function PlayMusic(player, id)
  12394. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players[player], id)
  12395. end
  12396.  
  12397. function RedeemCode(code)
  12398. game.ReplicatedStorage.RemoteFunction:InvokeServer("Code", code)
  12399. end
  12400.  
  12401. function Cloak(player)
  12402. game.ReplicatedStorage.Event:FireServer("Cloak", game.Players[player].Character)
  12403. local bodypart = game.Players[player].Character:getChildren()
  12404. for i=1,#bodypart do
  12405. if bodypart[i].ClassName == "Part" then
  12406. bodypart[i].Transparency = 0.75
  12407. end
  12408. end
  12409. end
  12410.  
  12411. function UnCloak(player)
  12412. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Players[player].Character)
  12413. local bodypart = game.Players[player].Character:getChildren()
  12414. for i=1,#bodypart do
  12415. if bodypart[i].ClassName == "Part" then
  12416. bodypart[i].Transparency = 0
  12417. game.Players[player].Character.HumanoidRootPart.Transparency = 1
  12418. end
  12419. end
  12420. end
  12421.  
  12422.  
  12423.  
  12424.  
  12425. SelectAllButton.MouseButton1Down:connect(function()
  12426. WhoToAffect.Value = "All"
  12427. SelectedPlayerLabel.Text = "Selected Players: All"
  12428. end)
  12429.  
  12430. SelectOthersButton.MouseButton1Down:connect(function()
  12431. WhoToAffect.Value = "Others"
  12432. SelectedPlayerLabel.Text = "Selected Players: Others"
  12433. end)
  12434.  
  12435. InfKevButton.MouseButton1Down:connect(function()
  12436. if WhoToAffect.Value == "All" then
  12437. local player = workspace.Ignore.Players:getChildren()
  12438. for i=1,#player do
  12439. if game.Players:findFirstChild(player[i].Name) then
  12440. if player[i]:findFirstChild("HumanoidRootPart") then
  12441. InfKev(player[i].Name)
  12442. end
  12443. end
  12444. end
  12445. else
  12446. if WhoToAffect.Value == "Others" then
  12447. local player = workspace.Ignore.Players:getChildren()
  12448. for i=1,#player do
  12449. if game.Players:findFirstChild(player[i].Name) then
  12450. if player[i].Name ~= game.Players.LocalPlayer.Name then
  12451. if player[i]:findFirstChild("HumanoidRootPart") then
  12452. InfKev(player[i].Name)
  12453. end
  12454. end
  12455. end
  12456. end
  12457. else
  12458. InfKev(WhoToAffect.Value)
  12459. end
  12460. end
  12461. end)
  12462.  
  12463. KillButton.MouseButton1Down:connect(function()
  12464. if WhoToAffect.Value == "All" then
  12465. local player = workspace.Ignore.Players:getChildren()
  12466. for i=1,#player do
  12467. if game.Players:findFirstChild(player[i].Name) then
  12468. if player[i]:findFirstChild("HumanoidRootPart") then
  12469. Kill(player[i].Name)
  12470. end
  12471. end
  12472. end
  12473. else
  12474. if WhoToAffect.Value == "Others" then
  12475. local player = workspace.Ignore.Players:getChildren()
  12476. for i=1,#player do
  12477. if game.Players:findFirstChild(player[i].Name) then
  12478. if player[i].Name ~= game.Players.LocalPlayer.Name then
  12479. if player[i]:findFirstChild("HumanoidRootPart") then
  12480. Kill(player[i].Name)
  12481. end
  12482. end
  12483. end
  12484. end
  12485. else
  12486. Kill(WhoToAffect.Value)
  12487. end
  12488. end
  12489. end)
  12490.  
  12491.  
  12492. PlayMusicButton.MouseButton1Down:connect(function()
  12493. if WhoToAffect.Value == "All" then
  12494. local player = workspace.Ignore.Players:getChildren()
  12495. for i=1,#player do
  12496. if game.Players:findFirstChild(player[i].Name) then
  12497. if player[i]:findFirstChild("HumanoidRootPart") then
  12498. PlayMusic(player[i].Name, MusicIdTextBox.Text)
  12499. end
  12500. end
  12501. end
  12502. else
  12503. if WhoToAffect.Value == "Others" then
  12504. local player = workspace.Ignore.Players:getChildren()
  12505. for i=1,#player do
  12506. if game.Players:findFirstChild(player[i].Name) then
  12507. if player[i].Name ~= game.Players.LocalPlayer.Name then
  12508. if player[i]:findFirstChild("HumanoidRootPart") then
  12509. PlayMusic(player[i].Name)
  12510. end
  12511. end
  12512. end
  12513. end
  12514. else
  12515. PlayMusic(WhoToAffect.Value, MusicIdTextBox.Text)
  12516. end
  12517. end
  12518. end)
  12519.  
  12520.  
  12521.  
  12522. StopMusicButton.MouseButton1Down:connect(function()
  12523. if WhoToAffect.Value == "All" then
  12524. local player = workspace.Ignore.Players:getChildren()
  12525. for i=1,#player do
  12526. if game.Players:findFirstChild(player[i].Name) then
  12527. if player[i]:findFirstChild("HumanoidRootPart") then
  12528. StopMusic(player[i].Name)
  12529. end
  12530. end
  12531. end
  12532. else
  12533. if WhoToAffect.Value == "Others" then
  12534. local player = workspace.Ignore.Players:getChildren()
  12535. for i=1,#player do
  12536. if game.Players:findFirstChild(player[i].Name) then
  12537. if player[i].Name ~= game.Players.LocalPlayer.Name then
  12538. if player[i]:findFirstChild("HumanoidRootPart") then
  12539. StopMusic(player[i].Name)
  12540. end
  12541. end
  12542. end
  12543. end
  12544. else
  12545. StopMusic(WhoToAffect.Value)
  12546. end
  12547. end
  12548. end)
  12549.  
  12550. CloakButton.MouseButton1Down:connect(function()
  12551. if WhoToAffect.Value == "All" then
  12552. local player = workspace.Ignore.Players:getChildren()
  12553. for i=1,#player do
  12554. if game.Players:findFirstChild(player[i].Name) then
  12555. if player[i]:findFirstChild("HumanoidRootPart") then
  12556. Cloak(player[i].Name)
  12557. end
  12558. end
  12559. end
  12560. else
  12561. if WhoToAffect.Value == "Others" then
  12562. local player = workspace.Ignore.Players:getChildren()
  12563. for i=1,#player do
  12564. if game.Players:findFirstChild(player[i].Name) then
  12565. if player[i].Name ~= game.Players.LocalPlayer.Name then
  12566. if player[i]:findFirstChild("HumanoidRootPart") then
  12567. Cloak(player[i].Name)
  12568. end
  12569. end
  12570. end
  12571. end
  12572. else
  12573. Cloak(WhoToAffect.Value)
  12574. end
  12575. end
  12576. end)
  12577.  
  12578.  
  12579. UnCloakButton.MouseButton1Down:connect(function()
  12580. if WhoToAffect.Value == "All" then
  12581. local player = workspace.Ignore.Players:getChildren()
  12582. for i=1,#player do
  12583. if player[i]:findFirstChild("HumanoidRootPart") then
  12584. UnCloak(player[i].Name)
  12585. end
  12586. end
  12587. else
  12588. if WhoToAffect.Value == "Others" then
  12589. local player = workspace.Ignore.Players:getChildren()
  12590. for i=1,#player do
  12591. if game.Players:findFirstChild(player[i].Name) then
  12592. if player[i].Name ~= game.Players.LocalPlayer.Name then
  12593. if player[i]:findFirstChild("HumanoidRootPart") then
  12594. UnCloak(player[i].Name)
  12595. end
  12596. end
  12597. end
  12598. end
  12599. else
  12600. UnCloak(WhoToAffect.Value)
  12601. end
  12602. end
  12603. end)
  12604.  
  12605. KillMurdererButton.MouseButton1Down:connect(function()
  12606. local player = workspace.Ignore.Players:GetChildren()
  12607. for i=1,#player do
  12608. if game.Players:findFirstChild(player[i].Name) then
  12609. if game.Players[player[i].Name]:findFirstChild("Backpack") then
  12610. if player[i]:findFirstChild("Knife") or game.Players[player[i].Name].Backpack:findFirstChild("Knife") then
  12611. Kill(player[i].Name)
  12612. end
  12613. end
  12614. end
  12615. end
  12616. end)
  12617.  
  12618. KillSheriffButton.MouseButton1Down:connect(function()
  12619. local player = workspace.Ignore.Players:GetChildren()
  12620. for i=1,#player do
  12621. if game.Players:findFirstChild(player[i].Name) then
  12622. if game.Players[player[i].Name]:findFirstChild("Backpack") then
  12623. if player[i]:findFirstChild("Gun") or game.Players[player[i].Name].Backpack:findFirstChild("Gun") then
  12624. Kill(player[i].Name)
  12625. end
  12626. end
  12627. end
  12628. end
  12629. end)
  12630. end)
  12631.  
  12632. main.Name = "main"
  12633. main.Parent = ScreenGui
  12634. main.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12635. main.BorderColor3 = Color3.new(0.137255, 0.494118, 0.701961)
  12636. main.BorderSizePixel = 20
  12637. main.Position = UDim2.new(0.0370370373, 0, 0.497020274, 0)
  12638. main.Size = UDim2.new(0, 333, 0, 398)
  12639. main.Active = true
  12640. main.Draggable = true
  12641.  
  12642. Next1.Name = "Next1"
  12643. Next1.Parent = main
  12644. Next1.BackgroundColor3 = Color3.new(1, 1, 1)
  12645. Next1.BackgroundTransparency = 1
  12646. Next1.BorderSizePixel = 0
  12647. Next1.Position = UDim2.new(0.705705702, 0, 0.917085409, 0)
  12648. Next1.Size = UDim2.new(0, 60, 0, 33)
  12649. Next1.Font = Enum.Font.GothamBlack
  12650. Next1.FontSize = Enum.FontSize.Size14
  12651. Next1.Text = ">"
  12652. Next1.TextColor3 = Color3.new(0, 0, 0)
  12653. Next1.TextSize = 14
  12654. Next1.MouseButton1Down:connect(function()
  12655. Page2.Visible = true
  12656. main.Visible = false
  12657. Page2.Active = true
  12658. Page2.Draggable = true
  12659. end)
  12660.  
  12661.  
  12662. da_2.Name = "da"
  12663. da_2.Parent = main
  12664. da_2.BackgroundColor3 = Color3.new(1, 1, 1)
  12665. da_2.BackgroundTransparency = 1
  12666. da_2.Size = UDim2.new(0, 333, 0, 50)
  12667. da_2.Font = Enum.Font.Highway
  12668. da_2.FontSize = Enum.FontSize.Size28
  12669. da_2.Text = "Haxzin Gui By Hackmaster12"
  12670. da_2.TextColor3 = Color3.new(0, 0, 0)
  12671. da_2.TextSize = 25
  12672.  
  12673. Cafetool.Name = "Cafetool"
  12674. Cafetool.Parent = main
  12675. Cafetool.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12676. Cafetool.BorderSizePixel = 2
  12677. Cafetool.Position = UDim2.new(0.105105184, 0, 0.376884431, 0)
  12678. Cafetool.Size = UDim2.new(0, 81, 0, 44)
  12679. Cafetool.Font = Enum.Font.GothamBlack
  12680. Cafetool.FontSize = Enum.FontSize.Size14
  12681. Cafetool.Text = "Fe Btools"
  12682. Cafetool.TextColor3 = Color3.new(0, 0, 0)
  12683. Cafetool.TextSize = 14
  12684. Cafetool.MouseButton1Down:connect(function()
  12685. --fe cafe hammertool script cuz im gay--
  12686. maind = nil
  12687. if workspace:FindFirstChild'GiveSystem' then
  12688. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  12689. maind = workspace.GiveSystem.GiveItem
  12690. end
  12691. end
  12692. if workspace:FindFirstChild'HandToCentre' then
  12693. if workspace.HandToCentre:FindFirstChild'SendItem' then
  12694. maind = workspace.HandToCentre.SendItem
  12695. end
  12696. end
  12697. if maind == nil then
  12698. print''
  12699. return
  12700. end
  12701. tool = Instance.new'Tool'
  12702. me = game:GetService'Players'.LocalPlayer
  12703. tool.RequiresHandle = false
  12704. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  12705. tool.Name = 'ya like jazz?'
  12706. tool.Parent = me.Backpack
  12707. buttonf = nil
  12708. tool.Equipped:connect(function()
  12709. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  12710. m.Icon = 'rbxasset://textures/HammerCursor.png'
  12711. buttonf = m.Button1Down:connect(function()
  12712. if m.Target == nil then return end
  12713. local ob = m.Target
  12714. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  12715. if ob:IsDescendantOf(me.Character) then return end
  12716. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  12717. local ex = Instance.new'Explosion'
  12718. ex.BlastRadius = 0
  12719. ex.Position = ob.Position
  12720. ex.Parent = workspace
  12721. maind:FireServer(workspace, ob)
  12722. wait(0.3)
  12723. m.Icon = 'rbxasset://textures/HammerCursor.png'
  12724. end
  12725. end)
  12726. end)
  12727. tool.Unequipped:connect(function()
  12728. if buttonf ~= nil then
  12729. buttonf:Disconnect()
  12730. buttonf = nil
  12731. end
  12732. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  12733. m.Icon = ''
  12734. end)
  12735. end)
  12736.  
  12737.  
  12738. FescriptsLabel.Name = "FescriptsLabel"
  12739. FescriptsLabel.Parent = main
  12740. FescriptsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  12741. FescriptsLabel.BackgroundTransparency = 1
  12742. FescriptsLabel.Position = UDim2.new(0, 0, 0.251256287, 0)
  12743. FescriptsLabel.Size = UDim2.new(0, 333, 0, 50)
  12744. FescriptsLabel.Font = Enum.Font.Highway
  12745. FescriptsLabel.FontSize = Enum.FontSize.Size28
  12746. FescriptsLabel.Text = "Fe Scripts"
  12747. FescriptsLabel.TextColor3 = Color3.new(0, 0, 0)
  12748. FescriptsLabel.TextSize = 25
  12749.  
  12750. Redwoodeltool.Name = "Redwoodeltool"
  12751. Redwoodeltool.Parent = main
  12752. Redwoodeltool.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12753. Redwoodeltool.BorderSizePixel = 2
  12754. Redwoodeltool.Position = UDim2.new(0.37537545, 0, 0.376884431, 0)
  12755. Redwoodeltool.Size = UDim2.new(0, 81, 0, 44)
  12756. Redwoodeltool.Font = Enum.Font.GothamBlack
  12757. Redwoodeltool.Text = "Redwood Prison Delete Tool"
  12758. Redwoodeltool.TextColor3 = Color3.new(0, 0, 0)
  12759. Redwoodeltool.TextScaled = true
  12760. Redwoodeltool.TextWrapped = true
  12761. Redwoodeltool.MouseButton1Down:connect(function()
  12762. ---Credits Hackmaster12
  12763. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  12764. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  12765. SelectionBox.Name = "oof"
  12766. SelectionBox.LineThickness = 0.05
  12767. SelectionBox.Adornee = nil
  12768. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  12769. SelectionBox.Visible = false
  12770. btool.Name = "Delete Tool"
  12771. btool.RequiresHandle = false
  12772. local IsEquipped = false
  12773. local Mouse = game.Players.LocalPlayer:GetMouse()
  12774.  
  12775. btool.Equipped:connect(function()
  12776. IsEquipped = true
  12777. SelectionBox.Visible = true
  12778. SelectionBox.Adornee = nil
  12779. end)
  12780.  
  12781. btool.Unequipped:connect(function()
  12782. IsEquipped = false
  12783. SelectionBox.Visible = false
  12784. SelectionBox.Adornee = nil
  12785. end)
  12786.  
  12787.  
  12788. btool.Activated:connect(function()
  12789. if IsEquipped then
  12790. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  12791. end
  12792. end)
  12793.  
  12794. while true do
  12795. SelectionBox.Adornee = Mouse.Target or nil
  12796. wait(0.1)
  12797. end
  12798.  
  12799. end)
  12800.  
  12801. FeLag.Name = "Fe Lag"
  12802. FeLag.Parent = main
  12803. FeLag.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12804. FeLag.BorderSizePixel = 2
  12805. FeLag.Position = UDim2.new(0.639639735, 0, 0.376884431, 0)
  12806. FeLag.Size = UDim2.new(0, 81, 0, 44)
  12807. FeLag.Font = Enum.Font.GothamBlack
  12808. FeLag.FontSize = Enum.FontSize.Size14
  12809. FeLag.Text = "Fe Lag"
  12810. FeLag.TextColor3 = Color3.new(0, 0, 0)
  12811. FeLag.TextSize = 14
  12812. FeLag.MouseButton1Down:connect(function()
  12813.  
  12814.  
  12815. local lag_strength = 100
  12816.  
  12817.  
  12818. local LocalPlayer = game:GetService("Players").LocalPlayer
  12819. while game:GetService("RunService").RenderStepped:Wait() do
  12820. for i = 1, lag_strength do
  12821. local anim = Instance.new("Animation")
  12822. anim.AnimationId = "dfgdfgrdfg"..math.random()
  12823. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  12824. anim:Destroy()
  12825. end
  12826. end
  12827. end)
  12828.  
  12829. Naked.Name = "Naked"
  12830. Naked.Parent = main
  12831. Naked.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12832. Naked.BorderSizePixel = 2
  12833. Naked.Position = UDim2.new(0.639639735, 0, 0.505025148, 0)
  12834. Naked.Size = UDim2.new(0, 81, 0, 44)
  12835. Naked.Font = Enum.Font.GothamBlack
  12836. Naked.FontSize = Enum.FontSize.Size14
  12837. Naked.Text = "Naked"
  12838. Naked.TextColor3 = Color3.new(0, 0, 0)
  12839. Naked.TextSize = 14
  12840. Naked.MouseButton1Down:connect(function()
  12841. local pchar = game:GetService("Players").LocalPlayer.Character
  12842. if pchar:FindFirstChild("Shirt") then
  12843. pchar.Shirt:Remove()
  12844. end
  12845. if pchar:FindFirstChild("Pants") then
  12846. pchar.Pants:Remove()
  12847. end
  12848. if pchar:FindFirstChild("Shirt Graphic") then
  12849. pchar["Shirt Graphic"].Graphic = ""
  12850. end
  12851. end)
  12852.  
  12853. Drophat.Name = "Drophat"
  12854. Drophat.Parent = main
  12855. Drophat.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12856. Drophat.BorderSizePixel = 2
  12857. Drophat.Position = UDim2.new(0.37537545, 0, 0.505025148, 0)
  12858. Drophat.Size = UDim2.new(0, 81, 0, 44)
  12859. Drophat.Font = Enum.Font.GothamBlack
  12860. Drophat.FontSize = Enum.FontSize.Size14
  12861. Drophat.Text = "Drop Hat"
  12862. Drophat.TextColor3 = Color3.new(0, 0, 0)
  12863. Drophat.TextSize = 14
  12864. Drophat.MouseButton1Down:connect(function()
  12865. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  12866. if (v:IsA("Accessory")) then
  12867. v.Parent = workspace
  12868. end
  12869. end
  12870. end)
  12871.  
  12872. ToolDupe.Name = "ToolDupe"
  12873. ToolDupe.Parent = main
  12874. ToolDupe.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12875. ToolDupe.BorderSizePixel = 2
  12876. ToolDupe.Position = UDim2.new(0.105105184, 0, 0.505025148, 0)
  12877. ToolDupe.Size = UDim2.new(0, 81, 0, 44)
  12878. ToolDupe.Font = Enum.Font.GothamBlack
  12879. ToolDupe.FontSize = Enum.FontSize.Size14
  12880. ToolDupe.Text = "Dupe Tools"
  12881. ToolDupe.TextColor3 = Color3.new(0, 0, 0)
  12882. ToolDupe.TextSize = 14
  12883. ToolDupe.MouseButton1Down:connect(function()
  12884. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  12885. game.Players.LocalPlayer.CharacterAdded:connect(function()
  12886. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  12887. if (v:IsA("Tool")) then
  12888. v.Parent = game.Players.LocalPlayer.Backpack
  12889. end
  12890. end
  12891. wait()
  12892. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  12893. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  12894. if (v:IsA("Tool")) then
  12895. v.Parent = game.Players.LocalPlayer
  12896. end
  12897. end
  12898. end)
  12899. end)
  12900. end)
  12901.  
  12902. FriendAll.Name = "Friend All"
  12903. FriendAll.Parent = main
  12904. FriendAll.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12905. FriendAll.BorderSizePixel = 2
  12906. FriendAll.Position = UDim2.new(0.642642736, 0, 0.630653262, 0)
  12907. FriendAll.Size = UDim2.new(0, 81, 0, 44)
  12908. FriendAll.Font = Enum.Font.GothamBlack
  12909. FriendAll.FontSize = Enum.FontSize.Size14
  12910. FriendAll.Text = "Friend Request All"
  12911. FriendAll.TextColor3 = Color3.new(0, 0, 0)
  12912. FriendAll.TextScaled = true
  12913. FriendAll.TextSize = 14
  12914. FriendAll.TextWrapped = true
  12915. FriendAll.MouseButton1Down:connect(function()
  12916. --WARNING IF YOUR FRIENDS IN GAME THEY WILL UNFRIEND YOU
  12917. game:GetObjects("rbxassetid://558658046")[1].Parent=game.Players.LocalPlayer.PlayerGui
  12918. end)
  12919.  
  12920. HatSpin.Name = "Hat Spin"
  12921. HatSpin.Parent = main
  12922. HatSpin.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12923. HatSpin.BorderSizePixel = 2
  12924. HatSpin.Position = UDim2.new(0.108108185, 0, 0.630653262, 0)
  12925. HatSpin.Size = UDim2.new(0, 81, 0, 44)
  12926. HatSpin.Font = Enum.Font.GothamBlack
  12927. HatSpin.FontSize = Enum.FontSize.Size14
  12928. HatSpin.Text = "Hat Spin"
  12929. HatSpin.TextColor3 = Color3.new(0, 0, 0)
  12930. HatSpin.TextSize = 14
  12931. HatSpin.MouseButton1Down:connect(function()
  12932. local obese = game:GetService('Players')
  12933. for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
  12934. if v.ClassName == "Accessory" then
  12935. local stg = v.Handle:FindFirstChildOfClass("BodyForce")
  12936. if stg == nil then
  12937. local a = Instance.new("BodyPosition")
  12938. local b = Instance.new("BodyAngularVelocity")
  12939. a.Parent = v.Handle
  12940. b.Parent = v.Handle
  12941. v.Handle.AccessoryWeld:Destroy()
  12942. b.AngularVelocity = Vector3.new(0,100,0)
  12943. b.MaxTorque = Vector3.new(0,200,0)
  12944. a.P = 30000
  12945. a.D = 50
  12946. game:GetService('RunService').Stepped:connect(function()
  12947. a.Position = obese.LocalPlayer.Character.Head.Position
  12948. end)
  12949. end
  12950. end
  12951. end
  12952. end)
  12953.  
  12954. Reach.Name = "Reach"
  12955. Reach.Parent = main
  12956. Reach.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12957. Reach.BorderSizePixel = 2
  12958. Reach.Position = UDim2.new(0.639639735, 0, 0.756281376, 0)
  12959. Reach.Size = UDim2.new(0, 81, 0, 44)
  12960. Reach.Font = Enum.Font.GothamBlack
  12961. Reach.FontSize = Enum.FontSize.Size14
  12962. Reach.Text = "Long Reach Any Item"
  12963. Reach.TextColor3 = Color3.new(0, 0, 0)
  12964. Reach.TextScaled = true
  12965. Reach.TextSize = 14
  12966. Reach.TextWrapped = true
  12967. Reach.MouseButton1Down:connect(function()
  12968. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  12969. if v:isA("Tool") then
  12970. local a = Instance.new("SelectionBox",v.Handle)
  12971. a.Adornee = v.Handle
  12972. v.Handle.Size = Vector3.new(0.11,0.0,300)
  12973. v.GripPos = Vector3.new(0,0,0)
  12974. lplayer.Character.Humanoid:UnequipTools()
  12975. end
  12976. end
  12977. end)
  12978.  
  12979. Dab.Name = "Dab"
  12980. Dab.Parent = main
  12981. Dab.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  12982. Dab.BorderSizePixel = 2
  12983. Dab.Position = UDim2.new(0.37537545, 0, 0.756281376, 0)
  12984. Dab.Size = UDim2.new(0, 81, 0, 44)
  12985. Dab.Font = Enum.Font.GothamBlack
  12986. Dab.FontSize = Enum.FontSize.Size14
  12987. Dab.Text = "Dab"
  12988. Dab.TextColor3 = Color3.new(0, 0, 0)
  12989. Dab.TextSize = 14
  12990. Dab.MouseButton1Down:connect(function()
  12991. AnimationId = "248263260"
  12992. local Anim = Instance.new("Animation")
  12993. Anim.AnimationId = "rbxassetid://"..AnimationId
  12994. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  12995. k:Play()
  12996. k:AdjustSpeed(1)
  12997. end)
  12998.  
  12999. BlockHat.Name = "BlockHat"
  13000. BlockHat.Parent = main
  13001. BlockHat.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  13002. BlockHat.BorderSizePixel = 2
  13003. BlockHat.Position = UDim2.new(0.105105184, 0, 0.756281376, 0)
  13004. BlockHat.Size = UDim2.new(0, 81, 0, 44)
  13005. BlockHat.Font = Enum.Font.GothamBlack
  13006. BlockHat.FontSize = Enum.FontSize.Size14
  13007. BlockHat.Text = "Block Hats"
  13008. BlockHat.TextColor3 = Color3.new(0, 0, 0)
  13009. BlockHat.TextSize = 14
  13010. BlockHat.MouseButton1Down:connect(function()
  13011. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  13012. if (v:IsA("Accessory")) then
  13013. v.Handle.Mesh:remove()
  13014. end
  13015. end
  13016. end)
  13017.  
  13018. Close_2.Name = "Close"
  13019. Close_2.Parent = main
  13020. Close_2.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  13021. Close_2.BackgroundTransparency = 1
  13022. Close_2.BorderSizePixel = 0
  13023. Close_2.Position = UDim2.new(0.960960984, 0, -0.130653277, 0)
  13024. Close_2.Size = UDim2.new(0, 32, 0, 32)
  13025. Close_2.Font = Enum.Font.GothamBlack
  13026. Close_2.FontSize = Enum.FontSize.Size14
  13027. Close_2.Text = "X"
  13028. Close_2.TextColor3 = Color3.new(0, 0, 0)
  13029. Close_2.TextSize = 14
  13030. Close_2.MouseButton1Down:connect(function()
  13031. main.Visible = false
  13032. Page2.Visible = false
  13033. end)
  13034.  
  13035. SuperLag.Name = "Super Lag"
  13036. SuperLag.Parent = main
  13037. SuperLag.BackgroundColor3 = Color3.new(0.2, 0.694118, 1)
  13038. SuperLag.BorderSizePixel = 2
  13039. SuperLag.Position = UDim2.new(0.378378451, 0, 0.630653262, 0)
  13040. SuperLag.Size = UDim2.new(0, 81, 0, 44)
  13041. SuperLag.Font = Enum.Font.GothamBlack
  13042. SuperLag.FontSize = Enum.FontSize.Size14
  13043. SuperLag.Text = "Fe Super Lag"
  13044. SuperLag.TextColor3 = Color3.new(0, 0, 0)
  13045. SuperLag.TextScaled = true
  13046. SuperLag.TextSize = 14
  13047. SuperLag.TextWrapped = true
  13048. SuperLag.MouseButton1Down:connect(function()
  13049.  
  13050.  
  13051. local lag_strength = 300
  13052.  
  13053.  
  13054. local LocalPlayer = game:GetService("Players").LocalPlayer
  13055. while game:GetService("RunService").RenderStepped:Wait() do
  13056. for i = 1, lag_strength do
  13057. local anim = Instance.new("Animation")
  13058. anim.AnimationId = "dfgdfgrdfg"..math.random()
  13059. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  13060. anim:Destroy()
  13061. end
  13062. end
  13063. end)
Add Comment
Please, Sign In to add comment