Advertisement
Sub2TotallyCoops

Bedwars Script/GUI

Nov 17th, 2022
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("KillerV1", "Midnight")
  3. if game.PlaceId == 6872265039
  4.  
  5. --Misc
  6. local Misc = Window:NewTab("Misc")
  7. local MiscSection = Misc:NewSection("CrashGame")
  8.  
  9. MiscSection:NewButton("CrashGame", "Crashes Game For Everyone In Your Game", function()loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  10. loadstring(game:HttpGet("(LocalScript) wait(1) local player = game.Players.LocalPlayer –player.CameraMode = Enum.CameraMode.LockFirstPerson Instance.new(“BlurEffect”,workspace.CurrentCamera).Size = 999 player.PlayerGui:ClearAllChildren() game:GetService(‘StarterGui…", true))()
  11. end)
  12.  
  13.  
  14.  
  15. Section:NewButton("INF Yeild", "FE Admin Commands", function()
  16. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  17.  
  18. end)
  19.  
  20. --CharachterCustomisation
  21.  
  22. CharachterCustomisationSection:NewToggle("Super-Human", "Sprint Fast And Jump Signifigently High", function(state)
  23. if state then
  24. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed - 120
  25. game.Players.LocalPlayer.Character.Humanoid.JumpPower - 120
  26. else
  27. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed - 16
  28. game.Players.LocalPlayer.Character.Humanoid.JumpPower - 50
  29. end
  30. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement