ASM Tutorials and Skeletons!

Discussion on Coding.
Post Reply
delinquent
<3 bd long time
Posts: 869
Joined: Fri Nov 14, 2003 12:08 am
Location: binarys underpants
Contact:

Post by delinquent »

Hi all, I am making a post here for coding where it will have sites and information so if you are interested in learning something new other than releasing hacks and trainers in TMK I suggest you check these sites out. For now I am only putting ASM stuff here because the community would have the most support on this subject. As we grow we can add up more complicated subjects.

You may be asking why should we ditch out TMK and go with ASM.. Well the oppurtunties in ASM are limitless for releasing trainers. You can add many new features and the size and speed are much more efficient! C++ is another great language to make trainers in but that requires a little more knowledge in my point of view many others will disagree. I find coding in C++ harder cause there is way more coding you have to do. Visual Basic is really a no no it does the job but the dll files make the sizes up to megabytes! It is also much slower. ASM is the way to go in my point of view. Fast, Small, Easy trainers!

Here are some sites which may be essential to you all:

<a href='http://www.movsd.com' target='_blank'>http://www.movsd.com</a> (masm)
<a href='http://flatassembler.net' target='_blank'>http://flatassembler.net</a> (fasm)
<a href='http://nasm.sourceforge.net' target='_blank'>http://nasm.sourceforge.net</a> (nasm)
<a href='http://win32asm.cjb.net' target='_blank'>http://win32asm.cjb.net</a> (This site has some win32 Tutorials and materials that may interest you)
<a href='http://www.masm32.com' target='_blank'>http://www.masm32.com</a> (masm)
<a href='http://radasm.visualassembler.com' target='_blank'>http://radasm.visualassembler.com</a> (Really look at this one)
<a href='http://www.protools.cjb.net/' target='_blank'>http://www.protools.cjb.net/</a> (Site with tools)

Here are some tutorials you may want to follow:
<a href='http://www.gamehacking.com/tutorials/asmtut.php' target='_blank'>http://www.gamehacking.com/tutorials/asmtut.php</a> ( This is a very good tutorial also has a skeleton I suggest checking this out!)
<a href='http://www.gamehacking.com/tutorials/mshearts.php' target='_blank'>http://www.gamehacking.com/tutorials/mshearts.php</a> ( May come in handy one day :] )
<a href='http://www.gamehacking.com/tutorials/Debugging.php' target='_blank'>http://www.gamehacking.com/tutorials/Debugging.php</a>


Here are some skeletons:

First you may be asking what a skeleton is... When programmers make a trainer there is alot of code to write at times so programmers that don't remember that code make what you call a skeleton.. It is like a template where you can just edit the values and memory points. It is great to take a look at and see other programmers coding, especially when they have commented it really well.

<a href='http://www.gamehacking.com/tutorials/asmtut.php' target='_blank'>http://www.gamehacking.com/tutorials/asmtut.php</a> ( This has a tutorial too as posted above)
<a href='http://grozatt.cjb.net' target='_blank'>http://grozatt.cjb.net</a> -Hotkeys, anti trainer spy code
<a href='http://digitaldh.net' target='_blank'>http://digitaldh.net</a> - Hotkeys, VirtualProtectex
<a href='http://bentminds.tripod.com/' target='_blank'>http://bentminds.tripod.com/</a> - Buttons, hotkeys
<a href='http://www.angelfire.com/ego/eedok' target='_blank'>http://www.angelfire.com/ego/eedok</a> - bare basics, only 1 file


Here are just some sites that may come in handy:
<a href='http://devious.tsongkie.com' target='_blank'>http://devious.tsongkie.com</a>
<a href='http://www.gamehacking.com' target='_blank'>http://www.gamehacking.com</a>

Okay I hope I covered enough for the time being I will add more later. Also don't be afraid to post questions as long as they are sensible. If you wan't to add anything please do. If you need help im sure we will all try our best.

delinquent :]
<img src='http://deli.lazyslacker.com/stupidnigga.jpg' border='0' alt='user posted image' /><br><a href='http://deli.lazyslacker.com' target='_blank'>http://deli.lazyslacker.com</a><br>Don't ban me, ban the idiot!
Post Reply