Search found 6 matches

by Darkthornex
18 Nov 2017, 18:09
Forum: Ask for Help (v1)
Topic: Timers interfering with eachother
Replies: 7
Views: 1192

Re: Timers interfering with eachother

Thank you so much, you've been a great help, and ill be sure to use the code paste thingy next time i need help, its funny thought because im currently writing all my stuff in notepad, cant thank you enough for all the help
by Darkthornex
18 Nov 2017, 17:24
Forum: Ask for Help (v1)
Topic: Timers interfering with eachother
Replies: 7
Views: 1192

Re: Timers interfering with eachother

I didn't see your reply but i tried using your script that you gave me and modified it to my needs and it seems to work amazingly i was just wondering what the best way to add a hotkey to start the script would be also does the random timer select one or other, or does it pick a random one between t...
by Darkthornex
18 Nov 2017, 16:29
Forum: Ask for Help (v1)
Topic: Timers interfering with eachother
Replies: 7
Views: 1192

Re: Timers interfering with eachother

im not sure if i understand completely i am very new to coding and have been working on this since i started 3 days ago,
could you give me an example of how to combine both your example and my script so i can study it?
ive done alot of searching on the subject but nothing turned up
by Darkthornex
18 Nov 2017, 15:36
Forum: Ask for Help (v1)
Topic: Timers interfering with eachother
Replies: 7
Views: 1192

Timers interfering with eachother

;im not sure why its happening but timer 2 and 3 seem to be combining into one, ; what happens when i run the script is it runs on timer 3s time frame but sends both 2 and 3 commands ;timer 2 doesnt seem to go off at all #Persistent GoSub, MyTimer1 ;Call it once, then it sets it self to run every 30...
by Darkthornex
17 Nov 2017, 21:17
Forum: Gaming Help (v1)
Topic: New to coding in general can anyone help
Replies: 3
Views: 624

Re: New to coding in general can anyone help

#Persistent GoSub, MyTimer ;Call it once, then it sets it self to run every 300.0 to 500.0 seconds return MyTimer: SendInput, f12 Random, Time_To_Wait, 300.0, 500.0 ; SetTimer, MyTimer, % Time_To_Wait * -1000 ; return f12:: Send, ,chop {enter 1} Send, ,mine {enter 1} Send, ,forage {enter 1} Send, ,f...
by Darkthornex
17 Nov 2017, 16:34
Forum: Gaming Help (v1)
Topic: New to coding in general can anyone help
Replies: 3
Views: 624

New to coding in general can anyone help

basically i want the timer to send my input thats also a part of my script #Persistent GoSub, MyTimer ;Call it once, then it sets it self to run every 300.0 to 500.0 seconds return MyTimer: SendInput, {^a 1} Random, Time_To_Wait, 300.0, 500.0 ; SetTimer, MyTimer, % Time_To_Wait * -1000 return ^a:: S...

Go to advanced search