[ create a new paste ] login | about

a1k0n

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by a1k0n:

Plain Text, pasted on Jan 16:
1
2
3
4
5
self-decrypt:
00000000  90                nop
00000001  90                nop
00000002  EB19              jmp short 0x1d
00000004  5B                pop ebx
...
view (393 lines)
Lua, pasted on Oct 4:
1
2
3
4
5
local initial_deck = { 56, 8, 40}
math.randomseed(1337)

function reset_deck()
    local deck = {}
...
view (77 lines, 686 lines of output)