Jump to content

Rust recoil script give away


Curse

Recommended Posts

I know that there aren't many scripts out there for rust that work atm. So I decided I would give one away that I made a couple days ago.

I did make it a .exe to hopefully prevent some people trying to get the source, but it will most likely happen.

If anybody does happen to get the source, please message me on how I can improve it.

Before I give it away I want to know if I am even allowed to. So, @UnstucK and @how02 am I allowed to giveaway this script?

  • Upvote 1
Link to comment
Share on other sites

A lot of the ones out there don't work anymore, thats why I am giving it away.

#NoEnv
SendMode Input
 
~F6::Suspend
~End::ExitApp
~F5::Reload
 
LCtrl & ~LButton::
Loop
    If GetKeyState("LButton", "LCtrl") {
        Sleep, 6
        moveAmount := (moveAmount = 2) ? 1 : 0
        mouseXY(moveAmount,5.5)
       
    }
    else
    break
   
Return
 
 
 
mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uint,0)
}

 

There is the source. 0.6 is the recommended sens.

Link to comment
Share on other sites

I'll give it a try! Thanks.

Although muzzle break seems to work so well I havent been using AHK for a while

 

EDIT - tried it with a bare AK on a private server, it works v well. You just need to control horizontal spread.

Edited by Banford
Tried it now!
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Read Terms of Use to continue