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 


Writing my own trainer, please help
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
vnlagrla
Cheater
Reputation: 0

Joined: 10 Apr 2011
Posts: 33

PostPosted: Mon Apr 11, 2011 6:06 pm    Post subject: Writing my own trainer, please help Reply with quote

I am trying to make my own trainer. I have all of the addresses, and everything that I want for the trainer. I want to know if anyone could help me write a DLL that changes asm codes in the game(like the auto assembly in CE). then I want to write a program to inject that DLL. The game i am hacking is Halo Custom Edition and can be found here http : // www . megaupload . com /?d =ZO5DM1V5 I don't want to use a trainer maker because I want this to help me to learn C++, but if someone would elp me use a trainer maker that would help also
Back to top
View user's profile Send private message
Krähne
Expert Cheater
Reputation: 0

Joined: 06 Jun 2010
Posts: 108
Location: Inside of my Kernel

PostPosted: Mon Apr 11, 2011 11:20 pm    Post subject: This post has 1 review(s) Reply with quote

Don't run, if you can't walk.
_________________
Excuse me if you don't understand what I just said, but "english" isn't my native language.
Back to top
View user's profile Send private message MSN Messenger
ej52
Cheater
Reputation: 0

Joined: 29 Mar 2011
Posts: 39
Location: Mother City

PostPosted: Tue Apr 12, 2011 12:08 am    Post subject: Reply with quote

DaasCook wrote:
Don't run, if you can't walk.


Agreed, first learn the language.

_________________
Hitler dNt HiDe WaT mOtHa NaTurE pRoViDe ... Razz
Back to top
View user's profile Send private message
Pingo
Grandmaster Cheater
Reputation: 8

Joined: 12 Jul 2007
Posts: 571

PostPosted: Tue Apr 12, 2011 8:39 am    Post subject: Reply with quote

DaasCook wrote:
Don't run, if you can't walk.

I take the bus!

@vnlagrla
Watcha makin?

_________________
Back to top
View user's profile Send private message
vnlagrla
Cheater
Reputation: 0

Joined: 10 Apr 2011
Posts: 33

PostPosted: Tue Apr 12, 2011 11:06 am    Post subject: Just making a trainer like Maskotes for halo trial Reply with quote

I want to make one like http ://forum .cheatengine .org/ viewtopic.php?t= 269223&postdays=0&postorder=asc&start=0 Maskote's but I need to change the asm codes like http ://forum .cheatengine .org/ viewtopic.php?t=534679
so I want to turn my cheat engine scripts into .dlls and make a program that injects them. Also It will be for halo portable instead of trial. so far I have these hacks unlim ammo, unlim grenades, unlim battery, disable invisible timer, disable oversheild timer, and I almost have no fall dmg. I still need to find speed hack, moonjump, and change where the teleporter sends you on blood gulch. this is what i have so far for moon jump http :// www . youtube . com /watch?v= A_sWXy-uvPU And I am Glad to see that you might help me Smile
Back to top
View user's profile Send private message
Pingo
Grandmaster Cheater
Reputation: 8

Joined: 12 Jul 2007
Posts: 571

PostPosted: Tue Apr 12, 2011 1:27 pm    Post subject: Reply with quote

Well i cant help with the dll, im only able to make chams with C++. The rest i can help with though.
Is that halo trail portable?
All those hacks can be done without injection aswell.
I think player speed is in the static struc. starts around this address 4BD7B000

What is moonjump. Looks like you froze your z coor.

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 204

Joined: 25 Jan 2006
Posts: 8581
Location: 127.0.0.1

PostPosted: Tue Apr 12, 2011 2:52 pm    Post subject: This post has 1 review(s) Reply with quote

You aren't going to learn anything if you just go straight into making trainers if you don't already know C++ or a decent amount of it. Slow down and go learn the language itself first before you start doing specific things in it.

Some links to help you get started:
http://www.parashift.com/c++-faq/
http://www.cplusplus.com/doc/tutorial/
http://www.learncpp.com/
http://www.cprogramming.com/tutorial.html

Look for legitimate sites; avoid YouTube video tutorials cause they are typically wrong in almost every aspect and are kids attempting to teach their friends stuff.

If you have the time to read it you can also read through the language standard docs, Google for:
ISO/IEC 14882:2003

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
vnlagrla
Cheater
Reputation: 0

Joined: 10 Apr 2011
Posts: 33

PostPosted: Tue Apr 12, 2011 7:44 pm    Post subject: Reply with quote

By moonjump I meant high jump(I find the value for height and see what writes to it, but i cant find jump). so i just enabled deathless and froze the z value in that video.The reason I want to inject dlls is because at vivid-abstractions dot net patrickssj6 is making a tut for dll trainers and so i can include an aimbot dll, but I don't need to make the hacks into dlls if you can help me in C. The game is halo custom edition portable(the full version of halo with all maps, but no campaign). the download is the megaupload link in the first post. I accidentally deleted my code for disable oversheild timer, and am having trouble with no fall dmg. so I need to find jump height, oversheild timer, I would like to find the clif mod, and walking speed. can you help me find these addresses and put them into C ++.Is there anyway I can email you my codes or anything?
Back to top
View user's profile Send private message
Krähne
Expert Cheater
Reputation: 0

Joined: 06 Jun 2010
Posts: 108
Location: Inside of my Kernel

PostPosted: Wed Apr 13, 2011 1:26 am    Post subject: Reply with quote

Too bad, Too bad... Rolling Eyes.
_________________
Excuse me if you don't understand what I just said, but "english" isn't my native language.
Back to top
View user's profile Send private message MSN Messenger
Pingo
Grandmaster Cheater
Reputation: 8

Joined: 12 Jul 2007
Posts: 571

PostPosted: Wed Apr 13, 2011 10:35 am    Post subject: Reply with quote

I can help you with the hacking side of things. but you also need to take Wiccaan advice into consideration. He is one of few people on here that actually knows his stuff.
_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 204

Joined: 25 Jan 2006
Posts: 8581
Location: 127.0.0.1

PostPosted: Wed Apr 13, 2011 2:11 pm    Post subject: Reply with quote

vnlagrla wrote:
By moonjump I meant high jump(I find the value for height and see what writes to it, but i cant find jump). so i just enabled deathless and froze the z value in that video.The reason I want to inject dlls is because at vivid-abstractions dot net patrickssj6 is making a tut for dll trainers and so i can include an aimbot dll, but I don't need to make the hacks into dlls if you can help me in C. The game is halo custom edition portable(the full version of halo with all maps, but no campaign). the download is the megaupload link in the first post. I accidentally deleted my code for disable oversheild timer, and am having trouble with no fall dmg. so I need to find jump height, oversheild timer, I would like to find the clif mod, and walking speed. can you help me find these addresses and put them into C ++.Is there anyway I can email you my codes or anything?


Us just giving you code isn't going to teach you. And no offense but you may want to not take what patrickssj6 says to heart, his code is fairly poor. There are plenty of DLL injection tutorials on the net and a ton of communities that are specifically targeted towards aimbot style hacking etc.

You need to learn how to use the language first before you even get into things like this though.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Krähne
Expert Cheater
Reputation: 0

Joined: 06 Jun 2010
Posts: 108
Location: Inside of my Kernel

PostPosted: Wed Apr 13, 2011 3:03 pm    Post subject: Reply with quote

Wiccaan wrote:
vnlagrla wrote:
By moonjump I meant high jump(I find the value for height and see what writes to it, but i cant find jump). so i just enabled deathless and froze the z value in that video.The reason I want to inject dlls is because at vivid-abstractions dot net patrickssj6 is making a tut for dll trainers and so i can include an aimbot dll, but I don't need to make the hacks into dlls if you can help me in C. The game is halo custom edition portable(the full version of halo with all maps, but no campaign). the download is the megaupload link in the first post. I accidentally deleted my code for disable oversheild timer, and am having trouble with no fall dmg. so I need to find jump height, oversheild timer, I would like to find the clif mod, and walking speed. can you help me find these addresses and put them into C ++.Is there anyway I can email you my codes or anything?


Us just giving you code isn't going to teach you. And no offense but you may want to not take what patrickssj6 says to heart, his code is fairly poor. There are plenty of DLL injection tutorials on the net and a ton of communities that are specifically targeted towards aimbot style hacking etc.

You need to learn how to use the language first before you even get into things like this though.


He will never get it.

He just wants the job done... is too lazy to learn, because it believes that will waste time.

_________________
Excuse me if you don't understand what I just said, but "english" isn't my native language.
Back to top
View user's profile Send private message MSN Messenger
vnlagrla
Cheater
Reputation: 0

Joined: 10 Apr 2011
Posts: 33

PostPosted: Wed Apr 13, 2011 8:28 pm    Post subject: Reply with quote

No, If I just wanted it done I would make it in tmk, I just want to get used to C before i take the class at my school next semester.
Back to top
View user's profile Send private message
Krähne
Expert Cheater
Reputation: 0

Joined: 06 Jun 2010
Posts: 108
Location: Inside of my Kernel

PostPosted: Wed Apr 13, 2011 9:06 pm    Post subject: Reply with quote

vnlagrla wrote:
No, If I just wanted it done I would make it in tmk, I just want to get used to C before i take the class at my school next semester.


Hahahaha, at the school you will learn basic things, something like "Helo world!" for beginning...

You will never learn (in school), the how to: to change the memory of an external process...

_________________
Excuse me if you don't understand what I just said, but "english" isn't my native language.
Back to top
View user's profile Send private message MSN Messenger
vnlagrla
Cheater
Reputation: 0

Joined: 10 Apr 2011
Posts: 33

PostPosted: Wed Apr 13, 2011 9:28 pm    Post subject: Reply with quote

well, considering my school has the best robotics team in nebraska and they are competing at worlds in Florida right now(I now robotics and this are not the same just saying we have a great technology school.) and that we have over 9 technology classes like C# C++ java computer repair, html, and a few cisco classes. I'm pretty sure if I asked and tried I could be taught. which is what i will do when im in the class.
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
Goto page 1, 2  Next
Page 1 of 2

 
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