Search found 22 matches

by DiegoSouto
09 Apr 2024, 06:18
Forum: Ask for Help (v1)
Topic: I need help adding some postmessagew functions to the Windows API
Replies: 2
Views: 98

I need help adding some postmessagew functions to the Windows API

I need help to add some postmessagew functions from the Windows API, I need to add functions that simulate sending keys and clicks to the exact client so that it leaves the mouse and keyboard free for use. I will leave a code in Python where there are the functions that work for the purpose I need #...
by DiegoSouto
04 Apr 2024, 18:16
Forum: Ask for Help (v1)
Topic: I need help adding some postmessagew functions to the Windows API
Replies: 2
Views: 98

PostMessage in Script

Could someone help me put the postmessage api windows functions in this script? #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent #SingleInstance force #include api_misc.ahk SendMode Input ; Recommended for new scripts due to its superior speed and r...
by DiegoSouto
01 Nov 2023, 10:43
Forum: Gaming Help (v1)
Topic: Help DLL CALL
Replies: 4
Views: 439

Re: Help DLL CALL

o controlclick nao funciona no tibia ous ots semelhantes teria que funcionar com a dll pois as funçao do autohotkey nativa nao envia os click para background Ok... tentei converter o código em chamadas DLL equivalentes, mas não funcionou para mim. Também tentei o ControlClick como alguns sugeriram, ...
by DiegoSouto
31 Oct 2023, 21:16
Forum: Gaming Help (v1)
Topic: Help DLL CALL
Replies: 4
Views: 439

Re: Help DLL CALL

teria que funcionar com a dll pois as funçao do autohotkey nativa nao envia os click para background I'm not positive but I think this will do the same #Requires AutoHotkey 1.1.33 CoordMode, mouse, window ; redundant, but just in case WinActivate, % "ahk_class otPokemon" MouseClick,, 0,0 ; change 0,...
by DiegoSouto
31 Oct 2023, 17:40
Forum: Gaming Help (v1)
Topic: Help DLL CALL
Replies: 4
Views: 439

Help DLL CALL

Could anyone help me use this code in autohotkey? [DllImport("USER32.DLL", CharSet = CharSet.Unicode)] public static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImport("user32.dll")] static extern bool PostMessage(IntPtr hWnd, uint Msg, int wParam, int lParam); public stat...
by DiegoSouto
29 Oct 2023, 08:39
Forum: Gaming Help (v1)
Topic: help code
Replies: 1
Views: 305

help code

What is the correct form for this code? I need that when it finds the first pixel of the battle it will start the second part of the code where it will be targeted CoordMode, Pixel, Windows PixelSearch, BattleX, BattleY, 1168, 277, 1340, 305, 0xE8C05E, 0, Fast RGB If ErrorLevel = 0 Click, %BattleX%,...
by DiegoSouto
08 Oct 2023, 22:07
Forum: Ask for Help (v2)
Topic: anti-CAPTCHA
Replies: 1
Views: 300

anti-CAPTCHA

Would it be possible to make an anti captcha using the example below? the images are random

image.png
image.png (96.07 KiB) Viewed 300 times
by DiegoSouto
08 Oct 2023, 18:58
Forum: Gaming
Topic: update script v1 to v2 Topic is solved
Replies: 1
Views: 736

update script v1 to v2 Topic is solved

I need help updating the script to v2 and, if possible, adding a function for sending clicks and keys to ahk_class tibia #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent #SingleInstance force SendMode Input ; Recommended for new scripts due to its s...
by DiegoSouto
08 Oct 2023, 18:00
Forum: Gaming Help (v1)
Topic: help with script does not work clicks on specific client
Replies: 3
Views: 559

Re: help with script does not work clicks on specific client

Could you help me get this script to work in the background and in version v2? Hello, The commands for that are :arrow: ControlSend and ControlClick . Many examples have been posted on the forum. If you are new to programming, then you may wish to consider using the current version of AHK, v2.
by DiegoSouto
04 Oct 2023, 06:21
Forum: Gaming Help (v1)
Topic: help with script does not work clicks on specific client
Replies: 3
Views: 559

help with script does not work clicks on specific client

