Advertisement
Guest User

Unzillion Gui

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