Search found 51 matches

by AlienRobotGhost
19 Apr 2024, 23:45
Forum: Gaming
Topic: pixelsearch for moving color
Replies: 1
Views: 175

pixelsearch for moving color

Is it possible to search an area of pixels for a specific color, and spam click that color, as it moves across the screen?
by AlienRobotGhost
22 Aug 2023, 09:14
Forum: Ask for Help (v1)
Topic: Why did this happen?
Replies: 10
Views: 723

Re: Why did this happen?

In toplinevalue1 := %toplinevale% you are doing a double de-ref which you probably don't intend. Like this, the contents of the variable toplinevalue are used as a variable name... in your case, AHK tries to evaluate a variable named 0.000000 which is obviously already the content which you intend ...
by AlienRobotGhost
22 Aug 2023, 08:39
Forum: Ask for Help (v1)
Topic: Why did this happen?
Replies: 10
Views: 723

Re: Why did this happen?

In toplinevalue1 := %toplinevale% you are doing a double de-ref which you probably don't intend. Like this, the contents of the variable toplinevalue are used as a variable name... in your case, AHK tries to evaluate a variable named 0.000000 which is obviously already the content which you intend ...
by AlienRobotGhost
21 Aug 2023, 04:05
Forum: Ask for Help (v1)
Topic: Why did this happen?
Replies: 10
Views: 723

Re: Why did this happen?

MrDodel wrote:
21 Aug 2023, 03:59
Could be anything, try reducing the size of the code for a start, expecting someone to trawl through the attached source is nonsense.
Last time I only sent some of the code, the person complained that I didn't send the whole code...
by AlienRobotGhost
21 Aug 2023, 03:39
Forum: Ask for Help (v1)
Topic: Why did this happen?
Replies: 10
Views: 723

Why did this happen?

It says the variable label has an illegal character... wtf
by AlienRobotGhost
13 Jul 2023, 15:45
Forum: Ask for Help (v2)
Topic: Start program at a random time every day
Replies: 2
Views: 287

Re: Start program at a random time every day

mikeyww... you are awesome... thanks!!!
by AlienRobotGhost
11 Jul 2023, 11:22
Forum: Ask for Help (v2)
Topic: Start program at a random time every day
Replies: 2
Views: 287

Start program at a random time every day

I need to run a program every day, at a random time... can I make a program to do this for me?
by AlienRobotGhost
13 Jun 2023, 23:21
Forum: Ask for Help (v2)
Topic: msgbox text color
Replies: 2
Views: 507

msgbox text color

Is it possible to change the color of msgbox text?:
by AlienRobotGhost
23 May 2023, 21:52
Forum: Ask for Help (v2)
Topic: possible to change color of msgbox text
Replies: 1
Views: 320

possible to change color of msgbox text

Is it possible to change the color of msgbox text?
by AlienRobotGhost
27 May 2019, 17:49
Forum: Ask for Help (v1)
Topic: Pause at certain point in script
Replies: 2
Views: 620

Re: Pause at certain point in script

Thanks for your help...
by AlienRobotGhost
27 May 2019, 03:00
Forum: Ask for Help (v1)
Topic: Pause at certain point in script
Replies: 2
Views: 620

Pause at certain point in script

I have a gui script that is running in a loop there is a gui button that I can click to pause the script but when I click the pause button it stops the script wherever it is at that moment what I want is to have it where when I click the pause button it will stop at a specific point in the loop no m...
by AlienRobotGhost
04 Jun 2018, 14:30
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

Hey swagfag, I seriously can't thank you enough for spending some of your brilliance on my project. I think that using a single file would definitely be optimal! That makes so much sense that my stupid brain never thought of trying to do it that way. I have to ask, is the program you made expecting ...
by AlienRobotGhost
03 Jun 2018, 08:29
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

Could it be the way I am setting up the lists that is causing the problem? I just make it where each line has one word, but would it be better to use commas to separate them instead?
by AlienRobotGhost
03 Jun 2018, 08:23
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

It just comes up with a blank message box. Essentially I just have 3 files, each is a list of words, and I want it to pick one random word from each list and display them in 1 2 3 order each time I hit the [F12] button. I can make it work now, but every time I add words to the lists, I have to updat...
by AlienRobotGhost
03 Jun 2018, 03:21
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

Hey just me, Thanks for your help......even though the code didn't work for what I wanted, you just taught me more about arrays than the AHK help file ever could. I don't really like asking people on this forum to teach me things, because they usually just make a very short condescending comment and...
by AlienRobotGhost
02 Jun 2018, 22:15
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

i'm sure you're getting tired of me by now, but can you please tell me what i'm doing wrong here.......I'm pretty sure that i'm functionally retarded!!!!! f12:: fileread, listvar1, C:\Users\Billy\Desktop\Name Maker\list_1.txt sort, listvar1, random StringSplit, a_listone, listvar1, `n FileReadLine, ...
by AlienRobotGhost
01 Jun 2018, 13:29
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

can I use the clipboard instead of a variable?
by AlienRobotGhost
01 Jun 2018, 00:26
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

Actually, is there a code that will count the number of lines in the text file and assign that number to a variable? I've been looking, but I can't seem to find it. I just need to make a piece of code that will generate a random number between 1, and the variable for the total number of lines in the...
by AlienRobotGhost
31 May 2018, 21:19
Forum: Ask for Help (v1)
Topic: Is there a way to make "genuine random numbers"?
Replies: 10
Views: 2888

Re: Is there a way to make "genuine random numbers"?

So, a "pseudo random" number generator (such as the one used in AHK) would be fine for my program testing the figure for statistical impossibility then......?
by AlienRobotGhost
31 May 2018, 21:11
Forum: Ask for Help (v1)
Topic: output has "\par" on the end
Replies: 18
Views: 2891

Re: output has "\par" on the end

You guys are awesome! Thanks for showing me how stupid I am........lol

Go to advanced search