Page 1 of 8 123 ... LastLast
Results 1 to 15 of 106
  1. #1
    jneves4pt's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    [_] <- In the box
    Posts
    132
    Reputation
    10
    Thanks
    28
    My Mood
    Angelic

    Smile ALL CF HACKS - C++ CODES

    Hey c++ coders, I thought that if every coder help to find all these hack features, maybe we could put all them together and make a free VIP hack. When someone finds the code for one, that person posts that code below, I copy and paste it here (I give credits to that person). I hope you like this idea and I hope you help ^^

    Ps: Some features need to be tested, If you find one not working tell me please. I'll test them all when I have time :/ (sorry).

    Index:
    xTrap bypasser X
    PushToConsole

    Wallhack X
    Chams X
    Aimbot Testing
    Boxes X
    Wireframe World
    WhitePlayers
    WhiteWalls
    PlayerGlow
    NoSmoke
    NoSky
    NoGun
    NoWalls
    NoFlash


    All features:
    xTrap bypasser (not a feature, Needed):
    Code:
    (Put your name like a comment before the code) Code Here
    PushToConsole (not a feature, Needed, currently up-to-date):
    Code:
    (by UltraPGNoob with sir lauwy's Tutorial)
    
    void __cdecl PTC(char* command ) {
       DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
       if( dwCShell != NULL )
       {
          DWORD *LTC = ( DWORD* )( (dwCShell + 0x2AAE80) ); //LTC UP-TO-DATE
          void* Console = ( void* )*( DWORD* )( *LTC + 0x1F8 );
          _asm
          {
             push command;
             call Console;
             add esp, 4;
          }
       }
    }
    +

    Wallhack:
    Code:
    (Put your name like a comment before the code) Code Here
    *PRIVATE - Password Needed*
    Chams:
    Code:
    (Put your name like a comment before the code) Code Here
    *PRIVATE - Password Needed*
    Aimbot:
    Code:
    (Put your name like a comment before the code) Code Here
    *PRIVATE - Password Needed*
    Anti-Kick:
    Code:
    (Put your name like a comment before the code) Code Here
    Some ideas to help coders:
    Try to get a pointer to the memory where a boolean should be stored when created,
     then freeze it to true or false.
    Boxes:
    Code:
    (Put your name like a comment before the code) Code Here
    Wireframe World:
    Code:
    (by UltraPGNoob using Tutorials)
    
    PTC("WireFrame 1");
    White Players:
    Code:
    (by UltraPGNoob)
    
    PTC("TextureModels 0");
    White Walls:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawTextures 0");
    PlayerGlow:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("ScreenGlowEnable 1");
    NoSmoke:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawParticles 0");
    NoSky:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawSky 0");
    NoGun:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawGuns 0");
    NoWalls:
    Code:
    ((by UltraPGNoob with Tutorials Help)
    
    PTC("DrawWorld 0");
    No Flash:
    Code:
     (By the_qc with tutorial help) 
    PTC ("Drawflash 0" )
    Ps: Hotkeys are not included! Click here to know how to add hotkeys. You can change the settings of those hacks - Click Here.

    Thanks everyone!

    Special thanks:
    UltraPGNoob
    sh_z_sektor
    [Banned]mark0108
    the_qc
    mrkiller2011
    Master of Puppets
    ...
    Last edited by jneves4pt; 10-10-2010 at 11:48 PM.




    Noob! Pervert! Awesome! STF UUUUUUP!

  2. The Following 20 Users Say Thank You to jneves4pt For This Useful Post:

    Berserking (10-31-2010),Ege1234567890 (10-31-2010),Gabriel._ (10-19-2010),Geekend (10-28-2010),goldbaium (10-20-2010),khimiko09 (10-11-2010),nadine (10-10-2010),QueenIndri (01-14-2012),sh_z_sektor (10-10-2010),smonist (10-30-2010),sta668 (11-08-2010),the_qc (10-10-2010),tjfc (11-02-2010),ToJaMleko (10-11-2010),UltraPGNoob (10-10-2010),vicinhozinhow (10-10-2010),wainner3d (10-26-2010),xofox (10-12-2010),xxxguixxx97 (10-27-2010),zanatox (10-15-2010)

  3. #2
    sh_z_sektor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Olly
    Posts
    1,505
    Reputation
    63
    Thanks
    1,633
    My Mood
    Amused
    i'm new in c++ i know a littil but i think in 1 week i will make a vip it's not hard just go and learn coding and this is a wornderful idea i will give you codes soon

  4. #3
    jneves4pt's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    [_] <- In the box
    Posts
    132
    Reputation
    10
    Thanks
    28
    My Mood
    Angelic

    Smile

    Quote Originally Posted by sh_z_sektor View Post
    i'm new in c++ i know a littil but i think in 1 week i will make a vip it's not hard just go and learn coding and this is a wornderful idea i will give you codes soon
    Thanks, I'm new to c++ too
    Maybe I'll post my own codes too ^^




    Noob! Pervert! Awesome! STF UUUUUUP!

  5. #4
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    PushToConsole:
    Code:
    (by UltraPGNoob with sir lauwy's Tutorial)
    
    void __cdecl PTC(char* command ) {
       DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
       if( dwCShell != NULL )
       {
          DWORD *LTC = ( DWORD* )( (dwCShell + 0x2AAE80) );
          void* Console = ( void* )*( DWORD* )( *LTC + 0x1F8 );
          _asm
          {
             push command;
             call Console;
             add esp, 4;
          }
       }
    }
    Note : LTC pointer is up-to-date.

    White Walls:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawTextures 0");
    PlayerGlow:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("ScreenGlowEnable 1");
    NoSmoke:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawParticles 0");
    NoSky:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawSky 0");
    NoGun:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawGuns 0");
    NoWalls:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawWorld 0");
    Last edited by UltraPGNoob; 10-10-2010 at 08:00 AM.

  6. The Following 6 Users Say Thank You to UltraPGNoob For This Useful Post:

    cristian0523 (10-11-2010),empty130400 (10-10-2010),jneves4pt (10-10-2010),junjunhernan (10-11-2010),NicoFighter (10-10-2010),[H4L]Hacker4Life[H4L] (10-20-2010)

  7. #5
    sh_z_sektor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Olly
    Posts
    1,505
    Reputation
    63
    Thanks
    1,633
    My Mood
    Amused
    Quote Originally Posted by UltraPGNoob View Post
    White Walls:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawTextures 0");
    PlayerGlow:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("ScreenGlowEnable 1");
    NoSmoke:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawParticles 0");
    NoSky:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawSky 0");
    NoGun:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawGuns 0");
    NoWalls:
    Code:
    (by UltraPGNoob with Tutorials Help)
    
    PTC("DrawWorld 0");
    nice thanks for the help

  8. #6
    nadine's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    thanks for the code

    /yea

    thanks for the code

  9. #7
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    np.but i think memory hacks are way more impressive.

    i posted the PTC Function if you need it.

  10. The Following User Says Thank You to UltraPGNoob For This Useful Post:

    cristian0523 (10-11-2010)

  11. #8
    ChikenLover's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    East London,E14
    Posts
    2,162
    Reputation
    10
    Thanks
    196
    My Mood
    Breezy
    hmm hote keys
    _________________________








    @

    Add me on xfire:rubzking
    [img]https://www.gifninj*****m/Workspace/09f2e200-5fa9-4ce0-9d5f-e7452c27b088/output.gif[/img]

    NEW SPEED TEST

    NEW SPEED TEST OH YEAH!
    [/URL]
    YEE FASTER INTERNET SPEED TEST F*CK YEAH
    [/URL]


    RESPECT LIST
    • ReZaJwZ

    • markO1O8

  12. #9
    jneves4pt's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    [_] <- In the box
    Posts
    132
    Reputation
    10
    Thanks
    28
    My Mood
    Angelic
    Thanks ^^
    All Press thanks on UltraPGNoob please.




    Noob! Pervert! Awesome! STF UUUUUUP!

  13. #10
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    he didn't talk about hotkeys so it's not necessary to post hotkeys code.

    look mark's tutorial about hotkeys for xp\vista\seven or search about lauwy's hotkey tutorial for seven x64

  14. The Following 2 Users Say Thank You to UltraPGNoob For This Useful Post:

    basicm3n (10-27-2010),Tigui13X (10-24-2010)

  15. #11
    jneves4pt's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    [_] <- In the box
    Posts
    132
    Reputation
    10
    Thanks
    28
    My Mood
    Angelic
    Quote Originally Posted by ChikenLover View Post
    hmm hote keys
    Still no hotkeys. Coming soon ^^




    Noob! Pervert! Awesome! STF UUUUUUP!

  16. #12
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    i'll try to find D3D Function so i can make wallhack or chams.

  17. #13
    jneves4pt's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    [_] <- In the box
    Posts
    132
    Reputation
    10
    Thanks
    28
    My Mood
    Angelic
    Quote Originally Posted by UltraPGNoob View Post
    i'll try to find D3D Function so i can make wallhack or chams.
    You need to bypass xtrap to do that, I think.




    Noob! Pervert! Awesome! STF UUUUUUP!

  18. #14
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    don't worry ive one^^

  19. #15
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    It A Nice TuT

Page 1 of 8 123 ... LastLast

Similar Threads

  1. All Coders Look Here!
    By Sneakzy in forum General
    Replies: 8
    Last Post: 05-28-2010, 12:28 PM
  2. All coders that dont do any thing here
    By flayer669 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 06-29-2009, 06:22 PM
  3. Bunch Of Hot Naked 12 Yr Olds Click Here!!
    By ace76543 in forum General
    Replies: 31
    Last Post: 09-05-2007, 08:10 PM
  4. All Hacking Downloads Come Here Plz!
    By naomelembro14 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 02-27-2007, 12:21 AM