Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 01:17

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

Advertisement



Account Hooking

Discussion on Account Hooking within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
SaM.ThE.MaN's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 828
Received Thanks: 427
Account Hooking

Hi,
I would like to know how to hook an account with my bot,
Example i play conquer online.I open my bot and it show my char name and i click hook,and then bot is connected to my account,how to hook the bot to the character,
Thank you
Attached Files
File Type: zip Hook.zip (345.6 KB, 20 views)
SaM.ThE.MaN is offline  
Old 03/28/2010, 23:29   #2
 
elite*gold: 115
Join Date: Oct 2007
Posts: 9,390
Received Thanks: 12,344
You need to find and then call the internal login-function of the game client. You can do this by either injecting a DLL and calling the function using function pointers (which is not possible with AutoIt) or you can do it from an external program using the CreateRemoteThreadEx-API.

If you want to login without the client, you need to find out the packet-encryption (if there is any) and parse the game protocol. This takes much more effort though.
ms​ is offline  
Old 03/29/2010, 11:57   #3
 
SaM.ThE.MaN's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 828
Received Thanks: 427
auto it cant hook accounts?but Hiyoal this it with elipse
SaM.ThE.MaN is offline  
Old 03/30/2010, 04:06   #4
 
Nullable's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 390
Received Thanks: 321
Quote:
Originally Posted by Disconnect View Post
injecting a DLL and calling the function using function pointers (which is not possible with AutoIt)
^
|
Quote:
Originally Posted by SaM.ThE.MaN View Post
auto it cant hook accounts?but Hiyoal this it with elipse
Hook is not the correct term for what you're trying to do, I assume you're trying to 'hook' the account which means 'read' some values related to the character

Nullable is offline  
Old 03/30/2010, 12:12   #5
 
Xereon's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 793
Received Thanks: 366
You can also try to connect your DLL with AutoIT for example with Guimessages. So the real hook is in your DLL, but you can call your functions from your AutoIT script.

PS: Maybe take a look at a project called "Guildwars Client Api"
Xereon is offline  
Reply


Similar Threads Similar Threads
d3d Hooking WarRock
07/11/2010 - General Coding - 12 Replies
hi liebe com, kann mir jemand vllt d3d oer no menue hack tut empfehlen geht auch aus diesen forum ich hab mich ein bisschen mit olly und ida pro auseinander gesetzt und möchte jetzt meinen ersten hack mit Visual c++ erstellen gebe thx! PS: C++ lerne ich grad
C++ D3D Hooking
08/24/2009 - C/C++ - 12 Replies
Hallo zusammen, ich stehe gerade vor folgendem Problem: ich habe eine DLL und einen Loader gecoded, jedoch will ich anstelle des Loader einen Injecter haben, sprich: das spiel, in das injected werden soll, soll schon laufen. Natürlich hab ich das ganze schon probiert, jedoch werden die D3D-funktionen nicht wirklich gehookt, da die DLL auf ein Direct3DCreate9 wartet. Da diese Funktion aber wahrscheinlich direkt beim Starten des "Opfer-Spiels" ausgeführt wird, werden deswegen die anderen...
D3D9 Hooking
06/06/2009 - General Coding - 1 Replies
Guten Abend die Damen und Herren. Wie im Titel des Threads angegeben geht es um D3D9 Hooking. Die implementierung von den folgenden interfaces als Proxy habe ich bereits erstellt: IDirect3D9 -> D3D9Impl IDirect3DBaseTexture9 -> D3DBaseTex9Imp IDirect3DCubeTexture9 -> D3DCubeTex9Imp IDirect3DDevice9 -> D3DDevice9Imp
D3D Hooking [autoit]?
04/17/2009 - GW Bots - 11 Replies
edited
Another way of Hooking -> PeterPan
03/21/2008 - General Coding - 6 Replies
Hi, i wanted to share some ideas and looking for ideas/comments. Some of you might already have read about Hooking code (Detours,etc). PeterPan tries to install the Hook in a more generic&easier way. The old approach It works like this: We take CreateFileA as an example. Looking at the disassembly you will see:



All times are GMT +1. The time now is 01:17.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.