[Tutorial]Adding Glitcher to your hack

Posts 115 of 56 · Page 1 of 4
[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]

























I did not make this bro. Don't give credits to me . >.<
Your my source of inspiration bro!
Quote Originally Posted by NOOBJr View Post
Your my source of inspiration bro!
then who made the code -.-
Remove me off credits >.<
Me Ive been working on it for a long time. Thought i post my work maybe you will respect me more,maybe not!
Lol. I respect every one /
Quote Originally Posted by Drake4 View Post
Lol. I respect every one /
Except me
Quote Originally Posted by CodeDemon View Post
Except me
Aww Mr Remote Telekill of course i have respect for you.

Ok drake ill remove you!
Quote Originally Posted by NOOBJr View Post
Ok drake ill remove you!
/ Thank you.
I figured this out a long time ago. I just didnt release it cause this was so simple......
Codedemon everyone loves you. You are a coding beast! And ppl2pass Some people are stupid.
Aww I feel loved <3 /
Quote Originally Posted by CodeDemon View Post
Aww I feel loved <3 /
Now bend over!!!
Posts 115 of 56 · Page 1 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?