pouët.net

Go to bottom

How to make a cracktro, trainer and demo on MS DOS??

category: general [glöplog]
 
How can i code a cracktro and trainer on Turbo Assembler for MS DOS, just like Razor1911 did that?
added on the 2017-04-25 01:54:15 by bAgRaPe bAgRaPe
Make sure to use Gravis Ultrasound
added on the 2017-04-25 02:39:54 by alk alk
Ok, i said how can i make a cracktro and trainer on Turbo Assembler for MS DOS?? Please help me??
added on the 2017-04-25 03:00:25 by bAgRaPe bAgRaPe
You're only going to get snarky replies for posting such a vague, broad, unanswerable question. So here's my vague, broad, unhelpful response:

1. You just start doing it.
2. When you don't know something, look it up.
3. Goto 1.

You're welcome.
added on the 2017-04-25 03:45:46 by jmph jmph
mov ax, 0013h
int 10h
profit
How do you grow two peckers? I want double dickage!
added on the 2017-04-25 07:50:52 by El Topo El Topo
Not sure if you also want to crack a game or just make an intro. My guess is the second. For the first one you'll need to do some reverse engineering.

To make an intro you don't necessarily need Turbo Assembler, something Pascal or C is good enough and easier to use. Second Reality was written mostly in Pascal and C and it works pretty damn well.

You need some graphics programming and audio programming. Easiest is to use existing libraries, especially for sound. You can still find plenty of documentation online. You can find audio playback code for tracker modules. While making your own tracker can be fun, it will take up a lot of time, just jump to the gfx part.
- jump into mode 13h, this gives you 320x200 256 color framebuffer
- write some functions to plot a pixel on screen, plot a line
- load bitmap from file, easiest to achieve is with PCX
- using bitmap, you load a font to make a scroller
- using plot pixel you can make a starfield

And so on, just remember to have fun.
added on the 2017-04-25 09:42:04 by musk musk
you only need haxxor-book
added on the 2017-04-25 09:52:55 by marlowe marlowe
Quote:
you only need haxxor-book

The original German language edition of that book (written by those guys) is quite (in)famous. And expensive too; 69 DM back in the day! But yeah, if OP is not yet another troll account, that book could indeed teach him most of those things. There's even a chapter on how to train games and source code of an example trainer. :)
added on the 2017-04-25 11:15:06 by tomaes tomaes
BartSimpsonFan, is that you?
Quote:
BartSimpsonFan, is that you?


either that or a BartSimpsonFanFan
added on the 2017-04-25 11:49:28 by spiny spiny
saga musix: he pretty much looks like it
added on the 2017-04-25 11:55:28 by Flashira Flashira
I'm BartSimpsonFan420 irl
added on the 2017-04-25 12:08:23 by okkie okkie
Quote:
if OP is not yet another troll account

..but to be on the safe side here are those 1000 virgins!
added on the 2017-04-25 12:16:15 by 1in10 1in10
BB Image
added on the 2017-04-25 13:46:01 by okkie okkie

login

Go to top