Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 04:25

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[I need Help]Hack S4League

Discussion on [I need Help]Hack S4League within the AutoIt forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
Assassin's Creed's Avatar
 
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% :/
Assassin's Creed is offline  
Old 04/14/2012, 17:42   #2
 
Achat's Avatar
 
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
Achat is offline  
Old 04/15/2012, 16:19   #3
 
Assassin's Creed's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
Quote:
Originally Posted by Achat View Post
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... :/
Assassin's Creed is offline  
Old 04/15/2012, 19:13   #4
 
Achat's Avatar
 
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,403
Maybe you need a bypass?
Achat is offline  
Old 04/15/2012, 19:34   #5
 
irrenhaus's Avatar
 
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.
irrenhaus is offline  
Old 04/15/2012, 20:52   #6
 
SaGaRaS's Avatar
 
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 ^_^
SaGaRaS is offline  
Old 04/15/2012, 21:03   #7
 
Assassin's Creed's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
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.. :/
Assassin's Creed is offline  
Old 04/16/2012, 20:51   #8
 
elite*gold: 50
Join Date: Mar 2010
Posts: 1,373
Received Thanks: 521
Quote:
Originally Posted by .Aziel View Post
You're "hack" only open the Memory of the Client.
Klingt ein wenig verwirrend...
jacky919 is offline  
Old 04/16/2012, 21:35   #9
 
Achat's Avatar
 
elite*gold: 528
Join Date: Jan 2012
Posts: 2,127
Received Thanks: 2,403
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

Achat is offline  
Old 04/17/2012, 09:58   #10
 
Assassin's Creed's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
Quote:
Originally Posted by *TheWarLords* View Post
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.
Assassin's Creed is offline  
Old 04/17/2012, 15:05   #11
 
*TheWarLords*'s Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
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 *** Mode? That's I need.
no one will Help you more you now Need Value Only and May be no one will help you
*TheWarLords* is offline  
Old 04/19/2012, 22:16   #12
 
*TheWarLords*'s Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 134
Received Thanks: 76
See Here

or
*TheWarLords* is offline  
Old 04/20/2012, 13:17   #13
 
MichalWDZ's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 40
Received Thanks: 15
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..
MichalWDZ is offline  
Old 04/20/2012, 22:05   #14
 
SaGaRaS's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 150
Received Thanks: 930
Quote:
Originally Posted by MichalWDZ View Post
that dont works..
LOL. Your insert value and adress ? -.-"

Noob
SaGaRaS is offline  
Old 04/24/2012, 13:57   #15
 
Assassin's Creed's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 180
Received Thanks: 139
Quote:
Originally Posted by MichalWDZ View Post
that dont works..
I agree. The codes they don't work.
Assassin's Creed is offline  
Closed Thread




All times are GMT +1. The time now is 04:26.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.