Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 52
  1. #31
    boxzaser0123's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    paanu po gamitin yan plss anwser ?

  2. #32
    jeckelen's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how to use these codes?

  3. #33
    lagos7's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how to use it?

  4. #34
    ilubyah143's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    179
    My Mood
    Aggressive
    pa help about bypass. cnu may addie jan ng bypass updated Newbie ako galing warrock > pa help add sa fb Johnloydsanchez@rocketmail.com >>>


    #define HackDetect1 0x00435FA6
    BYTE HD1[] = {0xEB, 0x35};
    #define HackDetect2 0x0043CE36
    BYTE HD2[] = {0xEB, 0x35};
    #define HackDetect3 0x0043DCF0
    BYTE HD3[] = {0xEB, 0x35};
    #define HackDetect4 0x0043DCD1
    BYTE HD4[] = {0xEB, 0x1F};
    #define HackDetect5 0x0043DCE9
    BYTE HD5[] = {0xEB, 0x07};
    #define IsDebuggerPresent 0x00499517
    BYTE IDP[] = {0x90};
    #define ZCheckHackProcess1 0x00441E35
    BYTE ZCHP1[] = {0xEB, 0x34};
    #define ZCheckHackProcess2 0x00441E62
    BYTE ZCHP2[] = {0xEB, 0x2C};
    #define ZCheckHackProcess3 0x00441EBD
    BYTE ZCHP3[] = {0xEB, 0x09};
    #define AbnormalBehavior 0x00440353
    BYTE AB[] = {0xE9, 0x8A, 0x00, 0x00, 0x00};

    //Write To Memory
    DWORD OldProtection;
    void WriteToMemory(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &OldProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, OldProtection, &OldProtection);
    }
    void ModifyMemory( BYTE *Offset, BYTE *ByteArray, DWORD Length){
    for(DWORD i = 0; i < Length; i++)
    WriteToMemory((DWORD)Offset + i, (DWORD)ByteArray + i, 1);
    }

    void Bypass()
    {
    ModifyMemory((BYTE*)HackDetect1, HD1, 2);
    ModifyMemory((BYTE*)HackDetect2, HD2, 2);
    ModifyMemory((BYTE*)HackDetect3, HD3, 2);
    ModifyMemory((BYTE*)HackDetect4, HD4, 2);
    ModifyMemory((BYTE*)HackDetect5, HD5, 2);
    ModifyMemory((BYTE*)IsDebuggerPresent, IDP, 1);
    ModifyMemory((BYTE*)ZCheckHackProcess1, ZCHP1, 2);
    ModifyMemory((BYTE*)ZCheckHackProcess2, ZCHP2, 2);
    ModifyMemory((BYTE*)ZCheckHackProcess3, ZCHP3, 2);
    ModifyMemory((BYTE*)AbnormalBehavior, AB, 5);
    }

  5. #35
    jonathanbros's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Goddess of Harmony
    Posts
    233
    Reputation
    10
    Thanks
    41
    My Mood
    Angelic
    So Many Codes :O
    sadly Im not a coder xD









    epic animations




    Newbie:
    Member:
    Advanced Member:
    Dual-Keyboard Member:


    Trusted: CorporalDunn,Zhanre,Temperrr,Hero,Scata,Glenox,Ryu zaki™,louisdemon1,RoLe,DOOP,Sprite,Dark,justinsswa gga,ayawmanmik,giniyat101,Avene,jmdante,BACKDOOR,x KickAss,jhadd4,HackerMaybe,acedia,tryhacker,etc
    Untrusted:jamescarl(i saw him on the other websites posting keyloggers and spamming on other website)grayback(scammer! 100% BEWARE)

  6. #36
    -Simple.?'s Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Tnx For help

  7. #37
    chainedheart's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    pano gawin yan?

  8. #38
    kylerease's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Upper Right Corner of the Earth <3
    Posts
    174
    Reputation
    10
    Thanks
    866
    My Mood
    Inspired
    Quote Originally Posted by ExEchromE View Post
    Code:
    #define DIPEngine1 			0x004BAAF2
    #define DIPEngine2 			0x00000000
    #define EndSceneEngine 			0x00458B1F
    #define PresentEngine 			0x004DAD9F
    
    #define WallHack 			0x70AC84
    #define WeaponPtr 			0x1080CAC
    #define BPlayerInfoPtr 			0x10199D8
    #define FallDamagePtr 			0x1080C8C
    #define DamageZonePtr 			0x56A1E4
    #define WallPtr 			0x1080C94
    #define PtcPtr 				0x5FC89C
    #define ClientShell 			0xF9480000
    Credits me
    thanks for the info





  9. #39
    remzkee0903's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Philippines
    Posts
    294
    Reputation
    11
    Thanks
    368
    My Mood
    Angelic
    Quote Originally Posted by kylerease View Post
    thanks for the info
    All of that pointers/addys has been changed long time.
    @ExEchromE you're not the one who make this addylogger. Credit must goes to @DOOP.
    -SiLent But DeadLy-

  10. #40
    laxxs01's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Pano mag edit ng code ' heLp nmn ooh . :3

  11. #41
    laxxs01's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Help nmn sir ' pano ko gagamitin ung code na yan . :3

  12. #42
    FlareBlitz66's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Under my blanket
    Posts
    154
    Reputation
    10
    Thanks
    4
    My Mood
    Doh
    How do I use this? or can someone release a cheat on forums?
    Last edited by FlareBlitz66; 03-16-2014 at 03:33 PM. Reason: derp
    [img]https://www.danasof*****m/sig/18486064983.jpg[/img]

  13. #43
    kyller0's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    anong web ang cheat nayan

  14. #44
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    Quote Originally Posted by ExEchromE View Post
    Code:
    #define DIPEngine1 			0x004BAAF2
    #define DIPEngine2 			0x00000000
    #define EndSceneEngine 			0x00458B1F
    #define PresentEngine 			0x004DAD9F
    
    #define WallHack 			0x70AC84
    #define WeaponPtr 			0x1080CAC
    #define BPlayerInfoPtr 			0x10199D8
    #define FallDamagePtr 			0x1080C8C
    #define DamageZonePtr 			0x56A1E4
    #define WallPtr 			0x1080C94
    #define PtcPtr 				0x5FC89C
    #define ClientShell 			0xF9480000
    Credits me
    Nice share keep up the good works






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


  15. #45
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    Quote Originally Posted by ilubyah143 View Post
    pa help about bypass. cnu may addie jan ng bypass update
    d Newbie ako galing warrock > pa help add sa fb Johnloydsanchez@rocketmail.com >>>
    im working on wr ph wr bypass not like on cf because you need to dumped gamemon.des to find some addies of detection and change the bytes of them to make your hacks undetected ... sorryfpr my bad english because im a filipino citizen

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. LATEST WARROCK ADDIES JUNE 11, 2012 SORRY LATE HEHE
    By darkraizor in forum WarRock Philippines Hacks
    Replies: 11
    Last Post: 07-14-2012, 06:10 AM
  2. [Request] Updated Pointers,Offsets,Addys?
    By Healer Mage Aqw in forum CrossFire PH Discussions
    Replies: 4
    Last Post: 03-16-2012, 09:38 AM
  3. [Request] The Latest CF Addies
    By Fly3r in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 20
    Last Post: 12-09-2010, 11:15 AM
  4. Updated CA EU Addies
    By J in forum Combat Arms EU Hack Coding/Source Code
    Replies: 86
    Last Post: 08-05-2010, 12:27 AM
  5. 3-7-10 Latest Warrock Addies!
    By IdidntDoit1 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 03-07-2010, 06:05 AM