Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    VeViDo's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    DataBase
    Posts
    43
    Reputation
    44
    Thanks
    155
    My Mood
    Asleep

    Thumbs up PB ( and All HackShield Games GameGuard ) Bypass !

    [I][CENTER]Wazzap guy's here my source code in HackShield Bypass
    Code:
    #include <windows.h>
    
    
    #include <stdio.h>
    
    
    
    
    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x93};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x93};
    
    
    DWORD JuwendiVB_Hack = 0;
    LPTSTR JuwendiVB = "Blackshot.exe";
    
    
    void Patch(void *adr, void *ptr, int size)
    {
    DWORD NewProtection;
    VirtualProtect(adr,size,PAGE_EXECUTE_WRITECOPY, &NewProtection);
    memcpy(adr,ptr,size);
    VirtualProtect(adr,size,NewProtection, &NewProtection);
    }
    
    
    
    
    DWORD WINAPI LoopFunction(LPVOID param)
    {
    while (1) {
    
    
    if (GetAsyncKeyState(VK_END)&1)
    {
    DWORD C0D3 = (DWORD)GetModuleHandleA(JuwendiVB);
    {
    if (XpsHack > 0) {
    C0D3RIN_Hack = C0D3 + 0x4C778F;
    Patch((void *)(C0D3RIN_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(C0D3RIN_Hack),(void*)(PBYTE)ByteAsli, 6);
    }
    Sleep(10);
    } 
    }
    }
    return (0);
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) { 
    CreateThread(0, 0, LoopFunction, 0, 0, 0);
    }
    return TRUE;
    }
    Last edited by VeViDo; 06-08-2013 at 01:25 PM.

  2. The Following 5 Users Say Thank You to VeViDo For This Useful Post:

    FLEEphacks (07-04-2013),ipc.nn (06-28-2013),jainara002 (02-17-2014),jamsock (07-03-2013),smokelights (06-18-2013)

  3. #2
    kokodzambo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Can u post already made bypass ? Its not compiling for me, at least 3 errors which i have no idea how to fix.

  4. #3
    VeViDo's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    DataBase
    Posts
    43
    Reputation
    44
    Thanks
    155
    My Mood
    Asleep
    Quote Originally Posted by kokodzambo View Post
    Can u post already made bypass ? Its not compiling for me, at least 3 errors which i have no idea how to fix.
    This is For Your OWN safe I MAke THis, Compile it UrSelf , i Can't Post The Bypass To Prevent it From PAtching !
    Last edited by VeViDo; 06-09-2013 at 09:03 AM.

  5. #4
    Z1xer's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Молодец! Обход сам сделал?

  6. #5
    brokim's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    ~~MGMT~~
    Posts
    907
    Reputation
    76
    Thanks
    1,981
    My Mood
    Psychedelic
    hey bro is this updated?
    Quote Originally Posted by VeViDo View Post
    [I][CENTER]Wazzap guy's here my source code in HackShield Bypass
    Code:
    #include <windows.h>
    
    
    #include <stdio.h>
    
    
    
    
    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x93};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x93};
    
    
    DWORD JuwendiVB_Hack = 0;
    LPTSTR JuwendiVB = "Blackshot.exe";
    
    
    void Patch(void *adr, void *ptr, int size)
    {
    DWORD NewProtection;
    VirtualProtect(adr,size,PAGE_EXECUTE_WRITECOPY, &NewProtection);
    memcpy(adr,ptr,size);
    VirtualProtect(adr,size,NewProtection, &NewProtection);
    }
    
    
    
    
    DWORD WINAPI LoopFunction(LPVOID param)
    {
    while (1) {
    
    
    if (GetAsyncKeyState(VK_END)&1)
    {
    DWORD C0D3 = (DWORD)GetModuleHandleA(JuwendiVB);
    {
    if (XpsHack > 0) {
    C0D3RIN_Hack = C0D3 + 0x4C778F;
    Patch((void *)(C0D3RIN_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(C0D3RIN_Hack),(void*)(PBYTE)ByteAsli, 6);
    }
    Sleep(10);
    } 
    }
    }
    return (0);
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) { 
    CreateThread(0, 0, LoopFunction, 0, 0, 0);
    }
    return TRUE;
    }

  7. #6
    VeViDo's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    DataBase
    Posts
    43
    Reputation
    44
    Thanks
    155
    My Mood
    Asleep
    Quote Originally Posted by brokim View Post
    hey bro is this updated?
    Of Course Just Compile The Script

  8. #7

  9. #8
    VeViDo's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    DataBase
    Posts
    43
    Reputation
    44
    Thanks
    155
    My Mood
    Asleep
    Quote Originally Posted by brokim View Post
    ok then... but the addys are not really for pb..
    Yes I Make This For BlackShot But it's Working But Every Fps Game Use HS

  10. #9
    GuilhermeBS_VIP1's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    232
    My Mood
    Blah
    Quote Originally Posted by VeViDo View Post
    Yes I Make This For BlackShot But it's Working But Every Fps Game Use HS

    end is a key ?

  11. #10
    brokim's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    ~~MGMT~~
    Posts
    907
    Reputation
    76
    Thanks
    1,981
    My Mood
    Psychedelic
    not really... they all have different addresses.... if you mean that the method works, yes, just not the addys etc
    Quote Originally Posted by VeViDo View Post
    Yes I Make This For BlackShot But it's Working But Every Fps Game Use HS

  12. #11
    KOoOMI's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    At Some Where One The Earth
    Posts
    26
    Reputation
    10
    Thanks
    2
    My Mood
    Pensive
    Good Job!

    But Where Should I Write This Code

    Auto It v3 Or VC ++

    ThnQ

  13. #12
    brokim's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    ~~MGMT~~
    Posts
    907
    Reputation
    76
    Thanks
    1,981
    My Mood
    Psychedelic
    look at it kooomi..... its c++..... and its not even for pb and it will not work XD so dont bother this is a bad thread.
    Quote Originally Posted by KOoOMI View Post
    Good Job!

    But Where Should I Write This Code

    Auto It v3 Or VC ++

    ThnQ

  14. #13
    KOoOMI's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    At Some Where One The Earth
    Posts
    26
    Reputation
    10
    Thanks
    2
    My Mood
    Pensive
    Quote Originally Posted by brokim View Post
    look at it kooomi..... its c++..... and its not even for pb and it will not work XD so dont bother this is a bad thread.
    OOH!!

    ThnQ But Why This Man Write That Thread

    Noobs --"


  15. #14

  16. #15
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,873
    My Mood
    Relaxed
    Good Job





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  17. The Following User Says Thank You to Qmo For This Useful Post:

    VeViDo (07-05-2013)

Page 1 of 2 12 LastLast

Similar Threads

  1. Aeria DOWN! (and all aeria games)
    By AVA Hacker in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 1
    Last Post: 08-25-2012, 09:39 AM
  2. Selling Diablo 3 beta w/ Cata exp and all blizz games
    By Gamerusher in forum Selling Accounts/Keys/Items
    Replies: 1
    Last Post: 03-08-2012, 12:50 AM
  3. Injector for mw 2 and all other games
    By lokpi333 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 13
    Last Post: 04-10-2011, 08:39 AM
  4. [HELP] D3D error ( d3d9 test app , warrock , and all dx9 game )
    By l4sth4ck3r in forum C++/C Programming
    Replies: 21
    Last Post: 12-18-2010, 06:07 PM
  5. [Release] D3D9.dll , COOLER.dll and HACKE.dll (NEW: GAMEGUARD BYPASS!!!!!)
    By tambre in forum WolfTeam Hacks
    Replies: 29
    Last Post: 08-29-2010, 05:23 PM