Advertisement
gesrhtewntwaenta

Untitled

Jan 5th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local changeewalkspeed = Instance.new("TextButton")
  7. local value = Instance.new("TextBox")
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.Active = true
  13. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  14. Frame.Position = UDim2.new(0.259223312, 0, 0.253071249, 0)
  15. Frame.Size = UDim2.new(0, 196, 0, 277)
  16.  
  17. changeewalkspeed.Name = "change ewalkspeed"
  18. changeewalkspeed.Parent = Frame
  19. changeewalkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  20. changeewalkspeed.Position = UDim2.new(0.178571433, 0, 0.689530671, 0)
  21. changeewalkspeed.Size = UDim2.new(0, 125, 0, 50)
  22. changeewalkspeed.Font = Enum.Font.SourceSans
  23. changeewalkspeed.Text = "wolkspe"
  24. changeewalkspeed.TextColor3 = Color3.new(0, 0, 0)
  25. changeewalkspeed.TextSize = 14
  26.  
  27. value.Name = "value"
  28. value.Parent = Frame
  29. value.BackgroundColor3 = Color3.new(1, 1, 1)
  30. value.Position = UDim2.new(0.20408164, 0, 0.296028882, 0)
  31. value.Size = UDim2.new(0, 114, 0, 50)
  32. value.Font = Enum.Font.SourceSans
  33. value.Text = ""
  34. value.TextColor3 = Color3.new(0, 0, 0)
  35. value.TextSize = 14
  36. -- Scripts:
  37. function SCRIPT_KDKP87_FAKESCRIPT() -- Frame.Script
  38. getfenv().script = Instance.new('Script', Frame)
  39.  
  40. script.Parent.Draggable = true
  41.  
  42. end
  43. coroutine.resume(coroutine.create(SCRIPT_KDKP87_FAKESCRIPT))
  44. function SCRIPT_JZWF89_FAKESCRIPT() -- changeewalkspeed.Script
  45. getfenv().script = Instance.new('Script', changeewalkspeed)
  46.  
  47. local values = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.value.Text
  48. script.Parent.MouseButton1Click:connect(function()
  49. game.workspace[game.Players.LocalPlayer].Humanoid.WalkSpeed = values
  50. end)
  51.  
  52. end
  53. coroutine.resume(coroutine.create(SCRIPT_JZWF89_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement