|
You last visited: Today at 21:56
Advertisement
[Release] [x]Bypass By Hybrid~
Discussion on [Release] [x]Bypass By Hybrid~ within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
01/01/2013, 14:39
|
#346
|
elite*gold: 0
Join Date: Nov 2010
Posts: 77
Received Thanks: 40
|
I dont know why, but when i start an Item Manager xTrap closes the game. And the Bypass has works because, there stands : S4 Client detected than Bypassed.
Can you help me...
|
|
|
01/01/2013, 14:43
|
#347
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by SuperDome
I dont know why, but when i start an Item Manager xTrap closes the game. And the Bypass has works because, there stands : S4 Client detected than Bypassed.
Can you help me...
|
This bypass don't work for IDM and CE
|
|
|
01/01/2013, 14:51
|
#348
|
elite*gold: 0
Join Date: Nov 2011
Posts: 214
Received Thanks: 97
|
I downloaded (had a small error in the network) tested on windows xp 32 bit not got no looks
I think your hack does not catch on windows xp in windows 7 so
|
|
|
01/01/2013, 14:57
|
#349
|
elite*gold: 0
Join Date: Nov 2010
Posts: 19
Received Thanks: 1
|
Is it works for alice itemmanager ?
|
|
|
01/01/2013, 15:04
|
#350
|
elite*gold: 0
Join Date: Dec 2012
Posts: 1,140
Received Thanks: 229
|
C&P vom Open Source Bypass.
Und sowas bekommt 160 Thanks?
Hier, der Sourcecode: (Einfach in Autoit einfügen, fertig ist der Bypass.  )
#Region ### START Koda GUI section ###
$FORM1 = GUICreate("[X]Bypass by Hybrid~", 253, 103, 193, 125)
GUISetBkColor(11250603)
$GROUP1 = GUICtrlCreateGroup("[X] Bypass by Hybrid ", 8, 8, 233, 89)
$RADIO1 = GUICtrlCreateRadio("X-Trap Bypass-Enabled", 16, 32, 129, 17)
GUICtrlSetState(-1, $GUI_CHECKED)
GUICtrlSetState(-1, $GUI_DISABLE)
$BUTTON1 = GUICtrlCreateButton("Start Trollin'", 160, 32, 75, 25)
$BUTTON2 = GUICtrlCreateButton("Exit", 160, 64, 75, 25)
$BUTTON3 = GUICtrlCreateButton("[About]", 16, 56, 115, 33)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
Exit
Case $BUTTON1
_TROLL()
Case $BUTTON2
Exit
Case $BUTTON3
MsgBox(0, "About:", "[x]Bypass Made By Hybrid~")
EndSwitch
WEnd
Func _TROLL()
ToolTip("Waiting For S4League|Bypass by Hybrid~", 5, 5)
If ProcessExists("S4Client.exe") Then
MsgBox(0, "", "S4Client Detected~")
_BYPASS()
Else
MsgBox(0, "", "Couldn't Detect S4Client Process! ")
Exit
EndIf
EndFunc
Func _BYPASS()
Global $MEMORYHANDLE, $ENUMPROCESSES
$BYTELEN = 19
$NOP = "0x" & _StringRepeat("90", $BYTELEN)
$PROCESSID = ProcessWait("S4Client.exe")
$MEMORYHANDLE = _MEMORYOPEN($PROCESSID)
Do
Sleep(10)
Until _CHECK() = 1
_MEMORYWRITE($ENUMPROCESSES, $MEMORYHANDLE, $NOP, "byte[" & $BYTELEN & "]")
_MEMORYCLOSE($MEMORYHANDLE)
MsgBox(0, "[Done:]", "Bypassed~")
ToolTip("Enjoy The Fun~| Made by Hybrid~", 0, 0)
Sleep(5000)
Exit
EndFunc
Func _CHECK()
$ENUMPROCESSES = _GETPROCESSADDRESS(_WinAPI_GetModuleHandle("psapi. dll"), "EnumProcesses")
If _MEMORYREAD($ENUMPROCESSES, $MEMORYHANDLE, "byte[2]") = "0x8BFF" Then
Return 1
Else
Return 0
EndIf
EndFunc
Func _GETPROCESSADDRESS($HMODULE, $FUNCTION)
$CALL = DllCall("Kernel32.dll", "ptr", "GetProcAddress", "ptr", $HMODULE, "str", $FUNCTION)
Return $CALL[0]
EndFunc
|
|
|
01/01/2013, 15:13
|
#351
|
elite*gold: 11
Join Date: Jul 2011
Posts: 1,332
Received Thanks: 434
|
Quote:
Originally Posted by atalay_ozmen
Is it works for alice itemmanager ?
|
Hybrid just said it DON'T WORK for Item Manager &Cheat Engine
|
|
|
01/01/2013, 15:15
|
#352
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by -Rainbow
C&P vom Open Source Bypass.
Und sowas bekommt 160 Thanks?
Hier, der Sourcecode: (Einfach in Autoit einfügen, fertig ist der Bypass.  )
#Region ### START Koda GUI section ###
$FORM1 = GUICreate("[X]Bypass by Hybrid~", 253, 103, 193, 125)
GUISetBkColor(11250603)
$GROUP1 = GUICtrlCreateGroup("[X] Bypass by Hybrid ", 8, 8, 233, 89)
$RADIO1 = GUICtrlCreateRadio("X-Trap Bypass-Enabled", 16, 32, 129, 17)
GUICtrlSetState(-1, $GUI_CHECKED)
GUICtrlSetState(-1, $GUI_DISABLE)
$BUTTON1 = GUICtrlCreateButton("Start Trollin'", 160, 32, 75, 25)
$BUTTON2 = GUICtrlCreateButton("Exit", 160, 64, 75, 25)
$BUTTON3 = GUICtrlCreateButton("[About]", 16, 56, 115, 33)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
Exit
Case $BUTTON1
_TROLL()
Case $BUTTON2
Exit
Case $BUTTON3
MsgBox(0, "About:", "[x]Bypass Made By Hybrid~")
EndSwitch
WEnd
Func _TROLL()
ToolTip("Waiting For S4League|Bypass by Hybrid~", 5, 5)
If ProcessExists("S4Client.exe") Then
MsgBox(0, "", "S4Client Detected~")
_BYPASS()
Else
MsgBox(0, "", "Couldn't Detect S4Client Process! ")
Exit
EndIf
EndFunc
Func _BYPASS()
Global $MEMORYHANDLE, $ENUMPROCESSES
$BYTELEN = 19
$NOP = "0x" & _StringRepeat("90", $BYTELEN)
$PROCESSID = ProcessWait("S4Client.exe")
$MEMORYHANDLE = _MEMORYOPEN($PROCESSID)
Do
Sleep(10)
Until _CHECK() = 1
_MEMORYWRITE($ENUMPROCESSES, $MEMORYHANDLE, $NOP, "byte[" & $BYTELEN & "]")
_MEMORYCLOSE($MEMORYHANDLE)
MsgBox(0, "[Done:]", "Bypassed~")
ToolTip("Enjoy The Fun~| Made by Hybrid~", 0, 0)
Sleep(5000)
Exit
EndFunc
Func _CHECK()
$ENUMPROCESSES = _GETPROCESSADDRESS(_WinAPI_GetModuleHandle("psapi. dll"), "EnumProcesses")
If _MEMORYREAD($ENUMPROCESSES, $MEMORYHANDLE, "byte[2]") = "0x8BFF" Then
Return 1
Else
Return 0
EndIf
EndFunc
Func _GETPROCESSADDRESS($HMODULE, $FUNCTION)
$CALL = DllCall("Kernel32.dll", "ptr", "GetProcAddress", "ptr", $HMODULE, "str", $FUNCTION)
Return $CALL[0]
EndFunc
|
Luv you too.
This thing is turning into spam.
This was posted in this thread like 5times.
Good bye sir :3
|
|
|
01/01/2013, 15:30
|
#353
|
elite*gold: 11
Join Date: Jul 2011
Posts: 1,332
Received Thanks: 434
|
Quote:
Originally Posted by Hybrid~
This bypass don't work for IDM and CE
|
You should add this to the main post
|
|
|
01/01/2013, 15:51
|
#354
|
elite*gold: 0
Join Date: Mar 2008
Posts: 14
Received Thanks: 1
|
Does not work for me. Once the little window pops up and says Bypassed, S4 shuts down.
OS: Win8 - 64bit
|
|
|
01/01/2013, 15:54
|
#355
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by Hakaro
Does not work for me. Once the little window pops up and says Bypassed, S4 shuts down.
OS: Win8 - 64bit
|
srsly guys, u expect hacks to work on Win8 when even S4 is unstable on win8?
|
|
|
01/01/2013, 18:09
|
#356
|
elite*gold: 0
Join Date: Nov 2010
Posts: 22
Received Thanks: 0
|
Thanks
|
|
|
01/01/2013, 18:47
|
#357
|
elite*gold: 0
Join Date: Nov 2010
Posts: 22
Received Thanks: 5
|
don't work on xp :-< but thanks anyway  ....
|
|
|
01/01/2013, 19:31
|
#358
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by DjKira
don't work on xp :-< but thanks anyway  ....
|
:c
You tried the v1.1?
|
|
|
01/01/2013, 19:34
|
#359
|
elite*gold: 190
Join Date: Aug 2012
Posts: 4,198
Received Thanks: 241
|
Dont work on Vista 32bit
|
|
|
01/01/2013, 19:41
|
#360
|
elite*gold: 0
Join Date: Jan 2012
Posts: 1,458
Received Thanks: 1,407
|
Quote:
Originally Posted by Donдlds
Dont work on Vista 32bit
|
lol.
I dunno why I hate XP, Vista and win8
Hate those OperatingSystems
Well,I'm sorry for ya Donald
|
|
|
 |
