Guest User

Animations

a guest
Nov 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.93 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Unizillion = Instance.new("ScreenGui")
  4. local LocalCmds = Instance.new("Frame")
  5. local LocalCmdCreditFrame = Instance.new("Frame")
  6. local LocalCmdsShadowFrame = Instance.new("Frame")
  7. local LocalCmdPage1 = Instance.new("Frame")
  8. local Invisible = Instance.new("TextButton")
  9. local Fly = Instance.new("TextButton")
  10. local Noclip = Instance.new("TextButton")
  11. local Clip = Instance.new("TextButton")
  12. local LocalCommandPagesMainMenu = Instance.new("Frame")
  13. local LocalCmdFrameTitle = Instance.new("TextLabel")
  14. local GotoPage1LocalCmd = Instance.new("TextButton")
  15. local GotoPage2LocalCmd = Instance.new("TextButton")
  16. local GotoMainMenuLocalCmd = Instance.new("TextButton")
  17. local LocalCmdFrameHeading = Instance.new("TextLabel")
  18. local LocalCmdPage2 = Instance.new("Frame")
  19. local BrickHats = Instance.new("TextButton")
  20. local God = Instance.new("TextButton")
  21. local RemoveToolMesh = Instance.new("TextButton")
  22. local Respawn = Instance.new("TextButton")
  23. local Main = Instance.new("Frame")
  24. local MainLabelFrame = Instance.new("Frame")
  25. local MainShadowFrame = Instance.new("Frame")
  26. local MainFrameCredit = Instance.new("TextLabel")
  27. local MainUserLabel = Instance.new("ImageLabel")
  28. local FECheckForMain = Instance.new("TextLabel")
  29. local GotoLocalCommands = Instance.new("TextButton")
  30. local GotoAnimations = Instance.new("TextButton")
  31. local GotoTargetCommands = Instance.new("TextButton")
  32. local GotoInputCommands = Instance.new("TextButton")
  33. local GotoSettings = Instance.new("TextButton")
  34. local MainExit = Instance.new("TextButton")
  35. local Animations = Instance.new("Frame")
  36. local AnimLabelFrame = Instance.new("Frame")
  37. local AnimshadowFrame = Instance.new("Frame")
  38. local AnimPage1 = Instance.new("Frame")
  39. local Levitate = Instance.new("TextButton")
  40. local LoopHead = Instance.new("TextButton")
  41. local HeadThrow = Instance.new("TextButton")
  42. local MovingHead = Instance.new("TextButton")
  43. local AnimationPages = Instance.new("Frame")
  44. local AnimTitle = Instance.new("TextLabel")
  45. local GotoPage1Anim = Instance.new("TextButton")
  46. local GotoPage2Anim = Instance.new("TextButton")
  47. local gotoMainMenuAnim = Instance.new("TextButton")
  48. local AnimTitleThing = Instance.new("TextLabel")
  49. local AnimPage2 = Instance.new("Frame")
  50. local Punches = Instance.new("TextButton")
  51. local Happy = Instance.new("TextButton")
  52. local SwordStrike = Instance.new("TextButton")
  53. local Crawl = Instance.new("TextButton")
  54. local TargetCmds = Instance.new("Frame")
  55. local targetlabel = Instance.new("Frame")
  56. local targetshadow = Instance.new("Frame")
  57. local TargetLabel = Instance.new("TextLabel")
  58. local TargetTargetcmds = Instance.new("TextBox")
  59. local Teleport = Instance.new("TextButton")
  60. local Kill = Instance.new("TextButton")
  61. local Orbit = Instance.new("TextButton")
  62. local View = Instance.new("TextButton")
  63. local GotoMainmenuTarget = Instance.new("TextButton")
  64. local InputCmds = Instance.new("Frame")
  65. local InputLabel = Instance.new("Frame")
  66. local InputShadow = Instance.new("Frame")
  67. local Inputcmdtitle = Instance.new("TextLabel")
  68. local AmountInputCmd = Instance.new("TextBox")
  69. local JumpPower = Instance.new("TextButton")
  70. local WalkSpeed = Instance.new("TextButton")
  71. local HipHeight = Instance.new("TextButton")
  72. local GotoMainMenuInputCmd = Instance.new("TextButton")
  73. local Settings = Instance.new("Frame")
  74. local SettingsTopLabel = Instance.new("Frame")
  75. local SettingsShadow = Instance.new("Frame")
  76. local SettingsTitle = Instance.new("TextLabel")
  77. local SettingsUserImage = Instance.new("ImageLabel")
  78. local ThemesTitle = Instance.new("TextLabel")
  79. local RedWhiteTheme = Instance.new("TextButton")
  80. local BlackGreenTheme = Instance.new("TextButton")
  81. local YellowBlueTheme = Instance.new("TextButton")
  82. local WelcomeTitle = Instance.new("TextLabel")
  83. local GotoMainMenuButton = Instance.new("TextButton")
  84. local Login = Instance.new("Frame")
  85. local TopLoginLabel = Instance.new("Frame")
  86. local LoginShadow = Instance.new("Frame")
  87. local LoginTitle = Instance.new("TextLabel")
  88. local LoginExit = Instance.new("TextButton")
  89. local LoginTitlev2 = Instance.new("TextLabel")
  90. local LoginUsername = Instance.new("TextBox")
  91. local LoginPassword = Instance.new("TextBox")
  92. local LoginSubmit = Instance.new("TextButton")
  93.  
  94. -- Properties
  95.  
  96. Unizillion.Name = "Unizillion"
  97. Unizillion.Parent = game.CoreGui
  98.  
  99. LocalCmds.Name = "LocalCmds"
  100. LocalCmds.Parent = Unizillion
  101. LocalCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  102. LocalCmds.BorderSizePixel = 0
  103. LocalCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  104. LocalCmds.Size = UDim2.new(0, 317, 0, 226)
  105. LocalCmds.Visible = false
  106. LocalCmds.Active = true
  107. LocalCmds.Draggable = true
  108. LocalCmds.Selectable = true
  109.  
  110. LocalCmdCreditFrame.Name = "LocalCmdCreditFrame"
  111. LocalCmdCreditFrame.Parent = LocalCmds
  112. LocalCmdCreditFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  113. LocalCmdCreditFrame.BorderSizePixel = 0
  114. LocalCmdCreditFrame.Position = UDim2.new(0, 0, -0.137168139, 0)
  115. LocalCmdCreditFrame.Size = UDim2.new(0, 317, 0, 32)
  116.  
  117. LocalCmdsShadowFrame.Name = "LocalCmdsShadowFrame"
  118. LocalCmdsShadowFrame.Parent = LocalCmds
  119. LocalCmdsShadowFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  120. LocalCmdsShadowFrame.BorderSizePixel = 0
  121. LocalCmdsShadowFrame.Position = UDim2.new(0, 0, 0.00442477874, 0)
  122. LocalCmdsShadowFrame.Size = UDim2.new(0, 317, 0, 13)
  123.  
  124. LocalCmdPage1.Name = "LocalCmdPage1"
  125. LocalCmdPage1.Parent = LocalCmds
  126. LocalCmdPage1.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  127. LocalCmdPage1.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  128. LocalCmdPage1.Size = UDim2.new(0, 145, 0, 185)
  129.  
  130. Invisible.Name = "Invisible"
  131. Invisible.Parent = LocalCmdPage1
  132. Invisible.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  133. Invisible.BorderSizePixel = 4
  134. Invisible.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  135. Invisible.Size = UDim2.new(0, 117, 0, 29)
  136. Invisible.Font = Enum.Font.Cartoon
  137. Invisible.Text = "Invisible"
  138. Invisible.TextColor3 = Color3.new(0, 0, 0)
  139. Invisible.TextSize = 14
  140.  
  141. Fly.Name = "Fly"
  142. Fly.Parent = LocalCmdPage1
  143. Fly.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  144. Fly.BorderSizePixel = 4
  145. Fly.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  146. Fly.Size = UDim2.new(0, 117, 0, 29)
  147. Fly.Font = Enum.Font.Cartoon
  148. Fly.Text = "Fly (E)"
  149. Fly.TextColor3 = Color3.new(0, 0, 0)
  150. Fly.TextSize = 14
  151.  
  152. Noclip.Name = "Noclip"
  153. Noclip.Parent = LocalCmdPage1
  154. Noclip.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  155. Noclip.BorderSizePixel = 4
  156. Noclip.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  157. Noclip.Size = UDim2.new(0, 117, 0, 29)
  158. Noclip.Font = Enum.Font.Cartoon
  159. Noclip.Text = "Noclip"
  160. Noclip.TextColor3 = Color3.new(0, 0, 0)
  161. Noclip.TextSize = 14
  162.  
  163. Clip.Name = "ClickTP"
  164. Clip.Parent = LocalCmdPage1
  165. Clip.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  166. Clip.BorderSizePixel = 4
  167. Clip.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  168. Clip.Size = UDim2.new(0, 117, 0, 29)
  169. Clip.Font = Enum.Font.Cartoon
  170. Clip.Text = "Click Teleport"
  171. Clip.TextColor3 = Color3.new(0, 0, 0)
  172. Clip.TextSize = 14
  173.  
  174. LocalCommandPagesMainMenu.Name = "LocalCommandPagesMainMenu"
  175. LocalCommandPagesMainMenu.Parent = LocalCmds
  176. LocalCommandPagesMainMenu.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  177. LocalCommandPagesMainMenu.BorderSizePixel = 0
  178. LocalCommandPagesMainMenu.Position = UDim2.new(0.596364379, 0, 0.105022833, 0)
  179. LocalCommandPagesMainMenu.Size = UDim2.new(0, 112, 0, 192)
  180.  
  181. LocalCmdFrameTitle.Name = "LocalCmdFrameTitle"
  182. LocalCmdFrameTitle.Parent = LocalCommandPagesMainMenu
  183. LocalCmdFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  184. LocalCmdFrameTitle.BackgroundTransparency = 1
  185. LocalCmdFrameTitle.BorderSizePixel = 0
  186. LocalCmdFrameTitle.Size = UDim2.new(0, 112, 0, 23)
  187. LocalCmdFrameTitle.Font = Enum.Font.Cartoon
  188. LocalCmdFrameTitle.Text = "Local Commands"
  189. LocalCmdFrameTitle.TextColor3 = Color3.new(1, 1, 1)
  190. LocalCmdFrameTitle.TextSize = 14
  191.  
  192. GotoPage1LocalCmd.Name = "GotoPage1LocalCmd"
  193. GotoPage1LocalCmd.Parent = LocalCommandPagesMainMenu
  194. GotoPage1LocalCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  195. GotoPage1LocalCmd.BorderSizePixel = 2
  196. GotoPage1LocalCmd.Position = UDim2.new(0.0625, 0, 0.182291672, 0)
  197. GotoPage1LocalCmd.Size = UDim2.new(0, 98, 0, 23)
  198. GotoPage1LocalCmd.Font = Enum.Font.Cartoon
  199. GotoPage1LocalCmd.Text = "Page 1"
  200. GotoPage1LocalCmd.TextColor3 = Color3.new(0, 0, 0)
  201. GotoPage1LocalCmd.TextSize = 14
  202.  
  203. GotoPage2LocalCmd.Name = "GotoPage2LocalCmd"
  204. GotoPage2LocalCmd.Parent = LocalCommandPagesMainMenu
  205. GotoPage2LocalCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  206. GotoPage2LocalCmd.BorderSizePixel = 2
  207. GotoPage2LocalCmd.Position = UDim2.new(0.0625, 0, 0.369791687, 0)
  208. GotoPage2LocalCmd.Size = UDim2.new(0, 98, 0, 23)
  209. GotoPage2LocalCmd.Font = Enum.Font.Cartoon
  210. GotoPage2LocalCmd.Text = "Page 2"
  211. GotoPage2LocalCmd.TextColor3 = Color3.new(0, 0, 0)
  212. GotoPage2LocalCmd.TextSize = 14
  213.  
  214. GotoMainMenuLocalCmd.Name = "GotoMainMenuLocalCmd"
  215. GotoMainMenuLocalCmd.Parent = LocalCommandPagesMainMenu
  216. GotoMainMenuLocalCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  217. GotoMainMenuLocalCmd.BorderSizePixel = 2
  218. GotoMainMenuLocalCmd.Position = UDim2.new(0.0625, 0, 0.630208313, 0)
  219. GotoMainMenuLocalCmd.Size = UDim2.new(0, 98, 0, 41)
  220. GotoMainMenuLocalCmd.Font = Enum.Font.Cartoon
  221. GotoMainMenuLocalCmd.Text = "Main Menu"
  222. GotoMainMenuLocalCmd.TextColor3 = Color3.new(0, 0, 0)
  223. GotoMainMenuLocalCmd.TextSize = 14
  224.  
  225. LocalCmdFrameHeading.Name = "LocalCmdFrameHeading"
  226. LocalCmdFrameHeading.Parent = LocalCmds
  227. LocalCmdFrameHeading.BackgroundColor3 = Color3.new(1, 1, 1)
  228. LocalCmdFrameHeading.BackgroundTransparency = 1
  229. LocalCmdFrameHeading.BorderSizePixel = 0
  230. LocalCmdFrameHeading.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  231. LocalCmdFrameHeading.Size = UDim2.new(0, 200, 0, 25)
  232. LocalCmdFrameHeading.Font = Enum.Font.Cartoon
  233. LocalCmdFrameHeading.Text = "Local Commands!"
  234. LocalCmdFrameHeading.TextColor3 = Color3.new(0, 0, 0)
  235. LocalCmdFrameHeading.TextSize = 14
  236. LocalCmdFrameHeading.TextXAlignment = Enum.TextXAlignment.Left
  237.  
  238. LocalCmdPage2.Name = "LocalCmdPage2"
  239. LocalCmdPage2.Parent = LocalCmds
  240. LocalCmdPage2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  241. LocalCmdPage2.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  242. LocalCmdPage2.Size = UDim2.new(0, 145, 0, 185)
  243. LocalCmdPage2.Visible = false
  244.  
  245. BrickHats.Name = "BrickHats"
  246. BrickHats.Parent = LocalCmdPage2
  247. BrickHats.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  248. BrickHats.BorderSizePixel = 4
  249. BrickHats.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  250. BrickHats.Size = UDim2.new(0, 117, 0, 29)
  251. BrickHats.Font = Enum.Font.Cartoon
  252. BrickHats.Text = "Brick Hats"
  253. BrickHats.TextColor3 = Color3.new(0, 0, 0)
  254. BrickHats.TextSize = 14
  255.  
  256. God.Name = "God"
  257. God.Parent = LocalCmdPage2
  258. God.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  259. God.BorderSizePixel = 4
  260. God.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  261. God.Size = UDim2.new(0, 117, 0, 29)
  262. God.Font = Enum.Font.Cartoon
  263. God.Text = "God"
  264. God.TextColor3 = Color3.new(0, 0, 0)
  265. God.TextSize = 14
  266.  
  267. RemoveToolMesh.Name = "RemoveToolMesh"
  268. RemoveToolMesh.Parent = LocalCmdPage2
  269. RemoveToolMesh.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  270. RemoveToolMesh.BorderSizePixel = 4
  271. RemoveToolMesh.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  272. RemoveToolMesh.Size = UDim2.new(0, 117, 0, 29)
  273. RemoveToolMesh.Font = Enum.Font.Cartoon
  274. RemoveToolMesh.Text = "Brick Tool"
  275. RemoveToolMesh.TextColor3 = Color3.new(0, 0, 0)
  276. RemoveToolMesh.TextSize = 14
  277.  
  278. Respawn.Name = "Respawn"
  279. Respawn.Parent = LocalCmdPage2
  280. Respawn.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  281. Respawn.BorderSizePixel = 4
  282. Respawn.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  283. Respawn.Size = UDim2.new(0, 117, 0, 29)
  284. Respawn.Font = Enum.Font.Cartoon
  285. Respawn.Text = "Respawn"
  286. Respawn.TextColor3 = Color3.new(0, 0, 0)
  287. Respawn.TextSize = 14
  288.  
  289. Main.Name = "Main"
  290. Main.Parent = Unizillion
  291. Main.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  292. Main.BorderSizePixel = 0
  293. Main.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  294. Main.Size = UDim2.new(0, 317, 0, 226)
  295. Main.Visible = true
  296. Main.Draggable = true
  297. Main.Active = true
  298. Main.Selectable = true
  299.  
  300. MainLabelFrame.Name = "MainLabelFrame"
  301. MainLabelFrame.Parent = Main
  302. MainLabelFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  303. MainLabelFrame.BorderSizePixel = 0
  304. MainLabelFrame.Position = UDim2.new(0, 0, -0.137168139, 0)
  305. MainLabelFrame.Size = UDim2.new(0, 317, 0, 32)
  306.  
  307. MainShadowFrame.Name = "MainShadowFrame"
  308. MainShadowFrame.Parent = Main
  309. MainShadowFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  310. MainShadowFrame.BorderSizePixel = 0
  311. MainShadowFrame.Position = UDim2.new(0, 0, 0.00442477874, 0)
  312. MainShadowFrame.Size = UDim2.new(0, 317, 0, 13)
  313.  
  314. MainFrameCredit.Name = "MainFrameCredit"
  315. MainFrameCredit.Parent = Main
  316. MainFrameCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  317. MainFrameCredit.BackgroundTransparency = 1
  318. MainFrameCredit.BorderSizePixel = 0
  319. MainFrameCredit.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  320. MainFrameCredit.Size = UDim2.new(0, 200, 0, 25)
  321. MainFrameCredit.Font = Enum.Font.Cartoon
  322. MainFrameCredit.Text = "Unizillion By JackMcJagger15"
  323. MainFrameCredit.TextColor3 = Color3.new(0, 0, 0)
  324. MainFrameCredit.TextSize = 14
  325. MainFrameCredit.TextXAlignment = Enum.TextXAlignment.Left
  326.  
  327. MainUserLabel.Name = "MainUserLabel"
  328. MainUserLabel.Parent = Main
  329. MainUserLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  330. MainUserLabel.Position = UDim2.new(0.616719246, 0, 0.168141589, 0)
  331. MainUserLabel.Size = UDim2.new(0, 84, 0, 80)
  332. MainUserLabel.Image = "rbxassetid://924320031"
  333.  
  334. FECheckForMain.Name = "FECheckForMain"
  335. FECheckForMain.Parent = Main
  336. FECheckForMain.BackgroundColor3 = Color3.new(1, 1, 1)
  337. FECheckForMain.BackgroundTransparency = 1
  338. FECheckForMain.BorderSizePixel = 0
  339. FECheckForMain.Position = UDim2.new(0.0252365936, 0, 0.0707964599, 0)
  340. FECheckForMain.Size = UDim2.new(0, 157, 0, 44)
  341. FECheckForMain.Font = Enum.Font.Cartoon
  342. FECheckForMain.Text = "Filtering Enabled = true"
  343. FECheckForMain.TextColor3 = Color3.new(1, 1, 1)
  344. FECheckForMain.TextSize = 14
  345.  
  346. GotoLocalCommands.Name = "GotoLocalCommands"
  347. GotoLocalCommands.Parent = Main
  348. GotoLocalCommands.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  349. GotoLocalCommands.BorderSizePixel = 4
  350. GotoLocalCommands.Position = UDim2.new(0.10410095, 0, 0.298672557, 0)
  351. GotoLocalCommands.Size = UDim2.new(0, 107, 0, 31)
  352. GotoLocalCommands.Font = Enum.Font.Cartoon
  353. GotoLocalCommands.Text = "Local Commands"
  354. GotoLocalCommands.TextColor3 = Color3.new(0, 0, 0)
  355. GotoLocalCommands.TextSize = 14
  356.  
  357. GotoAnimations.Name = "GotoAnimations"
  358. GotoAnimations.Parent = Main
  359. GotoAnimations.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  360. GotoAnimations.BorderSizePixel = 4
  361. GotoAnimations.Position = UDim2.new(0.10410095, 0, 0.522123933, 0)
  362. GotoAnimations.Size = UDim2.new(0, 107, 0, 31)
  363. GotoAnimations.Font = Enum.Font.Cartoon
  364. GotoAnimations.Text = "Animations"
  365. GotoAnimations.TextColor3 = Color3.new(0, 0, 0)
  366. GotoAnimations.TextSize = 14
  367.  
  368. GotoTargetCommands.Name = "GotoTargetCommands"
  369. GotoTargetCommands.Parent = Main
  370. GotoTargetCommands.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  371. GotoTargetCommands.BorderSizePixel = 4
  372. GotoTargetCommands.Position = UDim2.new(0.10410095, 0, 0.738938093, 0)
  373. GotoTargetCommands.Size = UDim2.new(0, 107, 0, 31)
  374. GotoTargetCommands.Font = Enum.Font.Cartoon
  375. GotoTargetCommands.Text = "Target Commands"
  376. GotoTargetCommands.TextColor3 = Color3.new(0, 0, 0)
  377. GotoTargetCommands.TextSize = 14
  378.  
  379. GotoInputCommands.Name = "GotoInputCommands"
  380. GotoInputCommands.Parent = Main
  381. GotoInputCommands.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  382. GotoInputCommands.BorderSizePixel = 4
  383. GotoInputCommands.Position = UDim2.new(0.578864396, 0, 0.601770043, 0)
  384. GotoInputCommands.Size = UDim2.new(0, 107, 0, 31)
  385. GotoInputCommands.Font = Enum.Font.Cartoon
  386. GotoInputCommands.Text = "Input Commands"
  387. GotoInputCommands.TextColor3 = Color3.new(0, 0, 0)
  388. GotoInputCommands.TextSize = 14
  389.  
  390. GotoSettings.Name = "GotoSettings"
  391. GotoSettings.Parent = Main
  392. GotoSettings.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  393. GotoSettings.BorderSizePixel = 4
  394. GotoSettings.Position = UDim2.new(0.559937, 0, 0.809734523, 0)
  395. GotoSettings.Size = UDim2.new(0, 120, 0, 21)
  396. GotoSettings.Font = Enum.Font.Cartoon
  397. GotoSettings.Text = "Settings"
  398. GotoSettings.TextColor3 = Color3.new(0, 0, 0)
  399. GotoSettings.TextSize = 14
  400.  
  401. MainExit.Name = "MainExit"
  402. MainExit.Parent = Main
  403. MainExit.BackgroundColor3 = Color3.new(1, 1, 1)
  404. MainExit.BackgroundTransparency = 1
  405. MainExit.BorderSizePixel = 0
  406. MainExit.Position = UDim2.new(0.883280754, 0, -0.119469024, 0)
  407. MainExit.Size = UDim2.new(0, 37, 0, 25)
  408. MainExit.Font = Enum.Font.Cartoon
  409. MainExit.Text = "X"
  410. MainExit.TextColor3 = Color3.new(0, 0, 0)
  411. MainExit.TextSize = 14
  412.  
  413. Animations.Name = "Animations"
  414. Animations.Parent = Unizillion
  415. Animations.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  416. Animations.BorderSizePixel = 0
  417. Animations.Position = UDim2.new(0.308394164, 0, 0.375494063, 0)
  418. Animations.Size = UDim2.new(0, 317, 0, 226)
  419. Animations.Visible = false
  420. Animations.Draggable = true
  421. Animations.Selectable = true
  422. Animations.Active = true
  423.  
  424. AnimLabelFrame.Name = "AnimLabelFrame"
  425. AnimLabelFrame.Parent = Animations
  426. AnimLabelFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  427. AnimLabelFrame.BorderSizePixel = 0
  428. AnimLabelFrame.Position = UDim2.new(0, 0, -0.137168139, 0)
  429. AnimLabelFrame.Size = UDim2.new(0, 317, 0, 32)
  430.  
  431. AnimshadowFrame.Name = "AnimshadowFrame"
  432. AnimshadowFrame.Parent = Animations
  433. AnimshadowFrame.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  434. AnimshadowFrame.BorderSizePixel = 0
  435. AnimshadowFrame.Position = UDim2.new(0, 0, 0.00442477874, 0)
  436. AnimshadowFrame.Size = UDim2.new(0, 317, 0, 13)
  437.  
  438. AnimPage1.Name = "AnimPage1"
  439. AnimPage1.Parent = Animations
  440. AnimPage1.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  441. AnimPage1.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  442. AnimPage1.Size = UDim2.new(0, 145, 0, 185)
  443.  
  444. Levitate.Name = "Levitate"
  445. Levitate.Parent = AnimPage1
  446. Levitate.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  447. Levitate.BorderSizePixel = 4
  448. Levitate.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  449. Levitate.Size = UDim2.new(0, 117, 0, 29)
  450. Levitate.Font = Enum.Font.Cartoon
  451. Levitate.Text = "Levitate"
  452. Levitate.TextColor3 = Color3.new(0, 0, 0)
  453. Levitate.TextSize = 14
  454.  
  455. LoopHead.Name = "LoopHead"
  456. LoopHead.Parent = AnimPage1
  457. LoopHead.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  458. LoopHead.BorderSizePixel = 4
  459. LoopHead.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  460. LoopHead.Size = UDim2.new(0, 117, 0, 29)
  461. LoopHead.Font = Enum.Font.Cartoon
  462. LoopHead.Text = "Loop Head"
  463. LoopHead.TextColor3 = Color3.new(0, 0, 0)
  464. LoopHead.TextSize = 14
  465.  
  466. HeadThrow.Name = "HeadThrow"
  467. HeadThrow.Parent = AnimPage1
  468. HeadThrow.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  469. HeadThrow.BorderSizePixel = 4
  470. HeadThrow.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  471. HeadThrow.Size = UDim2.new(0, 117, 0, 29)
  472. HeadThrow.Font = Enum.Font.Cartoon
  473. HeadThrow.Text = "Head Throw"
  474. HeadThrow.TextColor3 = Color3.new(0, 0, 0)
  475. HeadThrow.TextSize = 14
  476.  
  477. MovingHead.Name = "MovingHead"
  478. MovingHead.Parent = AnimPage1
  479. MovingHead.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  480. MovingHead.BorderSizePixel = 4
  481. MovingHead.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  482. MovingHead.Size = UDim2.new(0, 117, 0, 29)
  483. MovingHead.Font = Enum.Font.Cartoon
  484. MovingHead.Text = "Moving Dance"
  485. MovingHead.TextColor3 = Color3.new(0, 0, 0)
  486. MovingHead.TextSize = 14
  487.  
  488. AnimationPages.Name = "AnimationPages"
  489. AnimationPages.Parent = Animations
  490. AnimationPages.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  491. AnimationPages.BorderSizePixel = 0
  492. AnimationPages.Position = UDim2.new(0.596364379, 0, 0.105022833, 0)
  493. AnimationPages.Size = UDim2.new(0, 112, 0, 192)
  494.  
  495. AnimTitle.Name = "AnimTitle"
  496. AnimTitle.Parent = AnimationPages
  497. AnimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  498. AnimTitle.BackgroundTransparency = 1
  499. AnimTitle.BorderSizePixel = 0
  500. AnimTitle.Size = UDim2.new(0, 112, 0, 23)
  501. AnimTitle.Font = Enum.Font.Cartoon
  502. AnimTitle.Text = "Animations!"
  503. AnimTitle.TextColor3 = Color3.new(1, 1, 1)
  504. AnimTitle.TextSize = 14
  505.  
  506. GotoPage1Anim.Name = "GotoPage1Anim"
  507. GotoPage1Anim.Parent = AnimationPages
  508. GotoPage1Anim.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  509. GotoPage1Anim.BorderSizePixel = 2
  510. GotoPage1Anim.Position = UDim2.new(0.0625, 0, 0.182291672, 0)
  511. GotoPage1Anim.Size = UDim2.new(0, 98, 0, 23)
  512. GotoPage1Anim.Font = Enum.Font.Cartoon
  513. GotoPage1Anim.Text = "Page 1"
  514. GotoPage1Anim.TextColor3 = Color3.new(0, 0, 0)
  515. GotoPage1Anim.TextSize = 14
  516.  
  517. GotoPage2Anim.Name = "GotoPage2Anim"
  518. GotoPage2Anim.Parent = AnimationPages
  519. GotoPage2Anim.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  520. GotoPage2Anim.BorderSizePixel = 2
  521. GotoPage2Anim.Position = UDim2.new(0.0625, 0, 0.369791687, 0)
  522. GotoPage2Anim.Size = UDim2.new(0, 98, 0, 23)
  523. GotoPage2Anim.Font = Enum.Font.Cartoon
  524. GotoPage2Anim.Text = "Page 2"
  525. GotoPage2Anim.TextColor3 = Color3.new(0, 0, 0)
  526. GotoPage2Anim.TextSize = 14
  527.  
  528. gotoMainMenuAnim.Name = "gotoMainMenuAnim"
  529. gotoMainMenuAnim.Parent = AnimationPages
  530. gotoMainMenuAnim.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  531. gotoMainMenuAnim.BorderSizePixel = 2
  532. gotoMainMenuAnim.Position = UDim2.new(0.0625, 0, 0.630208313, 0)
  533. gotoMainMenuAnim.Size = UDim2.new(0, 98, 0, 41)
  534. gotoMainMenuAnim.Font = Enum.Font.Cartoon
  535. gotoMainMenuAnim.Text = "Main Menu"
  536. gotoMainMenuAnim.TextColor3 = Color3.new(0, 0, 0)
  537. gotoMainMenuAnim.TextSize = 14
  538.  
  539. AnimTitleThing.Name = "AnimTitleThing"
  540. AnimTitleThing.Parent = Animations
  541. AnimTitleThing.BackgroundColor3 = Color3.new(1, 1, 1)
  542. AnimTitleThing.BackgroundTransparency = 1
  543. AnimTitleThing.BorderSizePixel = 0
  544. AnimTitleThing.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  545. AnimTitleThing.Size = UDim2.new(0, 200, 0, 25)
  546. AnimTitleThing.Font = Enum.Font.Cartoon
  547. AnimTitleThing.Text = "Animations!"
  548. AnimTitleThing.TextColor3 = Color3.new(0, 0, 0)
  549. AnimTitleThing.TextSize = 14
  550. AnimTitleThing.TextXAlignment = Enum.TextXAlignment.Left
  551.  
  552. AnimPage2.Name = "AnimPage2"
  553. AnimPage2.Parent = Animations
  554. AnimPage2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  555. AnimPage2.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  556. AnimPage2.Size = UDim2.new(0, 145, 0, 185)
  557. AnimPage2.Visible = false
  558.  
  559. Punches.Name = "Punches"
  560. Punches.Parent = AnimPage2
  561. Punches.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  562. Punches.BorderSizePixel = 4
  563. Punches.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  564. Punches.Size = UDim2.new(0, 117, 0, 29)
  565. Punches.Font = Enum.Font.Cartoon
  566. Punches.Text = "Punches"
  567. Punches.TextColor3 = Color3.new(0, 0, 0)
  568. Punches.TextSize = 14
  569.  
  570. Happy.Name = "Happy"
  571. Happy.Parent = AnimPage2
  572. Happy.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  573. Happy.BorderSizePixel = 4
  574. Happy.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  575. Happy.Size = UDim2.new(0, 117, 0, 29)
  576. Happy.Font = Enum.Font.Cartoon
  577. Happy.Text = "Happy"
  578. Happy.TextColor3 = Color3.new(0, 0, 0)
  579. Happy.TextSize = 14
  580.  
  581. SwordStrike.Name = "SwordStrike"
  582. SwordStrike.Parent = AnimPage2
  583. SwordStrike.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  584. SwordStrike.BorderSizePixel = 4
  585. SwordStrike.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  586. SwordStrike.Size = UDim2.new(0, 117, 0, 29)
  587. SwordStrike.Font = Enum.Font.Cartoon
  588. SwordStrike.Text = "Sword Strike"
  589. SwordStrike.TextColor3 = Color3.new(0, 0, 0)
  590. SwordStrike.TextSize = 14
  591.  
  592. Crawl.Name = "Crawl"
  593. Crawl.Parent = AnimPage2
  594. Crawl.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  595. Crawl.BorderSizePixel = 4
  596. Crawl.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  597. Crawl.Size = UDim2.new(0, 117, 0, 29)
  598. Crawl.Font = Enum.Font.Cartoon
  599. Crawl.Text = "Crawl"
  600. Crawl.TextColor3 = Color3.new(0, 0, 0)
  601. Crawl.TextSize = 14
  602.  
  603. TargetCmds.Name = "TargetCmds"
  604. TargetCmds.Parent = Unizillion
  605. TargetCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  606. TargetCmds.BorderSizePixel = 0
  607. TargetCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  608. TargetCmds.Size = UDim2.new(0, 317, 0, 226)
  609. TargetCmds.Visible = false
  610. TargetCmds.Selectable = true
  611. TargetCmds.Draggable = true
  612. TargetCmds.Active = true
  613.  
  614. targetlabel.Name = "targetlabel"
  615. targetlabel.Parent = TargetCmds
  616. targetlabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  617. targetlabel.BorderSizePixel = 0
  618. targetlabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  619. targetlabel.Size = UDim2.new(0, 317, 0, 32)
  620.  
  621. targetshadow.Name = "targetshadow"
  622. targetshadow.Parent = TargetCmds
  623. targetshadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  624. targetshadow.BorderSizePixel = 0
  625. targetshadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  626. targetshadow.Size = UDim2.new(0, 317, 0, 13)
  627.  
  628. TargetLabel.Name = "TargetLabel"
  629. TargetLabel.Parent = TargetCmds
  630. TargetLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  631. TargetLabel.BackgroundTransparency = 1
  632. TargetLabel.BorderSizePixel = 0
  633. TargetLabel.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  634. TargetLabel.Size = UDim2.new(0, 200, 0, 25)
  635. TargetLabel.Font = Enum.Font.Cartoon
  636. TargetLabel.Text = "Target Commands!"
  637. TargetLabel.TextColor3 = Color3.new(0, 0, 0)
  638. TargetLabel.TextSize = 14
  639. TargetLabel.TextXAlignment = Enum.TextXAlignment.Left
  640.  
  641. TargetTargetcmds.Name = "Target/Targetcmds"
  642. TargetTargetcmds.Parent = TargetCmds
  643. TargetTargetcmds.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  644. TargetTargetcmds.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  645. TargetTargetcmds.BorderSizePixel = 6
  646. TargetTargetcmds.Position = UDim2.new(0.0977918059, 0, 0.637168109, 0)
  647. TargetTargetcmds.Size = UDim2.new(0, 185, 0, 55)
  648. TargetTargetcmds.Font = Enum.Font.Cartoon
  649. TargetTargetcmds.Text = "Target"
  650. TargetTargetcmds.TextColor3 = Color3.new(0, 0, 0)
  651. TargetTargetcmds.TextSize = 14
  652.  
  653. Teleport.Name = "Teleport"
  654. Teleport.Parent = TargetCmds
  655. Teleport.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  656. Teleport.BorderSizePixel = 4
  657. Teleport.Position = UDim2.new(0.0614554472, 0, 0.151497364, 0)
  658. Teleport.Size = UDim2.new(0, 117, 0, 29)
  659. Teleport.Font = Enum.Font.Cartoon
  660. Teleport.Text = "Teleport"
  661. Teleport.TextColor3 = Color3.new(0, 0, 0)
  662. Teleport.TextSize = 14
  663.  
  664. Kill.Name = "Kill"
  665. Kill.Parent = TargetCmds
  666. Kill.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  667. Kill.BorderSizePixel = 4
  668. Kill.Position = UDim2.new(0.556723595, 0, 0.151497364, 0)
  669. Kill.Size = UDim2.new(0, 117, 0, 29)
  670. Kill.Font = Enum.Font.Cartoon
  671. Kill.Text = "Kill"
  672. Kill.TextColor3 = Color3.new(0, 0, 0)
  673. Kill.TextSize = 14
  674.  
  675. Orbit.Name = "Orbit"
  676. Orbit.Parent = TargetCmds
  677. Orbit.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  678. Orbit.BorderSizePixel = 4
  679. Orbit.Position = UDim2.new(0.555146277, 0, 0.377161086, 0)
  680. Orbit.Size = UDim2.new(0, 117, 0, 29)
  681. Orbit.Font = Enum.Font.Cartoon
  682. Orbit.Text = "Orbit"
  683. Orbit.TextColor3 = Color3.new(0, 0, 0)
  684. Orbit.TextSize = 14
  685.  
  686. View.Name = "View"
  687. View.Parent = TargetCmds
  688. View.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  689. View.BorderSizePixel = 4
  690. View.Position = UDim2.new(0.0598781593, 0, 0.377161086, 0)
  691. View.Size = UDim2.new(0, 117, 0, 29)
  692. View.Font = Enum.Font.Cartoon
  693. View.Text = "View"
  694. View.TextColor3 = Color3.new(0, 0, 0)
  695. View.TextSize = 14
  696.  
  697. GotoMainmenuTarget.Name = "GotoMainmenuTarget"
  698. GotoMainmenuTarget.Parent = TargetCmds
  699. GotoMainmenuTarget.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  700. GotoMainmenuTarget.BorderSizePixel = 4
  701. GotoMainmenuTarget.Position = UDim2.new(0.769716084, 0, 0.654867232, 0)
  702. GotoMainmenuTarget.Size = UDim2.new(0, 49, 0, 47)
  703. GotoMainmenuTarget.Font = Enum.Font.Cartoon
  704. GotoMainmenuTarget.Text = "Main Menu"
  705. GotoMainmenuTarget.TextColor3 = Color3.new(0, 0, 0)
  706. GotoMainmenuTarget.TextSize = 14
  707. GotoMainmenuTarget.TextWrapped = true
  708.  
  709. InputCmds.Name = "InputCmds"
  710. InputCmds.Parent = Unizillion
  711. InputCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  712. InputCmds.BorderSizePixel = 0
  713. InputCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  714. InputCmds.Size = UDim2.new(0, 317, 0, 226)
  715. InputCmds.Visible = false
  716. InputCmds.Draggable = true
  717. InputCmds.Active = true
  718. InputCmds.Selectable = true
  719.  
  720. InputLabel.Name = "InputLabel"
  721. InputLabel.Parent = InputCmds
  722. InputLabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  723. InputLabel.BorderSizePixel = 0
  724. InputLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  725. InputLabel.Size = UDim2.new(0, 317, 0, 32)
  726.  
  727. InputShadow.Name = "InputShadow"
  728. InputShadow.Parent = InputCmds
  729. InputShadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  730. InputShadow.BorderSizePixel = 0
  731. InputShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  732. InputShadow.Size = UDim2.new(0, 317, 0, 13)
  733.  
  734. Inputcmdtitle.Name = "Inputcmdtitle"
  735. Inputcmdtitle.Parent = InputCmds
  736. Inputcmdtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  737. Inputcmdtitle.BackgroundTransparency = 1
  738. Inputcmdtitle.BorderSizePixel = 0
  739. Inputcmdtitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  740. Inputcmdtitle.Size = UDim2.new(0, 200, 0, 25)
  741. Inputcmdtitle.Font = Enum.Font.Cartoon
  742. Inputcmdtitle.Text = "Input Commands!"
  743. Inputcmdtitle.TextColor3 = Color3.new(0, 0, 0)
  744. Inputcmdtitle.TextSize = 14
  745. Inputcmdtitle.TextXAlignment = Enum.TextXAlignment.Left
  746.  
  747. AmountInputCmd.Name = "AmountInputCmd"
  748. AmountInputCmd.Parent = InputCmds
  749. AmountInputCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  750. AmountInputCmd.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  751. AmountInputCmd.BorderSizePixel = 6
  752. AmountInputCmd.Position = UDim2.new(0.0977918059, 0, 0.637168109, 0)
  753. AmountInputCmd.Size = UDim2.new(0, 185, 0, 55)
  754. AmountInputCmd.Font = Enum.Font.Cartoon
  755. AmountInputCmd.Text = "Amount"
  756. AmountInputCmd.TextColor3 = Color3.new(0, 0, 0)
  757. AmountInputCmd.TextSize = 14
  758.  
  759. JumpPower.Name = "JumpPower"
  760. JumpPower.Parent = InputCmds
  761. JumpPower.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  762. JumpPower.BorderSizePixel = 4
  763. JumpPower.Position = UDim2.new(0.0614554472, 0, 0.151497364, 0)
  764. JumpPower.Size = UDim2.new(0, 117, 0, 29)
  765. JumpPower.Font = Enum.Font.Cartoon
  766. JumpPower.Text = "JumpPower"
  767. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  768. JumpPower.TextSize = 14
  769.  
  770. WalkSpeed.Name = "WalkSpeed"
  771. WalkSpeed.Parent = InputCmds
  772. WalkSpeed.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  773. WalkSpeed.BorderSizePixel = 4
  774. WalkSpeed.Position = UDim2.new(0.556723595, 0, 0.279815942, 0)
  775. WalkSpeed.Size = UDim2.new(0, 117, 0, 29)
  776. WalkSpeed.Font = Enum.Font.Cartoon
  777. WalkSpeed.Text = "Walkspeed"
  778. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  779. WalkSpeed.TextSize = 14
  780.  
  781. HipHeight.Name = "HipHeight"
  782. HipHeight.Parent = InputCmds
  783. HipHeight.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  784. HipHeight.BorderSizePixel = 4
  785. HipHeight.Position = UDim2.new(0.0598781593, 0, 0.377161086, 0)
  786. HipHeight.Size = UDim2.new(0, 117, 0, 29)
  787. HipHeight.Font = Enum.Font.Cartoon
  788. HipHeight.Text = "HipHeight"
  789. HipHeight.TextColor3 = Color3.new(0, 0, 0)
  790. HipHeight.TextSize = 14
  791.  
  792. GotoMainMenuInputCmd.Name = "GotoMainMenu/InputCmd"
  793. GotoMainMenuInputCmd.Parent = InputCmds
  794. GotoMainMenuInputCmd.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  795. GotoMainMenuInputCmd.BorderSizePixel = 4
  796. GotoMainMenuInputCmd.Position = UDim2.new(0.769716084, 0, 0.654867232, 0)
  797. GotoMainMenuInputCmd.Size = UDim2.new(0, 49, 0, 47)
  798. GotoMainMenuInputCmd.Font = Enum.Font.Cartoon
  799. GotoMainMenuInputCmd.Text = "Main Menu"
  800. GotoMainMenuInputCmd.TextColor3 = Color3.new(0, 0, 0)
  801. GotoMainMenuInputCmd.TextSize = 14
  802. GotoMainMenuInputCmd.TextWrapped = true
  803.  
  804. Settings.Name = "Settings"
  805. Settings.Parent = Unizillion
  806. Settings.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  807. Settings.BorderSizePixel = 0
  808. Settings.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  809. Settings.Size = UDim2.new(0, 317, 0, 226)
  810. Settings.Visible = false
  811. Settings.Draggable = true
  812. Settings.Selectable = true
  813. Settings.Active = true
  814.  
  815. SettingsTopLabel.Name = "SettingsTopLabel"
  816. SettingsTopLabel.Parent = Settings
  817. SettingsTopLabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  818. SettingsTopLabel.BorderSizePixel = 0
  819. SettingsTopLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  820. SettingsTopLabel.Size = UDim2.new(0, 317, 0, 32)
  821.  
  822. SettingsShadow.Name = "SettingsShadow"
  823. SettingsShadow.Parent = Settings
  824. SettingsShadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  825. SettingsShadow.BorderSizePixel = 0
  826. SettingsShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  827. SettingsShadow.Size = UDim2.new(0, 317, 0, 13)
  828.  
  829. SettingsTitle.Name = "SettingsTitle"
  830. SettingsTitle.Parent = Settings
  831. SettingsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  832. SettingsTitle.BackgroundTransparency = 1
  833. SettingsTitle.BorderSizePixel = 0
  834. SettingsTitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  835. SettingsTitle.Size = UDim2.new(0, 200, 0, 25)
  836. SettingsTitle.Font = Enum.Font.Cartoon
  837. SettingsTitle.Text = "Unizillion By JackMcJagger15"
  838. SettingsTitle.TextColor3 = Color3.new(0, 0, 0)
  839. SettingsTitle.TextSize = 14
  840. SettingsTitle.TextXAlignment = Enum.TextXAlignment.Left
  841.  
  842. SettingsUserImage.Name = "SettingsUserImage"
  843. SettingsUserImage.Parent = Settings
  844. SettingsUserImage.BackgroundColor3 = Color3.new(1, 1, 1)
  845. SettingsUserImage.Position = UDim2.new(0.58359623, 0, 0.172566369, 0)
  846. SettingsUserImage.Size = UDim2.new(0, 110, 0, 120)
  847. SettingsUserImage.Image = "rbxassetid://924320031"
  848.  
  849. ThemesTitle.Name = "ThemesTitle"
  850. ThemesTitle.Parent = Settings
  851. ThemesTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  852. ThemesTitle.BackgroundTransparency = 1
  853. ThemesTitle.BorderSizePixel = 0
  854. ThemesTitle.Position = UDim2.new(0.0252365936, 0, 0.0707964599, 0)
  855. ThemesTitle.Size = UDim2.new(0, 157, 0, 44)
  856. ThemesTitle.Font = Enum.Font.Cartoon
  857. ThemesTitle.Text = "?"
  858. ThemesTitle.TextColor3 = Color3.new(1, 1, 1)
  859. ThemesTitle.TextSize = 14
  860.  
  861. RedWhiteTheme.Name = "(coming soon)"
  862. RedWhiteTheme.Parent = Settings
  863. RedWhiteTheme.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  864. RedWhiteTheme.BorderSizePixel = 4
  865. RedWhiteTheme.Position = UDim2.new(0.0898466185, 0, 0.264329195, 0)
  866. RedWhiteTheme.Size = UDim2.new(0, 117, 0, 29)
  867. RedWhiteTheme.Font = Enum.Font.Cartoon
  868. RedWhiteTheme.Text = "(coming soon)"
  869. RedWhiteTheme.TextColor3 = Color3.new(0, 0, 0)
  870. RedWhiteTheme.TextSize = 14
  871.  
  872. BlackGreenTheme.Name = "Game Gui(coming soon)"
  873. BlackGreenTheme.Parent = Settings
  874. BlackGreenTheme.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  875. BlackGreenTheme.BorderSizePixel = 4
  876. BlackGreenTheme.Position = UDim2.new(0.0898466185, 0, 0.476718545, 0)
  877. BlackGreenTheme.Size = UDim2.new(0, 117, 0, 29)
  878. BlackGreenTheme.Font = Enum.Font.Cartoon
  879. BlackGreenTheme.Text = "(coming soon)"
  880. BlackGreenTheme.TextColor3 = Color3.new(0, 0, 0)
  881. BlackGreenTheme.TextSize = 14
  882.  
  883. YellowBlueTheme.Name = "Game Gui(coming soon)"
  884. YellowBlueTheme.Parent = Settings
  885. YellowBlueTheme.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  886. YellowBlueTheme.BorderSizePixel = 4
  887. YellowBlueTheme.Position = UDim2.new(0.0898466185, 0, 0.702382267, 0)
  888. YellowBlueTheme.Size = UDim2.new(0, 117, 0, 29)
  889. YellowBlueTheme.Font = Enum.Font.Cartoon
  890. YellowBlueTheme.Text = "(coming soon)"
  891. YellowBlueTheme.TextColor3 = Color3.new(0, 0, 0)
  892. YellowBlueTheme.TextSize = 14
  893.  
  894. WelcomeTitle.Name = "WelcomeTitle"
  895. WelcomeTitle.Parent = Settings
  896. WelcomeTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  897. WelcomeTitle.BackgroundTransparency = 1
  898. WelcomeTitle.BorderColor3 = Color3.new(1, 1, 1)
  899. WelcomeTitle.BorderSizePixel = 0
  900. WelcomeTitle.Position = UDim2.new(0.582018912, 0, 0.734513283, 0)
  901. WelcomeTitle.Size = UDim2.new(0, 112, 0, 22)
  902. WelcomeTitle.Font = Enum.Font.Cartoon
  903. WelcomeTitle.Text = "Welcome!"
  904. WelcomeTitle.TextColor3 = Color3.new(1, 1, 1)
  905. WelcomeTitle.TextSize = 14
  906.  
  907. GotoMainMenuButton.Name = "GotoMainMenuButton"
  908. GotoMainMenuButton.Parent = Settings
  909. GotoMainMenuButton.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  910. GotoMainMenuButton.BorderSizePixel = 4
  911. GotoMainMenuButton.Position = UDim2.new(0.621451139, 0, 0.871681452, 0)
  912. GotoMainMenuButton.Size = UDim2.new(0, 86, 0, 14)
  913. GotoMainMenuButton.Font = Enum.Font.Cartoon
  914. GotoMainMenuButton.Text = "Main Menu"
  915. GotoMainMenuButton.TextColor3 = Color3.new(0, 0, 0)
  916. GotoMainMenuButton.TextSize = 14
  917.  
  918. Login.Name = "Login"
  919. Login.Parent = Unizillion
  920. Login.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  921. Login.BorderSizePixel = 0
  922. Login.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  923. Login.Size = UDim2.new(0, 317, 0, 226)
  924. Login.Visible = false
  925. Login.Draggable = true
  926. Login.Active = true
  927. Login.Selectable = true
  928.  
  929. TopLoginLabel.Name = "TopLoginLabel"
  930. TopLoginLabel.Parent = Login
  931. TopLoginLabel.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  932. TopLoginLabel.BorderSizePixel = 0
  933. TopLoginLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  934. TopLoginLabel.Size = UDim2.new(0, 317, 0, 32)
  935.  
  936. LoginShadow.Name = "LoginShadow"
  937. LoginShadow.Parent = Login
  938. LoginShadow.BackgroundColor3 = Color3.new(0.184314, 0.552941, 0.270588)
  939. LoginShadow.BorderSizePixel = 0
  940. LoginShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  941. LoginShadow.Size = UDim2.new(0, 317, 0, 13)
  942.  
  943. LoginTitle.Name = "LoginTitle"
  944. LoginTitle.Parent = Login
  945. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  946. LoginTitle.BackgroundTransparency = 1
  947. LoginTitle.BorderSizePixel = 0
  948. LoginTitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  949. LoginTitle.Size = UDim2.new(0, 200, 0, 25)
  950. LoginTitle.Font = Enum.Font.Cartoon
  951. LoginTitle.Text = "Unizillion By JackMcJagger15"
  952. LoginTitle.TextColor3 = Color3.new(0, 0, 0)
  953. LoginTitle.TextSize = 14
  954. LoginTitle.TextXAlignment = Enum.TextXAlignment.Left
  955.  
  956. LoginExit.Name = "LoginExit"
  957. LoginExit.Parent = Login
  958. LoginExit.BackgroundColor3 = Color3.new(1, 1, 1)
  959. LoginExit.BackgroundTransparency = 1
  960. LoginExit.BorderSizePixel = 0
  961. LoginExit.Position = UDim2.new(0.883280754, 0, -0.119469024, 0)
  962. LoginExit.Size = UDim2.new(0, 37, 0, 25)
  963. LoginExit.Font = Enum.Font.Cartoon
  964. LoginExit.Text = "X"
  965. LoginExit.TextColor3 = Color3.new(0, 0, 0)
  966. LoginExit.TextSize = 14
  967.  
  968. LoginTitlev2.Name = "LoginTitlev2"
  969. LoginTitlev2.Parent = Login
  970. LoginTitlev2.BackgroundColor3 = Color3.new(1, 1, 1)
  971. LoginTitlev2.BackgroundTransparency = 1
  972. LoginTitlev2.BorderSizePixel = 0
  973. LoginTitlev2.Position = UDim2.new(0.182965294, 0, 0.0619469061, 0)
  974. LoginTitlev2.Size = UDim2.new(0, 201, 0, 32)
  975. LoginTitlev2.Font = Enum.Font.Cartoon
  976. LoginTitlev2.Text = "Login"
  977. LoginTitlev2.TextColor3 = Color3.new(1, 1, 1)
  978. LoginTitlev2.TextSize = 14
  979.  
  980. LoginUsername.Name = "LoginUsername"
  981. LoginUsername.Parent = Login
  982. LoginUsername.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  983. LoginUsername.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  984. LoginUsername.BorderSizePixel = 2
  985. LoginUsername.Position = UDim2.new(0.173501581, 0, 0.24778761, 0)
  986. LoginUsername.Size = UDim2.new(0, 207, 0, 40)
  987. LoginUsername.Font = Enum.Font.Cartoon
  988. LoginUsername.Text = "Username"
  989. LoginUsername.TextColor3 = Color3.new(0, 0, 0)
  990. LoginUsername.TextSize = 14
  991.  
  992. LoginPassword.Name = "LoginPassword"
  993. LoginPassword.Parent = Login
  994. LoginPassword.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  995. LoginPassword.BorderColor3 = Color3.new(0.0980392, 0.298039, 0.145098)
  996. LoginPassword.BorderSizePixel = 2
  997. LoginPassword.Position = UDim2.new(0.173501581, 0, 0.513274312, 0)
  998. LoginPassword.Size = UDim2.new(0, 207, 0, 40)
  999. LoginPassword.Font = Enum.Font.Cartoon
  1000. LoginPassword.Text = "Password"
  1001. LoginPassword.TextColor3 = Color3.new(0, 0, 0)
  1002. LoginPassword.TextSize = 14
  1003.  
  1004. LoginSubmit.Name = "LoginSubmit"
  1005. LoginSubmit.Parent = Login
  1006. LoginSubmit.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  1007. LoginSubmit.Position = UDim2.new(0.288643539, 0, 0.792035401, 0)
  1008. LoginSubmit.Size = UDim2.new(0, 134, 0, 27)
  1009. LoginSubmit.Font = Enum.Font.Cartoon
  1010. LoginSubmit.Text = "Submit"
  1011. LoginSubmit.TextColor3 = Color3.new(0, 0, 0)
  1012. LoginSubmit.TextSize = 14
  1013.  
  1014. LoginSubmit.MouseButton1Click:connect(function()
  1015. if LoginUsername.Text == "jackiscool" and LoginPassword.Text == "lolurcool" then
  1016. Login.Visible = false
  1017. Main.Position = Login.Position
  1018. Main.Visible = true
  1019. end
  1020. end)
  1021.  
  1022. MainUserLabel.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..game.Players.LocalPlayer.Name
  1023.  
  1024. SettingsUserImage.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..game.Players.LocalPlayer.Name
  1025.  
  1026. LoginExit.MouseButton1Click:connect(function()
  1027. Unizillion:Destroy()
  1028. end)
  1029.  
  1030. MainExit.MouseButton1Click:connect(function()
  1031. Unizillion:Destroy()
  1032. end)
  1033.  
  1034. GotoLocalCommands.MouseButton1Click:connect(function()
  1035. Main.Visible = false
  1036. LocalCmds.Visible = true
  1037. LocalCmds.Position = Main.Position
  1038. end)
  1039.  
  1040. GotoMainMenuLocalCmd.MouseButton1Click:connect(function()
  1041. LocalCmds.Visible = false
  1042. Main.Position = LocalCmds.Position
  1043. Main.Visible = true
  1044. end)
  1045.  
  1046. Invisible.MouseButton1Click:connect(function()
  1047. Local = game:GetService('Players').LocalPlayer
  1048. Char = Local.Character
  1049. touched,tpdback = false, false
  1050. Local.CharacterAdded:connect(function(char)
  1051. if script.Disabled ~= true then
  1052. wait(.25)
  1053. loc = Char.HumanoidRootPart.Position
  1054. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1055. end
  1056. end)
  1057. game:GetService('UserInputService').InputBegan:connect(function(key)
  1058. if key.KeyCode == Enum.KeyCode.Equals then
  1059. if script.Disabled ~= true then
  1060. script.Disabled = true
  1061. print'you may re-execute'
  1062. end
  1063. end
  1064. end)
  1065. box = Instance.new('Part',workspace)
  1066. box.Anchored = true
  1067. box.CanCollide = true
  1068. box.Size = Vector3.new(10,1,10)
  1069. box.Position = Vector3.new(0,10000,0)
  1070. box.Touched:connect(function(part)
  1071. if (part.Parent.Name == Local.Name) then
  1072. if touched == false then
  1073. touched = true
  1074. function apply()
  1075. if script.Disabled ~= true then
  1076. no = Char.HumanoidRootPart:Clone()
  1077. wait(.25)
  1078. Char.HumanoidRootPart:Destroy()
  1079. no.Parent = Char
  1080. Char:MoveTo(loc)
  1081. touched = false
  1082. end end
  1083. if Char then
  1084. apply()
  1085. end
  1086. end
  1087. end
  1088. end)
  1089. repeat wait() until Char
  1090. loc = Char.HumanoidRootPart.Position
  1091. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1092. end)
  1093.  
  1094. Fly.MouseButton1Click:connect(function()
  1095. repeat wait()
  1096. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1097. local mouse = game.Players.LocalPlayer:GetMouse()
  1098. repeat wait() until mouse
  1099. local plr = game.Players.LocalPlayer
  1100. local torso = plr.Character.Torso
  1101. local flying = true
  1102. local deb = true
  1103. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1104. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1105. local maxspeed = 50
  1106. local speed = 0
  1107.  
  1108. function Fly()
  1109. local bg = Instance.new("BodyGyro", torso)
  1110. bg.P = 9e4
  1111. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1112. bg.cframe = torso.CFrame
  1113. local bv = Instance.new("BodyVelocity", torso)
  1114. bv.velocity = Vector3.new(0,0.1,0)
  1115. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1116. repeat wait()
  1117. plr.Character.Humanoid.PlatformStand = true
  1118. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1119. speed = speed+.5+(speed/maxspeed)
  1120. if speed > maxspeed then
  1121. speed = maxspeed
  1122. end
  1123. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1124. speed = speed-1
  1125. if speed < 0 then
  1126. speed = 0
  1127. end
  1128. end
  1129. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1130. 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
  1131. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1132. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1133. 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
  1134. else
  1135. bv.velocity = Vector3.new(0,0.1,0)
  1136. end
  1137. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1138. until not flying
  1139. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1140. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1141. speed = 0
  1142. bg:Destroy()
  1143. bv:Destroy()
  1144. plr.Character.Humanoid.PlatformStand = false
  1145. end
  1146. mouse.KeyDown:connect(function(key)
  1147. if key:lower() == "e" then
  1148. if flying then flying = false
  1149. else
  1150. flying = true
  1151. Fly()
  1152. end
  1153. elseif key:lower() == "w" then
  1154. ctrl.f = 1
  1155. elseif key:lower() == "s" then
  1156. ctrl.b = -1
  1157. elseif key:lower() == "a" then
  1158. ctrl.l = -1
  1159. elseif key:lower() == "d" then
  1160. ctrl.r = 1
  1161. end
  1162. end)
  1163. mouse.KeyUp:connect(function(key)
  1164. if key:lower() == "w" then
  1165. ctrl.f = 0
  1166. elseif key:lower() == "s" then
  1167. ctrl.b = 0
  1168. elseif key:lower() == "a" then
  1169. ctrl.l = 0
  1170. elseif key:lower() == "d" then
  1171. ctrl.r = 0
  1172. end
  1173. end)
  1174. Fly()
  1175. end)
  1176.  
  1177. clip = true
  1178. Noclip.MouseButton1Click:connect(function()
  1179. clip = not clip
  1180. game:GetService('RunService').Stepped:connect(function()
  1181. if not clip then
  1182. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1183. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1184. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1185. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1186. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1187. else
  1188. Noclip.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1189. end
  1190. end)
  1191. end)
  1192.  
  1193. Clip.MouseButton1Click:connect(function()
  1194. local function create()
  1195. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1196. tool.Name = "Click Teleport"
  1197. tool.CanBeDropped = false
  1198. tool.RequiresHandle = false
  1199.  
  1200. local mouse = game.Players.LocalPlayer:GetMouse()
  1201.  
  1202. tool.Activated:connect(function()
  1203. game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p + Vector3.new(0, 5, 0))
  1204. end)
  1205. end
  1206. wait(.5)
  1207.  
  1208. create()
  1209. game.Players.LocalPlayer.CharacterAdded:connect(create)
  1210.  
  1211. end)
  1212.  
  1213. GotoPage2LocalCmd.MouseButton1Click:connect(function()
  1214. LocalCmdPage1.Visible = false
  1215. LocalCmdPage2.Visible = true
  1216. end)
  1217.  
  1218. GotoPage1LocalCmd.MouseButton1Click:connect(function()
  1219. LocalCmdPage2.Visible = false
  1220. LocalCmdPage1.Visible = true
  1221. end)
  1222.  
  1223. BrickHats.MouseButton1Click:connect(function()
  1224. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1225. if (v:IsA("Accessory")) then
  1226. v.Handle.Mesh:remove()
  1227. end
  1228. end
  1229. end)
  1230.  
  1231. God.MouseButton1Click:connect(function()
  1232. local player=game.Players.LocalPlayer.Character
  1233. player.Humanoid:Remove()
  1234. Instance.new('Humanoid',player)
  1235. end)
  1236.  
  1237. Respawn.MouseButton1Click:connect(function()
  1238. local mod = Instance.new('Model', workspace) mod.Name = 're '..game.Players.LocalPlayer.Name
  1239. local hum = Instance.new('Humanoid', mod)
  1240. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1241. game.Players.LocalPlayer.Character = mod
  1242. end)
  1243.  
  1244. RemoveToolMesh.MouseButton1Click:connect(function()
  1245. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1246. if (v:IsA("Tool")) then
  1247. v.Handle.Mesh:Destroy()
  1248. end
  1249. end
  1250. end)
  1251.  
  1252. GotoAnimations.MouseButton1Click:connect(function()
  1253. Main.Visible = false
  1254. Animations.Position = Main.Position
  1255. Animations.Visible = true
  1256. end)
  1257.  
  1258. gotoMainMenuAnim.MouseButton1Click:connect(function()
  1259. Animations.Visible = false
  1260. Main.Position = Animations.Position
  1261. Main.Visible = true
  1262. end)
  1263.  
  1264. local Anim = Instance.new("Animation")
  1265. Anim.AnimationId = "rbxassetid://35154961"
  1266. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1267. local headthrowACTIVE = false
  1268. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1269. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1270. headthrowACTIVE = false
  1271. HeadThrow.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1272. end)
  1273. HeadThrow.MouseButton1Click:connect(function()
  1274. headthrowACTIVE = not headthrowACTIVE
  1275. if headthrowACTIVE then
  1276. HeadThrow.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1277. while wait() do
  1278. if track.IsPlaying == false then
  1279. if headthrowACTIVE then
  1280. track:Play(.1, 1, 1)
  1281. end
  1282. end
  1283. end
  1284. else
  1285. track:Stop()
  1286. HeadThrow.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1287. end
  1288. end)
  1289.  
  1290. local Anim = Instance.new("Animation")
  1291. Anim.AnimationId = "rbxassetid://313762630"
  1292. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1293. local levitateACTIVE = false
  1294. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1295. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1296. levitateACTIVE = false
  1297. Levitate.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1298. end)
  1299. Levitate.MouseButton1Click:connect(function()
  1300. levitateACTIVE = not levitateACTIVE
  1301. if levitateACTIVE then
  1302. Levitate.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1303. while wait() do
  1304. if track.IsPlaying == false then
  1305. if levitateACTIVE then
  1306. track:Play(.1, 1, 1)
  1307. end
  1308. end
  1309. end
  1310. else
  1311. track:Stop()
  1312. Levitate.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1313. end
  1314. end)
  1315.  
  1316. local Anim = Instance.new("Animation")
  1317. Anim.AnimationId = "rbxassetid://35154961"
  1318. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1319. local loopheadACTIVE = false
  1320. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1321. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1322. loopheadACTIVE = false
  1323. LoopHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1324. end)
  1325. LoopHead.MouseButton1Click:connect(function()
  1326. loopheadACTIVE = not loopheadACTIVE
  1327. if loopheadACTIVE then
  1328. LoopHead.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1329. while wait() do
  1330. if track.IsPlaying == false then
  1331. if loopheadACTIVE then
  1332. track:Play(.1, 1, 1e6)
  1333. end
  1334. end
  1335. end
  1336. else
  1337. track:Stop()
  1338. LoopHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1339. end
  1340. end)
  1341.  
  1342. local Anim = Instance.new("Animation")
  1343. Anim.AnimationId = "rbxassetid://429703734"
  1344. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1345. local movingdanceACTIVE = false
  1346. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1347. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1348. movingdanceACTIVE = false
  1349. MovingHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1350. end)
  1351. MovingHead.MouseButton1Click:connect(function()
  1352. movingdanceACTIVE = not movingdanceACTIVE
  1353. if movingdanceACTIVE then
  1354. MovingHead.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1355. while wait() do
  1356. if track.IsPlaying == false then
  1357. if movingdanceACTIVE then
  1358. track:Play(.1, 1, 1)
  1359. end
  1360. end
  1361. end
  1362. else
  1363. track:Stop()
  1364. MovingHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1365. end
  1366. end)
  1367.  
  1368. GotoPage2Anim.MouseButton1Click:connect(function()
  1369. AnimPage1.Visible = false
  1370. AnimPage2.Visible = true
  1371. end)
  1372.  
  1373. GotoPage1Anim.MouseButton1Click:connect(function()
  1374. AnimPage2.Visible = false
  1375. AnimPage1.Visible = true
  1376. end)
  1377.  
  1378. local Anim = Instance.new("Animation")
  1379. Anim.AnimationId = "rbxassetid://282574440"
  1380. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1381. local crawlACTIVE = false
  1382. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1383. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1384. crawlACTIVE = false
  1385. Crawl.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1386. end)
  1387. Crawl.MouseButton1Click:connect(function()
  1388. crawlACTIVE = not crawlACTIVE
  1389. if crawlACTIVE then
  1390. Crawl.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1391. while wait() do
  1392. if track.IsPlaying == false then
  1393. if crawlACTIVE then
  1394. track:Play(.1, 1, 1)
  1395. end
  1396. end
  1397. end
  1398. else
  1399. track:Stop()
  1400. Crawl.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1401. end
  1402. end)
  1403.  
  1404. local Anim = Instance.new("Animation")
  1405. Anim.AnimationId = "rbxassetid://204295235"
  1406. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1407. local swordstrikeACTIVE = false
  1408. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1409. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1410. swordstrikeACTIVE = false
  1411. SwordStrike.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1412. end)
  1413. SwordStrike.MouseButton1Click:connect(function()
  1414. swordstrikeACTIVE = not swordstrikeACTIVE
  1415. if swordstrikeACTIVE then
  1416. SwordStrike.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1417. while wait() do
  1418. if track.IsPlaying == false then
  1419. if swordstrikeACTIVE then
  1420. track:Play(.1, 1, 1)
  1421. end
  1422. end
  1423. end
  1424. else
  1425. track:Stop()
  1426. SwordStrike.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1427. end
  1428. end)
  1429.  
  1430. local Anim = Instance.new("Animation")
  1431. Anim.AnimationId = "rbxassetid://126753849"
  1432. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1433. local punchesACTIVE = false
  1434. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1435. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1436. punchesACTIVE = false
  1437. Punches.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1438. end)
  1439. Punches.MouseButton1Click:connect(function()
  1440. punchesACTIVE = not punchesACTIVE
  1441. if punchesACTIVE then
  1442. Punches.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1443. while wait() do
  1444. if track.IsPlaying == false then
  1445. if punchesACTIVE then
  1446. track:Play(.1, 1, 1)
  1447. end
  1448. end
  1449. end
  1450. else
  1451. track:Stop()
  1452. Punches.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1453. end
  1454. end)
  1455.  
  1456. local Anim = Instance.new("Animation")
  1457. Anim.AnimationId = "rbxassetid://45834924"
  1458. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1459. local happyACTIVE = false
  1460. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1461. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1462. happyACTIVE = false
  1463. Happy.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1464. end)
  1465. Happy.MouseButton1Click:connect(function()
  1466. happyACTIVE = not happyACTIVE
  1467. if happyACTIVE then
  1468. Happy.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1469. while wait() do
  1470. if track.IsPlaying == false then
  1471. if happyACTIVE then
  1472. track:Play(.1, 1, 1)
  1473. end
  1474. end
  1475. end
  1476. else
  1477. track:Stop()
  1478. Happy.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1479. end
  1480. end)
  1481.  
  1482. GotoTargetCommands.MouseButton1Click:connect(function()
  1483. Main.Visible = false
  1484. TargetCmds.Position = Main.Position
  1485. TargetCmds.Visible = true
  1486. end)
  1487.  
  1488. GotoMainmenuTarget.MouseButton1Click:connect(function()
  1489. TargetCmds.Visible = false
  1490. Main.Position = TargetCmds.Position
  1491. Main.Visible = true
  1492. end)
  1493.  
  1494. function GetPlayer(String)
  1495. local Found = {}
  1496. local strl = String:lower()
  1497. if strl == "all" then
  1498. for i,v in pairs(game.Players:GetPlayers()) do
  1499. table.insert(Found,v)
  1500. end
  1501. elseif strl == "others" then
  1502. for i,v in pairs(game.Players:GetPlayers()) do
  1503. if v.Name ~= game.Players.LocalPlayer.Name then
  1504. table.insert(Found,v)
  1505. end
  1506. end
  1507. else
  1508. for i,v in pairs(game.Players:GetPlayers()) do
  1509. if v.Name:lower():sub(1, #String) == String:lower() then
  1510. table.insert(Found,v)
  1511. end
  1512. end
  1513. end
  1514. return Found
  1515. end
  1516.  
  1517. Kill.MouseButton1Click:connect(function()
  1518. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1519. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1520. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1521. l.Parent = game.Players.LocalPlayer.Character
  1522. l.Name = "Humanoid"
  1523. wait(0.1)
  1524. game.Players.LocalPlayer.Character["1"]:Destroy()
  1525. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1526. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1527. wait(0.1)
  1528. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1529. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1530. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1531. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1532. end
  1533. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1534. wait(0.2)
  1535. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1536. wait(0.4)
  1537. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  1538. end
  1539. end)
  1540.  
  1541. currentview = false
  1542. View.MouseButton1Click:connect(function()
  1543. currentview = not currentview
  1544. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1545. if currentview then
  1546. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  1547. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  1548. else
  1549. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1550. View.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1551. end
  1552. end
  1553. end)
  1554.  
  1555. Teleport.MouseButton1Click:connect(function()
  1556. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1558. end
  1559. end)
  1560.  
  1561. orbital = false
  1562. Orbit.MouseButton1Click:connect(function()
  1563. orbital = not orbital
  1564. if orbital then
  1565. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  1566. local o = Instance.new("RocketPropulsion")
  1567. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1568. o.Name = "Orbit"
  1569. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1570. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1571. o:Fire()
  1572. game:GetService('RunService').Stepped:connect(function()
  1573. if orbital then
  1574. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1575. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1576. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1577. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1578. end
  1579. end)
  1580. end
  1581. else
  1582. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  1583. Orbit.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1584. end
  1585. end)
  1586.  
  1587. GotoInputCommands.MouseButton1Click:connect(function()
  1588. Main.Visible = false
  1589. InputCmds.Position = Main.Position
  1590. InputCmds.Visible = true
  1591. end)
  1592.  
  1593. GotoMainMenuInputCmd.MouseButton1Click:connect(function()
  1594. InputCmds.Visible = false
  1595. Main.Position = InputCmds.Position
  1596. Main.Visible = true
  1597. end)
  1598.  
  1599. WalkSpeed.MouseButton1Click:connect(function()
  1600. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = AmountInputCmd.Text
  1601. end)
  1602.  
  1603. JumpPower.MouseButton1Click:connect(function()
  1604. game.Players.LocalPlayer.Character.Humanoid.JumpPower = AmountInputCmd.Text
  1605. end)
  1606.  
  1607. HipHeight.MouseButton1Click:connect(function()
  1608. game.Players.LocalPlayer.Character.Humanoid.HipHeight = AmountInputCmd.Text
  1609. end)
  1610.  
  1611. GotoSettings.MouseButton1Click:connect(function()
  1612. Main.Visible = false
  1613. Settings.Position = Main.Position
  1614. Settings.Visible = true
  1615. end)
  1616.  
  1617. GotoMainMenuButton.MouseButton1Click:connect(function()
  1618. Settings.Visible = false
  1619. Main.Position = Settings.Position
  1620. Main.Visible = true
  1621. end)
  1622.  
  1623.  
  1624. if game.Workspace.FilteringEnabled == true then
  1625. FECheckForMain.Text = "Filtering Enabled = True"
  1626. else
  1627. FECheckForMain.Text = "Filtering Enabled = False"
  1628. end
Add Comment
Please, Sign In to add comment