TeoMessiKing

SpeedyHackGui

Dec 18th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SpeedyGui = Instance.new("ScreenGui")
  5. local loginframe = Instance.new("Frame")
  6. local submit = Instance.new("TextButton")
  7. local password = Instance.new("TextBox")
  8. local loginstatus = Instance.new("TextLabel")
  9. local mainframe = Instance.new("Frame")
  10. local diamond = Instance.new("TextButton")
  11. local steps = Instance.new("TextButton")
  12. local stepsstatus = Instance.new("TextLabel")
  13. local diamondsstatus = Instance.new("TextLabel")
  14. local exp = Instance.new("TextButton")
  15. local expstatus = Instance.new("TextLabel")
  16. --Properties:
  17. SpeedyGui.Name = "SpeedyGui"
  18. SpeedyGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. loginframe.Name = "loginframe"
  21. loginframe.Parent = SpeedyGui
  22. loginframe.Active = true
  23. loginframe.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  24. loginframe.BackgroundTransparency = 0.20000000298023
  25. loginframe.BorderSizePixel = 3
  26. loginframe.Position = UDim2.new(0, 508, 0, 313)
  27. loginframe.Size = UDim2.new(0, 461, 0, 188)
  28.  
  29. submit.Name = "submit"
  30. submit.Parent = loginframe
  31. submit.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  32. submit.BorderSizePixel = 2
  33. submit.Position = UDim2.new(0, 73, 0, 129)
  34. submit.Size = UDim2.new(0, 314, 0, 50)
  35. submit.Font = Enum.Font.SourceSans
  36. submit.Text = "Submit"
  37. submit.TextColor3 = Color3.new(1, 1, 1)
  38. submit.TextScaled = true
  39. submit.TextSize = 14
  40. submit.TextWrapped = true
  41.  
  42. password.Name = "password"
  43. password.Parent = loginframe
  44. password.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  45. password.BorderSizePixel = 2
  46. password.Position = UDim2.new(0, 45, 0, 58)
  47. password.Size = UDim2.new(0, 370, 0, 50)
  48. password.Font = Enum.Font.SourceSans
  49. password.Text = "Password"
  50. password.TextColor3 = Color3.new(1, 1, 1)
  51. password.TextScaled = true
  52. password.TextSize = 14
  53. password.TextWrapped = true
  54.  
  55. loginstatus.Name = "loginstatus"
  56. loginstatus.Parent = loginframe
  57. loginstatus.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  58. loginstatus.BackgroundTransparency = 0.10000000149012
  59. loginstatus.BorderSizePixel = 3
  60. loginstatus.Size = UDim2.new(0, 461, 0, 37)
  61. loginstatus.Font = Enum.Font.SourceSans
  62. loginstatus.Text = ""
  63. loginstatus.TextColor3 = Color3.new(1, 1, 1)
  64. loginstatus.TextScaled = true
  65. loginstatus.TextSize = 14
  66. loginstatus.TextWrapped = true
  67.  
  68. mainframe.Name = "mainframe"
  69. mainframe.Parent = SpeedyGui
  70. mainframe.Active = true
  71. mainframe.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  72. mainframe.BackgroundTransparency = 0.20000000298023
  73. mainframe.BorderSizePixel = 3
  74. mainframe.Position = UDim2.new(0, 1394, 0, 556)
  75. mainframe.Size = UDim2.new(0, 255, 0, 208)
  76. mainframe.Visible = false
  77.  
  78. diamond.Name = "diamond"
  79. diamond.Parent = mainframe
  80. diamond.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  81. diamond.BorderSizePixel = 2
  82. diamond.Position = UDim2.new(0, 9, 0, 78)
  83. diamond.Size = UDim2.new(0, 191, 0, 50)
  84. diamond.Font = Enum.Font.SourceSans
  85. diamond.Text = "Diamonds"
  86. diamond.TextColor3 = Color3.new(1, 1, 1)
  87. diamond.TextScaled = true
  88. diamond.TextSize = 14
  89. diamond.TextWrapped = true
  90.  
  91. steps.Name = "steps"
  92. steps.Parent = mainframe
  93. steps.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  94. steps.BorderSizePixel = 2
  95. steps.Position = UDim2.new(0, 9, 0, 14)
  96. steps.Size = UDim2.new(0, 191, 0, 50)
  97. steps.Font = Enum.Font.SourceSans
  98. steps.Text = "Steps"
  99. steps.TextColor3 = Color3.new(1, 1, 1)
  100. steps.TextScaled = true
  101. steps.TextSize = 14
  102. steps.TextWrapped = true
  103.  
  104. stepsstatus.Name = "stepsstatus"
  105. stepsstatus.Parent = mainframe
  106. stepsstatus.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  107. stepsstatus.BackgroundTransparency = 0.10000000149012
  108. stepsstatus.BorderSizePixel = 2
  109. stepsstatus.Position = UDim2.new(0, 209, 0, 16)
  110. stepsstatus.Size = UDim2.new(0, 39, 0, 48)
  111. stepsstatus.Font = Enum.Font.SourceSans
  112. stepsstatus.Text = "OFF"
  113. stepsstatus.TextColor3 = Color3.new(1, 1, 1)
  114. stepsstatus.TextScaled = true
  115. stepsstatus.TextSize = 14
  116. stepsstatus.TextWrapped = true
  117.  
  118. diamondsstatus.Name = "diamondsstatus"
  119. diamondsstatus.Parent = mainframe
  120. diamondsstatus.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  121. diamondsstatus.BackgroundTransparency = 0.10000000149012
  122. diamondsstatus.BorderSizePixel = 2
  123. diamondsstatus.Position = UDim2.new(0, 208, 0, 79)
  124. diamondsstatus.Size = UDim2.new(0, 39, 0, 48)
  125. diamondsstatus.Font = Enum.Font.SourceSans
  126. diamondsstatus.Text = "OFF"
  127. diamondsstatus.TextColor3 = Color3.new(1, 1, 1)
  128. diamondsstatus.TextScaled = true
  129. diamondsstatus.TextSize = 14
  130. diamondsstatus.TextWrapped = true
  131.  
  132. exp.Name = "exp"
  133. exp.Parent = mainframe
  134. exp.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  135. exp.BorderSizePixel = 2
  136. exp.Position = UDim2.new(0, 8, 0, 139)
  137. exp.Size = UDim2.new(0, 191, 0, 50)
  138. exp.Font = Enum.Font.SourceSans
  139. exp.Text = "Exp"
  140. exp.TextColor3 = Color3.new(1, 1, 1)
  141. exp.TextScaled = true
  142. exp.TextSize = 14
  143. exp.TextWrapped = true
  144.  
  145. expstatus.Name = "expstatus"
  146. expstatus.Parent = mainframe
  147. expstatus.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  148. expstatus.BackgroundTransparency = 0.10000000149012
  149. expstatus.BorderSizePixel = 2
  150. expstatus.Position = UDim2.new(0, 207, 0, 140)
  151. expstatus.Size = UDim2.new(0, 39, 0, 48)
  152. expstatus.Font = Enum.Font.SourceSans
  153. expstatus.Text = "OFF"
  154. expstatus.TextColor3 = Color3.new(1, 1, 1)
  155. expstatus.TextScaled = true
  156. expstatus.TextSize = 14
  157. expstatus.TextWrapped = true
  158. -- Scripts:
  159.  
  160. SpeedyGui.ResetOnSpawn = false
  161.  
  162. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  163.  
  164. if key == "x" then
  165. if SpeedyGui.Enabled == true then
  166. SpeedyGui.Enabled = false
  167. elseif SpeedyGui.Enabled == false then
  168. SpeedyGui.Enabled = true
  169. end
  170. end
  171. end)
  172.  
  173. loginframe.Draggable = true
  174. mainframe.Draggable = true
  175.  
  176. submit.MouseButton1Down:connect(function()
  177. if password.Text == 'SpeedyHack' then
  178. print("Press X To Toggle The Gui!")
  179. loginstatus.Text = 'Login Succesful Press F9 For More Info'
  180. wait(1)
  181. loginframe.Visible = false
  182. mainframe.Visible = true
  183. else do
  184. loginstatus.Text = 'Password is wrong try again!'
  185. wait(1)
  186. loginstatus.Text = ''
  187. end
  188.  
  189. end
  190. end)
  191.  
  192.  
  193.  
  194. steps.MouseButton1Down:connect(function()
  195. if stepsstatus.Text == 'OFF' then
  196. stepsstatus.Text = 'ON'
  197. repeat
  198.  
  199.  
  200. local A_1 = "steps"
  201. local A_2 = 99999
  202. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  203. Event:FireServer(A_1, A_2)
  204. wait(0.1)
  205. until stepsstatus.Text == 'OFF'
  206. elseif stepsstatus.Text == 'ON' then
  207. stepsstatus.Text = 'OFF'
  208. end
  209. end)
  210.  
  211.  
  212. diamond.MouseButton1Down:connect(function()
  213. if diamondsstatus.Text == 'OFF' then
  214. diamondsstatus.Text = 'ON'
  215. repeat
  216.  
  217.  
  218. local A_1 = "diamonds"
  219. local A_2 = 99999
  220. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  221. Event:FireServer(A_1, A_2)
  222.  
  223. wait(0.1)
  224. until diamondsstatus.Text == 'OFF'
  225. elseif diamondsstatus.Text == 'ON' then
  226. diamondsstatus.Text = 'OFF'
  227. end
  228. end)
  229.  
  230. exp.MouseButton1Down:connect(function()
  231. if expstatus.Text == 'OFF' then
  232. expstatus.Text = 'ON'
  233. repeat
  234.  
  235.  
  236. local A_1 = "exp"
  237. local A_2 = 99999
  238. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  239. Event:FireServer(A_1, A_2)
  240.  
  241. wait(0.1)
  242. until expstatus.Text == 'OFF'
  243. elseif expstatus.Text == 'ON' then
  244. expstatus.Text = 'OFF'
  245. end
  246. end)
Add Comment
Please, Sign In to add comment