|
You last visited: Today at 16:33
Advertisement
use my hack = ban why?
Discussion on use my hack = ban why? within the AutoIt forum part of the Coders Den category.
11/23/2013, 18:08
|
#1
|
elite*gold: 0
Join Date: Sep 2012
Posts: 40
Received Thanks: 25
|
use my hack = ban why?
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
|
#2
|
elite*gold: 0
Join Date: Nov 2013
Posts: 297
Received Thanks: 511
|
Try to use it without bypass and take a little Sleep :}
and _MemoryOpen(ProcessExistens("S4Client.exe"))
|
|
|
11/23/2013, 19:05
|
#3
|
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
|
No, not _MemoryOpen(ProcessExistens("S4Client.exe")) it is:
Code:
_MemoryOpen(ProcessExists("S4Client.exe"))
|
|
|
11/23/2013, 19:37
|
#4
|
elite*gold: 0
Join Date: Nov 2013
Posts: 297
Received Thanks: 511
|
Quote:
Originally Posted by alpines
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
|
#5
|
elite*gold: 0
Join Date: Sep 2012
Posts: 40
Received Thanks: 25
|
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
|
#6
|
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
|
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
|
#7
|
elite*gold: 0
Join Date: Sep 2012
Posts: 40
Received Thanks: 25
|
I use xtrap bypass and bypass hgwc ...
all this does not help
|
|
|
11/23/2013, 20:28
|
#8
|
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
|
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
|
#9
|
elite*gold: 0
Join Date: Sep 2012
Posts: 40
Received Thanks: 25
|
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
|
#10
|
elite*gold: 0
Join Date: Jan 2013
Posts: 426
Received Thanks: 129
|
the other hacks probably use pointers, patterns and codecave injection because games usually change the adresses after every restart.
|
|
|
11/24/2013, 01:31
|
#11
|
elite*gold: 0
Join Date: May 2013
Posts: 101
Received Thanks: 42
|
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
|
#12
|
elite*gold: 724
Join Date: Mar 2011
Posts: 10,479
Received Thanks: 3,318
|
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
|
#13
|
elite*gold: 0
Join Date: Sep 2012
Posts: 40
Received Thanks: 25
|
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
|
#14
|
elite*gold: 10
Join Date: May 2013
Posts: 814
Received Thanks: 1,265
|
My HGWC Bypass is still working. Look at my signature.. Remember that the "Successfully injected!" is important.
|
|
|
11/26/2013, 14:23
|
#15
|
elite*gold: 0
Join Date: Feb 2008
Posts: 286
Received Thanks: 212
|
There's just no public working xtrap memory detection tool right now. Just make one or wait for one to come out.
|
|
|
All times are GMT +1. The time now is 16:34.
|
|