Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
<
[-]
Slideshow

BUG LIST : Fix for next 1.4
#17
Possible source code for how you could have customizable OS's on the client side, this is still a work in progress.

Code:
Hacker Online (Client Side) OSv1 boot.sector print "OS version 1" print "(c) copywrite 2013, All Rights Reserved" print "" print "By Fatal1ty" print "" print "Kernel "; if fileExists("kernel") then print "Loading . . ." goto Found else print "Not found ( Error #1: No Operating System Found )" goto notFound endif :Found execFile("kernel") print "" print "kernel exited, please reboot" halt :notFound print "" print "Please re-install Operating System" goto notFound kernel print "OS Kernel v1.0" if fileExists("OS/console") then execFile("OS/console") else print "Error #2: OS/console not found" quit endif OS/console dim a$,prompt$,cmdline$,cmdArray,quit print "OS Console v1.0" if fileExists("autoexec") then a$ = readFile("autoexec") bufferPush(a$) else print "*No autoexec file found" endif prompt$="home/" quit=false :cmd if bufferLength=0 then print prompt$; waitInput endif cmdline$=bufferPop() print prompt$+" "+cmd$ cmdArray = splitLine(cmdline$," ") if fileExists("/OS/CMDS/"+cmdArray[1]) then execFile("/OS/CMDS/"+cmdArray[1],cmdArray) else if fileExists(cmdArray[1]) then execFile(cmdArray[1],cmdArray) else print "unknown command or filename" endif endif prompt$=currentDirectory()+"/" if prompt$="/" then prompt$="home/" endif goto cmd :done quit OS/CMDS/ver print "OS version 1" print "Kernel version 1" print "console version 1" print "" print "By Fatal1ty" quit OS/CMDS/chdir if params(1)=".." then currentDirectoryBack() else if directoryExists(params(1)) then currentDirectorySet(params(1)) else print "* Directory does not exist" endif endif quit OS/CMDS/dir dim files$ files$=listFiles(currentDirectory()) print files$ quit OS/CMDS/mkdir if directoryExists(params(1)) then print "* Error Directory already exists" else createDirectory(params(1)) endif quit OS/CMDS/rmdir if directoryExists(params(1)) then removeDirectory(params(1)) else print "* Directory does not exist" endif quit OS/CMDS/list dim a$ if fileExists(params(1)) then a$ = readFile(params(1)) print a$ else print "*No "+params(1)+" file found" endif quit OS/CMDS/help dim a$ if fileExists("/OS/help/"+params$) then a$=readFile("/OS/help/"params$) print a$ else print "Help [topic]" print "" print "help os" print "help game" endif quit


Messages In This Thread
BUG LIST : Fix for next 1.4 - by xGEKKOx - 12-07-2013, 02:17 PM
BUG LIST : Fix for next 1.4 - by slammajamma28 - 12-07-2013, 05:40 PM
BUG LIST : Fix for next 1.4 - by thiagoxxxx - 12-07-2013, 06:08 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 13-07-2013, 01:02 AM
BUG LIST : Fix for next 1.4 - by thiagoxxxx - 13-07-2013, 04:07 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 13-07-2013, 01:42 PM
BUG LIST : Fix for next 1.4 - by thiagoxxxx - 13-07-2013, 06:17 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 14-07-2013, 02:58 AM
BUG LIST : Fix for next 1.4 - by Narks - 14-07-2013, 03:25 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 14-07-2013, 04:16 PM
BUG LIST : Fix for next 1.4 - by Fatal1ty - 16-07-2013, 09:16 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 16-07-2013, 02:57 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 16-07-2013, 03:26 PM
BUG LIST : Fix for next 1.4 - by Fatal1ty - 21-07-2013, 12:45 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 21-07-2013, 03:27 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 21-07-2013, 07:44 PM
BUG LIST : Fix for next 1.4 - by Fatal1ty - 22-07-2013, 04:34 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 22-07-2013, 05:05 PM
BUG LIST : Fix for next 1.4 - by Fatal1ty - 23-07-2013, 01:08 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 23-07-2013, 03:15 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 01-08-2013, 09:56 PM
BUG LIST : Fix for next 1.4 - by thiagoxxxx - 01-08-2013, 11:16 PM
BUG LIST : Fix for next 1.4 - by thiagoxxxx - 03-08-2013, 07:37 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 02-08-2013, 05:48 AM
BUG LIST : Fix for next 1.4 - by Fatal1ty - 05-08-2013, 01:48 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 05-08-2013, 05:16 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 24-09-2013, 05:16 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 29-09-2013, 06:17 PM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 01-10-2013, 04:17 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 03-10-2013, 07:17 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 10-10-2013, 03:40 AM
BUG LIST : Fix for next 1.4 - by xGEKKOx - 10-10-2013, 04:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Recent Posts
Top Google Site
I think you could probably google thatFrankJScott — 02:48 AM
Useful Google Site
I think you could probably - google thatFrankJScott — 02:32 AM
New Google Site
I think you could probably google that I think you could probab...FrankJScott — 02:26 AM
cb radio box on iPhone4
This technical discussion thread typically addresses hardware qu...jessicalorem — 06:38 AM
Slot Scopa
DOWNLOAD HERE The most famous slot machine is now availabl...xGEKKOx — 03:31 PM

>