You last visited: Today at 21:48
Advertisement
[Release] Xtrap Bypass
Discussion on [Release] Xtrap Bypass within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
05/14/2012, 15:43
#1
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,844
[Release] Xtrap Bypass
Hay Epvp,
today I want to release my bypass created for a game labeled S4 League. This is not a complete Bypass but with this bypass you can use Cheat Engine without getting a HTD
_______
Required
_________
How to use
- Download the rar file and extract it
- Start the "
Injector.exe " with admin rights
- Now you should see something like this:
- Start S4 League now
- After S4 exists, the message is hidden, now you should see something like this:
- Klick okay and enjoy it
You can use now Cheat Engine or an other detected Memoryscanner
_______
Virustotal
_______________________________________
That's all. Regards Kiramox ;*
_____________________________________
If you're interested in my Injector Sourcode:
Code:
#RequireAdmin
#include <WinAPI.au3>
_SEDEBUG()
FileInstall("Bypass.dll", "Bypass.dll", 1)
SplashTextOn("Waiting", "Waiting for S4 League! / By Applecode", 300, 50, -1, -1)
$ProcessID = ProcessWait("S4Client.exe")
SplashOff()
Sleep(250)
_InjectDll($ProcessID, @ScriptDir & "\Bypass.dll")
Exit
Func _SEDEBUG()
Local $tagLUIDANDATTRIB = "int64 Luid;dword Attributes"
Local $count = 1
Local $tagTOKENPRIVILEGES = "dword PrivilegeCount;byte LUIDandATTRIB[" & $count * 12 & "]"
Local $call = DllCall("advapi32.dll", "int", "OpenProcessToken", "hwnd", _WinAPI_GetCurrentProcess(), "dword", 0x20, "int*", "")
Local $hToken = $call[3]
$call = DllCall("advapi32.dll", "int", "LookupPrivilegeValue", "str", "", "str", "SeDebugPrivilege", "int64*", "")
Local $iLuid = $call[3]
Local $TP = DllStructCreate($tagTOKENPRIVILEGES)
Local $LUID = DllStructCreate($tagLUIDANDATTRIB, DllStructGetPtr($TP, "LUIDandATTRIB"))
DllStructSetData($TP, "PrivilegeCount", $count)
DllStructSetData($LUID, "Luid", $iLuid)
DllStructSetData($LUID, "Attributes", $SE_PRIVILEGE_ENABLED)
$call = DllCall("advapi32.dll", "int", "AdjustTokenPrivileges", "hwnd", $hToken, "int", 0, "ptr", DllStructGetPtr($TP), "dword", 0, "ptr", "", "ptr", "")
EndFunc
Func _InjectDll($ProcessId, $DllPath)
$Kernel32 = DllOpen("kernel32.dll")
$DLL_Path = DllStructCreate("char[255]")
DllCall($Kernel32, "DWORD", "GetFullPathNameA", "str", $DllPath, "DWORD", 255, "ptr", DllStructGetPtr($DLL_Path), "int", 0)
$hProcess = DllCall($Kernel32, "DWORD", "OpenProcess", "DWORD", 0x1F0FFF, "int", 0, "DWORD", $ProcessId)
$hModule = DllCall($Kernel32, "DWORD", "GetModuleHandleA", "str", "kernel32.dll")
$lpStartAddress = DllCall($Kernel32, "DWORD", "GetProcAddress", "DWORD", $hModule[0], "str", "LoadLibraryA")
$lpParameter = DllCall($Kernel32, "DWORD", "VirtualAllocEx", "int", $hProcess[0], "int", 0, "ULONG_PTR", DllStructGetSize($DLL_Path), "DWORD", 0x3000, "int", 4)
DllCall("kernel32.dll", "BOOL", "WriteProcessMemory", "int", $hProcess[0], "DWORD", $lpParameter[0], "str", DllStructGetData($DLL_Path, 1), "ULONG_PTR", DllStructGetSize($DLL_Path), "int", 0)
$hThread = DllCall($Kernel32, "int", "CreateRemoteThread", "DWORD", $hProcess[0], "int", 0, "int", 0, "DWORD", $lpStartAddress[0], "DWORD", $lpParameter[0], "int", 0, "int", 0)
DllCall($Kernel32, "BOOL", "CloseHandle", "DWORD", $hProcess[0])
DllClose($Kernel32)
EndFunc
Attached Files
[XTrap Bypass] by Applecode.rar
(331.4 KB, 20771 views)
05/14/2012, 15:44
#2
elite*gold: 0
Join Date: Aug 2011
Posts: 1,642
Received Thanks: 2,032
*diss*
Gj
05/14/2012, 15:46
#3
elite*gold: 370
Join Date: Mar 2011
Posts: 2,339
Received Thanks: 672
I will test it.
Edit : Work
05/14/2012, 15:46
#4
elite*gold: 111
Join Date: Aug 2010
Posts: 3,613
Received Thanks: 930
Wiedermal gute Arbeit von dir. ;o
Muss sofort getestet werden.
05/14/2012, 15:50
#5
elite*gold: 60
Join Date: Sep 2011
Posts: 636
Received Thanks: 627
Working....!
05/14/2012, 15:55
#6
elite*gold: 0
Join Date: Nov 2011
Posts: 181
Received Thanks: 45
wie kann ich den bypass mit dem injector als adminstrator starten?
05/14/2012, 15:57
#7
elite*gold: 400
Join Date: Nov 2008
Posts: 67,905
Received Thanks: 19,505
Quote:
Originally Posted by
-Hiiqh.PoiinT-
wie kann ich den bypass mit dem injector als adminstrator starten?
Rechtsklick > Als Administrator ausführen (Nur Vista & 7)
05/14/2012, 15:57
#8
elite*gold: 26
Join Date: Jan 2012
Posts: 3,474
Received Thanks: 18,844
Rechtsklick auf die .exe e.e
Edit: Wie Eddy paar Sek schneller war
05/14/2012, 15:58
#9
elite*gold: 0
Join Date: Nov 2011
Posts: 16
Received Thanks: 1
hat alle geglab aber was ist mit denn hack ?
05/14/2012, 16:07
#10
elite*gold: 0
Join Date: Mar 2012
Posts: 53
Received Thanks: 15
GJ .
With your bypass its can run ID manager without freeze? ;o
05/14/2012, 16:09
#11
elite*gold: 0
Join Date: Nov 2011
Posts: 181
Received Thanks: 45
habe winsows 7 mache rechtsklick -> als administrator starten dann öffne ich den ingame hack von darkspirit als admini... und öffen S4L trozdem kommt xtrap und alles geht zu warum?
habe ich jetzt gemacht mit rechtsklick - als administarator starten dann den drakspirit ingame hack als admini startendann S4L trozdem kommt xtrap und S4L geht zu warum?
05/14/2012, 16:09
#12
elite*gold: 0
Join Date: Nov 2011
Posts: 16
Received Thanks: 1
Wie kann ich jetzt dann denn hack starten geht auch net -.-
05/14/2012, 16:11
#13
elite*gold: 0
Join Date: Aug 2011
Posts: 33
Received Thanks: 15
WøRk ¿ WøRk ãñd DøêsñT wøRk :S hêLp mêê !
05/14/2012, 16:12
#14
elite*gold: 0
Join Date: Sep 2011
Posts: 8
Received Thanks: 0
don't work lol xtrap detect CE
05/14/2012, 16:13
#15
elite*gold: 58
Join Date: Oct 2010
Posts: 286
Received Thanks: 211
wie immer super arbeit apple :>
Similar Threads
[Royuethun]XTrap Bypass
06/27/2012 - S4 League Hacks, Bots, Cheats & Exploits - 1105 Replies
http://i.epvpimg.com/ZeFZb.png
Hey,
today we'd like to present you our XTrap bypass.
1. Start XTrap Bypass.exe
2. Start S4 League.
[Release]Xtrap Bypass V 0.0.0.2
06/14/2012 - S4 League Hacks, Bots, Cheats & Exploits - 20 Replies
#deleted
[Release]Xtrap Bypass v3
04/07/2012 - S4 League Hacks, Bots, Cheats & Exploits - 239 Replies
#outdated
All times are GMT +1. The time now is 21:48 .