|
You last visited: Today at 19:04
Advertisement
[Release][C++ Code] GM/AOE/Range
Discussion on [Release][C++ Code] GM/AOE/Range within the Cabal Guides & Templates forum part of the Cabal Online category.
07/20/2012, 18:18
|
#61
|
elite*gold: 0
Join Date: May 2010
Posts: 16
Received Thanks: 4
|
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
|
|
|
07/20/2012, 22:32
|
#62
|
elite*gold: 0
Join Date: Jul 2011
Posts: 79
Received Thanks: 3
|
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
|
#63
|
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
|
Quote:
Originally Posted by PSCBots
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  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
|
|
|
07/21/2012, 01:25
|
#64
|
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,947
|
@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
|
#65
|
elite*gold: 0
Join Date: Apr 2008
Posts: 28
Received Thanks: 7
|
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
|
#66
|
elite*gold: 0
Join Date: Dec 2009
Posts: 37
Received Thanks: 3
|
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
|
#67
|
elite*gold: 0
Join Date: Mar 2012
Posts: 1
Received Thanks: 0
|
does this work after the maintenance
|
|
|
07/22/2012, 05:52
|
#68
|
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,947
|
@john624
it will always work as long as you got up-to-date addresses
|
|
|
07/22/2012, 10:30
|
#69
|
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
|
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
|
|
|
07/22/2012, 10:41
|
#70
|
elite*gold: 0
Join Date: Aug 2008
Posts: 776
Received Thanks: 97
|
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
|
#71
|
elite*gold: 0
Join Date: Oct 2008
Posts: 110
Received Thanks: 9
|
i don't think so...
Quote:
Originally Posted by HarvyTwoface
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
|
#72
|
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,947
|
Quote:
Originally Posted by genesisVI
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 
|
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
|
#73
|
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
|
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
|
#74
|
elite*gold: 10
Join Date: May 2008
Posts: 1,803
Received Thanks: 1,947
|
@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
|
#75
|
elite*gold: 0
Join Date: Jul 2011
Posts: 796
Received Thanks: 434
|
yah and nation addy
|
|
|
 |
|
Similar Threads
|
Rsro range code.
06/14/2011 - SRO Coding Corner - 0 Replies
I am using Flex Hex program but i cant find how change mob selection range need help.
Please Tel my how i can find code.
|
Range modify ESRO code chaning?
06/14/2011 - SRO Coding Corner - 3 Replies
having toruble with creating a dll... the guy posted the source which is below for his dll that goes with his loader:
esroLoaderdll.cpp:
#include "windows.h"
void WriteMemory(DWORD address, LPVOID patch, DWORD size)
{
DWORD oldProtect;
VirtualProtect((LPVOID)address, 4, PAGE_EXECUTE_READWRITE, &oldProtect);
memcpy((LPVOID)address, patch, size);
|
Range modify EXRO code chaning?
06/13/2011 - SRO Coding Corner - 0 Replies
# delete request no idea why it posted twice
|
[Release] MS Range CheatEngine
03/13/2010 - S4 League Hacks, Bots, Cheats & Exploits - 19 Replies
entfernt da nur gemault wird
|
[RELEASE] ATK Range Hack v1.0b
02/19/2008 - Metin2 - 16 Replies
ATK Range Hack v1.0b
Working after update !
To use this hack:
1. Start the (ATK Range Hack.exe).
2. Start Metin2.
3. Login into youre acc.
|
All times are GMT +1. The time now is 19:04.
|
|