Search found 227 matches

by scriptors
15 Dec 2022, 10:08
Forum: Ask for Help (v1)
Topic: help to fetch data from a web page in Chrome
Replies: 0
Views: 181

help to fetch data from a web page in Chrome

hello everyone, I need some help to get "username" and "password" automatically from a web page under chrome (to prevent additional characters from being taken manually when copying), possibly without using anything specific for chrome i have this into web page: <TR bgcolor="#FFFFFF"> <TD class="blu...
by scriptors
10 Nov 2022, 09:43
Forum: Ask for Help (v1)
Topic: Auto-replace problem Topic is solved
Replies: 2
Views: 219

Auto-replace problem Topic is solved

sorry but sometimes the simpler the problem the more difficult the solution becomes :oops:

Code: Select all

:*:s3::something{TAB}something!
for result i have:
something something
and NOT
something something!


how i can solve to have the ending "!", i try more solution but no one are ok :oops:

thanks
by scriptors
19 May 2021, 14:30
Forum: Ask for Help (v1)
Topic: Help about IniRead - If Var in
Replies: 2
Views: 246

Re: Help about IniRead - If Var in

well, found first problem, the .ini file must have TEXT mode with quotes :oops: [SfondoPacchiStandard] colori= " 0x485662,0x485762,0x495762,0x495763,0x4A5863,0x444F5E,0x45515F,0x475661,0x485661,0x495662,0x4A5864,0x4C5968 " ... IniRead, ColorList, C:\Users\scriptors\Desktop\NOX-AHK\SfondoPacchi.ini, ...
by scriptors
19 May 2021, 11:29
Forum: Ask for Help (v1)
Topic: Help about IniRead - If Var in
Replies: 2
Views: 246

Help about IniRead - If Var in

hi guys, some advice / help (just info I use AutoHotkey_H): I have a macro that, before continuing, checks a series of colors (which unfortunately vary easily over time) I would like to transfer the list of colors to a file.ini ....... and (but this will be a next step), when it happens that the col...
by scriptors
10 Dec 2020, 10:43
Forum: Ask for Help (v1)
Topic: Autoreplace problem Topic is solved
Replies: 11
Views: 513

Re: Autoreplace problem Topic is solved

sorry, I must be stoned, I just realized that I had the same file in two different folders on the pc

I don't know how to apologize but the problem has been going on for some time otherwise I would not have opened the topic ... it will be that the old age advances

:oops: :oops: :oops:
by scriptors
10 Dec 2020, 10:24
Forum: Ask for Help (v1)
Topic: Autoreplace problem Topic is solved
Replies: 11
Views: 513

Re: Autoreplace problem Topic is solved

i haven't more option :cry: try to substitute "fo2" with "fou__" and it' not make nothing ; :*:fo2:username{TAB}password{ENTER} :*:fou__::username{TAB}password{ENTER} fo2 -> work with old password fou__ -> don't make nothing file.ahk are not protected, text inside are correctly changed and saved, bu...
by scriptors
10 Dec 2020, 10:04
Forum: Ask for Help (v1)
Topic: Autoreplace problem Topic is solved
Replies: 11
Views: 513

Re: Autoreplace problem Topic is solved

no, i try writing "fo2" in notepad for testing ... and notepad haven't "remember me" feature ;)
by scriptors
10 Dec 2020, 09:57
Forum: Ask for Help (v1)
Topic: Autoreplace problem Topic is solved
Replies: 11
Views: 513

Re: Autoreplace problem Topic is solved

i have only one script running and no have password manager There is no way that a text file (an ahk-file is just that) "remembers" your old password after you edited it... it's simply impossible. but i have 3 autoreplace working with old password (and the old password no exist into the full script)...
by scriptors
10 Dec 2020, 09:47
Forum: Ask for Help (v1)
Topic: Autoreplace problem Topic is solved
Replies: 11
Views: 513

Autoreplace problem Topic is solved

Hi all, i need help I have "strange" problem with autoreplace: :*:fo2::username{TAB}password{ENTER} when i change "password" and use "fo2" the program write old password and NOT the new (old password are NOT present into the script everywere) i save new script, reset PC but nothing solve situation p...
by scriptors
01 Oct 2020, 07:13
Forum: Ask for Help
Topic: Wrong use of IfWinExist into a thread ? Topic is solved
Replies: 5
Views: 3321

