Advertisement
HHLExploits

lmao

Nov 17th, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. wait(.1)
  2. game.StarterGui:SetCore("SendNotification", { Title = "Saber sim inf jump"; Text = "by DAMNED ROBLOXXER#9999"; Icon = ""; Duration = 5; })
  3. for i=1, 1500 do
  4. game:GetService("UserInputService").InputBegan:Connect(function(key)
  5. if key.KeyCode == Enum.KeyCode.Space then
  6. game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChild("Double Jump").MaxJumps.Value = 1000000000000
  7. end
  8. end)
  9. wait(.001)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement