PDA

View Full Version : The hack is priceless....good job guys.


[myg0t]BUTT_PLUG
01-26-2008, 04:28 AM
Here's a little vid i made.

good times..

http://www.livevideo.com/video/39F7EB035F254947A2E9E8B597C24CC0/www-enhancedaim-com-www-myg0.aspx

Cyrus
01-26-2008, 09:57 AM
Good video, but the spawn protection kinda throws everything off.

royCe
01-26-2008, 06:34 PM
spawn protection = hackers nightmare :eek:

[myg0t]BUTT_PLUG
01-26-2008, 10:26 PM
i can take it down and remake it.

by spawn protection you mean the amount of time it takes to kill the enemy
is longer when they first spawn?

Deathmatch servers are a bit different than others. I have some more video
that completely owns that's not deathmatch...i'll post later.

Cyrus
01-26-2008, 11:56 PM
Yeah spawn protection refers to enemy not being able to be hit as soon as they spawn because of server settings. If you could find a server a re-do it without spawn protection , it would really show off the quality of the aimbot.

knobjockey
01-27-2008, 12:45 AM
is there a way you could get the hack not to aim when the player is protected I have seen a 1.6 hack with this feature

fum1ns_secret_acc
01-28-2008, 02:40 AM
if(therehealth > 100) continue;

UnevenUrinalFlow
01-28-2008, 09:39 AM
No Thats Not F**king Obvious ^^^^^

Cyrus
01-28-2008, 10:06 AM
if(therehealth > 100) continue;

Alright let's completely disregard individuals at full health and not aim at them regardless of spawn protection.

royCe
01-28-2008, 12:26 PM
if(spawn protection == 1)
{
continue;
}

Rabba
01-28-2008, 03:56 PM
So, now you need to define "spawn protection" O.o

It could be an option since most servers I see set hp to > 500 so say it's a cvar spawn protection > 500

if(spawn protection = true)
{
continue;
}

That way if there are rpg servers etc where you can get 500+ hp you could have the option of still being able to target them :D

Then again there could be something within the mod, a cvar or w/e that is enabled when they just spawn in... You could do a check for that (if it's possible for you to see it from the client O.o).

fum1ns_secret_acc
01-28-2008, 04:45 PM
bool cAimHelper::SpawnProt( C_BasePlayer* pPlayer )
{
if(gESP.GetPlayerHealth(pPlayer) > 150)//some servers give a bonus for knifing.
return true;

return false
}

Rabba
01-28-2008, 06:48 PM
Wow kid you're so leet, I definitely know how to code :O

purepunk
01-28-2008, 07:16 PM
Why are you flaming.

[myg0t]rambo
01-28-2008, 10:42 PM
rifk the song is badass good shit butt_plug

Rabba
01-28-2008, 10:55 PM
Because fum1n doesn't belong here :O

Cyrus
01-28-2008, 10:57 PM
Everyone has a right to come and go as they please. As long as they aren't causing disruption there is no reason for us to restrict access regardless of the quality of their character.

Rabba
01-28-2008, 11:04 PM
Well then, I guess he's welcome - but that doesn't mean I have to like him... I'll just ignore him I guess :D

fum1ns_secret_acc
01-28-2008, 11:47 PM
Wow kid you're so leet, I definitely know how to code :O

ty sir,

usedbeaten
01-29-2008, 05:12 PM
Wow kid you're so leet, I definitely know how to code :O

i don't...that's why i pay other people to do it for me. :p

satansonion
03-19-2008, 07:47 PM
if you want to remake a video with no spawn protection go here

66.230.188.38:27015

RickAstley
03-30-2008, 11:41 PM
I used to have favorite servers with Iceworld map and Deathmatch and no spawn protection. Heh.. get an MG and just sit at the spawn, but now I am banned from them :(

Haze
04-09-2008, 06:13 PM
if(spawn protection == 1)
{
continue;
}
Very nice.