I finally manage to get it work
Yeah, the client happen to crashed before.
A bit work looking around for the problem, I found that the problem was the SendFuncAddr.
Anyway, I tried to read what packet the client actually send to SendFuncAddr. Reading the opcode you wrote, I see that the pointer for packet was put in register EDI. So, using Cheat Engine, I make a breakpoint at SendFuncAddr. Read the value in register EDI and see what's in that offset. I tried to select a random npc, but there's nothing started with "0200" at the offset pointed by register EDI. It makes me wonder, do I understand it wrong?
Hello interest07 I love that you've found out how to packet in pw properly with talking to npcs etc. Now your wqbot is in ahk do you think it would be possible to make an auto it script utilizing packets to talk to an npc. The reason I ask is that Prophet bot has everything "bot" wise that it needs EXCEPT looping so if we could simply talk to an npc and utilize the repair function that is all that is missing.
Hello interest07 I love that you've found out how to packet in pw properly with talking to npcs etc. Now your wqbot is in ahk do you think it would be possible to make an auto it script utilizing packets to talk to an npc. The reason I ask is that Prophet bot has everything "bot" wise that it needs EXCEPT looping so if we could simply talk to an npc and utilize the repair function that is all that is missing.
Thanks in advance for your feedback/advise/code
Hello we are currently sending out a Pre-Release copy of "Prophet Bot Unleashed" to the emails of users that have donated. The official release will be some time in the fall.
Features of the Pre-Release are:
ApothocaryRail-Can set up a rail to walk back to npc and it will repair all items then walk back to hunting ground.
SupportsAirMobs-will move to monster/loot correctly(does not support res on die yet)
GathersResorces-Will gather herbs/resorces in the radius you set
MoveBackToHomeXYX- If no monsters moves back to homepointXYandZ.
NewSelectMonsterFunction-Does not use tab anymore to select monster. Faster monster selection.
NewLootFunction- Knows how many items dropped.Does not move to corpse if there is no loot.
We would like to thank Intrest07 for all these packet functions and all the great help. Lolkop for alot of information provided that has made Prophet Bot Unleashed what it is today.
Hello interest07 I love that you've found out how to packet in pw properly with talking to npcs etc. Now your wqbot is in ahk do you think it would be possible to make an auto it script utilizing packets to talk to an npc. The reason I ask is that Prophet bot has everything "bot" wise that it needs EXCEPT looping so if we could simply talk to an npc and utilize the repair function that is all that is missing.
Thanks in advance for your feedback/advise/code
The first post of this thread contains a lot of AutoIt code for sending packets (including some of the most used NPC actions). You should be able to talk to NPCs and buy/sell/repair/bank using the packets in the first post
Then again, you can wait for prophet's new release, I've seen it in action (or at least, a newer version) which does improve a whole lot on the old bot
Interest07,
I've read your post about moving vertical using sendpacket. I wondering if this can be achieved using Action structure. If it can, would you please show me how?
So far, using Action structure, I only able to move my char in horizontal (X, Z), but not the vertical (Y)
Interest07,
I've read your post about moving vertical using sendpacket. I wondering if this can be achieved using Action structure. If it can, would you please show me how?
So far, using Action structure, I only able to move my char in horizontal (X, Z), but not the vertical (Y)
You can't use actionstruct for going straight up, besides setting it to slowly climb to bigger heights as far as i know.
guys any ways to get the value of chat box in perfect world? The WC etc. i am planning to make an anti G M bot which first need to read the texts in normal chat and pms. Any idea what programs shld i use? Autoit cant read texts in a window
guys any ways to get the value of chat box in perfect world? The WC etc. i am planning to make an anti G M bot which first need to read the texts in normal chat and pms. Any idea what programs shld i use? Autoit cant read texts in a window
yeah, you can find the chat in memory Just do it in whatever program you do your bot in.
Thanks for this post, I'm new in bot things. For now I'm just doing memory based bot for other game using autoIt. I also know how to program with C#.
Now I can figure out how to send packet to the game function directly. But the hardest part for me is to find the function that use for sending raw packet before encryption. I'm trying to find it using ollydgb and MHS but still couldn't find where the function is.
Do you have any reference or how to make this easier?
Thanks again for your time for this wonderful thread
In my WQ bot thread theres an offset finder that should find it for you, also the third post in there is a 'guide' on how to find it. But that's cheating a little as it isn't the normal way you'd find it. If you want to find it the old fashioned way; open elementclient.exe with IDA pro. Look for imports -> __imp_send, then trace your way back up using XREFs.
Quote:
Originally Posted by Harvknight
Hi Interest07,
Thanks for this post, I'm new in bot things. For now I'm just doing memory based bot for other game using autoIt. I also know how to program with C#.
Now I can figure out how to send packet to the game function directly. But the hardest part for me is to find the function that use for sending raw packet before encryption. I'm trying to find it using ollydgb and MHS but still couldn't find where the function is.
Do you have any reference or how to make this easier?
Thanks again for your time for this wonderful thread
Help with sending packets in autoit 08/16/2010 - AutoIt - 1 Replies ive been lookin around different sites for ways to send packets to the game server. the only examples i see is to create a server and a client which i dont need, i think. well to the point now, can someone lead me in a direction or tell me how to send packets to a game? also if i send packets then that means i dont need the game to be active, correct? Because in autoit when u use keys u need to have the game active, and control send does not work. ty
Sending Packets !!! 09/07/2008 - Kal Online - 14 Replies now i know how to sniff / analyse packets ... but what then ? :)
how can i send packets ?? to pimp or mix weapon for example
i just need the way to send , and then i can depend on myself :D
Sending Packets (need advice) 03/20/2008 - Conquer Online 2 - 7 Replies OK well im finaly trying to stop leaching off of everybodys work its been great n all download n play :D But im tired of being a begger n the past couple months ive been learning as much as i can about macros memery add blah blah you know ...
After playing around with ce and ahk the past couple months i stumbled across wpe pro, theres not alot of tuturals and its hard to find good help.
Well heres what ive been doing so far, open my CO then i attach it to my sniffer.
I change my...
Scamming by sending packets??? 04/15/2006 - Conquer Online 2 - 1 Replies Well my friend and i came up with the idea to send packets to the server to show a certain item in the trade window. We want to use this as a type of scam. I didnt see this in any other threads and was wondering if anyone knew if this is possible and if they could point use in the right direction. My friend was pretty good with packets in CO 1.0 but we arent really sure to go about doing it. If anyone one could please lend a helping hand?
P.S.- Before I get flamed for this because i know i...
Sending packets 10/12/2005 - Conquer Online 2 - 10 Replies I've a question. Is it possible to send 1 packet multiple times at the exact same time?