Jump to content

Recommended Posts

Posted

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
Posted

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.

Posted (edited)

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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.