Honansik

Hoopz GUI Script

Feb 5th, 2023
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. getgenv().TSSettings = {
  2. key = "yourkeyhere", --//  replace yourkeyhere to yourkey
  3.  
  4. --// UI SETTINGS
  5. Style = 1,
  6. SizeX = 500,
  7. SizeY = 350,
  8. Theme = "Light",
  9. MainFrame = Color3.fromRGB(0, 0, 0),
  10.  
  11. --// GLOBAL SETTINGS
  12. gametoloadscriptfor  = "hoopz", -- ff2,northwind,hoopz,rb4,tnf,deflect
  13.  
  14. }
  15.  
  16. loadstring(game:HttpGet('https://tightstudios.xyz/loader.lua'))()
Add Comment
Please, Sign In to add comment