Page 4 of 10 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 138
  1. #46
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish
    Quote Originally Posted by domquendo View Post
    I have tried 3 different programs... can yu tell me that exact program u used?
    C++ : Microsoft Visual C++


    ---------- Post added at 09:30 PM ---------- Previous post was at 09:29 PM ----------

    Quote Originally Posted by queenmickey View Post
    what hack is it? would find time to compile it
    This is Autobypass . Doesn't any of you in this section Know how to compile it with C++ ?
    i expected this section many pro coders cause many releases of Injectors . I was wrong . certain only

  2. #47
    passmark99's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Angelic
    AnyOne Can Pass Me The link For C++?

  3. #48
    GEHhgerhgerhgerhrhr's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Location
    <------> ◕‿◕ <------>
    Posts
    675
    Reputation
    107
    Thanks
    11,410
    My Mood
    Angelic
    Quote Originally Posted by Maroon5. View Post


    C++ : Microsoft Visual C++


    ---------- Post added at 09:30 PM ---------- Previous post was at 09:29 PM ----------



    This is Autobypass . Doesn't any of you in this section Know how to compile it with C++ ?
    i expected this section many pro coders cause many releases of Injectors . I was wrong . certain only
    many offline . testing lol make a autoon wallhack ..

  4. #49
    hungteoh1234's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by bigbaang12 View Post
    how to open the C++ me newbie#
    you can use codeblocks

  5. #50
    zakwanhero019's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    14
    My Mood
    Relaxed
    Why error for me ?
    Last edited by Jorndel; 05-24-2013 at 07:41 AM.

  6. The Following User Says Thank You to zakwanhero019 For This Useful Post:

    domquendo (05-24-2013)

  7. #51
    bunkface's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    174
    Reputation
    10
    Thanks
    238
    My Mood
    Bitchy
    Nice tutorial I'll test this later..

  8. #52
    naim008's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Work!!! :* thank mroon5!!!

  9. #53
    domquendo's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    C:\Program Files (x86)\Females\Vagina
    Posts
    26
    Reputation
    10
    Thanks
    5
    My Mood
    Drunk

    Compilation error why bro?

    Quote Originally Posted by naim008 View Post
    Work!!! :* thank mroon5!!!
    Compilation error why bro?

    ---------- Post added at 12:24 AM ---------- Previous post was at 12:21 AM ----------

    Quote Originally Posted by Maroon5. View Post
    Hello Guys . I know now days Blackshot can't Use C.E [Cheat Engine]
    I'm here to solve the problem . Here some of my Source Code From MAT Section .
    It's From Group of mine .
    First thing you need to know what is C++ :

     
    C++ (pronounced "see plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises both high-level and low-level language features. Developed by Bjarne Stroustrup starting in 1979 at Bell Labs, C++ was originally named C with Classes, adding object oriented features, such as classes, and other enhancements to the C programming language. The language was renamed C++ in 1983, as a pun involving the increment operator.
    C++ is one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. As an efficient compiler to native code, its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C# and Java. Other successful languages such as Objective-C use a very different syntax and approach to adding classes to C.
    C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.
    The language began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates and exception handling, among other features. After years of development, the C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998. The standard was amended by the 2003 technical corrigendum, ISO/IEC 14882:2003. The current standard extending C++ with new features was ratified and published by ISO in September 2011 as ISO/IEC 14882:2011 (informally known as C++11).


    Requirement:
    C++
    Net.framework 4.5 [For Support]
    Process Hacker [If Patched Gameguard, Can Find new one]
    Microsoft DirectX 9.0 SDK (Summer 2004)

    Here the Complete Code :
    Code:
    #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 Maroon5_Hack = 0;
    LPTSTR Maroon5 = "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(Maroon5);
    {
    if (MPGH > 0) {
    Maroon5_Hack = MPGH + 0x950000;    //npsc.des | 0x950000 | 228KB | nProtect SpeedCheck ModulePatch
    ((void *)(Maroon5_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(Maroon5_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;
    }
    TuT Begins:
    Let me Explain of it :
    Code:
    #include <windows.h>
    
    #include <stdio.h>
    This code Includes Windows Process

    Code:
    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x68};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x68};
    This is a byte from a Gameguard Process . 0xFF , 0x68 is MAT Gameguard Process .
    you'll need to change it to Blackshot gameguard process byte .
    Blackshot byte is : 0x950000
    I don't know if it still working . so you need to change the process byte From :
    [CODE]
    Code:
    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x68};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x68};
    To :
    [CODE]
    Code:
    BYTE ByteAsli[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x95};
    BYTE RubahByte[6] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0x95};
    Note :
    0x68 : MAT Gameguard . Don't be a careless
    0x95 : Bs Gameguard

    And Lastly :
    Code:
    DWORD Maroon5_Hack = 0;
    LPTSTR Maroon5 = "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(Maroon5);
    {
    if (MPGH > 0) {
    Maroon5_Hack = MPGH + 0x4C778F;    
    ((void *)(Maroon5_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(Maroon5_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;
    }
    This One "Maroon5_Hack = MPGH + 0x4C778F;
    ((void *)(Maroon5_Hack),(void*)(PBYTE)RubahByte, 6);
    Sleep(100);
    Patch((void *)(Maroon5_Hack),(void*)(PBYTE)ByteAsli, 6);
    "
    "0x4C778f" is MAT Byte
    "0x950000" is Bs byte . So Change it .
    TuT End

    Compile it Using C++ :
    Open C++
    Click New Project
    Choose "Empty Project"
    Rename Project
    Click "Ok"
    Click On "Solution Explorer Window" should be on right
    Click your Project name
    Right click it
    Choose properties [ A New Window should pop-up]
    Click on general tab
    Find "Configuration Type" change the "Application (.exe)" To "Dynamic Library (.dll)"
    Then click "Vc++ directories"
    click on "include directory" Click new "edit' then find a File name "Microsoft DirectX 9.0 SDK"
    Then choose "includes" Folder
    click Ok
    Then find "Library directories" click new "edit" then find a file name "Microsoft DirectX 9.0 SDK"
    Then choose "Lib" Folder
    click Ok
    Go to your "solution explorer"
    and Right click on "Source File"
    click add item
    then new item
    Click on ".ccp" File
    change the name to "Main.ccp"
    Simply Paste the complete code from me
    Then compile it
    Done .

    Note2:
    Inject the dll and press "Home"
    It will automaticly bypass

    HowTo:
    Open x1Inject
    Open Bs
    text in the "Blackshot.exe" in x1inject
    and Tick "Auto Inject"
    Start Bs
    Click "Home"
    After bypassing
    Inject your dll
    or Play around using C.E
    Done

    Whew ! That is a long TuT
    Should Thanks me ! .

    Hotkeys:
    Home [Auto bypass]

    Note3:
    Do not leech my project

    Credits :
    @XPS Hacking [Bypass Idea]
    @Maroon5.
    [Author of Blackshot bypass source Code]
    I am A vb/C++ Expert
    So don't worry

    Note4:
    If the Code patched . Edit the Byte of Bypass .Find npsc.des [On Process Hacker]nProtect SpeedCheck Module
    Make sure you Inject the dll when blackshot just about to start

    Note5:
    This is a long tutorial . if you don't mind click thanks I have help you
    typing all of this TuT is not easy

    If it Usefull to Everyone . @Vehrdyn can make it Sticky ?
    and i will start making Hacks For Blackshot
    I GET ERROR COPILATION WHY?

  10. #54
    memecoveta09's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    IN YOUR BACK
    Posts
    161
    Reputation
    10
    Thanks
    83
    My Mood
    Scared
    go ! !!!!!!!!!!!!!
    '''KEEP CALM AND LOVE MPGH'''





  11. #55
    GreenCabbage's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    5
    gosh.. you need to remove those caps!!!

    ---------- Post added at 09:43 AM ---------- Previous post was at 09:28 AM ----------

    hey.. cant get past
    Error 2 error LNK1169: one or more multiply defined symbols found c:\users\yunxi\documents\visual studio 2010\Projects\YX BYPASS\Debug\YX BYPASS.dll 1 1 YX BYPASS
    help me!!!


    PROUD TO BE A MPGH MEMBER


  12. #56
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,778
    My Mood
    Angelic
    Just thanks maroon5 for that even he is in other section he help us for bypass gg

  13. #57
    ainfixie's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    gv me ur fb email . me wan add

  14. #58
    GEHhgerhgerhgerhrhr's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Location
    <------> ◕‿◕ <------>
    Posts
    675
    Reputation
    107
    Thanks
    11,410
    My Mood
    Angelic
    Quote Originally Posted by COD3RIN View Post
    Just thanks maroon5 for that even he is in other section he help us for bypass gg
    work ? -.- still hate him..

  15. #59
    ruslyrossi's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    C:\BSX-D3D.dll
    Posts
    171
    Reputation
    10
    Thanks
    578
    My Mood
    Amazed
    Quote Originally Posted by COD3RIN View Post
    Just thanks maroon5 for that even he is in other section he help us for bypass gg
    need to thanks to @maroon5 .. lot of members from this section don't know how to compile they just know how to leech and used it ... at least give thanks to thread starter .. this post is very helpful

  16. The Following User Says Thank You to ruslyrossi For This Useful Post:

    Maroon5. (05-24-2013)

  17. #60
    mr_joule's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Work, thanks bro~
    Give me 5 ~

    Just need some modification at the cham.. hehe (y)
    Last edited by mr_joule; 05-24-2013 at 02:20 AM.

Page 4 of 10 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. [WTT] I want to trade CD Ket stealer source code with bypass+scirpt+remote exec
    By petch2542 in forum DayZ Selling / Trading / Buying
    Replies: 2
    Last Post: 11-19-2012, 04:15 AM
  2. Replies: 3
    Last Post: 10-22-2012, 05:27 PM
  3. [Help] anyone help me for this source code
    By jojit_0024 in forum WarRock Hack Source Code
    Replies: 20
    Last Post: 08-11-2012, 02:29 PM
  4. [Request] NEED BYPASS FOR BLACKSHOT
    By zwanbenassi in forum Hack Requests
    Replies: 7
    Last Post: 02-01-2011, 12:27 AM
  5. Trading my account LVL 40 + working bypass for a retail code
    By xWarr0ckx in forum Trade Accounts/Keys/Items
    Replies: 36
    Last Post: 07-02-2007, 10:33 PM