Guest User

SpeedHub

a guest
Mar 2nd, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.97 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local UltimateSpeedHub = Instance.new("ScreenGui")
  5. local OpenGUI = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local LoginGUI = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Pass = Instance.new("TextBox")
  10. local User = Instance.new("TextBox")
  11. local Submit = Instance.new("TextButton")
  12. local MainGUI = Instance.new("Frame")
  13. local Title2 = Instance.new("TextLabel")
  14. local _16 = Instance.new("TextButton")
  15. local _160 = Instance.new("TextButton")
  16. local _140 = Instance.new("TextButton")
  17. local _120 = Instance.new("TextButton")
  18. local _100 = Instance.new("TextButton")
  19. local _80 = Instance.new("TextButton")
  20. local _60 = Instance.new("TextButton")
  21. local _40 = Instance.new("TextButton")
  22. local _20 = Instance.new("TextButton")
  23. local _180 = Instance.new("TextButton")
  24. local _200 = Instance.new("TextButton")
  25. local _220 = Instance.new("TextButton")
  26. local J100 = Instance.new("TextButton")
  27. local J50 = Instance.new("TextButton")
  28. local NextPg = Instance.new("TextButton")
  29. local J150 = Instance.new("TextButton")
  30. local J200 = Instance.new("TextButton")
  31. local _20_2 = Instance.new("TextButton")
  32. local JumpBoost = Instance.new("TextLabel")
  33. local Walkspeed = Instance.new("TextLabel")
  34. local MainGUI2 = Instance.new("Frame")
  35. local Close = Instance.new("TextButton")
  36. local Title6 = Instance.new("TextLabel")
  37. local Ws5 = Instance.new("TextButton")
  38. local Jp5 = Instance.new("TextButton")
  39. local FastOptions = Instance.new("TextLabel")
  40. local Guis = Instance.new("TextLabel")
  41. local RockysAdmin = Instance.new("TextButton")
  42. local Yourmom = Instance.new("TextButton")
  43. local Roxploit = Instance.new("TextButton")
  44. local copyofgui = Instance.new("TextButton")
  45. --Properties:
  46. UltimateSpeedHub.Name = "Ultimate SpeedHub"
  47. UltimateSpeedHub.Parent = game.CoreGui
  48.  
  49. OpenGUI.Name = "OpenGUI"
  50. OpenGUI.Parent = UltimateSpeedHub
  51. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  52. OpenGUI.Position = UDim2.new(0, 0, 0.535406351, 0)
  53. OpenGUI.Size = UDim2.new(0, 126, 0, 49)
  54. OpenGUI.Visible = false
  55.  
  56. Open.Name = "Open"
  57. Open.Parent = OpenGUI
  58. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Open.Position = UDim2.new(-0.00561305461, 0, -0.00672320928, 0)
  60. Open.Size = UDim2.new(0, 126, 0, 50)
  61. Open.Font = Enum.Font.SourceSans
  62. Open.Text = "Open"
  63. Open.TextColor3 = Color3.new(0, 0, 0)
  64. Open.TextScaled = true
  65. Open.TextSize = 14
  66. Open.TextWrapped = true
  67. Open.MouseButton1Click:connect(function()
  68. MainGUI.Visible = true
  69. OpenGUI.Visible = false
  70. end)
  71.  
  72. LoginGUI.Name = "LoginGUI"
  73. LoginGUI.Parent = UltimateSpeedHub
  74. LoginGUI.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  75. LoginGUI.BackgroundTransparency = 0.5
  76. LoginGUI.Position = UDim2.new(0.771956861, 0, 0.387994051, 0)
  77. LoginGUI.Size = UDim2.new(0, 254, 0, 269)
  78.  
  79. Title.Name = "Title"
  80. Title.Parent = LoginGUI
  81. Title.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  82. Title.BackgroundTransparency = 0.5
  83. Title.Position = UDim2.new(0, 0, -0.187519744, 0)
  84. Title.Size = UDim2.new(0, 254, 0, 50)
  85. Title.Font = Enum.Font.SourceSans
  86. Title.Text = "SpeedHub"
  87. Title.TextColor3 = Color3.new(0, 0, 0)
  88. Title.TextScaled = true
  89. Title.TextSize = 14
  90. Title.TextWrapped = true
  91.  
  92. Pass.Name = "Pass"
  93. Pass.Parent = LoginGUI
  94. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Pass.Position = UDim2.new(0.104060613, 0, 0.466602892, 0)
  96. Pass.Size = UDim2.new(0, 200, 0, 52)
  97. Pass.Font = Enum.Font.SourceSans
  98. Pass.Text = "Password"
  99. Pass.TextColor3 = Color3.new(0, 0, 0)
  100. Pass.TextScaled = true
  101. Pass.TextSize = 14
  102. Pass.TextWrapped = true
  103.  
  104. User.Name = "User"
  105. User.Parent = LoginGUI
  106. User.BackgroundColor3 = Color3.new(1, 1, 1)
  107. User.Position = UDim2.new(0.104060769, 0, 0.188411221, 0)
  108. User.Size = UDim2.new(0, 200, 0, 50)
  109. User.Font = Enum.Font.SourceSans
  110. User.Text = "Username"
  111. User.TextColor3 = Color3.new(0, 0, 0)
  112. User.TextScaled = true
  113. User.TextSize = 14
  114. User.TextWrapped = true
  115.  
  116. Submit.Name = "Submit"
  117. Submit.Parent = LoginGUI
  118. Submit.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Submit.Position = UDim2.new(0.104060769, 0, 0.814570904, 0)
  120. Submit.Size = UDim2.new(0, 200, 0, 50)
  121. Submit.Font = Enum.Font.SourceSans
  122. Submit.Text = "Submit"
  123. Submit.TextColor3 = Color3.new(0, 0, 0)
  124. Submit.TextScaled = true
  125. Submit.TextSize = 14
  126. Submit.TextWrapped = true
  127. Submit.MouseButton1Click:connect(function()
  128. if User.Text == "SpeedHubReborn" and Pass.Text == "SpeedHubPass" then
  129. LoginGUI.Visible = false
  130. OpenGUI.Visible = true
  131. end
  132. end)
  133.  
  134. MainGUI.Name = "MainGUI"
  135. MainGUI.Parent = UltimateSpeedHub
  136. MainGUI.BackgroundColor3 = Color3.new(1, 0, 0)
  137. MainGUI.BackgroundTransparency = 0.10000000149012
  138. MainGUI.Position = UDim2.new(0.185670257, 0, 0.231332332, 0)
  139. MainGUI.Size = UDim2.new(0, 466, 0, 353)
  140. MainGUI.Visible = false
  141. MainGUI.Active = true
  142. MainGUI.Draggable = true
  143.  
  144. Title2.Name = "Title2"
  145. Title2.Parent = MainGUI
  146. Title2.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Title2.Position = UDim2.new(-0.000572025776, 0, -0.00350891054, 0)
  148. Title2.Size = UDim2.new(0, 466, 0, 50)
  149. Title2.Font = Enum.Font.SourceSans
  150. Title2.Text = "SpeedHub"
  151. Title2.TextColor3 = Color3.new(0, 0, 0)
  152. Title2.TextScaled = true
  153. Title2.TextSize = 14
  154. Title2.TextWrapped = true
  155.  
  156. _16.Name = "16"
  157. _16.Parent = MainGUI
  158. _16.BackgroundColor3 = Color3.new(1, 1, 1)
  159. _16.Position = UDim2.new(0.804932714, 0, 0.856432438, 0)
  160. _16.Size = UDim2.new(0, 90, 0, 50)
  161. _16.Font = Enum.Font.SourceSans
  162. _16.Text = "Ws16"
  163. _16.TextColor3 = Color3.new(0, 0, 0)
  164. _16.TextScaled = true
  165. _16.TextSize = 14
  166. _16.TextWrapped = true
  167. _16.MouseButton1Click:connect(function()
  168. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  169. end)
  170.  
  171. _160.Name = "160"
  172. _160.Parent = MainGUI
  173. _160.BackgroundColor3 = Color3.new(1, 1, 1)
  174. _160.Position = UDim2.new(0.804932714, 0, 0.49665907, 0)
  175. _160.Size = UDim2.new(0, 90, 0, 50)
  176. _160.Font = Enum.Font.SourceSans
  177. _160.Text = "Ws160"
  178. _160.TextColor3 = Color3.new(0, 0, 0)
  179. _160.TextScaled = true
  180. _160.TextSize = 14
  181. _160.TextWrapped = true
  182. _160.MouseButton1Click:connect(function()
  183. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 160
  184. end)
  185.  
  186. _140.Name = "140"
  187. _140.Parent = MainGUI
  188. _140.BackgroundColor3 = Color3.new(1, 1, 1)
  189. _140.Position = UDim2.new(0.0645893812, 0, 0.680795074, 0)
  190. _140.Size = UDim2.new(0, 90, 0, 50)
  191. _140.Font = Enum.Font.SourceSans
  192. _140.Text = "Ws140"
  193. _140.TextColor3 = Color3.new(0, 0, 0)
  194. _140.TextScaled = true
  195. _140.TextSize = 14
  196. _140.TextWrapped = true
  197. _140.MouseButton1Click:connect(function()
  198. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 140
  199. end)
  200.  
  201. _120.Name = "120"
  202. _120.Parent = MainGUI
  203. _120.BackgroundColor3 = Color3.new(1, 1, 1)
  204. _120.Position = UDim2.new(0.322100073, 0, 0.680795074, 0)
  205. _120.Size = UDim2.new(0, 90, 0, 50)
  206. _120.Font = Enum.Font.SourceSans
  207. _120.Text = "Ws120"
  208. _120.TextColor3 = Color3.new(0, 0, 0)
  209. _120.TextScaled = true
  210. _120.TextSize = 14
  211. _120.TextWrapped = true
  212. _120.MouseButton1Click:connect(function()
  213. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  214. end)
  215.  
  216. _100.Name = "100"
  217. _100.Parent = MainGUI
  218. _100.BackgroundColor3 = Color3.new(1, 1, 1)
  219. _100.Position = UDim2.new(0.556005657, 0, 0.680795074, 0)
  220. _100.Size = UDim2.new(0, 90, 0, 50)
  221. _100.Font = Enum.Font.SourceSans
  222. _100.Text = "Ws100"
  223. _100.TextColor3 = Color3.new(0, 0, 0)
  224. _100.TextScaled = true
  225. _100.TextSize = 14
  226. _100.TextWrapped = true
  227. _100.MouseButton1Click:connect(function()
  228. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  229. end)
  230.  
  231. _80.Name = "80"
  232. _80.Parent = MainGUI
  233. _80.BackgroundColor3 = Color3.new(1, 1, 1)
  234. _80.Position = UDim2.new(0.804932714, 0, 0.680795074, 0)
  235. _80.Size = UDim2.new(0, 90, 0, 50)
  236. _80.Font = Enum.Font.SourceSans
  237. _80.Text = "Ws80"
  238. _80.TextColor3 = Color3.new(0, 0, 0)
  239. _80.TextScaled = true
  240. _80.TextSize = 14
  241. _80.TextWrapped = true
  242.  
  243. _60.Name = "60"
  244. _60.Parent = MainGUI
  245. _60.BackgroundColor3 = Color3.new(1, 1, 1)
  246. _60.Position = UDim2.new(0.0645893589, 0, 0.856432438, 0)
  247. _60.Size = UDim2.new(0, 90, 0, 50)
  248. _60.Font = Enum.Font.SourceSans
  249. _60.Text = "Ws60"
  250. _60.TextColor3 = Color3.new(0, 0, 0)
  251. _60.TextScaled = true
  252. _60.TextSize = 14
  253. _60.TextWrapped = true
  254. _60.MouseButton1Click:connect(function()
  255. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 60
  256. end)
  257.  
  258. _40.Name = "40"
  259. _40.Parent = MainGUI
  260. _40.BackgroundColor3 = Color3.new(1, 1, 1)
  261. _40.Position = UDim2.new(0.322100103, 0, 0.856432438, 0)
  262. _40.Size = UDim2.new(0, 90, 0, 50)
  263. _40.Font = Enum.Font.SourceSans
  264. _40.Text = "Ws40"
  265. _40.TextColor3 = Color3.new(0, 0, 0)
  266. _40.TextScaled = true
  267. _40.TextSize = 14
  268. _40.TextWrapped = true
  269. _40.MouseButton1Click:connect(function()
  270. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 40
  271. end)
  272.  
  273. _20.Name = "20"
  274. _20.Parent = MainGUI
  275. _20.BackgroundColor3 = Color3.new(1, 1, 1)
  276. _20.Position = UDim2.new(0.556005716, 0, 0.856432438, 0)
  277. _20.Size = UDim2.new(0, 90, 0, 50)
  278. _20.Font = Enum.Font.SourceSans
  279. _20.Text = "Ws20"
  280. _20.TextColor3 = Color3.new(0, 0, 0)
  281. _20.TextScaled = true
  282. _20.TextSize = 14
  283. _20.TextWrapped = true
  284. _20.MouseButton1Click:connect(function()
  285. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  286. end)
  287.  
  288. _180.Name = "180"
  289. _180.Parent = MainGUI
  290. _180.BackgroundColor3 = Color3.new(1, 1, 1)
  291. _180.Position = UDim2.new(0.556005657, 0, 0.49665907, 0)
  292. _180.Size = UDim2.new(0, 90, 0, 50)
  293. _180.Font = Enum.Font.SourceSans
  294. _180.Text = "Ws180"
  295. _180.TextColor3 = Color3.new(0, 0, 0)
  296. _180.TextScaled = true
  297. _180.TextSize = 14
  298. _180.TextWrapped = true
  299. _180.MouseButton1Click:connect(function()
  300. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 180
  301. end)
  302.  
  303. _200.Name = "200"
  304. _200.Parent = MainGUI
  305. _200.BackgroundColor3 = Color3.new(1, 1, 1)
  306. _200.Position = UDim2.new(0.322100103, 0, 0.49665907, 0)
  307. _200.Size = UDim2.new(0, 90, 0, 50)
  308. _200.Font = Enum.Font.SourceSans
  309. _200.Text = "Ws200"
  310. _200.TextColor3 = Color3.new(0, 0, 0)
  311. _200.TextScaled = true
  312. _200.TextSize = 14
  313. _200.TextWrapped = true
  314. _200.MouseButton1Click:connect(function()
  315. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  316. end)
  317.  
  318. _220.Name = "220"
  319. _220.Parent = MainGUI
  320. _220.BackgroundColor3 = Color3.new(1, 1, 1)
  321. _220.Position = UDim2.new(0.0645893812, 0, 0.49665907, 0)
  322. _220.Size = UDim2.new(0, 90, 0, 50)
  323. _220.Font = Enum.Font.SourceSans
  324. _220.Text = "Ws220"
  325. _220.TextColor3 = Color3.new(0, 0, 0)
  326. _220.TextScaled = true
  327. _220.TextSize = 14
  328. _220.TextWrapped = true
  329. _220.MouseButton1Click:connect(function()
  330. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 220
  331. end)
  332.  
  333. J100.Name = "J100"
  334. J100.Parent = MainGUI
  335. J100.BackgroundColor3 = Color3.new(1, 1, 1)
  336. J100.Position = UDim2.new(0.515233159, 0, 0.216205835, 0)
  337. J100.Size = UDim2.new(0, 90, 0, 50)
  338. J100.Font = Enum.Font.SourceSans
  339. J100.Text = "Jp100"
  340. J100.TextColor3 = Color3.new(0, 0, 0)
  341. J100.TextScaled = true
  342. J100.TextSize = 14
  343. J100.TextWrapped = true
  344. J100.MouseButton1Click:connect(function()
  345. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  346. end)
  347.  
  348. J50.Name = "J50"
  349. J50.Parent = MainGUI
  350. J50.BackgroundColor3 = Color3.new(1, 1, 1)
  351. J50.Position = UDim2.new(0.746992886, 0, 0.216205835, 0)
  352. J50.Size = UDim2.new(0, 90, 0, 50)
  353. J50.Font = Enum.Font.SourceSans
  354. J50.Text = "Jp50"
  355. J50.TextColor3 = Color3.new(0, 0, 0)
  356. J50.TextScaled = true
  357. J50.TextSize = 14
  358. J50.TextWrapped = true
  359. J50.MouseButton1Click:connect(function()
  360. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  361. end)
  362.  
  363. NextPg.Name = "NextPg."
  364. NextPg.Parent = MainGUI
  365. NextPg.BackgroundColor3 = Color3.new(1, 1, 1)
  366. NextPg.BackgroundTransparency = 1
  367. NextPg.Position = UDim2.new(-0.00193426432, 0, -0.00475737033, 0)
  368. NextPg.Size = UDim2.new(0, 103, 0, 50)
  369. NextPg.Font = Enum.Font.SourceSans
  370. NextPg.Text = "Next Page"
  371. NextPg.TextColor3 = Color3.new(0, 0, 0)
  372. NextPg.TextScaled = true
  373. NextPg.TextSize = 14
  374. NextPg.TextWrapped = true
  375. NextPg.MouseButton1Click:connect(function()
  376. MainGUI2.Visible = true
  377. end)
  378.  
  379. J150.Name = "J150"
  380. J150.Parent = MainGUI
  381. J150.BackgroundColor3 = Color3.new(1, 1, 1)
  382. J150.Position = UDim2.new(0.257722437, 0, 0.216205835, 0)
  383. J150.Size = UDim2.new(0, 90, 0, 50)
  384. J150.Font = Enum.Font.SourceSans
  385. J150.Text = "Jp150"
  386. J150.TextColor3 = Color3.new(0, 0, 0)
  387. J150.TextScaled = true
  388. J150.TextSize = 14
  389. J150.TextWrapped = true
  390. J150.MouseButton1Click:connect(function()
  391. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  392. end)
  393.  
  394. J200.Name = "J200"
  395. J200.Parent = MainGUI
  396. J200.BackgroundColor3 = Color3.new(1, 1, 1)
  397. J200.Position = UDim2.new(0.0259627849, 0, 0.216205835, 0)
  398. J200.Size = UDim2.new(0, 90, 0, 50)
  399. J200.Font = Enum.Font.SourceSans
  400. J200.Text = "Ws200"
  401. J200.TextColor3 = Color3.new(0, 0, 0)
  402. J200.TextScaled = true
  403. J200.TextSize = 14
  404. J200.TextWrapped = true
  405. J200.MouseButton1Click:connect(function()
  406. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  407. end)
  408.  
  409. _20_2.Name = "20"
  410. _20_2.Parent = MainGUI
  411. _20_2.BackgroundColor3 = Color3.new(1, 0, 0)
  412. _20_2.BackgroundTransparency = 1
  413. _20_2.Position = UDim2.new(0.877894163, 0, -0.00192446611, 0)
  414. _20_2.Size = UDim2.new(0, 55, 0, 50)
  415. _20_2.Font = Enum.Font.SourceSans
  416. _20_2.Text = "X"
  417. _20_2.TextColor3 = Color3.new(0, 0, 0)
  418. _20_2.TextScaled = true
  419. _20_2.TextSize = 14
  420. _20_2.TextWrapped = true
  421. _20_2.MouseButton1Click:connect(function()
  422. MainGUI.Visible = false
  423. OpenGUI.Visible = true
  424. end)
  425.  
  426. JumpBoost.Name = "JumpBoost"
  427. JumpBoost.Parent = MainGUI
  428. JumpBoost.BackgroundColor3 = Color3.new(1, 1, 1)
  429. JumpBoost.BackgroundTransparency = 1
  430. JumpBoost.Position = UDim2.new(0.297469795, 0, 0.137336761, 0)
  431. JumpBoost.Size = UDim2.new(0, 175, 0, 27)
  432. JumpBoost.Font = Enum.Font.SourceSans
  433. JumpBoost.Text = "Jump Boost"
  434. JumpBoost.TextColor3 = Color3.new(0, 0, 0)
  435. JumpBoost.TextScaled = true
  436. JumpBoost.TextSize = 14
  437. JumpBoost.TextWrapped = true
  438.  
  439. Walkspeed.Name = "Walkspeed"
  440. Walkspeed.Parent = MainGUI
  441. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  442. Walkspeed.BackgroundTransparency = 1
  443. Walkspeed.Position = UDim2.new(0.346826017, 0, 0.382199854, 0)
  444. Walkspeed.Size = UDim2.new(0, 175, 0, 40)
  445. Walkspeed.Font = Enum.Font.SourceSans
  446. Walkspeed.Text = "WalkSpeeds"
  447. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  448. Walkspeed.TextScaled = true
  449. Walkspeed.TextSize = 14
  450. Walkspeed.TextWrapped = true
  451.  
  452. MainGUI2.Name = "MainGUI2"
  453. MainGUI2.Parent = UltimateSpeedHub
  454. MainGUI2.BackgroundColor3 = Color3.new(1, 0, 0)
  455. MainGUI2.BackgroundTransparency = 0.10000000149012
  456. MainGUI2.Position = UDim2.new(0.544684112, 0, 0.231332362, 0)
  457. MainGUI2.Size = UDim2.new(0, 421, 0, 354)
  458. MainGUI2.Visible = false
  459. MainGUI2.Active = true
  460. MainGUI2.Draggable = true
  461.  
  462. Close.Name = "Close"
  463. Close.Parent = MainGUI2
  464. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  465. Close.Position = UDim2.new(0.857637763, 0, -0.00626183627, 0)
  466. Close.Size = UDim2.new(0, 59, 0, 51)
  467. Close.Font = Enum.Font.SourceSans
  468. Close.Text = "X"
  469. Close.TextColor3 = Color3.new(0, 0, 0)
  470. Close.TextScaled = true
  471. Close.TextSize = 14
  472. Close.TextWrapped = true
  473. Close.MouseButton1Click:connect(function()
  474. MainGUI2.Visible = false
  475. end)
  476.  
  477. Title6.Name = "Title6"
  478. Title6.Parent = MainGUI2
  479. Title6.BackgroundColor3 = Color3.new(1, 1, 1)
  480. Title6.Position = UDim2.new(-0.0012447692, 0, -0.00703800889, 0)
  481. Title6.Size = UDim2.new(0, 361, 0, 51)
  482. Title6.Font = Enum.Font.SourceSans
  483. Title6.Text = "SpeedHub"
  484. Title6.TextColor3 = Color3.new(0, 0, 0)
  485. Title6.TextScaled = true
  486. Title6.TextSize = 14
  487. Title6.TextWrapped = true
  488.  
  489. Ws5.Name = "Ws +5"
  490. Ws5.Parent = MainGUI2
  491. Ws5.BackgroundColor3 = Color3.new(1, 1, 1)
  492. Ws5.Position = UDim2.new(-0.00221975148, 0, 0.23950091, 0)
  493. Ws5.Size = UDim2.new(0, 200, 0, 50)
  494. Ws5.Font = Enum.Font.SourceSans
  495. Ws5.Text = "WalkSpeed +5"
  496. Ws5.TextColor3 = Color3.new(0, 0, 0)
  497. Ws5.TextScaled = true
  498. Ws5.TextSize = 14
  499. Ws5.TextWrapped = true
  500. Ws5.MouseButton1Click:connect(function()
  501. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed +5
  502. end)
  503.  
  504. Jp5.Name = "Jp+5\\"
  505. Jp5.Parent = MainGUI2
  506. Jp5.BackgroundColor3 = Color3.new(1, 1, 1)
  507. Jp5.Position = UDim2.new(-0.00221975148, 0, 0.366619557, 0)
  508. Jp5.Size = UDim2.new(0, 200, 0, 50)
  509. Jp5.Font = Enum.Font.SourceSans
  510. Jp5.Text = "JumpPower +5"
  511. Jp5.TextColor3 = Color3.new(0, 0, 0)
  512. Jp5.TextScaled = true
  513. Jp5.TextSize = 14
  514. Jp5.TextWrapped = true
  515. Jp5.MouseButton1Click:connect(function()
  516. game.Players.LocalPlayer.Character.Humanoid.JumpPower +5
  517. end)
  518.  
  519. FastOptions.Name = "FastOptions"
  520. FastOptions.Parent = MainGUI2
  521. FastOptions.BackgroundColor3 = Color3.new(1, 1, 1)
  522. FastOptions.BackgroundTransparency = 1
  523. FastOptions.Position = UDim2.new(-0.00237529702, 0, 0.136499003, 0)
  524. FastOptions.Size = UDim2.new(0, 200, 0, 37)
  525. FastOptions.Font = Enum.Font.Garamond
  526. FastOptions.Text = "Fast Options"
  527. FastOptions.TextColor3 = Color3.new(0, 0, 0)
  528. FastOptions.TextScaled = true
  529. FastOptions.TextSize = 14
  530. FastOptions.TextWrapped = true
  531.  
  532. Guis.Name = "Guis"
  533. Guis.Parent = MainGUI2
  534. Guis.BackgroundColor3 = Color3.new(1, 1, 1)
  535. Guis.BackgroundTransparency = 1
  536. Guis.Position = UDim2.new(0.230403781, 0, 0.594126105, 0)
  537. Guis.Size = UDim2.new(0, 200, 0, 37)
  538. Guis.Font = Enum.Font.Garamond
  539. Guis.Text = "Guis Like Ro -xploit"
  540. Guis.TextColor3 = Color3.new(0, 0, 0)
  541. Guis.TextScaled = true
  542. Guis.TextSize = 14
  543. Guis.TextWrapped = true
  544.  
  545. RockysAdmin.Name = "RockysAdmin"
  546. RockysAdmin.Parent = MainGUI2
  547. RockysAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  548. RockysAdmin.Position = UDim2.new(0.472684085, 0, 0.711864412, 0)
  549. RockysAdmin.Size = UDim2.new(0, 200, 0, 50)
  550. RockysAdmin.Font = Enum.Font.SourceSans
  551. RockysAdmin.Text = "Rocky's Admin"
  552. RockysAdmin.TextColor3 = Color3.new(0, 0, 0)
  553. RockysAdmin.TextScaled = true
  554. RockysAdmin.TextSize = 14
  555. RockysAdmin.TextWrapped = true
  556. RockysAdmin.MouseButton1Click:connect(function()
  557. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  558. end)
  559.  
  560. Yourmom.Name = "Yourmom"
  561. Yourmom.Parent = MainGUI2
  562. Yourmom.BackgroundColor3 = Color3.new(1, 1, 1)
  563. Yourmom.Position = UDim2.new(-0.00237529632, 0, 0.858757019, 0)
  564. Yourmom.Size = UDim2.new(0, 200, 0, 50)
  565. Yourmom.Font = Enum.Font.SourceSans
  566. Yourmom.Text = "YourMom"
  567. Yourmom.TextColor3 = Color3.new(0, 0, 0)
  568. Yourmom.TextScaled = true
  569. Yourmom.TextSize = 14
  570. Yourmom.TextWrapped = true
  571. Yourmom.MouseButton1Click:connect(function()
  572. loadstring(game:GetObjects('rbxassetid://289110135')[1].Source)()
  573. end)
  574.  
  575. Roxploit.Name = "Roxploit"
  576. Roxploit.Parent = MainGUI2
  577. Roxploit.BackgroundColor3 = Color3.new(1, 1, 1)
  578. Roxploit.Position = UDim2.new(-0.00237529702, 0, 0.711864412, 0)
  579. Roxploit.Size = UDim2.new(0, 200, 0, 50)
  580. Roxploit.Font = Enum.Font.SourceSans
  581. Roxploit.Text = "Ro-Xploit"
  582. Roxploit.TextColor3 = Color3.new(0, 0, 0)
  583. Roxploit.TextScaled = true
  584. Roxploit.TextSize = 14
  585. Roxploit.TextWrapped = true
  586. Roxploit.MouseButton1Click:connect(function()
  587. loadstring(game:GetObjects("rbxassetid://288646117")[1].Source)()
  588. end)
  589.  
  590. copyofgui.Name = "copyofgui"
  591. copyofgui.Parent = MainGUI2
  592. copyofgui.BackgroundColor3 = Color3.new(1, 1, 1)
  593. copyofgui.Position = UDim2.new(0.472684085, 0, 0.858757079, 0)
  594. copyofgui.Size = UDim2.new(0, 200, 0, 50)
  595. copyofgui.Font = Enum.Font.SourceSans
  596. copyofgui.Text = "Another Speed GUI????"
  597. copyofgui.TextColor3 = Color3.new(0, 0, 0)
  598. copyofgui.TextScaled = true
  599. copyofgui.TextSize = 14
  600. copyofgui.TextWrapped = true
  601. copyofgui.MouseButton1Click:connect(function()
  602. loadstring(game:HttpGet("https://pastebin.com/raw/fSavfdrT", true))()
  603. end)
  604. -- Scripts:
Add Comment
Please, Sign In to add comment