Page 1 of 1

No Recoil (Script)

PostPosted: Sat Jul 05, 2008 7:07 am
by Josese
This is a basic script, well if u press the left button of the mouse, the pointer will down slowly >.< 4 activate/deactivate press lock-scroll.

Note: if u want increase or deacrese the speed of the pointer in the line "Sleep" decrease 4 more speed and increase for less speed.

Code: Select all
#NoEnv

#SingleInstance force

#InstallKeybdHook

#InstallMouseHook

CoordMode, Mouse, Screen

SendMode Input



~ScrollLock::

KeyWait, ScrollLock

GetKeyState, ScrollLockState, ScrollLock, T

If ScrollLockState = D

{

tActivateScript = 1

SoundBeep, 750, 100

SoundBeep, 750, 100

}

else

{

tActivateScript = 0

SoundBeep, 500, 200

}

return



~LButton::

Goto, DoFiringLoopy

Return



~^LButton::

Goto, DoFiringLoopy

Return



DoFiringLoopy:

if tActivateScript = 1

{

Loop

{





{

Loop

{

Sleep 50

GetKeyState, MButtonState, LButton, P

if MButtonState = U

break

DllCall("mouse_event", uint, 1, int, 0, int, 3, uint,0, int,0 )

Sleep 50

}

return

}



{

break

}

}

}

return

PostPosted: Mon Jun 08, 2009 8:32 am
by Ivanpm
A MA GAD

ERROR: Preprocessor failed. Compilation is still possible if no macros or includes are used.

I get this D:

PostPosted: Mon Jun 08, 2009 9:13 am
by Josese
Damn... then try to use Hotkey program, use google and download it, but for almost games this script is patched u need a bypass

PostPosted: Mon Jun 08, 2009 1:11 pm
by L. Spiro
Ivanpm wrote:A MA GAD

ERROR: Preprocessor failed. Compilation is still possible if no macros or includes are used.

I get this D:

This program is not for MHS (and does not belong in this section).


L. Spiro