Results 1 to 4 of 4
  1. #1
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750

    Can you help to how to code this!

    how to code this following features below

    Wall Climb
    Walk Through Wall - if this is private its ok thanks nalang
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  2. #2
    MJCreado's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Germany
    Posts
    557
    Reputation
    58
    Thanks
    810
    My Mood
    Bored
    Wall Climb by @xflick13

    void WallClimb()
    {
    if(GetAsyncKeyState(VK_NUMPAD1)&1) //ON
    {
    *(float*)(WallClimb_Int) = 999;
    }
    if(GetAsyncKeyState(VK_NUMPAD2)&1) //OFF
    {
    *(float*)(WallClimb_Int) = 5.0e1;
    }
    }


    WTW = float or double i think.

  3. #3
    dungzkii's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    #defiine ADR_MPGH
    Posts
    1,473
    Reputation
    10
    Thanks
    2,175
    My Mood
    Sneaky
    Quote Originally Posted by MJCreado View Post
    Wall Climb by @xflick13

    void WallClimb()
    {
    if(GetAsyncKeyState(VK_NUMPAD1)&1) //ON
    {
    *(float*)(WallClimb_Int) = 999;
    }
    if(GetAsyncKeyState(VK_NUMPAD2)&1) //OFF
    {
    *(float*)(WallClimb_Int) = 5.0e1;
    }
    }


    WTW = float or double i think.


    thanks for this code dude

  4. #4
    Threadstarter
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    oh thanks for this @MJCreado
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

Similar Threads

  1. [Request] Can YOu Help Me How TO Make A Hack Loader
    By Jhem in forum Coders Lounge
    Replies: 3
    Last Post: 03-31-2012, 02:48 PM
  2. [Help] How To Download Wallhack In KOS Can you help me
    By DarkRaven in forum K.O.S. Secret Operation Hacks
    Replies: 9
    Last Post: 08-03-2010, 03:52 AM
  3. I know this is wrong but Can you help me?
    By Sphearow412 in forum Call of Duty Modern Warfare Help
    Replies: 2
    Last Post: 04-04-2010, 07:07 PM
  4. Help Please! You Must Know How To Fix This!
    By xweetok59 in forum C++/C Programming
    Replies: 4
    Last Post: 07-05-2009, 07:51 AM
  5. Replies: 0
    Last Post: 09-02-2008, 03:39 AM