Advertisement
MAG_Gen

Untitled

Sep 23rd, 2023 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. O=debug.getinfo(3)
  2. if not O then error"O not found"end
  3. --if O.source:sub(-8)~="wget.lua"then error("Source is:"..O.source)end
  4. print("Src:",O.source)
  5. for i=1,9 do
  6.     print(i,debug.getlocal(3,i))
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement