[Release] Stable-Fast-Autoclicker!

Discuss about Software here.
Note: Stictly no warez or bittorrent

Moderator: wizme

Post Reply
NoobHacker
Headmaster of Darkness
Headmaster of Darkness
Posts: 576
Joined: Tue Dec 29, 2009 12:31 pm

[Release] Stable-Fast-Autoclicker!

Post by NoobHacker »

Here i release a stable auto clicker,fast clicking.
When i was urgently need an auto clicker i search google,and find something like press 5 times per second,max 50 times and offer you to buy full version what a fcking ass!!!This autoclick can press 64-times per second.(Although i use do loop in multithread,it also 64 times per second)
This autoclicker is most satisfacted for me,(Dont work for maple story,i use noob mouse_event api)

written using vb.net

Image
Image
Image
Image
Image
press F12 to start and stop..
if you see this post in jbtalks goodhermit95 is me dont call me noob leecher lol.

Skydrive mirror
32-bit .net Framework 2.0
64-bit .net framework 2.0
Alot Imageers in xemectrum!
wizme
Destiny General
Destiny General
Posts: 297
Joined: Sat Sep 05, 2009 1:40 pm

Re: [Release] Stable-Fast-Autoclicker!

Post by wizme »

nice, but will be nicer if you release the source or make a tutorial on how to do it =)
Unlike science, love is like magic, there's no reason to it - wizme =)
Learn more of security, click here =)
NoobHacker
Headmaster of Darkness
Headmaster of Darkness
Posts: 576
Joined: Tue Dec 29, 2009 12:31 pm

Re: [Release] Stable-Fast-Autoclicker!

Post by NoobHacker »

wizme wrote:nice, but will be nicer if you release the source or make a tutorial on how to do it =)
lol i noticed that it works on maplestory ,with latest hackshield version xD
i would release the API and how to spam click and do not release whole source because
my story...last time a people asked me to release source,and then he downloaded the source and edit the "About" information to him
and he post at another forum...say this program he made himself...HE IS KINDA NOOB...

API here VB.NET :)

Code: Select all

'VB API Declare
'Private/Public Declare Sub/Function Functioname Lib DLL alias FunctionNameInDll(Parameters) Return Value(For Functions only,sub don't return value.
Private Declare Function GetAsyncKeyState Lib "user32.dll" Alias "GetAsyncKeyState"(Byval vKey As Long) As Integer //This is hotkey detect API
Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
Public Const MOUSEEVENTF_LEFTDOWN = &H2
Public Const MOUSEEVENTF_LEFTUP = &H4
Public Const MOUSEEVENTF_MIDDLEDOWN = &H20
Public Const MOUSEEVENTF_MIDDLEUP = &H40
Public Const MOUSEEVENTF_RIGHTDOWN = &H8
Public Const MOUSEEVENTF_RIGHTUP = &H10
Public Const MOUSEEVENTF_MOVE = &H1

Alot Imageers in xemectrum!
Post Reply