|
You last visited: Today at 14:46
Advertisement
[Release] MultiClient + Bypass [Source only]
Discussion on [Release] MultiClient + Bypass [Source only] within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
07/04/2015, 19:26
|
#1
|
elite*gold: 0
Join Date: Jun 2015
Posts: 62
Received Thanks: 109
|
[Release] MultiClient + Bypass [Source only]
Yo epvpers, as nobody wanted to buy  i decided to release my sourcecode including bypass in it
Remember -> Source Only!
[ dllMain.cpp ]
Code:
// dllmain.cpp : Defines the entry point for the DLL application.
#include "stdafx.h"
#include "bypass.h"
BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Install, 0, 0, 0);
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}
[ bypass.cpp ]
Code:
#include "stdafx.h"
#include "bypass.h"
#include <detours.h>
void Install()
{
Sleep(1000);
while(!GetModuleHandle(TEXT("S4Client.exe"))) Sleep(100);
HMODULE client = GetModuleHandle(TEXT("S4Client.exe"));
xc_init = (DWORD)client + xc_init;
DWORD mutex = (DWORD)client + 0x9D640;
mLoadBypass = (tLoadBypass)DetourFunction((PBYTE)xc_init, (PBYTE)LoadBypass);
PatchMutex(mutex);
MessageBoxA(NULL, "x3.mem bypassed! ^^", "by psch0", MB_OK);
}
BOOL __stdcall LoadBypass()
{
return TRUE;//yes this is bypass xDD
}
void PatchMutex(DWORD mutex)
{
DWORD old = 0;
VirtualProtect(reinterpret_cast<LPVOID>(mutex), 4, PAGE_EXECUTE_READWRITE, &old);
memcpy(reinterpret_cast<LPVOID*>(mutex), "\xC3", 1);
VirtualProtect(reinterpret_cast<LPVOID>(mutex), 4, old, NULL);
}
[ bypass.h ]
Code:
#include <Windows.h>
#include <string>
static BOOL __stdcall LoadBypass();
typedef BOOL (__stdcall *tLoadBypass)();
static tLoadBypass mLoadBypass;
static DWORD xc_init = 0xDC070;
void Install();
void PatchMutex(DWORD mut);
|
|
|
07/04/2015, 19:30
|
#2
|
elite*gold: 8
Join Date: Jul 2014
Posts: 1,126
Received Thanks: 178
|
Work.
|
|
|
07/04/2015, 20:21
|
#3
|
elite*gold: 0
Join Date: Apr 2015
Posts: 4
Received Thanks: 0
|
work¿ downdoad?
|
|
|
07/04/2015, 20:29
|
#4
|
elite*gold: 37
Join Date: May 2014
Posts: 1,835
Received Thanks: 9,833
|
No, download its only soruce.
|
|
|
07/04/2015, 20:33
|
#5
|
elite*gold: 0
Join Date: May 2010
Posts: 498
Received Thanks: 11,286
|
|
|
|
07/04/2015, 21:08
|
#6
|
elite*gold: 0
Join Date: Mar 2015
Posts: 69
Received Thanks: 122
|
Thanks <3
|
|
|
07/04/2015, 21:24
|
#7
|
elite*gold: 37
Join Date: May 2014
Posts: 1,835
Received Thanks: 9,833
|
Hate C++.
|
|
|
07/04/2015, 22:08
|
#8
|
elite*gold: 0
Join Date: Apr 2015
Posts: 4
Received Thanks: 2
|
Please help me
|
|
|
07/04/2015, 22:28
|
#9
|
elite*gold: 0
Join Date: May 2010
Posts: 498
Received Thanks: 11,286
|
Quote:
Originally Posted by GloopPro
Please help me

|
connect the stdafx.h and detours.h
|
|
|
07/04/2015, 23:40
|
#10
|
elite*gold: 0
Join Date: Nov 2013
Posts: 209
Received Thanks: 41
|
Quote:
Originally Posted by kiler1997
connect the stdafx.h and detours.h
|
Can you do a tutorial?
I'm getting so many errors here q-q
|
|
|
07/05/2015, 00:10
|
#11
|
elite*gold: 0
Join Date: May 2010
Posts: 498
Received Thanks: 11,286
|
Quote:
Originally Posted by Karlken
Can you do a tutorial?
I'm getting so many errors here q-q
|
|
|
|
07/05/2015, 00:47
|
#12
|
elite*gold: 0
Join Date: Mar 2011
Posts: 213
Received Thanks: 65
|
Thanks
|
|
|
07/05/2015, 01:06
|
#13
|
elite*gold: 26
Join Date: Apr 2014
Posts: 343
Received Thanks: 819
|
Work
|
|
|
07/05/2015, 12:21
|
#14
|
elite*gold: 0
Join Date: Nov 2013
Posts: 209
Received Thanks: 41
|
Quote:
Originally Posted by kiler1997
|
Thanks,
btw, when I compile it , I always get a dll file, how can I compile it into an .exe?
Tried the Release mode but nothing.
|
|
|
07/05/2015, 12:33
|
#15
|
elite*gold: 0
Join Date: May 2010
Posts: 498
Received Thanks: 11,286
|
Quote:
Originally Posted by Karlken
Thanks,
btw, when I compile it , I always get a dll file, how can I compile it into an .exe?
Tried the Release mode but nothing.
|
Source only dll -_-
|
|
|
 |
|
Similar Threads
|
[Release] FLYFF MultiClient bypass v0.9.4
07/07/2011 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 22 Replies
FLYFF MultiClient bypass v0.9.4
Some versions of Flyff (FlyffRUS, FlyffBR,...) hinder you from opening more than one instance of Flyff.
This bypass will allow you to open as many clients as you like.
This bypass was created
by Pferdismus.
|
[Release] bypass Multiclient
07/12/2010 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 2 Replies
Hallo Elitepvpers!
Ich release jetzt mal schnell und kurz den bypass 2x Multiclient
by SonUno
RapidShare: 1-CLICK Web hosting - Easy Filehosting
Virustotal. MD5: 7b138e7e7691771aab58509472832aac
|
[Release] FlyffEU MultiClient bypass
07/02/2010 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 21 Replies
New Update check this link out:
FLYFF MultiClient Bypass v0.9
For further questions or reports follow me on Twitter.
Pferdismus
|
[Release]Simple Multiclient does not need any bypass
05/14/2010 - S4 League Hacks, Bots, Cheats & Exploits - 69 Replies
So dies ist ein simpler Weg Multiclienten zu machen.This is a simple way for making a multiclient(Windows)
German
1. Zweites Benutzer Konto auf eurem Pc erstellen.
2. Zieht euch ne Verknüpfung der S4 Patcher exe auf den Desktop.
3. Wechselt den Benutzer mit folgender TastenKombination nur WindowsTaste+L
|
[Release]Bypass+Multiclient Patch 14
01/12/2010 - S4 League Hacks, Bots, Cheats & Exploits - 76 Replies
DOWNLOAD HERE:
http://www.elitepvpers.com/forum/s4-league-hacks-b ots-cheats-exploits/413149-release-newcrackedclien t-30-12-2009-a.html
|
All times are GMT +1. The time now is 14:46.
|
|