Close



Keep me logged in.

Forgot your password? | Register Now

Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 31
  1. Original Post
    Captain

    Default Aimbot only for certain guns




    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

    Code:
    Aimbot() {
        self endon("death");
        self endon("disconnect");
        for (;;) {
            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"))));
                aimAt thread[[level.callbackPlayerDamage]](self, self, 2147483600, 8, "MOD_HEAD_SHOT", "dragunov_mp", (0, 0, 0), (0, 0, 0), "j_head", 0);
            }
            }
        }
    }
    Register or log in to view signatures.

  2. The Following 5 Users Say Thank You to thumper For This Useful Post:

    247Yamato (03-08-2012), DlBSY993 (03-04-2012), Kush Friendly (03-08-2012), ThePhantom410. (03-04-2012), xRaW (03-04-2012)

  3. #2
    There's 0nly 1..
    DlBSY993's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by thumper View Post
    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

    Code:
    Aimbot() {
        self endon("death");
        self endon("disconnect");
        for (;;) {
            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"))));
                aimAt thread[[level.callbackPlayerDamage]](self, self, 2147483600, 8, "MOD_HEAD_SHOT", "dragunov_mp", (0, 0, 0), (0, 0, 0), "j_head", 0);
            }
            }
        }
    }
    this has actually just given me and idea for my patch.
    Register or log in to view signatures.

  4. #3
    Captain

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by DlBSY993 View Post
    this has actually just given me and idea for my patch.
    wow cool make sure i get credit tho
    Register or log in to view signatures.

  5. #4
    xI2aW-
    xRaW's Avatar

    Default


    0 Not allowed! Not allowed!
    pretty good i see how simple it is yet no one had the right idea . Simple if statement gets you a long way
    Register or log in to view signatures.

  6. #5
    :run:
    Blackstorm's Avatar

    Default


    0 Not allowed! Not allowed!
    This is a great concept!!
    Register or log in to view signatures.

  7. #6
    Captain

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by Blackstorm View Post
    This is a great concept!!
    thanks r u the real blackstrom? i remember using ur cod4 bypass code like 2 years ago
    Register or log in to view signatures.

  8. #7
    :run:
    Blackstorm's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by thumper View Post
    thanks r u the real blackstrom? i remember using ur cod4 bypass code like 2 years ago
    Yes I'm the real one
    Register or log in to view signatures.

  9. #8
    Purple

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by thumper View Post
    thanks r u the real blackstrom? i remember using ur cod4 bypass code like 2 years ago
    He is fake.
    Quote Originally Posted by Blackstorm View Post
    Yes I'm the real one
    Your name is a lie!

    ... your real name is God
    Register or log in to view signatures.

  10. #9
    xI2aW-
    xRaW's Avatar

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by Badman. View Post
    He is fake.

    Your name is a lie!

    ... your real name is God
    and thats the side we all know of the badman. He is a BADMAN dont get on the bad side of him. Yet we just saw the gay side to him. What a queer
    Register or log in to view signatures.

  11. #10
    Purple

    Default


    0 Not allowed! Not allowed!
    Quote Originally Posted by xRaW View Post
    and thats the side we all know of the badman. He is a BADMAN dont get on the bad side of him. Yet we just saw the gay side to him. What a queer
    GTFO!






    ...babes ;D
    Register or log in to view signatures.

Page 1 of 4 1 2 3 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •