Thread: I NEED HELP

Results 1 to 10 of 10
  1. #1
    alihpot's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    46

    I NEED HELP

    TO ALL CODER ! I NEED HELP ! PLS PASTE CORRECT OR MESSAGE ME THIS IS WARROCK PH CODE TNX TO HELP

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

    #define ADR_Playerpointer 0x00AD85D8
    #define ADR_Serverpointer 0x009D2078
    #define ADR_GlassWalls 0x0095C024
    #define OFS_Nfd 0x00102E8

    DWORD nPlayerOPK = 0;
    DWORD *ingame= (DWORD*)ADR_Playerpointer;
    DWORD *outgame= (DWORD*)ADR_Serverpointer;

    void glasswall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_GlassWalls = 1;
    else
    {
    *(int*)ADR_GlassWalls = 0;
    }
    }

    struct CPlayer
    {
    char unknown0[66124];
    float pos1; //0x01024C
    char Unknown1[4];
    float pos2; //0x010250
    char Unknown2[4];
    float pos3; //0x010254
    }; //size = 0x010254 (201124)

    struct CBase
    {
    CPlayer* plocal;
    char* unknown0[11371996];
    CPlayer** player;
    };
    CBase* pBase = (CBase*)0xAD85D8;

    void OPKThread()
    {
    DWORD Playerx = *(DWORD*)ADR_Playerpointer;

    if(GetAsynKeyState(VK_INSERT)){//sets insert as hotkey for opk
    nPlayerOPK =1;
    }

    if(Playerx != 0)
    {
    if(nPlayerOPK == 1)
    /*you check if it's 1 and than do your hack stuff,but do you set it to 1 somewhere?*/

    {
    for(int i = 0; i<32; i++) // Looping trough all 32 players. ( from 0 to 31 )
    {
    // Setting positions of all players to 0,0,0
    CPlayer* pPlayerA = pBase->player[i];
    pPlayerA->pos1 = 0;
    pPlayerA->pos2 = 0;
    pPlayerA->pos3 = 0;
    // On some maps 0,0,0 is under water.
    // *Addresses.waterheight = 0;
    // On some maps you get killed cuz of falldamage
    *(float*)(ADR_Playerpointer+OFS_Nfd) = -10000;
    }
    }
    }
    }

    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    OPKThread();
    glasswall();
    }
    //if(*outgame)
    {
    }
    Sleep(50);
    }
    }
    //--------------------------End HackThread--------------------------//

    //--------------------------End--------------------------//
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {

    MessageBoxA(NULL,"ALIHPOT","Created by",MB_OK);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }

  2. #2
    .Joker's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Gotham
    Posts
    1,205
    Reputation
    10
    Thanks
    732
    My Mood
    Psychedelic
    Nothing's wrong, just look up the latest addies, it should work

  3. #3
    NewbieHere's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    144
    wOw... anothEr One!

    ---------- Post added at 09:54 AM ---------- Previous post was at 09:51 AM ----------

    MaN, LearN to IndICAtE WheRe thaT cAMe FrOm..,,
    CrEditS to Gongks!!!!


    @Alex_Agnew

    @TheCamels8



  4. #4
    Legendary_Tomasz's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Boobies
    Posts
    305
    Reputation
    10
    Thanks
    446
    My Mood
    Cool
    Quote Originally Posted by 3dVision View Post
    Nothing's wrong, just look up the latest addies, it should work
    I don't think so cus he need a bypass for OPK I am right ?

  5. #5
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,099
    My Mood
    Aggressive
    Copy Paste Faster...






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


  6. #6
    emiedumalasa's Avatar
    Join Date
    May 2012
    Gender
    female
    Location
    Hackershero
    Posts
    683
    Reputation
    10
    Thanks
    794
    My Mood
    Angelic
    Quote Originally Posted by Legendary_Tomasz View Post
    I don't think so cus he need a bypass for OPK I am right ?
    no need to bypass OPK unless you used the ASM OPK method

    ---------- Post added at 08:21 PM ---------- Previous post was at 08:17 PM ----------

    your C & P structs are wrong that's why it will not work
    Last edited by emiedumalasa; 02-04-2013 at 06:19 PM.

  7. #7
    dungzkii's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    #defiine ADR_MPGH
    Posts
    1,473
    Reputation
    10
    Thanks
    2,175
    My Mood
    Sneaky
    epic fail

  8. #8
    .Joker's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Gotham
    Posts
    1,205
    Reputation
    10
    Thanks
    732
    My Mood
    Psychedelic
    Quote Originally Posted by Legendary_Tomasz View Post
    I don't think so cus he need a bypass for OPK I am right ?
    No bypass, except ASM OPK. He just need's the RIGHT addy for the computation in his cbase

  9. #9
    dungzkii's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    #defiine ADR_MPGH
    Posts
    1,473
    Reputation
    10
    Thanks
    2,175
    My Mood
    Sneaky
    # Outdated -_-

  10. #10
    gongsk009's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    cebu
    Posts
    45
    Reputation
    10
    Thanks
    0
    ahha ?Copy Paste Faster... parin

Similar Threads

  1. [Help Request] Need Help
    By shane11 in forum CrossFire Help
    Replies: 49
    Last Post: 05-03-2011, 04:29 AM
  2. [Help Request] Need help finding a Vindictus injector
    By VpChris in forum Vindictus Help
    Replies: 2
    Last Post: 05-01-2011, 10:51 PM
  3. [Help Request] need help with mod
    By .:MUS1CFR34K:. in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-01-2011, 12:40 PM
  4. [Help Request] I need help~~!!!!
    By c834606877 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 05-01-2011, 01:12 AM
  5. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM