• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dan

#1
Yah, this place is dead as shit.
#2
more like your face am i rite
#3
/WHOAMI -- Introductions / Re: Dan
January 04, 2007, 11:13 PM
Back with newer work, if anyone really cares.



http://www.e10studios.net/index.php?topic=52.0
#4
Thats the point...
#5
I can be cool to!
...
See! Look at all the attention Ive just gathered!
#6
I have a list of people Im going to give that to..
#7
Quote from: DeTaiLs on November 19, 2005, 09:17 PM
It seems like kids in your school have some serious issues and you where holding that anger in for a long time.
I think my school attracts attention whores.
#8
You know its true.
#9
Thing-O-Rama ™ / Smart wanna be attention whores.
November 19, 2005, 06:04 PM
Dont you just hate those kids in class who say whatever the fuck they can to get attention?

The kind that piss me off the most is the kids who say there pyros. Whenever they get into a new class or something and when there talking about themselves they say "I like fire..." and try to sound cool to get attention. And then later they start talking about how to make bombs and such and they really have no idea what there talking about, just saying shit they got off a website. "So ya if you put a bottle of ammonium nitrate in kerosene YOUR HOUSE WILL JUST BLOW THE FUCK UP", and then I hate it when they try and give you storys, "one time I almost killed like A MILLION PEOPLE!! ZOMG". And when you ask them a question about anything there like "Well... Im an expert and I cant tell you" or.... "STFU IM TRYING TO GET ATTENTION STOP PUTTING ME DOWN IMA CRY NOW!!".

I just hate those fuck kids. Also another type is those script kiddies... But thats for another time.
#10
Assembly Language (any cpu) / Re: Where to start?
November 19, 2005, 12:34 PM
Quote from: noob on November 15, 2005, 10:26 PM
Also, don't bother with any books on ASM. They teach you bad habits. Learn on your own.

Write something, for example:


int main(void)
{
   printf("string\n");
   return 0;
}


and gcc with -S:


        .file   "asdf.c"
        .section        .rodata
.LC0:
        .string "string\n"
        .text
.globl main
        .type   main, @function
main:
        pushl   %ebp
        movl    %esp, %ebp
        subl    $8, %esp
        andl    $-16, %esp
        movl    $0, %eax
        subl    %eax, %esp
        movl    $.LC0, (%esp)
        call    printf
        movl    $0, %eax
        leave
        ret


Learn how functions are called, how conditionals are evaluated and acted upon, etc. Since you're interesting in game hacking, which is largely disassembling, knowing how certain chunks of C code looks in assembler is key. You don't really have to understand ASM deeply, just know what to look for.
I dont agree with you there. E-books and books are a great resource for learning. Learning off generated code from a C compiler wont teach you how to optimize your code. And it never hurts to have a good understanding of ASM, programs may be written in ASM and not C (or even a different langauge) so you wont know what you're looking at becuase the code wasnt generated from the compiler you're familiar with.
#12
/WHOAMI -- Introductions / Re: Dan
November 02, 2005, 05:51 AM
Im Danithin (elven hunter dude) on the server Terenas or something close to that.
#13
/WHOAMI -- Introductions / Re: Dan
November 01, 2005, 05:30 PM
I also have a very fluffy puppy...
And I play WoW a lil bit if anyone wants to play.
#14
/WHOAMI -- Introductions / Re: Dan
November 01, 2005, 02:45 PM
Its ok over there, its just not the most serious place.
#15
/WHOAMI -- Introductions / Dan
October 31, 2005, 10:11 PM
I'm Dan. I program in mASM, Pascal, and various forms of BASIC. I've made several hacks both dll's and exe's for the game Starcraft which I'm sure you've all heard about (not my hacks but the game). An example of my latest public work, http://www.bwhacks.com/forums/showthread.php?t=7972 . I hope to learn much here.

e.e; Forgot other stuffs...

Interests: Programming/reverse engineering, Haidong Gumdo, Life, other stuff everyone else says (freinds and all that).

Location: Dover, DE bitches...