Advertisement
Guest User

Make Roblox Games To Become Rich And Famous Scripts

a guest
Feb 21st, 2023
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("make roblox games to become rich and famous", "DarkTheme")
  3.  
  4. -- Main
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Scripts")
  7.  
  8. -- Buttons
  9. MainSection:NewButton("Script 1", "", function()
  10. loadstring(game:HttpGet('https://pastebin.com/raw/XQRMV5xj'))()
  11. end)
  12.  
  13. MainSection:NewButton("Script 2", "", function()
  14. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/0makeroblox"))()
  15. end)
  16.  
  17. MainSection:NewButton("Script 2", "", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/CrossiDev/CrossHub/main/crosshubmakegamesobfuscated.txt"))()
  19. end)
  20.  
  21. --LOCAL PLAYER
  22. local Player = Window:NewTab("Player")
  23. local PlayerSection = Player:NewSection("Player")
  24.  
  25. PlayerSection:NewSlider("Walkspeed", "SPEED!!", 500, 16, function(s)
  26. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  27. end)
  28.  
  29. PlayerSection:NewSlider("Jumppower", "JUMP HIGH!!", 350, 50, function(s)
  30. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  31. end)
  32.  
  33. PlayerSection:NewButton("Reset WS/JP", "Resets to all defaults", function()
  34. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  35. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  36. end)
  37.  
  38. --Other
  39. local Other = Window:NewTab("Other")
  40. local OtherSection = Other:NewSection("Other")
  41.  
  42. OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people", function()
  43. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
  44. end)
  45.  
  46. OtherSection:NewButton("Bypassed Fly", "bird mode", function()
  47. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/BypassedFly.lua"))()
  48.  
  49. Fly(true)
  50. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement