|
| 28 Aug 2013 10:12 PM |
so like
print("Sup")
how do i turn it into a load string? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 28 Aug 2013 10:34 PM |
| loadstring("print(\"SUP\")") |
|
|
| Report Abuse |
|
|
129K
|
  |
| Joined: 23 Aug 2011 |
| Total Posts: 19010 |
|
|
| 28 Aug 2013 10:57 PM |
| loadstring([[print("SUP")]])() |
|
|
| Report Abuse |
|
|
|
| 01 Sep 2013 01:24 PM |
| So what about the loadstring with all those random numbers? |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
|
| 01 Sep 2013 01:28 PM |
lololololololol
there is no such thing as a "lodstring" or "load string"
It's just a string interpreted into a function; this string can be bytecode or it can be readable Lua |
|
|
| Report Abuse |
|
|
|
| 01 Sep 2013 01:49 PM |
| Ho do you make it bytecode? |
|
|
| Report Abuse |
|
|