Advertisement
Al_Tasin

Online.lua

Apr 19th, 2020
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. TG = gg.makeRequest("https://pastebin.com/raw/6kmkXSqv").content
  2. if not TG then
  3. gg.alert('Something Went Wrong')
  4. os.exit()
  5. else
  6. pcall(load(TG))
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement