[ create a new paste ] login | about

dwangoac

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

Saved pastes by dwangoac:

Lua, pasted on Jan 25:
1
2
3
4
5
function DoButton(buttons)
	client.unpause();
	for i=1,9 do
		joypad.set(buttons);
		emu.frameadvance();
...
view (57 lines, 4 lines of output)