I need help to make it work in the background sending clicks and keys, I'm new to programming #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent #SingleInstance force SendMode Input ; Recommended for new scripts due to its superior speed and reliabili...
by DiegoSouto
02 Oct 2023, 08:58
Forum: Ajuda e Suporte Geral
Topic: Curso do mouse
Replies: 4
Views: 1216

Re: Curso do mouse

olha o script ta assim mais nao funciona os clicks olhei outros exemplos e não vai #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent #SingleInstance force SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWor...
by DiegoSouto
25 Sep 2023, 15:25
Forum: Ajuda e Suporte Geral
Topic: Ajuda com Funçao Context hooking no autohotkey
Replies: 0
Views: 599

Ajuda com Funçao Context hooking no autohotkey

estou montando um projeto mais sou leigo no ramo de programaçao estou precisando de uma funçao que ajude a enviar os clicks exclusivamente para um client especifico sem me atrapalhar no uso do mouse ou teclado consegui achar um projeto que me ajuda no envio de teclas deixeirai abaixo: ; CHANGES: ; J...
by DiegoSouto
09 Sep 2023, 22:16
Forum: Ajuda e Suporte Geral
Topic: Curso do mouse
Replies: 4
Views: 1216

Re: Curso do mouse

tava tentando aqui mais continua mexendo o cursor do mouse

Code: Select all

CoordMode, Pixel, Window
PixelSearch, TPX, TPY, 934, 84, 948, 101, 0x1A265F, 0, Fast RGB
If (ErrorLevel = 0)
{
    CoordMode, Mouse
	ControlClick, x1056 y317, Tibia,, Left, 1, NA
	Send, {Escape}
}
[Mod edit: + [code][/code] tags.]
by DiegoSouto
09 Sep 2023, 20:35
Forum: Ajuda e Suporte Geral
Topic: Curso do mouse
Replies: 4
Views: 1216

Curso do mouse

Preciso de ajudar estou com um codigo que funciona muito bem porem fico refem do script pois ele controla totalmente o mouse, gostaria de saber se tem alguma funçao que faz click fantasma sem mover o cursor do mouse assim podendo usar o mouse normalmente para outra coisa [Mod action: Tópico transfer...
by DiegoSouto
08 Jul 2022, 21:55
Forum: Ajuda e Suporte Geral
Topic: Ajuda com codigo
Replies: 1
Views: 413

Ajuda com codigo

gostaria de ajuda com uma parte de um script para usar as teclas f1, f2, f3, f4, f5 somente quando tiver o pixel coordenada correspondente PixelSearch, FoundX, FoundY, 1186, 309, 1352, 525, 0xff0000, 0, Fast RGB If (ErrorLevel = 0) { Send, {F1} Sleep, 150 Send, {F2} Sleep, 140 Send, {F3} Sleep, 130 ...
by DiegoSouto
07 Jul 2022, 01:55
Forum: Ajuda e Suporte Geral
Topic: mouse livre
Replies: 0
Views: 367

mouse livre

Existe alguma função onde me permite usar click em certa coordenadas e permitindo o uso do mouse sem interferência ao movimenta o mouse famoso click invisivel
by DiegoSouto
02 Jul 2022, 19:06
Forum: Ajuda e Suporte Geral
Topic: Script Despertador
Replies: 1
Views: 505

Script Despertador

Alguem teria algum script que funcione como um despertador por exemplo 12:00 ele começa apitar ate ser desligado
by DiegoSouto
17 Nov 2021, 08:18
Forum: Ajuda e Suporte Geral
Topic: Ajuda com script
Replies: 0
Views: 751

Ajuda com script

Bom gostaria de saber se alguem poderia me ajudar com fazer um script que tenho aqui funcione em segundo plano onde eu possa deixar o script do game rodando em segundo plano e fique usando o computador para outra coisa outro game sla onde eu nao tenha que ficar 100% preso em 1 client so LALT:: TrayT...
by DiegoSouto
07 Oct 2021, 19:35
Forum: Ask for Help (v1)
Topic: graphical interface for autohotkey
Replies: 1
Views: 323

graphical interface for autohotkey

I would like to know what program I could use to be graphical interface for my scripts

Go to advanced search