Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://pastebin.com/raw/pdge7rJp", true))()
- AND
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Jazzy Scripts War Simulator ", "GrapeTheme")
- --MAIN
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Main")
- MainSection:NewToggle("Super-Man", "Increase ur walkspeed and jump", function(state)
- if state then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- end)
- MainSection:NewButton("Infinite Yield", "Admin Commands", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- MainSection:NewButton("Infinite Jump", "You can jump as high as you want", function()
- pcall(loadstring(game:HttpGet("https://pastebin.com/raw/2wgbZ6Xd")))
- end)
- MainSection:NewButton("GodMode", "Makes U Invincible", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/FwfNEqYz", true))()
- end)
- --LOCAL PLAYER
- local Player = Window:NewTab("Player")
- local PlayerSection = Player:NewSection("Player")
- PlayerSection:NewSlider("Walkspeed", "SPEED!!", 500, 16, function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- PlayerSection:NewSlider("Jumppower", "JUMP HIGH!!", 350, 50, function(s)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- PlayerSection:NewButton("Reset WS/JP", "Resets to all defaults", function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- --Other
- local Other = Window:NewTab("Other")
- local OtherSection = Other:NewSection("Other")
- OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
- end)
- OtherSection:NewButton("Rejoin Server", "Rejoins The Server", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/1gtVMUz3"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement