Advertisement
Mil_Dev

Untitled

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