Page 1 of 7 123 ... LastLast
Results 1 to 15 of 97
  1. #1
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine

    ALL Updated Addresses 9/22[LTC,No Recoil,RPP,EPTR,ETC]+UNPACKED CSHELL

    LTClient:
    Code:
    0x377ED910
    Alt LTC(Credits to ExileD):
    Code:
    0x46F670
    No Recoil:
    Code:
    0x3745FA90
    0x37232A69
    0x3745FAA4
    0x3745FAA7
    0x3745FAB0
    No Reload:
    Code:
    0x374AB714
    Glass Walls:
    Code:
    0x5721BA
    Device Pointer[FIXED(Credits To ExileD)]:
    Code:
    0x909EF8
    Random Player Pointer:
    Code:
    0x3782E260
    Player Pointer:
    Code:
    0x66F34
    Teleport Addy:
    Code:
    0x3782E360
    Enemy Pointer:
    Code:
    0x37113378
    CSHELL SCANS:
    VirusTotal - Free Online Virus, Malware and URL Scanner

    Cshell(9-22).rar MD5:5e48f05301b9f6cf25933ec9c4022 - VirSCAN.org 3% Scanner(s) (1/36) found malware!

    False positives were found. Credits to marko for the CSHELL, he unpacked it

    Enjoy!

    Credits:
    ac1d_bUrn & MarkoJ, and Me
    Last edited by CodeDemon; 09-23-2010 at 04:50 AM.

  2. The Following 23 Users Say Thank You to CodeDemon For This Useful Post:

    ★Rusty (09-22-2010),-ExileD- (09-22-2010),ac1d_buRn (09-22-2010),Amatowarrior (09-22-2010),Aveda (09-25-2010),Effexx (10-09-2010),eXaLtIc™ (09-22-2010),faaggoott ║ ╘ (09-23-2010),ken53406 (10-09-2010),klofee (09-22-2010),kotentopf (09-23-2010),markoj (09-22-2010),MEkhi2 (10-23-2010),NathanE (09-25-2010),NOOB (10-03-2010),popo30000 (09-22-2010),ppl2pass (09-22-2010),qwerty01 (09-28-2010),squidley (10-09-2010),Timboy67678 (09-30-2010),traceurnin (10-03-2010),UGodly (09-25-2010),whit (09-22-2010)

  3. #2
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    shit enemy pointer for real?

  4. #3
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Epp is real?

  5. #4
    cosconub's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in the programming section MPGH Cash: $90,000,000,000
    Posts
    372
    Reputation
    -4
    Thanks
    39
    My Mood
    Psychedelic
    What he said x100!!!!!!!

  6. #5
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    This one is best and should be sticked
    And yes just get the structure(but dont ask for it)
    Dont ban me

  7. The Following 2 Users Say Thank You to markoj For This Useful Post:

    cosconub (09-22-2010),popo30000 (09-22-2010)

  8. #6
    cosconub's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in the programming section MPGH Cash: $90,000,000,000
    Posts
    372
    Reputation
    -4
    Thanks
    39
    My Mood
    Psychedelic
    Testing Epp please wait!!!!!!!!!!!1

    ~~~~~~~~~~~~~~~~~~~~~~~~
    DONT WORK!
    Last edited by cosconub; 09-22-2010 at 03:03 PM.

  9. The Following User Says Thank You to cosconub For This Useful Post:

    ppl2pass (09-22-2010)

  10. #7
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    Quote Originally Posted by markoj View Post
    This one is best and should be sticked
    And yes just get the structure(but dont ask for it)
    is this like the player stats pointer like Crash posted but this time its for the enemy?
    so you also need the structs to make this work?

  11. #8
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by cosconub View Post
    Testing Epp please wait!!!!!!!!!!!1

    ~~~~~~~~~~~~~~~~~~~~~~~~
    DONT WORK!
    Do you think it is that easy? Just replace the RPP with the EPP?? No.
    You need classes.

  12. #9
    cece26's Avatar
    Join Date
    Sep 2010
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    0
    Approve the rar lol

  13. #10
    popo30000's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    cool im looking forward to it

  14. #11
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    I can verify the EPP is real, it is the one I got.

    For noobs who don't know how to use it :

    Code:
    float x, y, z;
    
    for(i = 0; i < pEnemy->GetList()->ListAmount; i++){
    
        if(pEnemy->GetStatus()->AliveStatus == ST_ALIVE && pEnemy->GetInfo()->spawnShieldTime == SS_FALSE){//Checks for alive and makes sure they aren't invincible
    
            x = pEnemy->GetInfo()->GetPosition().x;
            y = pEnemy->GetInfo()->GetPositon().y;
            z = pEnemy->GetInfo()->GetPosition().z;
            
            pSelf->GetCam()->SetRotationToPoint(x, y, z);
            pSelf->GetWeapon()->SetStatus(WS_FIRE);
    
        }
    
    }
    For visible only aimbot you can just use this :
    Code:
    if(pEnemy->GetInfo()->CollisionPlayer() == ST_VISIBLE){
    
        //stuff
    }
    troll
    Last edited by Crash; 09-22-2010 at 03:48 PM.

  15. The Following 4 Users Say Thank You to Crash For This Useful Post:

    Amatowarrior (09-24-2010),klofee (10-04-2010),Tibirius (09-23-2010),whit (09-22-2010)

  16. #12
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    You need the class for EPP so using offsets wont work. I dont think so atleast.

    Quote Originally Posted by Crash View Post
    I can verify the EPP is real, it is the one I got.

    For noobs who don't know how to use it :

    Code:
    float x, y, z;
    
    for(i = 0; i < pEnemy->GetList()->ListAmount; i++){
    
        if(pEnemy->GetStatus()->AliveStatus == ST_ALIVE && pEnemy->GetInfo()->spawnShieldTime == SS_FALSE){//Checks for alive and makes sure they aren't invincible
    
            x = pEnemy->GetInfo()->GetPosition().x;
            y = pEnemy->GetInfo()->GetPositon().y;
            z = pEnemy->GetInfo()->GetPosition().z;
            
            pSelf->GetCam()->SetRotationToPoint(x, y, z);
            pSelf->GetWeapon()->SetStatus(WS_FIRE);
    
        }
    
    }
    For visible only aimbot you can just use this :
    Code:
    if(pEnemy->GetInfo()->CollisionPlayer() == ST_VISIBLE){
    
        //stuff
    }
    troll

    Am I the Only one without this?
    Last edited by whatup777; 09-22-2010 at 03:50 PM.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  17. #13
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Yeah that enemy pointer is definitely legit /.

  18. #14
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by whatup777 View Post
    You need the class for EPP so using offsets wont work. I dont think so atleast.




    Am I the Only one without this?
    No it hasn't been released before. Don't worry.

  19. #15
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Crash You lucky ass. /.

    I was getting Geek4Ever to help me reverse it.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

Page 1 of 7 123 ... LastLast

Similar Threads

  1. Auto-Updating Addresses
    By OneWhoSighs in forum Game Hacking Tutorials
    Replies: 4
    Last Post: 04-29-2013, 06:10 AM
  2. [RELEASE] - Updated Addresses
    By J in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 81
    Last Post: 06-24-2010, 05:08 AM
  3. Updated Addresses
    By Synns in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 26
    Last Post: 06-09-2010, 10:06 AM
  4. Updated Address's [2-13-08] Most Address's
    By RoB07 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 02-13-2008, 03:15 PM
  5. Updated addresses for some hacks.
    By sp0tie in forum Gunz Hacks
    Replies: 3
    Last Post: 02-22-2006, 08:18 AM