Search found 19 matches

by zanusso
12 Dec 2020, 22:56
Forum: Gaming Help (v1)
Topic: Need help detecting a mouse click and then doing the next action
Replies: 1
Views: 504

Re: Need help detecting a mouse click and then doing the next action

hello friend, try the following code, but it will be necessary for the mouse to be positioned on the character ;Full combo - eblade, hex, dagon, missile, laser, rearm ~2:: Sleep, 50 SendInput, z Sleep, 300 Click, left Sleep, 300 SendInput, c Sleep, 300 Click, left Sleep, 350 SendInput, x Sleep, 300 ...
by zanusso
27 Aug 2018, 13:23
Forum: Ajuda e Suporte Geral
Topic: Autenticar Login e senha web/socket
Replies: 3
Views: 2587

Re: Autenticar Login e senha web/socket

Boa tarde Gio, A ideia de um executável, para gerar chaves seria uma boa ideia, porém não faco ideia de como implementar, por acaso você sabe se tem algo do tipo aqui no fórum para que eu possa tirar como base e modifica-lo? E também precisaria saber como o aplicativo que o cliente vai estar como el...
by zanusso
24 Aug 2018, 14:47
Forum: Ajuda e Suporte Geral
Topic: Procuro "Ajuda" com AHK (Remunerado $$)
Replies: 2
Views: 1543

Re: Procuro "Ajuda" com AHK (Remunerado $$)

Olá guilherme,
Trabalhei recentemente com algumas funções de localizar pixel e realizar algumas determinadas ações assim em um projeto meu, caso eu possa ajudar entre em contato.

Obrigado
by zanusso
24 Aug 2018, 14:41
Forum: Ajuda e Suporte Geral
Topic: Autenticar Login e senha web/socket
Replies: 3
Views: 2587

Autenticar Login e senha web/socket

Boa tarde amigos, Comecei a usar a programação recentemente, e estou precisando de uma ajuda se possivel. 1 opção: Pois bem preciso criar uma autenticação por usuario/senha onde ele cheque se esta valido para poder acessar as demais opções do script que criei. A intenção seria a seguinte, como exemp...
by zanusso
30 Mar 2018, 13:37
Forum: Ask for Help (v1)
Topic: Can someone tell me why it does not work?
Replies: 2
Views: 943

Re: Can someone tell me why it does not work?

PixelSearch is a command, it sets OutputVarX and OutputVarY, it doesn't return a value at all. Because of this, the check against the value true is invalid. You could try something like this instead (not tested): !u:: Gui Submit, NoHide Loop { PixelSearch, OutputVarX, OutputVarY, 0, 0, A_ScreenWidt...
by zanusso
30 Mar 2018, 10:32
Forum: Ajuda e Suporte Geral
Topic: Alguem sabe por que não esta funcionando o IF? Topic is solved
Replies: 1
Views: 1552

Alguem sabe por que não esta funcionando o IF? Topic is solved

Alguem sabe dizer se esta certo este IF? Pois não esta funcionando, alguem pode ajudar? !u:: Gui Submit, NoHide Loop { if ((PixelSearch, OutputVarX, OutputVarY, 0, 0, A_ScreenWidth, A_ScreenHeight, 0x15B96E, 0, Fast) = true) ;If ErrorLevel = 0 { MsgBox, 1 SoundBeep, 750, 500 sleep 200 Send, {end} Cl...
by zanusso
30 Mar 2018, 10:19
Forum: Ajuda e Suporte Geral
Topic: Ajuda com script Topic is solved
Replies: 2
Views: 2467

Re: Ajuda com script Topic is solved

Obrigado Gio, você é muito prestativo amigo. Boa tarde Zanusso. Se entendi o que você disse, você quer que quando o usuário escolha "S" no combobox, o código da hotkey F1 seja executado independente do F1 correto? Você pode fazer usando criando uma label na primeira linha dentro da hotkey e chamando...
by zanusso
30 Mar 2018, 10:14
Forum: Ask for Help (v1)
Topic: Can someone tell me why it does not work?
Replies: 2
Views: 943

Can someone tell me why it does not work?

Can someone tell me why this code is not working? !u:: Gui Submit, NoHide Loop { if ((PixelSearch, OutputVarX, OutputVarY, 0, 0, A_ScreenWidth, A_ScreenHeight, 0x15B96E) = true) ;If ErrorLevel = 0 { MsgBox, 1 SoundBeep, 750, 500 sleep 200 Send, {end} Click, %OutputVarX%, %OutputVarY% sleep 1500 } }
by zanusso
28 Mar 2018, 14:55
Forum: Ask for Help (v1)
Topic: Anyone help me in this script?
Replies: 1
Views: 673

Anyone help me in this script?

Hi everyone, could anyone help me solve my problem, I want the combo box to be like "S" that executes a "F1" key. Note: as it is done by the right button of the "F1" key. below to, what to eat is not a script that is being called with a "F1" key uses this function (GetKeyState) that no longer has ac...
by zanusso
28 Mar 2018, 14:23
Forum: Ajuda e Suporte Geral
Topic: Ajuda com script Topic is solved
Replies: 2
Views: 2467

Ajuda com script Topic is solved

Olá pessoal, alguém poderia me ajudar a resolver este meu problema, eu gostaria que quando o combo box estiver como "S" que ele executa-se a Tecla "F1" que no caso esta chamando uma outra parte do código. Obs: da forma que esta eu consigo fazer apenas eu mesmo pressionando a tecla "F1" porem eu gost...
by zanusso
28 Mar 2018, 11:28
Forum: Ask for Help (v1)
Topic: Script checks date and not open on two computers at the same time
Replies: 10
Views: 3293

Re: Script checks date and not open on two computers at the same time

Hello friend, thanks for the help, I wonder if these modifications I made inside the code if they are correct? the intention is that the program does not open after the date that was placed in the variable (DateExpired) I think if you format the time like this it works as you describe? DateExpired ...
by zanusso
27 Mar 2018, 23:49
Forum: Gaming Help (v1)
Topic: Help in script Topic is solved
Replies: 3
Views: 1121

Re: Help in script Topic is solved

Hallo, try: Script 1 with SendLevel numpad2:: MouseGetPos,a,b, xpos,ypos Loop { sleep 4500 Send ^z sleep 1000 MouseClick, left, 1189, 622 sleep 25000 Send ^z sleep 1000 sleep 1000 Send {f1} sleep 500 Send {f8} sleep 500 Send {f6} sleep 500 SendLevel 1 Send {numpad0} SendLevel 0 } return insert::Exi...
by zanusso
27 Mar 2018, 21:02
Forum: Ask for Help (v1)
Topic: Script checks date and not open on two computers at the same time
Replies: 10
Views: 3293

Re: Script checks date and not open on two computers at the same time

Using info I got from this thread: https://autohotkey.com/boards/viewtopic.php?t=6547 I came up with this example which should always give the current date no matter what the user has their computer set to: timeLoc := A_Temp . "\Time.txt" RunWait, %ComSpec% /c w32tm /monitor /computers:us.pool.ntp....
by zanusso
27 Mar 2018, 20:41
Forum: Ask for Help (v1)
Topic: Script checks date and not open on two computers at the same time
Replies: 10
Views: 3293

Re: Script checks date and not open on two computers at the same time

You can try also: MsgBox, % GetUTC() GetUTC() { WebRequest := ComObjCreate("WinHttp.WinHttpRequest.5.1") WebRequest.Open("GET", "http://www.timeanddate.com/worldclock/timezone/utc") WebRequest.Send() return RegExReplace(WebRequest.ResponseText, "s).+id=ct class=h1>(.+?)</span>.+?id=ctdat>(.+?)</spa...
by zanusso
27 Mar 2018, 11:12
Forum: Ask for Help (v1)
Topic: Script checks date and not open on two computers at the same time
Replies: 10
Views: 3293

Re: Script checks date and not open on two computers at the same time

You aren't going to have much luck with reasonably competent users, since basically anyone who knows what they are doing could decompile the script and remove your timer from it. DRM is hard, especially when you are talking about a program that was never designed to support it. I understand, but wo...
by zanusso
27 Mar 2018, 05:45
Forum: Ask for Help (v1)
Topic: Script checks date and not open on two computers at the same time
Replies: 10
Views: 3293

Re: Script chacks date and not open on two computers at the same time

What's the background story/context for that event :?: I want to sell the scripts, however I want to sell for a period of use, for example 3 months, I could put the date that it will end up fixed inside the code, however the script has to check if the date has already passed. could be up to the dat...
by zanusso
27 Mar 2018, 02:20
Forum: Ask for Help (v1)
Topic: Script checks date and not open on two computers at the same time
Replies: 10
Views: 3293

Script checks date and not open on two computers at the same time

Hello friends of the community, I am very in need of a script that checks the date on a web site before it opens and if possible also does not allow it to open on two computers at the same time.
Is this possible?
by zanusso
27 Mar 2018, 02:05
Forum: Gaming Help (v1)
Topic: Help in script Topic is solved
Replies: 3
Views: 1121

Re: Help in script Topic is solved

thank you so much
by zanusso
23 Mar 2018, 18:00
Forum: Gaming Help (v1)
Topic: Help in script Topic is solved
Replies: 3
Views: 1121

Help in script Topic is solved

Hello friends of the community, it says 2 scripts where one calls the other, but one of the scripts is with (while) but it is not being called by the other script, and from what I read the [while GetKeyState ("numpad0" be triggered by a person by actually pressing the button. I wonder if I would hav...

Go to advanced search