Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("/XynSoft/System/SystemCC/xs")
- xs.FS(colors.gray)
- sleep(0.07)
- xs.FS(colors.lightGray)
- sleep(0.7)
- xs.FS(colors.white)
- lang = xs.ReadAll("/XynSoft/System/Data/lang")
- if lang == "en" then
- e1 = "@"
- e2 = "="
- e3 = "#"
- e4 = ">"
- e5 = "<"
- e6 = "Applecations"
- e7 = "Dashboard"
- e8 = "System"
- e9 = "Configuration Center"
- e10 = "User"
- e11 = "Desktop"
- e12 = "Blocky, your DA"
- elseif lang == "nl" then
- e1 = "@"
- e2 = "="
- e3 = "#"
- e4 = ">"
- e5 = "<"
- e6 = "Applecaties"
- e7 = "Dashboard"
- e8 = "Systeem"
- e9 = "Configuratie Centrum"
- e10 = "Gebruiker"
- e11 = "Bureaublad"
- e12 = "Blocky, jou DA"
- else
- crnum = xs.ReadAll("/XynSoft/Logs/crladest")
- xs.FsMake("/XynSoft/Logs/Crashreports/crashreport"..crnum + 1)
- xs.GlobalWrite("/XynSoft/Logs/Crashreports/crashreport"..crnum + 1,"xsUI@@System()
- [OK] UI Loaded
- [OK] UI Userprepeared
- [CRASH] {} Undifined Value in variable (lang)
- [CRASH] Writing crashreport...")
- xs.GlobalWrite("/XynSoft/Logs/crladest",crnum + 1)
- shell.run("/XynSoft/System/Crash")
- end
- file = fs.open("/XynSoft/Data/UI","r")
- ui = file.readAll()
- file.close()
- shell.run("/XynSoft/System/Dashboard")
- while ui do
- f1 = fs.open("/XynSoft/Data/Troubleshoot","r")
- ts = f1.readAll()
- f1.close()
- if ts then
- shell.run("/XynSoft/System/Troubleshoot")
- end
- file = fs.open("/XynSoft/Data/UI","r")
- ui = file.readAll()
- file.close()
- f2 = fs.open("/XynSoft/Data/User/Color","r")
- cl = fs.readAll()
- f2.close()
- xs.F("h",1,colors.gray)
- xs.Write("@",2,1,colors.gray,cl)
- if xs.ShellEventAdv("mouse_click",1,2,1,2,1) then
- shell.run("/XynSoft/System/Dashboard")
- end
- if xs.ShellEventAdv("mouse_click",1,48,19,48,19) then
- xs.Block(48,19,48,19,true,cl)
- sleep(0.1)
- xs.Block(47,18,48,19,true,cl)
- sleep(0.1)
- xs.Block(46,17,48,19,true,cl)
- xs.Write("=",47,18,cl,colors.white)
- b1 = true
- end
- if (xs.ShellEvent("mouse_click",1,46,17,48,19) and b1) then
- b1 = false
- shell.run("/XynSoft/System/Assistant")
- end
Add Comment
Please, Sign In to add comment