|
Similar Threads
|
hybrid's bypass.
01/08/2013 - CO2 Private Server - 5 Replies
anyone has the link for this that could send me?
and the guide (if possible)
i've been looking everywhere but it was erased :(
thx in advance
|
[Release] iHack Trainer v2.0 By Hybrid~ [<3]
07/24/2012 - S4 League Hacks, Bots, Cheats & Exploits - 100 Replies
http://i.epvpimg.com/8UYWg.png
Heya Fellow epvpers
Hope you missed me
Here is a new release of the iHack trainers
v2.0 The v2.0
It's just a little release..But with some help from ya I will come with updates :P
Removed...You can download the .rar file from attachments.
Click On Me
____Note that it's false positive____
|
[Release] iBot By Hybrid [<3]
07/20/2012 - S4 League Hacks, Bots, Cheats & Exploits - 69 Replies
Hello dear e*pvpers
Today, I release the iBot
This bot auto shot the target for ya, u just need to aim it
The idea comes from this thread
Maybe there are more bots like this one , don't know
But hope u enjoy it :D
____
1.)Open S4 with a bypass
2.) At log in screen, open iBot
|
[Release] iHack Trainer by Hybrid~ v1.1
02/19/2012 - S4 League Hacks, Bots, Cheats & Exploits - 16 Replies
Hello dear e*pvp comunity
im back with a new updated hack ~> iHack Trainer v1.1 by Hybrid~
Virus Total: https://www.virustotal.com/file/b5833acc2b785bb305 538c07feb56ab1c569552ee50604db530834e1c00a64fb/ana lysis/1329666174/
2/43 but false positive
Download:http://www.mediafire.com/?8xvei0er8e286x 9
Credits:Credits go to Hybrid~ and Nhoya~
Info: Undetected
Status:win 7 32bit: WORK
win7 64bit: WORK
win vista 32bit: WORK
|
All times are GMT +1. The time now is 21:56.
|
|