Guest User

roblox hack

a guest
Dec 31st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local hack = Instance.new("ScreenGui")
  5. local pass = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local passw = Instance.new("TextBox")
  8. local sumbit = Instance.new("TextButton")
  9. local warn = Instance.new("TextLabel")
  10. local Frame = Instance.new("Frame")
  11. local open = Instance.new("TextButton")
  12. local main = Instance.new("Frame")
  13. local jump = Instance.new("TextButton")
  14. local speed = Instance.new("TextButton")
  15. local title = Instance.new("TextLabel")
  16. local close = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. pass.Name = "pass"
  21. pass.Parent = hack
  22. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  23. pass.Position = UDim2.new(0.336605906, 0, 0.195219129, 0)
  24. pass.Size = UDim2.new(0, 233, 0, 306)
  25.  
  26. user.Name = "user"
  27. user.Parent = pass
  28. user.BackgroundColor3 = Color3.new(1, 1, 1)
  29. user.Position = UDim2.new(0.0686695278, 0, 0.264705896, 0)
  30. user.Size = UDim2.new(0, 200, 0, 36)
  31. user.Font = Enum.Font.SciFi
  32. user.Text = "Your username"
  33. user.TextColor3 = Color3.new(0, 0, 0)
  34. user.TextSize = 20
  35.  
  36. passw.Name = "passw"
  37. passw.Parent = pass
  38. passw.BackgroundColor3 = Color3.new(1, 1, 1)
  39. passw.Position = UDim2.new(0.0686695278, 0, 0.470588237, 0)
  40. passw.Size = UDim2.new(0, 200, 0, 36)
  41. passw.Font = Enum.Font.SciFi
  42. passw.Text = "your password"
  43. passw.TextColor3 = Color3.new(0, 0, 0)
  44. passw.TextSize = 20
  45.  
  46. sumbit.Name = "sumbit"
  47. sumbit.Parent = pass
  48. sumbit.BackgroundColor3 = Color3.new(1, 1, 1)
  49. sumbit.Position = UDim2.new(0.0686695278, 0, 0.748365998, 0)
  50. sumbit.Size = UDim2.new(0, 200, 0, 38)
  51. sumbit.Font = Enum.Font.SciFi
  52. sumbit.Text = "Sumbit"
  53. sumbit.TextColor3 = Color3.new(0, 0, 0)
  54. sumbit.TextSize = 50
  55. sumbit.MouseButton1Down:connect(function()
  56. pass.Visible = false
  57. main.Visible = false
  58. Frame.Visible = true
  59. end)
  60.  
  61. warn.Name = "warn"
  62. warn.Parent = pass
  63. warn.BackgroundColor3 = Color3.new(1, 0, 0)
  64. warn.Position = UDim2.new(0.0686695278, 0, 0.071895428, 0)
  65. warn.Size = UDim2.new(0, 200, 0, 29)
  66. warn.Font = Enum.Font.SciFi
  67. warn.Text = "put the password correct"
  68. warn.TextColor3 = Color3.new(0, 0.952941, 1)
  69. warn.TextSize = 17
  70.  
  71. Frame.Parent = hack
  72. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Frame.Position = UDim2.new(0, 0, 0.533864558, 0)
  74. Frame.Size = UDim2.new(0, 143, 0, 45)
  75. Frame.Visible = false
  76.  
  77. open.Name = "open"
  78. open.Parent = Frame
  79. open.BackgroundColor3 = Color3.new(1, 1, 1)
  80. open.Position = UDim2.new(0, 0, 0.0666666701, 0)
  81. open.Size = UDim2.new(0, 133, 0, 39)
  82. open.Font = Enum.Font.SciFi
  83. open.Text = "Open"
  84. open.TextColor3 = Color3.new(0, 0, 0)
  85. open.TextSize = 14
  86. open.MouseButton1Down:connect(function()
  87. Frame.Visible = false
  88. pass.Visible = false
  89. main.Visible = true
  90. end)
  91.  
  92. main.Name = "main"
  93. main.Parent = hack
  94. main.BackgroundColor3 = Color3.new(0, 0, 0)
  95. main.BackgroundTransparency = 0.64999997615814
  96. main.Position = UDim2.new(0.663394094, 0, 0.229083672, 0)
  97. main.Size = UDim2.new(0, 215, 0, 289)
  98. main.Visible = false
  99. main.Active = true
  100. main.Draggable = true
  101.  
  102. jump.Name = "jump"
  103. jump.Parent = main
  104. jump.BackgroundColor3 = Color3.new(1, 1, 1)
  105. jump.Position = UDim2.new(0.0325581394, 0, 0.266435981, 0)
  106. jump.Size = UDim2.new(0, 200, 0, 43)
  107. jump.Font = Enum.Font.SciFi
  108. jump.Text = "Infinite Jump"
  109. jump.TextColor3 = Color3.new(0, 0, 0)
  110. jump.TextSize = 20
  111. jump.MouseButton1Down:connect(function()
  112. game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end)
  113. end)
  114.  
  115. speed.Name = "speed"
  116. speed.Parent = main
  117. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  118. speed.Position = UDim2.new(0.0325581394, 0, 0.519031167, 0)
  119. speed.Size = UDim2.new(0, 200, 0, 45)
  120. speed.Font = Enum.Font.SciFi
  121. speed.Text = "Walk Speed"
  122. speed.TextColor3 = Color3.new(0, 0, 0)
  123. speed.TextSize = 20
  124. speed.MouseButton1Down:connect(function()
  125. _G.WS = "300";
  126. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  127. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  128. Humanoid.WalkSpeed = _G.WS;
  129. end)
  130. Humanoid.WalkSpeed = _G.WS;
  131. end)
  132.  
  133. title.Name = "title"
  134. title.Parent = main
  135. title.BackgroundColor3 = Color3.new(0, 0, 0)
  136. title.BackgroundTransparency = 0.55000001192093
  137. title.Size = UDim2.new(0, 215, 0, 34)
  138. title.Font = Enum.Font.SciFi
  139. title.Text = "SciFi V0.1"
  140. title.TextColor3 = Color3.new(0, 1, 0.917647)
  141. title.TextSize = 30
  142.  
  143. close.Name = "close"
  144. close.Parent = main
  145. close.BackgroundColor3 = Color3.new(1, 0, 0)
  146. close.Position = UDim2.new(0.818604648, 0, -0.0276816618, 0)
  147. close.Size = UDim2.new(0, 53, 0, 50)
  148. close.Font = Enum.Font.SciFi
  149. close.Text = "X"
  150. close.TextColor3 = Color3.new(0, 0, 0)
  151. close.TextSize = 50
  152. close.MouseButton1Down:connect(function()
  153. pass.Visible = false
  154. Frame.Visible = true
  155. main.Visible = false
  156. end)
  157. -- Scripts:
Add Comment
Please, Sign In to add comment