Search found 4 matches

by hunter1
04 Jan 2022, 22:17
Forum: Gaming Help (v1)
Topic: scrip doesn't work
Replies: 1
Views: 299

scrip doesn't work

Hi All, I'm new, i had a scrip, before run OK on a app (like a game) in Win7, 64 . Now run the same app but w update version and w win10 64, so the scrip doesn't work scrip like this:: f7:: MouseClick, left, 1914, 350 Sleep, 500 MouseClick, left, 1787, 706 Sleep, 500 WinWait, Component Library Grid,...
by hunter1
21 May 2019, 00:15
Forum: Scripts and Functions (v1)
Topic: Mouse And Keyboard Macro Recorder
Replies: 145
Views: 224005

Re: Mouse And Keyboard Macro Recorder

Hi Feiyue, I'm just is new pls help, i used your scrip on a 32bit computer that is OK but if i used it on other one 64bit computer it doesn't work, it said like " Record.txt not found" Can you tell me how? and can change Record.txt to desktop? (some computer need Admin ....) Again i'm new please hel...
by hunter1
01 Mar 2018, 00:45
Forum: Ask for Help (v1)
Topic: Need help: loop and compare number
Replies: 3
Views: 961

Re: Need help: loop and compare number

divanebaba Let easy to know i have a ex: We have 2 columns on excel: A and B , they have number already ; the scrip will be run in there by loop from first row to last, every row will be check numbers in A and B cell, if a> b will be continue to next row but if a< b will be stop . How to do a scrip ...
by hunter1
24 Feb 2018, 23:36
Forum: Ask for Help (v1)
Topic: Need help: loop and compare number
Replies: 3
Views: 961

Need help: loop and compare number

f1:: $stop := 0 Loop, 25 { Send k Sleep 1500 if ($stop) { return } } f2:: $stop := 1 sleep, 350 return ---------------------- This scrip I learn from a expert in this forum, it running on a windows app, Now I want to add one more function for it like when it running it will be compare 2 number EX : ...

Go to advanced search