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 


All hackers come on to this topic.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
sjl002
Master Cheater
Reputation: 0

Joined: 31 Aug 2013
Posts: 305

PostPosted: Sat Jan 09, 2016 2:36 am    Post subject: All hackers come on to this topic. Reply with quote

Hi.
I want understand some trainers compiled with Which program have been made.
Anyone knows of cheat happens trainer with what programing language written?
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Sat Jan 09, 2016 2:52 am    Post subject: Reply with quote

I'll ask Caliber for you
_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
sjl002
Master Cheater
Reputation: 0

Joined: 31 Aug 2013
Posts: 305

PostPosted: Sat Jan 09, 2016 3:04 am    Post subject: Reply with quote

Oh,very thanks STN.
Tell caliber to come to this post , I asked him a few questions about the super unit's and reset unit's hack in cheat engine.
Back to top
View user's profile Send private message
mgostIH
Expert Cheater
Reputation: 3

Joined: 01 Jan 2016
Posts: 159

PostPosted: Sat Jan 09, 2016 6:19 am    Post subject: Reply with quote

sjl002 wrote:
Oh,very thanks STN.
Tell caliber to come to this post , I asked him a few questions about the super unit's and reset unit's hack in cheat engine.


I personally use C++ for my "Trainers", they lack the GUI, but that's something you can use Visual Studio to compensate.

I think C++ hacks are the best option for starting creating your own hacks, because there's a lot of examples by other coders that explain almost every single windows API for external/internal hacking.

_________________
Do you need to ask me something? Feel free to join my discord server at: https://discord.gg/At4VZXA or ask me something in my YouTube channel: https://www.youtube.com/c/mgostIH
Back to top
View user's profile Send private message
sjl002
Master Cheater
Reputation: 0

Joined: 31 Aug 2013
Posts: 305

PostPosted: Sat Jan 09, 2016 8:12 pm    Post subject: Reply with quote

I think The trainers of Cheat Happens mading by Compiler "PureBasic".
In your Comment,which is an programming language easy to learn?
Back to top
View user's profile Send private message
sjl002
Master Cheater
Reputation: 0

Joined: 31 Aug 2013
Posts: 305

PostPosted: Mon Jan 11, 2016 7:10 am    Post subject: Reply with quote

Sad Question Arrow Crying or Very sad
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4702

PostPosted: Mon Jan 11, 2016 10:58 am    Post subject: Reply with quote

From personal experience, C++ was horrible for me to learn as a first introduction to not only a programming language but computer science in general. It's definitely something you should learn at some point, since it shows off how stuff works behind the scenes much better than other programming languages like Java.
sjl002 wrote:
In your Comment,which is an programming language easy to learn?

Google might be able to help. Please try using it before asking a question.
IMO java/python aren't bad choices. I've seen tons of people using VB.NET to make trainers, but I'm not sure how easy it is to learn.

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
mgostIH
Expert Cheater
Reputation: 3

Joined: 01 Jan 2016
Posts: 159

PostPosted: Mon Jan 11, 2016 11:12 am    Post subject: Reply with quote

ParkourPenguin wrote:
From personal experience, C++ was horrible for me to learn as a first introduction to not only a programming language but computer science in general. It's definitely something you should learn at some point, since it shows off how stuff works behind the scenes much better than other programming languages like Java.
sjl002 wrote:
In your Comment,which is an programming language easy to learn?

Google might be able to help. Please try using it before asking a question.
IMO java/python aren't bad choices. I've seen tons of people using VB.NET to make trainers, but I'm not sure how easy it is to learn.


While I indeed prefer Python over C++, I can't really imagine serious game hacking done in a script language.
I switched to C++ after 4 years of python because I cannot deny the fact that it offers extreme performance runtime, easy distribution and an excellent API for dealing with specific problems (gamehacking, in this case).

I agree about not reccomending C++ for a beginner in the programming world, but sooner or later, you'll have to face up to the challenge of learning it.

I have nothing against VB.net, except from the fact that I want my source code being as private as possible, and I surely am not the only one thinking like this.

_________________
Do you need to ask me something? Feel free to join my discord server at: https://discord.gg/At4VZXA or ask me something in my YouTube channel: https://www.youtube.com/c/mgostIH
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Tue Jan 12, 2016 4:43 am    Post subject: Reply with quote

Some trainers are made in .NET mostly Visual Basic you can go to www.youtube.com and search "Visual Basic Game Trainer"

https://www.youtube.com/results?search_query=Visual+Basic+Game+Trainer%22&page=&utm_source=opensearch

These are also the fastest and easiest way to make GUI's for your trainer you can literally make your trainer from start to finish in 2 hours or less.
In C++ you would have to mess around with Dialogs / Subclassing and those waste alot of time like a week atleast lol

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
sjl002
Master Cheater
Reputation: 0

Joined: 31 Aug 2013
Posts: 305

PostPosted: Wed Jan 20, 2016 7:57 am    Post subject: Reply with quote

STN ,you ask from caliber?
you can Tell caliber to come to this page? I asked him a few questions about the super unit's and reset unit's hack in cheat engine.
Back to top
View user's profile Send private message
paupav
Master Cheater
Reputation: 13

Joined: 15 Apr 2011
Posts: 314
Location: P. Sherman 42, Wallaby Way, Sydney

PostPosted: Wed Jan 20, 2016 9:20 am    Post subject: Reply with quote

Start with c++

http://mmohax.com/forums/Thread-MAKING-HACK-FOR-GAMES
Back to top
View user's profile Send private message
sjl002
Master Cheater
Reputation: 0

Joined: 31 Aug 2013
Posts: 305

PostPosted: Wed Jan 20, 2016 9:53 am    Post subject: Reply with quote

Visual basic compared to c++ is easy or hard?
Best trainers With what programming language written?
Back to top
View user's profile Send private message
paupav
Master Cheater
Reputation: 13

Joined: 15 Apr 2011
Posts: 314
Location: P. Sherman 42, Wallaby Way, Sydney

PostPosted: Wed Jan 20, 2016 10:47 am    Post subject: Reply with quote

Visual basic is where you can create GUI for program that you've programmed.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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