Need help?Freezing adresses - MPGH - MultiPlayer Game Hacking & Cheats
Freezing adresses
Posts 1–11 of 11 · Page 1 of 1
Freezing adresses
Simply this can be done with VB6.0 by making a timer with the intervals set to 0. Althoguh in VB.net, the intervals must be set to 1+. Therefore making it impossible for me to freeze an adress. Any suggestions.
setting a timer interval to 0 in vb will not freeze an address, it has to be set to run so that it runs every one millisecond (interval of 1) , if you set it to 0 milliseconds, then essentially, it is off >.<
yes
yes
exactly
I C so setting its intervals to 0 is technically a freeze?
1-make hack on 0-OFF
Lol, You don't have to talk to me like i'm a child.
Then stop acting like one^^
To stop a timer you just do:
Timer1.Enabled = False
and to start it again do
Timer1.Enabled = True
Originally Posted by The Acid
Then stop acting like one^^
how is he acting like a child?
he has just started learning vb and getting to grips with it
YOUR the one acting like a child, posting random spam like that
Originally Posted by XqwertyX
how is he acting like a child?
he has just started learning vb and getting to grips with it
YOUR the one acting like a child, posting random spam like that
It is not classified as spam when I am giving him an answer, you are the one spamming.
Originally Posted by The Acid
It is not classified as spam when I am giving him an answer, you are the one spamming.
if my post was spam then that was
and to make this not spam , i will also post something useful:
You use more calories eating celery than there are in the celery itself.
More than 2500 left handed people are killed every year from using right handed products
I have not just started learning VB. I have known if for a while. I'm getting new to the write process Memory(And hacking) and some dumb ass on another forum told me to freeze an address you set the timer to 0. In a way to me it made some sence. Seeing as 0 freezes a timer(Does'nt do anything)
P.S I mean this in no offence, Thank you for your support.