Search results

  1. Shrimp

    Accepted New Radio DJ/TV or News Station job

    What does this suggestion change/add/remove: Adds a new job where players can host their own radio station or TV stations and people can buy radios or TV's to listen/watch the broadcast. DJ's could play music as well as broadcast their voice and anyone else who's in proximity of the radio mic...
  2. Shrimp

    Shrimp's Crypto Helper

    Hello, I made a crypto helper that can be used in place of getchar and cshift. Enjoy: Functions you can use: cshift(string input,number offset) Just like regular cshift, first parameter is your string you want to shift, second parameter is your offset amount. Returns decoded string...
  3. Shrimp

    Creating Servers?

    I was wondering if there was a way to setup an SSH or a server so that people could buy things like scripts from it and you didn't have to be on the server with a terminal running the whole time? I've seen things like RK shop and other software shops do something like this and I was just...
  4. Shrimp

    How do I turn text that is generated from console into a string?

    I want to write a script that grabs an IP from a website. For example if I type in: "whois mn.cgpd.gov" and it returns: ---WHOIS--- IP: 175.132.87.59 Registrar: Civil Gamers Police Dept. etc. How do I grab the specific line from console with the ip address and turn it into a string? Any help...