Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

PcStack

Members
  • Content Count

    8
  • Joined

  • Last visited

  • Days Won

    1

PcStack last won the day on August 26 2019

PcStack had the most liked content!

About PcStack

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    SockMonkey46
  • GitHub
    None

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. The server freezing is completly normal. I have no idea what's wrong with the browser you NEED an internet card AND wifi card to browse and host servers A screenshot would be helpful, and specs of server and browsing pc. Edit: internet card not nessecary for server. You have to put the code after the / from the pastebin website into the server program to replace the last argument from the third to last line
  2. PcStack

    Offical OC server

    Is there such thing as an offical OC server? and if so, what is the ip adress of the server?
  3. This program enables you to make servers useful like IRL web servers. Client Minimum requirements relay network card internet card apu Server Minimum Requirements; Wireless network card Configured serverside program Put your paste code in the server program or else it will say Hello. I did this cause nobody else had and I thought it would be useful Server paste code: B7b27pc2 Browser paste code: vkL422Sz I am new to OC and this is my first program
  4. I also need help doing it with a wireless modem message for a browser program... and pastebin run here is my code; component = require("component") modem = component.modem event = require("event") print("Connent to which IP?") ip = io.read("*n") modem.open(ip) modem.broadcast(ip, "packets") local _, _, from, port, _, message = event.pull("modem_message") message = tostring(i) local command = table.concat({"pastebin run message"}) os.execute(command)
  5. I need help with using variables as codes for pastebin as I am making a browser program, what I am asking is how do I use a variable in the os.execute pastebin thing? please help I just switched over from CC
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.