S4 League Hacking - Support

04/15/2015 18:38 SilverEmerald#1006
Quote:
Originally Posted by eslammohmed View Post
I Need TO ASk There IS Copon Hack IN x7 File ?

Thanks...
Nope. Coupon Shop is server-sided.
04/15/2015 22:39 angelic7410#1007
Quote:
Originally Posted by -_-Black*Kitty-_- View Post
Use notepad (if it x7)
Isn't Notepad++ better?
04/16/2015 01:15 soikapo5#1008
x7 not work anymore?
04/16/2015 01:29 angelic7410#1009
Quote:
Originally Posted by soikapo5 View Post
x7 not work anymore?
It should work. My .x7 files are still working.
04/16/2015 08:15 SilverEmerald#1010
Is there anyway to see kick-vote window while we're voting or smth? I tried it with some bunch of codes that concerns kick-vote, however it didn't work.
04/16/2015 14:33 Terrat#1011
Hallo,
ich nutze derzeit die folgende funktion um den Opcode zu ändern:
Code:
void  WriteAsm(void* pxAddress, BYTE *code, int Bytes)
{
	unsigned long Protection;
	VirtualProtect((void*)pxAddress, Bytes, PAGE_READWRITE, &Protection);
	memcpy((void*)pxAddress, (const void*)code, Bytes);
	VirtualProtect((void*)pxAddress, Bytes, Protection, 0);
}
WriteAsm((void*)Player_...., (BYTE*)"\x..\x..\x..\x..\x..", 5);
Jedoch crasht es mir kurz nachdem ich die Funktion nutze woran liegt das ?
Es liegt nicht daran das ich etwas falsch umschreibe.
04/16/2015 20:16 playerstar14#1012
Can anyone post a link under my reply so I could see how to make a bypass for S4 League? I had been looking for a tutorial on it but so far I found one for 4story that's it.
04/16/2015 21:36 Omdi#1013
Quote:
Originally Posted by Terrat View Post
Hallo,
ich nutze derzeit die folgende funktion um den Opcode zu ändern:
Code:
void  WriteAsm(void* pxAddress, BYTE *code, int Bytes)
{
	unsigned long Protection;
	VirtualProtect((void*)pxAddress, Bytes, PAGE_READWRITE, &Protection);
	memcpy((void*)pxAddress, (const void*)code, Bytes);
	VirtualProtect((void*)pxAddress, Bytes, Protection, 0);
}
WriteAsm((void*)Player_...., (BYTE*)"\x..\x..\x..\x..\x..", 5);
Jedoch crasht es mir kurz nachdem ich die Funktion nutze woran liegt das ?
Es liegt nicht daran das ich etwas falsch umschreibe.
Quote:
lpflOldProtect [out]
A pointer to a variable that receives the previous access protection value of the first page in the specified region of pages. If this parameter is NULL or does not point to a valid variable, the function fails.
Bitteschön :)

Der zweite Aufruf von VirtualProtect schlägt fehl, sodass die Memory Protection bei PAGE_READWRITE bleibt und beim Ausführen der jeweiligen ASM Instructions eine unbehandelte Ausnahme geworfen wird.
04/17/2015 03:49 Terrat#1014
Quote:
Originally Posted by Omdihar View Post
Bitteschön :)

Der zweite Aufruf von VirtualProtect schlägt fehl, sodass die Memory Protection bei PAGE_READWRITE bleibt und beim Ausführen der jeweiligen ASM Instructions eine unbehandelte Ausnahme geworfen wird.
° -° danke omdiharchen <3 hatte das zwar schon hatte aber vergessen das hier zu posten das es erledigt ist ;D
Code:
void  WriteAsm(void* pxAddress, BYTE *code, int Bytes)
{
	DWORD dwOldProtect, dwBkup;
	VirtualProtect(pxAddress, Bytes, PAGE_EXECUTE_READWRITE, &dwOldProtect);
	memcpy((void*)pxAddress, (const void*)code, Bytes);
	VirtualProtect(pxAddress, Bytes, dwOldProtect, &dwBkup);
}
04/17/2015 15:51 leicht43211#1015
bei dir wenn ich die hack an schalte schließt sich der s4 bitte hilfe
04/17/2015 17:31 HurakuR#1016
Could someone give me the clean weapon_spydagger.7 ? Please.
04/18/2015 01:55 angelic7410#1017
Quote:
Originally Posted by HurakuR View Post
Could someone give me the clean weapon_spydagger.7 ? Please.
Here ~
[Only registered and activated users can see links. Click Here To Register...]
04/18/2015 09:51 TylerDragon#1018
Tiered Spender Bug

Does it still work ? the one whereby you change your language and you can redeem the tiered spender (april) again even thou you already redeemed it ?
04/18/2015 21:12 naruto64#1019
Why do s4 league crash when i use hacks does it completely work on windows 8?
04/18/2015 21:36 carbonox#1020
Rescuegunmk2 Speedboost for better farming in arena for new files weapon x7 please