Maple Story Tutorials Tutorials only. No requests.


Tut for UCE/Trainers/Cheat tables/CEMs

Maple Story Tutorials


Closed Thread
 
Thread Tools Display Modes
Old 01-18-2008, 06:34 AM   #1
Registered User
 
Last Online: 10-20-2008 05:58 AM
Join Date: Nov 2007
Location: Canada
Age: 16
Posts: 90
Thanks: 3
Thanked 55 Times in 12 Posts
Inferno Hawk is on a distinguished road
iTrader: 0 / 0%
Points: 6,133.40
Bank: 0.00
Total Points: 6,133.40

Inferno Hawk is offline
Tut for UCE/Trainers/Cheat tables/CEMs

First off, I found these on google and tried too put all of it together.
Credits are in the DL(too many people to credit..)

Have fun reading it all XD

First Tut by Acim from CEF


TRAINER MAKING!!!

by Acim from CEF

Requested by jeffredx


~How to Make a Trainer~

Well, if you feel like making and elaborate trainer coded in a programming language yourself, go
[Only registered and activated users can see links. ]
(Download at the bottom)
-The ASM Hanbook
-The Updating Hanbook
-The Delphi Handbook
-The UCE Handbook
-The Tools Handbook

And download the Delphi handbook
and go to the Trainer Making link. But if you want a nice, easy to use trainer maker, use the one-and-only Cheat Engine. (In other words, DL the Delphi handbook, or if you want DL the rest) After you download and extracted it, open it then click on any button to go to the specific site. EG:"Basic Functions"

BTW, the link in "basic functions" to Delphi 7 DOES NOT WORK.
Go here to download DELPHI 7

[Only registered and activated users can see links. ]

download which ever fits you. I prefer Delphi 7 because thats what they all said..

After you open Cheat Engine, open the game your about to make a trainer for. Load your CT, or make one now, and target the
game as a process.

After that is done, go to Advanced Options in the bottom left corner. Press the Floppy Disk (Save) button, and use the
the default (Create a standalone trainer that will run during the game and modify memory). Now hit OK.

A window should open. One has an empty list on the right and some options on the left. The other is what you're trainer
will look like.

Now we will split. If you wish to make a simple one, stay here. If you wish to design your own interface, scroll
down to the appropriate section.

~Simple Trainer~

First, name you're trainer. In "Title" put the name of the trainer. The text will appear on the
Title Bar of the trainer. Now, if you want, click Change Image and select a .bmp image. This image will appear on the
background of the section that says "Launch". Next, you must select an icon. Hit the "Change Icon" button (NOT WITH YOUR
FIST, LOL) and select an icon for it. Looking smexy isn't it? No, it probably isn't. Now it's time to design the trainer.
Under "Launch File:", hit the folder button and select the game, so if you press Launch it'll launch the game.
Tick "and Autolaunch" if you want the game to automatically launch when your trainer is opened.
Now, for process (the game has to be targeted already), select the game.
If you want users to be able to view the trainer quickly, tick "Popup trainer on Keypress" and type in a key
you want the trainer to popup on. Leave Freeze Interval as is. Freeze Interval determines how many milliseconds
between you turning on the cheat and when it actually begins working (I think). In About Text, just type in what the credits
are, or whatever you want it to say when you press About. Tick "Prevent re-opening" if you don't want it to be able to be
edited by others. (If someone downloads it without this ticked they can open it with CE and edit the credits, etc.)

