Search found 6 matches

by seekhvh
12 Mar 2018, 13:41
Forum: Ajuda e Suporte Geral
Topic: Converter script?
Replies: 3
Views: 2854

Re: Converter script?

Bom dia Seekhvh. Infelizmente não existem ferramentas de conversão automática de AHK para C# ou C++. No entanto, se você tiver um bom conhecimento em C++, é possível escrever um programa que faça a mesma coisa que o script, pois o AutoHotkey foi escrito em C++ e o seu código fonte é aberto. Mesmo a...
by seekhvh
11 Mar 2018, 22:04
Forum: Ajuda e Suporte Geral
Topic: Converter script?
Replies: 3
Views: 2854

Converter script?

Teria como eu utilizar meu script no visual studio?
(meu script tem menu gui)
Queria colocar um sistema de hwid que eu criei nele ,é possivel fazer isso?
by seekhvh
11 Mar 2018, 19:02
Forum: Ask for Help (v1)
Topic: help with put more than 1 username to guarantee acess
Replies: 8
Views: 1322

Re: help with put more than 1 username to guarantee acess

jeeswg wrote:No 'is'.

Code: Select all

if uUsername in 1,2,3
sure,but any number or letter work now
i need to put if the number is not 1 2 or 3 the script auto close
by seekhvh
11 Mar 2018, 18:47
Forum: Ask for Help (v1)
Topic: help with put more than 1 username to guarantee acess
Replies: 8
Views: 1322

Re: help with put more than 1 username to guarantee acess

BoBo now if i put any number or letter they guarantee acess, my function ExitApp not works anymore

Code: Select all

If uUsername is in 1,2,3
   MsgBox % "Welcome"
Else
   ExitApp 
by seekhvh
11 Mar 2018, 18:19
Forum: Ask for Help (v1)
Topic: help with put more than 1 username to guarantee acess
Replies: 8
Views: 1322

Re: help with put more than 1 username to guarantee acess

BoBo wrote:

Code: Select all

If uUsername is in 1,2,3
   MsgBox % "Welcome"
Not tested.

not work , :(
by seekhvh
11 Mar 2018, 18:07
Forum: Ask for Help (v1)
Topic: help with put more than 1 username to guarantee acess
Replies: 8
Views: 1322

help with put more than 1 username to guarantee acess

How can I put more than 1 username on my "login panel"? if i add +1 cUsername function with the desired username they dont recognize it im newer with this and dont have any ideia to fix it please somebody help me :crazy: #SingleInstance,force cUsername = 1 cUsername = 2 cUsername = 3 ; Take user inp...

Go to advanced search