Advertisement
Alakazard12

Firewolf Bypass Test

Jan 4th, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local str = [[
  2. local fh = f]]..[[s.op]]..[[en("/hax, "w")
  3. fh.]]..[[write("HAX")
  4. fh.close()
  5. ]]
  6.  
  7. loadstring(str)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement