Post: Aimbot That Only Kills People You Can See And Only With A Sniper Rifle
03-09-2012, 11:44 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys

I got board of the aimbot so i made a new one from scratch. i made this one so it only kills people if u can see them and only if u have got a druganof sniper gun

edit. oh yea i made it so it dosent kill the host player as well

give me credit if u use it please

    Thumperbot() {
self endon("death");
self endon("disconnect");

for (;Winky Winky {
self waittill("weapon_fired");
wait 0.01;
if (self getcurrentweapon() == "dragunov_mp") {
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"))));
IsinView = bullettracepassed(self.origin, aimAt.origin, false, undefined);
if (IsinView) {
wait 0.2;
aimAt thread[[level.callbackPlayerDamage]](self, self, 2147483600, 8, "MOD_RIFLE_BULLET", "dragunov_mp", (0, 0, 0), (0, 0, 0), "j_head", 0);
}
}
}
}
}
Last edited by thumper ; 03-10-2012 at 12:01 AM.

The following 6 users groaned at thumper for this awful post:

Choco, COD5-MAN-, IELIITEMODZX, IVI40A3Fusionz, Taylor, User2340034u
03-10-2012, 12:08 AM #11
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by thumper View Post
its usful if u want an aimbot that only kills people u can see when u have a druganov rifle


most hosters don't give a shit if people see that they have mods no more, so they will just use the regular auto-aim :p.
03-10-2012, 12:33 AM #12
Amanda
Can’t trickshot me!
Here is an Aim-Bot that works only with M4 and only if there is not a helicopter in the sky!!! Also it does little damage and does not kill instantly. You can make an other AimBot that aims only if your deaths are more than the player's you aim at to be fair for both players etc...

    FailBot() {
self endon("death");
self endon("disconnect");

for (;Winky Winky {
self waittill("weapon_fired");
wait 0.01;
if( ( (self getcurrentweapon() == "[COLOR="#00FF00"]m4_mp[/COLOR]") && [COLOR="#FF0000"](!isDefined(level.chopper))[/COLOR] ){
// This is may hard to understand because it is not a simple if... It is if not!
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"))));
IsinView = bullettracepassed(self.origin, aimAt.origin, false, undefined);
if (IsinView) {
wait 0.2;
aimAt thread[[level.callbackPlayerDamage]](self, self, 21, 8, "MOD_RIFLE_BULLET", "[COLOR="#00FF00"]m4_mp[/COLOR]", (0, 0, 0), (0, 0, 0), "j_right_arm_lower", 0);
}
}
}
}
}
03-10-2012, 01:03 AM #13
Originally posted by Amanda View Post
Here is an Aim-Bot that works only with M4 and only if there is not a helicopter in the sky!!! Also it does little damage and does not kill instantly. You can make an other AimBot that aims only if your deaths are more than the player's you aim at to be fair for both players etc...

    FailBot() {
self endon("death");
self endon("disconnect");

for (;Winky Winky {
self waittill("weapon_fired");
wait 0.01;
if( ( (self getcurrentweapon() == "[COLOR="#00FF00"]m4_mp[/COLOR]") && [COLOR="#FF0000"](!isDefined(level.chopper))[/COLOR] ){
// This is may hard to understand because it is not a simple if... It is if not!
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"))));
IsinView = bullettracepassed(self.origin, aimAt.origin, false, undefined);
if (IsinView) {
wait 0.2;
aimAt thread[[level.callbackPlayerDamage]](self, self, 21, 8, "MOD_RIFLE_BULLET", "[COLOR="#00FF00"]m4_mp[/COLOR]", (0, 0, 0), (0, 0, 0), "j_right_arm_lower", 0);
}
}
}
}
}


omg thanx amarda thats just given me an idea for a new aimbot ill post it tomorow. r u realy a girl lol can i add u on ps3 ?
03-10-2012, 01:11 AM #14
Cmd-X
It's been awhile.
Originally posted by IVI40A3Fusionz View Post
most hosters don't give a shit if people see that they have mods no more, so they will just use the regular auto-aim :p.


Yeah dude, when match starts.. I turn on aimbot, and just rape until I have 75 kills and the match ends.. Lmao.
03-10-2012, 01:41 AM #15
Originally posted by thumper View Post
omg thanx amarda thats just given me an idea for a new aimbot ill post it tomorow. r u realy a girl lol can i add u on ps3 ?
dont make a new thread with a aimbot, just update this thread. stare
03-10-2012, 11:08 AM #16
247Yamato
< ^ > < ^ >
I dont understand why so many groans, many people from this section also code things "from scratch" and 30 people thank them.
03-10-2012, 12:24 PM #17
Originally posted by 247Yamato View Post
I dont understand why so many groans, many people from this section also code things "from scratch" and 30 people thank them.
thanks tomato i dont kno but maybe there jelous

The following user thanked thumper for this useful post:

247Yamato

The following 2 users groaned at thumper for this awful post:

Blackstorm, IELIITEMODZX
03-10-2012, 12:36 PM #18
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by thumper View Post
i dont have enugh posts or rep to groan u so. GROAN. lol


TBH it wouldn't bother me if you groaned :/ or took some of my rep away, why would i? To me all you are is just another name on the internet i have no care for you i don't know you.
03-10-2012, 04:10 PM #19
Correy
I'm the Original
Originally posted by thumper View Post
why is everyone groanin im only tryin to help out cos no one posts enything except perstige editers

---------- Post added at 06:58 PM ---------- Previous post was at 06:57 PM ----------

i dont kno how to do that

---------- Post added at 07:00 PM ---------- Previous post was at 06:58 PM ----------



other people like corey post edits of other stuff and u dont groan them why did u groan me. i thought u were cool before but i dont kno now


edits of what stare ?
i tell if it's an edit, not saying i made from scratch..

The following user thanked Correy for this useful post:

COD5-MAN-

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo