Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- // Vars
- local Format = "https://raw.githubusercontent.com/Stefanuk12/ROBLOX/master/Universal/Aiming/GamePatches/%d.lua"
- -- // Attempt to load a patch for the game
- local Success, _ = pcall(function()
- local URL = Format:format(game.PlaceId)
- loadstring(game:HttpGet(URL))()
- end)
- -- // Load default otherwise
- if (not Success) then
- loadstring(game:HttpGet("https://pastebin.com/raw/aRwwFwmY"))()
- end
- -- // Return
- return Aiming
Advertisement
Add Comment
Please, Sign In to add comment