• Welcome to Valhalla Legends Archive.
 

ViPeR news :'(

Started by Undeference, May 20, 2003, 04:38 PM

Previous topic - Next topic

Undeference

Here's the deal, I am making a bnet bot (called ViPeR BoT) and I was originally going to make it in REALBasic, but due to several issues I have seen with it I will not. I am thinking about possibly redoing all my work in C++ or something else. I would prefer using a cool language that noone would think of using (cobolt, python, etc.) but that's not gonna happen.

I will prolly do all of the coding on my own (or most of it), since I have seen some issues with winsocket, and since my bot will be fully customizeable, it will be better even to define what a scrollbar is. In this way, ever version of the bot will be the same for ever operating system (Windows, Mac, and possibly Linux).

Only problem.. it's gonna take a while to redo all my code and to get used to everything.

Kp

This forum is usually used for help requests, discussion of changes, or the like.  Not news about some particular client.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!

Yoni

-1 to Undeference for using the :'( in vain.

</going to get flamed>

Arta

Cobolt?

I won't lmao just in case it's really a language but, uh... I'm giggling in anticipation :)

Noodlez

* Noodlez is makign a bot in python

Tazo

Quote from: Noodlez on May 20, 2003, 06:34 PM
* Noodlez is makign a bot in python

makign? wow is this a new way of doing things? :-p

Eibro

* Eibro is etaing a sandwich
Eibro of Yeti Lovers.

Yoni

What's the eta on your sandwich, Eibro?

Eibro

Quote from: Yoni on May 20, 2003, 08:22 PM
What's the eta on your sandwich, Eibro?
-30 minutes, it's now churning in my digestive juices  :-*
Eibro of Yeti Lovers.

TheMinistered

Noodlez, you just showed your own immaturity by stooping down to his level.  I congradulate you!

Banana fanna fo fanna

Quote from: Noodlez on May 20, 2003, 06:34 PM
* Noodlez is makign a bot in python

* St0rm.iD has been there done that

On to Scheme!

Zakath

Umm...does Scheme even have socket support?
Quote from: iago on February 02, 2005, 03:07 PM
Yes, you can't have everybody...contributing to the main source repository.  That would be stupid and create chaos.

Opensource projects...would be dumb.

Banana fanna fo fanna

I think it's turing complete.

smoke

Now I have to admit, that would be pretty damn hilarious to see an actual application written in scheme.  ;D

Banana fanna fo fanna

Yeah lol. This is all anyone really does:

(define square
(lambda (x)
  (* x x)
)
)