PDA

View Full Version : Programing



iPLayTHEdrums
07-21-2003, 06:54 PM
hi does anyone know how to make a program that will just type = and then a number over and over again? like =911,=100 until i stop it?

ilw
07-21-2003, 08:23 PM
what a random number generator? u can download the source code quite easily off the web.

iPLayTHEdrums
07-21-2003, 09:04 PM
but what do i do with the code? i know absalutely nothing about programming lol

ilw
07-21-2003, 09:27 PM
oh, r u wanting to learn or u just really want a program that'll spit out random numbers? Theres a random number generator built into excel which u could try. U might have to install the analysis tool pack (theres info in the helpfile). Or i found this program on the web : http://www.phy.hw.ac.uk/~phykjs/Download/Download.html the program called roller should do the job as long as ur limits are between 1 and any of the numbers stated on the webpage. I haven't tried the program tho!!

iPLayTHEdrums
07-22-2003, 12:25 PM
heh... i play a game and to join someones team you have to type = then the frequency they are on, EG =100, =234. But i want a program that will put = and then =101, =102, =103, =104, up to =9999. I want it to keep doing it until i stop it.

4play
07-22-2003, 12:35 PM
it is alot more complicated then it sounds.

you will probably have to learn sockets and a whole lot more to get that working.
that might take you a few years. ;)