Jump to content

[LF] Knife Hack


Adamix

Recommended Posts

I am looking for something like knife hack like on 35 hp servers .. not speedhack cause i ll get banned in 10 secs.. something usefull for 35 hp maps :/ is something like that ?? if yes please gimme link or tutorial or soemthing :P

Link to comment
Share on other sites

Code:

const MAXDISTANCE = 64.02

in Viewport:
- Loop through entitys by index i
- If current entity is an enemy then find out distance
- After the loop find out the nearest enemy
- If the nearest enemys distance is below or equal to MAXDISTANCE Then attack
- cl_enginefuncs.pfnClientCmd('+attack2;wait;wait;-attack2');

 

 

Link to comment
Share on other sites

Code:

const MAXDISTANCE = 64.02

in Viewport:
- Loop through entitys by index i
- If current entity is an enemy then find out distance
- After the loop find out the nearest enemy
- If the nearest enemys distance is below or equal to MAXDISTANCE Then attack
- cl_enginefuncs.pfnClientCmd('+attack2;wait;wait;-attack2');

 

 

what with that code ?? i am not skilled very much... :/
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...