Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 12:57

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

Advertisement



[VB6]Winsock Packet Sending Program & [C++] ws_32 Hook&DLL

Discussion on [VB6]Winsock Packet Sending Program & [C++] ws_32 Hook&DLL within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
majidemo's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 347
Received Thanks: 1,286
Question [VB6]Winsock Packet Sending Program & [C++] ws_32 Hook&DLL

Hi.. im trying to create a program that send packet to the server..

someone told me to hook my program using the ws_32 hook and dll

can someone give me or teach me how to do these codes?

the client i need to attach to is "KhanClient.exe"

i hope you can help me..

this program is like WPE/ winstock packet editor

but in this program theres no need to capture packet..

all i need to do is send packet..

please HELP me ^_^..

how to code a program that send packet to server through client.

this is a sample code im currently using..

Code:
      Option Explicit

      Private Sub Command1_Click()
        Winsock1.SendData "0A 00 0A 19 5E BF F1 51 18 2E"
      End Sub

      Private Sub Form_Load()
         Command1.Enabled = False
         Winsock1.Connect "61.19.250.152", 2104
      End Sub

      Private Sub Form_Unload(Cancel As Integer)
         Winsock1.Close
      End Sub

      Private Sub Winsock1_Connect()
         Command1.Enabled = True
      End Sub

      Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
         Dim temp As String
         temp = String(bytesTotal, Chr$(0))
         Winsock1.GetData temp, vbString, bytesTotal
         MsgBox temp
      End Sub
that code doesnt have hook yet..

0A 00 0A 19 5E BF F1 51 18 2E -> packet for opening storage

i want to click STORAGE HACK button then it will send that packet..

and open the storage INGAME.

please help.. thanks..^_^

heres a screenshot.. it has functions but it buttons doesnt work yet!



PS. THanks.. i havent read all post in forum.. ill read all tomorow.
majidemo is offline  
Old 06/07/2009, 10:11   #2
 
elite*gold: 0
Join Date: Nov 2006
Posts: 9
Received Thanks: 2
so when will it be released looks good
thevione is offline  
Reply


Similar Threads Similar Threads
Need help sending a packet !
02/28/2010 - Kal Online - 1 Replies
i've got a Question and i hope some1 can help me there is an item at a NPC that u can buy 1 only each time .. and i need to buy 1000000 of it so i need to send the packet to buy this item 1000000 times when i try to sniff the packet to buy this item i got : Packet type : 0x18 format : m arguments : (unknown character) so ... how can i send that (unknown character) as an argument ?? in the code that (unknown character) is displayed from "(DWORD)va_arg(args,DWORD)" when i tried to save...
Need Help about (Winsock Packet Editor (WPE) Pro 0.9a)
09/26/2009 - CO2 Programming - 18 Replies
Hey All I need help to know some thing about ( Winsock Packet Editor (WPE) Pro 0.9a in Network Monitors ) need to know.. How Can i open one Sv in different User account at One Pc How is it work..? Thankz any way i w8 Replies Plz don't avoid me
[C++] winsock ws_32.dll hook
06/05/2009 - C/C++ - 5 Replies
i am trying to make a hack for a online game. but i don't know how to hook my program to the process name : khanclient.exe can someone help me? this is my current code in VB2008 the point in this is i want to click a button and send a packet to server from client. i hope you get what i mean. here is a screenshot:
sending packet at WPe
07/18/2008 - Dekaron - 10 Replies
after sending some packet at WPE my connection to 2moons always got disconnect the moment I send the packet can someone help me regargding this
sending a packet
11/26/2007 - Conquer Online 2 - 3 Replies
I've captured a packet that I'd like to re-send to do a specific function, but I don't know how to do that. I know it involves 4 encryption keys and a packet id number. My best guess is to send the packet to a proxy that hopefully will forward it to the server properly. Anyone want to offer some tips on what to use?



All times are GMT +2. The time now is 12:57.


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.