Search found 4 matches

by stanthekfcman
20 Jun 2019, 20:50
Forum: Ask for Help (v1)
Topic: my script wont work please help Topic is solved
Replies: 5
Views: 996

Re: my script wont work please help Topic is solved

sorry this my old post i have fixed the getpixel issue the new post hasn't been moderated yet will post link when it has can i have help with most recent post
regards
stan
by stanthekfcman
20 Jun 2019, 04:47
Forum: Ask for Help (v1)
Topic: my script wont work please help Topic is solved
Replies: 5
Views: 996

Re: my script wont work please help Topic is solved

i did test my script please check my most recent post NOTE: when this script is run word is in full screen and i have debugged the program but it doesn't function
by stanthekfcman
20 Jun 2019, 04:44
Forum: Ask for Help (v1)
Topic: Help with a script?
Replies: 0
Views: 409

Help with a script?

ok, so i am a beginner and i tried to make a auto save script for word because it wasn't working for some reason here is the source code if you could give me any help or feedback to get this script working. ;for word IfWinActive, ("ahk_exe WINWORD.EXE") { CoordMode, Pixel, Relative Loop { restart1: ...
by stanthekfcman
13 Jun 2019, 05:58
Forum: Ask for Help (v1)
Topic: my script wont work please help Topic is solved
Replies: 5
Views: 996

my script wont work please help Topic is solved

Ok, so i have started scripting a way to auto save my work after 10 mins but it doesn't seem to work can you please help me? the code is here anything to help me fix this CoordMode, Pixel, Relative IfWinActive, ("ahk_exe WINWORD.EXE") { Loop { Sleep, 600000 PixelGetColour, colour, 950, -10 IFEqual, ...

Go to advanced search