manman89

Kaspersky 2010 - RESET TRIAL, BETA

May 2nd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. Option Explicit
  2.  
  3. Dim manman89
  4. Dim check
  5.  
  6. check = msgBox("BAN MUON RESET THEO KIEU NAO" & vbcrlf & vbcrlf & "Yes = TRIAL" & vbcrlf & vbcrlf & "No = BETA", vbYesNo, "KASPERSKY INTERNET SECURITY 2010 - Version : 9.0.0.736")
  7. if check = vbYes then
  8.  
  9. manman89="CHUONG TRINH : RESET TRIAL - KASPERSKY INTERNET SECURITY 2010 - VERSION : 9.0.0.736"+vbcrlf+vbcrlf
  10. manman89=manman89 + "Buoc 0 : Remove Key Trial"+vbcrlf+vbcrlf
  11. manman89=manman89 + "Buoc 1 : UnCheck --> Enable SELF-DEFENSE => Trong Phan : SETTINGS -> OPTIONS --> OK"+vbcrlf+vbcrlf
  12. manman89=manman89 + "Buoc 2 : EXIT Kaspersky => RIGHT CLICK ICON IN TASKBAR --> EXIT"+vbcrlf+vbcrlf
  13. manman89=manman89 + "Are you ready."
  14.  
  15. check = msgBox(manman89, vbYesNo, "KASPERSKY INTERNET SECURITY 2010 - Version : 9.0.0.736")
  16. if check = vbNo then Wscript.Quit
  17.  
  18. function x()
  19. Dim mangchar(20)
  20. mangchar(1)=1
  21. mangchar(2)=2
  22. mangchar(3)=3
  23. mangchar(4)=4
  24. mangchar(5)=5
  25. mangchar(6)=6
  26. mangchar(7)=7
  27. mangchar(8)=8
  28. mangchar(9)=9
  29. mangchar(10)="A"
  30. mangchar(11)="B"
  31. mangchar(12)="C"
  32. mangchar(13)="D"
  33. mangchar(14)="E"
  34. mangchar(15)="F"
  35. mangchar(16)=0
  36. Randomize
  37. x = mangchar(cint(rnd()*16))
  38. end function
  39.  
  40. dim codepcid,codepcid1
  41. codepcid="{"&x()&x()&x()&x()&x()&x()&x()&x()&"-"&x()&x()&x()&x()&"-"&x()&x()&x()&x()&"-"&x()&x()&x()&x()&"-"&x()&x()&x()&x()&x()&x()&x()&x()&x()&x()&x()&x()&"}"
  42.  
  43. Dim ws,p1,cn
  44. Set ws = WScript.CreateObject("WScript.Shell")
  45.  
  46. codepcid1="Release"
  47. Set ws = WScript.CreateObject("WScript.Shell")
  48.  
  49. p1 = "HKLM\SOFTWARE\KasperskyLab\protected\AVP9\environment\"
  50. ws.RegWrite p1 & "ProductStatus", codepcid1
  51.  
  52. p1 = "HKLM\SOFTWARE\KasperskyLab\protected\AVP9\environment\"
  53. ws.RegWrite p1 & "PCID", codepcid
  54.  
  55. on error resume next
  56. Dim keydel1
  57. Dim keydel2
  58. Dim keydel3
  59.  
  60. keydel1="HKLM\SOFTWARE\KasperskyLab\LicStorage\"
  61. keydel2="HKLM\SOFTWARE\Microsoft\Cryptography\RNG\"
  62. keydel3="HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC\Certificates\"
  63.  
  64. ws.RegDelete keydel1
  65. ws.RegDelete keydel2
  66. ws.RegDelete keydel3
  67.  
  68. Dim success
  69. Dim msg2
  70. msg2="RESET TRIAL - KASPERSKY INTERNET SECURITY 2010 - VERSION : 9.0.0.736 --> THANH CONG" & vbcrlf & vbcrlf
  71. msg2=msg2 & "Buoc 3 : OPEN KASPERSKY --> ACTIVATE TRIAL LICENSE --> NEXT" & vbcrlf & vbcrlf
  72. msg2=msg2 & "Buoc 4 : SETTINGS --> OPTIONS --> Check Enable SELF-DEFENSE" & vbcrlf & vbcrlf
  73. msg2=msg2 & "VN-NEW.COM © ManMan89"
  74.  
  75. success=msgbox (msg2,vbYes,"Chuc Mung Ban")
  76.  
  77. else
  78.  
  79. check = msgBox("Buoc 0 : Remove Key Trial"&vbcrlf&vbcrlf&"Are you ready.", vbYesNo, "KASPERSKY INTERNET SECURITY 2010 - Version : 9.0.0.736")
  80. if check = vbYes then
  81.  
  82. codepcid="BETA"
  83. Set ws = WScript.CreateObject("WScript.Shell")
  84.  
  85. on error resume next
  86. keydel1="HKLM\SOFTWARE\KasperskyLab\LicStorage\"
  87. keydel2="HKLM\SOFTWARE\Microsoft\Cryptography\RNG\"
  88. keydel3="HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC\Certificates\"
  89.  
  90. ws.RegDelete keydel1
  91. ws.RegDelete keydel2
  92. ws.RegDelete keydel3
  93.  
  94. p1 = "HKLM\SOFTWARE\KasperskyLab\protected\AVP9\environment\"
  95. ws.RegWrite p1 & "ProductStatus", codepcid
  96.  
  97. msg2="RESET BETA - KASPERSKY INTERNET SECURITY 2010 - VERSION : 9.0.0.736 --> THANH CONG" & vbcrlf & vbcrlf
  98. msg2=msg2 & "Buoc 1 : OPEN KASPERSKY --> ACTIVATE BETA LICENSE --> NEXT" & vbcrlf & vbcrlf
  99. msg2=msg2 & "Buoc 2 : SETTINGS --> OPTIONS --> Check Enable SELF-DEFENSE" & vbcrlf & vbcrlf
  100. msg2=msg2 & "VN-NEW.COM © ManMan89"
  101.  
  102. success=msgbox (msg2,vbYes,"Chuc Mung Ban")
  103.  
  104. end if
  105. end if
  106. Wscript.Quit
Advertisement
Add Comment
Please, Sign In to add comment