Results 1 to 12 of 12
  1. #1
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,434
    My Mood
    Amazed

    Source Hack For Beginner (CP)

    Hye I want to share source code for hacking just change the ADDRESS and VALUE
    GOOD LUCK


    Code:
    #include <windows.h>
    
    VOID WINAPIV HACK(LPVOID)
     {
      while (1)
      {
       if (GetKeyState(VK_F5) & 1) //Hotkey
       {
        *(BYTE*)0xADDRESS = 0xVALUE; 
        *(BYTE*)0xADDRESS = 0xVALUE;
        *(BYTE*)0x009C413B = 0x65; //Example
       }
      }
     }
     
    
     INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
     {
      DisableThreadLibraryCalls(hDll);
      if (dwReason == DLL_PROCESS_ATTACH)
      {
       CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HACK, NULL, NULL, NULL);
      }
      return true;
     }
    I want to stop for a while because SPM Exam
    Bye
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  2. #2
    ReseviC's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    BEClient.dll
    Posts
    354
    Reputation
    10
    Thanks
    3,430
    My Mood
    Busy
    Quote Originally Posted by MafiaBoy BlackShit View Post
    Hye I want to share source code for hacking just change the ADDRESS and VALUE
    GOOD LUCK


    Code:
    #include <windows.h>
    
    VOID WINAPIV HACK(LPVOID)
     {
      while (1)
      {
       if (GetKeyState(VK_F5) & 1) //Hotkey
       {
        *(BYTE*)0xADDRESS = 0xVALUE; 
        *(BYTE*)0xADDRESS = 0xVALUE;
        *(BYTE*)0x009C413B = 0x65; //Example
       }
      }
     }
     
    
     INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
     {
      DisableThreadLibraryCalls(hDll);
      if (dwReason == DLL_PROCESS_ATTACH)
      {
       CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HACK, NULL, NULL, NULL);
      }
      return true;
     }
    I want to stop for a while because SPM Exam
    Bye
    Gud Luck ! Hope Useful for Beginner Coder

  3. #3
    Obliteration's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    707
    Reputation
    154
    Thanks
    646
    Original source by @Coder.Anonymous: HERE
    This is where the people who taught you about blackshot coding stuff got this source base from

  4. The Following User Says Thank You to Obliteration For This Useful Post:

    jhoowqwe (08-19-2016)

  5. #4
    ZhinLoung's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by Obliteration View Post
    Original source by @Coder.Anonymous: HERE
    This is where the people who taught you about blackshot coding stuff got this source base from
    Ur back man! Where u been lol

  6. #5
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by ZhinLoung View Post
    Ur back man! Where u been lol
    All of our coder already quit . Hmm , I miss them too .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  7. #6
    ReseviC's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    BEClient.dll
    Posts
    354
    Reputation
    10
    Thanks
    3,430
    My Mood
    Busy
    Quote Originally Posted by Akem125zr View Post
    All of our coder already quit . Hmm , I miss them too .
    They NVR quit , they have an exam .

  8. #7
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by Ein_Silk View Post


    They NVR quit , they have an exam .
    Nah , they already quit tho . Since TotalItem and Suspend method patched .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  9. #8
    Obliteration's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    707
    Reputation
    154
    Thanks
    646
    Quote Originally Posted by ZhinLoung View Post
    Ur back man! Where u been lol
    Meh, I don't play Blackshot anymore. It just got repetitive and boring.
    And damn the anticheat sure improved a lot. Such high security for a shit game lmao...
    Oh well, at least it separates the pro coders from the rest.

    I'm making hacks for Overwatch now

  10. #9
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by Obliteration View Post
    Meh, I don't play Blackshot anymore. It just got repetitive and boring.
    And damn the anticheat sure improved a lot. Such high security for a shit game lmao...
    Oh well, at least it separates the pro coders from the rest.

    I'm making hacks for Overwatch now
    But Its still can using C.E to search for an address . Another anti-cheats like XIGNCODE and etc cant even open C.E , suspend process and a lot more .
    Last edited by Heroes; 08-07-2016 at 06:20 PM.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  11. #10
    ReseviC's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    BEClient.dll
    Posts
    354
    Reputation
    10
    Thanks
    3,430
    My Mood
    Busy
    Haishh ;0 sad

  12. #11
    popadapy's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    how to find adress and value?

  13. #12
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by popadapy View Post
    how to find adress and value?
    https://www.mpgh.net/forum/showthread.php?t=1108091


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

Similar Threads

  1. Public Source Code for hack.
    By Truly Free in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 05-08-2010, 04:37 PM
  2. My source code for all my great hacks!!!
    By ilo66 in forum CrossFire Hacks & Cheats
    Replies: 32
    Last Post: 02-26-2010, 02:02 PM
  3. My source code for a Combat Arms hack!!
    By ilo66 in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 02-26-2010, 01:31 PM
  4. Replies: 7
    Last Post: 01-17-2010, 07:16 AM
  5. Source code for any d3d/memory hack
    By Ragehax in forum C++/C Programming
    Replies: 6
    Last Post: 10-01-2009, 09:10 PM