Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: Visual Basic / VB:
Vb 2005 Help

 

 


Skipee
Newbie

Nov 27, 2005, 1:36 AM

Post #1 of 8 (422 views)
Shortcut
Vb 2005 Help Can't Post

All thats on here is vb 6Shocked
Can som1 make a tut on an auto speaker for vb 2005 and a autoer/world switcher or something


OMG ITS SKIPEE THE KANGEROO!



Mithril26
Enthusiast

Nov 27, 2005, 5:34 AM

Post #2 of 8 (419 views)
Shortcut
Re: [Skipee] Vb 2005 Help [In reply to] Can't Post

They have a tut on a auto-spammer, but if you want to wait awhile, I will have my auto talker out...


Skipee
Newbie

Nov 27, 2005, 7:18 AM

Post #3 of 8 (417 views)
Shortcut
Re: [Mithril26] Vb 2005 Help [In reply to] Can't Post

Link to the tut plz


OMG ITS SKIPEE THE KANGEROO!


darkdemon
Enthusiast


Nov 27, 2005, 8:58 AM

Post #4 of 8 (411 views)
Shortcut
Re: [Skipee] Vb 2005 Help [In reply to] Can't Post

Here, there's alot of tutorial links.

http://forum.free-games.com.au/forum/Game_Technology_C8/Visual_Basic_/_VB_F49/The_Fgf_guide_Directory%3A_VB_%28Sticky_please%29_P582163/


U r reading a signature.
Free game hacks!


Skipee
Newbie

Nov 27, 2005, 8:45 PM

Post #5 of 8 (407 views)
Shortcut
Re: [darkdemon] Vb 2005 Help [In reply to] Can't Post

No but there all for vb 6?
I want some for vb 2005.
The vb6 code doesnt work


OMG ITS SKIPEE THE KANGEROO!


Jaymzanator
Enthusiast


Nov 28, 2005, 1:35 AM

Post #6 of 8 (405 views)
Shortcut
Re: [Skipee] Vb 2005 Help [In reply to] Can't Post

yo i use vb '05, it is really simple and similar to vb6 but you need to to tell it to do more aS it is more low level, vb.net 2005 is similar too, im making a tut for it atm


(17:20) Taz:
and tazg is lol'in at you all the way from canada
(17:21) James:
lol canadians


peterdeskater
Newbie


Dec 24, 2005, 3:22 AM

Post #7 of 8 (366 views)
Shortcut
Re: [Jaymzanator] Vb 2005 Help [In reply to] Can't Post

pls post that tutorial of visual basic 2005 how to make a client


WAHHA NOOB SCAMMER FORGOT REMOVE PHAT!


skate4lifee
Newbie

Jul 27, 2007, 1:27 PM

Post #8 of 8 (193 views)
Shortcut
Re: [Skipee] Vb 2005 Help [In reply to] Can't Post

An Auto Typer in Vb 2005 isnt very different from vb6, the only difference is in vb6 you use sendkeys and in vb 2005 you use sendkeys.send from that one tutorial on the auto typer

so this would be vb 2005 code of an auto typer

Make 2 text boxes and 2 Buttons and 1 Timer

Public Class Form1

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{enter}")
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Interval = TextBox2.Text * 1000
Timer1.Enabled = True
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Enabled = False
End Sub
End Class

And there you have it, a simple auto typer

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.13 s on (CGI/1.1)