Mil_Dev

Untitled

Dec 6th, 2019
190
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.196078, 0.196078, 0.196078)
  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.235294, 0.235294, 0.235294)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.117647, 0.117647, 0.117647)
  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.196078, 0.196078, 0.196078)
  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.235294, 0.235294, 0.235294)
  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 = "Ios X By Mil_Dev"
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.0509804, 0.435294, 0.901961)
  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.196078, 0.196078, 0.196078)
  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.235294, 0.235294, 0.235294)
  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 = "Aimbot Torso"
  445. Levitate.Parent = AnimPage1
  446. Levitate.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  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 = "Aimbot Torso"
  452. Levitate.TextColor3 = Color3.new(0, 0, 0)
  453. Levitate.TextSize = 14
  454. Levitate.MouseButton1Down:connect(function()
  455. loadstring(game:HttpGet("https://pastebin.com/raw/mW66yMih", true))()
  456. end)
  457.  
  458. LoopHead.Name = "LoopHead"
  459. LoopHead.Parent = AnimPage1
  460. LoopHead.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  461. LoopHead.BorderSizePixel = 4
  462. LoopHead.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  463. LoopHead.Size = UDim2.new(0, 117, 0, 29)
  464. LoopHead.Font = Enum.Font.Cartoon
  465. LoopHead.Text = "Loop Head"
  466. LoopHead.TextColor3 = Color3.new(0, 0, 0)
  467. LoopHead.TextSize = 14
  468.  
  469. HeadThrow.Name = "HeadThrow"
  470. HeadThrow.Parent = AnimPage1
  471. HeadThrow.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  472. HeadThrow.BorderSizePixel = 4
  473. HeadThrow.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  474. HeadThrow.Size = UDim2.new(0, 117, 0, 29)
  475. HeadThrow.Font = Enum.Font.Cartoon
  476. HeadThrow.Text = "Head Throw"
  477. HeadThrow.TextColor3 = Color3.new(0, 0, 0)
  478. HeadThrow.TextSize = 14
  479. HeadThrow.MouseButton1Down:connect(function()
  480. loadstring(game:HttpGet("https://pastebin.com/raw/fc9CJZNF", true))()
  481. end)
  482.  
  483. MovingHead.Name = "MovingHead"
  484. MovingHead.Parent = AnimPage1
  485. MovingHead.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  486. MovingHead.BorderSizePixel = 4
  487. MovingHead.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  488. MovingHead.Size = UDim2.new(0, 117, 0, 29)
  489. MovingHead.Font = Enum.Font.Cartoon
  490. MovingHead.Text = "Moving Dance"
  491. MovingHead.TextColor3 = Color3.new(0, 0, 0)
  492. MovingHead.TextSize = 14
  493.  
  494. AnimationPages.Name = "AnimationPages"
  495. AnimationPages.Parent = Animations
  496. AnimationPages.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  497. AnimationPages.BorderSizePixel = 0
  498. AnimationPages.Position = UDim2.new(0.596364379, 0, 0.105022833, 0)
  499. AnimationPages.Size = UDim2.new(0, 112, 0, 192)
  500.  
  501. AnimTitle.Name = "AnimTitle"
  502. AnimTitle.Parent = AnimationPages
  503. AnimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  504. AnimTitle.BackgroundTransparency = 1
  505. AnimTitle.BorderSizePixel = 0
  506. AnimTitle.Size = UDim2.new(0, 112, 0, 23)
  507. AnimTitle.Font = Enum.Font.Cartoon
  508. AnimTitle.Text = "Animations!"
  509. AnimTitle.TextColor3 = Color3.new(1, 1, 1)
  510. AnimTitle.TextSize = 14
  511.  
  512. GotoPage1Anim.Name = "GotoPage1Anim"
  513. GotoPage1Anim.Parent = AnimationPages
  514. GotoPage1Anim.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  515. GotoPage1Anim.BorderSizePixel = 2
  516. GotoPage1Anim.Position = UDim2.new(0.0625, 0, 0.182291672, 0)
  517. GotoPage1Anim.Size = UDim2.new(0, 98, 0, 23)
  518. GotoPage1Anim.Font = Enum.Font.Cartoon
  519. GotoPage1Anim.Text = "Page 1"
  520. GotoPage1Anim.TextColor3 = Color3.new(0, 0, 0)
  521. GotoPage1Anim.TextSize = 14
  522.  
  523. GotoPage2Anim.Name = "GotoPage2Anim"
  524. GotoPage2Anim.Parent = AnimationPages
  525. GotoPage2Anim.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  526. GotoPage2Anim.BorderSizePixel = 2
  527. GotoPage2Anim.Position = UDim2.new(0.0625, 0, 0.369791687, 0)
  528. GotoPage2Anim.Size = UDim2.new(0, 98, 0, 23)
  529. GotoPage2Anim.Font = Enum.Font.Cartoon
  530. GotoPage2Anim.Text = "Page 2"
  531. GotoPage2Anim.TextColor3 = Color3.new(0, 0, 0)
  532. GotoPage2Anim.TextSize = 14
  533.  
  534. gotoMainMenuAnim.Name = "gotoMainMenuAnim"
  535. gotoMainMenuAnim.Parent = AnimationPages
  536. gotoMainMenuAnim.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  537. gotoMainMenuAnim.BorderSizePixel = 2
  538. gotoMainMenuAnim.Position = UDim2.new(0.0625, 0, 0.630208313, 0)
  539. gotoMainMenuAnim.Size = UDim2.new(0, 98, 0, 41)
  540. gotoMainMenuAnim.Font = Enum.Font.Cartoon
  541. gotoMainMenuAnim.Text = "Main Menu"
  542. gotoMainMenuAnim.TextColor3 = Color3.new(0, 0, 0)
  543. gotoMainMenuAnim.TextSize = 14
  544.  
  545. AnimTitleThing.Name = "AnimTitleThing"
  546. AnimTitleThing.Parent = Animations
  547. AnimTitleThing.BackgroundColor3 = Color3.new(1, 1, 1)
  548. AnimTitleThing.BackgroundTransparency = 1
  549. AnimTitleThing.BorderSizePixel = 0
  550. AnimTitleThing.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  551. AnimTitleThing.Size = UDim2.new(0, 200, 0, 25)
  552. AnimTitleThing.Font = Enum.Font.Cartoon
  553. AnimTitleThing.Text = "Animations!"
  554. AnimTitleThing.TextColor3 = Color3.new(0, 0, 0)
  555. AnimTitleThing.TextSize = 14
  556. AnimTitleThing.TextXAlignment = Enum.TextXAlignment.Left
  557.  
  558. AnimPage2.Name = "AnimPage2"
  559. AnimPage2.Parent = Animations
  560. AnimPage2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  561. AnimPage2.Position = UDim2.new(0.0851735026, 0, 0.10619469, 0)
  562. AnimPage2.Size = UDim2.new(0, 145, 0, 185)
  563. AnimPage2.Visible = false
  564.  
  565. Punches.Name = "Punches"
  566. Punches.Parent = AnimPage2
  567. Punches.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  568. Punches.BorderSizePixel = 4
  569. Punches.Position = UDim2.new(0.0981049389, 0, 0.0651432574, 0)
  570. Punches.Size = UDim2.new(0, 117, 0, 29)
  571. Punches.Font = Enum.Font.Cartoon
  572. Punches.Text = "Punches"
  573. Punches.TextColor3 = Color3.new(0, 0, 0)
  574. Punches.TextSize = 14
  575.  
  576. Happy.Name = "Happy"
  577. Happy.Parent = AnimPage2
  578. Happy.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  579. Happy.BorderSizePixel = 4
  580. Happy.Position = UDim2.new(0.0981049389, 0, 0.300090641, 0)
  581. Happy.Size = UDim2.new(0, 117, 0, 29)
  582. Happy.Font = Enum.Font.Cartoon
  583. Happy.Text = "Happy"
  584. Happy.TextColor3 = Color3.new(0, 0, 0)
  585. Happy.TextSize = 14
  586.  
  587. SwordStrike.Name = "SwordStrike"
  588. SwordStrike.Parent = AnimPage2
  589. SwordStrike.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  590. SwordStrike.BorderSizePixel = 4
  591. SwordStrike.Position = UDim2.new(0.0981049389, 0, 0.540013075, 0)
  592. SwordStrike.Size = UDim2.new(0, 117, 0, 29)
  593. SwordStrike.Font = Enum.Font.Cartoon
  594. SwordStrike.Text = "Sword Strike"
  595. SwordStrike.TextColor3 = Color3.new(0, 0, 0)
  596. SwordStrike.TextSize = 14
  597.  
  598. Crawl.Name = "Crawl"
  599. Crawl.Parent = AnimPage2
  600. Crawl.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  601. Crawl.BorderSizePixel = 4
  602. Crawl.Position = UDim2.new(0.0993103385, 0, 0.773178756, 0)
  603. Crawl.Size = UDim2.new(0, 117, 0, 29)
  604. Crawl.Font = Enum.Font.Cartoon
  605. Crawl.Text = "Crawl"
  606. Crawl.TextColor3 = Color3.new(0, 0, 0)
  607. Crawl.TextSize = 14
  608.  
  609. TargetCmds.Name = "TargetCmds"
  610. TargetCmds.Parent = Unizillion
  611. TargetCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  612. TargetCmds.BorderSizePixel = 0
  613. TargetCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  614. TargetCmds.Size = UDim2.new(0, 317, 0, 226)
  615. TargetCmds.Visible = false
  616. TargetCmds.Selectable = true
  617. TargetCmds.Draggable = true
  618. TargetCmds.Active = true
  619.  
  620. targetlabel.Name = "targetlabel"
  621. targetlabel.Parent = TargetCmds
  622. targetlabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  623. targetlabel.BorderSizePixel = 0
  624. targetlabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  625. targetlabel.Size = UDim2.new(0, 317, 0, 32)
  626.  
  627. targetshadow.Name = "targetshadow"
  628. targetshadow.Parent = TargetCmds
  629. targetshadow.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  630. targetshadow.BorderSizePixel = 0
  631. targetshadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  632. targetshadow.Size = UDim2.new(0, 317, 0, 13)
  633.  
  634. TargetLabel.Name = "TargetLabel"
  635. TargetLabel.Parent = TargetCmds
  636. TargetLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  637. TargetLabel.BackgroundTransparency = 1
  638. TargetLabel.BorderSizePixel = 0
  639. TargetLabel.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  640. TargetLabel.Size = UDim2.new(0, 200, 0, 25)
  641. TargetLabel.Font = Enum.Font.Cartoon
  642. TargetLabel.Text = "Target Commands!"
  643. TargetLabel.TextColor3 = Color3.new(0, 0, 0)
  644. TargetLabel.TextSize = 14
  645. TargetLabel.TextXAlignment = Enum.TextXAlignment.Left
  646.  
  647. TargetTargetcmds.Name = "Target/Targetcmds"
  648. TargetTargetcmds.Parent = TargetCmds
  649. TargetTargetcmds.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  650. TargetTargetcmds.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  651. TargetTargetcmds.BorderSizePixel = 6
  652. TargetTargetcmds.Position = UDim2.new(0.0977918059, 0, 0.637168109, 0)
  653. TargetTargetcmds.Size = UDim2.new(0, 185, 0, 55)
  654. TargetTargetcmds.Font = Enum.Font.Cartoon
  655. TargetTargetcmds.Text = "Target"
  656. TargetTargetcmds.TextColor3 = Color3.new(0, 0, 0)
  657. TargetTargetcmds.TextSize = 14
  658.  
  659. Teleport.Name = "Teleport"
  660. Teleport.Parent = TargetCmds
  661. Teleport.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  662. Teleport.BorderSizePixel = 4
  663. Teleport.Position = UDim2.new(0.105882, 0.164706, 0.207843)
  664. Teleport.Size = UDim2.new(0, 117, 0, 29)
  665. Teleport.Font = Enum.Font.Cartoon
  666. Teleport.Text = "Teleport"
  667. Teleport.TextColor3 = Color3.new(0, 0, 0)
  668. Teleport.TextSize = 14
  669.  
  670. Kill.Name = "Kill"
  671. Kill.Parent = TargetCmds
  672. Kill.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  673. Kill.BorderSizePixel = 4
  674. Kill.Position = UDim2.new(0.556723595, 0, 0.151497364, 0)
  675. Kill.Size = UDim2.new(0, 117, 0, 29)
  676. Kill.Font = Enum.Font.Cartoon
  677. Kill.Text = "Kill"
  678. Kill.TextColor3 = Color3.new(0, 0, 0)
  679. Kill.TextSize = 14
  680.  
  681. Orbit.Name = "Orbit"
  682. Orbit.Parent = TargetCmds
  683. Orbit.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  684. Orbit.BorderSizePixel = 4
  685. Orbit.Position = UDim2.new(0.555146277, 0, 0.377161086, 0)
  686. Orbit.Size = UDim2.new(0, 117, 0, 29)
  687. Orbit.Font = Enum.Font.Cartoon
  688. Orbit.Text = "Orbit"
  689. Orbit.TextColor3 = Color3.new(0, 0, 0)
  690. Orbit.TextSize = 14
  691.  
  692. View.Name = "View"
  693. View.Parent = TargetCmds
  694. View.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  695. View.BorderSizePixel = 4
  696. View.Position = UDim2.new(0.0598781593, 0, 0.377161086, 0)
  697. View.Size = UDim2.new(0, 117, 0, 29)
  698. View.Font = Enum.Font.Cartoon
  699. View.Text = "View"
  700. View.TextColor3 = Color3.new(0, 0, 0)
  701. View.TextSize = 14
  702.  
  703. GotoMainmenuTarget.Name = "GotoMainmenuTarget"
  704. GotoMainmenuTarget.Parent = TargetCmds
  705. GotoMainmenuTarget.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  706. GotoMainmenuTarget.BorderSizePixel = 4
  707. GotoMainmenuTarget.Position = UDim2.new(0.769716084, 0, 0.654867232, 0)
  708. GotoMainmenuTarget.Size = UDim2.new(0, 49, 0, 47)
  709. GotoMainmenuTarget.Font = Enum.Font.Cartoon
  710. GotoMainmenuTarget.Text = "Main Menu"
  711. GotoMainmenuTarget.TextColor3 = Color3.new(0, 0, 0)
  712. GotoMainmenuTarget.TextSize = 14
  713. GotoMainmenuTarget.TextWrapped = true
  714.  
  715. InputCmds.Name = "InputCmds"
  716. InputCmds.Parent = Unizillion
  717. InputCmds.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  718. InputCmds.BorderSizePixel = 0
  719. InputCmds.Position = UDim2.new(0.0939780995, 0, 0.379446626, 0)
  720. InputCmds.Size = UDim2.new(0, 317, 0, 226)
  721. InputCmds.Visible = false
  722. InputCmds.Draggable = true
  723. InputCmds.Active = true
  724. InputCmds.Selectable = true
  725.  
  726. InputLabel.Name = "InputLabel"
  727. InputLabel.Parent = InputCmds
  728. InputLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  729. InputLabel.BorderSizePixel = 0
  730. InputLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  731. InputLabel.Size = UDim2.new(0, 317, 0, 32)
  732.  
  733. InputShadow.Name = "InputShadow"
  734. InputShadow.Parent = InputCmds
  735. InputShadow.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  736. InputShadow.BorderSizePixel = 0
  737. InputShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  738. InputShadow.Size = UDim2.new(0, 317, 0, 13)
  739.  
  740. Inputcmdtitle.Name = "Inputcmdtitle"
  741. Inputcmdtitle.Parent = InputCmds
  742. Inputcmdtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  743. Inputcmdtitle.BackgroundTransparency = 1
  744. Inputcmdtitle.BorderSizePixel = 0
  745. Inputcmdtitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  746. Inputcmdtitle.Size = UDim2.new(0, 200, 0, 25)
  747. Inputcmdtitle.Font = Enum.Font.Cartoon
  748. Inputcmdtitle.Text = "Input Commands!"
  749. Inputcmdtitle.TextColor3 = Color3.new(0, 0, 0)
  750. Inputcmdtitle.TextSize = 14
  751. Inputcmdtitle.TextXAlignment = Enum.TextXAlignment.Left
  752.  
  753. AmountInputCmd.Name = "AmountInputCmd"
  754. AmountInputCmd.Parent = InputCmds
  755. AmountInputCmd.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  756. AmountInputCmd.BorderColor3 = Color3.new(0.0392157, 0.376471, 0.756863)
  757. AmountInputCmd.BorderSizePixel = 6
  758. AmountInputCmd.Position = UDim2.new(0.0977918059, 0, 0.637168109, 0)
  759. AmountInputCmd.Size = UDim2.new(0, 185, 0, 55)
  760. AmountInputCmd.Font = Enum.Font.Cartoon
  761. AmountInputCmd.Text = "Amount"
  762. AmountInputCmd.TextColor3 = Color3.new(0, 0, 0)
  763. AmountInputCmd.TextSize = 14
  764.  
  765. JumpPower.Name = "JumpPower"
  766. JumpPower.Parent = InputCmds
  767. JumpPower.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  768. JumpPower.BorderSizePixel = 4
  769. JumpPower.Position = UDim2.new(0.0614554472, 0, 0.151497364, 0)
  770. JumpPower.Size = UDim2.new(0, 117, 0, 29)
  771. JumpPower.Font = Enum.Font.Cartoon
  772. JumpPower.Text = "JumpPower"
  773. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  774. JumpPower.TextSize = 14
  775.  
  776. WalkSpeed.Name = "WalkSpeed"
  777. WalkSpeed.Parent = InputCmds
  778. WalkSpeed.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  779. WalkSpeed.BorderSizePixel = 4
  780. WalkSpeed.Position = UDim2.new(0.556723595, 0, 0.279815942, 0)
  781. WalkSpeed.Size = UDim2.new(0, 117, 0, 29)
  782. WalkSpeed.Font = Enum.Font.Cartoon
  783. WalkSpeed.Text = "Walkspeed"
  784. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  785. WalkSpeed.TextSize = 14
  786.  
  787. HipHeight.Name = "HipHeight"
  788. HipHeight.Parent = InputCmds
  789. HipHeight.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  790. HipHeight.BorderSizePixel = 4
  791. HipHeight.Position = UDim2.new(0.0598781593, 0, 0.377161086, 0)
  792. HipHeight.Size = UDim2.new(0, 117, 0, 29)
  793. HipHeight.Font = Enum.Font.Cartoon
  794. HipHeight.Text = "HipHeight"
  795. HipHeight.TextColor3 = Color3.new(0, 0, 0)
  796. HipHeight.TextSize = 14
  797.  
  798. GotoMainMenuInputCmd.Name = "GotoMainMenu/InputCmd"
  799. GotoMainMenuInputCmd.Parent = InputCmds
  800. GotoMainMenuInputCmd.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  801. GotoMainMenuInputCmd.BorderSizePixel = 4
  802. GotoMainMenuInputCmd.Position = UDim2.new(0.769716084, 0, 0.654867232, 0)
  803. GotoMainMenuInputCmd.Size = UDim2.new(0, 49, 0, 47)
  804. GotoMainMenuInputCmd.Font = Enum.Font.Cartoon
  805. GotoMainMenuInputCmd.Text = "Main Menu"
  806. GotoMainMenuInputCmd.TextColor3 = Color3.new(0, 0, 0)
  807. GotoMainMenuInputCmd.TextSize = 14
  808. GotoMainMenuInputCmd.TextWrapped = true
  809.  
  810. Settings.Name = "Settings"
  811. Settings.Parent = Unizillion
  812. Settings.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  813. Settings.BorderSizePixel = 0
  814. Settings.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  815. Settings.Size = UDim2.new(0, 317, 0, 226)
  816. Settings.Visible = false
  817. Settings.Draggable = true
  818. Settings.Selectable = true
  819. Settings.Active = true
  820.  
  821. SettingsTopLabel.Name = "SettingsTopLabel"
  822. SettingsTopLabel.Parent = Settings
  823. SettingsTopLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  824. SettingsTopLabel.BorderSizePixel = 0
  825. SettingsTopLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  826. SettingsTopLabel.Size = UDim2.new(0, 317, 0, 32)
  827.  
  828. SettingsShadow.Name = "SettingsShadow"
  829. SettingsShadow.Parent = Settings
  830. SettingsShadow.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  831. SettingsShadow.BorderSizePixel = 0
  832. SettingsShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  833. SettingsShadow.Size = UDim2.new(0, 317, 0, 13)
  834.  
  835. SettingsTitle.Name = "SettingsTitle"
  836. SettingsTitle.Parent = Settings
  837. SettingsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  838. SettingsTitle.BackgroundTransparency = 1
  839. SettingsTitle.BorderSizePixel = 0
  840. SettingsTitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  841. SettingsTitle.Size = UDim2.new(0, 200, 0, 25)
  842. SettingsTitle.Font = Enum.Font.Cartoon
  843. SettingsTitle.Text = "Ios X By Mil_Dev"
  844. SettingsTitle.TextColor3 = Color3.new(0, 0, 0)
  845. SettingsTitle.TextSize = 14
  846. SettingsTitle.TextXAlignment = Enum.TextXAlignment.Left
  847.  
  848. SettingsUserImage.Name = "SettingsUserImage"
  849. SettingsUserImage.Parent = Settings
  850. SettingsUserImage.BackgroundColor3 = Color3.new(1, 1, 1)
  851. SettingsUserImage.Position = UDim2.new(0.58359623, 0, 0.172566369, 0)
  852. SettingsUserImage.Size = UDim2.new(0, 110, 0, 120)
  853. SettingsUserImage.Image = "rbxassetid://924320031"
  854.  
  855. ThemesTitle.Name = "ThemesTitle"
  856. ThemesTitle.Parent = Settings
  857. ThemesTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  858. ThemesTitle.BackgroundTransparency = 1
  859. ThemesTitle.BorderSizePixel = 0
  860. ThemesTitle.Position = UDim2.new(0.0252365936, 0, 0.0707964599, 0)
  861. ThemesTitle.Size = UDim2.new(0, 157, 0, 44)
  862. ThemesTitle.Font = Enum.Font.Cartoon
  863. ThemesTitle.Text = "?"
  864. ThemesTitle.TextColor3 = Color3.new(1, 1, 1)
  865. ThemesTitle.TextSize = 14
  866.  
  867. RedWhiteTheme.Name = "(coming soon)"
  868. RedWhiteTheme.Parent = Settings
  869. RedWhiteTheme.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  870. RedWhiteTheme.BorderSizePixel = 4
  871. RedWhiteTheme.Position = UDim2.new(0.0898466185, 0, 0.264329195, 0)
  872. RedWhiteTheme.Size = UDim2.new(0, 117, 0, 29)
  873. RedWhiteTheme.Font = Enum.Font.Cartoon
  874. RedWhiteTheme.Text = "(coming soon)"
  875. RedWhiteTheme.TextColor3 = Color3.new(0, 0, 0)
  876. RedWhiteTheme.TextSize = 14
  877.  
  878. BlackGreenTheme.Name = "Game Gui(coming soon)"
  879. BlackGreenTheme.Parent = Settings
  880. BlackGreenTheme.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  881. BlackGreenTheme.BorderSizePixel = 4
  882. BlackGreenTheme.Position = UDim2.new(0.0898466185, 0, 0.476718545, 0)
  883. BlackGreenTheme.Size = UDim2.new(0, 117, 0, 29)
  884. BlackGreenTheme.Font = Enum.Font.Cartoon
  885. BlackGreenTheme.Text = "(coming soon)"
  886. BlackGreenTheme.TextColor3 = Color3.new(0, 0, 0)
  887. BlackGreenTheme.TextSize = 14
  888.  
  889. YellowBlueTheme.Name = "Game Gui(coming soon)"
  890. YellowBlueTheme.Parent = Settings
  891. YellowBlueTheme.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  892. YellowBlueTheme.BorderSizePixel = 4
  893. YellowBlueTheme.Position = UDim2.new(0.0898466185, 0, 0.702382267, 0)
  894. YellowBlueTheme.Size = UDim2.new(0, 117, 0, 29)
  895. YellowBlueTheme.Font = Enum.Font.Cartoon
  896. YellowBlueTheme.Text = "(coming soon)"
  897. YellowBlueTheme.TextColor3 = Color3.new(0, 0, 0)
  898. YellowBlueTheme.TextSize = 14
  899.  
  900. WelcomeTitle.Name = "WelcomeTitle"
  901. WelcomeTitle.Parent = Settings
  902. WelcomeTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  903. WelcomeTitle.BackgroundTransparency = 1
  904. WelcomeTitle.BorderColor3 = Color3.new(1, 1, 1)
  905. WelcomeTitle.BorderSizePixel = 0
  906. WelcomeTitle.Position = UDim2.new(0.582018912, 0, 0.734513283, 0)
  907. WelcomeTitle.Size = UDim2.new(0, 112, 0, 22)
  908. WelcomeTitle.Font = Enum.Font.Cartoon
  909. WelcomeTitle.Text = "Welcome!"
  910. WelcomeTitle.TextColor3 = Color3.new(1, 1, 1)
  911. WelcomeTitle.TextSize = 14
  912.  
  913. GotoMainMenuButton.Name = "GotoMainMenuButton"
  914. GotoMainMenuButton.Parent = Settings
  915. GotoMainMenuButton.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  916. GotoMainMenuButton.BorderSizePixel = 4
  917. GotoMainMenuButton.Position = UDim2.new(0.621451139, 0, 0.871681452, 0)
  918. GotoMainMenuButton.Size = UDim2.new(0, 86, 0, 14)
  919. GotoMainMenuButton.Font = Enum.Font.Cartoon
  920. GotoMainMenuButton.Text = "Main Menu"
  921. GotoMainMenuButton.TextColor3 = Color3.new(0, 0, 0)
  922. GotoMainMenuButton.TextSize = 14
  923.  
  924. Login.Name = "Login"
  925. Login.Parent = Unizillion
  926. Login.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  927. Login.BorderSizePixel = 0
  928. Login.Position = UDim2.new(0.246350348, 0, 0.416996062, 0)
  929. Login.Size = UDim2.new(0, 317, 0, 226)
  930. Login.Visible = true
  931. Login.Draggable = true
  932. Login.Active = true
  933. Login.Selectable = true
  934.  
  935. TopLoginLabel.Name = "TopLoginLabel"
  936. TopLoginLabel.Parent = Login
  937. TopLoginLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  938. TopLoginLabel.BorderSizePixel = 0
  939. TopLoginLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  940. TopLoginLabel.Size = UDim2.new(0, 317, 0, 32)
  941.  
  942. LoginShadow.Name = "LoginShadow"
  943. LoginShadow.Parent = Login
  944. LoginShadow.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  945. LoginShadow.BorderSizePixel = 0
  946. LoginShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  947. LoginShadow.Size = UDim2.new(0, 317, 0, 13)
  948.  
  949. LoginTitle.Name = "LoginTitle"
  950. LoginTitle.Parent = Login
  951. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  952. LoginTitle.BackgroundTransparency = 1
  953. LoginTitle.BorderSizePixel = 0
  954. LoginTitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  955. LoginTitle.Size = UDim2.new(0, 200, 0, 25)
  956. LoginTitle.Font = Enum.Font.Cartoon
  957. LoginTitle.Text = "Ios X By Mil_Dev"
  958. LoginTitle.TextColor3 = Color3.new(0, 0, 0)
  959. LoginTitle.TextSize = 14
  960. LoginTitle.TextXAlignment = Enum.TextXAlignment.Left
  961.  
  962. LoginExit.Name = "LoginExit"
  963. LoginExit.Parent = Login
  964. LoginExit.BackgroundColor3 = Color3.new(1, 1, 1)
  965. LoginExit.BackgroundTransparency = 1
  966. LoginExit.BorderSizePixel = 0
  967. LoginExit.Position = UDim2.new(0.883280754, 0, -0.119469024, 0)
  968. LoginExit.Size = UDim2.new(0, 37, 0, 25)
  969. LoginExit.Font = Enum.Font.Cartoon
  970. LoginExit.Text = "X"
  971. LoginExit.TextColor3 = Color3.new(0, 0, 0)
  972. LoginExit.TextSize = 14
  973.  
  974. LoginTitlev2.Name = "LoginTitlev2"
  975. LoginTitlev2.Parent = Login
  976. LoginTitlev2.BackgroundColor3 = Color3.new(1, 1, 1)
  977. LoginTitlev2.BackgroundTransparency = 1
  978. LoginTitlev2.BorderSizePixel = 0
  979. LoginTitlev2.Position = UDim2.new(0.182965294, 0, 0.0619469061, 0)
  980. LoginTitlev2.Size = UDim2.new(0, 201, 0, 32)
  981. LoginTitlev2.Font = Enum.Font.Cartoon
  982. LoginTitlev2.Text = "Login"
  983. LoginTitlev2.TextColor3 = Color3.new(1, 1, 1)
  984. LoginTitlev2.TextSize = 14
  985.  
  986. LoginUsername.Name = "LoginUsername"
  987. LoginUsername.Parent = Login
  988. LoginUsername.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  989. LoginUsername.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  990. LoginUsername.BorderSizePixel = 2
  991. LoginUsername.Position = UDim2.new(0.173501581, 0, 0.24778761, 0)
  992. LoginUsername.Size = UDim2.new(0, 207, 0, 40)
  993. LoginUsername.Font = Enum.Font.Cartoon
  994. LoginUsername.Text = "Username"
  995. LoginUsername.TextColor3 = Color3.new(0, 0, 0)
  996. LoginUsername.TextSize = 14
  997.  
  998. LoginPassword.Name = "LoginPassword"
  999. LoginPassword.Parent = Login
  1000. LoginPassword.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  1001. LoginPassword.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1002. LoginPassword.BorderSizePixel = 2
  1003. LoginPassword.Position = UDim2.new(0.173501581, 0, 0.513274312, 0)
  1004. LoginPassword.Size = UDim2.new(0, 207, 0, 40)
  1005. LoginPassword.Font = Enum.Font.Cartoon
  1006. LoginPassword.Text = "Password"
  1007. LoginPassword.TextColor3 = Color3.new(0, 0, 0)
  1008. LoginPassword.TextSize = 14
  1009.  
  1010. LoginSubmit.Name = "LoginSubmit"
  1011. LoginSubmit.Parent = Login
  1012. LoginSubmit.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  1013. LoginSubmit.Position = UDim2.new(0.288643539, 0, 0.792035401, 0)
  1014. LoginSubmit.Size = UDim2.new(0, 134, 0, 27)
  1015. LoginSubmit.Font = Enum.Font.Cartoon
  1016. LoginSubmit.Text = "Submit"
  1017. LoginSubmit.TextColor3 = Color3.new(0, 0, 0)
  1018. LoginSubmit.TextSize = 14
  1019.  
  1020. LoginSubmit.MouseButton1Click:connect(function()
  1021. if LoginUsername.Text == "Mil_dev" and LoginPassword.Text == "MilX" then
  1022. Login.Visible = false
  1023. Main.Position = Login.Position
  1024. Main.Visible = true
  1025. end
  1026. end)
  1027.  
  1028. LoginSubmit.MouseButton1Click:connect(function()
  1029. if LoginUsername.Text == "Hunter" and LoginPassword.Text == "HunterIsDaBest" then
  1030. Login.Visible = false
  1031. Main.Position = Login.Position
  1032. Main.Visible = true
  1033. end
  1034. end)
  1035.  
  1036. LoginSubmit.MouseButton1Click:connect(function()
  1037. if LoginUsername.Text == "SCP" and LoginPassword.Text == "SCP" then
  1038. Login.Visible = false
  1039. Main.Position = Login.Position
  1040. Main.Visible = true
  1041. end
  1042. end)
  1043.  
  1044. MainUserLabel.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..game.Players.LocalPlayer.Name
  1045.  
  1046. SettingsUserImage.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..game.Players.LocalPlayer.Name
  1047.  
  1048. LoginExit.MouseButton1Click:connect(function()
  1049. Unizillion:Destroy()
  1050. end)
  1051.  
  1052. MainExit.MouseButton1Click:connect(function()
  1053. Unizillion:Destroy()
  1054. end)
  1055.  
  1056. GotoLocalCommands.MouseButton1Click:connect(function()
  1057. Main.Visible = false
  1058. LocalCmds.Visible = true
  1059. LocalCmds.Position = Main.Position
  1060. end)
  1061.  
  1062. GotoMainMenuLocalCmd.MouseButton1Click:connect(function()
  1063. LocalCmds.Visible = false
  1064. Main.Position = LocalCmds.Position
  1065. Main.Visible = true
  1066. end)
  1067.  
  1068. Invisible.MouseButton1Click:connect(function()
  1069. Local = game:GetService('Players').LocalPlayer
  1070. Char = Local.Character
  1071. touched,tpdback = false, false
  1072. Local.CharacterAdded:connect(function(char)
  1073. if script.Disabled ~= true then
  1074. wait(.25)
  1075. loc = Char.HumanoidRootPart.Position
  1076. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1077. end
  1078. end)
  1079. game:GetService('UserInputService').InputBegan:connect(function(key)
  1080. if key.KeyCode == Enum.KeyCode.Equals then
  1081. if script.Disabled ~= true then
  1082. script.Disabled = true
  1083. print'you may re-execute'
  1084. end
  1085. end
  1086. end)
  1087. box = Instance.new('Part',workspace)
  1088. box.Anchored = true
  1089. box.CanCollide = true
  1090. box.Size = Vector3.new(10,1,10)
  1091. box.Position = Vector3.new(0,10000,0)
  1092. box.Touched:connect(function(part)
  1093. if (part.Parent.Name == Local.Name) then
  1094. if touched == false then
  1095. touched = true
  1096. function apply()
  1097. if script.Disabled ~= true then
  1098. no = Char.HumanoidRootPart:Clone()
  1099. wait(.25)
  1100. Char.HumanoidRootPart:Destroy()
  1101. no.Parent = Char
  1102. Char:MoveTo(loc)
  1103. touched = false
  1104. end end
  1105. if Char then
  1106. apply()
  1107. end
  1108. end
  1109. end
  1110. end)
  1111. repeat wait() until Char
  1112. loc = Char.HumanoidRootPart.Position
  1113. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1114. end)
  1115.  
  1116. Fly.MouseButton1Click:connect(function()
  1117. repeat wait()
  1118. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1119. local mouse = game.Players.LocalPlayer:GetMouse()
  1120. repeat wait() until mouse
  1121. local plr = game.Players.LocalPlayer
  1122. local torso = plr.Character.Torso
  1123. local flying = true
  1124. local deb = true
  1125. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1126. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1127. local maxspeed = 50
  1128. local speed = 0
  1129.  
  1130. function Fly()
  1131. local bg = Instance.new("BodyGyro", torso)
  1132. bg.P = 9e4
  1133. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1134. bg.cframe = torso.CFrame
  1135. local bv = Instance.new("BodyVelocity", torso)
  1136. bv.velocity = Vector3.new(0,0.1,0)
  1137. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1138. repeat wait()
  1139. plr.Character.Humanoid.PlatformStand = true
  1140. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1141. speed = speed+.5+(speed/maxspeed)
  1142. if speed > maxspeed then
  1143. speed = maxspeed
  1144. end
  1145. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1146. speed = speed-1
  1147. if speed < 0 then
  1148. speed = 0
  1149. end
  1150. end
  1151. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1152. 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
  1153. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1154. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1155. 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
  1156. else
  1157. bv.velocity = Vector3.new(0,0.1,0)
  1158. end
  1159. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1160. until not flying
  1161. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1162. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1163. speed = 0
  1164. bg:Destroy()
  1165. bv:Destroy()
  1166. plr.Character.Humanoid.PlatformStand = false
  1167. end
  1168. mouse.KeyDown:connect(function(key)
  1169. if key:lower() == "e" then
  1170. if flying then flying = false
  1171. else
  1172. flying = true
  1173. Fly()
  1174. end
  1175. elseif key:lower() == "w" then
  1176. ctrl.f = 1
  1177. elseif key:lower() == "s" then
  1178. ctrl.b = -1
  1179. elseif key:lower() == "a" then
  1180. ctrl.l = -1
  1181. elseif key:lower() == "d" then
  1182. ctrl.r = 1
  1183. end
  1184. end)
  1185. mouse.KeyUp:connect(function(key)
  1186. if key:lower() == "w" then
  1187. ctrl.f = 0
  1188. elseif key:lower() == "s" then
  1189. ctrl.b = 0
  1190. elseif key:lower() == "a" then
  1191. ctrl.l = 0
  1192. elseif key:lower() == "d" then
  1193. ctrl.r = 0
  1194. end
  1195. end)
  1196. Fly()
  1197. end)
  1198.  
  1199. clip = true
  1200. Noclip.MouseButton1Click:connect(function()
  1201. clip = not clip
  1202. game:GetService('RunService').Stepped:connect(function()
  1203. if not clip then
  1204. Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1205. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1206. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1207. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1208. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1209. else
  1210. Noclip.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1211. end
  1212. end)
  1213. end)
  1214.  
  1215. Clip.MouseButton1Click:connect(function()
  1216. local function create()
  1217. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1218. tool.Name = "Click Teleport"
  1219. tool.CanBeDropped = false
  1220. tool.RequiresHandle = false
  1221.  
  1222. local mouse = game.Players.LocalPlayer:GetMouse()
  1223.  
  1224. tool.Activated:connect(function()
  1225. game.Players.LocalPlayer.Character:MoveTo(mouse.Hit.p + Vector3.new(0, 5, 0))
  1226. end)
  1227. end
  1228. wait(.5)
  1229.  
  1230. create()
  1231. game.Players.LocalPlayer.CharacterAdded:connect(create)
  1232.  
  1233. end)
  1234.  
  1235. GotoPage2LocalCmd.MouseButton1Click:connect(function()
  1236. LocalCmdPage1.Visible = false
  1237. LocalCmdPage2.Visible = true
  1238. end)
  1239.  
  1240. GotoPage1LocalCmd.MouseButton1Click:connect(function()
  1241. LocalCmdPage2.Visible = false
  1242. LocalCmdPage1.Visible = true
  1243. end)
  1244.  
  1245. BrickHats.MouseButton1Click:connect(function()
  1246. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1247. if (v:IsA("Accessory")) then
  1248. v.Handle.Mesh:remove()
  1249. end
  1250. end
  1251. end)
  1252.  
  1253. God.MouseButton1Click:connect(function()
  1254. local player=game.Players.LocalPlayer.Character
  1255. player.Humanoid:Remove()
  1256. Instance.new('Humanoid',player)
  1257. end)
  1258.  
  1259. Respawn.MouseButton1Click:connect(function()
  1260. local mod = Instance.new('Model', workspace) mod.Name = 're '..game.Players.LocalPlayer.Name
  1261. local hum = Instance.new('Humanoid', mod)
  1262. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1263. game.Players.LocalPlayer.Character = mod
  1264. end)
  1265.  
  1266. RemoveToolMesh.MouseButton1Click:connect(function()
  1267. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1268. if (v:IsA("Tool")) then
  1269. v.Handle.Mesh:Destroy()
  1270. end
  1271. end
  1272. end)
  1273.  
  1274. GotoAnimations.MouseButton1Click:connect(function()
  1275. Main.Visible = false
  1276. Animations.Position = Main.Position
  1277. Animations.Visible = true
  1278. end)
  1279.  
  1280. gotoMainMenuAnim.MouseButton1Click:connect(function()
  1281. Animations.Visible = false
  1282. Main.Position = Animations.Position
  1283. Main.Visible = true
  1284. end)
  1285.  
  1286. local Anim = Instance.new("Animation")
  1287. Anim.AnimationId = "rbxassetid://35154961"
  1288. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1289. local headthrowACTIVE = false
  1290. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1291. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1292. headthrowACTIVE = false
  1293. HeadThrow.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1294. end)
  1295. HeadThrow.MouseButton1Click:connect(function()
  1296. headthrowACTIVE = not headthrowACTIVE
  1297. if headthrowACTIVE then
  1298. HeadThrow.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1299. while wait() do
  1300. if track.IsPlaying == false then
  1301. if headthrowACTIVE then
  1302. track:Play(.1, 1, 1)
  1303. end
  1304. end
  1305. end
  1306. else
  1307. track:Stop()
  1308. HeadThrow.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1309. end
  1310. end)
  1311.  
  1312. local Anim = Instance.new("Animation")
  1313. Anim.AnimationId = "rbxassetid://313762630"
  1314. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1315. local levitateACTIVE = false
  1316. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1317. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1318. levitateACTIVE = false
  1319. Levitate.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1320. end)
  1321. Levitate.MouseButton1Click:connect(function()
  1322. levitateACTIVE = not levitateACTIVE
  1323. if levitateACTIVE then
  1324. Levitate.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1325. while wait() do
  1326. if track.IsPlaying == false then
  1327. if levitateACTIVE then
  1328. track:Play(.1, 1, 1)
  1329. end
  1330. end
  1331. end
  1332. else
  1333. track:Stop()
  1334. Levitate.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1335. end
  1336. end)
  1337.  
  1338. local Anim = Instance.new("Animation")
  1339. Anim.AnimationId = "rbxassetid://35154961"
  1340. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1341. local loopheadACTIVE = false
  1342. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1343. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1344. loopheadACTIVE = false
  1345. LoopHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1346. end)
  1347. LoopHead.MouseButton1Click:connect(function()
  1348. loopheadACTIVE = not loopheadACTIVE
  1349. if loopheadACTIVE then
  1350. LoopHead.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1351. while wait() do
  1352. if track.IsPlaying == false then
  1353. if loopheadACTIVE then
  1354. track:Play(.1, 1, 1e6)
  1355. end
  1356. end
  1357. end
  1358. else
  1359. track:Stop()
  1360. LoopHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1361. end
  1362. end)
  1363.  
  1364. local Anim = Instance.new("Animation")
  1365. Anim.AnimationId = "rbxassetid://429703734"
  1366. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1367. local movingdanceACTIVE = false
  1368. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1369. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1370. movingdanceACTIVE = false
  1371. MovingHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1372. end)
  1373. MovingHead.MouseButton1Click:connect(function()
  1374. movingdanceACTIVE = not movingdanceACTIVE
  1375. if movingdanceACTIVE then
  1376. MovingHead.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1377. while wait() do
  1378. if track.IsPlaying == false then
  1379. if movingdanceACTIVE then
  1380. track:Play(.1, 1, 1)
  1381. end
  1382. end
  1383. end
  1384. else
  1385. track:Stop()
  1386. MovingHead.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1387. end
  1388. end)
  1389.  
  1390. GotoPage2Anim.MouseButton1Click:connect(function()
  1391. AnimPage1.Visible = false
  1392. AnimPage2.Visible = true
  1393. end)
  1394.  
  1395. GotoPage1Anim.MouseButton1Click:connect(function()
  1396. AnimPage2.Visible = false
  1397. AnimPage1.Visible = true
  1398. end)
  1399.  
  1400. local Anim = Instance.new("Animation")
  1401. Anim.AnimationId = "rbxassetid://282574440"
  1402. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1403. local crawlACTIVE = false
  1404. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1405. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1406. crawlACTIVE = false
  1407. Crawl.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1408. end)
  1409. Crawl.MouseButton1Click:connect(function()
  1410. crawlACTIVE = not crawlACTIVE
  1411. if crawlACTIVE then
  1412. Crawl.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1413. while wait() do
  1414. if track.IsPlaying == false then
  1415. if crawlACTIVE then
  1416. track:Play(.1, 1, 1)
  1417. end
  1418. end
  1419. end
  1420. else
  1421. track:Stop()
  1422. Crawl.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1423. end
  1424. end)
  1425.  
  1426. local Anim = Instance.new("Animation")
  1427. Anim.AnimationId = "rbxassetid://204295235"
  1428. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1429. local swordstrikeACTIVE = false
  1430. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1431. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1432. swordstrikeACTIVE = false
  1433. SwordStrike.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1434. end)
  1435. SwordStrike.MouseButton1Click:connect(function()
  1436. swordstrikeACTIVE = not swordstrikeACTIVE
  1437. if swordstrikeACTIVE then
  1438. SwordStrike.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1439. while wait() do
  1440. if track.IsPlaying == false then
  1441. if swordstrikeACTIVE then
  1442. track:Play(.1, 1, 1)
  1443. end
  1444. end
  1445. end
  1446. else
  1447. track:Stop()
  1448. SwordStrike.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1449. end
  1450. end)
  1451.  
  1452. local Anim = Instance.new("Animation")
  1453. Anim.AnimationId = "rbxassetid://126753849"
  1454. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1455. local punchesACTIVE = false
  1456. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1457. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1458. punchesACTIVE = false
  1459. Punches.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1460. end)
  1461. Punches.MouseButton1Click:connect(function()
  1462. punchesACTIVE = not punchesACTIVE
  1463. if punchesACTIVE then
  1464. Punches.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1465. while wait() do
  1466. if track.IsPlaying == false then
  1467. if punchesACTIVE then
  1468. track:Play(.1, 1, 1)
  1469. end
  1470. end
  1471. end
  1472. else
  1473. track:Stop()
  1474. Punches.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1475. end
  1476. end)
  1477.  
  1478. local Anim = Instance.new("Animation")
  1479. Anim.AnimationId = "rbxassetid://45834924"
  1480. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1481. local happyACTIVE = false
  1482. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  1483. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  1484. happyACTIVE = false
  1485. Happy.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1486. end)
  1487. Happy.MouseButton1Click:connect(function()
  1488. happyACTIVE = not happyACTIVE
  1489. if happyACTIVE then
  1490. Happy.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765)
  1491. while wait() do
  1492. if track.IsPlaying == false then
  1493. if happyACTIVE then
  1494. track:Play(.1, 1, 1)
  1495. end
  1496. end
  1497. end
  1498. else
  1499. track:Stop()
  1500. Happy.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1501. end
  1502. end)
  1503.  
  1504. GotoTargetCommands.MouseButton1Click:connect(function()
  1505. Main.Visible = false
  1506. TargetCmds.Position = Main.Position
  1507. TargetCmds.Visible = true
  1508. end)
  1509.  
  1510. GotoMainmenuTarget.MouseButton1Click:connect(function()
  1511. TargetCmds.Visible = false
  1512. Main.Position = TargetCmds.Position
  1513. Main.Visible = true
  1514. end)
  1515.  
  1516. function GetPlayer(String)
  1517. local Found = {}
  1518. local strl = String:lower()
  1519. if strl == "all" then
  1520. for i,v in pairs(game.Players:GetPlayers()) do
  1521. table.insert(Found,v)
  1522. end
  1523. elseif strl == "others" then
  1524. for i,v in pairs(game.Players:GetPlayers()) do
  1525. if v.Name ~= game.Players.LocalPlayer.Name then
  1526. table.insert(Found,v)
  1527. end
  1528. end
  1529. else
  1530. for i,v in pairs(game.Players:GetPlayers()) do
  1531. if v.Name:lower():sub(1, #String) == String:lower() then
  1532. table.insert(Found,v)
  1533. end
  1534. end
  1535. end
  1536. return Found
  1537. end
  1538.  
  1539. Kill.MouseButton1Click:connect(function()
  1540. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1541. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1542. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1543. l.Parent = game.Players.LocalPlayer.Character
  1544. l.Name = "Humanoid"
  1545. wait(0.1)
  1546. game.Players.LocalPlayer.Character["1"]:Destroy()
  1547. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1548. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1549. wait(0.1)
  1550. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1551. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1552. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1553. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1554. end
  1555. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1556. wait(0.2)
  1557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1558. wait(0.4)
  1559. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  1560. end
  1561. end)
  1562.  
  1563. currentview = false
  1564. View.MouseButton1Click:connect(function()
  1565. currentview = not currentview
  1566. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1567. if currentview then
  1568. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  1569. View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  1570. else
  1571. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1572. View.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1573. end
  1574. end
  1575. end)
  1576.  
  1577. Teleport.MouseButton1Click:connect(function()
  1578. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1580. end
  1581. end)
  1582.  
  1583. orbital = false
  1584. Orbit.MouseButton1Click:connect(function()
  1585. orbital = not orbital
  1586. if orbital then
  1587. Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824)
  1588. local o = Instance.new("RocketPropulsion")
  1589. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1590. o.Name = "Orbit"
  1591. for i,v in pairs(GetPlayer(TargetTargetcmds.Text))do
  1592. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1593. o:Fire()
  1594. game:GetService('RunService').Stepped:connect(function()
  1595. if orbital then
  1596. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1597. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1598. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1599. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1600. end
  1601. end)
  1602. end
  1603. else
  1604. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  1605. Orbit.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  1606. end
  1607. end)
  1608.  
  1609. GotoInputCommands.MouseButton1Click:connect(function()
  1610. Main.Visible = false
  1611. InputCmds.Position = Main.Position
  1612. InputCmds.Visible = true
  1613. end)
  1614.  
  1615. GotoMainMenuInputCmd.MouseButton1Click:connect(function()
  1616. InputCmds.Visible = false
  1617. Main.Position = InputCmds.Position
  1618. Main.Visible = true
  1619. end)
  1620.  
  1621. WalkSpeed.MouseButton1Click:connect(function()
  1622. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = AmountInputCmd.Text
  1623. end)
  1624.  
  1625. JumpPower.MouseButton1Click:connect(function()
  1626. game.Players.LocalPlayer.Character.Humanoid.JumpPower = AmountInputCmd.Text
  1627. end)
  1628.  
  1629. HipHeight.MouseButton1Click:connect(function()
  1630. game.Players.LocalPlayer.Character.Humanoid.HipHeight = AmountInputCmd.Text
  1631. end)
  1632.  
  1633. GotoSettings.MouseButton1Click:connect(function()
  1634. Main.Visible = false
  1635. Settings.Position = Main.Position
  1636. Settings.Visible = true
  1637. end)
  1638.  
  1639. GotoMainMenuButton.MouseButton1Click:connect(function()
  1640. Settings.Visible = false
  1641. Main.Position = Settings.Position
  1642. Main.Visible = true
  1643. end)
  1644.  
  1645.  
  1646. if game.Workspace.FilteringEnabled == true then
  1647. FECheckForMain.Text = "Filtering Enabled = True"
  1648. else
  1649. FECheckForMain.Text = "Filtering Enabled = False"
  1650. end
  1651.  
  1652. local sad = 0
  1653. local Mouse = game.Players.LocalPlayer:GetMouse()
  1654. Mouse.KeyDown:Connect(function(Key)
  1655. if Key == "f" then
  1656. if sad == 0 then
  1657. Main.Visible = false
  1658. sad = 1
  1659. elseif sad == 1 then
  1660. Main.Visible = true
  1661. sad = 0
  1662. end
  1663. end
  1664. end)
  1665.  
  1666. -- game.Players.LocalPlayer.leaderstats.Money.Value = 10000
Add Comment
Please, Sign In to add comment