No Recoil (Script)

Share Your Own Code Samples With the World

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

No Recoil (Script)

Postby Josese » Sat Jul 05, 2008 7:07 am

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
Yes, I know,I Know, Im Handsome Lol!!
Image
Ya its me playing WT!!
ImageImage
User avatar
Josese
Been Around
 
Posts: 220
Joined: Tue Feb 05, 2008 12:59 am

Postby Ivanpm » Mon Jun 08, 2009 8:32 am

A MA GAD

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

I get this D:
Ivanpm
Hackleberry Fin
 
Posts: 25
Joined: Sun Jun 07, 2009 4:18 am

Postby Josese » Mon Jun 08, 2009 9:13 am

Damn... then try to use Hotkey program, use google and download it, but for almost games this script is patched u need a bypass
Yes, I know,I Know, Im Handsome Lol!!
Image
Ya its me playing WT!!
ImageImage
User avatar
Josese
Been Around
 
Posts: 220
Joined: Tue Feb 05, 2008 12:59 am

Postby L. Spiro » Mon Jun 08, 2009 1:11 pm

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
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan


Return to Code Submissions

Who is online

Users browsing this forum: No registered users and 0 guests

cron