Advertisement
ssccsscc

123321

Jun 15th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mov cx,0
  2. send cx,8199
  3. send cx,4832
  4. send cx,12288
  5. send cx,4832
  6. send cx,12288
  7. send cx,69
  8. send cx,110
  9. send cx,116
  10. send cx,101
  11. send cx,114
  12. send cx,32
  13. send cx,112
  14. send cx,97
  15. send cx,115
  16. send cx,115
  17. send cx,119
  18. send cx,111
  19. send cx,114
  20. send cx,100
  21. send cx,58
  22. send cx,4832
  23. send cx,12288
  24. jmp input
  25. exit:
  26. send cx,4832
  27. send cx,12288
  28. send cx,67
  29. send cx,104
  30. send cx,101
  31. send cx,99
  32. send cx,107
  33. send cx,105
  34. send cx,110
  35. send cx,103
  36. send cx,4832
  37. send cx,12288
  38. call decode
  39. call 256
  40. hlt
  41.  
  42. input:
  43. mov ex,0
  44. jmp input2
  45. input2:
  46. recv ax,cx
  47. send cx,ax
  48. cmp ax,10
  49. je exit
  50. add ex,1
  51. cmp ex,9
  52. jae exit
  53. mov cx,ax
  54. shl ax,7
  55. add ax,cx
  56. mov [ex+127],ax
  57. mov cx,0
  58. jmp input2
  59.  
  60. decode:
  61. mov ex,0
  62. mov bx,0
  63. decode2:
  64. mov dx,[ex+128]
  65. mov ax,[bx+256]
  66. cmp ax,0
  67. je af
  68. cmp dx,0
  69. jne next
  70. mov ex,0
  71. mov dx,[ex+128]
  72. next:
  73. xor ax,dx
  74. mov [bx+256],ax
  75. add ex,1
  76. add bx,1
  77. jmp decode2
  78. af:
  79. ret
  80.  
  81. #Next part of code is encoded inside save using the password "you cant" and located at  address 256
  82. #You can encode it by placing raw code into address 256 and writing your password in the computer. Dont use nop because it indicating stop of encoding and decoding.
  83.  
  84. mov cx,cx
  85. mov cx,0
  86. mov dx,0
  87. add dx,1
  88. sub dx,1
  89. mov ax,bx
  90. add dx,8202
  91. send cx,dx
  92. sub dx,8113
  93. send cx,dx
  94. xchg bx,bx
  95. add dx,22
  96. send cx,dx
  97. add dx,6
  98. send cx,dx
  99. sub dx,85
  100. send cx,dx
  101. xchg cx,cx
  102. add dx,87
  103. send cx,dx
  104. sub dx,14
  105. send cx,dx
  106. add dx,1
  107. add dx,4
  108. send cx,dx
  109. add dx,10
  110. sub dx,87
  111. send cx,dx
  112. sub dx,1
  113. send cx,dx
  114. add dx,55
  115. send cx,dx
  116. add dx,27
  117. send cx,dx
  118. sub dx,9
  119. send cx,dx
  120. add dx,11
  121. send cx,dx
  122. sub dx,15
  123. send cx,dx
  124. sub dx,69
  125. send cx,dx
  126. add dx,73
  127. send cx,dx
  128. send cx,110
  129. send cx,4832
  130. send cx,12288
  131. send cx,99
  132. send cx,111
  133. send cx,109
  134. send cx,109
  135. send cx,101
  136. send cx,110
  137. send cx,116
  138. send cx,115
  139. send cx,32
  140. send cx,34
  141. add dx,8
  142. send cx,dx
  143. send cx,55
  144. sub dx,6
  145. send cx,dx
  146. send cx,122
  147. send cx,112
  148. send cx,34
  149. ret
  150. nop
  151. mov cx,0
  152. send cx,87
  153. send cx,114
  154. send cx,111
  155. send cx,110
  156. send cx,103
  157. send cx,32
  158. send cx,112
  159. send cx,97
  160. send cx,115
  161. send cx,115
  162. send cx,119
  163. send cx,111
  164. send cx,114
  165. send cx,100
  166. send cx,4832
  167. send cx,12288
  168. jmp 0
  169. hlt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement