Need help?Raw Fake Lag Code - MPGH - MultiPlayer Game Hacking & Cheats
Raw Fake Lag Code
Posts 1–6 of 6 · Page 1 of 1
Raw Fake Lag Code
Does anyone have some raw copy paste fakelag code. I've looked around for some on google and cant find any.
Thanks in advance.
psuedo. very simple concept
int tick;
float factor = (grab your value from menu)
if (tick < factor)
{
SendPacket = false;
tick++;
}
else
{
SendPacket = true;
tick = 0;
}
Originally Posted by ddddddz
~snip
ewww use code tags
are you still using COKEWARE?
Originally Posted by ddddddz
psuedo. very simple concept
int tick;
float factor = (grab your value from menu)
if (tick < factor)
{
SendPacket = false;
tick++;
}
else
{
SendPacket = true;
tick = 0;
}
I was looking for something more along the lines of a project already made. Thanks tho. If you have some raw code id love if you would post it.
Make it yourself. No one is gonna make a fakelag only hook for you. I have already given you the source to the only feature you would want in your cheat.