[GWCA++]Bot Developer Helper

01/09/2018 22:05 Stary Pen'#16
Quote:
Originally Posted by DerMoench14 View Post
Mission Start Delays:
P428 > 0x4
P374 > 0x100

Uhm the Trade-Thing ... what do you mean? The "View-Trade"-Window?
[Only registered and activated users can see links. Click Here To Register...]

How it work with GWA2? Where can I find more information about P374 and P428?
01/09/2018 22:44 DerMoench14#17
There is no Solution for Packet-Analyzing in any public GWA2-Version i know of.
To get more Information about a specific Packet do:

BotDeveloper -> GS to C
There you can add uo to 10 Packets you wanna analyze.
Just add eg 428 (without leading P).

All Packets is just a Sniffer to give Infos which Packets come when you start recording.
01/10/2018 18:04 Stary Pen'#18
Quote:
Originally Posted by DerMoench14 View Post
There is no Solution for Packet-Analyzing in any public GWA2-Version i know of.
To get more Information about a specific Packet do:

BotDeveloper -> GS to C
There you can add uo to 10 Packets you wanna analyze.
Just add eg 428 (without leading P).

All Packets is just a Sniffer to give Infos which Packets come when you start recording.
I'm sorry, I'm just starting to learn the packages. Maybe you explain to me how to add packages in GWA2?

[Only registered and activated users can see links. Click Here To Register...]

I'm need use Func MemoryReadPtr() or MemoryRead()?

Code:
$lOffset[5] = [0, 0x04, 0xF8, 0xFC, 0x100]
Local $lReturn = MemoryReadPtr($mBasePointer, $lOffset)
Do I right written?
01/11/2018 01:13 DerMoench14#19
Quote:
Originally Posted by Stary Pen' View Post
I'm sorry, I'm just starting to learn the packages. Maybe you explain to me how to add packages in GWA2?

[Only registered and activated users can see links. Click Here To Register...]

I'm need use Func MemoryReadPtr() or MemoryRead()?

Code:
$lOffset[5] = [0, 0x04, 0xF8, 0xFC, 0x100]
Local $lReturn = MemoryReadPtr($mBasePointer, $lOffset)
Do I right written?
Oh yeah, you totally misunderstood everything.
Packet means the data send to Anet from your PC or vice versa and has nothing to do with MemoryRead(Ptr) which reads data from your local RAM.
I highly recommend you to learn the basic API-Stuff and coding in general before you continue.
When you asked 1 month ago for a packet-scanner i thought you already have knowledge about CtoS and StoC and doing your stuff in C(++).

Again: There's no implementation (at least for what you wanna do) of Packet-Handling in GWA2.

If you're trying to write something in AutoIt and missing a specific func you may ask in the other thread.

I'm very sorry but with your Level of knowledge i can't give you any further help. Please don't get me wrong.
02/02/2018 21:03 Stary Pen'#20
Hello. How i can find [Only registered and activated users can see links. Click Here To Register...] that information in ollydbg?
02/03/2018 00:15 DerMoench14#21
Quote:
Originally Posted by Stary Pen' View Post
Hello. How i can find [Only registered and activated users can see links. Click Here To Register...] that information in ollydbg?
Don't get me wrong, i don't want to show you up, but can you explain me what the
Code:
B8 0B 00 00
(from your screen) means ?
02/03/2018 10:34 poumpoum#22
Thx for digging this up, i forgot about this wonderfull tool. Still doesn't know how to use it properly though :D
02/03/2018 10:50 Stary Pen'#23
Quote:
Originally Posted by DerMoench14 View Post
Don't get me wrong, i don't want to show you up, but can you explain me what the
Code:
B8 0B 00 00
(from your screen) means ?
Hex code form packet 374. That always different, depend on
Code:
0x100 Integer => 3000
B8 0B 00 00
For example:
Code:
0x100 Integer => 11000
F8 2A 00 00
Other code all time same.
02/05/2018 19:45 Stary Pen'#24
Im wrong?
02/05/2018 23:01 DerMoench14#25
Quote:
Originally Posted by Stary Pen' View Post
Im wrong?
No, you're right, nevertheless i really have no time to explain such low-level stuff.
02/06/2018 09:11 Stary Pen'#26
Quote:
Originally Posted by DerMoench14 View Post
No, you're right, nevertheless i really have no time to explain such low-level stuff.
You created topic but dont want exlpain how use you tools?
02/06/2018 15:59 DerMoench14#27
Quote:
Originally Posted by Stary Pen' View Post
You created topic but dont want exlpain how use you tools?
Really? You asked me once for a tool that prints out GStoC-Packets in a human readable format. And my tool does!
When you gona buy a Cookbook would you also blame the author because his book doens't explain what the nucleic acid sequence of potatoes is about?

Learn the basics.
Learn how gw handles game memory.
Learn how to find functions from gw-client.
Learn how to hook those functions.
Learn how structs, entities etc. work.
Learn how to work with tools like Olly, CE, etc.
Code whatever you want, you should then be able to.

But, DON'T ASK ME TO TEACH YOU THAT STUFF!

I'm done! :mad:
03/30/2018 21:16 DerMoench14#28
Updated to v.1.4.8
03/30/2018 21:31 tjubutsi#29
Neat, although it still crashes on map info :)
03/30/2018 21:33 phat34#30
hey tj is your GitHub version 100%?