Advertisement
Guest User

10 YBA Scripts/GUIs (WORKING 2022)

a guest
Sep 3rd, 2022
87,344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. 🟢B-Boy V3:
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/zakater5/LuaRepo/main/YBA/v3.lua"))()
  3.  
  4. 🟢Xenon Hub:
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/master/yurb"))()
  6.  
  7. 🟢Kolgie V8:
  8. loadstring(game:HttpGet("https://raw.githubusercontent.com/kolgie/YBA-GUI/main/yba-gui-obfuscated.lua"))()
  9.  
  10. 🟢Blue YBA Cus Yes:
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/master/yba"))()
  12. -- Wait 10-20 seconds for it to load
  13.  
  14. 🟢Black GUI:
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/Tobias020108Back/YBA-AUT/main/YBA-GUI-Rewrite.lua"))()
  16.  
  17. 🟢B-Boy V2:
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/zakater5/LuaRepo/main/YBA/v2.lua"))()
  19.  
  20. 🟢B-Boy V1:
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/zakater5/LuaRepo/main/YBA/MainGui.lua"))()
  22.  
  23. 🟢Invisible:
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/lmmake/YBA/main/Invis.lua", true))()
  25.  
  26. 🟢Control Stands:
  27. loadstring(game:HttpGet("https://raw.githubusercontent.com/lmmake/jojo-/main/Yba%20pilot"))()
  28.  
  29. 🟢Ewyzu Hub:
  30. pcall(function()
  31. _G.Key = "MaybeLastUpdate"
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/ewyzu/ewyzu-loader/main/main-ewyzuloader"))()
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement