CASE $BUTTON1
$PRIORITYBYUSER=INPUTBOX("armandutzu:","Please insert the priority for S4 League.")
TOOLTIP("Start S4 League!",0,0)
$WAIT=PROCESSWAIT("S4Client.exe")
$PID=PROCESSEXISTS("S4Client.exe")
SLEEP(500)
IF $PID THEN
PROCESSSETPRIORITY("S4Client.exe",$PRIORITYBYUSER)
From 0 to 4 doesn't harm your PC, at 5 harms it. :facepalm:Quote:
Are you kidding me?
btw. l2codeCode:CASE $BUTTON1 $PRIORITYBYUSER=INPUTBOX("armandutzu:","Please insert the priority for S4 League.") TOOLTIP("Start S4 League!",0,0) $WAIT=PROCESSWAIT("S4Client.exe") $PID=PROCESSEXISTS("S4Client.exe") SLEEP(500) IF $PID THEN PROCESSSETPRIORITY("S4Client.exe",$PRIORITYBYUSER)
Taskmanager => Processes => S4Client.exe => Rightclick => priority
Tip: Don't abuse Priority's it can fuck up your computer.
:facepalm:Quote:
From 0 to 4 doesn't harm your PC, at 5 harms it. :facepalm:
Fixed in v3, trying to update more things (like beeps when the fps is big :D) and I will release it. It is not a "pseudo", dude, I made this for the noobs that can't work in Process Managers :facepalm:Quote:
:facepalm:
Men no one uses less than normal. High (more or less) and Highest can cause serious lags and instability. Also it won't affect the performance that much. You can see huge difference at programs like PS, where cpu power is everything, but not there. This is just a "pseudo" tool.