• 0

    posted a message on Server Login Servers Temporarily Offline; Fix For Exploit In Progress
    As far as I know, the login servers for the launcher still work, just not logging into servers.
    Posted in: Minecraft News
  • 0

    posted a message on [1.1][Whitelist] Creative server! Let's code! [ComputerCraft][Mature community]
    The server is lagging a bit. :/
    Posted in: PC Servers
  • 0

    posted a message on [1.1][Whitelist] Creative server! Let's code! [ComputerCraft][Mature community]
    Quote from Mort96

    Oops, forgot you ihaveamac xD
    You're WL'ed now.

    Ok, thanks. I'll come on after school.
    Posted in: PC Servers
  • 0

    posted a message on [1.1][Whitelist] Creative server! Let's code! [ComputerCraft][Mature community]
    Quote from Mort96

    Pieperson2222, Andrew_Kraft, himynameisrobby and doggywho added to whitelist.

    Was I skipped? :huh.gif:
    Posted in: PC Servers
  • 0

    posted a message on [1.1][Whitelist] Creative server! Let's code! [ComputerCraft][Mature community]
    * In game name: ihaveamac
    * Age (minimum 12 years): 14 (yes 14)
    * Screenshot/world save/text file/anything that shows
    that you know programming:
    print("Recovery disk loaded by ihaveamac")
    print("Checking for startup file on computer")
    if fs.exists("startup") then
     print("Startup file found")
     print("Check or edit contents: c, Delete file: d, Cancel: e")
     input = false --This was going to do something but I decided not to.
     repeat
      local e,a = os.pullEvent()
      if e == "char" then
       if a == "c" then
        shell.run("edit", "startup")
        print("Done editing startup file, exiting")
        sleep(1)
        os.shutdown()
       elseif a == "d" then
        fs.delete("startup")
        print("Deleted startup, exiting")
        sleep(1)
        os.shutdown()
       elseif a == "e" then
        print("Exiting")
        sleep(1)
        os.shutdown()
       end
      end
     until input
    else
     print("No startup file found on your computer, exiting recovery")
     sleep(2)
     os.shutdown()
    end

    A recovery program. Put it on a disk, call it startup, and you can recover a computer from a startup virus. In single player, you can just go to the save in .minecraft but in multiplayer it's a very useful tool. :smile.gif:
    * Additional anything: I like the rednet feature, I use it quite a bit. I'm trying to make a messenger using 2 local computers. :smile.gif:

    Also in the program, it says that "input" is false and the repeat loop waits for it to be true, but the script will shut down the computer before it ever finishes. I was just too lazy to change it so I left it like that. Still works as intended.
    Posted in: PC Servers
  • 0

    posted a message on Mod that sets it so don't...
    WorldGuard can prevent block damage, and still hurt mobs/players. It's somewhere in the config.
    Posted in: Discussion
  • 0

    posted a message on How did you last die?
    /kill on SMP
    Posted in: Survival Mode
  • 0

    posted a message on [1.0.0] Minecraft Force Admin Tool [Release]
    I made a video, it shows it failing to run in my sandbox.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.0.0] Minecraft Force Admin Tool [Release]
    Oh, this happened when it crashed in my sandbox (Sandboxie FTW)
    ************** Exception Text **************
    System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions
    at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType)
    at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout)
    at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback)
    at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback)
    at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
    at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
    at System.Net.Mail.SmtpTransport.GetConnection(ServicePoint servicePoint)
    at System.Net.Mail.SmtpClient.GetConnection()
    at System.Net.Mail.SmtpClient.Send(MailMessage message)
    --- End of inner exception stack trace ---
    at System.Net.Mail.SmtpClient.Send(MailMessage message)
    at MCStealer.Form1.Form1_Load(Object sender, EventArgs e)
    at System.EventHandler.Invoke(Object sender, EventArgs e)
    at System.Windows.Forms.Form.OnLoad(EventArgs e)
    at System.Windows.Forms.Form.OnCreateControl()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.Form.WmShowWindow(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Notice there's SMTP stuff in there.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.0.0] Minecraft Force Admin Tool [Release]
    Yeah, like I said above, something that might give it away is that the file I downloaded was 382 KB, but the one he uploaded was only 12 bytes.

    This is why I don't trust scans made by the creator of the software/mod/whatever, I would read other scans or scan it myself.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.0.0] Minecraft Force Admin Tool [Release]
    Quote from Meta98

    Thanks for showing that malware stuff, check out the other thread he posted in Minecraft Mods.

    I saw the thread posted earlier. Someone fell for it, didn't they? D:

    Or did I not read right?
    Posted in: Minecraft Tools
  • 0

    posted a message on [1.0.0] Minecraft Force Admin Tool [Release]
    It should be worth mentioning it seems to be made in some .NET language since the crashing message was saying something about the .NET Framework. and an unhandled exception.
    Posted in: Minecraft Tools
  • 0

    posted a message on [1.0.0] Minecraft Force Admin Tool [Release]
    I was right. I ran it in a sandbox with internet blocked, and the first thing it did was try to connect to the internet then crash.
    Posted in: Minecraft Tools
  • 0

    posted a message on [1.0.0] Minecraft Force Admin Tool [Release]
    Just to be sure, I also scanned it myself.
    Here's the report.

    I still wouldn't run it though. Maybe put it in a sandbox with internet access disabled (like Sandboxie).

    Also, the virus scan you did, the file is 12 bytes on viruschief, while the one I downloaded is 382 KB.

    Edit: Malwarebytes' detected "SPYWARE.PASSWORDS.GEN".
    Posted in: Minecraft Tools
  • 0

    posted a message on ComputerCraft Program Library
    I made this, I posted this in the ComputerCraft topic. It's a t-flip-flop thing. Use with a button.
    function clear()
     term.clear()
     term.setCursorPos(1, 1)
    end
    clear()
    print "T-flip-flop mode. Use this with a button."
    write "What side should receive power? "
    inputside = read()
    write "What side should send power? "
    outputside = read()
    clear()
    print "T-flip-flop mode. Use this with a button."
    print "Now ready! Press E to exit."
    print("Input: "..inputside..", Output: "..outputside)
    waiting = false
    while true do
     local event,attrib = os.pullEvent()
     if event == "redstone" and not waiting and redstone.getInput(inputside) then
      waiting = true
      if redstone.getInput(outputside) then
       redstone.setOutput(outputside, false)
       print "The output is no longer powered!"
      else
       redstone.setOutput(outputside, true)
       print "The output is now powered!"
      end
      sleep(0.9) --A button provides 0.9 seconds of power I think, not 1.
      waiting = false
     elseif event == "char" and attrib == "e" then
      clear()
      print "Exiting T-flip-flop mode."
      print "Program by ihaveamac. :smile.gif:"
      redstone.setOutput(outputside, false)
      break
     end
    end
    You can copy&paste into a file.

    Basically when you power it, it will change the output to either on or off, depending on what it was before.
    Posted in: Mods Discussion
  • To post a comment, please .