bSendPacket Externally?
How do you get bsendpacket externally?
dwbSendPackets = 0xE464A;
pattern scan or use the dumper.
and for usage
engine+bsendpacket
I'm using Y3t1y3t's Dumper and i can't seem to find that offset, is there any other name for it? I also tried control f - ing it by it's value but nothing .-.
Edit : Just used a different dumper and i found the offset, thanks a lot ! +rep
0xE464A is (Bsendpacket) is this updates as of March 7 it is a byte value write it to 0 to stop packets and 1 to send packets. (Or right a boolean)
EDIT
its NOT client.dll + (Bsendpacket)
It is Engine.dll + (Bsendpacket)
EDIT 2
Example
mem.WriteBoolean((IntPtr)vars.baseEngine + vars.bsendpacket, false);
wait 120ms;
mem.WriteBoolean((IntPtr)vars.baseEngine + vars.bsendpacket, true);
wait 70ms;
^^THIS CODE will make you look like you are lagging hard but you will feel none of it.
Tip* Make sure you set send packet to true while shooting to prevent missing.