| View previous topic :: View next topic |
| Author |
Message |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Sun Aug 23, 2015 2:30 am Post subject: Protect Trainer (Help) |
|
|
Hey Can Anyone Help Me By Telling How Can I Put A Password Form To My Trainer ?
Thanks In Advance  |
|
| Back to top |
|
 |
Redouane Master Cheater
Reputation: 3
Joined: 05 Sep 2013 Posts: 363 Location: Algeria
|
Posted: Sun Aug 23, 2015 4:43 am Post subject: Re: Protect Trainer (Help) |
|
|
| MasterHacking321 wrote: | Hey Can Anyone Help Me By Telling How Can I Put A Password Form To My Trainer ?
Thanks In Advance  |
2 ways to do it:
1- Use Lua,you could add a form for that,but the easier method is to use inputQuery,the CE trainer is in the attachement,the password is 'My_passWord'.
2- Make your trainer,then use something like Game Protector (http://www.gameprotector.com/),keep in mind that this kind of programs are kinda easy to crack (basic assembly knowledge is enough to bypass the authentification)
[UPDATED THE ATTACHEMENT : added the onClose to kill the process on close] |
|
| Back to top |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Sun Aug 23, 2015 7:31 am Post subject: |
|
|
| Thanks A lot Bro Thank U Very Much I Love U Bro.... |
|
| Back to top |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Mon Aug 24, 2015 1:56 am Post subject: |
|
|
Hey Redouane I Think The 1st Method Is Better So Can U Tell Me About It
THanks In Advance  |
|
| Back to top |
|
 |
Fluffer_Nutter Advanced Cheater
Reputation: 0
Joined: 26 Feb 2015 Posts: 67
|
|
| Back to top |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Mon Aug 24, 2015 2:36 am Post subject: |
|
|
Bro Having Little Bit Problem In Understanding That Function Can U Make A .Ct File And Share With Me
Thanks, |
|
| Back to top |
|
 |
Redouane Master Cheater
Reputation: 3
Joined: 05 Sep 2013 Posts: 363 Location: Algeria
|
Posted: Mon Aug 24, 2015 7:10 am Post subject: |
|
|
| MasterHacking321 wrote: | Bro Having Little Bit Problem In Understanding That Function Can U Make A .Ct File And Share With Me
Thanks, |
The trainer (main) form is named 'trainer',here is the code I used,of course,there are many ways to do it.
| Code: |
trainer.Visible = false; -- Hide the main form
while true do
local input = inputQuery('Password','Enter the Password','');
if not input then
closeCE(); -- the user closed the password window
elseif input == 'My_passWord' then
break; -- correct password
else
messageDialog('Wrong Password',1,0); -- incorrect password
end
end
trainer.show();
|
|
|
| Back to top |
|
 |
lolAnonymous Expert Cheater
Reputation: 1
Joined: 19 Jul 2015 Posts: 154
|
Posted: Mon Aug 24, 2015 10:55 am Post subject: |
|
|
Ah Bro Thanks Alot U Will Be My Good Friend Thanks Bro
Today U Told Me Two Things 1st About Putting Password And 2nd I Always Type form_show(UDF2)
Now I Will Only Type UDF2.show();
Thanks Alot Bro |
|
| Back to top |
|
 |
|