Thread: TeleAim [VIP]

Page 10 of 10 FirstFirst ... 8910
Results 136 to 137 of 137
  1. #1
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616

    Angry TeleAim [VIP]

    You. Control. Everyone.


    >>DOWNLOAD<<

    Navigation:
    [HIGHLIGHT=C++]char *Tab[] = { "Off","On [MiddleButton]" };
    int tabPos;

    void DoTabs()
    {
    int Max = sizeof( Tab ) / sizeof( Tab[0] );
    if(GetAsyncKeyState(VK_LEFT)&1) if(tabPos > 0) tabPos--;
    if(GetAsyncKeyState(VK_RIGHT)&1) if(tabPos < Max - 1) tabPos++;
    char szFormat[255];
    sprintf(szFormat, "TeleAim: %s", Tab[tabPos]);
    Directx.DrawCenter(175, White, Directx.pFont, szFormat);
    }[/HIGHLIGHT]


    Quote Originally Posted by Subliminal View Post
    this shit works like a boss

    /Approved
    Updated Video:
    [YOUTUBE]5lZgVhSyV6Y[/YOUTUBE]

    Old Video:
    [YOUTUBE]3IH3lU54AgQ[/YOUTUBE]



    VirusTotal
    VirScan


    Last edited by NOOB; 02-24-2011 at 10:18 AM.

  2. The Following 27 Users Say Thank You to NOOB For This Useful Post:

    alielmir (02-23-2011),Angels Die (02-23-2011),arrow831 (02-24-2011),[MPGH]AVGN (02-23-2011),Brecht Algoet (02-24-2011),bykale (02-24-2011),CAFlames (02-24-2011),DannyIzHere (02-24-2011),[MPGH]Disturbed (02-23-2011),giza123 (02-23-2011),Grim (02-23-2011),Jabuuty671 (02-23-2011),noob555 (02-24-2011),Nubzgetkillz (02-23-2011),PikaMucha_Itu (02-24-2011),pimpinallovertheworld666 (02-24-2011),purplegrapes:) (02-23-2011),Sid (02-23-2011),SmartAlley (02-23-2011),Synns (02-23-2011),tappedon (02-24-2011),TheKingCatMystic (02-24-2011),Tony Stark` (02-24-2011),why06 (02-24-2011),Wolfblood- (02-24-2011),x-ViRuS-x (02-24-2011),_Fk127_ (02-23-2011)

  3. #136
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    Quote Originally Posted by danomark View Post
    THIS HACK IS AWESOME WORKS AMAZING
    Nice troll
    Obviously detected

  4. #137
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587


  5. The Following User Says Thank You to Disturbed For This Useful Post:

    NOOB (02-24-2011)

Page 10 of 10 FirstFirst ... 8910