You last visited: Today at 03:56
Advertisement
HShield Simple Bypass
Discussion on HShield Simple Bypass within the 4Story Hacks, Bots, Cheats & Exploits forum part of the 4Story category.
03/05/2015, 15:29
#1
elite*gold: 0
Join Date: Mar 2013
Posts: 21
Received Thanks: 69
Simple Bypass
This bypass is writted in
C++ , but you can write it on others language.
First you need to download/copy the,
HShield.h /
NPGameLib.h (header)
Then you need to have a
detours or custom hook functions.
HackShield Bypass (GF & Private Servers)
Step 1
Code:
typedef int(__stdcall* PFN_AhnHS_Callback)(long lCode, long lParamSize, void* pParam);
typedef int(__stdcall* PFN_CallBack)(const char*, PFN_AhnHS_Callback, int, const char*, unsigned int, unsigned int);
PFN_CallBack AhnHS_Initialize_CallBack;
void MyHook()
{
DWORD dwAddr = FindPattern(0x401000, 0x334000, (PBYTE)"\x55\x8B\xEC\x81\xEC\xB0\x02\x00\x00", "xxxxxxx??");
AhnHS_Initialize_CallBack = (PFN_CallBack)(DetourFunction((PBYTE)dwAddr, (PBYTE)AhnHS_Initialize));
}
Step 2, Create custom
HS_CallbackProc , or you can copy from 4Story Source Files
Code:
int __stdcall HS_CallbackProc(long lCode, long lParamSize, void* pParam)
{
Log("Hack Found >> %d", lCode);
return 1;
}
Step3, Hook
AhnHS_InitializeA , and call back the original function.
Code:
int __stdcall AhnHS_Initialize(const char* szFileNameA, PFN_AhnHS_Callback pfn_Callback, int nGameCode, const char* szLicenseKeyA, unsigned int unOption, unsigned int unSHackSensingRatio)
{
DWORD dwOption = 0;
//dwOption = AHNHS_CHKOPT_ALL | AHNHS_CHKOPT_STANDALONE | AHNHS_DISPLAY_HACKSHIELD_TRAYICON | AHNHS_CHKOPT_UPDATED_FILE_CHECK | AHNHS_CHKOPT_SELF_DESTRUCTION | AHNHS_CHKOPT_PROTECT_D3DX;
return AhnHS_Initialize_CallBack(szFileNameA, HS_CallbackProc, nGameCode, szLicenseKeyA, dwOption, unSHackSensingRatio);
}
GameGuard Bypass. (GF & Private Servers)
Step 1, Create
NPGameMonCallback
Code:
typedef BOOL(CALLBACK *NPGMCALLBACK)(DWORD dwMsg, DWORD dwArg);
NPGMCALLBACK GameGuard_CallBack;
int CALLBACK NPGameMonCallback(DWORD dwMsg, DWORD dwArg)
{
Log("GameGuard Found >> %d", dwMsg);
return 1;
}
Step 2, Hook (Like in HShield)
Code:
void MyHook()
{
DWORD dwAddr = FindPattern(0x401000, 0x334000, (PBYTE)"\x64\xA1\x00\x00\x00\x00\x6A\xFF\x68\xDE\x99\x75\x00", "xx????xxxxxx?");
GameGuard_CallBack = (NPGMCALLBACK)(DetourFunction((PBYTE)dwAddr, (PBYTE)NPGameMonCallback));
}
You can use this but, please then add credits to me. "
Xertok "
03/05/2015, 16:28
#2
elite*gold: 215
Join Date: May 2011
Posts: 217
Received Thanks: 461
Awesome work, gj
03/05/2015, 17:07
#3
elite*gold: 0
Join Date: Mar 2013
Posts: 21
Received Thanks: 69
Sorry, forgot to upload.
If you got error:
!
Attached Files
4Shield.zip
(14.5 KB, 665 views)
HShield.zip
(7.5 KB, 598 views)
03/06/2015, 22:06
#4
elite*gold: 0
Join Date: May 2010
Posts: 11
Received Thanks: 1
Very good job m8, just one question, and how do we deal with file integrity verification? (TCD changes)
03/07/2015, 16:41
#5
elite*gold: 0
Join Date: Dec 2011
Posts: 12
Received Thanks: 0
How use it ?
03/07/2015, 17:46
#6
elite*gold: 0
Join Date: Mar 2013
Posts: 21
Received Thanks: 69
Quote:
Originally Posted by
plemiona3449
How use it ?
First download
4Shield.zip , then unzip the zipped file.
Second inject the
4Shield.dll into
TClient.exe (Warning, inject the dll in
500 ms or before)
And then you can use
Cheat Engine , unlimited hours without problem
03/07/2015, 18:01
#7
elite*gold: 0
Join Date: Dec 2011
Posts: 12
Received Thanks: 0
MrStealth i do it and i open cheat engine inject TClient and i have error
Look
03/24/2015, 22:15
#8
elite*gold: 0
Join Date: Aug 2012
Posts: 3
Received Thanks: 0
still working?
cant login after inject
03/24/2015, 22:37
#9
elite*gold: 0
Join Date: Mar 2013
Posts: 21
Received Thanks: 69
Quote:
Originally Posted by
marco1220
still working?
cant login after inject
Hey, i'm using this still for me working fine.
But you should check in 4Story Folder for
4SLogs.txt , when you found it then it was injected well, when no then try it with other injector.
04/03/2015, 08:06
#10
elite*gold: 0
Join Date: Dec 2009
Posts: 87
Received Thanks: 110
how i can inject a 4shield.dll?????
04/04/2015, 01:06
#11
elite*gold: 0
Join Date: Mar 2013
Posts: 21
Received Thanks: 69
Bypass Bypass (New)
04/04/2015, 02:21
#12
elite*gold: 0
Join Date: Mar 2015
Posts: 1
Received Thanks: 0
Please video tutorial how make it?
04/04/2015, 15:47
#13
elite*gold: 0
Join Date: Aug 2012
Posts: 44
Received Thanks: 0
Gameguard bypass?? wtf??? congratulations
GF will be server hack again? may wonder that we can break the gameguardot too?
04/04/2015, 18:43
#14
elite*gold: 0
Join Date: Feb 2015
Posts: 10
Received Thanks: 1
please video tutorial step by step plz
04/04/2015, 18:50
#15
elite*gold: 0
Join Date: Aug 2012
Posts: 44
Received Thanks: 0
It would be good if it were a video would be rude hack again Gameguard next to theoretically strong defense
All times are GMT +1. The time now is 03:57 .