Results 1 to 4 of 4
  1. #1
    Sabrina_Ferraz's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Posts
    78
    Reputation
    10
    Thanks
    79

    Angry CRASH SOURCE - FLY HACK FOR BLACKSHOT EU

    Olá bom para todos amigos MPGH, preciso de ajuda
    estou tentando finalizar projeto FLY HACK para BlackShot EU...
    tentei muitas formas de sources nada a resolver
    quando ativado a hotkey espaço, o jogo se fechar
    estou a utilizar visual studio 2012 Express Windows Desktop
    estou a mais de 14 dias para concluir sem que o jogo se feche
    por isso estou pedindo ajuda, por favor membros expert
    se puderem me ajudar, eu ficaria muito grato desde já
    desculpe-me por incomodar vocês!!!
    Google Translate

    Hello good for all MPGH friends , I need help
    I'm trying to finish project FLY HACK to BlackShot I ...
    I tried many ways to solve anything Sources
    when activated the hotkey space , the game close
    I am using Visual Studio 2012 Express Windows Desktop
    I'm over 14 days to complete the game without close
    so I'm asking for help , please expert members
    if you can help me , I would be grateful already
    Excuse me for bothering you !!!
    Estou a utilizar esta base source e o Fly Hack está se fechando, podem me ajudar corrigir esta base obrigado mais uma vez!!!
    #include <windows.h>


    VOID WINAPIV STAR ( LPVOID ) //
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_SPACE))
    {
    *(DWORD*)((*(DWORD*)(*(DWORD*)0x009D2E6C) + 0x3c) + 0x3bf) = 68; // Fly hack BLACKSHOT EU Work 06/03/2016
    }
    }
    }

    INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    DisableThreadLibraryCalls(hDll);

    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)STAR, NULL, NULL, NULL);
    }
    return true;
    }
    I am using this source base and the Fly Hack is closing , can help me fix this base thank again !!!
    Credits: GM_Uchirra

  2. #2
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Quote Originally Posted by Sabrina_Ferraz View Post
    Google Translate
    Are you sure that address and pointer still work ??

  3. The Following 2 Users Say Thank You to ScorpionVenom789 For This Useful Post:

    MadaParkerSh1t (03-07-2016),Scorpionb1 (03-07-2016)

  4. #3
    Obliteration's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    707
    Reputation
    154
    Thanks
    646
    Quote Originally Posted by Sabrina_Ferraz View Post
    #include <windows.h>


    VOID WINAPIV STAR ( LPVOID ) //
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_SPACE))
    {
    *(DWORD*)((*(DWORD*)(*(DWORD*)0x009D2E6C) + 0x3c) + 0x3bf) = 68; // Fly hack BLACKSHOT EU Work 06/03/2016
    }
    }
    }

    INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    DisableThreadLibraryCalls(hDll);

    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)STAR, NULL, NULL, NULL);
    }
    return true;
    }

    Este e o seu error: //English- This is your error:
    Code:
    *(DWORD*)((*(DWORD*)(*(DWORD*)0x009D2E6C) + 0x3c) + 0x3bf) = 68;
    Use isso em vez: //English- Use this instead:
    Code:
    *(DWORD*)(*(DWORD*)(*(DWORD*)(0x009D2E6C) + 0x3c) + 0x3bF) = 68;
    agora, voce pode me ensinar como encontrar o pointer fly hack? xD obrigado kkkk
    Last edited by Obliteration; 03-07-2016 at 12:29 AM.

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

    Sabrina_Ferraz (03-08-2016)

  6. #4
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over 2 days 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. No clip Hack / Fly hack for Crossfire
    By skull1download in forum Hack Requests
    Replies: 4
    Last Post: 08-22-2009, 01:50 AM
  2. [Suggest] No-Recoil Hack for Blackshot..
    By ckw1314 in forum Blackshot Hacks & Cheats
    Replies: 0
    Last Post: 07-21-2009, 07:49 PM
  3. HOW TO MAKE HACKS FOR BLACKSHOT.
    By joshxcore in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 07-13-2009, 09:47 AM
  4. Hello.Bp Gold Hack For Blackshot
    By hermanzaiii in forum Blackshot Hacks & Cheats
    Replies: 16
    Last Post: 06-02-2009, 08:47 AM
  5. [Request]Any hacks for blackshot
    By bdougie221 in forum Blackshot Hacks & Cheats
    Replies: 6
    Last Post: 01-18-2009, 12:27 PM