no need to unfreeze your client.. it'll unfreeze it for you.. ("WM_activateapp / number = 28), keycode("{9}") = 57 in ascii code.
i don't want the unfreezer, but i need the underground / stealth function that sending a keycode to an inactive app / e'client (in low level, it's work. but no clue @all this time)
if e'client is unfreezed, it'll use a lot of the display card n memory resource.. too bad..
also check the processor usage.. too high.. and e'client (in multi client) will run too slow. not good.
if e'client is unfreezed, it'll use a lot of the display card n memory resource.. too bad..
also check the processor usage.. too high.. and e'client (in multi client) will run too slow. not good.
yea the framerate is lower with lots of clients unfreezed, I ran four this morning doing Weapon Quest for my assassin in fb69 Gerbang Hantu, and got like 17 fps shown using fraps, zzz even in a quiet area and only brought 4 chars the performance drops a lot.
while 1
_SendMessage(WinGetHandle("Element Client"), $WM_KEYDOWN, 0x31)
_SendMessage(WinGetHandle("Element Client"), $WM_KEYUP, 0x31)
wend
I also advise u to use postmessage instead of sendmessage so u dont have to be in queue
thanks for the info ntKid, I'll also check how to use a postmessage later.
How about sending many keypresses at once in one string like for example 123456 , do I have to use each separate _SendMessage or can I do it like controlsend("Element Client", "","","123456") ?
thanks for the info ntKid, I'll also check how to use a postmessage later.
How about sending many keypresses at once in one string like for example 123456 , do I have to use each separate _SendMessage or can I do it like controlsend("Element Client", "","","123456") ?
Yep u have, just make some simple function to do it for u
VOID dwSendString(HWND Window,LPSTR string)
{
int size = strlen(string);
for (int i = 0; i < size; ++i)
{
char c = string[i];
unsigned short scan = VkKeyScan(c);
unsigned char vk = (scan & 0xff),mvk = (unsigned char)MapVirtualKey(c, 0);
yeah.. i can read it a little. but poor.. i made te unfreezer this day. and.. make me wanna cry..
omg.. i only had small computer, P4 2.0 gHz, 1 gb memory, and the worst is geforce 4 64mb. huhuhuhuuuuuuuuuuuuuuuu
this is the for unfrezer in auto it
$FZ1 = _MEMORYREAD($APP_BASE_ADDRESSFZ, $PROCESS_INFORMATION1)
If $FZ1 <> 1 Then
MEMORYWRITE($APP_BASE_ADDRESSFZ, $PROCESS_INFORMATION1, "1")
EndIf
ps. $APP_BASE_ADDRESSFZ = 10230148. and as the addition.. open e'client in ollydbg.. press ctrl+f9 to continue process..
after e'client fully loaded in olly, press ctrl+G and type this address 004300D45, should pointed to this code JE 0043015F, simply change it to nops. (right click => binary => fill wit nops" ) it can unfreeze it too witout using $APP_BASE_ADDRESSFZ in autoit.
i think.. i'll retired .. can't play no more with my computer.. need a super one lol..
I Still can't unfreeze. if I use auto oit. nothing happend.. if i use ollydbg address not found.. How to unfreeze Pw Ind???
How to use a dual client on rf online using window 7 12/03/2010 - RF Online - 5 Replies If wanna know how to use it if your a window 7 user.. kindly send me a message here or add my YM ID.. [email protected] and I'll teach you how to do it..
But wait guys, don't expect its free..
or.. you can trade it with your dupe program ( sure and tested)
1Cabal Window 1Maple Window at Same TIME?? 05/26/2008 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 0 Replies let talk about 1 cabal 1 maple at same time...
possible??
how to do tat...??
teach me please :p
Rename CO2 window title (any window actually) 05/13/2006 - CO2 Exploits, Hacks & Tools - 4 Replies I have seen a few posts requesting this. It is a simple autohotkey macro nothing fancy here. You will notice also that the UPX packer detection is not triggered. If you use autohotkey and want to know how to remove the packer PM me it is rather simple. To use this little tool thingie it is very simple:
Execute the code.
Focus your window.
Press Hotkey CTRL+WIN+w
Change the Title.
Apply