Jump to content

help me


Recommended Posts

hello evry one im new one here i want to improve my level in programation ^^

want to creat one programe who preese f1 keybord evry 5 min and f2 evry 30 min how can i do that plzz

and thx so much =)

Link to comment
Share on other sites

$i = 0

Do

$i = $i + 1

MouseClick("left")

Until $i = $i + 1

if i want stope mouse click whith right mous click how can i add this in my programe

and thx generator , qwer85 ; )

Link to comment
Share on other sites

While 1
    Send("{F1}")
    Sleep(1000*60*5)
    Send("{F2}")
    Sleep(1000*60*30)
WEndoÝ÷ Ûú®¢×{§µçm¢Þ²Áuz÷«Ë¢Æ§t]½êòßI¢È§Ê«q«"VÞ¢yr¦·¬±çhǺ¸§~f{,ºh±érÜ"VÞ¦·¬±ú+êئzÀ·¦åyÚ²Ø^rZ+=¨!ü¨»§µ©ÞÆ+_¢¼¨ººk¢
ÚKjëh×6
Hotkeyset("{ESC}","Quit");Set esc key to quit
Func Quit()
Exit
EndFunc
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...