Re: Wrong use of IfWinExist into a thread ? Topic is solved

Thanks, i try this ... bu you can explain more about ? Why triple quotation marks ??

I think you put " like a text: """ (central quotation mark) and wname like variable, correct ?
by scriptors
30 Sep 2020, 04:11
Forum: Ask for Help
Topic: Wrong use of IfWinExist into a thread ? Topic is solved
Replies: 5
Views: 3321

Re: Wrong use of IfWinExist into a thread ? Topic is solved

workaround:

Code: Select all

...
return AhkThread("
	(
NomeFinestra = " wname "
Sleep 300
IfWinExist, %NomeFinestra%
{
...
code
...
}
...
by scriptors
29 Sep 2020, 06:57
Forum: Ask for Help
Topic: Wrong use of IfWinExist into a thread ? Topic is solved
Replies: 5
Views: 3321

Wrong use of IfWinExist into a thread ? Topic is solved

Hi, my goal is to continue thread only if the named windows exist: ;########################################################################### !^m:: PacchiMisteriosi("1", 560, 323, 0x381605, 320, 300, 0xBC8328, 345, 310) PacchiMisteriosi("2", 560, 323, 0x381605, 320, 300, 0xBC8328, 345, 310) Pacchi...
by scriptors
04 Jul 2020, 04:18
Forum: Ask for Help
Topic: Switch-box for exclude some thread ? Topic is solved
Replies: 3
Views: 3120

Re: Switch-box for exclude some thread ? Topic is solved

i make some mistake with GUI number :headwall: so, this way work OK for use one or more GUI variable into multi thread function !^+a:: Gui, 2:submit, nohide AiutoMulti("1", 0xBC2020, 0xBC2121, 606, 308, 0x231102, 537, 109, 0xB27823, 379, 375, 0xFFBE42, 613, 53, Monete) ; <- add variable-checkbox to ...
by scriptors
03 Jul 2020, 10:54
Forum: Ask for Help
Topic: Switch-box for exclude some thread ? Topic is solved
Replies: 3
Views: 3120

Re: Switch-box for exclude some thread ? Topic is solved

some example for future use (correct me if i make some mistake .. it's easy :lol: ) Gui, 2:New Gui, 2:+AlwaysOnTop -SysMenu -Caption +Border Gui, 2:Add, Button, x10 y10, START-EMU Gui, 2:Add, Checkbox, x10 y45 Checked vServer, Disattiva per solo Taiwan Gui, 2:Add, Checkbox, x10 y65 Checked vAiuti, D...
by scriptors
01 Jul 2020, 05:31
Forum: Ask for Help
Topic: Switch-box for exclude some thread ? Topic is solved
Replies: 3
Views: 3120

Switch-box for exclude some thread ? Topic is solved

Hi all :thumbup: before my "summer" question i need to write little prologue: i have 21 windows opened, on two monitors, and normally use 21 thread for make the some things on all windows (the same game with different account) ... some time i need to use only 12 account so i not load other tasks but...
by scriptors
03 Feb 2020, 03:43
Forum: Gaming Help (v1)
Topic: How to remap special mouse keys?
Replies: 3
Views: 1119

Re: How to remap special mouse keys?

Must use software of "cheaper variant" to define non standard "mouse button" with F13 or other key combination (ALT+F for example) or other ... then you use key combination with AHK I have similar mouse and set some button like F13 - F14 - F15 and other like ALT+SHIFT+H and ALT+SHIFT+T then i have A...
by scriptors
30 Jan 2020, 10:15
Forum: Ask for Help (v1)
Topic: problem with " .ahk "
Replies: 7
Views: 818

Re: problem with " .ahk "

Open Notepad, copy and paste this: Process, Priority, , High #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability....
by scriptors
30 Jan 2020, 04:02
Forum: Ask for Help (v1)
Topic: problem with " .ahk "
Replies: 7
Views: 818

Re: problem with " .ahk "

select one .ahk file
right mouse button and "open with" ...

search for Autohotkey.exe and check "use this app everytime" ... (don't know in english)

Go to advanced search