ItsMods

Full Version: help to stop while vb.net
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im have same problem from this

i make game trainer in vb.net 2010
but
if i use while function.. my program getting NOT RESPONDING
how to fix it?

or can i use other method to freeze my value?
bcause if i use timer.interval = 1
my cheat can detect by GAME
i think the timer in visual basic is not Accurate..

I NEED ACCURATE TIMER.

thanks for helping Big Grin
(12-10-2011, 18:49)reavenz Wrote: [ -> ]or can i use other method to freeze my value?
bcause if i use timer.interval = 1
my cheat can detect by GAME

this is not true, most memory edits on a game with an anti-cheat will be detected, regardless of the timer function you use
(12-10-2011, 19:13)Nukem Wrote: [ -> ]
(12-10-2011, 18:49)reavenz Wrote: [ -> ]or can i use other method to freeze my value?
bcause if i use timer.interval = 1
my cheat can detect by GAME

this is not true, most memory edits on a game with an anti-cheat will be detected, regardless of the timer function you use

Tongue
i teste use CE to freeze value with interval 100.. thats make me getting detect..
but if i use interval 1 in CE. no detect from the GAME.. Big Grin

hmm i want to learn C++
to make trainer with the timer..
i think C++ more accurate timer Big Grin
can u teach me?
(12-11-2011, 02:24)reavenz Wrote: [ -> ]
(12-10-2011, 19:13)Nukem Wrote: [ -> ]
(12-10-2011, 18:49)reavenz Wrote: [ -> ]or can i use other method to freeze my value?
bcause if i use timer.interval = 1
my cheat can detect by GAME

this is not true, most memory edits on a game with an anti-cheat will be detected, regardless of the timer function you use

Tongue
i teste use CE to freeze value with interval 100.. thats make me getting detect..
but if i use interval 1 in CE. no detect from the GAME.. Big Grin

hmm i want to learn C++
to make trainer with the timer..
i think C++ more accurate timer Big Grin
can u teach me?
Here:

http://lmgtfy.com/?q=C%2B%2B+trainer+tutorial

Tongue