Close



Keep me logged in.

Forgot your password? | Register Now

Page 4 of 4 FirstFirst ... 2 3 4
Results 31 to 31 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. #31
    There's 0nly 1..
    DlBSY993's Avatar

    Default





    0 Not allowed! Not allowed!
    Quote Originally Posted by IELIITEMODZX View Post
    did i say the mod was pointless no i seid the release was pointless, this is a if() added to a aimbot script made by someone else. maybe my RGB editor is useless but atleast it was something new and not just an aimbot with a if() added to it.

    im not flaming you, ino you have just started coding.
    Looooooool
    Register or log in to view signatures.

Page 4 of 4 FirstFirst ... 2 3 4

Posting Permissions

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