View previous topic :: View next topic |
Author |
Message |
wutzebaer How do I cheat?
Reputation: 0
Joined: 20 Jun 2007 Posts: 2
|
Posted: Wed Jun 20, 2007 12:03 pm Post subject: other compiling problems |
|
|
hi, i just want to compile the 5.3 source,
first i got the error with trainerwithassembler.exe
so i created an empty file with this name, then it compiled but threw an error on line
LoadSettingsFromRegistry;
'fehler beim holen der daten für undo'
so i commented it out
after that it started up, but now after i select an process and click 'first scan' i gat the exception
'no readable memory found in the region you specified'
it's from
if memoryregions=0 then
begin
closefile(memoryfile);
closefile(addressfile);
raise Exception.create('No readable memory found in the region you specified!');
end;
so what am i doing wrong?
i want to compile it because i need an breakpoint which just stopps if the esi register points on a specified address
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25715 Location: The netherlands
|
Posted: Wed Jun 20, 2007 2:27 pm Post subject: |
|
|
put the code back and set a breakpoint before and after that enables/disables exception beaks
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
wutzebaer How do I cheat?
Reputation: 0
Joined: 20 Jun 2007 Posts: 2
|
Posted: Thu Jun 21, 2007 4:27 am Post subject: |
|
|
hm... anyhow
i found out if i start the exe by my own, not with the debugger,i don't see the exceptions, that will do it
thanks for your great programm... helped me a lot since the last year =)
turining off some debugger options helped, too
|
|
Back to top |
|
 |
|