Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy

    Updated Addresses

    Code:
    #define ADR_NORECOIL_ONE    0x3740CE89
    #define ADR_NORECOIL_TWO    0x3740CE8B
    #define ADR_LTTCCllient    0x377DAE88
    #define ADR_ALTERNATIVE_CONSOLE    0x0046F620
    #define ADR_ASUS_WALLHACK    0x0057207A
    #define ADR_DEVICEPTR    0x009096F8 <--- I think? idk I don't use the device ptr.
    For use of the Alternative Console, not the one in Gellin's base:

    Credits to __GHOSTER__
    Code:
    void __cdecl SetConsoleVariable(char* szVal)
    {
        void* vSetVar = (void*)ADR_ALTERNATIVE_CONSOLE;
        _asm
        {
            push szVal
            call vSetVar
            add esp, 4
        }
    }
    Last edited by Synns; 05-26-2010 at 03:12 PM.

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

    ac1d_buRn (06-08-2010),ainkut (05-26-2010),anger83 (05-26-2010),CAFlames (06-01-2010),Charaky (06-09-2010),crazygamer53 (06-09-2010),formage (05-28-2010),God601 (05-26-2010),Grim (05-27-2010),matypatty (05-27-2010),MissRandomSpam (05-26-2010),Qizzle15401 (05-27-2010),redlord24 (05-26-2010),shaddow81 (05-27-2010),topblast (05-26-2010),Truly Free (06-09-2010),vingadormaster (05-27-2010),whit (05-27-2010),Zoom (05-26-2010),_Siniister (05-27-2010)

  3. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Thank you so much long!
    -Rest in peace leechers-

    Your PM box is 100% full.

  4. #3
    ~Stephen's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    117
    Reputation
    16
    Thanks
    9
    Thanks Longevity...

    Also, Great shit from: ___GHOSTER___

    Thanks again

  5. #4
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Why would you post these 3 hours after patch....

  6. #5
    ainkut's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    14
    My Mood
    Innocent
    Quote Originally Posted by mmbob View Post
    Why would you post these 3 hours after patch....
    because he's nice and deserves a thanks?

  7. #6
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    If I had to use Longevity's addresses, I'd definitely thank him. But you should let the kiddies find these themselves, and maybe release them in a few weeks. And that is the correct device pointer.
    Last edited by mmbob; 05-26-2010 at 03:16 PM. Reason: Long added deviceptr

  8. #7
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by mmbob View Post
    Why would you post these 3 hours after patch....
    Well, BigBoy posted a picture tutorial on how to dump files so basically everyone knows now. Finding these addresses aren't really hard to do now.

  9. #8
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    thanks for sharing
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  10. #9
    God601's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In The End Of The Time
    Posts
    554
    Reputation
    10
    Thanks
    362
    My Mood
    Angelic
    how can you find that shit?


    ADR_ALTERNATIVE_CONSOLE

    because i searched into every files of CA and didnt finded it -.-

    Starting my own Web hosting service
    Finaly completed.

    Progress for Exchange Server : 100%


  11. #10
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    CA updated today. In Engine.exe

    Look for 'CL***ient::UnregisterConsoleProgram'

    Scroll down until you see:

    Code:
    ___:0046F610 ; ---------------------------------------------------------------------------
    ___:0046F611                 align 10h
    ___:0046F620
    ___:0046F620 ; =============== S U B R O U T I N E =======================================
    ___:0046F620
    ___:0046F620 ; Attributes: thunk
    ___:0046F620
    ___:0046F620 sub_46F620      proc near               ; DATA XREF: sub_474930-34Eo
    ___:0046F620                                         ; ___:007D9200o
    ___:0046F620                 jmp     sub_485D40
    ___:0046F620 sub_46F620      endp
    ___:0046F620
    ___:0046F620 ; ---------------------------------------------------------------------------
    ___:0046F625                 align 10h
    ___:0046F630
    ___:0046F630 ; =============== S U B R O U T I N E =======================================

  12. The Following 7 Users Say Thank You to Synns For This Useful Post:

    ac1d_buRn (06-17-2010),Crash (06-16-2010),God601 (05-26-2010),J (06-16-2010),matypatty (05-27-2010),NOOB (02-24-2011),_Siniister (05-27-2010)

  13. #11
    God601's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In The End Of The Time
    Posts
    554
    Reputation
    10
    Thanks
    362
    My Mood
    Angelic
    hmm... that are very useful
    better than the l***ient because it was only... weird and others thing i can't say.

    Starting my own Web hosting service
    Finaly completed.

    Progress for Exchange Server : 100%


  14. #12
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    The alternate console is simply the address at *(*pL***ient + 0x208).

  15. The Following User Says Thank You to mmbob For This Useful Post:

    matypatty (05-31-2010)

  16. #13
    vingadormaster's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    154
    Reputation
    17
    Thanks
    243
    [php]#define ADR_KDRGUARDCANA 0x3778DFFC
    #define ADR_KDRGUARDCAEU 0x37750A08
    #define ADR_KILLCAMCAEU 0x377502E8[/php]

    killcamon put value in 0.
    kdrguard put value in 0.

    example:

    [php]
    kdrguard:

    *(long*) ADR_KDRGUARDCAEU = 0;

    killcamon:

    bool CAMON[2]; // Credits to NeoIII

    if(GetAsyncKeyState(VK_F12)&1) CAMON[0] = !CAMON[0];
    if(CAMON[0] && !CAMON[1])
    {
    *(long*) ADR_KILLCAMCAEU = 0;
    }[/php]

    found in MHS, but mhs is detected in XP SP3 32bits, I had to use a old folder of HackShield, which causes "conection ended" after a few minutes.

    make a findpattern to kdrguard apparently is complicated.
    it changes the values constantly.

    i not tryed findpattern to killcamon.

  17. #14
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by vingadormaster View Post
    [php]#define ADR_KDRGUARDCANA 0x3778DFFC
    #define ADR_KDRGUARDCAEU 0x37750A08
    #define ADR_KILLCAMCAEU 0x377502E8[/php]

    killcamon put value in 0.
    kdrguard put value in 0.

    example:

    [php]
    kdrguard:

    *(long*) ADR_KDRGUARDCAEU = 0;

    killcamon:

    bool CAMON[2]; // Credits to NeoIII

    if(GetAsyncKeyState(VK_F12)&1) CAMON[0] = !CAMON[0];
    if(CAMON[0] && !CAMON[1])
    {
    *(long*) ADR_KILLCAMCAEU = 0;
    }[/php]

    found in MHS, but mhs is detected in XP SP3 32bits, I had to use a old folder of HackShield, which causes "conection ended" after a few minutes.

    make a findpattern to kdrguard apparently is complicated.
    it changes the values constantly.

    i not tryed findpattern to killcamon.
    For KDRGuard or Unl. Respawns whatever it is just do this:

    Look for IClientShell.Default

    This patch NA:

    Code:
    ___:3778DFFC                 dd 1, 376A36E8h, 75h dup(0)
    ___:3778E1D8                 dd offset off_376A36E0
    ___:3778E1DC                 dd 0FFFFFFFFh, 2 dup(0)
    ___:3778E1E8                 dd 718h, 0Eh dup(0)
    ___:3778E224                 dd 0B01F200h, 0
    ___:3778E22C                 dd offset off_37775DF8
    ___:3778E230                 dd 0
    ___:3778E234                 dd offset off_376A381C
    ___:3778E238                 dd 0B0324h, 1, 2020202h, 536E6957h, 206B636Fh, 302E32h
    ___:3778E238                 dd 3Dh dup(0)
    ___:3778E344                 dd 6E755200h, 676E696Eh, 21h dup(0)
    ___:3778E3D0                 dd 11270002h, 0E6F55D0h, 2 dup(0)
    ___:3778E3E0                 dd 8A0h, 0Ah dup(0)
    ___:3778E40C                 dd offset off_376A3814
    ___:3778E410                 dd 8A4h, 7D4h, 8B0h, 71Ch, 6 dup(0)
    ___:3778E438                 dd 1, 7 dup(0)
    ___:3778E458                 dd 0B027218h, 0
    ___:3778E460                 dd offset off_37680EA4
    ___:3778E464                 dd 20h, 2Ah dup(0)
    ___:3778E510                 dd 7, 2 dup(0)
    ___:3778E51C                 dd 1010001h, 1, 0
    ___:3778E528                 dd 1, 40h dup(0)
    ___:3778E62C                 dd 10000h, 2 dup(0)
    ___:3778E638                 dd 0B02F230h, 0Ah dup(0)
    ___:3778E664                 dd 0B02F5A0h, 0B02F6E0h, 0B02F760h, 41Eh dup(0)
    ___:3778F6E8                 dd 0B017130h, 4Dh dup(0)
    ___:3778F820                 dd 3000605h, 1A4h, 68h dup(0)
    ___:3778F9C8                 dd 2 dup(0FFFFFFFFh), 6 dup(0)
    ___:3778F9E8                 dd 7, 0
    ___:3778F9F0                 dd 3 dup(0FFFFFFFFh), 6 dup(0)
    ___:3778FA14                 dd 7, 0
    ___:3778FA1C off_3778FA1C    dd offset off_37775DF8  ; DATA XREF: ___:37679590o
    ___:3778FA20                 dd offset aIclientshell_d ; "IClientShell.Default"
    Last Patch NA:

    Code:
    ___:37787F48                 dd 1, 3769D990h, 75h dup(0)
    ___:37788124                 dd offset off_3769D988
    ___:37788128                 dd 0FFFFFFFFh, 2 dup(0)
    ___:37788134                 dd 7C0h, 0Eh dup(0)
    ___:37788170                 dd 89E43E8h, 0
    ___:37788178                 dd offset off_3776FD58
    ___:3778817C                 align 10h
    ___:37788180                 dd offset off_3769DAC4
    ___:37788184                 dd 700DEh, 1, 2020202h, 536E6957h, 206B636Fh, 302E32h
    ___:37788184                 dd 3Dh dup(0)
    ___:37788290                 dd 6E755200h, 676E696Eh, 21h dup(0)
    ___:3778831C                 dd 11270002h, 0E6F55D0h, 2 dup(0)
    ___:3778832C                 dd 90Ch, 0Ah dup(0)
    ___:37788358                 dd offset off_3769DABC
    ___:3778835C                 dd 91Ch, 370h, 928h, 5C8h, 6 dup(0)
    ___:37788384                 dd 1, 7 dup(0)
    ___:377883A4                 dd 89EC400h, 0
    ___:377883AC                 dd offset off_3767AEDC
    ___:377883B0                 dd 20h, 2Ah dup(0)
    ___:3778845C                 dd 7, 2 dup(0)
    ___:37788468 aHttpsWww_cap_0 db 'https://www.cap.vivo*****m/api2/',0
    ___:37788488                 dd 39h dup(0)
    ___:3778856C aSipConfctl2@_0 db 'sip:confctl-2@cap.vivo*****m',0
    ___:37788588                 dd 3Ah dup(0)
    ___:37788670                 dd 1010101h, 0
    ___:37788678                 dd 1, 40h dup(0)
    ___:3778877C                 dd 10000h, 2 dup(0)
    ___:37788788                 dd 89E1F58h, 0Ah dup(0)
    ___:377887B4                 dd 89F4550h, 89F4690h, 89F4710h, 40Ah dup(0)
    ___:377897E8                 dd 810FFC0h, 4Dh dup(0)
    ___:37789920                 dd 3000605h, 1A4h, 68h dup(0)
    ___:37789AC8                 dd 2 dup(0FFFFFFFFh), 6 dup(0)
    ___:37789AE8                 dd 7, 0
    ___:37789AF0                 dd 3 dup(0FFFFFFFFh), 6 dup(0)
    ___:37789B14                 dd 7, 0
    ___:37789B1C off_37789B1C    dd offset off_3776FD58  ; DATA XREF: ___:376734E0o
    ___:37789B20                 dd offset aIclientshell_d ; "IClientShell.Default"

  18. The Following User Says Thank You to Synns For This Useful Post:

    vingadormaster (05-26-2010)

  19. #15
    vingadormaster's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    154
    Reputation
    17
    Thanks
    243
    Quote Originally Posted by Longevity View Post
    For KDRGuard or Unl. Respawns whatever it is just do this:

    Look for IClientShell.Default

    This patch NA:

    Code:
    ___:3778DFFC                 dd 1, 376A36E8h, 75h dup(0)
    ___:3778E1D8                 dd offset off_376A36E0
    ___:3778E1DC                 dd 0FFFFFFFFh, 2 dup(0)
    ___:3778E1E8                 dd 718h, 0Eh dup(0)
    ___:3778E224                 dd 0B01F200h, 0
    ___:3778E22C                 dd offset off_37775DF8
    ___:3778E230                 dd 0
    ___:3778E234                 dd offset off_376A381C
    ___:3778E238                 dd 0B0324h, 1, 2020202h, 536E6957h, 206B636Fh, 302E32h
    ___:3778E238                 dd 3Dh dup(0)
    ___:3778E344                 dd 6E755200h, 676E696Eh, 21h dup(0)
    ___:3778E3D0                 dd 11270002h, 0E6F55D0h, 2 dup(0)
    ___:3778E3E0                 dd 8A0h, 0Ah dup(0)
    ___:3778E40C                 dd offset off_376A3814
    ___:3778E410                 dd 8A4h, 7D4h, 8B0h, 71Ch, 6 dup(0)
    ___:3778E438                 dd 1, 7 dup(0)
    ___:3778E458                 dd 0B027218h, 0
    ___:3778E460                 dd offset off_37680EA4
    ___:3778E464                 dd 20h, 2Ah dup(0)
    ___:3778E510                 dd 7, 2 dup(0)
    ___:3778E51C                 dd 1010001h, 1, 0
    ___:3778E528                 dd 1, 40h dup(0)
    ___:3778E62C                 dd 10000h, 2 dup(0)
    ___:3778E638                 dd 0B02F230h, 0Ah dup(0)
    ___:3778E664                 dd 0B02F5A0h, 0B02F6E0h, 0B02F760h, 41Eh dup(0)
    ___:3778F6E8                 dd 0B017130h, 4Dh dup(0)
    ___:3778F820                 dd 3000605h, 1A4h, 68h dup(0)
    ___:3778F9C8                 dd 2 dup(0FFFFFFFFh), 6 dup(0)
    ___:3778F9E8                 dd 7, 0
    ___:3778F9F0                 dd 3 dup(0FFFFFFFFh), 6 dup(0)
    ___:3778FA14                 dd 7, 0
    ___:3778FA1C off_3778FA1C    dd offset off_37775DF8  ; DATA XREF: ___:37679590o
    ___:3778FA20                 dd offset aIclientshell_d ; "IClientShell.Default"
    Last Patch NA:

    Code:
    ___:37787F48                 dd 1, 3769D990h, 75h dup(0)
    ___:37788124                 dd offset off_3769D988
    ___:37788128                 dd 0FFFFFFFFh, 2 dup(0)
    ___:37788134                 dd 7C0h, 0Eh dup(0)
    ___:37788170                 dd 89E43E8h, 0
    ___:37788178                 dd offset off_3776FD58
    ___:3778817C                 align 10h
    ___:37788180                 dd offset off_3769DAC4
    ___:37788184                 dd 700DEh, 1, 2020202h, 536E6957h, 206B636Fh, 302E32h
    ___:37788184                 dd 3Dh dup(0)
    ___:37788290                 dd 6E755200h, 676E696Eh, 21h dup(0)
    ___:3778831C                 dd 11270002h, 0E6F55D0h, 2 dup(0)
    ___:3778832C                 dd 90Ch, 0Ah dup(0)
    ___:37788358                 dd offset off_3769DABC
    ___:3778835C                 dd 91Ch, 370h, 928h, 5C8h, 6 dup(0)
    ___:37788384                 dd 1, 7 dup(0)
    ___:377883A4                 dd 89EC400h, 0
    ___:377883AC                 dd offset off_3767AEDC
    ___:377883B0                 dd 20h, 2Ah dup(0)
    ___:3778845C                 dd 7, 2 dup(0)
    ___:37788468 aHttpsWww_cap_0 db 'https://www.cap.vivo*****m/api2/',0
    ___:37788488                 dd 39h dup(0)
    ___:3778856C aSipConfctl2@_0 db 'sip:confctl-2@cap.vivo*****m',0
    ___:37788588                 dd 3Ah dup(0)
    ___:37788670                 dd 1010101h, 0
    ___:37788678                 dd 1, 40h dup(0)
    ___:3778877C                 dd 10000h, 2 dup(0)
    ___:37788788                 dd 89E1F58h, 0Ah dup(0)
    ___:377887B4                 dd 89F4550h, 89F4690h, 89F4710h, 40Ah dup(0)
    ___:377897E8                 dd 810FFC0h, 4Dh dup(0)
    ___:37789920                 dd 3000605h, 1A4h, 68h dup(0)
    ___:37789AC8                 dd 2 dup(0FFFFFFFFh), 6 dup(0)
    ___:37789AE8                 dd 7, 0
    ___:37789AF0                 dd 3 dup(0FFFFFFFFh), 6 dup(0)
    ___:37789B14                 dd 7, 0
    ___:37789B1C off_37789B1C    dd offset off_3776FD58  ; DATA XREF: ___:376734E0o
    ___:37789B20                 dd offset aIclientshell_d ; "IClientShell.Default"
    thanks, but it not show in olly, I'll try to find idapro to test.

    using ILocaleManager.Default and after Go to - Previus - Minus in olly apparently found.

Page 1 of 2 12 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 [CABR]
    By J in forum Combat Arms Brazil Hacks
    Replies: 13
    Last Post: 10-10-2010, 10:11 AM
  3. [RELEASE] - Updated Addresses
    By J in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 81
    Last Post: 06-24-2010, 05:08 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