UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 12:53 PM |
I only have 3 commands Start Commands Stop
What else should I add? http://www.roblox.com/Terminal-place?id=101702242 |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2013 01:14 PM |
Hack
Which opens up a Fallout 3 Terminal Hacking Simulator. |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 01:30 PM |
| I've only played Fallout New Vegas. |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
| |
|
|
| 31 Mar 2013 02:19 PM |
| Add a super computer built with the most complex AI to calculate when the world will end for sure, how it will end, and what the next question is. Also build a calculator. |
|
|
| Report Abuse |
|
|
Garnished
|
  |
| Joined: 09 Apr 2012 |
| Total Posts: 12695 |
|
|
| 31 Mar 2013 02:28 PM |
ping, tracert, shutdown -i
;3 |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2013 03:24 PM |
ping Roblox.com
could be a legit command and give you a real ping time |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 03:33 PM |
| I started another function "teleport [placeid]" but I have problems with loadstring D:< |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2013 03:37 PM |
Implement a filesystem (for text) and commands for it.
Make every player have their own filesystem (Data persistance)
Add commands to send files between other players (eg. it prompts the other players terminal asking for permission to send file. Please add artificial slow file transfer for coolness)
Make simple custom language with ability to draw colored letters with diff. background colors to the terminal.
Make them runnable from terminal.
Make DF. |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 31 Mar 2013 03:37 PM |
Hm. Hmm...
OS API? - Operation System OI API? - Operation... Interface? Idk FS API? - File System!!!!!!!!!!!!! Make a printer! Make us able to make websites that can be connected with the terminal (requiring you to make it on a PBS though)
Also, I tried your terminal some hours ago, it should be easier to know how to... ahem... start it. Tried "start os", "/start" ect. D: Damn. But then the news feed at the top of the screen told me how to do it.
- As, fs.open("desktop") ? |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2013 03:37 PM |
Fallout 3 Terminals == Fallout New Vegas Terminals
No excuse now ;3 |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 31 Mar 2013 03:40 PM |
By the way, months ago, I tried making the ComputerCraft mod on ROBLOX. It has the following stuff: - Computer - Disk Drive - Printer - Monitor - Wireless modem - Turtle (Multiple modes)
Would fit good if you made it in that way. Then we could have it in a 3D world and have tons of possibilities with it! I can give you the models and... primitive GUI awarding not-very-done function if you want to. :P
- As, oh, I feel like beginning making that stuff again :O |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 03:58 PM |
| Problem: I made a command that would teleport the player with a localscript. Works fine in studio but online it doesn't. |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 04:01 PM |
Here's the scope of the teleport thing:
elseif string.sub(string.lower(text),1,8) == "teleport" and not command then--start input commands command = true local ID = string.sub(text,10) newM(text) if string.gsub(ID,"%a+","") ~= "" then newM("Teleporting to: "..ID, true) local s = script.teleportScript:Clone() s.Parent = script local val = Instance.new("NumberValue", s) val.Value = ID val.Name = "ID" s.Disabled = false else newM("Error: Attempt to teleport to invalid place ID.", true) |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 31 Mar 2013 04:24 PM |
| Did you use REMS before posting this? |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
| |
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 31 Mar 2013 04:32 PM |
| http://www.roblox.com/Remote-Error-Monitoring-System-item?id=65774258 |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
| |
|
PartCMD
|
  |
| Joined: 17 Feb 2013 |
| Total Posts: 1 |
|
| |
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 04:55 PM |
It's a command line terminal No tetris. |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 31 Mar 2013 05:10 PM |
CraftOS, do it!
But seriously, do you know ComputerCraft? :D :D :D :⊃
Here's a video I just found, it's currently paused, and I've only watched 4 seconds of it, but I HOPE it might give you an idea: http://www.youtube.com/watch?v=PK2YfTM9RY4&hd=1&big=1
- As, I AM SO BUGGING BORED! |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 05:12 PM |
| Yes I know what computercraft is and I've even used it before for a passcode lock door. |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 31 Mar 2013 05:12 PM |
Urgh, ugly texturepack. Took another one.
http://www.youtube.com/watch?v=d6yHy3L7bMQ
-As, Future to our glorious stealin' nubz. Give them cake! |
|
|
| Report Abuse |
|
|
As8D
|
  |
| Joined: 24 Dec 2009 |
| Total Posts: 2907 |
|
|
| 31 Mar 2013 05:13 PM |
Uhu. Won't it be good to have in ROBLOX?
^ Tried to make a bank. The http API wouldn't enable. J:
- As, BANK OMGARSH, DID U MAKE A DEAL WITH.. Uh... uh... what banks is there in USA? |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 31 Mar 2013 05:16 PM |
| I suppose so, yes. But seriously, wtf is up with teleport service? |
|
|
| Report Abuse |
|
|