Author Topic: Gamefaqs.com  (Read 14930 times)

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
Gamefaqs.com
« Reply #25 on: January 13, 2004, 12:19:58 AM »
Prime, I wasn't nearly as fast as lev, but I got so many units up that it was overwhelming to my opponents.   Whatever happened? :find:  
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #26 on: January 13, 2004, 09:17:46 AM »
you already told us, u stopped playing for 2 years.

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Gamefaqs.com
« Reply #27 on: January 13, 2004, 05:13:06 PM »
Quote
Um... Map DLLs, Map Editor Source code, or anything else op2 related.
Quote
i no little about op2. but id like 2 at least no the basics.

Well, I'm not going to even try and explain it unless you can meet these conditions: (if you do, then that's fine)

1- You HAVE to know something about programming in a language like C/C++, or know something else like VB in and out. (Not a whole lot, but I expect you to know some... If you are a master at VB, just go online and learn about C or C++. Specifically you should know about variables, function calls, memory access, especially pointers.) If you've never programmed, you'll have to get up to at least this point. Otherwise it probably won't make sense to you.

2- You should know how to use hex editors, disassemblers/debuggers is a plus.
The more you know about these, the better you will be at reverse engineering.
(if you take the time to learn Assembler it will GREATLY help you... understanding assembler is pretty much required to do any reversing)

3- Time to learn.

I'll find some websites and give you links to them, as far as the topics of cracking, reversing, etc.

Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
Gamefaqs.com
« Reply #28 on: January 13, 2004, 08:21:41 PM »
What is it I did that I have forgotten?  Maby it was the Acer Aspire.
« Last Edit: January 13, 2004, 08:22:06 PM by CK9 »
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Gamefaqs.com
« Reply #29 on: January 14, 2004, 01:37:37 AM »
Quote
the ability to make it so u can't attack ur oppenent(s) untill a specific period is up, say 5 mins
yea, its called a mark game.

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #30 on: January 14, 2004, 12:46:29 PM »
i mean to enforce it. Like on sta2 u can have a ciese fire.

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Gamefaqs.com
« Reply #31 on: January 14, 2004, 04:04:50 PM »
well if some 1 breaks the mark u could just virus their comp
that would stop em from doin it again..
just an idea

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #32 on: January 14, 2004, 04:38:08 PM »
well for one thing, i don't have a clue on how to hack, make or get a virus without being harmed, and how to send it. The only thing i semi know how to use is the hex editor, and i only now how to fix .dll files for op2 maps

Offline gpgarrettboast

  • Administrator
  • Hero Member
  • *****
  • Posts: 553
Gamefaqs.com
« Reply #33 on: January 14, 2004, 09:47:10 PM »
Op2hacker, I'd like to learn. I know VB almost 95% (Except API's) , a decent amount of C++ and I also know how to reverse engineer. Do you have a guide?

BTW, I can write a help file and tutorial for the map editor, just PM me.

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Gamefaqs.com
« Reply #34 on: January 15, 2004, 02:33:15 PM »
How much reverse engineering do you know?

I may give you a "test", ie. Crack this 30days demo and show me how you did it..

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #35 on: January 15, 2004, 07:26:01 PM »
stupid question for the programers of this site, but good question for the non-programers and no one with expeirience programing, "How do u reverse enginer?"

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Gamefaqs.com
« Reply #36 on: January 15, 2004, 08:05:45 PM »
um, that's pretty hard to explain in depth.. But I'll give you the condensed form...

Decompiling a program, reading the raw machine codes, understanding it, and maybe even changing parts of it or adding on to it.

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #37 on: January 16, 2004, 09:14:58 AM »
ah, that works. btw, hex wrokshop 4 has the ACSII code in it, as well as some others, so i could use that to learn ACSII and the others it has. I wish it had tutorials though, that would greatly decrease the difficulty.

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Gamefaqs.com
« Reply #38 on: January 16, 2004, 02:36:56 PM »
tutorials on how to reverse engineer? you won't find that with a hex editor.

All you really have to know how to do with a hex editor for most reverse-engineering stuff is how to edit bytes, and fill X number of bytes with the code XX. (In hex workshop that is the command Edit>Fill)

To edit code you figure out the new assembly instructions, and using a lookup table or something you get the raw bytes for the instructions (I have stuff like this)

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #39 on: January 17, 2004, 02:42:07 PM »
well, that works, anyone know where i can download a good free version of a java programer? (basicly it makes java programs if u don't know, i can't remember wht it is called, something like java editor)

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Gamefaqs.com
« Reply #40 on: January 17, 2004, 08:01:08 PM »
http://java.sun.com/

It's called the Java JDK.... Look in the downloads section.

It has everything you need to write a java program.

To compile your files you just enter this command after chdir'ing to the \bin folder of the JDK (or if you added the bin folder in your PATH)

javac Your source filename.java

Then it spits out a corresponding .class file.

Once all the classes your prog. needs are compiled you can run the app. like this:

java Your ClassName (do NOT add .class, it's case sensitive!)

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #41 on: January 17, 2004, 09:24:33 PM »
thank you hacker, now i can continue my self teaching of programing since my friend refused to let me borrow his java program editor/creator thing.

Offline Luweeg64

  • Sr. Member
  • ****
  • Posts: 280
    • http://gcuco.netfirms.com
Gamefaqs.com
« Reply #42 on: January 20, 2004, 10:09:32 PM »
i'm with lev, i would like to learn how to hack too

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #43 on: January 21, 2004, 10:00:18 AM »
huh? when did lev say he wanted to hack?

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Gamefaqs.com
« Reply #44 on: January 21, 2004, 11:52:32 AM »
I know that you wanted to and garrett wanted to... Am I correct?

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #45 on: January 21, 2004, 12:14:01 PM »
um, if that was directed to me i think u were.

Offline Luweeg64

  • Sr. Member
  • ****
  • Posts: 280
    • http://gcuco.netfirms.com
Gamefaqs.com
« Reply #46 on: January 21, 2004, 06:34:08 PM »
i was, and lev said that back on the first page of posts

Offline plymoth45

  • Hero Member
  • *****
  • Posts: 1062
Gamefaqs.com
« Reply #47 on: January 22, 2004, 09:44:01 AM »
ah, lev said he wanted to know the basics, am i right?

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Gamefaqs.com
« Reply #48 on: January 22, 2004, 04:14:52 PM »
I'll explain it in this thread once for everyone to see:

http://forum.outpostuniverse.net/index.php?showtopic=583

Offline Jgamer

  • Full Member
  • ***
  • Posts: 159
Gamefaqs.com
« Reply #49 on: January 24, 2004, 09:26:18 AM »
Now...
Did any of you think abou making a faq?