[I need Help]Hack S4League

04/14/2012 14:22 Assassin's Creed#1
#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 Achat#2
Yeah you need some functions :rolleyes:
Read some tutorials. C&P is bad >.<
[Only registered and activated users can see links. Click Here To Register...]

#closerequest
04/15/2012 16:19 Assassin's Creed#3
Quote:
Originally Posted by Achat View Post
Yeah you need some functions :rolleyes:
Read some tutorials. C&P is bad >.<
[Only registered and activated users can see links. Click Here To Register...]

#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 Achat#4
Maybe you need a bypass?
04/15/2012 19:34 irrenhaus#5
No :facepalm:
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 SaGaRaS#6
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 Assassin's Creed#7
Quote:
Originally Posted by SaGaRaS View Post
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 jacky919#8
Quote:
Originally Posted by .Aziel View Post
You're "hack" only open the Memory of the Client.
Klingt ein wenig verwirrend...
04/16/2012 21:35 Achat#9
Quote:
Originally Posted by .Aziel View Post
You're "hack" only open the Memory of the Client.
Quote:
Originally Posted by jacky919 View Post
Klingt ein wenig verwirrend...
You're = You are = Du bist
Ich glaube .Aziel meint Your
your=dein

[Only registered and activated users can see links. Click Here To Register...]
04/17/2012 09:58 Assassin's Creed#10
Quote:
Originally Posted by *TheWarLords* View Post
haw Find you need
Cheat Engine
[Only registered and activated users can see links. Click Here To Register...]
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 God Mode? That's I need.
04/17/2012 15:05 *TheWarLords*#11
Quote:
Originally Posted by Assassin's Creed View Post
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 God 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 *TheWarLords*#12
See Here
[Only registered and activated users can see links. Click Here To Register...]
or
04/20/2012 13:17 MichalWDZ#13
Quote:
Originally Posted by SaGaRaS View Post
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 SaGaRaS#14
Quote:
Originally Posted by MichalWDZ View Post
that dont works..
LOL. Your insert value and adress ? -.-"

Noob
04/24/2012 13:57 Assassin's Creed#15
Quote:
Originally Posted by MichalWDZ View Post
that dont works..
I agree. The codes they don't work.