Jump to content

Recommended Posts

Posted

Hello, these are my questions;

How can i make a minimizable clicker? i got little source already;

HotKeySet("{F4}", "ExitProg")
Msgbox(0,"Lol", "Press F4 To Stop!") 
While 1
sleep(100)
MouseClick("right",114,131)
sleep(100)
MouseClick("left",104,200)
sleep(100)
WEnd
Func ExitProg()
    Exit
EndFunc

Also, how can i make the bot to see if it logout's (runescape) And then login and continue clicking?

Thanks already, i started like 30mins ago, so im dumb ;D

Posted

Zedna what you mean? i need help with getting program minimizable ie. i open program and while it's clicking, i can still use mouse to do works or play games :mellow:

  • 2 weeks later...
Posted

hi guys again, now i get it clicking but seems like the click doesn't "work" properly, when it clicks to place, nothing happens, while mouseclick works.. you get it ?:mellow:

Posted

Many online games nowadays block outside programs calling the Windows API to click in certain locations. The game you made this for may be one of them.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...