Now, were nearly there! Press Add Entry. go to addresses and press Add. Select the address to add and then
select what happens when its activated (Set value and unfreeze/freeze, only Unfreeze/freeze, or set a value). If it's
something that needs a value, type in the value. If the user can edit this (i.e. If it's a money hack and you want the
user to be able to edit the value), tick "Allow user to change value". Now, tick either "Normal freeze" if you just want
it ticked, "Allow increase" if you want it to be able to increase, and "Allow decrease" if you want it to be able
to decrease. Then click add. It should now be on the list of addresses. Click it and type in the Effect (Description/Name,
i.e. Money Hack) and hotkey. Then click OK. It should now be on the list of hacks. On the trainer it will be listed.
If the hack is code you want to do nothing... press Add Entry, go to Code (make sure it's on your code list!), select
it, and type in the effect and hotkey, then press OK. (Doing this will nop the code you selected when it is activated,
meaning when someone uses the hack, it'll take that code and make it do nothing. So if you found the code that decreased
health (while looking in memory view) and added it to the code list, when you add it to your trainer and someone activates
it, it stops that code from working, meaning NO DECREASING HEALTH, aka Godmode!) Keep adding cheats until
all of them are on the list. Now it's done! Press Generate Trainer, and save it somewhere with a name. Once a "Trainer
Generated" message comes, press OK and exit. Then execute the trainer and test it.

~Own-User-Interface Trainer~
After you have done everything from "How to Make a Trainer", and you wanna make your own interface? Well, do the following:


1. Press Design own userinterface.
2. Select an icon by pressing "Change Icon". This will be your trainers icon. (To figure that out, your IQ is probably
over 50.)
3. Under "Title" type in a title. this will appear in the Title Bar of your trainer.
4. For "Launch File" select the game file. (i.e. For MapleStory, press the folder, browse to MapleStory.exe, and select
it.) Tick Autolaunch if you want the game to automatically launch when you open your trainer.
5. For Process select the game your making the trainer for (it should be running).
6. If you want an easy-view trainer, tick popup trainer on keypress, and type in a key. If the user hits this
key the trainer will come to the front.
7. Leave Freeze Interval as is. Freeze Interval determines how many milliseconds between you turning on the cheat and
when it actually begins working (I think).
8. In About Text, simply type in the credits, or a shoutout to your fans and loved ones. (If someone presses About, this'll
pop up so don't say anything private.)
9. Tick "Prevent re-opening" if you don't want it to be able to be edited by others. (If someone downloads it without
this ticked they can open it with CE and edit the credits, etc.)
10. I'm copying this fomr the previous section cause it's too long...

Press Add Entry. go to addresses and press Add. Select the address to add and then
select what happens when its activated (Set value and unfreeze/freeze, only Unfreeze/freeze, or set a value). If it's
something that needs a value, type in the value. If the user can edit this (i.e. If it's a money hack and you want the
user to be able to edit the value), tick "Allow user to change value". Now, tick either "Normal freeze" if you just want
it ticked, "Allow increase" if you want it to be able to increase, and "Allow decrease" if you want it to be able
to decrease. Then click add. It should now be on the list of addresses. Click it and type in the Effect (Description/Name,
i.e. Money Hack) and hotkey. Then click OK. It should now be on the list of hacks. If the hack is code you want to do
nothing... press Add Entry, go to Code (make sure it's on your code list!), select
it, and type in the effect and hotkey, then press OK. (Doing this will nop the code you selected when it is activated,
meaning when someone uses the hack, it'll take that code and make it do nothing. So if you found the code that decreased
health (while looking in memory view) and added it to the code list, when you add it to your trainer and someone activates
it, it stops that code from working, meaning NO DECREASING HEALTH, aka Godmode!) Keep adding cheats until
all of them are on the list.

11. Ready to start designing? Up in Designer Controls window, you have some options. Here they are form left to right:

Button: Click then drag your mouse on the trainer window to make a button. Now, in the Object Info window
type in the text you want on it. If you want the words to wrap around at the end of a line, change word wrap to True.
Now, On Click tells Cheat Engine what happens if the button is clicked. It can do Nothing, Exit the trainer,
Launch and Application, show the info you typed in the About Text, or execute a command (such as going to a file
in your computer or going to a website). If you choose Command, type in a command in the command line. It can be a website
URL, a file location, etc.

Cheat List: Click this then drag your mouse to make a box. All the cheats on the list of cheats will show up there
with hotkey + effect. In Object info, select the color it turns when activated, backgorund color for the box, color
of text, and how far left the Hotkey and Description are. There's also Show Hotkeys (true=shows the hotkey, false=
doesn't show), show checkbox (true=shows checkbox for ticking, false=doesnt show), and then there's a bunch of settings
for the border of the box.

Cheat: Click it and make a box with your mouse. Then, in object info, select the cheat you want there (one single cheat)
text, background, and activation color, how far left the description/hotkeys are,and if checkboxes/hotkeys are shown.

Image: Make a box with your mouse for this. In object info, select what the cursor is when it's moved over the
image. then press the browsing button next to "Picture" and slect an image for the uber 1337 box. Also select
if the image is stretched across the trainer, and if it is transparent. Then, like with buttons, select what happens
when its clicked (refer to button section).

Text: Click and make a box with the mouse. In "Text" type the text for the box. If you want words to wrap around to
the next line at the end, choose "Word Wrap : True". Now choose the font color and if it's underlined. Like with Image
choose the cursor when it goes over the text. Then (refer to button section) select what happens when it's clicked.

12. Now, you have a uber smexy trainer with cheats and all. Click/press/hit/whatever you wanna call it the "Generate
Trianer" button. Save the trainer with a name. When "Trainer Generated" comes, exit CE, and run your trainer to test
it.

If This does not make sense, sorry, I didnt write this, i got it from Google for some of you lazy people.

Ill add more tuts as time comes or you can go on google.

I hope it works XD


Attached Files
File Type: rar The_UCE_Handbook.rar (219.7 KB, 186 views)
File Type: rar The_Delphi_Handbook.rar (261.9 KB, 167 views)
File Type: rar The Updating Handbook.rar (252.3 KB, 116 views)
File Type: rar The Tools Handbook.rar (218.4 KB, 110 views)
File Type: rar The ASM Handbook.rar (241.8 KB, 98 views)

Last edited by Inferno Hawk; 01-18-2008 at 06:37 AM.
 
The Following 14 Users Say Thank You to Inferno Hawk For This Useful Post:
atrophy212 (03-27-2008), Chase1126 (01-20-2008), HeaVensEdge (01-19-2008), Intend (01-31-2008), ionveau (03-21-2008), iPwn (02-12-2008), kennydavid (03-09-2008), lcdmned (02-02-2008), online-master (01-19-2008), panzer213451 (03-21-2008), portuxx (02-13-2008), Rootbeer1020 (01-22-2008), SGTArashi (08-17-2008), XxNoob4LifexX12 (01-20-2008)
Sponsored Links
Old 01-18-2008, 08:45 AM   #2
Banned
 
Last Online: 06-26-2008 05:44 PM
Join Date: Dec 2007
Location: Thank you all for saying your goodbyes,it means allot.
Age: 24
Posts: 885
Thanks: 15
Thanked 210 Times in 74 Posts
Neoaaron444 is on a distinguished road
iTrader: 40 / 98%
Points: 27,841.09
Bank: 25,069.42
Total Points: 52,910.51
Bone Marrow Donation - Childhood Depression - Depression - Environment - Eye Injury Prevention - Glaucoma - Kidney Cancer - Kidney Disease - Kidney Transplantation - Leukemia - Lyme Disease - Mental Retardation - Missing Children - Organ Donation - T - Neoaaron444 

Xfire neoaaron
Neoaaron444 is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

thanks to who ever made this =-]
 
The Following User Says Thank You to Neoaaron444 For This Useful Post:
HeaVensEdge (01-19-2008)
Old 01-18-2008, 10:55 AM   #3
Registered User
 
Last Online: Today 09:33 AM
Join Date: Sep 2006
Location: Next Door.
Posts: 129
Thanks: 1
Thanked 23 Times in 6 Posts
omarofuae is on a distinguished road
iTrader: 0 / 0%
Points: 15,471.88
Bank: 0.00
Total Points: 15,471.88

Xfire If ill tell you, ill have to kill you.
omarofuae is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

thx for bringing it here but you should've posted it in tutorial section
 
The Following User Says Thank You to omarofuae For This Useful Post:
HeaVensEdge (01-19-2008)
Old 01-19-2008, 01:57 AM   #4
Registered User
 
Last Online: 05-13-2008 01:47 AM
Join Date: Jan 2008
Posts: 76
Thanks: 7
Thanked 21 Times in 13 Posts
Kwaz is on a distinguished road
iTrader: 0 / 0%
Points: 547.00
Bank: 0.00
Total Points: 547.00

Kwaz is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

Its great and all, but all that work just for a dumb game like ms isnt worth it. Its mind boggling that people would actually pay real money for an ms account. Its complete retarded stupidity and those people need to be slapped! Lol i laugh so hard everytime i heard bullcrap of stupid free computer games that are so serious! ROFLZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
 
The Following User Says Thank You to Kwaz For This Useful Post:
FatalSky (01-19-2008)
Old 01-19-2008, 02:01 AM   #5
Mega Man Hunter
 
SteveSOSP3's Avatar
 
Last Online: 01-09-2009 07:44 AM
Join Date: Nov 2005
Location: A.D. 20XX
Age: 19
Posts: 6,725
Thanks: 330
Thanked 1,810 Times in 491 Posts
SteveSOSP3 is on a distinguished road
iTrader: 0 / 0%
Points: 8,996.14
Bank: 164,687.68
Total Points: 173,683.82
No Message - SteveSOSP3 No Message - SteveSOSP3 No Message - SteveSOSP3 The cake is delicious and moist. - SteveSOSP3 No Message - SteveSOSP3 
No Message - SteveSOSP3 No Message - SteveSOSP3 No Message - SteveSOSP3 No Message - SteveSOSP3 No Message - SteveSOSP3 
No Message - SteveSOSP3 No Message - SteveSOSP3 No Message - SteveSOSP3 No Message - SteveSOSP3 No Message - SteveSOSP3 
No Message - SteveSOSP3 No Message - SteveSOSP3 ghghg - dm878 To the best Middleman Gamerzplanet.net had. ^__^ come back!! xD - Kintyroe have a cold one. - Zech2005007 

SteveSOSP3 is online now
Re: Tut for UCE/Trainers/Cheat tables/CEMs

Thanks for failing to use your eyes.

Warned and Moved.

__________________
[Only registered and activated users can see links. ]

^^^^^^^^^^^^^^^^^Click on my signature for private MS/AQ/RS hacks and programs.

 
The Following User Says Thank You to SteveSOSP3 For This Useful Post:
HeaVensEdge (01-19-2008)
Old 01-20-2008, 01:07 AM   #6
Registered User
 
Last Online: 12-08-2008 12:20 PM
Join Date: Feb 2007
Age: 18
Posts: 12
Thanks: 6
Thanked 2 Times in 2 Posts
lunarblaze is on a distinguished road
iTrader: 0 / 0%
Points: 1,640.20
Bank: 0.00
Total Points: 1,640.20

lunarblaze is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

hmm does this work? any mind leaving comment on either it working or not, i really dn't wanna read all this if it doesn't work.. well i probably will but not now, kind of busy lol
 
Old 01-20-2008, 02:52 AM   #7
Registered User
 
Last Online: 10-20-2008 05:58 AM
Join Date: Nov 2007
Location: Canada
Age: 16
Posts: 90
Thanks: 3
Thanked 55 Times in 12 Posts
Inferno Hawk is on a distinguished road
iTrader: 0 / 0%
Points: 6,133.40
Bank: 0.00
Total Points: 6,133.40

Inferno Hawk is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

yes it works except for the installing part. I'm getting a new computer to try it out. 5 of my friends said it worked so yeah.....
 
Old 01-20-2008, 04:46 PM   #8
Registered User
 
Last Online: 01-09-2009 03:08 AM
Join Date: Sep 2006
Posts: 43
Thanks: 0
Thanked 3 Times in 1 Post
Kill4m3njar0 is on a distinguished road
iTrader: 1 / 100%
Points: 4,324.59
Bank: 0.00
Total Points: 4,324.59

Kill4m3njar0 is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

if making a trainer was as simple as looking at all those tuts
then i think we'd have like 50 trainers out
just my thought but im pretty sure im right cause u said u can make ur own trainer...........
 
Old 01-21-2008, 02:19 AM   #9
Lurker
 
Last Online: 09-30-2008 08:37 AM
Join Date: Jan 2008
Age: 18
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
iciigoddess is on a distinguished road
iTrader: 0 / 0%
Points: 600.00
Bank: 0.00
Total Points: 600.00

iciigoddess is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

wow this is pretty long..
well... VERY LOOONG
i read half of it and now i need a break hahahah xDD
 
Old 01-22-2008, 02:06 AM   #10
Lurker
 
Last Online: 01-22-2008 02:15 AM
Join Date: Jan 2008
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Rootbeer1020 is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0

Rootbeer1020 is offline
Re: Tut for UCE/Trainers/Cheat tables/CEMs

were do you get delphi 7? O.O
 
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -7. The time now is 11:53 PM.


Powered by: vBulletin
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Visits: