Simlor_GER

SimSoft 3 - SappS

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