Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Counter-Strike > Counter-Strike Hacks, Bots, Cheats & Exploits
You last visited: Today at 18:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



uCSGO Bhop-Rapidfire-RecoilReduce (Permanent VAC Proof)

Discussion on uCSGO Bhop-Rapidfire-RecoilReduce (Permanent VAC Proof) within the Counter-Strike Hacks, Bots, Cheats & Exploits forum part of the Counter-Strike category.

Closed Thread
 
Old 08/24/2015, 13:59   #316
 
pycache's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 541
Received Thanks: 193
Quote:
Originally Posted by endo510 View Post
I'm sorry but i don't think i can get aimbot to work
There's no hope for humanity.
pycache is offline  
Thanks
1 User
Old 08/24/2015, 14:28   #317



 
0x404's Avatar
 
elite*gold: 47931
The Black Market: 306/0/0
Join Date: Nov 2011
Posts: 5,746
Received Thanks: 9,128
Quote:
Originally Posted by endo510 View Post
I'm sorry but i don't think i can get aimbot to work or the recoil reduction please help?
Alt + F4 (while ingame) for Aimbot
Alt +F5 (while ingame) for Instant Lvl3
0x404 is offline  
Thanks
2 Users
Old 08/25/2015, 12:26   #318
 
elite*gold: 0
Join Date: Oct 2011
Posts: 37
Received Thanks: 7
Is there a way to change the keys and bind them to another key?
ASHERDJ225 is offline  
Old 08/27/2015, 15:37   #319
 
elite*gold: 0
Join Date: Oct 2012
Posts: 9
Received Thanks: 0
Still up to date?
droqz is offline  
Old 08/27/2015, 15:41   #320
 
elite*gold: 0
Join Date: Jun 2015
Posts: 9
Received Thanks: 2
Yes it is, use it right now
GiacoGee is offline  
Thanks
1 User
Old 08/27/2015, 16:04   #321
 
elite*gold: 0
Join Date: Oct 2012
Posts: 9
Received Thanks: 0
Quote:
Originally Posted by BLACKL!STED View Post
Alt + F4 (while ingame) for Aimbot
Alt +F5 (while ingame) for Instant Lvl3
How to put on level 3 ? keys dont work
droqz is offline  
Old 08/27/2015, 22:39   #322





 
Xenos's Avatar
 
elite*gold: 269
The Black Market: 415/0/0
Join Date: May 2015
Posts: 7,800
Received Thanks: 4,303
Quote:
Originally Posted by droqz View Post
How to put on level 3 ? keys dont work
Xenos is offline  
Thanks
4 Users
Old 08/27/2015, 23:14   #323
 
elite*gold: 0
Join Date: Aug 2015
Posts: 1
Received Thanks: 0
Why does it say there os a trojan in the virus scan...
PinkGuy911 is offline  
Old 08/28/2015, 17:01   #324
 
elite*gold: 0
Join Date: Aug 2015
Posts: 1
Received Thanks: 0
Can i edit the middle button with left and how?
Bustahh is offline  
Old 08/31/2015, 09:57   #325



 
0x404's Avatar
 
elite*gold: 47931
The Black Market: 306/0/0
Join Date: Nov 2011
Posts: 5,746
Received Thanks: 9,128
Source (for customizing keys etc)

