Register for your free account! | Forgot your password?

You last visited: Today at 20:26

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

Advertisement



[GWCA++]Bot Developer Helper

Discussion on [GWCA++]Bot Developer Helper within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 01/09/2018, 22:05   #16
 
elite*gold: 0
Join Date: Dec 2017
Posts: 64
Received Thanks: 2
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?

How it work with GWA2? Where can I find more information about P374 and P428?
Stary Pen' is offline  
Old 01/09/2018, 22:44   #17
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
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.
DerMoench14 is offline  
Thanks
1 User
Old 01/10/2018, 18:04   #18
 
elite*gold: 0
Join Date: Dec 2017
Posts: 64
Received Thanks: 2
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?



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?
Stary Pen' is offline  
Old 01/11/2018, 01:13   #19
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
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?



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.
DerMoench14 is offline  
Old 02/02/2018, 21:03   #20
 
elite*gold: 0
Join Date: Dec 2017
Posts: 64
Received Thanks: 2
Hello. How i can find that information in ollydbg?
Stary Pen' is offline  
Old 02/03/2018, 00:15   #21
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Quote:
Originally Posted by Stary Pen' View Post
Hello. How i can find 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 ?
DerMoench14 is offline  
Old 02/03/2018, 10:34   #22
 
elite*gold: 0
Join Date: Jan 2018
Posts: 25
Received Thanks: 2
Thx for digging this up, i forgot about this wonderfull tool. Still doesn't know how to use it properly though
poumpoum is offline  
Old 02/03/2018, 10:50   #23
 
elite*gold: 0
Join Date: Dec 2017
Posts: 64
Received Thanks: 2
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.
Stary Pen' is offline  
Old 02/05/2018, 19:45   #24
 
elite*gold: 0
Join Date: Dec 2017
Posts: 64
Received Thanks: 2
Im wrong?
Stary Pen' is offline  
Old 02/05/2018, 23:01   #25
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
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.
DerMoench14 is offline  
Old 02/06/2018, 09:11   #26
 
elite*gold: 0
Join Date: Dec 2017
Posts: 64
Received Thanks: 2
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?
Stary Pen' is offline  
Old 02/06/2018, 15:59   #27
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
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!
DerMoench14 is offline  
Thanks
2 Users
Old 03/30/2018, 21:16   #28
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Updated to v.1.4.8
DerMoench14 is offline  
Thanks
2 Users
Old 03/30/2018, 21:31   #29
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
Neat, although it still crashes on map info
tjubutsi is offline  
Old 03/30/2018, 21:33   #30
 
phat34's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 354
Received Thanks: 120
hey tj is your GitHub version 100%?
phat34 is offline  
Reply

Tags
developer, dll, gwac++, gwca, packets


Similar Threads Similar Threads
[Release] Holy Helper - Most advanced helper in sro era
11/15/2014 - SRO PServer Guides & Releases - 81 Replies
Hello , wazzap. After over two weeks being working on Holy Helper , I decided to release it today. Holy helper is a program which giving you unlimited power to control your server / play status . Which , could be used by a user or an server owner. Check it out. First of all I would like to thank all over who did helped me through this program and they're Holy Helper functions:
[Release] Holy Helper - Most advanced helper in sro era
02/27/2013 - SRO Private Server - 12 Replies
Hello , wazzap. After over two weeks being working on Holy Helper , I decided to release it today. Holy helper is a program which giving you unlimited power to control your server / play status . Which , could be used by a user or an server owner. Check it out. First of all I would like to thank all over who did helped me through this program and they're Holy Helper functions:
[HELPER]ANY 1 need PM [HELPER]
12/17/2008 - EO PServer Hosting - 0 Replies
hello guys just wana tell u if any one looking for a good pm can help as a good helper at Eo PServer i know about database, not really good at hexedit i can get ppl to server have many freind to join :) just tell me if u need a help or add me at my msn [email protected] ]



All times are GMT +1. The time now is 20:26.


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.