Results 1 to 7 of 7
  1. #1
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh

    @Jhem Please i need your Help

    WHATS THE WRONG HERE

    /* Replace "dll.h" with the name of your header */
    #include "dll.h"
    #include <windows.h>

    #define ADR_PLAYERPOINTER 0xA95790
    #define ADR_SERVERPOINTER 0xA94738
    #define ADR_GLASSWALLS 0xA938C8
    #define ADR_NEARFOG 0xA9C62C
    #define ADR_FARFOG 0xA9C634
    #define ADR_SUPERNOSPREAD 0x8BC608
    #define ADR_BONESHOT 0x8BD5C0
    #define ADR_BONESHOT2 0xB2A118
    #define OFS_NoRecoil1 0x00C444
    #define OFS_NoRecoil2 0x00C448
    #define OFS_NoRecoil3 0x00C44C

    DWORD *ingame= (DWORD*) ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    void glasswall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_Glasswall = 1;
    else
    {
    *(int**)ADR_Glasswall = 0;
    }
    }
    void All()
    {
    *(double*)ADR_SuperNoSpread = 0;
    *(int*)ADR_NoBounds1 = 0;
    *(int*)ADR_NoBounds2 = 0;
    *(int*)ADR_NoBounds3 = 0;
    *(float*)FarFog = 0;
    *(float*)NearFog = 0;}
    }
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000;
    }
    *(float*)(dwPlayerPtr+OFS_NoRecoil1) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil2) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil3) = 0;
    }
    }
    void glasswall()
    {
    if(GetKeyState(VK_F5))
    *(float*)ADR_Boneshot = 1235;
    else
    {
    *(float**)ADR_Boneshot = 1237;
    }
    }
    }
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    glasswall();
    All();
    Boneshot();
    Boneshotoff();
    }
    if(*outgame)
    {
    }
    Sleep(200); //prevent for overloading the cpu
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Made by: ", "Message Virus", MB_OK);
    MessageBoxA(NULL, "Jhem and all Coderz", "Credits", MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }
    Last edited by killallbosz; 06-26-2014 at 02:30 AM.
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  2. #2
    HackkinGCoDer's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Science'Tist
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed

    Red face

    Arrage Your Wrong Ok

    #include <windows.h>
    #include <stdio.h>

    #define ADR_PlayerPointer 0xA95790
    #define ADR_ServerPointer 0xA94738
    #define ADR_GlassWalls 0xA938C8
    #define ADR_NearFog 0xA9C62C
    #define ADR_FarFog 0xA9C634
    #define ADR_SuperNoSpread 0x8BC608
    #define ADR_BoneShots 0x8BD5C0
    #define ADR_BoneShots 0xB2A118
    #define OFS_NoRecoil1 0x00C444
    #define OFS_NoRecoil2 0x00C448
    #define OFS_NoRecoil3 0x00C44C

    DWORD *ingame= (DWORD*) ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    void GlassWalls()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_Glasswalls = 1;
    else
    {
    *(int**)ADR_GlassWalls = 0;
    }
    }
    void All()
    {
    *(double*)ADR_SuperNoSpread = 0;
    *(int*)ADR_NoBounds1 = 0;
    *(int*)ADR_NoBounds2 = 0;
    *(int*)ADR_NoBounds3 = 0;
    *(float*)FarFog = 0;
    *(float*)NearFog = 0;}
    }
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000;
    }
    *(float*)(dwPlayerPtr+OFS_NoRecoil1) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil2) = 0;
    *(float*)(dwPlayerPtr+OFS_NoRecoil3) = 0;
    }
    }
    void GlassWalls()
    {
    if(GetKeyState(VK_F5))
    *(float*)ADR_BoneShots = 1235;
    else
    {
    *(float**)ADR_BoneShots = 1237;
    }
    }
    }
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    GlassWalls();
    All();
    BoneShots();
    BoneShotsoff();
    }
    if(*outgame)
    {
    }
    Sleep(200); //prevent for overloading the cpu
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Made by: ", "Message Virus", MB_OK);
    MessageBoxA(NULL, "Jhem and all Coderz", "Credits", MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }
    Last edited by HackkinGCoDer; 06-26-2014 at 02:55 AM.

  3. #3
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Arrange only that -,-
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  4. #4
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Shet this one is a Feller !
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  5. #5
    chamcham123's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Anu pala yang BONE SHOT ? -_-

  6. #6
    Napz Michael Jay's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    4
    My Mood
    Bored

  7. #7
    delarmente's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    My Mood
    Mellow
    YOU DID NOT DECLARE THE NO BOUNDS

Similar Threads

  1. [Help Request] PLEASE, I NEED YOUR HELP.
    By dionko12345678910 in forum Blackshot Help
    Replies: 6
    Last Post: 05-11-2014, 02:52 AM
  2. [Solved] Please Guys Need Your Help
    By Vicious-Hack in forum CrossFire Help
    Replies: 11
    Last Post: 11-08-2012, 04:42 PM
  3. [Solved] problem !.... need your help please
    By mahmoud9892 in forum CrossFire Help
    Replies: 9
    Last Post: 11-27-2011, 08:30 PM
  4. Please,I need your help.
    By LiL Mikko in forum General
    Replies: 18
    Last Post: 06-02-2011, 09:27 PM
  5. Guys i need your help please
    By CyberGenius in forum CrossFire Help
    Replies: 24
    Last Post: 04-18-2010, 08:51 AM