Ok, here are the basics before you start going haywire screaming that it won't work.
-Make sure you have no hacks in CS folder.... d3d9.dll etc - These won't allow the hack to start.
-Make sure you have DirectX 9c. You can easily download this. Just search it on google and the download site is right there.
-You can stick Gabe.exe Gabe.dll and settings.cfg WHEREVER you want.
***Sometimes the hack with fail to inject***
Hit 'Start" and load up CS. Watch the injector.. if it says it has failed quickly hit the start button again! It almost always works the second time you click.
***settings.cfg***
// Jordons Hack
// Config File, Put Your Settings Here!
// Aiming
hlh_aimbot 0 <--- When this is '1' the hack aims at available vector.
hlh_norecoil 2 <--- This is No Recoil (You gun doesn't fly up when you shoot) Joran reccomends you don't change this, it won't help.
hlh_hitbox 14 <--- You can change this. 14 = head - 13 = neck - 10 = chest
hlh_autoshoot 0 <--- If changed to '1' hack will automatically shoot at available vectors.
hlh_autowall 1 <--- Although this is a fairly inaccurate autowall, it will try and guess when you are able to shoot an enemy through a wall. When aimbot is activated (hlh_aimbot 1) it will aim at any available vector that you can possibly hurt through a wall.
// ESP
hlh_nameesp 0 <--- When changed to 1, hack will show player names.
hlh_health 1 <--- When changed to 1, hack will show player's health.
hlh_distance 1 <--- When changed to 1, hack will show player's distance.
hlh_entityesp 1 <--- When changed to 1, hack will show weapons on ground.
hlh_box 1 <--- When changed to 1, hack with show a square that varies in size due to distance. Much more useful than any XQZ/Asus Wallhack.
// Misc
hlh_colormodels 0 <--- Players glow red or blue when chnaged to 1.
hlh_bunnyhop 1 <--- When changed to 1, you will constantly jump while holding down spacebar. Reccomended only for downhill slopes.
hlh_speed 0 <--- Speedhack, don't use until fixed. Keep '0'
hlh_wallhack 0 <--- Very buggy wallhack, stick with hlh_box
// Radar
hlh_radar 0 <--- Radar with dots of red or blue showing location of players.
hlh_radar_size 80 <--- Increases length and width of radar.
hlh_radar_x 100
hlh_radar_y 300 <--- These two change where map is on the screen. It uses an x/y coordinate system. USe your math skills. Y = up/down X = right/left. Foll around with it in console.
// Alias ***Don't touch these***
alias +aimbot "+attack;hlh_aimbot 1"
alias -aimbot "-attack;hlh_aimbot 0"
alias +aim "hlh_aimbot 1"
alias -aim "hlh_aimbot 0"
***Binds***
Below the script is binding mouse1 to PRIMARY attack (+attack), mouse2 to +aim (Holding down mouse activates aimbot 'hlh_aimbot', and letting go deactivates it), and mouse3 to SECONDARY attack.
If you want to change which key the aimbot is bound to, simply change the binds.
If you wanted to bind it to mouse3, it would be - bind mouse3 "+aim"
If you want to make you right mouse button (mouse2) to be normal secondary attack again replace the "+aim" with "+attack2"
// Bind
bind mouse1 "+attack"
bind mouse2 "+aim"
bind mouse3 "+attack2"
***Different Examples***
Left mouse button = Normal
Right mouse button = Normal
Middle mouse button = Aim
bind mouse1 "+attack"
bind mouse2 "+attack2"
bind mouse3 "+aim"
--------------------------------
Left mouse button = Aim and Shoot
Right mouse button = Normal
Middle mouse button = Nothing
bind mouse1 "+attack; +aim"
bind mouse2 "+attack2"
bind mouse3 ""
--------------------------------
***Aim then let go, while firing***
This is an old method to prevent being caught my cheat detection systems.
When you hit mouse, it will aim for a split second then stop aiming while you continue shooting.
*TESTED*
I tested the "Aim then let go, while firing" method and you need 4 waits between +attack and hlh_aimbot 0 or else the hack doesn't initially aim for the vector.
bind mouse1 "hlh_aimbot 1; +attack; wait; wait; wait; wait; hlh_aimbot 0"
******ALL OF THESE CVARS (hlh_'s) CAN BE CHANGED IN CONSOLE******
IF you don't know how to open up console in CS, make sure you have it activated.
At the main screen go to options, then click keyboard tab. Next click advanced and make sure Console is checked. Now you can open and close it whenever you want my hitting the ~ key located next to '1'
Once you have console open you can change these CVARS in game.
Lets say I'm tired of autowall. I hit ~ , then type in 'hlh_autowall 0'
Since these features become a cvar, steam will try to auto-complete whatever you type in so hit down arrow if you want.
Thats as dumbed down as I can get it.
by s0say MPC-Forum
------------------------------------------------------------------
My Settings
// Jordons Hack
// Config File, Put Your Settings Here!
// Aiming
hlh_aimbot 1
hlh_norecoil 2
hlh_hitbox 14
hlh_autoshoot 1
hlh_autowall 0
// ESP
hlh_nameesp 1
hlh_health 1
hlh_distance 1
hlh_entityesp 1
hlh_box 0
// Misc
hlh_colormodels 0
hlh_bunnyhop 1
hlh_speed 0
hlh_wallhack 0
// Radar
hlh_radar 0
hlh_radar_size 80
hlh_radar_x 100
hlh_radar_y 300
// Alias
alias +aimbot "+attack;hlh_aimbot 1"
alias -aimbot "-attack;hlh_aimbot 0"
alias +aim "hlh_aimbot 1"
alias -aim "hlh_aimbot 0"
// Bind
bind mouse1 "+attack"
bind mouse2 "+attack2"
bind mouse3 "+aim"