Difference between revisions of "Konata's Ramble Corner"

From Vendetta Lua
Jump to: navigation, search
Line 3: Line 3:
 
Apparently most of the goodies are sandboxed via lua metatables. One hopes that bypassing these metatables is possible. Unfortunately, rawget and rawset aren't helpful in the least. But.....we'll see how stuff goes.
 
Apparently most of the goodies are sandboxed via lua metatables. One hopes that bypassing these metatables is possible. Unfortunately, rawget and rawset aren't helpful in the least. But.....we'll see how stuff goes.
  
[[User:Konata|Konata]]<br>
 
 
Haha. dofile() can do internal files. [[User:Konata|Konata]] 20:58, 4 July 2007 (EDT)
 
Haha. dofile() can do internal files. [[User:Konata|Konata]] 20:58, 4 July 2007 (EDT)
 +
 +
~

Revision as of 00:58, 5 July 2007

Ramble ramble ramble.

Apparently most of the goodies are sandboxed via lua metatables. One hopes that bypassing these metatables is possible. Unfortunately, rawget and rawset aren't helpful in the least. But.....we'll see how stuff goes.

Haha. dofile() can do internal files. Konata 20:58, 4 July 2007 (EDT)

~