Advertisement
Mil_Dev

Untitled

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