So here is a simple application that I think can be incredibly useful in first person shooters, it turns your semi automatic weapons into automatics. It allows you to set your own time between each shots and choose what key triggers that series of shots.
Watch the video to see it in action and find out how it works
MW3 RAPIDFIRE MOD, Increase Fire Rate Any FPS game DL link
From the attachments you can download the executable with interface in C# "Rapid fire.zip" if you just want to use it in your game
if you want to see the c# code then download "Rapid fire source c#" or if you are interested in C++ code you can download "Rapid fire code c++" which has no interface but shows you how it works.
All this does is fake mouse clicks and there is no chance of getting banned in any game as it doesn't interact with the game at all.
Any problems or feedback, let me know in the comments
;D
Rapid Fire C++ Code:[
Watch the video to see it in action and find out how it works
MW3 RAPIDFIRE MOD, Increase Fire Rate Any FPS game DL link
From the attachments you can download the executable with interface in C# "Rapid fire.zip" if you just want to use it in your game
if you want to see the c# code then download "Rapid fire source c#" or if you are interested in C++ code you can download "Rapid fire code c++" which has no interface but shows you how it works.
All this does is fake mouse clicks and there is no chance of getting banned in any game as it doesn't interact with the game at all.
Any problems or feedback, let me know in the comments
;D
Rapid Fire C++ Code:[
Attachments
You can download 0 Attachments
-
123 KB Views: 1,420
-
1.1 MB Views: 814
-
14.9 KB Views: 61
Last edited by a moderator: