UBinsaid1

Untitled

Nov 24th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. -- // Vars
  2. local Format = "https://raw.githubusercontent.com/Stefanuk12/ROBLOX/master/Universal/Aiming/GamePatches/%d.lua"
  3.  
  4. -- // Attempt to load a patch for the game
  5. local Success, _ = pcall(function()
  6. local URL = Format:format(game.PlaceId)
  7. loadstring(game:HttpGet(URL))()
  8. end)
  9.  
  10. -- // Load default otherwise
  11. if (not Success) then
  12. loadstring(game:HttpGet("https://pastebin.com/raw/aRwwFwmY"))()
  13. end
  14.  
  15. -- // Return
  16. return Aiming
Advertisement
Add Comment
Please, Sign In to add comment