Advertisement
Simlor_GER

SimSoft 2.1 (English) - SappS

Feb 26th, 2016
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. --Alle Rechte an SimSoft 2.1 sind "SimlorLP" (oder in Minecraft auch nur "Simlor") vorbehalten.
  2. BC(128)
  3. TC(1)
  4. Clear()
  5. BC(32768)
  6.  
  7. print(" ")
  8. print(" ")
  9. print(" ")
  10.  
  11. CP(15,2)
  12. print("SimSoft 2.1 - SappS")
  13.  
  14. BC(256)
  15. CP(1,7)
  16. print(" ")
  17. print(" ")
  18. print(" ")
  19. print(" ")
  20. print(" ")
  21. print(" ")
  22. print(" ")
  23. print(" ")
  24.  
  25. CP(4,8)
  26. TC(1)
  27. BC(256)
  28. print("Enter SappS code")
  29.  
  30. CP(4,10)
  31. TC(128)
  32. write("SappS-Code - ")
  33. TC(1)
  34. print("Click here!")
  35.  
  36. BC(128)
  37. CP(2,18)
  38. TC(1)
  39. print("Desktop")
  40.  
  41. BC(256)
  42. TC(128)
  43. CP(4,13)
  44. print("SappS-Code? www.simsoft-en.jimdo.com/sapps")
  45.  
  46.  
  47. --Touch
  48.  
  49. while true do
  50. event,side,x,y = os.pullEvent()
  51. if event == "mouse_click" then
  52.  
  53. if x >= 17 and x <= 29 and y == 10 then
  54. CP(17,10)
  55. BC(256)
  56. print(" ")
  57. CP(17,10)
  58. TC(1)
  59. sappscode = read()
  60.  
  61. BC(256)
  62. CP(1,7)
  63. print(" ")
  64. print(" ")
  65. print(" ")
  66. print(" ")
  67. print(" ")
  68. print(" ")
  69. print(" ")
  70. print(" ")
  71.  
  72. CP(6,8)
  73. TC(1)
  74. print("Is the code correct : ",sappscode," ?")
  75.  
  76. CP(6,10)
  77. BC(256)
  78. TC(128)
  79. print("Yes, conti.")
  80.  
  81. CP(20,10)
  82. print("No, back")
  83.  
  84. while true do
  85. event,side,x,y = os.pullEvent()
  86. if event == "mouse_click" then
  87.  
  88. if x >= 6 and x <= 15 and y == 10 then
  89.  
  90. shell.run("pastebin get "..sappscode.." SimSoft/Daten/Download/"..sappscode)
  91. shell.run("SimSoft/Daten/Download/"..sappscode)
  92. shell.run("delete SimSoft/Daten/Download/"..sappscode)
  93. os.reboot()
  94. break
  95. end
  96.  
  97. if x >= 20 and x <= 32 and y == 10 then
  98. shell.run("SimSoft/System/SappS")
  99. break
  100. end
  101. if x >= 2 and x <= 12 and y == 18 then
  102. shell.run("SimSoft/System/Desktop")
  103. break
  104. end
  105. end
  106. end
  107. end
  108.  
  109.  
  110.  
  111. if x >= 2 and x <= 12 and y == 18 then
  112. shell.run("SimSoft/System/Desktop")
  113. break
  114. end
  115. end
  116. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement