2 ScrapHacks notes
Daniel S edited this page 2023-01-23 13:26:23 +00:00

Snippets

Map name: Scrap.GetLangStr("Station_" + Scrap.GetLevelPath()[7:])

Run

steam://run/897610/

Signatures

  • World pointer: a3 *{'} e8 ? ? ? ? 6a 00 68 *"World initialized"
mov [pWorld], eax
call ???
push 0x0
push "World initialized"
  • print: 6a0068 *{"Scrap engine"} 6a?e8 $'
push 0x0
push "Scrap engine initialized!\n\n"
push 0x0
call print
  • console handler: 68 *{"import Viewer"} e8 $'
push "import Viewer"
call console_handler