|
You last visited: Today at 05:40
Advertisement
[Release] XTrap Bypass
Discussion on [Release] XTrap Bypass within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
10/29/2013, 14:17
|
#1
|
elite*gold: 596
Join Date: Sep 2011
Posts: 923
Received Thanks: 2,344
|
[Release] XTrap Bypass
Yo, today i want to release my xcrap bypass.
a >>  << can be found here
[Screen]
[How to?]
-Download and unpack the zip-archive
-Start "Injector.exe" as administrator
-Start S4League
[Main-Functions]
-process detection
-64 bit driver bypass
[Download & VT]
You can download it by clicking the attachment.
VT - Bypass.dll:  VT - Injector:
src:
main.cpp
PHP Code:
#include "Bypass.h"
DWORD WINAPI InitializeXTrapBypass() {
DWORD nBase; while(1) { nBase = (DWORD)GetModuleHandleA("XTrapVa.dll");
if(nBase){ Sleep(500); BYPASS bypass; bypass.Driver64(); bypass.ProcessDetection(); break; }
} return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) { DisableThreadLibraryCalls(hDll); if( dwReason == DLL_PROCESS_ATTACH)
{
_beginthread((void(*)(void*))InitializeXTrapBypass,sizeof(&InitializeXTrapBypass),0); } return TRUE; }
Bypass.h
PHP Code:
#include <Windows.h> #include <tlhelp32.h> #include <process.h> #include <wchar.h>
class BYPASS {
public: int BYPASS::ProcessDetection(); int BYPASS::Driver64(); };
int BYPASS::ProcessDetection() { DWORD K32EnumAddr = (DWORD)GetProcAddress(LoadLibraryA("Kernel32.dll"),"K32EnumProcesses"); //DWORD EnumAddr = (DWORD)GetProcAddress(LoadLibraryA("Psapi.dll"),"EnumProcesses"); DWORD old; VirtualProtect((LPVOID)K32EnumAddr,sizeof(K32EnumAddr),PAGE_EXECUTE_READWRITE,&old); //VirtualProtect((LPVOID)EnumAddr,sizeof(EnumAddr),PAGE_EXECUTE_READWRITE,&old); memcpy((LPVOID)K32EnumAddr,(LPVOID)"\xC2\x0C\x00",3); //memcpy((LPVOID)EnumAddr,(LPVOID)"\xC2\x0C\x00",3); return 0; }
int BYPASS::Driver64() { wmemcpy((wchar_t*)0x405D0C24,(const wchar_t*)"X6va01",6); return 0; }
works only on 64 bit!
Have fun
|
|
|
10/29/2013, 14:22
|
#2
|
elite*gold: 1
Join Date: Apr 2010
Posts: 13,772
Received Thanks: 15,036
|
approved
|
|
|
10/29/2013, 14:32
|
#3
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1
Received Thanks: 0
|
Not working
|
|
|
10/29/2013, 14:33
|
#4
|
elite*gold: 0
Join Date: May 2013
Posts: 193
Received Thanks: 524
|
Thanks i test
edit2:
New version seems working
|
|
|
10/29/2013, 14:35
|
#5
|
elite*gold: 10
Join Date: May 2013
Posts: 814
Received Thanks: 1,265
|
Quote:
Originally Posted by Ex-Decury
Not working
|
its only for 64bit. do you have 32?
|
|
|
10/29/2013, 14:40
|
#6
|
elite*gold: 0
Join Date: Apr 2012
Posts: 78
Received Thanks: 4
|
may i could can change the name because i got already something that get called injector in the folder :3 ? ( ask if the bypass will still work)
|
|
|
10/29/2013, 14:41
|
#7
|
elite*gold: 0
Join Date: Nov 2012
Posts: 307
Received Thanks: 125
|
Working for 32 Bits?
|
|
|
10/29/2013, 14:42
|
#8
|
elite*gold: 0
Join Date: Jul 2013
Posts: 17
Received Thanks: 6
|
not works Win7 x64
|
|
|
10/29/2013, 14:42
|
#9
|
elite*gold: 0
Join Date: Jul 2012
Posts: 1
Received Thanks: 0
|
Not Work
|
|
|
10/29/2013, 14:43
|
#10
|
elite*gold: 0
Join Date: Aug 2013
Posts: 184
Received Thanks: 52
|
Win 7 64 bit not work
|
|
|
10/29/2013, 14:44
|
#11
|
elite*gold: 10
Join Date: May 2013
Posts: 814
Received Thanks: 1,265
|
Quote:
Originally Posted by Kadeux
may i could can change the name because i got already something that get called injector in the folder :3 ? ( ask if the bypass will still work)
|
yeah, you can rename it.
Quote:
Originally Posted by jkarl03
Working for 32 Bits?
|
no.
Quote:
Originally Posted by q00000
not works Win7 x64
|
Quote:
Originally Posted by tuznekstuz
Not Work
|
wait a moment ;O
fixing it..
|
|
|
10/29/2013, 14:45
|
#12
|
elite*gold: 0
Join Date: Oct 2013
Posts: 131
Received Thanks: 124
|
Not work
|
|
|
10/29/2013, 14:48
|
#13
|
elite*gold: 10
Join Date: May 2013
Posts: 814
Received Thanks: 1,265
|
#fixed win7 version
download again!
|
|
|
10/29/2013, 14:55
|
#14
|
elite*gold: 340
Join Date: Sep 2011
Posts: 743
Received Thanks: 37
|
win 8 64 bit, using win 8 version, s4 league doesn't open..
|
|
|
10/29/2013, 14:57
|
#15
|
elite*gold: 0
Join Date: Mar 2009
Posts: 347
Received Thanks: 54
|
my acc banned -_-
|
|
|
Similar Threads
|
[Release]Xtrap Bypass V 0.0.0.2
06/14/2012 - S4 League Hacks, Bots, Cheats & Exploits - 20 Replies
#deleted
|
[Release]Xtrap bypass
05/30/2010 - S4 League Hacks, Bots, Cheats & Exploits - 15 Replies
Simply compile in C++ as a DLL and inject.
Source:
Code:
/************************************************ *********************
** XTrap Bypass **
************************************************* *********************
** Hacking Detected **
** ---------------- **
|
All times are GMT +1. The time now is 05:40.
|
|