Page 1 of 4 123 ... LastLast
Results 1 to 15 of 56
  1. #1
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693

    [Tutorial]Adding Glitcher to your hack

    Adding Glitcher is easy if you actually think about it!Ive tried it and it works but its a little Glitchy. I am Currently using Whits base. You wanna put this is your main void. If you have any problems or there is a way to improve this code let me know!

    Credits: Whit - Base which i am using At the moment(ATM)

    Glitch Right
    [php] if( Glitch > 0 ){
    if(GetAsyncKeyState(VK_NUMPAD6)<0)
    {

    *(float*) (posy-0x4) += 20;

    }
    [/php]

    Glitch Left
    [php]
    if(GetAsyncKeyState(VK_NUMPAD4)<0)
    {

    *(float*) (posy-0x4)-= 40;

    }

    [/php]

    Glitch Forward
    [php]
    if(GetAsyncKeyState(VK_NUMPAD8)<0)
    {

    *(float*) (posy+0x4)-= 40;

    }
    [/php]

    Glitch Backwards
    [php]
    if(GetAsyncKeyState(VK_NUMPAD2)<0)
    {

    *(float*) (posy+0x4)+= 40;

    }
    [/php]

    Glitch Up
    [php]
    if(GetAsyncKeyState(VK_ADD)<0)
    {

    *(float*) (posy)+= 40;

    }
    [/php]

    Glitch Down
    [php]
    if(GetAsyncKeyState(VK_SUBTRACT)<0)
    {
    *(float*) (posy) -= 40;
    Sleep(100);
    }
    [/php]

























    Last edited by NOOBJr; 09-24-2010 at 07:50 PM.

  2. The Following 5 Users Say Thank You to NOOBJr For This Useful Post:

    Amatowarrior (09-24-2010),baraozin (08-07-2011),fvestrgenrl (09-24-2010),NOOB (10-06-2010),o-o (09-25-2010)

  3. #2
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    I did not make this bro. Don't give credits to me . >.<

  4. #3
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Your my source of inspiration bro!

  5. #4
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by Zane Slayman View Post
    Your my source of inspiration bro!
    then who made the code -.-
    Dont ban me

  6. #5
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Remove me off credits >.<

  7. #6
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Me Ive been working on it for a long time. Thought i post my work maybe you will respect me more,maybe not!

  8. #7
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Lol. I respect every one /

  9. #8
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Ok drake ill remove you!

  10. #9
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by Zane Slayman View Post
    Ok drake ill remove you!
    / Thank you.

  11. #10
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by |Drake™| View Post
    Lol. I respect every one /
    Except me

  12. #11
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    I figured this out a long time ago. I just didnt release it cause this was so simple......

  13. #12
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Codedemon everyone loves you. You are a coding beast! And ppl2pass Some people are stupid.

  14. #13
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Quote Originally Posted by CodeDemon View Post
    Except me
    Aww Mr Remote Telekill of course i have respect for you.


  15. #14
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Aww I feel loved <3 /

  16. #15
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    Quote Originally Posted by CodeDemon View Post
    Aww I feel loved <3 /
    Now bend over!!!

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Tutorial] Video tutorial on setting up your hacks.
    By Morior in forum Vindictus Tutorials
    Replies: 6
    Last Post: 08-10-2011, 12:51 PM
  2. Adding console commands to your hack
    By Hell_Demon in forum Call of Duty Black Ops Coding, Programming & Source Code
    Replies: 8
    Last Post: 11-14-2010, 06:18 AM
  3. [Tutorial] Inputting Addies into your Hacks (Including Teleport Hack)
    By ppl2pass in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 09-24-2010, 11:39 AM
  4. [[TUTORIAL]] How to make your OWN warrock hacks
    By th9end in forum WarRock Discussions
    Replies: 15
    Last Post: 08-19-2009, 02:16 AM
  5. [Tutorial] Adding Pointers in your VB5/6 Trainer
    By mains3rv3r in forum WarRock - International Hacks
    Replies: 17
    Last Post: 06-08-2007, 03:14 PM