for ppl who didn't understand how to do this or for ppl lazy as me to change files each time, i made this xd (ahk ofc)
Code:
;to make this work u have to edit lines 36 and 39 (by changing destinations), see comments for help
if not A_IsAdmin
{
MsgBox, 16, Sh1t Ressource Check Bypass, Admin privileges needed !
ExitApp
}
UrlDownloadToFile, https://img15.hostingpics.net/pics/914263gui.jpg, %A_Temp%\image.jpg
Gui, Add, Picture, x135 y1 w110 h110 , %A_Temp%\image.jpg
Gui, Add, Button, x2 y110 w374 h30 vBypass gBypass, Bypass
Gui, Show, x157 y151 h141 w378, Sh1t Ressource Check Bypass
Return
GuiClose:
ExitApp
Insert::pause ;panic button, press insert to pause xd
Bypass:
IfWinExist ahk_exe s4client.exe ; useless
{
MsgBox, 4, Sh1t Ressource Check Bypass, S4 Client is running ! Close it?
IfMsgBox Yes
{
Process, Close, S4Client.exe
Goto, Bypass
}
IfMsgBox No
{
return
}
}
else
{
FileCopy, D:\AeriaGames\nobypass\edited\resource.s4hd, D:\AeriaGames\S4League2, 1 ; change s4hd (clean->edited) [first: your edited ressources, second: your s4 folder]
MsgBox, 48, Sh1t Ressource Check Bypass, Waiting for S4 Client, 5
WinWaitActive, ahk_exe S4Client.exe
FileCopy, D:\AeriaGames\nobypass\legit\resource.s4hd, D:\AeriaGames\S4League2, 1 ; change s4hd (edited->clean) [first: your clean ressources, second: your s4 folder]
MsgBox, 64, Sh1t Ressource Check Bypass, Successfully bypassed ressource check, 2
ExitApp
}
click on bypass button then start s4l