Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    see111's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    9
    My Mood
    Doubtful
    #include <windows.h>

    #include <stdio.h>


    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x95};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x95};

    DWORD see111_Hack = 0;
    LPTSTR see111 = "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 MPGH = (DWORD)GetModuleHandleA(see111);
    {
    if (MPGH > 0) {
    see111_Hack = MPGH + 0x950000; //npsc.des | 0x950000 | 228KB | nProtect SpeedCheck ModulePatch
    ((void *)(see111_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(see111_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;
    }

    Help me check for the bypass!
    Last edited by see111; 11-08-2013 at 06:07 AM.

  2. #17
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by see111 View Post
    #include <windows.h>

    #include <stdio.h>


    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x95};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x95};

    DWORD see111_Hack = 0;
    LPTSTR see111 = "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 MPGH = (DWORD)GetModuleHandleA(see111);
    {
    if (MPGH > 0) {
    see111_Hack = MPGH + 0x950000; //npsc.des | 0x950000 | 228KB | nProtect SpeedCheck ModulePatch
    ((void *)(see111_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(see111_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;
    }

    Help me check for the bypass!
    use c++ to compile the code but this old offset
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  3. #18
    see111's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    9
    My Mood
    Doubtful
    I don't know which part went wrong, can you have a change of it? and private message. I bypassed it but detected in 5 minutes 00

  4. #19
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by see111 View Post
    I don't know which part went wrong, can you have a change of it? and private message. I bypassed it but detected in 5 minutes 00
    offset is old like this 0x95 search for new one
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  5. #20
    see111's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    9
    My Mood
    Doubtful
    My process hacker cant find the stupid nprotect bytes. It keep ran faster than my eye sight view -- Can you please help me?

  6. #21
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by see111 View Post
    My process hacker cant find the stupid nprotect bytes. It keep ran faster than my eye sight view -- Can you please help me?
    run the game went gg logo show up search again in gameguard des
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  7. #22
    see111's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    9
    My Mood
    Doubtful
    Can i suspend it and check for the byte?

  8. #23
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by see111 View Post
    Can i suspend it and check for the byte?
    yes it can suspended before the black logo show up
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  9. #24
    naeembh's Avatar
    Join Date
    May 2013
    Gender
    female
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by shahir1 View Post
    LOL! so noob, this trainer didn't work on blackshot, because blackshot process automatic hide from task manager or another program. if we inject the code , when in game nothing happen.. I already try -_-
    xD in bs Eu all time blackshot.exe process is on in gareena it may be hide but not in Eu

  10. #25
    xPureangel's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Singapore
    Posts
    27
    Reputation
    10
    Thanks
    234
    My Mood
    Amazed
    Damn, this doesnt work, Blackshot.exe will be hidden once the process start as gameguard prevented it, no point posting this stuff unless you have a bypass like me but the mpgh admin disapprove :<
    Quote Originally Posted by jokimoto View Post
    Tutorial !
    Code:
    1 : Open your Game .
    2 : Open my Trainer
    3 : See my Video
    Video :


    Jotti Scan
    GarysHood Scan


    It will help you using this @COD3RIN C€ Code

  11. #26
    complete12's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    guys cant dowload?????

  12. #27
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by complete12 View Post
    guys cant dowload?????
    not approve yet
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  13. #28
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,133
    Reputation
    4764
    Thanks
    9,674
    Approved .
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  14. #29
    xavier77's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    need to download cheat engine when using this hack??

  15. #30
    kevan297's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    how do you use this hack? lol i dont understand...

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Trainer With Bytes , 2 bytes , 4 bytes , Float ..
    By jokimoto in forum Visual Basic Programming
    Replies: 3
    Last Post: 11-12-2013, 12:23 PM
  2. [Release] Trainer With Bytes , 2 bytes , 4 bytes , Float
    By jokimoto in forum Visual Basic Programming
    Replies: 0
    Last Post: 11-07-2013, 11:55 PM
  3. [Request]Trainer with Bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-03-2007, 05:23 AM
  4. I will create awesome public trainers with built in bypasses
    By domin8666 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 05-01-2007, 09:32 PM
  5. Addresses with uce, trainer with ce
    By scooby107 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-30-2007, 11:10 AM