use my hack = ban why?

11/23/2013 18:08 DrexonPl2#1
I use the bypass to hgwc (onomato - HGWC Bypass)
and how the logs with my hack and climbing up to the server gets banned why?
Code:
#requireadmin
#include <NomadMemory.au3>

$address = 0x01225558
$value = 700
$S4 = ("S4Client.exe")
$HGWC = ("HGWC.exe")

_hack()

Func _hack()
   ToolTip("Waiting for HGWC", 0, 0)
   ProcessWait($HGWC)
   ToolTip("HGWC is running...", 0, 0)
   ToolTip("Waiting for S4Client", 0, 0)
   ProcessWait($S4)
   ToolTip("S4Client is running...", 0, 0)
   Local $OPEN = _MemoryOpen("S4Client.exe")
   _MemoryWrite($address, $OPEN, $value, "float")
   _MemoryClose($OPEN)
   Exit
EndFunc
11/23/2013 18:53 SoulCr4ck#2
Try to use it without bypass and take a little Sleep :}

and _MemoryOpen(ProcessExistens("S4Client.exe"))
11/23/2013 19:05 alpines#3
No, not _MemoryOpen(ProcessExistens("S4Client.exe")) it is:
Code:
_MemoryOpen(ProcessExists("S4Client.exe"))
11/23/2013 19:37 SoulCr4ck#4
Quote:
Originally Posted by alpines View Post
No, not _MemoryOpen(ProcessExistens("S4Client.exe")) it is:
Code:
_MemoryOpen(ProcessExists("S4Client.exe"))
^^ yeah from mobilephone but this ..he must know to code somethink like a memory edtior source.
11/23/2013 19:50 DrexonPl2#5
and ban again (this time without BYPASS)

Code:
#requireadmin
#include <NomadMemory.au3>

$address = 0x01225558
$value = 700
$S4 = ("S4Client.exe")
$HGWC = ("HGWC.exe")

_hack()

Func _hack()
   ToolTip("Waiting for HGWC", 0, 0)
   ProcessWait($HGWC)
   ToolTip("HGWC is running...", 0, 0)
   Sleep(500)
   ToolTip("Waiting for S4Client", 0, 0)
   ProcessWait($S4)
   ToolTip("S4Client is running...", 0, 0)
   Local $OPEN = _MemoryOpen(ProcessExists("S4Client.exe"))
   _MemoryWrite($address, $OPEN, $value, "float")
   _MemoryClose($OPEN)
   Exit
EndFunc
11/23/2013 20:05 alpines#6
If the client knows that you access the memory then the hackshield is still active. Better try to get another Bypass or try another hack and look if you get banned.
11/23/2013 20:23 DrexonPl2#7
I use xtrap bypass and bypass hgwc ...
all this does not help
11/23/2013 20:28 alpines#8
Maybe the game's patch is too new for the bypass? The hackshield may got updated so try to find newer releases.
11/23/2013 20:31 DrexonPl2#9
but on the other hack works and on my not : (
//edit1
try another
//edit2
still ban...
//edit3
it must be something with the code
//edit4
can change the language to another work, what do you think?
11/23/2013 21:14 FacePalmMan#10
the other hacks probably use pointers, patterns and codecave injection because games usually change the adresses after every restart.
11/24/2013 01:31 davydavekk#11
Slicktor's XTrap bypass does not bypass the memory detection.
And I think onomato's HGWC bypass is outdated, he didn't update it since november 2nd.
11/24/2013 02:49 snow#12
Most of HGWCs stuff hasn't been changed since then so there's a chance the bypass might still work.

The problem here is clearly the missing memory detection bypass, the public available bypass only prevents the driver initialisation + the process detection. Either you bypass the detection by yourself or you'll have to wait for another public bypass.
11/24/2013 16:15 DrexonPl2#13
I have a question as it is called window s4 league because he is trying to
do in c++ but as I typed S4Client it is not
11/25/2013 19:15 onahoe#14
My HGWC Bypass is still working. Look at my signature.. Remember that the "Successfully injected!" is important.
11/26/2013 14:23 cheyester10#15
There's just no public working xtrap memory detection tool right now. Just make one or wait for one to come out.