Edge Posted April 16, 2017 Posted April 16, 2017 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? 1
Str8OutaCondoms Posted April 16, 2017 Posted April 16, 2017 A lot of people already have recoil scripts, giving away the source would be completely acceptable, giving away a sketchy executable file... Not so sure.
FusionMatrix Posted April 16, 2017 Posted April 16, 2017 Lot of them out there I would give the administration a virus scan link, that might help your chances if they agree to let you give it away
Edge Posted April 16, 2017 Author Posted April 16, 2017 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.
Banford Posted April 16, 2017 Posted April 16, 2017 (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 April 16, 2017 by Banford Tried it now!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now