Me podrian ayudar para hacer un rapidscope para un juego este ya no unciona pero no se como hacer para arreglarlo

Esta sección es para preguntas sobre programación/scripting usando AutoHotkey.

Moderator: Flipeador

djloko
Posts: 6
Joined: 27 Aug 2017, 15:11
Contact:

Me podrian ayudar para hacer un rapidscope para un juego este ya no unciona pero no se como hacer para arreglarlo

29 Mar 2018, 10:53

#NoEnv
#SingleInstance, Force
SetBatchLines, -1

Hotkey, ~LButton, no_recoil, Off
Hotkey, ~*LButton, rapid_scope, Off
return

Left::Hotkey, ~LButton, Toggle

Right::Hotkey, ~*LButton, Toggle

F4::ExitApp

HOME::Suspend, Toggle

rapid_scope:
SendInput, {LButton down}
SendInput, {LButton up}
SendInput, {q down}
SendInput, {q up}
SendInput, {q down}
SendInput, {q up}
return

no_recoil:
while (GetKeyState("LButton", "P")) {
SendInput, {LButton DownTemp}
Sleep, 22
DllCall("User32.dll\mouse_event", "UInt", 1, "UInt", 0, "UInt", 1, "UInt", 0, "UPtr", 0)
SendInput {LButton Up}
Sleep 22
}
return

Return to “Pedir Ayuda”

Who is online

Users browsing this forum: No registered users and 13 guests