Page 25 of 25 FirstFirst ... 15232425
Results 361 to 369 of 369
  1. #361
    nico25g's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    detected , i am banned

  2. #362
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    Quote Originally Posted by Reblanck View Post
    Although I have been banned for this, I admit that it is a really good hack and affects a lot about the game!
    If you play with this mode veteran this hack becomes a deadly weapon!
    Thats good to know.

  3. #363
    hitmenn's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    doesnt work

  4. #364
    dessers's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    6
    How come I aint banned then? I will stop using it now I think cuse of the many late posts but TAC is an instant ban when a hack is detected or not?

  5. #365
    Steelvein's Avatar
    Join Date
    Sep 2012
    Gender
    female
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dessers View Post
    How come I aint banned then? I will stop using it now I think cuse of the many late posts but TAC is an instant ban when a hack is detected or not?
    Yah, this is definitely detected alright.

    I've been hacking for a couple of years, used this one over several different occasions, last one was yesterday. I got in to a game and killed 2 people, immediately after - boom, banned.

  6. #366
    miksu123's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    I got VAC banned D

  7. #367
    adeddd's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    211
    Reputation
    10
    Thanks
    300
    My Mood
    Psychedelic
    DETECTED / THIS IS NOT WORKING ANYMORE

  8. #368
    blackg3's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    First Line
    Posts
    8
    Reputation
    10
    Thanks
    0
    version game update

    please update hack.

  9. #369
    pitivi's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by -InSaNe- View Post
    The credits are below the image. See @Royce? told you no one reads below the image.

    So, @accepted12 asked me what I changed to make the ESP cleaner, so I decided I was gonna share with you guys.

    Here's what I did:

     
    Find this line:
    Code:
    //tint a background (since its only used for ESP)
    DrawRotatedShader(false,x-2,*y,iWidth+4,StrHeight,0,rgb(0,0,0,128),0);
    and comment it out (add // on the beginning) or just delete it.
    Code:
    //tint a background (since its only used for ESP)
    //DrawRotatedShader(false,x-2,*y,iWidth+4,StrHeight,0,rgb(0,0,0,128),0);
    That will remove the black background from the names.


     
    find this:
    Code:
    #define DEFAULT_FONT "fonts/smalldevfont"
    and change it to
    Code:
    #define DEFAULT_FONT "fonts/consoleFont"
    That will make the font a bit smaller and cleaner.


     

    Find these:
    Code:
    //Weapon shader
    if(pEnt->iWeaponID && CG_GetWeaponInfo(pEnt->iWeaponID)->pWeapon2)
    {
        int iWpnWidth=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,280);
        int iWpnHeight=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,140);
        if(iWpnWidth>80) iWpnWidth=80;
        if(iWpnHeight>40) iWpnHeight=40;
        if(iWpnWidth<50) iWpnWidth=50;
        if(iWpnHeight<25) iWpnHeight=25;
        DrawRotatedShader(false,x-iWpnWidth/2,y,iWpnWidth,iWpnHeight,0,rgb(clrTeam.r,clrTeam.g,clrTeam.b,200),CG_GetWeaponInfo(pEnt->iWeaponID)->pWeapon2->pShader);
    }
    and this:
    Code:
    //Weapon
    if(pEnt->iWeaponID && CG_GetWeaponInfo(pEnt->iWeaponID)->szName)
        DrawEngineString(true,x,&y,rgb(255,255,255),CG_GetWeaponInfo(pEnt->iWeaponID)->szWeaponName);
    and delete it or comment it out.


    That's basically it Just recompile the source and you're good (probably).

    WHEN CAN I SEARCH THIS LINES COMMANDES?
    I open SimpleESP.dll with notepad and shit signs is there... Any reason?

Page 25 of 25 FirstFirst ... 15232425

Similar Threads

  1. [Release] Simple ESP v1
    By XWireA in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 12
    Last Post: 07-17-2011, 06:45 PM
  2. Simple aimbot source code
    By yusako in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 23
    Last Post: 10-09-2010, 03:03 PM
  3. [SOLVED] External Esp source code editing question
    By Demented420 in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-04-2010, 11:13 AM
  4. Super Simple ESP?
    By Daygum in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 04-24-2010, 09:03 PM
  5. simple esp undetected
    By Tautas in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 01-23-2010, 09:08 AM