Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > S4 League
You last visited: Today at 12:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Support] "Hacking" S4 League

Discussion on [Support] "Hacking" S4 League within the S4 League forum part of the Shooter category.

Closed Thread
 
Old 08/05/2013, 22:21   #2836
 
elite*gold: 0
Join Date: Sep 2009
Posts: 2,063
Received Thanks: 383
Quote:
Originally Posted by .EcoGaming. View Post
Ok gibt es zurzeit einen funktionierenden Bypass der Öffentlich ist ?
Nein, nur unpublic.
Haricool is offline  
Old 08/06/2013, 23:27   #2837
 
Achat's Avatar
 
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,404
Quote:
Originally Posted by K1ramoX View Post
afaik musste da die resource.s4hd decrypten und nachschauen, von welchen resourcen alles crc's drin stehen. die, die dann nicht aufgelistet sind, werden nicht mehr benötigt.
Das macht HGWC für mich
€dit: Konnte mit HGWC herausfinden, welche Ressourcen HGWC benötigt, insgesamt nur 482 (~14MB).
Leider braucht der Client noch mehr :c

Quote:
Originally Posted by 赌博×BroLike×✓ View Post
Achat, ich konnte dir mal ein ganz kleinen tipp geben starte "S4Client" Dan Wähl alle resources aus und Dan löschen weil daten die am laufen sind kann man jah nicht löschen, aber kenne mich da nicht so richtig aus.
Hat wie erwartet nicht funktioniert.

MfG
Achat is offline  
Thanks
1 User
Old 08/11/2013, 10:47   #2838
 
{C}'s Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 4
Received Thanks: 0
debug S4Client.exe in game it give crash all the time?
{C} is offline  
Old 08/11/2013, 12:01   #2839
 
PsychoXReaper's Avatar
 
elite*gold: 24
Join Date: Feb 2012
Posts: 1,173
Received Thanks: 3,113
Quote:
Originally Posted by {C} View Post
debug S4Client.exe in game it give crash all the time?
USE veh debugger and hw breakpoints
PsychoXReaper is offline  
Old 08/11/2013, 12:26   #2840
 
{C}'s Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by Darsh2012 View Post
USE veh debugger and hw breakpoints
i mean with ollydebug in game i attached and S4 closed?
{C} is offline  
Old 08/11/2013, 12:36   #2841
 
PsychoXReaper's Avatar
 
elite*gold: 24
Join Date: Feb 2012
Posts: 1,173
Received Thanks: 3,113
Quote:
Originally Posted by {C} View Post
i mean with ollydebug in game i attached and S4 closed?
Olly uses Window debugger anyway if u made it undetected "kernel debugger etc" xtrap will give u a lot of exceptions and olly is bugged on w7 64bit or smthen cause olly crash when u skip exceptions

For undetected use "phant0m and stronggod" plugins
PsychoXReaper is offline  
Old 08/13/2013, 13:07   #2842
 
{C}'s Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 4
Received Thanks: 0
C++: when I use WriteProcessMemory in game it dosen't work?
{C} is offline  
Old 08/13/2013, 14:53   #2843


 
K1ramoX's Avatar
 
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,847
Quote:
Originally Posted by {C} View Post
C++: when I use WriteProcessMemory in game it dosen't work?
why should it not work? you can get a memorydetect or you call the api wrong ;o
K1ramoX is offline  
Old 08/13/2013, 20:49   #2844
 
Fallere825's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 7
Received Thanks: 1
Quote:
Originally Posted by {C} View Post
C++: when I use WriteProcessMemory in game it dosen't work?
Don't know if it's the same with C++, but when i wanted to use momoryread/write APIs in AutoIti had to give the script debug privileges. But I don't know about C++, so i can't tell how to...

if it helps, here is the _GetDebugPriveleges Function for AutoIt
Fallere825 is offline  
Old 08/13/2013, 21:22   #2845
 
{C}'s Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 4
Received Thanks: 0
C++:
Code:
DWORD HookExe()
{
HANDLE hToken;
TOKEN_PRIVILEGES tokenPriv;
LUID luidDebug;

if (OpenProcessToken(GetCurrentProcess(), 
    TOKEN_ADJUST_PRIVILEGES, &hToken) != FALSE)
{
    if (LookupPrivilegeValue(_T(""), SE_DEBUG_NAME, 
                              &luidDebug) != FALSE)
    {
        tokenPriv.PrivilegeCount           = 1;
        tokenPriv.Privileges[0].Luid       = luidDebug;
        tokenPriv.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;

        AdjustTokenPrivileges(hToken, false, 
                &tokenPriv, sizeof(tokenPriv), NULL, NULL);
    }
}
return 0;
}
Script:
Code:
	  HookExe();
	       HANDLE Open = OpenProcess(PROCESS_VM_READ|PROCESS_VM_WRITE,false,hprocx);
{C} is offline  
Old 08/15/2013, 05:04   #2846
 
elite*gold: 0
Join Date: Nov 2011
Posts: 121
Received Thanks: 58
Yo.

I re-installed windows 7, and i had a problem :
Injections for S4Client.exe don't work, because of system autorisation.
I'm in administrator account, i have all rights normally, executed as admin, uninstalled anti-virus,but it still doesnt inject.
I tried faith injector undetected, it says "injection successful" but it's not true, nothing changes ingame.
I tried process hacker, it says "Unable to inject the DLL into S4Client.exe (PID 1384): because of injection conflits, it wasn't possible to copy all the asked octets" (translated french->english)

I tried injceting some **** in HGWC, it was no error, but when i uninstalled a program, a message asked me if i wanted to delete this program from the uninstall list, i chose yes, it told me that i don't have the necessary rights so.. i don't know if the problem is S4Client.exe autorisation rights or general autorisaiton rights
MrDown is offline  
Old 08/15/2013, 08:57   #2847
 
elite*gold: 0
Join Date: Jun 2013
Posts: 274
Received Thanks: 148
Je crois que tu es français, donc je te répond en français :
Désactive tout simplement ton pare-feu.
Akius is offline  
Old 08/15/2013, 11:26   #2848
 
PixSemi's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 63
Received Thanks: 16
Hallo und zwar brauche ich Hilfe
. Es geh tum den Trainer von K1ramoX der bei mir irgendwie nicht geht(bei vielen usern, die ich gesehen habe). Mein PC startet immer neu wenn S4 fenster kommt. Hilfe hilfe...
PixSemi is offline  
Old 08/15/2013, 12:56   #2849
 
elite*gold: 0
Join Date: Nov 2011
Posts: 121
Received Thanks: 58
J'ai que le pare-feu windows, et il est désactivé. :/
MrDown is offline  
Old 08/15/2013, 14:44   #2850
 
elite*gold: 0
Join Date: Jun 2013
Posts: 16
Received Thanks: 1
Do anyone have the conquest hack???
loloman2 is offline  
Closed Thread




All times are GMT +2. The time now is 12:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.