• Welcome to Valhalla Legends Archive.
 

questions from a newbie

Started by programermcgeek, September 03, 2004, 06:08 PM

Previous topic - Next topic

programermcgeek

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?

Kp

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.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

programermcgeek

but do u have any more specific instructions for any of em?

Kp

[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

Banana fanna fo fanna

This violates one of the forum rules, but I think I speak for everyone, when I say,

programermcgeek, YOU SUCK!

Eibro

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.
Eibro of Yeti Lovers.

programermcgeek


Sargera

http://www.gametutorials.com

Start there, great tutorials for beginning/intermediate/semi-advanced programmers.

Grok

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.