|
You last visited: Today at 04:25
Advertisement
[I need Help]Hack S4League
Discussion on [I need Help]Hack S4League within the AutoIt forum part of the Coders Den category.
04/14/2012, 14:22
|
#1
|
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
|
[I need Help]Hack S4League
#vote4close
#closerequest
i want to close this thread cuz i'm waiting here 1 week to someone help me and how to find addresses with the RIGHT way and the values with the RIGHT way... and no one can't help me.. only Darsh helped me only 25% :/
|
|
|
04/14/2012, 17:42
|
#2
|
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,403
|
Yeah you need some functions 
Read some tutorials. C&P is bad >.<
#closerequest
|
|
|
04/15/2012, 16:19
|
#3
|
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
|
Quote:
Originally Posted by Achat
Yeah you need some functions 
Read some tutorials. C&P is bad >.<
#closerequest
|
sry but.. when i start s4league i open the process explorer and i click "START" so... when the HGW Game Watcher loaded 1 window comes and says "Close process explorer to continue the HGW Game Watcher" and more... :/
|
|
|
04/15/2012, 19:13
|
#4
|
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,403
|
Maybe you need a bypass?
|
|
|
04/15/2012, 19:34
|
#5
|
elite*gold: 0
Join Date: Jan 2011
Posts: 2,520
Received Thanks: 4,567
|
No 
XTrap detects everything that attaches the S4Client.
You're "hack" only open the Memory of the Client.
You have to close the Programm after everything is changed.
|
|
|
04/15/2012, 20:52
|
#6
|
elite*gold: 0
Join Date: Dec 2010
Posts: 150
Received Thanks: 930
|
Fixed !!!..
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=c:\users\Αντονις\desktop\assassin's creed v1.kxf
$Form1_1 = GUICreate("Assassin's Creed V1.0", 431, 283, 192, 124)
GUISetFont(10, 800, 0, "Segoe Print")
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("Inf HP", 48, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf SP", 48, 56, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Inf Ammo", 48, 80, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("God Mode", 48, 104, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Multi Hit", 160, 104, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Instant Respawn", 48, 152, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Wallshot", 48, 176, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Hit Range", 48, 200, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("No Gravity", 160, 32, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("No Fall", 160, 56, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("No Laser", 160, 80, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("Ghost Mode", 48, 128, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Fake Shop", 160, 128, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("One Hit Kill", 160, 152, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Dodge Speed", 160, 176, 105, 17)
$Checkbox16 = GUICtrlCreateCheckbox("Dodge Range", 160, 200, 105, 17)
$Checkbox17 = GUICtrlCreateCheckbox("Speed Hack", 272, 32, 97, 17)
$Checkbox18 = GUICtrlCreateCheckbox("No Sentry Detect", 272, 56, 137, 17)
$Checkbox19 = GUICtrlCreateCheckbox("Wall Jump Range", 272, 80, 137, 17)
$Checkbox20 = GUICtrlCreateCheckbox("Jump Hack", 272, 104, 97, 17)
$Checkbox21 = GUICtrlCreateCheckbox("Siege Pick Up Hack", 272, 128, 145, 17)
$Checkbox22 = GUICtrlCreateCheckbox("No Rules", 272, 152, 97, 17)
$Checkbox23 = GUICtrlCreateCheckbox("No Stun", 272, 176, 97, 17)
$Checkbox24 = GUICtrlCreateCheckbox("No Blast", 272, 200, 97, 17)
$Button1 = GUICtrlCreateButton("Activate Hack Now", 56, 224, 305, 41)
GUICtrlSetBkColor(-1, 0x0000FF)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Cheat()
EndSwitch
WEnd
[B]
Func Cheat()
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
Sleep(500)
$PID = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($PID)
_memorywrite(0xAdress,$OPEN,$esvalue)
Exit 0
EndFunc[/B]
Press in Thanks ^_^
|
|
|
04/15/2012, 21:03
|
#7
|
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
|
Quote:
Originally Posted by SaGaRaS
Fixed !!!..
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=c:\users\Αντονις\desktop\assassin's creed v1.kxf
$Form1_1 = GUICreate("Assassin's Creed V1.0", 431, 283, 192, 124)
GUISetFont(10, 800, 0, "Segoe Print")
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("Inf HP", 48, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf SP", 48, 56, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Inf Ammo", 48, 80, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("God Mode", 48, 104, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Multi Hit", 160, 104, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Instant Respawn", 48, 152, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Wallshot", 48, 176, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Hit Range", 48, 200, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("No Gravity", 160, 32, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("No Fall", 160, 56, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("No Laser", 160, 80, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("Ghost Mode", 48, 128, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Fake Shop", 160, 128, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("One Hit Kill", 160, 152, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Dodge Speed", 160, 176, 105, 17)
$Checkbox16 = GUICtrlCreateCheckbox("Dodge Range", 160, 200, 105, 17)
$Checkbox17 = GUICtrlCreateCheckbox("Speed Hack", 272, 32, 97, 17)
$Checkbox18 = GUICtrlCreateCheckbox("No Sentry Detect", 272, 56, 137, 17)
$Checkbox19 = GUICtrlCreateCheckbox("Wall Jump Range", 272, 80, 137, 17)
$Checkbox20 = GUICtrlCreateCheckbox("Jump Hack", 272, 104, 97, 17)
$Checkbox21 = GUICtrlCreateCheckbox("Siege Pick Up Hack", 272, 128, 145, 17)
$Checkbox22 = GUICtrlCreateCheckbox("No Rules", 272, 152, 97, 17)
$Checkbox23 = GUICtrlCreateCheckbox("No Stun", 272, 176, 97, 17)
$Checkbox24 = GUICtrlCreateCheckbox("No Blast", 272, 200, 97, 17)
$Button1 = GUICtrlCreateButton("Activate Hack Now", 56, 224, 305, 41)
GUICtrlSetBkColor(-1, 0x0000FF)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Cheat()
EndSwitch
WEnd
[B]
Func Cheat()
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
Sleep(500)
$PID = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($PID)
_memorywrite(0xAdress,$OPEN,$esvalue)
Exit 0
EndFunc[/B]
Press in Thanks ^_^
|
yeah.. i mean how to find the adresses ... i don't know how and the esvalues.. :/
|
|
|
04/16/2012, 20:51
|
#8
|
elite*gold: 50
Join Date: Mar 2010
Posts: 1,373
Received Thanks: 521
|
Quote:
Originally Posted by .Aziel
You're "hack" only open the Memory of the Client.
|
Klingt ein wenig verwirrend...
|
|
|
04/16/2012, 21:35
|
#9
|
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,403
|
Quote:
Originally Posted by .Aziel
You're "hack" only open the Memory of the Client.
|
Quote:
Originally Posted by jacky919
Klingt ein wenig verwirrend...
|
You're = You are = Du bist
Ich glaube .Aziel meint Your
your=dein
|
|
|
04/17/2012, 09:58
|
#10
|
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
|
Quote:
Originally Posted by *TheWarLords*
haw Find you need
Cheat Engine

|
I know this, I need a TuT how to find addresses with the right way, the address e.g. 000F9A5 what's that? Is it *** Mode? That's I need.
|
|
|
04/17/2012, 15:05
|
#11
|
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
|
Quote:
Originally Posted by Assassin's Creed
I know this, I need a TuT how to find addresses with the right way, the address e.g. 000F9A5 what's that? Is it *** Mode? That's I need.
|
no one will Help you more you now Need Value Only and May be no one will help you
|
|
|
04/19/2012, 22:16
|
#12
|
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
|
See Here

or
|
|
|
04/20/2012, 13:17
|
#13
|
elite*gold: 0
Join Date: May 2010
Posts: 40
Received Thanks: 15
|
Quote:
Originally Posted by SaGaRaS
Fixed !!!..
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=c:\users\Αντονις\desktop\assassin's creed v1.kxf
$Form1_1 = GUICreate("Assassin's Creed V1.0", 431, 283, 192, 124)
GUISetFont(10, 800, 0, "Segoe Print")
GUISetBkColor(0xFF0000)
$Checkbox1 = GUICtrlCreateCheckbox("Inf HP", 48, 32, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf SP", 48, 56, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Inf Ammo", 48, 80, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("God Mode", 48, 104, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Multi Hit", 160, 104, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Instant Respawn", 48, 152, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Wallshot", 48, 176, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Hit Range", 48, 200, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("No Gravity", 160, 32, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("No Fall", 160, 56, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("No Laser", 160, 80, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("Ghost Mode", 48, 128, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Fake Shop", 160, 128, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("One Hit Kill", 160, 152, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Dodge Speed", 160, 176, 105, 17)
$Checkbox16 = GUICtrlCreateCheckbox("Dodge Range", 160, 200, 105, 17)
$Checkbox17 = GUICtrlCreateCheckbox("Speed Hack", 272, 32, 97, 17)
$Checkbox18 = GUICtrlCreateCheckbox("No Sentry Detect", 272, 56, 137, 17)
$Checkbox19 = GUICtrlCreateCheckbox("Wall Jump Range", 272, 80, 137, 17)
$Checkbox20 = GUICtrlCreateCheckbox("Jump Hack", 272, 104, 97, 17)
$Checkbox21 = GUICtrlCreateCheckbox("Siege Pick Up Hack", 272, 128, 145, 17)
$Checkbox22 = GUICtrlCreateCheckbox("No Rules", 272, 152, 97, 17)
$Checkbox23 = GUICtrlCreateCheckbox("No Stun", 272, 176, 97, 17)
$Checkbox24 = GUICtrlCreateCheckbox("No Blast", 272, 200, 97, 17)
$Button1 = GUICtrlCreateButton("Activate Hack Now", 56, 224, 305, 41)
GUICtrlSetBkColor(-1, 0x0000FF)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Cheat()
EndSwitch
WEnd
[B]
Func Cheat()
ToolTip("Start S4 League!",0,0)
$WAIT = ProcessWait("S4Client.exe")
Sleep(500)
$PID = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($PID)
_memorywrite(0xAdress,$OPEN,$esvalue)
Exit 0
EndFunc[/B]
Press in Thanks ^_^
|
that dont works..
|
|
|
04/20/2012, 22:05
|
#14
|
elite*gold: 0
Join Date: Dec 2010
Posts: 150
Received Thanks: 930
|
Quote:
Originally Posted by MichalWDZ
that dont works..
|
LOL. Your insert value and adress ? -.-"
Noob
|
|
|
04/24/2012, 13:57
|
#15
|
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
|
Quote:
Originally Posted by MichalWDZ
that dont works..
|
I agree. The codes they don't work.
|
|
|
All times are GMT +1. The time now is 04:26.
|
|