Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Perfect World
You last visited: Today at 11:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



must active on client window to use bot ?

Discussion on must active on client window to use bot ? within the Perfect World forum part of the MMORPGs category.

Reply
 
Old   #1
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
must active on client window to use bot ?

Today PW Indo just got tideborn patch. Everything works fine, except now to use skill by using controlsend in autoit, the client window must be the active window or the bot can't send attack keys to it and it's just do nothing unless I switched back to this client window, zzzzzzzzz that's kinda defeat the purpose of having a bot running, it's supposed to be working in the background while we can use the computer for something else like browsing or watching movies

does anyone playing PW in other servers have same problem after the tideborn patch ?
Smurfin is offline  
Old 08/10/2010, 14:24   #2
 
elite*gold: 0
Join Date: Apr 2008
Posts: 84
Received Thanks: 5
butuh unfreeze sepertinya bos, ada link tutor cari unfreeze ga ya
wongfei888 is offline  
Old 08/10/2010, 14:32   #3
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
I've unfreezed both my PR and Assasin client windows, the Assasin won't attack if I'm active at my Priest window, and my PR won't heal the Assasin if I'm active at my Assasin window, and both chars just stand there doing nothing if then I watch movies lol.
Smurfin is offline  
Old 08/10/2010, 14:41   #4
 
elite*gold: 0
Join Date: Sep 2006
Posts: 1
Received Thanks: 0
this is the
but it not solve the problem coz now the prob is my bot can't send keys to that unfreeze window..
wiehan is offline  
Old 08/10/2010, 15:23   #5
 
elite*gold: 0
Join Date: Apr 2008
Posts: 84
Received Thanks: 5
menunggu pencerahan berarti hehehehe
wongfei888 is offline  
Old 08/10/2010, 15:44   #6
 
elite*gold: 0
Join Date: May 2009
Posts: 26
Received Thanks: 1
iya ni payah, btw dah ada yg nemu off set buat pet blm ya ?
penipu81 is offline  
Old 08/10/2010, 17:23   #7
 
elite*gold: 0
Join Date: Jan 2009
Posts: 6
Received Thanks: 0
Mak.. jang om smurfin pun sampe nanya bah.


dolo bot ntkid yang skrang udah gk bisa juga udah ada fitur unfreeze nya langsung.
om smurf udah bisa unfreezenya

klo udah bisa. kasih tau dunk addres unfrezze cheat engine ya om smurf.
Gosfraba is offline  
Old 08/10/2010, 19:07   #8
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
still no luck, tried using controlfocus, controlgetfocus, wingethandle, etc, and from what I googled, this also happens to other games like Age of Conan and WoW, they block how autoit sends keypress using controlsend and make it useless when minimized or inactive.

seems like the only way to make spellcast/atk working again is by using the games' function via memory writing or dunno what that's called.

bot can still running though, but only for one active client. What a waste, one bot per pc, and can't multitask
Smurfin is offline  
Old 08/11/2010, 02:27   #9
 
elite*gold: 0
Join Date: Dec 2007
Posts: 205
Received Thanks: 12
_SendMessage seems to work on unfreeze pwclient, like pw-prophets-bot... i'm having a hard time recoding your smurf-it thats why i stop doing it... xD
kulas2k2 is offline  
Old 08/11/2010, 06:04   #10
 
elite*gold: 0
Join Date: Apr 2008
Posts: 84
Received Thanks: 5
cara simplenya mungkin cari address prophet bot buat pw indo,tapi base adressnya banyak banget gitu puyeng
wongfei888 is offline  
Old 08/11/2010, 06:46   #11
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
Quote:
Originally Posted by kulas2k2 View Post
_SendMessage seems to work on unfreeze pwclient, like pw-prophets-bot... i'm having a hard time recoding your smurf-it thats why i stop doing it... xD
I just checked autoit does have that _SendMessage UDF, but the example is for turning monitor off and back on, LOL, I'll look into it later, still busy cultivating new char, oh noes, play more and get less

-edit-
while googling about this _SendMessage, I bumped into about it in other section of elitepvpers forum. Have you tried _SendMessage yourself in PW client, kulas2k ? Because _SendMessage is still blockable though it might still work as for now. I haven't have the idea of how to use it though, coz it's still new to me noob

Do you have a code example on how to use _SendMessage in autoit ? Really need a hand to help me getting started using it.
Smurfin is offline  
Old 08/11/2010, 15:53   #12
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
I just tried using _sendmessage like this :
Code:
#include <SendMessage.au3>
while 1
	_SendMessage(WinGetHandle("Element Client"), $WM_KEYDOWN, 0x31)
wend
it repeatedly pressing 1 (0x31) , but still it stops when the Element Client window is inactive. The only difference I notice when using that is when I click on the chat window, it doesn't type anything, that's more convenient to use in bot script though, so can chat anytime in the game without pausing the bot manually.

if I change the $WM_KEYDOWN to $WM_CHAR , it doesn't do anything to the game but when I click on the chat window, it sends key '1' repeatedly there.

if you have a _SendMessage example that works for PW Client, please tell how you use it.

tks in advance
Smurfin is offline  
Old 08/11/2010, 16:46   #13
 
elite*gold: 0
Join Date: Sep 2009
Posts: 3
Received Thanks: 0
Prophet bot

setuju2 tolong dong bot yg ini keren lho
shadowqaz is offline  
Old 08/12/2010, 00:28   #14
 
elite*gold: 0
Join Date: Feb 2009
Posts: 8
Received Thanks: 0
Quote:
Originally Posted by Smurfin View Post
I just tried using _sendmessage like this :
Code:
#include <SendMessage.au3>
while 1
	_SendMessage(WinGetHandle("Element Client"), $WM_KEYDOWN, 0x31)
wend
it repeatedly pressing 1 (0x31) , but still it stops when the Element Client window is inactive. The only difference I notice when using that is when I click on the chat window, it doesn't type anything, that's more convenient to use in bot script though, so can chat anytime in the game without pausing the bot manually.

if I change the $WM_KEYDOWN to $WM_CHAR , it doesn't do anything to the game but when I click on the chat window, it sends key '1' repeatedly there.

if you have a _SendMessage example that works for PW Client, please tell how you use it.

tks in advance
beugh bahasa om smurfin sudah bahasa dewa .... ayo ommm.... buatin untuk kita2 ini... pantang menyerah om dewa smurfin
uC2000 is offline  
Old 08/12/2010, 03:03   #15
 
elite*gold: 0
Join Date: Dec 2007
Posts: 205
Received Thanks: 12
hey smurf, try checking pw-prophet's code.. they're using sendmessage command..

and this is weird, pw-ph patched a month ago and smurf-it stop working, tried unfreezing the client, modifying the client it didnt work that time, but now, rapidkey's working again, just have to unfreeze the client again..didnt try yet the support function for auto heal/pots, hope it still works.. XD
kulas2k2 is offline  
Reply


Similar Threads Similar Threads
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)
How active are the GM?
07/16/2009 - Dekaron - 8 Replies
.
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



All times are GMT +2. The time now is 11:20.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.