FreeRobloxScripts1

FE Jump Power Changer

Jun 16th, 2023 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. -- FE Jumppower Changer Made By Haxker_6666666
  2.  
  3. game:GetService("StarterGui"):SetCore("SendNotification",{
  4. Title = "Script";
  5. Text = "FE Jumppower Changer Has Been Loaded , Made By Haxker_6666666";
  6. Icon = "rbxassetid://13689518396";
  7. Duration = 10;
  8. })
  9.  
  10. local StarterGui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local UICorner = Instance.new("UICorner")
  13. local TextButton = Instance.new("TextButton")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local TextButton_2 = Instance.new("TextButton")
  16. local UICorner_3 = Instance.new("UICorner")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TextBox = Instance.new("TextBox")
  19. local UICorner_4 = Instance.new("UICorner")
  20. local TextButton_3 = Instance.new("TextButton")
  21. local UICorner_5 = Instance.new("UICorner")
  22.  
  23. --Propers
  24.  
  25. StarterGui.Name = "StarterGui"
  26. StarterGui.Parent = game.CoreGui
  27. StarterGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. Frame.Parent = StarterGui
  30. Frame.BackgroundColor3 = Color3.fromRGB(48, 47, 47)
  31. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  32. Frame.Position = UDim2.new(0.219810039, 0, 0.233396575, 0)
  33. Frame.Size = UDim2.new(0.560379922, 0, 0.527514219, 0)
  34. Frame.Visible = false
  35. Frame.Active = true
  36. Frame.Draggable = false
  37.  
  38. UICorner.Parent = Frame
  39.  
  40. TextButton.Parent = Frame
  41. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  42. TextButton.Position = UDim2.new(0.0895883814, 0, 0.712230206, 0)
  43. TextButton.Size = UDim2.new(0.343825668, 0, 0.172661871, 0)
  44. TextButton.Font = Enum.Font.FredokaOne
  45. TextButton.Text = "Close"
  46. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. TextButton.TextScaled = true
  48. TextButton.TextSize = 14.000
  49. TextButton.TextWrapped = true
  50.  
  51. UICorner_2.Parent = TextButton
  52.  
  53. TextButton_2.Parent = Frame
  54. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  55. TextButton_2.Position = UDim2.new(0.544794202, 0, 0.712230206, 0)
  56. TextButton_2.Size = UDim2.new(0.343825668, 0, 0.172661871, 0)
  57. TextButton_2.Font = Enum.Font.FredokaOne
  58. TextButton_2.Text = "Set"
  59. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. TextButton_2.TextScaled = true
  61. TextButton_2.TextSize = 14.000
  62. TextButton_2.TextWrapped = true
  63.  
  64. UICorner_3.Parent = TextButton_2
  65.  
  66. TextLabel.Parent = Frame
  67. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. TextLabel.BackgroundTransparency = 1.000
  69. TextLabel.Size = UDim2.new(1, 0, 0.179856122, 0)
  70. TextLabel.Font = Enum.Font.FredokaOne
  71. TextLabel.Text = "Jumppower Changer"
  72. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. TextLabel.TextScaled = true
  74. TextLabel.TextSize = 14.000
  75. TextLabel.TextWrapped = true
  76.  
  77. TextBox.Parent = Frame
  78. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. TextBox.Position = UDim2.new(0.256658584, 0, 0.323741019, 0)
  80. TextBox.Size = UDim2.new(0.484261513, 0, 0.179856122, 0)
  81. TextBox.Font = Enum.Font.FredokaOne
  82. TextBox.PlaceholderText = "Enter Jumppower"
  83. TextBox.Text = "50"
  84. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. TextBox.TextScaled = true
  86. TextBox.TextSize = 14.000
  87. TextBox.TextWrapped = true
  88.  
  89. UICorner_4.Parent = TextBox
  90.  
  91.  
  92. TextButton_3.Parent = StarterGui
  93. TextButton_3.BackgroundColor3 = Color3.fromRGB(48, 47, 47)
  94. TextButton_3.BorderColor3 = Color3.fromRGB(255, 0, 0)
  95. TextButton_3.Position = UDim2.new(-0.000928521913, 0, 0.488205522, 0)
  96. TextButton_3.Size = UDim2.new(0.1, 30, 0, 37)
  97. TextButton_3.Font = Enum.Font.FredokaOne
  98. TextButton_3.Text = "Jumppower Changer"
  99. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. TextButton_3.TextScaled = true
  101. TextButton_3.TextSize = 14.000
  102. TextButton_3.TextWrapped = true
  103.  
  104. UICorner_5.Parent = TextButton_3
  105.  
  106. -- Scripts:
  107.  
  108. local function CHCRPGN_fake_script() -- TextButton.LocalScript
  109. local script = Instance.new('LocalScript', TextButton)
  110.  
  111. script.Parent.MouseButton1Click:Connect(function()
  112. script.Parent.Parent.Visible = false
  113. end)
  114.  
  115.  
  116. end
  117. coroutine.wrap(CHCRPGN_fake_script)()
  118. local function YDDLQYT_fake_script() -- TextButton_2.LocalScript
  119. local script = Instance.new('LocalScript', TextButton_2)
  120.  
  121. local player = game.Players.LocalPlayer
  122.  
  123. script.Parent.MouseButton1Click:Connect(function()
  124. wait(0)
  125. script.Parent.Parent.Visible = false
  126. game.Players.LocalPlayer.character.Humanoid.JumpPower = script.Parent.Parent.TextBox.Text
  127. end)
  128.  
  129.  
  130. end
  131. coroutine.wrap(YDDLQYT_fake_script)()
  132. local function RZIFDD_fake_script() -- Frame.LocalScript
  133. local script = Instance.new('LocalScript', Frame)
  134.  
  135. local Frame = script.Parent
  136.  
  137. Frame.Active = true
  138. Frame.Draggable = false
  139.  
  140. end
  141. coroutine.wrap(RZIFDD_fake_script)()
  142. local function RZJF_fake_script() -- TextButton_3.LocalScript
  143. local script = Instance.new('LocalScript', TextButton_3)
  144.  
  145. script.Parent.MouseButton1Click:Connect(function()
  146. script.Parent.Parent.Frame.Visible = true
  147. end)
  148.  
  149. end
  150. coroutine.wrap(RZJF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment