View previous topic :: View next topic |
Author |
Message |
heavens Advanced Cheater
Reputation: 0
Joined: 24 Feb 2007 Posts: 66
|
Posted: Thu Aug 23, 2007 7:43 am Post subject: Hypermode.dcu doesnt match with Mainunit.form |
|
|
Hey i have an question, How do i Compile a new Hypermode.dcu?
Would really help me, Cous i need it to compile Systemcallretriever.exe
Thanks if you can help me.
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Aug 23, 2007 8:12 am Post subject: |
|
|
build instead of compile
_________________
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 |
|
 |
heavens Advanced Cheater
Reputation: 0
Joined: 24 Feb 2007 Posts: 66
|
Posted: Thu Aug 23, 2007 8:18 am Post subject: |
|
|
YES!,
Thanks
hey, i have 1 question left.
i heard there was a tutorial on this website, that would show me how to get the cheat engine GUI undetected, i searched for the tags, cheat engine GUI, uce Gui and a lot more, but no succes.
im asking this cous i followed the Tutorial posted here http://forum.cheatengine.org/viewtopic.php?t=61592
but the engine = still detected
Sorry another question i just came accross,
I was looking through my edited dbk32.dll with NOTEPAD and i suddenly came accross my used strings, you can perfectly see wich strings i am using. I do not understand much of .dll files , but is there a way to get my strings encrypted or something? so they are a little harder to read for the gameguard crew?
thanks is advance
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Fri Aug 24, 2007 6:19 am Post subject: |
|
|
add forms one by one and each time test.
It can be the form is detected. (check the default autocreated forms they are suualyl detected) to make them undetected change them slightly (change width, height, and perhaps caption as well)
and about the string problem.
Make alphabet variables and when puttin in a string use the alphabet variables to construct the string.
a:='a';
b:='b';
...
_A:='A'; //capital a
_B:='B';
//
mainform.caption:=_C+h+e+a+t+' '+e+n+g+i+n+e;
...
_________________
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 |
|
 |
heavens Advanced Cheater
Reputation: 0
Joined: 24 Feb 2007 Posts: 66
|
Posted: Fri Aug 24, 2007 1:31 pm Post subject: |
|
|
Ah, Great.
now i can make the engine even more 1337'3®.
Thanks - Heavens
_________________
|
|
Back to top |
|
 |
|