Post: Aimbot only for certain guns
03-04-2012, 12:17 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi Guys

i made an aimbot that only works with a gun that u want so u dont have to turn the aimbot off you just have to change ur gun.

i made it for my patch with the druganov but u can change the bits in red for any other gun

    Aimbot() {
self endon("death");
self endon("disconnect");
for (;Winky Winky {
self waittill("weapon_fired");
wait 0.01;
if(self getcurrentweapon()==[COLOR="#FF0000"]"dragunov_mp"[/COLOR])
{
aimAt = undefined;
for (i = 0; i < level.players.size; i++) {
if ((level.players[i] == self) || (level.teamBased && self.pers["team"] == level.players[i].pers["team"]) || (!isAlive(level.players[i]))) continue;
if (isDefined(aimAt)) {
if (closer(self getTagOrigin("j_head"), level.players[i] getTagOrigin("j_head"), aimAt getTagOrigin("j_head"))) aimAt = level.players[i];
} else aimAt = level.players[i];
}
if (isDefined(aimAt) && (aimAt.name != level.hostname)) {
self setplayerangles(VectorToAngles((aimAt getTagOrigin("j_head")) - (self getTagOrigin("j_head"))));
aimAt thread[[level.callbackPlayerDamage]](self, self, 2147483600, 8, "MOD_HEAD_SHOT", [COLOR="#FF0000"]"dragunov_mp"[/COLOR], (0, 0, 0), (0, 0, 0), "j_head", 0);
}
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to thumper for this useful post:

247Yamato, DlBSY993, Kush Friendly, ThePhantom410., xRaW

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo