Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Protect Trainer (Help)

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
lolAnonymous
Expert Cheater
Reputation: 1

Joined: 19 Jul 2015
Posts: 154

PostPosted: Sun Aug 23, 2015 2:30 am    Post subject: Protect Trainer (Help) Reply with quote

Hey Can Anyone Help Me By Telling How Can I Put A Password Form To My Trainer ?

Thanks In Advance Smile
Back to top
View user's profile Send private message
Redouane
Master Cheater
Reputation: 3

Joined: 05 Sep 2013
Posts: 363
Location: Algeria

PostPosted: Sun Aug 23, 2015 4:43 am    Post subject: Re: Protect Trainer (Help) Reply with quote

MasterHacking321 wrote:
Hey Can Anyone Help Me By Telling How Can I Put A Password Form To My Trainer ?

Thanks In Advance Smile


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]



trainer.cetrainer
 Description:

Download
 Filename:  trainer.cetrainer
 Filesize:  884 Bytes
 Downloaded:  673 Time(s)

Back to top
View user's profile Send private message
lolAnonymous
Expert Cheater
Reputation: 1

Joined: 19 Jul 2015
Posts: 154

PostPosted: Sun Aug 23, 2015 7:31 am    Post subject: Reply with quote

Thanks A lot Bro Thank U Very Much I Love U Bro....
Back to top
View user's profile Send private message
lolAnonymous
Expert Cheater
Reputation: 1

Joined: 19 Jul 2015
Posts: 154

PostPosted: Mon Aug 24, 2015 1:56 am    Post subject: Reply with quote

Hey Redouane I Think The 1st Method Is Better So Can U Tell Me About It Smile

THanks In Advance Wink
Back to top
View user's profile Send private message
Fluffer_Nutter
Advanced Cheater
Reputation: 0

Joined: 26 Feb 2015
Posts: 67

PostPosted: Mon Aug 24, 2015 2:02 am    Post subject: Reply with quote

The search function here is pretty nice..

http://forum.cheatengine.org/viewtopic.php?p=5594504&sid=cbaac3dae03040af924d5b6651b1df3b

But be warned. Just because you add a password, doesn't mean it cant be cracked.
Back to top
View user's profile Send private message
lolAnonymous
Expert Cheater
Reputation: 1

Joined: 19 Jul 2015
Posts: 154

PostPosted: Mon Aug 24, 2015 2:36 am    Post subject: Reply with quote

Bro Having Little Bit Problem In Understanding That Function Can U Make A .Ct File And Share With Me Smile

Thanks,
Back to top
View user's profile Send private message
Redouane
Master Cheater
Reputation: 3

Joined: 05 Sep 2013
Posts: 363
Location: Algeria

PostPosted: Mon Aug 24, 2015 7:10 am    Post subject: Reply with quote

MasterHacking321 wrote:
Bro Having Little Bit Problem In Understanding That Function Can U Make A .Ct File And Share With Me Smile

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
View user's profile Send private message
lolAnonymous
Expert Cheater
Reputation: 1

Joined: 19 Jul 2015
Posts: 154

PostPosted: Mon Aug 24, 2015 10:55 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites