How to send a packet taken from WPE PRO with Winsock control vb2010 06/03/2011 - .NET Languages - 53 Replies Hi all , here's my code
Public Class Form1
Private Sub AxWinsock1_ConnectEvent(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Winsock1.ConnectEvent
Me.Text = "Connected to bot"
MsgBox("Connection Successful")
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Winsock1.RemoteHost = "localhost"
[VB6]Winsock Packet Sending Program & [C++] ws_32 Hook&DLL 06/07/2009 - C/C++ - 1 Replies 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..
[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: