Alguém saberia fazer esse script ?

Tire suas dúvidas sobre programação em AutoHotkey

Moderator: Gio

anproxcute
Posts: 3
Joined: 16 Jun 2020, 10:20

Alguém saberia fazer esse script ?

16 Jun 2020, 10:31

Alguém poderia me ajudar a criar esse script , sou leigo e não sei fazer kkk...
seria uma Hotkey
Então queria que ao apertar a letra "C" o cursor do mouse andasse para a direta e quando eu quisesse para apertaria novamente a letra "C"
User avatar
Hologram
Posts: 140
Joined: 06 May 2020, 16:47

Re: Alguém saberia fazer esse script ?

16 Jun 2020, 13:44

Code: Select all

f1::
Teste :=0
{
	Teste :=1
}

if (Teste = 1)
{
	Loop
		{
			DllCall("mouse_event", uint, 1, int, 8, int, 0, uint, 0, int, 0)
			Sleep, 100
		}
}

return

f2::
Pause
return
Discord: Npc Bugado#9074



local config = {
delrey = getPlayerCarValue(cid, DELREY),
cigarro = getPlayerCancer(cid, DERBY),
prostituta = getPlayerAIDS(cid, cracuda),
tresOitao = getPlayerRevorvi(cid, 38)
}
if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS")
end


User avatar
Hologram
Posts: 140
Joined: 06 May 2020, 16:47

Re: Alguém saberia fazer esse script ?

16 Jun 2020, 16:11

Por nada, precisar tamo ai
Ps: Por favor marque o tópico como resolvido se a duvida foi sanada :thumbup:
Discord: Npc Bugado#9074



local config = {
delrey = getPlayerCarValue(cid, DELREY),
cigarro = getPlayerCancer(cid, DERBY),
prostituta = getPlayerAIDS(cid, cracuda),
tresOitao = getPlayerRevorvi(cid, 38)
}
if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS")
end



Return to “Ajuda e Suporte Geral”

Who is online

Users browsing this forum: No registered users and 46 guests