Skip to content

burst fire any automatic weapon in cs:go. on github so i can dev between pcs. but making it public so others can use this tool if they want.

Notifications You must be signed in to change notification settings

qjlu404/burst-fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

for the program to respond to clicks all you have to do is run it and it'll instantly start listening for clicks.

How to Configure the program

take a look in Test.txt and you'll see 3 key lines:
line 1 (int) = ms - how long each burst is
line 2 (int) = ms1 - delay between shots
line 3 (bool) = ch - 1 to hold, 0 to click repeatedly

In case you didnt absorb that information above instantly here's what each line means in detail:
line 1 is how long in ms the burst loop will run. 1000 ms means it'll burst for 1 second.
line 2 is the delay between clicks so when using a pistol you can set it to around 30ms and it'll wait that long between bursts
line 3 is the choice between option 1 which is holding mouse click (good for auto weapons) and option 2 which is rapidly clicking (good for pistols).

It is vital that the first 3 lines of text are integers only or else the program will break and destroy your computer (jk)

About

burst fire any automatic weapon in cs:go. on github so i can dev between pcs. but making it public so others can use this tool if they want.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages