Jump to content

Recommended Posts

Posted

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 =)

Posted

i did this but its not woring

$i = 0

Do

$i = $i + 30 @min

{F1}

Until $i = $i + 1

who can help me plzzzzz i need it so much

Posted

$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 ; )

Posted

but the source programe who you gived to me dont repeat again

want my programe repeat and thx so much

Posted

but the source programe who you gived to me dont repeat again

want my programe repeat and thx so much

My code works for me... Try to make a smaller delay.

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...