[Release][C++ Code] GM/AOE/Range

07/20/2012 18:18 alucardhxh#61
yes this is what I ment by "you will freez instead of freezing a variable"

by the way can give a general idea about what technic you use on your bot
for exemple to send key msgs you use postmessagea modified or the one on user32 and for the injectction u use hook to cabal window staff like that if you don't mind :D
07/20/2012 22:32 ememaries#62
so cool..but i don't understand ^^ by the way. ive got link thru blackcode trainer which is similar with this. without dc for aoe gm and range only :P tnx for iblackcode:)


Cabal ph player hir. S>> aoe without dc :)
07/21/2012 00:22 genesisVI#63
Quote:
Originally Posted by PSCBots View Post
A Sleep(1) is needed to free up cpu time, or you gonna use 100% CPU time per core.
so how can i do it :D im having problem on freezing and changing value type ....
i only put 4bytes .... when i try to put a value w/ array of bytes or 1byte i got errors :confused:
07/21/2012 01:25 bartbilf#64
@genesisVI
1byte = BYTE
4bytes = int

search the list on google, I don't know them all out of my head, you have to get the 'same' kind of type, they just have different names
07/21/2012 10:36 lekcis#65
for freezing, I guess the answer is looping. I was wondering if I can use this coz I think this is used in java, dunno if it's ok with c++. Please correct me if I'm wrong. Currently fixing my computer so I can't test it out. Thanks!

Quote:
while(1)
{
if(kbhit())
{
break;
}
}
07/22/2012 03:04 demonkid2010#66
anyone comes up with this error?
"error C2447: '{' : missing function header (old-style formal list?)"
it's the only error left in my CPP
>____<
07/22/2012 03:18 john624#67
does this work after the maintenance
07/22/2012 05:52 bartbilf#68
@john624
it will always work as long as you got up-to-date addresses
07/22/2012 10:30 genesisVI#69
one more question sir how can i return the value to its original state after pressing a certain key .?
and a request sir ... can u teach me a simple auto loot script :D
07/22/2012 10:41 ibonehj15#70
im having problems on making a c++ code. aha
i have the address and offset but i dont know where to start.
though this its a lvl 1 pointer i dont know how to put it in c++
can anyone help me or leech me a simple source code for it ?!
these is the address.
BASE ADD= 0x00B8BBF0
the offset is a secret :3
07/22/2012 10:51 MstrStingray#71
Quote:
Originally Posted by HarvyTwoface View Post
Can you please update this for cabal PH? k9crow posted a bypass but it is pretty much useless for now because there are no available hacks for PH.
that's what you think so....lots of hacks still available...just google...
07/22/2012 14:30 bartbilf#72
Quote:
Originally Posted by genesisVI View Post
one more question sir how can i return the value to its original state after pressing a certain key .?
and a request sir ... can u teach me a simple auto loot script :D
you could store the original value in a 'temporary' holder

something like:
aOriginal = "here your address with the value"
then do your code as usual
then read out the aOriginal if you want the value back
07/22/2012 14:48 genesisVI#73
so its like
PHP Code:
#define ADDR_CRAP = 0x00
#define aOriginal = (0x01 = X)
#define X = (current value of addy)
while (1)
{
if (
GetKeyState(VK_F12) <0)
{
*(
DWORD*)ADDR_CRAP 2
{
 if (
GetKeyState(VK_F11) < 0
*(
DWORD*)ADDR_CRAP aOriginal;
}

07/22/2012 16:03 bartbilf#74
@genesisVI
I'm not that good in c++, but I know that storing it in another temporary holder is the way to go;p try some stuff out;D

Btw, may I know what address you are trying to return the original value for? Walk trough gate hack?
07/22/2012 16:42 genesisVI#75
yah and nation addy