[Release] ResourceCheck Bypass Source Code + Tutorial {Trusted}

05/23/2018 23:53 xPlayDE#1
Hello,

long time no see. I quit the game a long time ago. But currently I was bored and because of this I started the computer and read some posts here.
People are saying that BattlEye is giving Global Bans for the one who uses the resourcecheck bypass.

Because of people are unsure whether the public resource check bypass contains a virus or not (or something that causes Globalban), I made a AutoIT script with explanation how to bypass the resource check.
It is useful for beginner who wants to start to learn AutoIT and for the people who do not trust anyone on epvp.

Maybe you could get a globalban. I didn't get a ban. Use at your own risk.

Code:
#EndRegion
#RequireAdmin
#include <FileConstants.au3>
#include <MsgBoxConstants.au3>
#include <WinAPIFiles.au3>
; Includes

; Script by xPlayDE (EPvP)

; If => Starts a if case
; EndIf => Ends the if case

If NOT FileExists( "clean_resource" ) AND NOT FileExists( "edited_resource" ) Then ; Check whether clean_resource and edited_resource exist in the current folder where this program is
    DirCreate( "clean_resource" ) ; Create folder "clean_resource"
    DirCreate( "edited_resource" ) ; Create folder "edited_resource"
	MsgBox( 64, "Information", 'Folder "clean_resource" and "edited_resource" has been created. Start this tool again.' ) ; Info as Msgbox
    Exit ; Exits the program
EndIf

If NOT FileExists( "S4Client.exe" ) Then ; Check whether the file "S4Client.exe" exist in the current folder where this program is
    MsgBox( 0, "Error", "Put me in your S4League folder" ) ; Info as Msgbox
	Exit
EndIf

if NOT FileExists( "clean_resource\resource.s4hd" ) OR NOT FileExists( "edited_resource\resource.s4hd" ) Then ; Check whether the created folder "clean_resource" and "edited_resource" include resource.s4hd
    MsgBox( 0, "Error", 'Put your clean resource.s4hd in "clean_resource" folder and the edited resource.s4hd in "edited_resource" folder.' ) ; Info (MessageBox)
    Exit
EndIf

$StartedState = 0
ToolTip( "Waiting for S4League..", 0, 0 ) ; Info
FileCopy( "edited_resource\resource.s4hd", "resource.s4hd", $FC_OVERWRITE ) ; Copies the edited resource.s4hd from "edited_resource" folder to S4League folder

While 1 ; Creating a loop
    If ProcessExists( "S4Client.exe" ) AND $StartedState = 0 Then ; Checks whether process "S4Client.exe" exists and checks whether $StartedState is zero or not
	   $StartedState = 1 ; Set $StartedState to one. Made this because of this should be executed one time.
	   ToolTip( "S4Client.exe found - Bypassing resourcecheck by switching resource.s4hd..", 0, 0 )
	   Sleep( 8000 ) ; Program will sleep for 8 seconds
	   FileCopy( "clean_resource\resource.s4hd", "resource.s4hd", $FC_OVERWRITE ) ; Copies the clean (original) resource.s4hd to S4League folder. (Bypassing resource.s4hd)
	   Exit
    EndIf
	Sleep( 10 ) ; Good for CPU, recommended to use it
WEnd
No, this doesn't mean that I will be active in S4League.

You can also download this in .au3 or .exe.
If you want to modify/run the script, you need to install AutoIT.
[Only registered and activated users can see links. Click Here To Register...]

Sincerely
05/24/2018 05:06 HakunaPatata#2
The Battleye global ban doesn't happen in 10 mins or so, you need to test it for like an hour to check
05/24/2018 13:03 Micracoli#3
Einen tag oder so braucht das
05/24/2018 15:40 HakunaPatata#4
Nothing changes anyway, you sure it works?
05/24/2018 20:21 samaxs#5
I ate BattleEye Global Ban . DON'T USE THIS BYPASS.
KESİNLİKLE KULLANMAYIN.
05/24/2018 21:44 Syc.#6
Quote:
Originally Posted by samaxs View Post
I ate BattleEye Global Ban . DON'T USE THIS BYPASS.
KESİNLİKLE KULLANMAYIN.
"I ate BattleEye Global Ban", fat boi.
05/24/2018 23:03 mana20#7
they might be checking for md5 hash. use file pumper and change the file name just to stay safe. idk if this would work or not.
05/25/2018 07:42 osama.yones.oy#8
I got global ban and i didn't do anything i want to play only and i found my account write global ban what is that ? i doesn't use anything
05/25/2018 15:00 Micracoli#9
That is be
05/25/2018 18:37 RingleRangleRob#10
Quote:
Originally Posted by osama.yones.oy View Post
I got global ban and i didn't do anything i want to play only and i found my account write global ban what is that ? i doesn't use anything
Quote:
Originally Posted by Micracoli View Post
That is be
BE = spying software :bandit:
they're scanning your whole computer :rolleyes:

