vb6 timer problem
Hello, i have little problem with timers in vb6. When you turn on timer with multiple memory addresses (eg inf ammo and no spread/recoil) the other timers stop working (eg stamina and spawn). Well they dont stop working, they just work once in 15 min. But when i make whole own exe to multi memory addresses and run it and main trainer same time timers works great on main trainer. Whats the problem?
Could you perhaps show us an example or something, I don't quite get what you mean.
well ill try to explain better.
this is what mine timer1 contains (ofcourse + real addresses)
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
And this is mine timer2
Call WriteALong("Warrock",
timer3:
Call WriteALong("Warrock",
Now, when i enable timer2 (whats eg stamina) its working great. After i have started timer2 i start timer1, and then timer2 stop freezing value(=stops working). If i have only timer 2 and 3 running, they all is working fine, and if i make own exe to timer1 and own to 2 and 3,and run both of them, everything is working good. How can i make it work in 1 exe?