Advertisement
cigcag

qfxkeyscrambler3act

Jan 10th, 2023
905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.39 KB | None | 0 0
  1. :: QFX Software KeyScrambler Premium 3 Activator
  2. :: Block: www.qfxsoftware.com
  3. ::====================================================================================================
  4. :: Run Script As Admin
  5. CD /D "%SYSTEMDRIVE%"
  6. :checkPrivileges
  7. NET FILE 1>NUL 2>NUL
  8. if '%errorlevel%' == '0' ( goto gotPrivileges ) else ( goto getPrivileges )
  9.  
  10. :getPrivileges
  11. if '%1'=='ELEV' (shift & goto gotPrivileges)
  12.  
  13. setlocal DisableDelayedExpansion
  14. set "batchPath=%~0"
  15. setlocal EnableDelayedExpansion
  16. ECHO Set UAC = CreateObject^("Shell.Application"^) > "%temp%\OEgetPrivileges.vbs"
  17.  
  18. ECHO UAC.ShellExecute "!batchPath!", "ELEV", "", "runas", 1 >> "%temp%\OEgetPrivileges.vbs"
  19. "%temp%\OEgetPrivileges.vbs"
  20. exec cscript //nologo "%temp%\OEgetPrivileges.vbs" > nul
  21. exit /B
  22.  
  23. :gotPrivileges
  24. setlocal & pushd .
  25. del /f /q "%temp%\OEgetPrivileges.vbs"
  26. CD /D "%~dp0"
  27. ::====================================================================================================
  28. @echo off
  29. taskkill /f /t /im "KeyScrambler.exe"
  30. timeout /t 2 /nobreak>nul
  31. rmdir /s /q "%APPDATA%\QFX Software"
  32. if exist "%ALLUSERSPROFILE%\QFX Software\KeyScrambler" goto license
  33. if not exist "%ALLUSERSPROFILE%\QFX Software\KeyScrambler" mkdir "%ALLUSERSPROFILE%\QFX Software\KeyScrambler"
  34. :license
  35. echo|set /p="{"PremiumProductKey":"WarezHR","PremiumVerified":"a1c32b784227541b"}">"%ALLUSERSPROFILE%\QFX Software\KeyScrambler\Settings.ini"
  36. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement