| View previous topic :: View next topic |
| Author |
Message |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Feb 12, 2008 3:44 pm Post subject: |
|
|
| SciExTron wrote: | | Takes more time to make simple trainer in C++ than in VB. (If you are making a simple trainer.) |
At it's simplest form, a "trainer" in C++ would be under 20 lines.
Do not start with something like VB, working with C/C++ actually help you understand what the hell you're doing.
|
|
| Back to top |
|
 |
NuclearPowered Master Cheater
Reputation: 0
Joined: 30 Dec 2007 Posts: 345
|
Posted: Tue Feb 12, 2008 3:56 pm Post subject: |
|
|
Yeah but don;t immediatly go to trainer-making with C++ if only just learned how to use variables, external functions and variables and how to do calculations XD.
I'm gonna focus on completing that big C++ book I borrowed from someone the upcoming weeks... its like 500 pages long and im at like page 60 lol...
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Tue Feb 12, 2008 3:57 pm Post subject: |
|
|
| SciExTron wrote: | HornyAZNBoy, I must say that I disagree with you in few things.
First PHP is really powerful lang you can't just throw it away.
| HornyAZNBoy wrote: | -Making trainer C, C++, C#, ASM, Delphi, Visual Basic, etc...
-Hacking Games Same as above
-Make my own site? HTML, PHP, CSS, etc... |
This is not quite right.
You can hack,make,modify,manipulate games with almost anything.
I wouldn't recommend you C++ for making trainers.
Takes more time to make simple trainer in C++ than in VB. (If you are making a simple trainer.) |
That is so wrong, if he wants to make a Maple Trainer, lets see him bypass all the hooks, etc. Making a trainer is alot tougher than you would think, topic starter. Learn C but dont expect to make a trainer in a week or 4.
_________________
|
|
| Back to top |
|
 |
FerrisBuellerYourMyHero Master Cheater
Reputation: 0
Joined: 14 Feb 2007 Posts: 401 Location: Inside your <kernel>
|
Posted: Tue Feb 12, 2008 4:07 pm Post subject: |
|
|
| SciExTron wrote: | HornyAZNBoy, I must say that I disagree with you in few things.
First PHP is really powerful lang you can't just throw it away.
| HornyAZNBoy wrote: | -Making trainer C, C++, C#, ASM, Delphi, Visual Basic, etc...
-Hacking Games Same as above
-Make my own site? HTML, PHP, CSS, etc... |
This is not quite right.
You can hack,make,modify,manipulate games with almost anything.
I wouldn't recommend you C++ for making trainers.
Takes more time to make simple trainer in C++ than in VB. (If you are making a simple trainer.) |
ARE YOU KIDDING ME? VB for a trainer??? LMAO!
ThreadStarter: Listen to Noz and me!
C++ is the way to go!! It'll get your head in the game! don't listen to SciExTron...
Its much simpler and easier to create a trainer in C++ than VB TRUST ME! vb is weak and has bad syntax! a C++ trainer takes less code and its more readable and understandable... and more POWERFUL!
if your looking for a jump start... ive already helped someone out with a c++ trainer before, providing example source code and explanations
http://forum.cheatengine.org/viewtopic.php?p=1974493&sid=c27bac641616d275cb075f9077e6b198
the basic Idea is, on your DLLMain() when your dll is first loaded, you then create a thread, which will be your "worker thread"
inside the thread is an infinite loop which will constantly check for keys to be pressed, when a key is pressed memory is modified
either modifying a couple bytes for a simple byte change hack like godmode, or hooking an address to point to a script hack...
the possibilites are endless with c++
_________________
You know, life moves pretty fast. If you don't stop and look around once in a while, You could miss it!
 |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Wed Feb 13, 2008 3:42 pm Post subject: |
|
|
matters on what u want to do
the best for me is
it's called nothin needs no time to learn, u never forget it...
best if u dont have much time
_________________
|
|
| Back to top |
|
 |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Thu Feb 14, 2008 11:22 pm Post subject: |
|
|
allright. thakns guys im going to do this:
Attempt to learn C++
If succeed then next is VB
If fail......
Learn C#
then learn C++. lol
Then VB last.
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Thu Feb 14, 2008 11:50 pm Post subject: |
|
|
| icymonguy wrote: | allright. thakns guys im going to do this:
Attempt to learn C++
If succeed then next is VB
If fail......
Learn C#
then learn C++. lol
Then VB last. | Why would you downgrade after learning C?
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Thu Feb 14, 2008 11:55 pm Post subject: |
|
|
| icymonguy wrote: | allright. thakns guys im going to do this:
Attempt to learn C++
If succeed then next is VB
If fail......
Learn C#
then learn C++. lol
Then VB last. |
If you learn C++/C#, you will find useless learn VB at last.
_________________
|
|
| Back to top |
|
 |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Fri Feb 15, 2008 12:04 am Post subject: |
|
|
| XxOsirisxX wrote: | | icymonguy wrote: | allright. thakns guys im going to do this:
Attempt to learn C++
If succeed then next is VB
If fail......
Learn C#
then learn C++. lol
Then VB last. |
If you learn C++/C#, you will find useless learn VB at last. |
oh i see.....
i thought visual basic helpes it make it look good. LOL
Well i wanna learn C++ even if i don't plan on making a trainer its still good to posses this knowledge lol.
oh one question if i may.......... is there like a hands on tut for the C++ tuts(i have like 6 of them) like i seen this compiler like do you use that to make sure your understanding as your going on?
|
|
| Back to top |
|
 |
Henley Grandmaster Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 671
|
Posted: Fri Feb 15, 2008 12:44 am Post subject: |
|
|
| icymonguy wrote: |
And i kinda learned C++(really close to done)
|
| icymonguy wrote: | | Well anyways we got the team so now if you wanna join you gotaa either be a real pro at making a trainer or know 3 programming. |
| icymonguy wrote: | Hi i wanna start making a maplestory trainer..... and they told me i should start learning a programming language.......
Which would be the best one to start off with? |
| icymonguy wrote: |
No i don't allow anyone withought any knowlegde of any programming languange or anything. |
You were lying about those stuff in this thread:
http://forum.cheatengine.org/viewtopic.php?t=198205
And about your topic.. I suggest to start with making window forms(GUI) like delphi and move onto C# then C++ and asm.
|
|
| Back to top |
|
 |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Fri Feb 15, 2008 12:54 am Post subject: |
|
|
| aznkidtroll wrote: | | icymonguy wrote: |
And i kinda learned C++(really close to done)
|
| icymonguy wrote: | | Well anyways we got the team so now if you wanna join you gotaa either be a real pro at making a trainer or know 3 programming. |
| icymonguy wrote: | Hi i wanna start making a maplestory trainer..... and they told me i should start learning a programming language.......
Which would be the best one to start off with? |
| icymonguy wrote: |
No i don't allow anyone withought any knowlegde of any programming languange or anything. |
You were lying about those stuff in this thread:
http://forum.cheatengine.org/viewtopic.php?t=198205
And about your topic.. I suggest to start with making window forms(GUI) like delphi and move onto C# then C++ and asm. |
well firstly i dident say we were going to start RIGHT AWAY asshole.
And also try look since u kinda like tracking me....... i said i don't have to be be on the team i wanna make sure i make a good team and they decide if i leave or not. so maby get your fucking facts striaght.
|
|
| Back to top |
|
 |
Henley Grandmaster Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 671
|
Posted: Fri Feb 15, 2008 1:23 am Post subject: |
|
|
| icymonguy wrote: | | aznkidtroll wrote: | | icymonguy wrote: |
And i kinda learned C++(really close to done)
|
| icymonguy wrote: | | Well anyways we got the team so now if you wanna join you gotaa either be a real pro at making a trainer or know 3 programming. |
| icymonguy wrote: | Hi i wanna start making a maplestory trainer..... and they told me i should start learning a programming language.......
Which would be the best one to start off with? |
| icymonguy wrote: |
No i don't allow anyone withought any knowlegde of any programming languange or anything. |
You were lying about those stuff in this thread:
http://forum.cheatengine.org/viewtopic.php?t=198205
And about your topic.. I suggest to start with making window forms(GUI) like delphi and move onto C# then C++ and asm. |
well firstly i dident say we were going to start RIGHT AWAY asshole.
And also try look since u kinda like tracking me....... i said i don't have to be be on the team i wanna make sure i make a good team and they decide if i leave or not. so maby get your fucking facts striaght. |
Read first quote
i kinda learned. Learned is past tense. So I guess you already started. Then you said you're almost done learning it. Now you come here and ask what language to start programming with. How can the facts be anymore straight?
Then you call me an asshole... Ok w.e you say, but swearing makes you look real pissed .
The rest, I didn't understand.
|
|
| Back to top |
|
 |
Crunx Grandmaster Cheater
Reputation: 0
Joined: 03 Jan 2008 Posts: 670
|
Posted: Fri Feb 15, 2008 1:27 am Post subject: |
|
|
| well i am not gonig to fight with you.... i came to learn C++
|
|
| Back to top |
|
 |
|