Continuation of Autoclicker Tutorial Visual Basic 2008
Uploader Comments (rsmod123)
Top Comments
-
AHHH MYEARS! THAT OPEN SONG NEARLY KILLED ME!dont do that make it quiet
-
To make a test clicker: One button one textbox, put in the button code Textbox1.text += 1
Simplest thing ever. ;)
All Comments (31)
-
lolz this the first tutorial i saw which actually was a mix of a lyrics video !! dam cool
-
Hola yo hablo español espero que traduscas esto como le saco lagg al autoclick y como le aumento clicks?
-
You could post a tutorial on how to make the tester autoclickers!
-
I love you
-
Listen to me you could create a special autoclick boombang online game, which made more than one million clicks per second, that the mouse anywhere and fence to fence not too slow, thanks :) better make a tutorial :)
-
May i guess your favorite word? "lol"
Do i win a cookie?
-
lol fail click counter only works when click on start so whats the point of it?
-
@rsmod123 man post the codes i carnt see them :(
add a download code i need to learn i cant see what u typ so plz post code on the more info and we can copy and paste
angelacewtf 3 years ago
i'm pretty sure the vid is clear. Watch it in hd.
rsmod123 3 years ago
im getting errors in this mouse event :(
marcus4351 3 years ago
lols did you try changing the user32 into user64? and where is the error?
rsmod123 3 years ago
an error appear......
Impossible de trouver le point d'entrée 'getasynckeystate' dans la DLL 'User32'.
In english : Impossible to find the entry point 'getasynckeystate' in DLL 'user32'.
Can tell me why the faster you can please!?
I have enter exatly :
Private Declare Function getasynckeystate Lib "user32" (ByVal vkey As Long) As Integer
like you
BadVirgil 3 years ago
lols getasynckeystate MUST be spelt as "GetAsyncKeyState". It must have capital letters.
If it still doesn't work, try changing "user32" into "user64". Maybe ur comp is 64 bit.
rsmod123 3 years ago