Code:
#NoTrayIcon
#NoEnv
#SingleInstance force
#Persistent
CoordMode, Mouse, Relative
CoordMode, Pixel, Relative
Gui, Font,  S10 CDefault, Verdana
Gui, Add, Text, x15 y15 w280 h30 ,F1 - TriggerBot (Hold LAlt)
Gui, Font,  S10 CDefault, Verdana
Gui, Add, Text, x15 y40 w280 h30 ,F2 - RapidFire (M.Mouse)
Gui, Font,  S10 CDefault, Verdana
Gui, Add, Text, x15 y65 w280 h30 ,F3 - BunnyHop (Space)
Gui, Font,  S10 CDefault, Verdana
Gui, Add, Text, x15 y90 w280 h30 ,F4 - Snipe Freely
Gui, Font,  S10 CDefault, Verdana
Gui, Add, Text, x15 y115 w280 h30 ,F5 - Recoil Reduce
Gui, Font,  S10 CDefault, Verdana
Gui, Add, Text, x15 y140 w280 h30 ,F6 - AK47 Recoil
Gui, Font,  S10 CDefault, Verdana
Gui, Add, Text, x15 y165 w280 h30 ,F7 - M4A4 Recoil
Gui, Font, cRed
Gui, Font, S9, Arial
Gui, Add, Text, x15 y200 w240 h30 ,F8 - Panic Key / Close
Gui, Show, x127 y87 h220 w220, uCSGO v1.3
SetTitleMatchMode, 3
#IfWinActive Counter-Strike: Global Offensive
Hotkey, *$MButton, MyLabel
Hotkey, *$MButton, Off
*F2::
If !Toggle
{
Tooltip, RapidFire ON, 0,0
Hotkey, *$MButton, On
}
Else
{
Tooltip, RapidFire OFF, 0,0
Hotkey, *$MButton, Off
}
Toggle := !Toggle
Return
MyLabel:
Loop
{
SetMouseDelay 25
Click
If (GetKeyState("MButton","P")=0)
Break
}
Hotkey, *$LAlt, MyLabel1
Hotkey, *$LAlt, Off
*F1::
If !Toggle
{
Tooltip, TriggerBot ON, 0,0
Hotkey, *$LAlt, On
}
Else
{
Tooltip, TriggerBot OFF, 0,0
Hotkey, *$LAlt, Off
}
Toggle := !Toggle
Return
MyLabel1:
*$LAlt::
While GetKeyState("LAlt", "P"){
PixelSearch, SpotX, SpotY, 500, 400, 600, 500, 0xFF0000, 90, FAST RGB
If ErrorLevel
{
}
Else
{
Click down
Sleep 20
Click up
Sleep 20
}
}
return
mouseXY(x, y)
{
DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
}
Hotkey, Space, MyLabel2
Hotkey, Space, Off
*F3::
If !Toggle
{
Tooltip, BunnyHop ON, 0,0
Hotkey, Space, On
}
Else
{
Tooltip, BunnyHop OFF, 0,0
Hotkey, Space, Off
}
Toggle := !Toggle
Return
MyLabel2:
Space::
Loop
{
GetKeyState,state,Space,P
if state = U
break
Send {space}
Sleep 10
}
return
Hotkey, *$~RButton, MyLabel3
Hotkey, *$~RButton, Off
*F4::
If !Toggle
{
Tooltip, Snipe Freely ON, 0,0
Hotkey, *$~RButton, On
}
Else
{
Tooltip, Snipe Freely OFF, 0,0
Hotkey, *$~RButton, Off
}
Toggle := !Toggle
Return
MyLabel3:
*$~RButton::
{
MouseClick, right
Sleep 1500
Send q
Sleep 220
Send q
}
return
Hotkey, *$~LButton, MyLabel4
Hotkey, *$~LButton, Off
*F5::
If !Toggle
{
Tooltip, Recoil Reduce ON, 0,0
Hotkey, *$~LButton, On
}
Else
{
Tooltip, Recoil Reduce OFF, 0,0
Hotkey, *$~LButton, Off
}
Toggle := !Toggle
Return
MyLabel4:
*~LButton::
while GetKeyState("LButton")
{
DllCall("mouse_event", uint, 1, int, -1, int, 1, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
Sleep, 5
}
return
Hotkey, *$LButton, AK47
Hotkey, *$LButton, Off
*F6::
If !Toggle
{
Tooltip, AK47 RCS ON, 0,0
Hotkey, *$LButton, On
}
Else
{
Tooltip, AK47 RCS OFF, 0,0
Hotkey, *$LButton, Off
}
Toggle := !Toggle
Return
AK47:
key_shoot:="LButton"
if GetKeyState(key_shoot)
loop
{
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
sleep 50
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 7*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 19*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 29*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 31*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", 31*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 28*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", 21*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -17*modifier, "UInt", 12*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -42*modifier, "UInt", -3*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -21*modifier, "UInt", 2*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 11*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier, "UInt", 7*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -26*modifier, "UInt", -8*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 4*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 40*modifier, "UInt", 1*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 19*modifier, "UInt", 7*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 10*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 27*modifier, "UInt", 0*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 33*modifier, "UInt", -10*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -21*modifier, "UInt", -2*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 7*modifier, "UInt", 3*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier, "UInt", 9*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier, "UInt", 4*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 19*modifier, "UInt", -3*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 6*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", -1*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -33*modifier, "UInt", -4*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -45*modifier, "UInt", -21*modifier)
sleep 99
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 1*modifier)
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
sleep 80
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
sleep 1000
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
}
Hotkey, *LButton, M4A4
Hotkey, *LButton, Off
*F7::
If !Toggle
{
Tooltip, M4A4 RCS ON, 0,0
Hotkey, *$LButton, On
}
Else
{
Tooltip, M4A4 RCS OFF, 0,0
Hotkey, *$LButton, Off
}
Toggle := !Toggle
Return
M4A4:
key_shoot:="LButton"
if GetKeyState(key_shoot)
loop
{
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
sleep 15
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 7*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 9*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 16*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 7*modifier, "UInt", 21*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 23*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier, "UInt", 27*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", 15*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 13*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 22*modifier, "UInt", 5*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 11*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -18*modifier, "UInt", 6*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -30*modifier, "UInt", -4*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", 0*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -25*modifier, "UInt", -6*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 4*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 4*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -11*modifier, "UInt", 1*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", -2*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 2*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 33*modifier, "UInt", -1*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", 6*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 27*modifier, "UInt", 3*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", 2*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 0*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 0*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 5*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 5*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 1*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", -1*modifier)
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
sleep 1000
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
}
F8::ExitApp
GuiClose:
GuiEscape:
ExitApp
0x404 is offline  
Thanks
2 Users
Old 09/01/2015, 14:36   #326
 
elite*gold: 0
Join Date: Oct 2013
Posts: 34
Received Thanks: 0
Don't know why but any of them are not working for me. Tried all of them
mustafajaff13 is offline  
Old 09/01/2015, 15:28   #327
 
elite*gold: 0
Join Date: Oct 2014
Posts: 8
Received Thanks: 2
ud ?
SlashRomanu is offline  
Old 09/01/2015, 18:45   #328



 
0x404's Avatar
 
elite*gold: 47931
The Black Market: 306/0/0
Join Date: Nov 2011
Posts: 5,746
Received Thanks: 9,128
Quote:
Originally Posted by SlashRomanu View Post
ud ?
how many times you wanne ask that?


IT IS PERM UD
0x404 is offline  
Old 09/01/2015, 21:43   #329


 
Mr.Semtex's Avatar
 
elite*gold: 229
The Black Market: 258/0/0
Join Date: Oct 2013
Posts: 1,472
Received Thanks: 390
Quote:
Originally Posted by BLACKL!STED View Post
how many times you wanne ask that?


IT IS PERM UD
How can this be possible?
Mr.Semtex is offline  
Old 09/02/2015, 01:23   #330
 
Sh0rykeN's Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 2,732
Received Thanks: 84
Quote:
Originally Posted by Mr.Semtex View Post
How can this be possible?
Read the last 3 pages. It was explained 100 times!
Sh0rykeN is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
Universal NoRecoil\RapidFire\BHop VAC Proof
04/18/2020 - Call of Duty Hacks, Bots, Cheats & Exploits - 30 Replies
http://i57.tinypic.com/5eh1n4.png Features: Bunny Hop (F1) (all games) Rapid Fire (F2) (all games) No Recoil (F3) + Weapon switch (all games) Tested Games: Call Of Duty MW1 -3 /CS 1.6 -CS:GO
CS:GO RapidFire + BHop + TapFire Script
04/22/2015 - Counter-Strike Hacks, Bots, Cheats & Exploits - 3 Replies
Hello there , this is the compilation of scripts that I have been working on. There are three scripts altogether. Scripts: Bunnyhop Rapidfire Tap Fire How to use it: For Rapidfire and Tap Fire , just hold left click. For the Bunnyhop , just hold space.
[CS:S] sv_cheats Bypass ; Bhop External ; Bhop External Menü
08/28/2012 - Counter-Strike Hacks, Bots, Cheats & Exploits - 17 Replies
Servus Leute, Und zwar heute habe ich ein sv_cheats Bypass für euch. Er ist External und daher UNDETECTED. Ihr Downloadet euch den Ordner von Mediafire und Entpackt ihn auf eurem Desktop. Da sind 3 Datein enthalten "bhop" Instinct-Cheats_Bhop " sv_cheats Bypass " Readme ". Lest die Readme GENAU durch. bhop = VAC³ UNDETECTED Instinct-Cheats_Bhop = VAC³ UNDETECTED
[CSS][BHOP SCRIPT]Aldi Skill Bhop (v34) INKL. VTUT
12/24/2010 - Counter-Strike Hacks, Bots, Cheats & Exploits - 3 Replies
Hey alle zusammen ^^ Ich möchte euch mal ein Bhop Script veröffentlichen (Aldi Skill) ACHTUNG: DAS BHOP SCRIPT WURDE NICHT VON MIR ERSTELLT! VTUT: YouTube - Counter Strike Source Bhop Script (ALDI SKILL) + DL Link ! DOWNLOAD:MEGAUPLOAD - The leading online storage and file delivery service



All times are GMT +1. The time now is 18:09.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.