f5 bot

12/18/2013 14:21 Fantastic.#1
Hey leute ich suche ein f5 bot für das neue s4 event f5 drückt halt jede 5,5minuten hoffe jemand kann mir helfen :)
12/18/2013 14:22 CsharpDeveloping#2
Auf einer Website oder in dem Spiel?
PN mich.
12/18/2013 14:24 Fantastic.#3
Logischer weiße in s4 o.O
12/19/2013 03:48 schneider1424#4
i dont understand german at all but if your trying to make an "f5" clicker then here is a rough tut.

first create a new project then add a timer to your form
next set the interval of the timer to 330000 (thats 5.5 minutes)
next add a button to your your form and change the text to "Start" then double click it finally enter this code for your button:

PHP Code:
select case "Button1.text"
case "Start"
timer1.start()
button1.text "Stop"
case "Stop"
timer1.stop
button1
.text "Start"
end select 
and for you timer add this code to it(go back to your form and double click it if you havnt)

PHP Code:
Sendkeys.send("{f5}"
and you should have a "f5" clicker that sends the key f5 every 5.5 minutes

note: i didnt explain most of the steps like creating projects or adding controls...you learn that yourself if you dont already know
12/19/2013 12:53 Fantastic.#5
Quote:
Originally Posted by schneider1424 View Post
i dont understand german at all but if your trying to make an "f5" clicker then here is a rough tut.

first create a new project then add a timer to your form
next set the interval of the timer to 330000 (thats 5.5 minutes)
next add a button to your your form and change the text to "Start" then double click it finally enter this code for your button:

PHP Code:
select case "Button1.text"
case "Start"
timer1.start()
button1.text "Stop"
case "Stop"
timer1.stop
button1
.text "Start"
end select 
and for you timer add this code to it(go back to your form and double click it if you havnt)

PHP Code:
Sendkeys.send("{f5}"


and you should have a "f5" clicker that sends the key f5 every 5.5 minutes

note: i didnt explain most of the steps like creating projects or adding controls...you learn that yourself if you dont already know


Hey thanks for that but I understand nothing of it what coding or something I do not even know what terms I have to do with the tool :D
12/19/2013 13:35 hellmarket20#6
have fun
[Only registered and activated users can see links. Click Here To Register...] key presser bot
12/19/2013 13:53 Fantastic.#7
Quote:
Originally Posted by hellmarket20 View Post
have fun
[Only registered and activated users can see links. Click Here To Register...] key presser bot
thanks