[Release] A4Hack | Adress Searcher

04/18/2014 20:36 mkl1147#16
malware das programm hat internetzugriff
04/18/2014 20:40 MrSn0w#17
Lecheed ;)
04/18/2014 22:41 IkIngwesa#18
how I Use This Adresses Help Me

how I Use This Adresses Help Me

How Please help

How I Choose AutoIt In Trainer Maker Help please
04/19/2014 13:24 KiTYKEEEY#19
Iking use a Trainer ans dont make hacks
04/19/2014 15:08 naft#20
aga kodlamada memory rite bölümü var ya

ex;

_memorywrite(5306837, $open, "3135869072", "long")
EndIf

bu bölüm. buradaki memorywrite neye göre yazıyonuz oradaki "5306837" bölümünü
04/19/2014 15:17 MeLoNCoLiXx#21
Quote:
Originally Posted by naft View Post
aga kodlamada memory rite bölümü var ya

ex;

_memorywrite(5306837, $open, "3135869072", "long")
EndIf

bu bölüm. buradaki memorywrite neye göre yazıyonuz oradaki "5306837" bölümünü
Speak english please ..
04/19/2014 15:20 naft#22
Quote:
Originally Posted by MeLoNCoLiXx View Post
Speak english please ..
aga türksün işte, gördüm demin bir mesajını. oradaki bölümü neye göre yazıyoruz bir söylesene kardeş
04/19/2014 15:30 MeLoNCoLiXx#23
Quote:
Originally Posted by naft View Post
aga türksün işte, gördüm demin bir mesajını. oradaki bölümü neye göre yazıyoruz bir söylesene kardeş
Türkçe yasak , speak english please ..
04/19/2014 15:50 naft#24
Quote:
Originally Posted by MeLoNCoLiXx View Post
Türkçe yasak , speak english please ..
I need a help. I Coded but but I get the error
this code;

Code:
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.10.2
 Author:         myName

 Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("naft Mini hack", 246, 99, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("God Mode", 8, 8, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf. SP", 8, 72, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 40, 97, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd


	Func _hack()
            ToolTip("Waiting For S4Client.exe...", 0, 0)
            $wait = ProcessWait("S4Client.exe")
            $pid = ProcessExists("S4Client.exe")
            ProcessWait($pid)
            ToolTip("S4 League Hacked!", 0, 0)
            $open = _memoryopen($pid)
            If GUICtrlRead($checkbox1) = 1 Then
                    _memorywrite(5306837, $open, "3135869072", "long")
            EndIf
            If GUICtrlRead($checkbox2) = 1 Then
                    _memorywrite(4687938, $open, "2348565979", "long")
            EndIf
            If GUICtrlRead($checkbox3) = 1 Then
                    _memorywrite(5306740, $open, "2348565979", "long")
            EndIf
            Exit
EndFunc
this error;

Code:
"C:\Users\Tufan\Desktop\assd.au3"(39,37) : error: _memoryopen(): undefined function.
            $open = _memoryopen($pid)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
"C:\Users\Tufan\Desktop\assd.au3"(41,70) : error: _memorywrite(): undefined function.
                    _memorywrite(5306837, $open, "3135869072", "long")
How do i fix ?
04/19/2014 15:55 -SoulCr4ck-#25
Quote:
Originally Posted by naft View Post
I need a help. I Coded but but I get the error
this code;

Code:
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.10.2
 Author:         myName

 Script Function:
Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here
#include 
#include 
#include 
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("naft Mini hack", 246, 99, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("God Mode", 8, 8, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("Inf. SP", 8, 72, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 40, 97, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd


Func _hack()
            ToolTip("Waiting For S4Client.exe...", 0, 0)
            $wait = ProcessWait("S4Client.exe")
            $pid = ProcessExists("S4Client.exe")
            ProcessWait($pid)
            ToolTip("S4 League Hacked!", 0, 0)
            $open = _memoryopen($pid)
            If GUICtrlRead($checkbox1) = 1 Then
                    _memorywrite(5306837, $open, "3135869072", "long")
            EndIf
            If GUICtrlRead($checkbox2) = 1 Then
                    _memorywrite(4687938, $open, "2348565979", "long")
            EndIf
            If GUICtrlRead($checkbox3) = 1 Then
                    _memorywrite(5306740, $open, "2348565979", "long")
            EndIf
            Exit
EndFunc
this error;

Code:
"C:\Users\Tufan\Desktop\assd.au3"(41,70) : error: _memorywrite(): undefined function.
                    _memorywrite(5306837, $open, "3135869072", "long")
How do i fix ?
The Function _memorywrite () isn't declared in your source code ..i think you want use the functions of the Nomadmemory so u must include it into your source ..
Anyway how include but the function must be in.
04/19/2014 16:16 naft#26
Quote:
Originally Posted by x[Deadline View Post
The Function _memorywrite () isn't declared in your source code ..i think you want use the functions of the Nomadmemory so u must include it into your source ..
Anyway how include but the function must be in.
thanks bro, worked
04/19/2014 16:26 Forbidi#27
Leeched from Cytriik src : [Only registered and activated users can see links. Click Here To Register...]
04/19/2014 17:32 efehanpro071#28
olmuyo bi türkçe anlatsan
04/19/2014 18:41 MrSn0w#29
This "A4 hack team" can only leeching,please com back in 4 years and learn the AutoIT basics or whatever program languegs..
04/19/2014 19:47 darkkiko#30
i made one of autolt but when start s4league s4crash i don't know why any help please?:mad: