Advertisement
iForgePlays

Powerjump and Walkspeed

Aug 24th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Made By iForgePlays
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local Frame_2 = Instance.new("Frame")
  8. local Frame_3 = Instance.new("Frame")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Frame.Position = UDim2.new(0.133148402, 0, 0.230769232, 0)
  20. Frame.Size = UDim2.new(0, 227, 0, 152)
  21.  
  22. Frame_2.Parent = Frame
  23. Frame_2.BackgroundColor3 = Color3.new(1, 0, 0)
  24. Frame_2.BorderColor3 = Color3.new(1, 0, 0)
  25. Frame_2.Position = UDim2.new(0.00104221143, 0, 0.000763520598, 0)
  26. Frame_2.Size = UDim2.new(0, 227, 0, 36)
  27.  
  28. Frame_3.Parent = Frame
  29. Frame_3.BackgroundColor3 = Color3.new(0.85098, 0, 0)
  30. Frame_3.BorderColor3 = Color3.new(0.85098, 0, 0)
  31. Frame_3.Position = UDim2.new(0.00104220212, 0, 0.114999309, 0)
  32. Frame_3.Size = UDim2.new(0, 227, 0, 13)
  33.  
  34. TextButton.Parent = ScreenGui
  35. TextButton.BackgroundColor3 = Color3.new(0, 1, 0)
  36. TextButton.BorderColor3 = Color3.new(0, 1, 0)
  37. TextButton.Position = UDim2.new(0.133200794, 0, 0.311004788, 0)
  38. TextButton.Size = UDim2.new(0, 103, 0, 29)
  39. TextButton.Font = Enum.Font.SourceSans
  40. TextButton.Text = "Run"
  41. TextButton.TextColor3 = Color3.new(0, 0, 0)
  42. TextButton.TextSize = 30
  43.  
  44. TextButton_2.Parent = ScreenGui
  45. TextButton_2.BackgroundColor3 = Color3.new(1, 0, 0)
  46. TextButton_2.BorderColor3 = Color3.new(1, 0, 0)
  47. TextButton_2.Position = UDim2.new(0.305004925, 0, 0.311004788, 0)
  48. TextButton_2.Size = UDim2.new(0, 103, 0, 29)
  49. TextButton_2.Font = Enum.Font.SourceSans
  50. TextButton_2.Text = "Walk"
  51. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  52. TextButton_2.TextSize = 30
  53.  
  54. TextButton_3.Parent = ScreenGui
  55. TextButton_3.BackgroundColor3 = Color3.new(1, 0, 0)
  56. TextButton_3.BorderColor3 = Color3.new(1, 0, 0)
  57. TextButton_3.Position = UDim2.new(0.305004925, 0, 0.392344505, 0)
  58. TextButton_3.Size = UDim2.new(0, 103, 0, 29)
  59. TextButton_3.Font = Enum.Font.Bodoni
  60. TextButton_3.Text = "PowerJumpOff"
  61. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  62. TextButton_3.TextSize = 18
  63.  
  64. TextButton_4.Parent = ScreenGui
  65. TextButton_4.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  66. TextButton_4.BorderColor3 = Color3.new(0, 1, 0)
  67. TextButton_4.Position = UDim2.new(0.133200794, 0, 0.392344505, 0)
  68. TextButton_4.Size = UDim2.new(0, 103, 0, 29)
  69. TextButton_4.Font = Enum.Font.SourceSans
  70. TextButton_4.Text = "PowerJump"
  71. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  72. TextButton_4.TextSize = 20
  73.  
  74. TextLabel.Parent = ScreenGui
  75. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  77. TextLabel.Position = UDim2.new(0.151462927, 0, 0.459635794, 0)
  78. TextLabel.Size = UDim2.new(0, 201, 0, 25)
  79. TextLabel.Font = Enum.Font.SourceSans
  80. TextLabel.Text = "MADE BY iForgePlays"
  81. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  82. TextLabel.TextSize = 14
  83. -- Scripts:
  84. function SCRIPT_UXWP68_FAKESCRIPT() -- TextButton.LocalScript
  85. getfenv().script = Instance.new('LocalScript', TextButton)
  86.  
  87. script.Parent.MouseButton1Click:Connect(function()
  88. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 32
  89. end)
  90.  
  91. end
  92. coroutine.resume(coroutine.create(SCRIPT_UXWP68_FAKESCRIPT))
  93. function SCRIPT_QUAC68_FAKESCRIPT() -- TextButton_2.LocalScript
  94. getfenv().script = Instance.new('LocalScript', TextButton_2)
  95.  
  96. script.Parent.MouseButton1Click:Connect(function()
  97. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  98. end)
  99.  
  100.  
  101. end
  102. coroutine.resume(coroutine.create(SCRIPT_QUAC68_FAKESCRIPT))
  103. function SCRIPT_JXUA70_FAKESCRIPT() -- TextButton_3.LocalScript
  104. getfenv().script = Instance.new('LocalScript', TextButton_3)
  105.  
  106. script.Parent.MouseButton1Click:Connect(function()
  107. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  108. end)
  109.  
  110.  
  111. end
  112. coroutine.resume(coroutine.create(SCRIPT_JXUA70_FAKESCRIPT))
  113. function SCRIPT_BXLE86_FAKESCRIPT() -- TextButton_4.LocalScript
  114. getfenv().script = Instance.new('LocalScript', TextButton_4)
  115.  
  116. script.Parent.MouseButton1Click:Connect(function()
  117. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  118. end)
  119.  
  120. end
  121. coroutine.resume(coroutine.create(SCRIPT_BXLE86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement