Dr.Disrespect Grandmaster Cheater
Reputation: 3
Joined: 17 Feb 2016 Posts: 526
|
Posted: Fri Feb 26, 2016 12:34 am Post subject: Code not working during start up of the trainer. |
|
|
For better explanation, I will use an example to illustrate my problem.
I want the following to happen:
1. I click to open my trainer.
2. A loading screen pops up with the text "The trainer is loading, please wait." The loading screen is another form I created in Lua script.
3. 5 seconds later, the loading screen disappears and my trainer shows up.
My problem is: the loading screen and trainer both show up at the same time after I click the trainer.exe. I have used
at the beginning of my Lua script, but it seems that piece of code is overwritten by the code automatically created when the trainer is being generated by CE ( the trainer generator code). The auto generated code contains , which negates my code above and shows the trainer, which I do not want to happen.
How to bypass that auto generated code or how to achieve what I want? Thanks a lot.
|
|