Search found 5 matches

by burken
01 Jun 2021, 05:20
Forum: Ask for Help (v1)
Topic: Is there a way to prevent a random letter appearing more than once? Topic is solved
Replies: 2
Views: 107

Is there a way to prevent a random letter appearing more than once? Topic is solved

Hello. With the current code I made, I get five random letters between A-F but they can appear more than once. I don't want that. When I press F2 I would like it to send," D E C B A " or " F A D C E " etc... and not, for example, " A C A D E " with "A" appearing twice. (A, B, C, .. F represent diffe...
by burken
10 May 2021, 21:50
Forum: Ask for Help (v1)
Topic: Help with grabbing a number from a website and subtracting it to a exciting value Topic is solved
Replies: 4
Views: 254

Re: Help with grabbing a number from a website and subtracting it to a exciting value Topic is solved

urlsave := "https decapi.me /twitch/followcount/twitchgaming", Broken Link for safety goal := 500000 done := A_Desktop "\ahkdownload1.txt" Gosub, F3 F3:: Gui, New Gui, Font, s12 w500 Gui, Color, F8DC75 Gui, Add, Text, w320 Center, Please wait.... Gui, Show,, Downloading URLDownloadToFile, %urlsave%...
by burken
10 May 2021, 20:45
Forum: Ask for Help (v1)
Topic: Help with grabbing a number from a website and subtracting it to a exciting value Topic is solved
Replies: 4
Views: 254

Help with grabbing a number from a website and subtracting it to a exciting value Topic is solved

Hello! I would like to create a hotkey where when I press "F3" it will send the message "Channel has X number of followers and only need Y more to hit 500k" X value I can get from decapi. and Y value simply is 500,000 - X. However, I can't figure out how to get the script to do that calculation. I'm...

Go to advanced search