Results 1 to 5 of 5
  1. #1
    Reallity-X4's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Illusion World
    Posts
    106
    Reputation
    10
    Thanks
    250
    My Mood
    Bored

    Post Cme Here who are coder<-----------

    I found some code on Here i want some coder take a look at it:

    Subagames MAT Detection Bypass

    Code:
    //Subagames
    D3D9Drv + 0x12764 => JMP (EB) //DIP Detection 1
    D3D9Drv + 0x10A22 => JMP (EB) //DIP Detection 2
    Engine + 0x1B116F => JMP (EB) //DIP Detection 3
    KFXGame + 0x8A81 => JMP (EB) //DIP Detection 4

    CiBMall MAT Detection Bypass

    Code:
    //CiBMall
    D3D9Drv + 0x12504 => JMP (EB) //DIP Detection 1
    D3D9Drv + 0x13CA0 => JMP (EB) //DIP Detection 2
    Engine + 0x1B0DDF => JMP (EB) //DIP Detection 3
    KFXClient + 0x39F7E => JMP (EB) //Cheat Engine Debugger Detection

    Gravity Hack

    Code:
    //Check offset
    //APawn:hysFalling + 0x5F6 ( this mean code to make of this emotion
    //Or use GetProcAddress

    //Disable Gravity
    Engine + 0x181E26 => NOP | Size = 3

    //Enable Gravity
    Engine + 0x181E26 => \x89\x4A\x08 | Size = 3


    Bone Coords for ESP | AimBot
    Here are bone coords for ESP / Aim Bot.

    I don't know how accurate I am. I use it and based on what I see, I name them that way.
    how to use GetProcAddress in UE.

    Code:
    #define ENGINE "Engine.dll"
    #define BONE_COORDS "?GetBoneCoords@uskeletalMeshInstance@@QAE?AVFCoords@@K@Z"

    DWORD dwBone = ( DWORD )GetProcAddress( GetModuleHandleA( ENGINE ), BONE_COORDS );

    That'll get you to USkeletalMeshInstance::GetBoneCoords( Pawn, BoneNumber, &fCoord );

    Code:
    char* cBone[8] =
    {
    "No_Bone", //0
    "Pelvis", //1
    No_Bone, //2
    No_Bone, //3
    No_Bone, //4
    "Chest", //5
    "Neck", //6
    "Head", //7
    };

    GetBoneCoords( pAimPawn, cAimbot.Bone, &vBoneCoord );
    All Credit who Post TO Xiko
    Last edited by Reallity-X4; 06-04-2011 at 12:31 AM.
    [IMG]https://i1354.photobucke*****m/albums/q689/lowerdemigod/Hollywood%20Undead/tumblr_m3vlkhq6Mp1rsj1k2o1_500.gif[/IMG]
    [IMG]https://i1354.photobucke*****m/albums/q689/lowerdemigod/Hollywood%20Undead/tumblr_lwmm2lxIm71r8v40io1_500.gif[/IMG]
    [IMG]https://i1354.photobucke*****m/albums/q689/lowerdemigod/12_4_20Member201.png[/IMG]

  2. #2
    Unsuccessful's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Road to Success
    Posts
    10,524
    Reputation
    822
    Thanks
    717
    hmmmmmmmmmmmmmmmmmmmm

    Rick
    Mr.T
    Unsuccessful

  3. #3
    ★A Fake Smile Can Hide Billion of Tears★
    MPGH Member
    ^HacKeR^HeXoR^'s Avatar
    Join Date
    Feb 2011
    Gender
    female
    Posts
    798
    Reputation
    10
    Thanks
    82
    coder plz come.....
    ╭∩╮(︶ε︶ メ)╭∩╮
    █▄█ █ █▀█ █▄█ █▀█ █▀█
    █▀█ █ █▀▀ █▀█ █▄█ █▀▀

  4. #4
    phanna555's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    AttackinG
    Posts
    250
    Reputation
    10
    Thanks
    98
    My Mood
    Doh
    I see dBased around here, maybe he have a look already from other forum.
    Don't Say Thanks Just Click On
    ( THANKS )

  5. #5
    The Dark Knight's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    MPGH
    Posts
    5,642
    Reputation
    95
    Thanks
    704
    this can be potential let me update and get a base thanks