Advertisement
Guest User

Mobile

a guest
Nov 13th, 2022
503
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | Gaming | 1 0
  1. local DarkraiX = loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Kavo-Ui/main/Darkrai%20Ui", true))()
  2.  
  3. local Library = DarkraiX:Window("BaconHub X","","",Enum.KeyCode.RightControl);
  4.  
  5. Tab1 = Library:Tab("scripts")
  6.  
  7. Tab1:Button("darkai x arsenal",function()
  8. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Arsenal/MainFile"))()
  9. end)
  10.  
  11. Tab1:Button("keyboard (needed to hide ui)",function()
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  13. end)
  14.  
  15. Tab1:Button("bedwars",function()
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/JNHHGaming/JN-HH-Gaming-Pro/main/JN%20HH%20Gaming%20Pro",true))()
  17. end)
  18.  
  19. Tab2 = Library:Tab("hubs")
  20.  
  21. Tab2:Button("ez hub",function()
  22. loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug420/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))()
  23. end)
  24.  
  25. Tab2:Button("B_Genesis",function()
  26. loadstring(game:HttpGet('https://raw.githubusercontent.com/raw-scriptpastebin/raw/main/B_Genesis'))()
  27. end)
  28.  
  29. Tab2:Button("divine hub",function()
  30. loadstring(game:HttpGet('https://raw.githubusercontent.com/TheRealCrazyfuy/DivineHubCracked/main/DivineHubV1'))()
  31. end)
  32.  
  33. Tab3 = Library:Tab("sliders")
  34.  
  35. Tab3:Slider("speed",1,100000,15,function(s)
  36. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  37. end)
  38.  
  39. Tab3:Slider("jumppower",1,100000,50,function(s)
  40. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  41. end)
  42.  
  43. Tab4 = Library:Tab("Fe script")
  44.  
  45. Tab4:Button("Reviz admin",function()
  46. loadstring(game:HttpGet('https://pastebin.com/RqaZUrBZ'))()
  47. end)
  48.  
  49. Tab4:Button("infinte yeild",function()
  50. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  51. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement