|
| 05 Mar 2014 04:24 PM |
So I got bored and wodnered if ROBLOX could print whole tables. I stuck:
myTable = {1, "string", Vector3.new(3,2,1), "apple", 5} print(myTable)
in the command bar. Here's the output:
table: 1C0F4708
Whale den. Is that a form of table encryption that is possible to utilize through one of the Lua APIs or what?
Anyone know anything on this?
【◄[ϟ]〓☜✪ xWOWZABOYx; FCOM, SQN COM, Scientist, Veteran, Visionary ✪☞〓[ϟ]►】 |
|
|
| Report Abuse |
|
|
|
| 05 Mar 2014 04:24 PM |
Update. I stuck
myTable = {1, 2, 3, 4, 5} print(myTable)
in the command bar. Here's the output:
table: 1C341980
【◄[ϟ]〓☜✪ xWOWZABOYx; FCOM, SQN COM, Scientist, Veteran, Visionary ✪☞〓[ϟ]►】 |
|
|
| Report Abuse |
|
|
|
| 05 Mar 2014 04:25 PM |
Moar updates:
> myTable = {1} print(myTable) table: 1C340480
> myTable = {"lemon"} print(myTable) table: 1C347E30
>Input output
【◄[ϟ]〓☜✪ xWOWZABOYx; FCOM, SQN COM, Scientist, Veteran, Visionary ✪☞〓[ϟ]►】 |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Mar 2014 04:27 PM |
?
This is like, one of the only legit threads at the moment.
【◄[ϟ]〓☜✪ xWOWZABOYx; FCOM, SQN COM, Scientist, Veteran, Visionary ✪☞〓[ϟ]►】 |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 05 Mar 2014 04:38 PM |
| Look up "lua iterator for" kk. |
|
|
| Report Abuse |
|
|
|
| 05 Mar 2014 04:40 PM |
Okay, thanks.
Just got bored, wanted to see if it'd print the whole table, saw this little encryption and was wondering what it's all about is all :P
【◄[ϟ]〓☜✪ xWOWZABOYx; FCOM, SQN COM, Scientist, Veteran, Visionary ✪☞〓[ϟ]►】 |
|
|
| Report Abuse |
|
|
|
| 05 Mar 2014 04:41 PM |
| It's not encrypted. It's not a checksum. It's a memory address. |
|
|
| Report Abuse |
|
|
magnalite
|
  |
| Joined: 18 Oct 2009 |
| Total Posts: 2467 |
|
|
| 05 Mar 2014 04:42 PM |
| Its not encryption, its the memory address of the table. |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Mar 2014 04:50 PM |
Oh, cool.
I just didn't know about this before and stumbled upon it.
Thanks guys ^-^
I think I found it on the Wiki: http://wiki.roblox.com/index.php?title=Generic_for
【◄[ϟ]〓☜✪ xWOWZABOYx; FCOM, SQN COM, Scientist, Veteran, Visionary ✪☞〓[ϟ]►】 |
|
|
| Report Abuse |
|
|