ORIGINAL CODE - INJECTION POINT: 'Game.dll'+3280C3 Mov ,eax // Orig: Moves time(eax) to active timer value after 1 second(edx) is subtracted Sub eax,0 // Option: Amount of time subtracted changed to zero sub eax,edx // Orig: Subtracts 1 second(edx) from timer(eax)
Replace 'eax' value on line 23 with the time you want on the clock in milliseconds '#300000' = 5 minĪobscanmodule(infRealmTimer,Game.dll,2B C2 89 81 6C 01 00 00)
Game.GAME::PlayStats::UpdateBonusTimer+13 - 2B C2 - sub eax,edx