Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: programermcgeek on September 03, 2004, 06:08 PM

Title: questions from a newbie
Post by: programermcgeek on September 03, 2004, 06:08 PM
1.  Is there any way to capture ram packets or what ever there called?

2.  Is there a decompiler type thing i can download? like a compiler but backwards...

3.  I want to create a starcraft spoofer, how might i do that?

4.  I want to create a starcraft bot, how might i do that?

5.  I want to create a starcraft spammer, how might i do that?

6.  I want to create a yahoo instant messenger bot/spammer, how might i do that?

7.  I want to learn to print stuff to programs (such as starcraft), how might i do that?
Title: Re:questions from a newbie
Post by: Kp on September 03, 2004, 11:49 PM
Quote from: programermcgeek on September 03, 2004, 06:08 PM1.  Is there any way to capture ram packets or what ever there called?
2.  Is there a decompiler type thing i can download? like a compiler but backwards...
3.  I want to create a starcraft spoofer, how might i do that?
4.  I want to create a starcraft bot, how might i do that?
5.  I want to create a starcraft spammer, how might i do that?
6.  I want to create a yahoo instant messenger bot/spammer, how might i do that?
7.  I want to learn to print stuff to programs (such as starcraft), how might i do that?

1. Yes.  Anything is possible, given sufficient time, motivation, and resources.
2. Yes.  Or you could just make one, since the Intel opcodes are public domain information.
4. Monitor how Starcraft behaves, duplicate that behavior in an independent program, and then add any autonomous functionality you desire beyond that.
5. Do not create spammers.  They are annoying and serve no useful purpose.
6. See (5).
7. The easiest way would be to write the bytes into Starcraft's memory at the appropriate location.  See WriteProcessMemory.
Title: Re:questions from a newbie
Post by: programermcgeek on September 04, 2004, 09:56 AM
but do u have any more specific instructions for any of em?
Title: Re:questions from a newbie
Post by: Kp on September 04, 2004, 10:36 AM
Quote from: programermcgeek on September 04, 2004, 09:56 AMbut do u have any more specific instructions for any of em?

Yes.
Title: Re:questions from a newbie
Post by: Banana fanna fo fanna on September 04, 2004, 02:09 PM
This violates one of the forum rules, but I think I speak for everyone, when I say,

programermcgeek, YOU SUCK!
Title: Re:questions from a newbie
Post by: Eibro on September 04, 2004, 04:03 PM
Quote from: programermcgeek on September 03, 2004, 06:08 PM
1.  Is there any way to capture ram packets or what ever there called?

2.  Is there a decompiler type thing i can download? like a compiler but backwards...

3.  I want to create a starcraft spoofer, how might i do that?

4.  I want to create a starcraft bot, how might i do that?

5.  I want to create a starcraft spammer, how might i do that?

6.  I want to create a yahoo instant messenger bot/spammer, how might i do that?

7.  I want to learn to print stuff to programs (such as starcraft), how might i do that?
No one is going to give specific instructions on how to complete any of these projects. You need to study computer science. Learn how your computer works on the software level. Program. Program some more.
Title: Re:questions from a newbie
Post by: programermcgeek on September 06, 2004, 07:37 PM
k thnx anyway tho
Title: Re:questions from a newbie
Post by: Sargera on September 06, 2004, 11:28 PM
http://www.gametutorials.com

Start there, great tutorials for beginning/intermediate/semi-advanced programmers.
Title: Re:questions from a newbie
Post by: Grok on September 09, 2004, 02:59 PM
Quote from: Eibro[yL] on September 04, 2004, 04:03 PM
No one is going to give specific instructions on how to complete any of these projects. You need to study computer science. Learn how your computer works on the software level. Program. Program some more.

Or pay one of those who have spent our time and effort learning how.