Cheat Engine => BE ban ;)
05/25/2018 18:52 Micracoli#11
Quote:
Originally Posted by RingleRangleRob View Post
BE = spying software :bandit:
they're scanning your whole computer :rolleyes:

Cheat Engine => BE ban ;)
Du lässt dich auch mal wieder blicken ? xD
05/26/2018 16:49 osama.yones.oy#12
What the ? , They scan our computer too ?!?!?
05/26/2018 17:06 Micracoli#13
Quote:
Originally Posted by osama.yones.oy View Post
What the ? , They scan our computer too ?!?!?
Î dont think so
05/26/2018 22:30 TheMokkо#14
Quote:
Originally Posted by RingleRangleRob View Post
BE = spying software :bandit:
they're scanning your whole computer :rolleyes:

Cheat Engine => BE ban ;)
Wann lässt du das drecks game endlich in Ruhe sterben?
06/28/2018 03:52 censeh427#15
Quote:
Originally Posted by xPlayDE View Post
Hello,

long time no see. I quit the game a long time ago. But currently I was bored and because of this I started the computer and read some posts here.
People are saying that BattlEye is giving Global Bans for the one who uses the resourcecheck bypass.

Because of people are unsure whether the public resource check bypass contains a virus or not (or something that causes Globalban), I made a AutoIT script with explanation how to bypass the resource check.
It is useful for beginner who wants to start to learn AutoIT and for the people who do not trust anyone on epvp.

Maybe you could get a globalban. I didn't get a ban. Use at your own risk.

Code:
#EndRegion
#RequireAdmin
#include <FileConstants.au3>
#include <MsgBoxConstants.au3>
#include <WinAPIFiles.au3>
; Includes

; Script by xPlayDE (EPvP)

; If => Starts a if case
; EndIf => Ends the if case

If NOT FileExists( "clean_resource" ) AND NOT FileExists( "edited_resource" ) Then ; Check whether clean_resource and edited_resource exist in the current folder where this program is
    DirCreate( "clean_resource" ) ; Create folder "clean_resource"
    DirCreate( "edited_resource" ) ; Create folder "edited_resource"
	MsgBox( 64, "Information", 'Folder "clean_resource" and "edited_resource" has been created. Start this tool again.' ) ; Info as Msgbox
    Exit ; Exits the program
EndIf

If NOT FileExists( "S4Client.exe" ) Then ; Check whether the file "S4Client.exe" exist in the current folder where this program is
    MsgBox( 0, "Error", "Put me in your S4League folder" ) ; Info as Msgbox
	Exit
EndIf

if NOT FileExists( "clean_resource\resource.s4hd" ) OR NOT FileExists( "edited_resource\resource.s4hd" ) Then ; Check whether the created folder "clean_resource" and "edited_resource" include resource.s4hd
    MsgBox( 0, "Error", 'Put your clean resource.s4hd in "clean_resource" folder and the edited resource.s4hd in "edited_resource" folder.' ) ; Info (MessageBox)
    Exit
EndIf

$StartedState = 0
ToolTip( "Waiting for S4League..", 0, 0 ) ; Info
FileCopy( "edited_resource\resource.s4hd", "resource.s4hd", $FC_OVERWRITE ) ; Copies the edited resource.s4hd from "edited_resource" folder to S4League folder

While 1 ; Creating a loop
    If ProcessExists( "S4Client.exe" ) AND $StartedState = 0 Then ; Checks whether process "S4Client.exe" exists and checks whether $StartedState is zero or not
	   $StartedState = 1 ; Set $StartedState to one. Made this because of this should be executed one time.
	   ToolTip( "S4Client.exe found - Bypassing resourcecheck by switching resource.s4hd..", 0, 0 )
	   Sleep( 8000 ) ; Program will sleep for 8 seconds
	   FileCopy( "clean_resource\resource.s4hd", "resource.s4hd", $FC_OVERWRITE ) ; Copies the clean (original) resource.s4hd to S4League folder. (Bypassing resource.s4hd)
	   Exit
    EndIf
	Sleep( 10 ) ; Good for CPU, recommended to use it
WEnd
No, this doesn't mean that I will be active in S4League.

You can also download this in .au3 or .exe.
If you want to modify/run the script, you need to install AutoIT.
[Only registered and activated users can see links. Click Here To Register...]

Sincerely
Win 7 64bit Works thx man..