Results 1 to 12 of 12
  1. #1
    jablay's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    49
    Reputation
    10
    Thanks
    80
    My Mood
    Asleep

    Magnet/Ghost SC PB

    on this two week i tried to make a dll hack for PB
    search on google and now i have a soure code
    (magnet and ghost mode feature)
    credit SC =
    Created By :\n[-] Chandielz Ft. Knoxsviles
    red part on SC it's depends of region PB
    source code :
    Code:
    #include <windows.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <shellapi.h>
    #define WIN32_LEAN_AND_MEAN
    #define _MAIN_H_
     
    #define Ghost 0x3CDEA4
    #define Magnet 0x3B4CCF
     
    LPTSTR ThePro = "PointBlank.i3exec";
     
    DWORD dwBase,NextProtection,CheckProtection = 0;
     
    //========================================================//
     
    void InProtectAndModify(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &CheckProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, CheckProtection, &CheckProtection);
    }
     
     
    void MEMhack (BYTE *Offset, BYTE *ByteArray, DWORD Length){
    InProtectAndModify((DWORD)Offset , (DWORD)ByteArray , 1);
    }
     
    void AriProtection(void *adr, void *ptr, int size)
    {
    DWORD CheckProtection = NULL;
    VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &NextProtection);
    RtlMoveMemory(adr,ptr,size);
    VirtualProtect(adr,size,NextProtection, &NextProtection);
    }
    int AriLog = 0;
    int __fastcall ProtectAri(void)
    {
    return 0;
    }
    DWORD WINAPI ThreadStarter(LPVOID param)
    {
    while (1) {
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    
    //============================================================================//
    
    
    }
    if(GetAsyncKeyState(VK_F5)&1) {
    
    MessageBeep(0);
    
    DWORD PTR1 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet;
    
    AriProtection((void*)(PTR1), (void*)(PBYTE)"x00\x00\x00\x00",4);
    
    }
    
    {
    
    if(GetAsyncKeyState(VK_F6)&1) {
    MessageBeep(0);
    DWORD PTR2 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet; // magnt
    AriProtection((void*)(PTR2), (void*)(PBYTE)"\xFF\xFF\x79\x3C",4);
    }
    
    //{
    
    //}
    }
    
    Sleep (10);
    //}
    
    if(GetAsyncKeyState(VK_F7)&1)
    
    {
    
    MessageBeep(0);
    
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
    
    DWORD ad****** = dwBase + (DWORD)Ghost;
    
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x00\x00\x00\x00",4);
    
    }
    
    if(GetAsyncKeyState(VK_F8)&1)
    
    {
     
    MessageBeep(0);
     
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
     
    DWORD ad****** = dwBase + (DWORD)Ghost;
     
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x42\x70\x44\x61",4);
     
    }
     
     
     
    Sleep(10);
     
    }
     
    return(0);
     
    }
     
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) {
    MessageBox (0,"::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::​:::::::::::::::::::::\nCreated By :\n[-] Chandielz Ft. Knoxsviles\nFacebook and YM :\n[-] Chandielz\nGreetz and Thankz To :\n[-] Rino Agunk\n[-] Felix Henrico\n[-] Semua yang mengajari ku sampai skarang ^_^\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::​::::::::::::::::::::::::::\nNOT FOR SHARE PUBLIC !!!\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::​::::::::::::::::::::::::::\nRelease 2 Agustus 2011\n::::::::::::::::::::::::::::::::::\nFeature nya cari sndiri\n::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::​:::::::::::::::::::::::::::::\n[-] Visit and Follow : \n[-]  https://www.knoxsvileshack.********.com","©Chandielz™", MB_OK | MB_ICONINFORMATION);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ThreadStarter, 0, 0, 0);
    }
    return TRUE;
    }
    and i got error when rebuild
    image prev :



    any help please


    ***
    maaf minta tolong di publik karena di pm pada cuek <<< indonesia
    Last edited by jablay; 08-25-2011 at 09:40 AM.

  2. The Following User Says Thank You to jablay For This Useful Post:

    renaldy (08-29-2011)

  3. #2
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    I think u will need to PM Qmainx because he is a good Hack Coder or just PM Exilestudios ^^

    Im verry sorry because i can't help u now and im learning C++ ^^

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

    jablay (08-26-2011)

  5. #3
    pronten's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    if(Windowsxp925==1)
    Posts
    232
    Reputation
    59
    Thanks
    508
    My Mood
    Bored
    what a noob copy paste hahahah

    other forum put an error in posted source code becaus they want to sure real code will fix it and use it






    ps:
    DWORD CheckProtection = NULL;

    remove = null

    DWORD CheckProtection;


    thanks me if i help



    ------------------------------------------------------------------>
    Dev c++ and VC++ VB USER
    Last edited by pronten; 08-25-2011 at 06:22 PM.

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

    jablay (08-26-2011)

  7. #4
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,142
    Reputation
    4764
    Thanks
    9,684
    Ask qmoainx to do this, I'm sure he'll do it.
    [] [] [] [][]

    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




  8. The Following User Says Thank You to Hero For This Useful Post:

    jablay (08-26-2011)

  9. #5
    jablay's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    49
    Reputation
    10
    Thanks
    80
    My Mood
    Asleep
    Quote Originally Posted by pronten View Post
    what a noob copy paste hahahah

    other forum put an error in posted source code becaus they want to sure real code will fix it and use it






    ps:
    DWORD CheckProtection = NULL;

    remove = null

    DWORD CheckProtection;


    thanks me if i help



    ------------------------------------------------------------------>
    Dev c++ and VC++ VB USER
    thanks for your help and your opinion .

    Code:
    #include <windows.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <shellapi.h>
    #define WIN32_LEAN_AND_MEAN
    #define _MAIN_H_
    
    #define Ghost 0x3CDEA4
    #define Magnet 0x3B4CCF
    
    LPTSTR ThePro = "PointBlank.i3exec";
    
    DWORD dwBase,NextProtection,CheckProtection = 0;
    
    //========================================================//
    
    void InProtectAndModify(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &CheckProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, CheckProtection, &CheckProtection);
    }
    
    void MEMhack (BYTE *Offset, BYTE *ByteArray, DWORD Length){
    InProtectAndModify((DWORD)Offset , (DWORD)ByteArray , 1);
    }
    
    void AriProtection(void *adr, void *ptr, int size)
    {
    DWORD CheckProtection ;
    VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &NextProtection);
    RtlMoveMemory(adr,ptr,size);
    VirtualProtect(adr,size,NextProtection, &NextProtection);
    }
    int AriLog = 0;
    int __fastcall ProtectAri(void)
    {
    return 0;
    }
    DWORD WINAPI ThreadStarter(LPVOID param)
    {
    while (1) {
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    
    //============================================================================//
    
    }
    if(GetAsyncKeyState(VK_F1)&1) {
    
    MessageBeep(1);
    
    DWORD PTR1 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet;
    
    AriProtection((void*)(PTR1), (void*)(PBYTE)"x00\x00\x00\x00",4);
    
    }
    
    {
    
    if(GetAsyncKeyState(VK_F2)&1) {
    
    MessageBeep(1);
    
    DWORD PTR2 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet; // magnt
    
    AriProtection((void*)(PTR2), (void*)(PBYTE)"\xFF\xFF\x79\x3C",4);
    
    }
    
    {
    
    }
    }
    
    Sleep (10);
    //}
    
    if(GetAsyncKeyState(VK_F3)&1)
    
    {
    
    MessageBeep(1);
    
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
    
    DWORD ad****** = dwBase + (DWORD)Ghost;
    
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x00\x00\x00\x00",4);
    
    }
    
    if(GetAsyncKeyState(VK_F4)&1)
    
    {
    
    MessageBeep(1);
    
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
    
    DWORD ad****** = dwBase + (DWORD)Ghost;
    
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x42\x70\x44\x61",4);
    
    }
    
    Sleep(10);
     
    //}
     
    return(0);
     
    }
     
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) {
    MessageBox (0,":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nCreated By :\n[-] Chandielz Ft. Knoxsviles\nFacebook and YM :\n[-] Chandielz\nGreetz and Thankz To :\n[-] Rino Agunk\n[-] Felix Henrico\n[-] Semua yang mengajari ku sampai skarang ^_^\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nNOT FOR SHARE PUBLIC !!!\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nRelease 2 Agustus 2011\n::::::::::::::::::::::::::::::::::\nFeature nya cari sndiri\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\n[-] Visit and Follow : \n[-]  https://www.knoxsvileshack.********.com","©Chandielz™", MB_OK | MB_ICONINFORMATION);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ThreadStarter, 0, 0, 0);
    }
    return TRUE;
    }
    my problem is solved

  10. #6
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,874
    My Mood
    Relaxed

    Arrow

    @jablay
    check back and observe carefully this section
    NULL > Delete
    make a WH, maybe I'll teach you
    Code:
    DWORD dwBase,NextProtection,CheckProtection = 0;
     
    //========================================================//
     
    void InProtectAndModify(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &CheckProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, CheckProtection, &CheckProtection);
    }
     
     
    void MEMhack (BYTE *Offset, BYTE *ByteArray, DWORD Length){
    InProtectAndModify((DWORD)Offset , (DWORD)ByteArray , 1);
    }
     
    void AriProtection(void *adr, void *ptr, int size)
    {
    DWORD CheckProtection = NULL;
    VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &NextProtection);
    RtlMoveMemory(adr,ptr,size);
    VirtualProtect(adr,size,NextProtection, &NextProtection);
    }
    int AriLog = 0;
    int __fastcall ProtectAri(void)
    {
    return 0;
    }
    DWORD WINAPI ThreadStarter(LPVOID param)
    {
    while (1) {
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    
    //============================================================================//
    Last edited by Qmo; 08-26-2011 at 03:24 PM.





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

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

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

    jablay (08-27-2011)

  12. #7
    pronten's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    if(Windowsxp925==1)
    Posts
    232
    Reputation
    59
    Thanks
    508
    My Mood
    Bored

    haha

    Quote Originally Posted by jablay View Post
    thanks for your help and your opinion .

    Code:
    #include <windows.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <shellapi.h>
    #define WIN32_LEAN_AND_MEAN
    #define _MAIN_H_
    
    #define Ghost 0x3CDEA4
    #define Magnet 0x3B4CCF
    
    LPTSTR ThePro = "PointBlank.i3exec";
    
    DWORD dwBase,NextProtection,CheckProtection = 0;
    
    //========================================================//
    
    void InProtectAndModify(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &CheckProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, CheckProtection, &CheckProtection);
    }
    
    void MEMhack (BYTE *Offset, BYTE *ByteArray, DWORD Length){
    InProtectAndModify((DWORD)Offset , (DWORD)ByteArray , 1);
    }
    
    void AriProtection(void *adr, void *ptr, int size)
    {
    DWORD CheckProtection ;
    VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &NextProtection);
    RtlMoveMemory(adr,ptr,size);
    VirtualProtect(adr,size,NextProtection, &NextProtection);
    }
    int AriLog = 0;
    int __fastcall ProtectAri(void)
    {
    return 0;
    }
    DWORD WINAPI ThreadStarter(LPVOID param)
    {
    while (1) {
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    
    //============================================================================//
    
    }
    if(GetAsyncKeyState(VK_F1)&1) {
    
    MessageBeep(1);
    
    DWORD PTR1 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet;
    
    AriProtection((void*)(PTR1), (void*)(PBYTE)"x00\x00\x00\x00",4);
    
    }
    
    {
    
    if(GetAsyncKeyState(VK_F2)&1) {
    
    MessageBeep(1);
    
    DWORD PTR2 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet; // magnt
    
    AriProtection((void*)(PTR2), (void*)(PBYTE)"\xFF\xFF\x79\x3C",4);
    
    }
    
    {
    
    }
    }
    
    Sleep (10);
    //}
    
    if(GetAsyncKeyState(VK_F3)&1)
    
    {
    
    MessageBeep(1);
    
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
    
    DWORD ad****** = dwBase + (DWORD)Ghost;
    
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x00\x00\x00\x00",4);
    
    }
    
    if(GetAsyncKeyState(VK_F4)&1)
    
    {
    
    MessageBeep(1);
    
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
    
    DWORD ad****** = dwBase + (DWORD)Ghost;
    
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x42\x70\x44\x61",4);
    
    }
    
    Sleep(10);
     
    //}
     
    return(0);
     
    }
     
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) {
    MessageBox (0,":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nCreated By :\n[-] Chandielz Ft. Knoxsviles\nFacebook and YM :\n[-] Chandielz\nGreetz and Thankz To :\n[-] Rino Agunk\n[-] Felix Henrico\n[-] Semua yang mengajari ku sampai skarang ^_^\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nNOT FOR SHARE PUBLIC !!!\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nRelease 2 Agustus 2011\n::::::::::::::::::::::::::::::::::\nFeature nya cari sndiri\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\n[-] Visit and Follow : \n[-]  https://www.knoxsvileshack.********.com","©Chandielz™", MB_OK | MB_ICONINFORMATION);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ThreadStarter, 0, 0, 0);
    }
    return TRUE;
    }
    my problem is solved

    thanks me for every thing hahahah

  13. The Following 2 Users Say Thank You to pronten For This Useful Post:

    Ferroz (09-09-2011),jablay (08-27-2011)

  14. #8
    goblox's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    185
    Reputation
    10
    Thanks
    26
    My Mood
    Angelic
    Quote Originally Posted by jablay View Post
    thanks for your help and your opinion .

    Code:
    #include <windows.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <shellapi.h>
    #define WIN32_LEAN_AND_MEAN
    #define _MAIN_H_
    
    #define Ghost 0x3CDEA4
    #define Magnet 0x3B4CCF
    
    LPTSTR ThePro = "PointBlank.i3exec";
    
    DWORD dwBase,NextProtection,CheckProtection = 0;
    
    //========================================================//
    
    void InProtectAndModify(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &CheckProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, CheckProtection, &CheckProtection);
    }
    
    void MEMhack (BYTE *Offset, BYTE *ByteArray, DWORD Length){
    InProtectAndModify((DWORD)Offset , (DWORD)ByteArray , 1);
    }
    
    void AriProtection(void *adr, void *ptr, int size)
    {
    DWORD CheckProtection ;
    VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &NextProtection);
    RtlMoveMemory(adr,ptr,size);
    VirtualProtect(adr,size,NextProtection, &NextProtection);
    }
    int AriLog = 0;
    int __fastcall ProtectAri(void)
    {
    return 0;
    }
    DWORD WINAPI ThreadStarter(LPVOID param)
    {
    while (1) {
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    ProtectAri();
    
    //============================================================================//
    
    }
    if(GetAsyncKeyState(VK_F1)&1) {
    
    MessageBeep(1);
    
    DWORD PTR1 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet;
    
    AriProtection((void*)(PTR1), (void*)(PBYTE)"x00\x00\x00\x00",4);
    
    }
    
    {
    
    if(GetAsyncKeyState(VK_F2)&1) {
    
    MessageBeep(1);
    
    DWORD PTR2 = (DWORD)GetModuleHandleA("PointBlank.i3exec") + Magnet; // magnt
    
    AriProtection((void*)(PTR2), (void*)(PBYTE)"\xFF\xFF\x79\x3C",4);
    
    }
    
    {
    
    }
    }
    
    Sleep (10);
    //}
    
    if(GetAsyncKeyState(VK_F3)&1)
    
    {
    
    MessageBeep(1);
    
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
    
    DWORD ad****** = dwBase + (DWORD)Ghost;
    
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x00\x00\x00\x00",4);
    
    }
    
    if(GetAsyncKeyState(VK_F4)&1)
    
    {
    
    MessageBeep(1);
    
    DWORD dwBase = (DWORD)GetModuleHandleA("PointBlank.i3exec");
    
    DWORD ad****** = dwBase + (DWORD)Ghost;
    
    AriProtection((void*)(ad******),(void*)(PBYTE)"\x42\x70\x44\x61",4);
    
    }
    
    Sleep(10);
     
    //}
     
    return(0);
     
    }
     
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason == DLL_PROCESS_ATTACH) {
    MessageBox (0,":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nCreated By :\n[-] Chandielz Ft. Knoxsviles\nFacebook and YM :\n[-] Chandielz\nGreetz and Thankz To :\n[-] Rino Agunk\n[-] Felix Henrico\n[-] Semua yang mengajari ku sampai skarang ^_^\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nNOT FOR SHARE PUBLIC !!!\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\nRelease 2 Agustus 2011\n::::::::::::::::::::::::::::::::::\nFeature nya cari sndiri\n:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\n[-] Visit and Follow : \n[-]  https://www.knoxsvileshack.********.com","©Chandielz™", MB_OK | MB_ICONINFORMATION);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)ThreadStarter, 0, 0, 0);
    }
    return TRUE;
    }
    my problem is solved
    @jablay
    this source code it's to risk just try my new source code and you dont need
    ON OFF method (always ON,,,!!!)
    <========================
    learning...learning and learning...
    ========================>


  15. #9
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    @goblox Please Help me for an EXP Hack

    @goblox Please Help me for an EXP Hack

  16. #10
    Brownie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    MPGH
    Posts
    1,581
    Reputation
    36
    Thanks
    82
    My Mood
    Yeehaw
    pm experienced coders (y)

  17. #11
    jablay's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Posts
    49
    Reputation
    10
    Thanks
    80
    My Mood
    Asleep
    ok thanks everyone and now this case is solved

    well
    @goblox
    exp hack tutorial please

  18. #12
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    He Didn't Give it ...
    Why ? I dont know ...
    @Jamal Lock This Thread Please

Similar Threads

  1. [Release] ghost and Magnet Offset PointBlank PH only
    By pronten in forum Piercing Blow Hack Coding/Source Code
    Replies: 5
    Last Post: 10-13-2011, 08:31 AM
  2. [Release] HACK GHOST,MAGNET,DEFUSE 1 HIT POINTBLANK TURKEY
    By kurniadi in forum Point Blank Hacks
    Replies: 16
    Last Post: 08-28-2011, 09:52 PM
  3. need ghost recon server hack
    By Mike273 in forum General Game Hacking
    Replies: 8
    Last Post: 03-16-2009, 02:02 PM
  4. EleMentX's Frigggen System.mrs lol Happy $Ghost$!!!
    By EleMentX in forum Gunz General
    Replies: 17
    Last Post: 05-04-2006, 09:34 PM
  5. MPGH = Ghost town
    By Kyojiro in forum General
    Replies: 104
    Last Post: 04-11-2006, 02:43 PM