Advertisement
JimmyScripts

Gojo hub, the strongest battlegrounds

Jul 30th, 2024
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. GOJO HUB:
  2. THERE'S 2 VARIANTS CHOOSE WHAT WORKS FOR YOU!!!!!
  3.  
  4.  
  5. Variant 1
  6.  
  7. -- << GOJO HUB LOADER >>
  8. xpcall(function()
  9.    loadstring(game:HttpGet('https://raw.githubusercontent.com/Sakupenny/Main/main/GojoHub.lua'))()
  10. end, function(Error)
  11.    print("Error: " .. Error)
  12. end)
  13.  
  14.  
  15.  
  16.  
  17.  
  18. Varaint 2 (use if 1 gets you an error)
  19.  
  20. -- << GOJO HUB LOADER >>
  21. loadstring(game:HttpGet('https://raw.githubusercontent.com/Sakupenny/Main/main/GojoHub.lua'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement