Your Ad Here
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
winsock help [vb.net]
11-04-2009, 10:04 PM
Post: #11
Hummmm, in vb.net you would use sockets. Google Visual Basic .net tcpclient / server. You should get what you want.


Good luck

Status : C++, Game Hacking, (C++) Creating - Remote Access Tool

Hi, I am a C++ Programmer(Still learning), Getting into Game Hacking.My GameHacker name is SilentDeath(Not From this site).

Hacking name - AmIHacking
GameHacking - SilentDeath

[Image: 3cx85.jpg]
Find all posts by this user thanks
Quote this message in a reply
Your Ad Here
11-04-2009, 10:33 PM (This post was last modified: 11-04-2009 10:37 PM by GunzPk.)
Post: #12
This looks like it might work, http://www.eggheadcafe.com/articles/20020323.asp (Thanks AmIHacking needed same thing, lolTongue)

This one might be more helpful (Read the comments, first page for it.)

http://www.vbforums.com/showthread.php?t=502795
Find all posts by this user thanks
Quote this message in a reply
11-05-2009, 05:08 PM
Post: #13
Thanks, that really helped a lot. xD
Find all posts by this user thanks
Quote this message in a reply
11-05-2009, 05:14 PM (This post was last modified: 11-05-2009 05:14 PM by Soul Collector.)
Post: #14
I dunno if this help's, but i found some source code's(hope it help's):

http://www.eggheadcafe.com/articles/20020323.asp

BTW this is socket's which are better .. and they are faster

[Image: 24wu4ja.png]
[Image: 2mchje9.gif] AsSass@iN gave me a gold star

I will give my best for HJT...
Find all posts by this user thanks
Quote this message in a reply
11-05-2009, 05:19 PM
Post: #15
lol that is the same link that GunzPK gave me lol but yeah thanks i guess...
Find all posts by this user thanks
Quote this message in a reply
11-05-2009, 06:42 PM
Post: #16
(11-05-2009 05:14 PM)Soul Collector Wrote:  I dunno if this help's, but i found some source code's(hope it help's):

http://www.eggheadcafe.com/articles/20020323.asp

BTW this is socket's which are better .. and they are faster

O.o faster? Sockets are more flexible than the winsock control and can be more reliable.

PS: Some pcs dont have winsock control anymore(may be wrong)so the user must have the winsock control with the application to use.

Status : C++, Game Hacking, (C++) Creating - Remote Access Tool

Hi, I am a C++ Programmer(Still learning), Getting into Game Hacking.My GameHacker name is SilentDeath(Not From this site).

Hacking name - AmIHacking
GameHacking - SilentDeath

[Image: 3cx85.jpg]
Find all posts by this user thanks
Quote this message in a reply
Post Reply