Guest User

roblox hack

a guest
Dec 31st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Hack = Instance.new("ScreenGui")
  5. local open = Instance.new("Frame")
  6. local ope = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local speed = Instance.new("TextButton")
  9. local jump = Instance.new("TextButton")
  10. local close = Instance.new("TextButton")
  11. local password = Instance.new("Frame")
  12. local user = Instance.new("TextBox")
  13. local sumbit = Instance.new("TextButton")
  14. local pass = Instance.new("TextBox")
  15. local Frame = Instance.new("Frame")
  16. local loaded = Instance.new("TextLabel")
  17. local ok = Instance.new("TextButton")
  18. --Properties:
  19. Hack.Name = "Hack"
  20. Hack.Parent = game.CoreGui
  21.  
  22. open.Name = "open"
  23. open.Parent = Hack
  24. open.BackgroundColor3 = Color3.new(0, 0, 0)
  25. open.BackgroundTransparency = 0.69999998807907
  26. open.Position = UDim2.new(0.347826093, 0, 0, 0)
  27. open.Size = UDim2.new(0, 216, 0, 47)
  28. open.Visible = false
  29.  
  30. ope.Name = "ope"
  31. ope.Parent = open
  32. ope.BackgroundColor3 = Color3.new(0, 0, 0)
  33. ope.BackgroundTransparency = 0.60000002384186
  34. ope.Position = UDim2.new(0.0370370373, 0, 0.0851063803, 0)
  35. ope.Size = UDim2.new(0, 200, 0, 39)
  36. ope.Font = Enum.Font.SciFi
  37. ope.Text = "OPEN"
  38. ope.TextColor3 = Color3.new(0, 1, 0.886275)
  39. ope.TextSize = 50
  40. ope.MouseButton1Down:connect(function()
  41. Frame.Visible = false
  42. main.Visible = true
  43. open.Visible = false
  44. password.Visible = false
  45. end)
  46.  
  47. main.Name = "main"
  48. main.Parent = Hack
  49. main.BackgroundColor3 = Color3.new(0, 0, 0)
  50. main.BackgroundTransparency = 0.60000002384186
  51. main.Position = UDim2.new(0.629733503, 0, 0.235059768, 0)
  52. main.Size = UDim2.new(0, 198, 0, 273)
  53. main.Visible = false
  54. main.Active = true
  55. main.Draggable = true
  56.  
  57. speed.Name = "speed"
  58. speed.Parent = main
  59. speed.BackgroundColor3 = Color3.new(1, 0, 0)
  60. speed.Position = UDim2.new(0.0909090936, 0, 0.336996347, 0)
  61. speed.Size = UDim2.new(0, 162, 0, 40)
  62. speed.Font = Enum.Font.SciFi
  63. speed.Text = "Walk Speed"
  64. speed.TextColor3 = Color3.new(0, 0, 0)
  65. speed.TextSize = 30
  66. speed.MouseButton1Down:connect(function()
  67. _G.WS = "500";
  68. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  69. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  70. Humanoid.WalkSpeed = _G.WS;
  71. end)
  72. Humanoid.WalkSpeed = _G.WS;
  73. end)
  74.  
  75. jump.Name = "jump"
  76. jump.Parent = main
  77. jump.BackgroundColor3 = Color3.new(1, 0, 0)
  78. jump.Position = UDim2.new(0.0909090862, 0, 0.600732625, 0)
  79. jump.Size = UDim2.new(0, 162, 0, 38)
  80. jump.Font = Enum.Font.SciFi
  81. jump.Text = "Infinite Jump"
  82. jump.TextColor3 = Color3.new(0, 0, 0)
  83. jump.TextSize = 30
  84. jump.MouseButton1Down:connect(function()
  85. game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end)
  86. end)
  87.  
  88. close.Name = "close"
  89. close.Parent = main
  90. close.BackgroundColor3 = Color3.new(0.996078, 0.00784314, 0.00784314)
  91. close.Position = UDim2.new(0.858585835, 0, -0.0659340695, 0)
  92. close.Size = UDim2.new(0, 50, 0, 50)
  93. close.Text = "X"
  94. close.TextColor3 = Color3.new(0, 1, 0.917647)
  95. close.TextSize = 50
  96. close.MouseButton1Down:connect(function()
  97. Frame.Visible = false
  98. main.Visible = false
  99. open.Visible = true
  100. password.Visible = false
  101. end)
  102.  
  103. password.Name = "password"
  104. password.Parent = Hack
  105. password.BackgroundColor3 = Color3.new(1, 1, 1)
  106. password.Position = UDim2.new(0.23281908, 0, 0.235059768, 0)
  107. password.Size = UDim2.new(0, 204, 0, 273)
  108.  
  109. user.Name = "user"
  110. user.Parent = password
  111. user.BackgroundColor3 = Color3.new(1, 1, 1)
  112. user.Position = UDim2.new(0.0980392173, 0, 0.208791211, 0)
  113. user.Size = UDim2.new(0, 163, 0, 41)
  114. user.Font = Enum.Font.SciFi
  115. user.Text = "username"
  116. user.TextColor3 = Color3.new(0, 0, 0)
  117. user.TextSize = 20
  118.  
  119. sumbit.Name = "sumbit"
  120. sumbit.Parent = password
  121. sumbit.BackgroundColor3 = Color3.new(1, 1, 1)
  122. sumbit.Position = UDim2.new(0.0735294148, 0, 0.750915766, 0)
  123. sumbit.Size = UDim2.new(0, 173, 0, 39)
  124. sumbit.Font = Enum.Font.SciFi
  125. sumbit.Text = "Sumbit"
  126. sumbit.TextColor3 = Color3.new(0, 0, 0)
  127. sumbit.TextSize = 20
  128. sumbit.MouseButton1Down:connect(function()
  129. Frame.Visible = true
  130. main.Visible = false
  131. open.Visible = false
  132. password.Visible = false
  133. end)
  134.  
  135. pass.Name = "pass"
  136. pass.Parent = password
  137. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  138. pass.Position = UDim2.new(0.0980392173, 0, 0.43589744, 0)
  139. pass.Size = UDim2.new(0, 163, 0, 45)
  140. pass.Font = Enum.Font.SciFi
  141. pass.Text = "Password"
  142. pass.TextColor3 = Color3.new(0, 0, 0)
  143. pass.TextSize = 20
  144.  
  145. Frame.Parent = Hack
  146. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Frame.Position = UDim2.new(0.314165503, 0, 0.131474108, 0)
  148. Frame.Size = UDim2.new(0, 204, 0, 77)
  149. Frame.Visible = false
  150.  
  151. loaded.Name = "loaded"
  152. loaded.Parent = Frame
  153. loaded.BackgroundColor3 = Color3.new(1, 1, 1)
  154. loaded.Position = UDim2.new(0, 0, 0.16883117, 0)
  155. loaded.Size = UDim2.new(0, 200, 0, 50)
  156. loaded.Font = Enum.Font.SciFi
  157. loaded.Text = "hack loaded seccefuly"
  158. loaded.TextColor3 = Color3.new(0, 0, 0)
  159. loaded.TextSize = 20
  160.  
  161. ok.Name = "ok"
  162. ok.Parent = Frame
  163. ok.BackgroundColor3 = Color3.new(1, 1, 1)
  164. ok.Position = UDim2.new(0.367647082, 0, 0.675324678, 0)
  165. ok.Size = UDim2.new(0, 55, 0, 39)
  166. ok.Font = Enum.Font.SourceSans
  167. ok.Text = "OK"
  168. ok.TextColor3 = Color3.new(0, 0, 0)
  169. ok.TextSize = 14
  170. ok.MouseButton1Down:connect(function()
  171. Frame.Visible = false
  172. main.Visible = false
  173. open.Visible = true
  174. password.Visible = false
  175. end)
  176. -- Scripts:
Add Comment
Please, Sign In to add comment