| View previous topic :: View next topic |
| Author |
Message |
eddot Newbie cheater
Reputation: 0
Joined: 26 Feb 2008 Posts: 11
|
Posted: Mon Oct 27, 2008 2:24 pm Post subject: i looked everywhere for.......... can someone help ? |
|
|
well i googled a lot to find a tut about auto cliking but i couldn't find any for vb 2008 when i found one it doesn't work
i tried some already like myself lolz
just the name of a buttem.send "{rightclick}"
but it seems it won't work like my spam thing
please people who can help help me i give a cookie
i
m just a bigginer i only know a few things like this i made witch help of tuts
| Code: | Public Class Refresh
Private Sub Next1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Next1.Click
WebBrowser1.GoForward()
End Sub
Private Sub back1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles back1.Click
WebBrowser1.GoBack()
End Sub
Private Sub Free2play_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Free2play.Click
WebBrowser1.Navigate(urlString:="just an url i can't post")
End Sub
Private Sub Stop1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Stop1.Click
WebBrowser1.Stop()
End Sub
Private Sub go_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles go.Click
WebBrowser1.Navigate(Urlbox.Text)
End Sub
Private Sub Member_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Member.Click
WebBrowser1.Navigate(urlString:="an url")
End Sub
Private Sub Start1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdStart1.Click
Timer2.Start()
End Sub
Private Sub Stop1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdStop1.Click
Timer2.Stop()
End Sub
Private Sub Set1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Set1.Click
Timer2.Interval = (Timertime.Text * 1000)
End Sub
Private Sub Timer2_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer2.Tick
SendKeys.Send(TextBox2.Text)
SendKeys.Send("{enter}")
End Sub
Private Sub Refresh1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Refresh1.Click
WebBrowser1.Refresh()
End Sub
End Class |
that kind of things im busy at and im now wanted auto clicks for webrowser games to cheat witch so does anyone have made a tut for this in vb 2008 please post it =) if noone did please make one for me
greetings,
eddot
|
|
| Back to top |
|
 |
dEEznutz Grandmaster Cheater
Reputation: 0
Joined: 29 Nov 2007 Posts: 514
|
Posted: Mon Oct 27, 2008 4:58 pm Post subject: |
|
|
Learn the basics before you attempt projects.
_________________
Learning C++ |
|
| Back to top |
|
 |
Frostbyt3 Master Cheater
Reputation: 0
Joined: 07 Jan 2008 Posts: 323 Location: Australia
|
Posted: Mon Oct 27, 2008 10:50 pm Post subject: |
|
|
-EDIT-
Why was this replaced with the warning against X?
EMail me at [email protected] and I'll give you a hand.
I'll post it if it was removed by accident.
|
|
| Back to top |
|
 |
eddot Newbie cheater
Reputation: 0
Joined: 26 Feb 2008 Posts: 11
|
Posted: Tue Oct 28, 2008 1:18 pm Post subject: |
|
|
yea uhm ... im busy witch it first i put everytings i know out of my head in one thing so if i learn this i need to remember every thing and then put it in im not someone who copies code and say im done i just want to try my self ofcourse witch the tut i typ every thing over and try to kepe it in my head and try myself this what i know till now thats how i learn
|
|
| Back to top |
|
 |
|