Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92

    [ASM BYPASS][02.09.11]Made by SK1LL0R.

    void MEMwrite(void *adr, void *ptr, int size)
    {
    DWORD OldProtection;
    VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);
    memcpy(adr,ptr,size);
    VirtualProtect(adr,size,OldProtection, &OldProtection);
    }

    DWORD WINAPI Bypass(LPVOID)
    {
    DWORD HSEhsvc = 0;
    do{
    HSEhsvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
    Sleep(100);
    }while(!HSEhsvc);
    MEMwrite((void*)(HSEhsvc+0x71E7C),(PBYTE)"\xC2\x04 \x00",3);
    MEMwrite((void*)(HSEhsvc+0x09B30),(PBYTE)"\xC2\x04 \x00",3);
    MEMwrite((void*)(HSEhsvc+0x26867),(PBYTE)"\x90\x90 ",2);
    MEMwrite((void*)(HSEhsvc+0x15530),(PBYTE)"\x90\x90 ",2);
    MEMwrite((void*)(HSEhsvc+0x3626E),(PBYTE)"\x31",1) ;
    MEMwrite((void*)(HSEhsvc+0x3372F),(PBYTE)"\x31",1) ;
    MEMwrite((void*)(HSEhsvc+0x357A0),(PBYTE)"\x31", 1);
    MEMwrite((void*)0x004A8999,(PBYTE)"\x90\x90\x90\x9 0\x90\x90",6) ;
    return 1;
    }

    Big THX:

    Directx

    Credits: Me (ehsvc addys)
    UnknownPK
    Last edited by SK1LL0R.; 09-03-2011 at 07:58 AM.

  2. The Following User Says Thank You to SK1LL0R. For This Useful Post:

    markus92 (09-02-2011)

  3. #2
    z346etn56jzd7egth's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    37
    Reputation
    19
    Thanks
    1,123
    My Mood
    Dead
    will this stop my source from crashing? cause mine crashes and the addies seem to be okay

  4. #3
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by kokomika View Post
    will this stop my source from crashing? cause mine crashes and the addies seem to be okay
    Na bypass dosn't stop hack from craching if it was nomenu and addies was wrong

  5. #4
    markus92's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Worried
    What about publishing the both more needed addys?
    or send per pm?

  6. #5
    z346etn56jzd7egth's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    37
    Reputation
    19
    Thanks
    1,123
    My Mood
    Dead
    Quote Originally Posted by R3dLine View Post
    Na bypass dosn't stop hack from craching if it was nomenu and addies was wrong
    what does being a no-menu have to do with it crashing?

  7. #6
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    i doubt its yours,no offence

  8. #7
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by Alex_Agnew View Post
    i doubt its yours,no offence
    and i doubt its working 100 % :P

  9. #8
    markus92's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Worried
    can someone give me the both needed addys? ;D

    i cant find them

    EDIT:

    if someone can give me a dumped ehsvc.dll i can try it myself :/
    Last edited by markus92; 09-02-2011 at 09:59 AM.

  10. #9
    MH4CKER's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    MPGH
    Posts
    402
    Reputation
    23
    Thanks
    150
    My Mood
    Amused
    Doesnt work for me oh well gj
    Last edited by MH4CKER; 09-02-2011 at 03:38 PM.
    If you need help with coding/programming. PM me, il help anytime :3

  11. #10
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92
    It is my bypass.
    Today I make my Ehsvc addylogger finished.

    Unknownpk only get credits for some shit like:
    DWORD WINAPI Bypass(LPVOID)
    {
    DWORD HSEhsvc = 0;
    do{
    HSEhsvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
    Sleep(100);
    }while(!HSEhsvc);
    return 1;
    }

    Other TextStrings:
    m1 = "No response from server"
    m2 = "Error"
    m10 = "Unable to connect to log-in server"
    m11 = "Network settings problem"
    m12 = "Abnormal gameplay found"
    m13 = "Failed to create a room ERROR_CODE"
    m125 = "Connection will be terminated because of an abnormal gameplay"
    m126 = "Connection error"
    m127 = "Connection will be terminated because of an abnormal gameplay ***"

    Have fun :P

  12. #11
    z346etn56jzd7egth's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    37
    Reputation
    19
    Thanks
    1,123
    My Mood
    Dead
    Quote Originally Posted by markus92 View Post
    can someone give me the both needed addys? ;D

    i cant find them

    EDIT:

    if someone can give me a dumped ehsvc.dll i can try it myself :/

    good luck finding them us windows 7 users are stuck without the good addies unless generous people give them like Alex_Agnew, bodhi or r3dline (corrected my player/server pointer ) try googling : dumped ehsvc.dll or google the addies you need, you might find them

  13. #12
    markus92's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Worried
    Quote Originally Posted by kokomika View Post
    good luck finding them us windows 7 users are stuck without the good addies unless generous people give them like Alex_Agnew, bodhi or r3dline (corrected my player/server pointer ) try googling : dumped ehsvc.dll or google the addies you need, you might find them
    i dont find them, thats the problem ^^
    so can u be so nice and give it to me?

  14. #13
    SK1LL0R.'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    42
    Reputation
    -14
    Thanks
    92

  15. The Following 2 Users Say Thank You to SK1LL0R. For This Useful Post:

    7sean (09-05-2011),ramsak1771 (09-25-2011)

  16. #14
    IHaxYou!'s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    HaxLand
    Posts
    936
    Reputation
    -18
    Thanks
    387
    My Mood
    Cynical
    Use
    Code:
    Test
    around you'r code please.
    Make's it more neat.

  17. #15
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    SK1LL0R.

    PLZ don't leech upk stuff and say its yours ...

Page 1 of 3 123 LastLast

Similar Threads

  1. [Help] Please help me with ASM bypass
    By pronten in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 04-25-2011, 10:22 PM
  2. ASM bypass??
    By zhaoyun333 in forum C++/C Programming
    Replies: 2
    Last Post: 07-25-2009, 06:20 PM
  3. [relase] pb bypass made by me 3 min! dl now
    By ~claw~ in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-26-2007, 06:23 AM
  4. trading bypass made by me for anti kick adresss on warrock
    By ~claw~ in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 07-26-2007, 06:19 AM
  5. Finnally my brothers mate made me a bypass and now.......
    By .-=m1k3y=-. in forum WarRock - International Hacks
    Replies: 14
    Last Post: 07-15-2007, 11:45 AM