Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Tue Jul 30, 2019 4:42 pm Post subject: Thread question |
|
|
I have a thread that have to run just once to store some usefull address.
But if i uncheck my box and check it again i need it to run again but it seems it don't, just put a break/trace intoo the code before check it again and break/trace didn't run
Code: | [enable]
alloc(MCheck, 256)
createthread(MCheck)
MCheck:
push eax
.
. //my code
.
pop eax
ret |
Thx.
|
|