Results 1 to 5 of 5
  1. #1
    popadapy's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    Any One Plis >.<

    Any One can teach me how to hack blackshot pls ! anyone !

  2. #2
    QCsoulQC's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    you need to know the Visual C++ language, after that go there (that can help you): w w w .mpgh. net/ forum/ forumdisplay.php?f=786

  3. #3
    Ricky05's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Bij
    Posts
    55
    Reputation
    22
    Thanks
    5
    My Mood
    Cold
    want me teach you??

    - - - Updated - - -

    nahh
    Hi , The title say It all . How to create a DLL for Newbie . So, the first thing u need is "Microsoft Visual Studio 2015 / 2013 / 2012 / 2010 / 2008."

    1 - Open your Visual Studio .
    2 - Click File > New > Project > Visual C++ > Win32 Project .
    3 - Name your project [What ever u want]
    4 - Then Click Ok .
    5 - Click Next , Application Type > DLL
    6 - Addition Option > Empty Project .
    7 - Click Finish .
    8 - At solution configuration [behind x86] .
    9 - Change Debug to Release .
    10 - Then Click Project > Properties > General > Character Set .
    11 - Change "Use Unicode Character Set" to "Use Multi-Byte Character Set".
    12 - Now , at solution explorer Right Click at Source Files > Add > New Item > C++ File(.cpp)
    13 - Rename your .cpp to whatever you want .
    14 - Then click Add , Done .

    Now here some source code thats will work for BlackShot SEA . You can copy and paste at all on your .cpp.

    How to build It ?
    -At the top, Click Build > Build Solution .

    Does this DLL work and safe to use ?
    -Yes because the Address and Offset are Updated .

    List of virtual key . Click Here .

    -Instead of copy and paste u need to learn the function and how to find / updated the address .
    -Feel free to copy and paste .

    Have any problem or question ?
    -Reply above .

    //////////////////////////////////////////////////
    // C/C++ Language
    // Site: https://*****.org
    //////////////////////////////////////////////////
    #include <windows.h> // Must always include this

    // --- > Address < --- //
    #define ADR_PlayerPointer 0x00A37600 //Player Pointer

    // --- > Offset < --- //
    #define OFS_Ghost 0xB8 //Ghost Mode Offset

    void HACK()
    {
    while (1) //While true
    {
    if (GetAsyncKeyState(VK_INSERT) & 1)//Set your hotkey
    {
    *(float*)(ADR_PlayerPointer + OFS_Ghost) = 0.0f;//Set your Address and Value
    }
    }
    }

    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)//Process Attach
    {
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HACK, NULL, NULL, NULL);
    MessageBoxA(0, "Tutorial how to create DLL for Newbie .", "Themida", MB_YESNO);//Set your MsgBox text and caption
    }
    return TRUE;
    }

    Credits : RedHunter , CyraxSector .
    Last edited by Ricky05; 08-01-2016 at 05:30 AM.

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

    Phx_951 (08-01-2016)

  5. #4
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by popadapy View Post
    Any One can teach me how to hack blackshot pls ! anyone !
    https://www.mpgh.net/forum/showthread...7#post11894007


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

  6. #5
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over a week since last update/bump after answers, assuming solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. can any one give me warrock hacks?
    By clucking bell chiken man in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 07-18-2007, 12:05 PM
  2. any one have this hack?
    By usmrean in forum WarRock - International Hacks
    Replies: 16
    Last Post: 06-29-2007, 07:48 AM
  3. any one own any real guns?
    By darkone1149 in forum General
    Replies: 52
    Last Post: 06-27-2007, 07:21 PM
  4. If any one wants a bypass e-mail
    By famasgunner831 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 05-27-2007, 09:03 PM
  5. Does any one know how to get these 2
    By AdamWest in forum WarRock - International Hacks
    Replies: 19
    Last Post: 06-29-2006, 11:00 AM