Mil_Dev

ios x hub

Nov 16th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.63 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local LoginForm = Instance.new("ScreenGui")
  7. local logingui = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local closeperm = Instance.new("TextButton")
  10. local TextBox = Instance.new("TextBox")
  11. local ImageLabel = Instance.new("ImageLabel")
  12. local TextLabel = Instance.new("TextLabel")
  13. local Remaining = Instance.new("TextLabel")
  14. local maingui = Instance.new("Frame")
  15. local closeperm_2 = Instance.new("TextButton")
  16. local DragCard = Instance.new("ImageLabel")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local TextLabel_4 = Instance.new("TextLabel")
  20. local ImageLabel_2 = Instance.new("ImageLabel")
  21. local Frame = Instance.new("ImageLabel")
  22. local TextLabel_5 = Instance.new("TextLabel")
  23. local t9 = Instance.new("TextButton")
  24. local p1 = Instance.new("ScrollingFrame")
  25. local DexV4 = Instance.new("TextButton")
  26. local Remote = Instance.new("TextButton")
  27. local CcolGui = Instance.new("TextButton")
  28. local IF = Instance.new("TextButton")
  29. local Info = Instance.new("TextButton")
  30. local Options = Instance.new("TextButton")
  31. local Options_2 = Instance.new("TextButton")
  32. local kill = Instance.new("TextButton")
  33. local Aidez = Instance.new("TextButton")
  34. local Aidez_2 = Instance.new("TextButton")
  35. local Aim = Instance.new("TextButton")
  36. local Btools = Instance.new("TextButton")
  37. local Candy = Instance.new("TextButton")
  38. local GrabCords = Instance.new("TextButton")
  39. local IosXexe = Instance.new("TextButton")
  40. local Rainbow = Instance.new("TextButton")
  41. local Speed = Instance.new("TextButton")
  42. local quil = Instance.new("TextButton")
  43. local t1 = Instance.new("TextButton")
  44. local t10 = Instance.new("TextButton")
  45. local t11 = Instance.new("TextButton")
  46. local t12 = Instance.new("TextButton")
  47. local t13 = Instance.new("TextButton")
  48. local t14 = Instance.new("TextButton")
  49. local t15 = Instance.new("TextButton")
  50. local t16 = Instance.new("TextButton")
  51. local t17 = Instance.new("TextButton")
  52. local t18 = Instance.new("TextButton")
  53. local t2 = Instance.new("TextButton")
  54. local t3 = Instance.new("TextButton")
  55. local t4 = Instance.new("TextButton")
  56. local t5 = Instance.new("TextButton")
  57. local t6 = Instance.new("TextButton")
  58. local t7 = Instance.new("TextButton")
  59. local t8 = Instance.new("TextButton")
  60. local ImageLabel_3 = Instance.new("ImageLabel")
  61.  
  62. --Properties:
  63.  
  64. LoginForm.Name = "LoginForm"
  65. LoginForm.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  66.  
  67. logingui.Name = "logingui"
  68. logingui.Parent = LoginForm
  69. logingui.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  70. logingui.BorderSizePixel = 0
  71. logingui.Position = UDim2.new(0.331018537, 0, 0.205685616, 0)
  72. logingui.Size = UDim2.new(0, 307, 0, 352)
  73.  
  74. TextButton.Parent = logingui
  75. TextButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  76. TextButton.BorderSizePixel = 0
  77. TextButton.Position = UDim2.new(0.18213059, 0, 0.713068187, 0)
  78. TextButton.Size = UDim2.new(0, 200, 0, 50)
  79. TextButton.Font = Enum.Font.GothamSemibold
  80. TextButton.Text = "Login"
  81. TextButton.TextColor3 = Color3.new(0, 0, 0)
  82. TextButton.TextScaled = true
  83. TextButton.TextSize = 14
  84. TextButton.TextWrapped = true
  85.  
  86. closeperm.Name = "close perm"
  87. closeperm.Parent = logingui
  88. closeperm.BackgroundColor3 = Color3.new(1, 1, 1)
  89. closeperm.BackgroundTransparency = 1
  90. closeperm.Position = UDim2.new(0.77569741, 0, -0.00159090944, 0)
  91. closeperm.Size = UDim2.new(0.289435595, 0, 0.166666672, 0)
  92. closeperm.Font = Enum.Font.SourceSansBold
  93. closeperm.Text = "X"
  94. closeperm.TextColor3 = Color3.new(1, 1, 1)
  95. closeperm.TextScaled = true
  96. closeperm.TextSize = 14
  97. closeperm.TextWrapped = true
  98.  
  99. TextBox.Parent = logingui
  100. TextBox.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  101. TextBox.BorderSizePixel = 0
  102. TextBox.Position = UDim2.new(0.18213059, 0, 0.346590906, 0)
  103. TextBox.Size = UDim2.new(0, 200, 0, 50)
  104. TextBox.Font = Enum.Font.GothamSemibold
  105. TextBox.Text = ""
  106. TextBox.TextColor3 = Color3.new(1, 1, 1)
  107. TextBox.TextSize = 14
  108.  
  109. ImageLabel.Parent = logingui
  110. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  111. ImageLabel.BackgroundTransparency = 1
  112. ImageLabel.BorderSizePixel = 0
  113. ImageLabel.Position = UDim2.new(0.0240549836, 0, 0.0255681816, 0)
  114. ImageLabel.Size = UDim2.new(0, 40, 0, 39)
  115. ImageLabel.Image = "rbxassetid://4397263196"
  116.  
  117. TextLabel.Parent = logingui
  118. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  119. TextLabel.BackgroundTransparency = 1
  120. TextLabel.BorderSizePixel = 0
  121. TextLabel.Position = UDim2.new(0.161512032, 0, 0, 0)
  122. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  123. TextLabel.Font = Enum.Font.GothamSemibold
  124. TextLabel.Text = "Ios X Hub Login"
  125. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  126. TextLabel.TextScaled = true
  127. TextLabel.TextSize = 14
  128. TextLabel.TextWrapped = true
  129.  
  130. Remaining.Name = "Remaining"
  131. Remaining.Parent = logingui
  132. Remaining.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Remaining.BackgroundTransparency = 1
  134. Remaining.BorderSizePixel = 0
  135. Remaining.Position = UDim2.new(0.0240550097, 0, 0.857954562, 0)
  136. Remaining.Size = UDim2.new(0, 292, 0, 50)
  137. Remaining.Font = Enum.Font.GothamSemibold
  138. Remaining.Text = "Attempts Remaining :"
  139. Remaining.TextColor3 = Color3.new(1, 1, 1)
  140. Remaining.TextScaled = true
  141. Remaining.TextSize = 13
  142. Remaining.TextWrapped = true
  143.  
  144. maingui.Name = "maingui"
  145. maingui.Parent = LoginForm
  146. maingui.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  147. maingui.BorderSizePixel = 0
  148. maingui.Position = UDim2.new(0.192714825, 0, 0.205685616, 0)
  149. maingui.Size = UDim2.new(0, 535, 0, 352)
  150. maingui.Visible = false
  151. maingui.Active = true
  152. maingui.Draggable = true
  153.  
  154. closeperm_2.Name = "close perm"
  155. closeperm_2.Parent = maingui
  156. closeperm_2.BackgroundColor3 = Color3.new(1, 1, 1)
  157. closeperm_2.BackgroundTransparency = 1
  158. closeperm_2.Position = UDim2.new(0.805603981, 0, -0.0129545461, 0)
  159. closeperm_2.Size = UDim2.new(0.289435595, 0, 0.166666672, 0)
  160. closeperm_2.Font = Enum.Font.SourceSansBold
  161. closeperm_2.Text = "X"
  162. closeperm_2.TextColor3 = Color3.new(1, 1, 1)
  163. closeperm_2.TextScaled = true
  164. closeperm_2.TextSize = 14
  165. closeperm_2.TextWrapped = true
  166.  
  167. DragCard.Name = "DragCard"
  168. DragCard.Parent = maingui
  169. DragCard.BackgroundColor3 = Color3.new(1, 1, 1)
  170. DragCard.BackgroundTransparency = 1
  171. DragCard.BorderSizePixel = 0
  172. DragCard.Position = UDim2.new(0.953271031, 0, 0.380681813, 0)
  173. DragCard.Size = UDim2.new(0, 158, 0, 81)
  174. DragCard.Image = "rbxgameasset://Images/image2"
  175.  
  176. TextLabel_2.Parent = DragCard
  177. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  178. TextLabel_2.BackgroundTransparency = 1
  179. TextLabel_2.BorderSizePixel = 0
  180. TextLabel_2.Position = UDim2.new(0.279461443, 0, 0.13966012, 0)
  181. TextLabel_2.Rotation = 10
  182. TextLabel_2.Size = UDim2.new(0, 69, 0, 50)
  183. TextLabel_2.Font = Enum.Font.GothamSemibold
  184. TextLabel_2.Text = "Ios X Hub"
  185. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  186. TextLabel_2.TextSize = 14
  187. TextLabel_2.TextWrapped = true
  188.  
  189. TextLabel_3.Parent = DragCard
  190. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  191. TextLabel_3.BackgroundTransparency = 1
  192. TextLabel_3.BorderSizePixel = 0
  193. TextLabel_3.Position = UDim2.new(-2.847121, 0, -1.78626585, 0)
  194. TextLabel_3.Rotation = 10
  195. TextLabel_3.Size = UDim2.new(0, 69, 0, 50)
  196. TextLabel_3.Font = Enum.Font.GothamSemibold
  197. TextLabel_3.Text = "Merry"
  198. TextLabel_3.TextColor3 = Color3.new(0, 1, 0)
  199. TextLabel_3.TextSize = 14
  200. TextLabel_3.TextWrapped = true
  201.  
  202. TextLabel_4.Parent = DragCard
  203. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  204. TextLabel_4.BackgroundTransparency = 1
  205. TextLabel_4.BorderSizePixel = 0
  206. TextLabel_4.Position = UDim2.new(-2.90408301, 0, -1.61342633, 0)
  207. TextLabel_4.Rotation = 10
  208. TextLabel_4.Size = UDim2.new(0, 69, 0, 50)
  209. TextLabel_4.Font = Enum.Font.GothamSemibold
  210. TextLabel_4.Text = "Christmas"
  211. TextLabel_4.TextColor3 = Color3.new(1, 0, 0)
  212. TextLabel_4.TextSize = 14
  213. TextLabel_4.TextWrapped = true
  214. TextLabel_4.Active = true
  215. TextLabel_4.Draggable = true
  216.  
  217. ImageLabel_2.Parent = maingui
  218. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  219. ImageLabel_2.BackgroundTransparency = 1
  220. ImageLabel_2.BorderSizePixel = 0
  221. ImageLabel_2.Position = UDim2.new(0.0221858229, 0, 0.0284090899, 0)
  222. ImageLabel_2.Size = UDim2.new(0, 32, 0, 30)
  223. ImageLabel_2.Image = "rbxassetid://4397263196"
  224.  
  225. Frame.Name = "Frame"
  226. Frame.Parent = maingui
  227. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  228. Frame.BackgroundTransparency = 1
  229. Frame.Position = UDim2.new(0.254205614, 0, 0.00284090918, 0)
  230. Frame.Size = UDim2.new(0, 271, 0, 48)
  231. Frame.Image = "rbxassetid://2851926732"
  232. Frame.ImageColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  233. Frame.ScaleType = Enum.ScaleType.Slice
  234. Frame.SliceCenter = Rect.new(12, 12, 12, 12)
  235.  
  236. TextLabel_5.Parent = Frame
  237. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  238. TextLabel_5.BackgroundTransparency = 1
  239. TextLabel_5.BorderSizePixel = 0
  240. TextLabel_5.Position = UDim2.new(0.140221402, 0, -0.020833334, 0)
  241. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  242. TextLabel_5.Font = Enum.Font.GothamSemibold
  243. TextLabel_5.Text = "Ios X Hub"
  244. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  245. TextLabel_5.TextScaled = true
  246. TextLabel_5.TextSize = 14
  247. TextLabel_5.TextWrapped = true
  248.  
  249. t9.Name = "t9"
  250. t9.Parent = maingui
  251. t9.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  252. t9.BorderSizePixel = 0
  253. t9.Position = UDim2.new(0.597720265, 0, 0.165499598, 0)
  254. t9.Size = UDim2.new(0, 84, 0, 28)
  255. t9.Font = Enum.Font.GothamSemibold
  256. t9.Text = ""
  257. t9.TextColor3 = Color3.new(1, 1, 1)
  258. t9.TextSize = 14
  259. t9.TextWrapped = true
  260.  
  261. p1.Name = "p1"
  262. p1.Parent = maingui
  263. p1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  264. p1.BorderSizePixel = 0
  265. p1.Position = UDim2.new(0.770093381, 0, 0.178130642, 0)
  266. p1.Size = UDim2.new(0, 123, 0, 289)
  267.  
  268. DexV4.Name = "Dex V4"
  269. DexV4.Parent = p1
  270. DexV4.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  271. DexV4.BorderSizePixel = 0
  272. DexV4.Position = UDim2.new(0.243902445, 0, 0.208969966, 0)
  273. DexV4.Size = UDim2.new(0, 69, 0, 26)
  274. DexV4.Font = Enum.Font.SourceSans
  275. DexV4.Text = "Dex V4"
  276. DexV4.TextColor3 = Color3.new(1, 1, 1)
  277. DexV4.TextSize = 14
  278. DexV4.MouseButton1Down:connect(function()
  279. loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
  280. game.Players.LocalPlayer.PlayerGui:WaitForChild("Dex").ResetOnSpawn = false
  281. end)
  282.  
  283. Remote.Name = "Remote"
  284. Remote.Parent = p1
  285. Remote.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  286. Remote.BorderSizePixel = 0
  287. Remote.Position = UDim2.new(0.243902445, 0, 0.267443776, 0)
  288. Remote.Size = UDim2.new(0, 69, 0, 26)
  289. Remote.Font = Enum.Font.SourceSans
  290. Remote.Text = "Remote"
  291. Remote.TextColor3 = Color3.new(1, 1, 1)
  292. Remote.TextSize = 14
  293. Remote.MouseButton1Down:connect(function()
  294. loadstring(game:HttpGet("https://pastebin.com/raw/ZmW36rjU", true))()
  295. end)
  296.  
  297. CcolGui.Name = "Ccol Gui"
  298. CcolGui.Parent = p1
  299. CcolGui.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  300. CcolGui.BorderSizePixel = 0
  301. CcolGui.Position = UDim2.new(0.243902445, 0, 0.320000589, 0)
  302. CcolGui.Size = UDim2.new(0, 69, 0, 26)
  303. CcolGui.Font = Enum.Font.SourceSans
  304. CcolGui.Text = "Cool Gui"
  305. CcolGui.TextColor3 = Color3.new(1, 1, 1)
  306. CcolGui.TextSize = 14
  307.  
  308. IF.Name = "IF"
  309. IF.Parent = p1
  310. IF.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  311. IF.BorderSizePixel = 0
  312. IF.Position = UDim2.new(0.243902445, 0, 0.375398308, 0)
  313. IF.Size = UDim2.new(0, 69, 0, 26)
  314. IF.Font = Enum.Font.SourceSans
  315. IF.Text = "Infinite Yield"
  316. IF.TextColor3 = Color3.new(1, 1, 1)
  317. IF.TextSize = 14
  318. IF.MouseButton1Down:connect(function()
  319. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  320. end)
  321.  
  322. Info.Name = "Info"
  323. Info.Parent = p1
  324. Info.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  325. Info.BorderSizePixel = 0
  326. Info.Position = UDim2.new(0.260147214, 0, 0.0102280974, 0)
  327. Info.Size = UDim2.new(0, 68, 0, 22)
  328. Info.Font = Enum.Font.GothamSemibold
  329. Info.Text = "Info"
  330. Info.TextColor3 = Color3.new(1, 1, 1)
  331. Info.TextSize = 14
  332. Info.TextWrapped = true
  333. Info.MouseButton1Down:connect(function()
  334. loadstring(game:HttpGet("https://pastebin.com/raw/J7GddS44", true))()
  335. end)
  336.  
  337. Options.Name = "Options"
  338. Options.Parent = p1
  339. Options.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  340. Options.BorderSizePixel = 0
  341. Options.Position = UDim2.new(0.252610117, 0, 0.108608156, 0)
  342. Options.Size = UDim2.new(0, 68, 0, 22)
  343. Options.Font = Enum.Font.GothamSemibold
  344. Options.Text = "Options"
  345. Options.TextColor3 = Color3.new(1, 1, 1)
  346. Options.TextSize = 10
  347. Options.TextWrapped = true
  348. Options.MouseButton1Down:connect(function()
  349. loadstring(game:HttpGet("https://pastebin.com/raw/fvB4ps71", true))()
  350. end)
  351.  
  352. Options_2.Name = "Options"
  353. Options_2.Parent = p1
  354. Options_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  355. Options_2.BorderSizePixel = 0
  356. Options_2.Position = UDim2.new(0.252032489, 0, 0.0607787184, 0)
  357. Options_2.Size = UDim2.new(0, 67, 0, 22)
  358. Options_2.Font = Enum.Font.GothamSemibold
  359. Options_2.Text = "Script Hub"
  360. Options_2.TextColor3 = Color3.new(1, 1, 1)
  361. Options_2.TextScaled = true
  362. Options_2.TextSize = 10
  363. Options_2.TextWrapped = true
  364. Options_2.MouseButton1Down:connect(function()
  365. loadstring(game:HttpGet("https://pastebin.com/raw/d1eidrws", true))()
  366. end)
  367.  
  368. kill.Name = "kill"
  369. kill.Parent = p1
  370. kill.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  371. kill.BorderSizePixel = 0
  372. kill.Position = UDim2.new(0.252610117, 0, 0.15827702, 0)
  373. kill.Size = UDim2.new(0, 68, 0, 22)
  374. kill.Font = Enum.Font.GothamSemibold
  375. kill.Text = "Kill Roblox"
  376. kill.TextColor3 = Color3.new(1, 1, 1)
  377. kill.TextSize = 10
  378. kill.TextWrapped = true
  379.  
  380. Aidez.Name = "Aidez"
  381. Aidez.Parent = maingui
  382. Aidez.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  383. Aidez.BorderSizePixel = 0
  384. Aidez.Position = UDim2.new(0.0280373823, 0, 0.16805996, 0)
  385. Aidez.Size = UDim2.new(0, 84, 0, 28)
  386. Aidez.Font = Enum.Font.GothamSemibold
  387. Aidez.Text = "Mega Combat V2"
  388. Aidez.TextColor3 = Color3.new(1, 1, 1)
  389. Aidez.TextSize = 14
  390. Aidez.TextWrapped = true
  391. Aidez.MouseButton1Down:connect(function()
  392. loadstring(game:HttpGet(('https://pastebin.com/raw/p0aN6f2h'),true))()
  393. end)
  394.  
  395. Aidez_2.Name = "Aidez"
  396. Aidez_2.Parent = maingui
  397. Aidez_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  398. Aidez_2.BorderSizePixel = 0
  399. Aidez_2.Position = UDim2.new(0.224802867, 0, 0.165499598, 0)
  400. Aidez_2.Size = UDim2.new(0, 84, 0, 28)
  401. Aidez_2.Font = Enum.Font.GothamSemibold
  402. Aidez_2.Text = "Mega Combat V3"
  403. Aidez_2.TextColor3 = Color3.new(1, 1, 1)
  404. Aidez_2.TextSize = 14
  405. Aidez_2.TextWrapped = true
  406. Aidez_2.MouseButton1Down:connect(function()
  407. loadstring(game:HttpGet(('https://pastebin.com/raw/e2Q36aiM'),true))()
  408. end)
  409.  
  410. Aim.Name = "Aim"
  411. Aim.Parent = maingui
  412. Aim.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  413. Aim.BorderSizePixel = 0
  414. Aim.Position = UDim2.new(0.224802867, 0, 0.283275008, 0)
  415. Aim.Size = UDim2.new(0, 84, 0, 28)
  416. Aim.Font = Enum.Font.GothamSemibold
  417. Aim.Text = "Aimbot The Streets"
  418. Aim.TextColor3 = Color3.new(1, 1, 1)
  419. Aim.TextSize = 14
  420. Aim.TextWrapped = true
  421. Aim.MouseButton1Down:connect(function()
  422. loadstring(game:HttpGet("https://pastebin.com/raw/XkFevuKs", true))()
  423. end)
  424.  
  425. Btools.Name = "Btools"
  426. Btools.Parent = maingui
  427. Btools.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  428. Btools.BorderSizePixel = 0
  429. Btools.Position = UDim2.new(0.0280373823, 0, 0.649402678, 0)
  430. Btools.Size = UDim2.new(0, 84, 0, 28)
  431. Btools.Font = Enum.Font.GothamSemibold
  432. Btools.Text = "Btools"
  433. Btools.TextColor3 = Color3.new(1, 1, 1)
  434. Btools.TextSize = 14
  435. Btools.TextWrapped = true
  436. Btools.MouseButton1Down:connect(function()
  437. Instance.new("HopperBin",game.Players.LocalPlayer.Backpack).BinType = "Hammer"
  438. end)
  439.  
  440. Candy.Name = "Candy"
  441. Candy.Parent = maingui
  442. Candy.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  443. Candy.BorderSizePixel = 0
  444. Candy.Position = UDim2.new(0.0280373823, 0, 0.283275008, 0)
  445. Candy.Size = UDim2.new(0, 84, 0, 28)
  446. Candy.Font = Enum.Font.GothamSemibold
  447. Candy.Text = "Candy Collecting"
  448. Candy.TextColor3 = Color3.new(1, 1, 1)
  449. Candy.TextSize = 14
  450. Candy.TextWrapped = true
  451. Candy.MouseButton1Down:connect(function()
  452. loadstring(game:HttpGet("https://pastebin.com/raw/wS1d9HbM", true))()
  453. end)
  454.  
  455. GrabCords.Name = "Grab Cords"
  456. GrabCords.Parent = maingui
  457. GrabCords.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  458. GrabCords.BorderSizePixel = 0
  459. GrabCords.Position = UDim2.new(0.0280373823, 0, 0.531627476, 0)
  460. GrabCords.Size = UDim2.new(0, 84, 0, 28)
  461. GrabCords.Font = Enum.Font.GothamSemibold
  462. GrabCords.Text = "Grab Cordinates"
  463. GrabCords.TextColor3 = Color3.new(1, 1, 1)
  464. GrabCords.TextSize = 14
  465. GrabCords.TextWrapped = true
  466. GrabCords.MouseButton1Down:connect(function()
  467. loadstring(game:HttpGet("https://pastebin.com/raw/GdmzzrDz", true))()
  468. end)
  469.  
  470. IosXexe.Name = "Ios X exe"
  471. IosXexe.Parent = maingui
  472. IosXexe.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  473. IosXexe.BorderSizePixel = 0
  474. IosXexe.Position = UDim2.new(0.224802867, 0, 0.411291718, 0)
  475. IosXexe.Size = UDim2.new(0, 84, 0, 28)
  476. IosXexe.Font = Enum.Font.GothamSemibold
  477. IosXexe.Text = "Ios X Executor"
  478. IosXexe.TextColor3 = Color3.new(1, 1, 1)
  479. IosXexe.TextSize = 14
  480. IosXexe.TextWrapped = true
  481.  
  482. Rainbow.Name = "Rainbow"
  483. Rainbow.Parent = maingui
  484. Rainbow.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  485. Rainbow.BorderSizePixel = 0
  486. Rainbow.Position = UDim2.new(0.0280373823, 0, 0.411291718, 0)
  487. Rainbow.Size = UDim2.new(0, 84, 0, 28)
  488. Rainbow.Font = Enum.Font.GothamSemibold
  489. Rainbow.Text = "Rainbow Gui"
  490. Rainbow.TextColor3 = Color3.new(1, 1, 1)
  491. Rainbow.TextSize = 14
  492. Rainbow.TextWrapped = true
  493. Rainbow.MouseButton1Down:connect(function()
  494. loadstring(game:HttpGet("https://pastebin.com/raw/DfTBYq7z", true))()
  495. end)
  496.  
  497. Speed.Name = "Speed"
  498. Speed.Parent = maingui
  499. Speed.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  500. Speed.BorderSizePixel = 0
  501. Speed.Position = UDim2.new(0.0280373823, 0, 0.76461786, 0)
  502. Speed.Size = UDim2.new(0, 84, 0, 28)
  503. Speed.Font = Enum.Font.GothamSemibold
  504. Speed.Text = "WalkSpeed"
  505. Speed.TextColor3 = Color3.new(1, 1, 1)
  506. Speed.TextSize = 14
  507. Speed.TextWrapped = true
  508. Speed.MouseButton1Down:connect(function()
  509. LocalPlayer.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 100
  510. end)
  511.  
  512. quil.Name = "quil"
  513. quil.Parent = maingui
  514. quil.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  515. quil.BorderSizePixel = 0
  516. quil.Position = UDim2.new(0.222928911, 0, 0.529067039, 0)
  517. quil.Size = UDim2.new(0, 84, 0, 28)
  518. quil.Font = Enum.Font.GothamSemibold
  519. quil.Text = "Ios X Unit"
  520. quil.TextColor3 = Color3.new(1, 1, 1)
  521. quil.TextSize = 14
  522. quil.TextWrapped = true
  523. quil.MouseButton1Down:connect(function()
  524. loadstring(game:HttpGet("https://pastebin.com/raw/nDkYaCkK", true))()
  525. end)
  526.  
  527. t1.Name = "Ios X Unit"
  528. t1.Parent = maingui
  529. t1.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  530. t1.BorderSizePixel = 0
  531. t1.Position = UDim2.new(0.224802867, 0, 0.649402678, 0)
  532. t1.Size = UDim2.new(0, 84, 0, 28)
  533. t1.Font = Enum.Font.GothamSemibold
  534. t1.Text = ""
  535. t1.TextColor3 = Color3.new(1, 1, 1)
  536. t1.TextSize = 14
  537. t1.TextWrapped = true
  538.  
  539. t10.Name = "t10"
  540. t10.Parent = maingui
  541. t10.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  542. t10.BorderSizePixel = 0
  543. t10.Position = UDim2.new(0.597720265, 0, 0.283275008, 0)
  544. t10.Size = UDim2.new(0, 84, 0, 28)
  545. t10.Font = Enum.Font.GothamSemibold
  546. t10.Text = ""
  547. t10.TextColor3 = Color3.new(1, 1, 1)
  548. t10.TextSize = 14
  549. t10.TextWrapped = true
  550.  
  551. t11.Name = "t11"
  552. t11.Parent = maingui
  553. t11.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  554. t11.BorderSizePixel = 0
  555. t11.Position = UDim2.new(0.597720265, 0, 0.411291718, 0)
  556. t11.Size = UDim2.new(0, 84, 0, 28)
  557. t11.Font = Enum.Font.GothamSemibold
  558. t11.Text = ""
  559. t11.TextColor3 = Color3.new(1, 1, 1)
  560. t11.TextSize = 14
  561. t11.TextWrapped = true
  562.  
  563. t12.Name = "t12"
  564. t12.Parent = maingui
  565. t12.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  566. t12.BorderSizePixel = 0
  567. t12.Position = UDim2.new(0.595846295, 0, 0.529067039, 0)
  568. t12.Size = UDim2.new(0, 84, 0, 28)
  569. t12.Font = Enum.Font.GothamSemibold
  570. t12.Text = ""
  571. t12.TextColor3 = Color3.new(1, 1, 1)
  572. t12.TextSize = 14
  573. t12.TextWrapped = true
  574.  
  575. t13.Name = "t13"
  576. t13.Parent = maingui
  577. t13.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  578. t13.BorderSizePixel = 0
  579. t13.Position = UDim2.new(0.597720265, 0, 0.649402678, 0)
  580. t13.Size = UDim2.new(0, 84, 0, 28)
  581. t13.Font = Enum.Font.GothamSemibold
  582. t13.Text = ""
  583. t13.TextColor3 = Color3.new(1, 1, 1)
  584. t13.TextSize = 14
  585. t13.TextWrapped = true
  586.  
  587. t14.Name = "t14"
  588. t14.Parent = maingui
  589. t14.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  590. t14.BorderSizePixel = 0
  591. t14.Position = UDim2.new(0.597720265, 0, 0.76461786, 0)
  592. t14.Size = UDim2.new(0, 84, 0, 28)
  593. t14.Font = Enum.Font.GothamSemibold
  594. t14.Text = ""
  595. t14.TextColor3 = Color3.new(1, 1, 1)
  596. t14.TextSize = 14
  597. t14.TextWrapped = true
  598.  
  599. t15.Name = "t15"
  600. t15.Parent = maingui
  601. t15.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  602. t15.BorderSizePixel = 0
  603. t15.Position = UDim2.new(0.224802867, 0, 0.892939746, 0)
  604. t15.Size = UDim2.new(0, 84, 0, 28)
  605. t15.Font = Enum.Font.GothamSemibold
  606. t15.Text = ""
  607. t15.TextColor3 = Color3.new(1, 1, 1)
  608. t15.TextSize = 14
  609. t15.TextWrapped = true
  610.  
  611. t16.Name = "t16"
  612. t16.Parent = maingui
  613. t16.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  614. t16.BorderSizePixel = 0
  615. t16.Position = UDim2.new(0.408450633, 0, 0.889955461, 0)
  616. t16.Size = UDim2.new(0, 84, 0, 28)
  617. t16.Font = Enum.Font.GothamSemibold
  618. t16.Text = ""
  619. t16.TextColor3 = Color3.new(1, 1, 1)
  620. t16.TextSize = 14
  621. t16.TextWrapped = true
  622.  
  623. t17.Name = "t17"
  624. t17.Parent = maingui
  625. t17.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  626. t17.BorderSizePixel = 0
  627. t17.Position = UDim2.new(0.597720265, 0, 0.892939746, 0)
  628. t17.Size = UDim2.new(0, 84, 0, 28)
  629. t17.Font = Enum.Font.GothamSemibold
  630. t17.Text = ""
  631. t17.TextColor3 = Color3.new(1, 1, 1)
  632. t17.TextSize = 14
  633. t17.TextWrapped = true
  634.  
  635. t18.Name = "t18"
  636. t18.Parent = maingui
  637. t18.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  638. t18.BorderSizePixel = 0
  639. t18.Position = UDim2.new(0.0280373823, 0, 0.892939746, 0)
  640. t18.Size = UDim2.new(0, 84, 0, 28)
  641. t18.Font = Enum.Font.GothamSemibold
  642. t18.Text = ""
  643. t18.TextColor3 = Color3.new(1, 1, 1)
  644. t18.TextSize = 14
  645. t18.TextWrapped = true
  646.  
  647. t2.Name = "t2"
  648. t2.Parent = maingui
  649. t2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  650. t2.BorderSizePixel = 0
  651. t2.Position = UDim2.new(0.224802867, 0, 0.76461786, 0)
  652. t2.Size = UDim2.new(0, 84, 0, 28)
  653. t2.Font = Enum.Font.GothamSemibold
  654. t2.Text = ""
  655. t2.TextColor3 = Color3.new(1, 1, 1)
  656. t2.TextSize = 14
  657. t2.TextWrapped = true
  658.  
  659. t3.Name = "t3"
  660. t3.Parent = maingui
  661. t3.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  662. t3.BorderSizePixel = 0
  663. t3.Position = UDim2.new(0.408450633, 0, 0.165075734, 0)
  664. t3.Size = UDim2.new(0, 84, 0, 28)
  665. t3.Font = Enum.Font.GothamSemibold
  666. t3.Text = ""
  667. t3.TextColor3 = Color3.new(1, 1, 1)
  668. t3.TextSize = 14
  669. t3.TextWrapped = true
  670.  
  671. t4.Name = "t4"
  672. t4.Parent = maingui
  673. t4.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  674. t4.BorderSizePixel = 0
  675. t4.Position = UDim2.new(0.408450633, 0, 0.280290782, 0)
  676. t4.Size = UDim2.new(0, 84, 0, 28)
  677. t4.Font = Enum.Font.GothamSemibold
  678. t4.Text = ""
  679. t4.TextColor3 = Color3.new(1, 1, 1)
  680. t4.TextSize = 14
  681. t4.TextWrapped = true
  682.  
  683. t5.Name = "t5"
  684. t5.Parent = maingui
  685. t5.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  686. t5.BorderSizePixel = 0
  687. t5.Position = UDim2.new(0.408450633, 0, 0.408307523, 0)
  688. t5.Size = UDim2.new(0, 84, 0, 28)
  689. t5.Font = Enum.Font.GothamSemibold
  690. t5.Text = ""
  691. t5.TextColor3 = Color3.new(1, 1, 1)
  692. t5.TextSize = 14
  693. t5.TextWrapped = true
  694.  
  695. t6.Name = "t6"
  696. t6.Parent = maingui
  697. t6.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  698. t6.BorderSizePixel = 0
  699. t6.Position = UDim2.new(0.408450633, 0, 0.528643191, 0)
  700. t6.Size = UDim2.new(0, 84, 0, 28)
  701. t6.Font = Enum.Font.GothamSemibold
  702. t6.Text = ""
  703. t6.TextColor3 = Color3.new(1, 1, 1)
  704. t6.TextSize = 14
  705. t6.TextWrapped = true
  706.  
  707. t7.Name = "t7"
  708. t7.Parent = maingui
  709. t7.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  710. t7.BorderSizePixel = 0
  711. t7.Position = UDim2.new(0.408450633, 0, 0.646418571, 0)
  712. t7.Size = UDim2.new(0, 84, 0, 28)
  713. t7.Font = Enum.Font.GothamSemibold
  714. t7.Text = ""
  715. t7.TextColor3 = Color3.new(1, 1, 1)
  716. t7.TextSize = 14
  717. t7.TextWrapped = true
  718.  
  719. t8.Name = "t8"
  720. t8.Parent = maingui
  721. t8.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  722. t8.BorderSizePixel = 0
  723. t8.Position = UDim2.new(0.408450633, 0, 0.761633515, 0)
  724. t8.Size = UDim2.new(0, 84, 0, 28)
  725. t8.Font = Enum.Font.GothamSemibold
  726. t8.Text = ""
  727. t8.TextColor3 = Color3.new(1, 1, 1)
  728. t8.TextSize = 14
  729. t8.TextWrapped = true
  730.  
  731. ImageLabel_3.Parent = maingui
  732. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  733. ImageLabel_3.BackgroundTransparency = 1
  734. ImageLabel_3.BorderSizePixel = 0
  735. ImageLabel_3.Position = UDim2.new(0.321495324, 0, 0.0511363633, 0)
  736. ImageLabel_3.Size = UDim2.new(0, 212, 0, 64)
  737. ImageLabel_3.Image = "rbxgameasset://Images/image7"
  738.  
  739. -- Scripts:
  740.  
  741. local function ZAFD_fake_script() -- TextButton.LocalScript
  742. local script = Instance.new('LocalScript', TextButton)
  743.  
  744. --Written by dsf001 with love <3
  745. local Textboxs = script.Parent.Parent.TextBox
  746. local Remainings = 3
  747. script.Parent.Parent.Remaining.Text = "Attempts Remaining : " .. Remainings
  748. if Remainings == 1 then
  749. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(255,0,0)
  750. elseif Remainings == 2 then
  751. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(255,255,0)
  752. elseif Remainings == 3 then
  753. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(0,255,0)
  754. else
  755. end
  756. local FuckingKeys = {"Hunter", "MilX", "PaintX", "OxygenXMember", "OdysseyMember", "mAs5ePXDeB", "cdoLAVnfjR", "7ni5kbzfp6", "TgeWGdxHCG", "rwj2SaoRXp", "RfSuZsnGJR", "PAppxTnS9J", "tQH7RyzYz4", "86c6jUzkvf", "sInyc4jO7n", "8e9UXsMZZM", "vo5FqaUK3x", "jHMdIkytET", "nfdfpys95D", "6zfLufCtuB", "QT1tVgUtVe", "7xxvEUneN9", "4VA1oJ9pIU", "f7nyKTFPvr", "xzpba1o6v7", "B8iSunOfCR", "CJjFMsUWZm", "YwPUBK6SFG", "qPn5z32IL6", "YJRwdLUggB"}
  757. function isInTable(tableValue, toFind)
  758. local found = false
  759. for _,v in pairs(tableValue) do
  760. if v==toFind then
  761. found = true
  762. break;
  763. end
  764. end
  765. return found
  766. end
  767. script.Parent.MouseButton1Click:Connect(function()
  768. if isInTable(FuckingKeys, Textboxs.Text) == true then
  769. game.Players.LocalPlayer.PlayerGui.LoginForm.logingui.TextButton.Text = "Correct."
  770. game.Players.LocalPlayer.PlayerGui.LoginForm.logingui.TextButton.TextColor3 = Color3.fromRGB(0,255,0)
  771. wait(2)
  772. game.Players.LocalPlayer.PlayerGui.LoginForm.logingui.Visible = false
  773. game.Players.LocalPlayer.PlayerGui.LoginForm.maingui.Visible = true
  774. script.Parent.Parent.Remaining.Text = "Attempts Remaining : " .. Remainings
  775. if Remainings == 1 then
  776. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(255,0,0)
  777. elseif Remainings == 2 then
  778. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(255,255,0)
  779. elseif Remainings == 3 then
  780. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(0,255,0)
  781. else
  782. end
  783. else
  784. Remainings = Remainings - 1
  785. game.Players.LocalPlayer.PlayerGui.LoginForm.logingui.TextButton.Text = "Nope."
  786. game.Players.LocalPlayer.PlayerGui.LoginForm.logingui.TextButton.TextColor3 = Color3.fromRGB(255,0,0)
  787. script.Parent.Parent.Remaining.Text = "Attempts Remaining : " .. Remainings
  788. if Remainings == 1 then
  789. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(255,0,0)
  790. elseif Remainings == 2 then
  791. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(255,255,0)
  792. elseif Remainings == 3 then
  793. script.Parent.Parent.Remaining.TextColor3 = Color3.fromRGB(0,255,0)
  794. else
  795. end
  796. wait(2)
  797. if Remainings == 0 then
  798. game.Players.LocalPlayer:Kick("Nope.")
  799. else
  800. game.Players.LocalPlayer.PlayerGui.LoginForm.logingui.TextButton.Text = "Login"
  801. game.Players.LocalPlayer.PlayerGui.LoginForm.logingui.TextButton.TextColor3 = Color3.fromRGB(0,0,0)
  802.  
  803. end
  804.  
  805. end
  806. end)
  807.  
  808. end
  809. coroutine.wrap(ZAFD_fake_script)()
  810. local function AUNMJBU_fake_script() -- closeperm.LocalScript
  811. local script = Instance.new('LocalScript', closeperm)
  812.  
  813. script.Parent.MouseButton1Click:Connect(function()
  814. script.Parent.Parent.Visible = false
  815. end)
  816. end
  817. coroutine.wrap(AUNMJBU_fake_script)()
  818. local function HAFM_fake_script() -- closeperm_2.LocalScript
  819. local script = Instance.new('LocalScript', closeperm_2)
  820.  
  821. script.Parent.MouseButton1Click:Connect(function()
  822. script.Parent.Parent.Visible = false
  823. end)
  824. end
  825. coroutine.wrap(HAFM_fake_script)()
  826. local function RNCJS_fake_script() -- TextLabel_2.LocalScript
  827. local script = Instance.new('LocalScript', TextLabel_2)
  828.  
  829. while true do
  830. for a = 1,360,1 do wait(.01)
  831. script.Parent.TextColor3 = Color3.fromHSV(a/360,1,1)
  832. end
  833. end
  834. end
  835. coroutine.wrap(RNCJS_fake_script)()
  836. local function VVJAWZ_fake_script() -- kill.LocalScript
  837. local script = Instance.new('LocalScript', kill)
  838.  
  839. script.Parent.MouseButton1Down:Connect(function()
  840. game.Players.LocalPlayer:Kick("You wanted to close roblox. Lmao Have fun using Ios X Hub!!")
  841. end)
  842. end
  843. coroutine.wrap(VVJAWZ_fake_script)()
Add Comment
Please, Sign In to add comment