External dwbSendPackets
Hello, i want to change the variable dwbSendPackets with my external hack...for example for a psilent or a fakelag....what i'm doing wrong?
when i trying to read the value
readBool(csgo.getEngine() + hazedumper::signatures::dwbSendPackets)
i always get a random number and not the boolean....i also have tryed with enginebase...
readBool(csgo.getEngineBase() + hazedumper::signatures::dwbSendPackets)
but also dont work.... my function readBool is not false und csgo.getEngine() also is not false both works fine for my aimbot and other thinks...
Please help....