Advertisement
Mil_Dev

Untitled

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