Untagged Release Deagle C-Bug

0dmg

Active member
Joined
Jun 20, 2013
Messages
30
Reaction score
0
Written in AHK due to convenience, press ALT+C to C-Bug 7 shots with a Deagle. Empty's a Deagle in 1.75 seconds. Been using it for a day or so and haven't gotten banned, but use it at your own discretion.

Note: When I tried to fraps it working, the FPS dropped to 30 and it stopped working. May not preform well in laggy environments...

DL link: https://mega.co.nz/#!txwkTDoT

Password:[spoiler:1710g4jm]On9x63jnu4LuDQORBRoS32NhyxQVpI2S0hCpUyhCu7Q[/spoiler:1710g4jm]
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
BEST C BUG EVER BUT PLEASE CHANGE CONTROLS ITS TOO DIFFICULT TO HOLD ALT AND C.ALSO I CANT AIM WHEN IT C BUG
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
please change its control .very difficult to fight while duel.also when it shoots i cant aim on player.otherwise its vey good.
if possible please make a rapid fire .exe deagle c bug
 

0dmg

Active member
Joined
Jun 20, 2013
Messages
30
Reaction score
0
please change its control .very difficult to fight while duel.also when it shoots i cant aim on player.otherwise its vey good.
if possible please make a rapid fire .exe deagle c bug
I am currently trying to counter the deagle's natural kickback, once I finish I'll publish the source of this simple AHK file. Note: I am having difficulty using this in single player, I think the timing might be too fast. Please alert me if the deagle does not shoot all 7 shots.
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
you might have difficulty cbugging in single player because your fps is too high. cbugging with high fps in single player is hard (you can cbug but not effectively since you can't move while aiming with 100 fps). So if you are in single player, open the frame limiter, you will feel better.
 

HackLover

Active member
Joined
Feb 18, 2013
Messages
139
Reaction score
0
This seems be perfect cbug, But only like to speed it up to rapid fire. :) :):) Say like 0.8 secs 7 bullets ehh :) :):)
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
please change its control difficult to hold alt + c .or how i can change its key
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
why so difficult for you ? Use your thumb to push alt button, and use your index-finger to push c button. And you can also move by using your middle finger to push W button. Your fingers are too small for that?
 

shubhi99

Well-known member
Joined
May 10, 2013
Messages
289
Reaction score
1
finally able to change its control with autokeyboard
 

undiscovered

Active member
Joined
May 3, 2013
Messages
76
Reaction score
0
Dude. can decompile the .ahk? I am already using ahk. I need to add it on the list, all credit goes to you
 

0dmg

Active member
Joined
Jun 20, 2013
Messages
30
Reaction score
0
Dude. can decompile the .ahk? I am already using ahk. I need to add it on the list, all credit goes to you
Code:
!c::
Loop 7
{
	Click down Right
	sleep 50
	click down Left
	sleep 200
	click up Right
	click up Left
	sleep 50
	SendInput {c down}
	sleep 25
	SendInput {c up}
	sleep 100

}
return
 
Top