Search found 1 match

by Phosphophyllite
Mon Jun 03, 2019 12:46 pm
Forum: Single Player Cheat Requests
Topic: [Request] Steamworld Quest
Replies: 12
Views: 7289

Re: [Request] Steamworld Quest

Hi, I tried to make a XP multiplier code, but I failed miserably :/ aobscanmodule(INJECT,Quest.exe,01 07 E8 5A D7 F3 FF) // should be unique alloc(newmem,$1000) label(code) label(return) newmem: imul,eax,5 code: add [edi],eax call Quest.exe+32D80 jmp return INJECT: jmp newmem nop nop return: registe...