Answer me plz pro man

03/21/2014 10:06 REDAPRO#1
English

talk in english please

German :[SPOILER]


[/CODE]#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=random
#AutoIt3Wrapper_Res_Description=random
#AutoIt3Wrapper_Res_Fileversion=0.0.0.0
#AutoIt3Wrapper_Res_LegalCopyright=random
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#include <Sound.au3>

WinSetState("REDAPRO","", @SW_HIDE)
Opt("TrayIconHide",1)
MsgBox(4096, "Steps !", "1- Open hack as admin .. 2- choose what you want ..3- Open S4league ..4- open a working byppass ...5- ..6- Press on FreshStart When S4 League Exists !", 0)
MsgBox(4096, "Credits!", "By Redapro , Fresh Start Team !", 0)
#Region ### START Koda GUI section ### Form=e:\s4 league\hhhhhhhh\my hack\form1.kxf


$Form1_1 = GUICreate("S4l Hack By REDAPRO", 624, 573, 174, 116)

$Checkbox1 = GUICtrlCreateCheckbox("Cut Speed", 16, 72, 89, 17)
$Checkbox2 = GUICtrlCreateCheckbox("1Hit Kill", 16, 112, 81, 17)
$Checkbox3 = GUICtrlCreateCheckbox("200 Hp", 16, 24, 89, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Hit Rane", 16, 160, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Full power", 16, 48, 97, 17)
$Checkbox6= GUICtrlCreateCheckbox("Speed hack", 16, 136, 89, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Ghost Mod", 16, 224, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Wall Shoot", 16, 248, 81, 17)
$Pic1 = GUICtrlCreatePic("E:\s4 league\S4 league hack By REDAPRO\Important for Design Of Hack\Untitled-3.jpg", 50, 542, 121, 25)
$Pic2 = GUICtrlCreatePic("E:\s4 league\S4 league hack By REDAPRO\Important for Design Of Hack\Leave.jpg", 216, 544, 121, 25)
$Pic3 = GUICtrlCreatePic("E:\s4 league\S4 league hack By REDAPRO\Important for Design Of Hack\Motorbike.jpg", 0, 0, 641, 537)
$Button1 = GUICtrlCreateButton("Credits", 500, 544, 121, 25)
GUICtrlSetBkColor(-1, 0x00FF00)


$handle = _SoundOpen(@ScriptDir & "\Kalimba.mp3")
_SoundPlay($handle)

GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###


While 1

$nMsg = GUIGetMsg()

Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $pic1
If ProcessExists("S4Client.exe") Then
_Hack()
Else
MsgBox(0, "Error", "Game is not running !")
EndIf


Case $Pic2
MsgBox (4096 ,"Attention" ,"Thanks For Using This Hack ",0)
Exit

Case $Button1
MsgBox (4096, "Credits" ," By REDAPRO ",0)
EndSwitch

WEnd


Func _Hack()
GUISetState(@SW_HIDE)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
MsgBox(0,"Attention","S4 League Hacked !",0,0)
Sleep(500)




If GUICtrlRead($Checkbox1) == $GUI_CHECKED Then
_MemoryWrite("0x00630C5E",$OPEN,"2240612458", "long")
EndIf


If GUICtrlRead($Checkbox2) == $GUI_CHECKED Then
_memorywrite("0x0052ACB9",$OPEN,"1593591259", "long")
EndIf

If GUICtrlRead($Checkbox3) == $GUI_CHECKED Then
_MemoryWrite("0x00529F64",$OPEN,"2348565979", "long")
EndIf


If GUICtrlRead($Checkbox4) == $GUI_CHECKED Then
_MemoryWrite("0x01283FA0",$OPEN, "0", "float")
EndIf

If GUICtrlRead($Checkbox5) == $GUI_CHECKED Then
_MemoryWrite("0x0048D711",$OPEN, "2047263990", "long")
EndIf


If GUICtrlRead($Checkbox6) == $GUI_CHECKED Then
_MemoryWrite("0x005FE4E4",$OPEN, "2240612202", "long")
EndIf

If GUICtrlRead($Checkbox7) == $GUI_CHECKED Then
_MemoryWrite("0x00FF4E58",$OPEN, "2348565979", "long")
EndIf

If GUICtrlRead($Checkbox8) == $GUI_CHECKED Then
_MemoryWrite("0x01283FA0",$OPEN, "1", "float")
EndIf

If GUICtrlRead($Checkbox9) == $GUI_CHECKED Then
_MemoryWrite("0x005EB83A",$OPEN, "1166872682", "long")
EndIf


EndFunc[/CODE]

My image problem : [Only registered and activated users can see links. Click Here To Register...]
03/21/2014 10:51 DarkCrusade2#2
Naja wenn ich das richtig sehe, nutzt du $OPEN, ohne es deklariert zu haben. Deswegen streikt der.
03/21/2014 11:02 Der-Eddy#3
Thats the most copied code from s4 league:
Code:
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
you probably deleted some lines out and then didnt test it in the Scite Editor
instead of copy&paste brainless codes you should learn the language first AND then creating Hacks
also we have already over 100 Million hacks with the same content


Quote:
Originally Posted by DarkCrusade2 View Post
Naja wenn ich das richtig sehe, nutzt du $OPEN, ohne es deklariert zu haben. Deswegen streikt der.
Der nutzt Google Translate für seine deutsche Übersetzung
03/21/2014 11:24 DarkCrusade2#4
das Script ist reine Comedy. Ich schreibe Random- Werte, die ich nicht verstehe, in Random Speicheradressen. Ich bin ein professioneller Hacker. :D
03/21/2014 11:34 REDAPRO#5
and now #RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Res_Comment=random
#AutoIt3Wrapper_Res_Description=random
#AutoIt3Wrapper_Res_Fileversion=0.0.0.0
#AutoIt3Wrapper_Res_LegalCopyright=random
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#include <Sound.au3>

WinSetState("REDAPRO","", @SW_HIDE)
Opt("TrayIconHide",1)
MsgBox(4096, "Steps !", "1- Open hack as admin .. 2- choose what you want ..3- Open S4league ..4- open a working byppass ...5- ..6- Press on FreshStart When S4 League Exists !", 0)
MsgBox(4096, "Credits!", "By Redapro , Fresh Start Team !", 0)
#Region ### START Koda GUI section ### Form=e:\s4 league\hhhhhhhh\my hack\form1.kxf


$Form1_1 = GUICreate("S4l Hack By REDAPRO", 624, 573, 174, 116)

$Checkbox1 = GUICtrlCreateCheckbox("Cut Speed", 16, 72, 89, 17)
$Checkbox2 = GUICtrlCreateCheckbox("1Hit Kill", 16, 112, 81, 17)
$Checkbox3 = GUICtrlCreateCheckbox("200 Hp", 16, 24, 89, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Hit Rane", 16, 160, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Full power", 16, 48, 97, 17)
$Checkbox6= GUICtrlCreateCheckbox("Speed hack", 16, 136, 89, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Ghost Mod", 16, 224, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("Wall Shoot", 16, 248, 81, 17)
$Pic1 = GUICtrlCreatePic("E:\s4 league\S4 league hack By REDAPRO\Important for Design Of Hack\Untitled-3.jpg", 50, 542, 121, 25)
$Pic2 = GUICtrlCreatePic("E:\s4 league\S4 league hack By REDAPRO\Important for Design Of Hack\Leave.jpg", 216, 544, 121, 25)
$Pic3 = GUICtrlCreatePic("E:\s4 league\S4 league hack By REDAPRO\Important for Design Of Hack\Motorbike.jpg", 0, 0, 641, 537)
$Button1 = GUICtrlCreateButton("Credits", 500, 544, 121, 25)
GUICtrlSetBkColor(-1, 0x00FF00)


$handle = _SoundOpen(@ScriptDir & "\Kalimba.mp3")
_SoundPlay($handle)

GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###


While 1

$nMsg = GUIGetMsg()

Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $pic1
If ProcessExists("S4Client.exe") Then
_Hack()
Else
MsgBox(0, "Error", "Game is not running !")
EndIf


Case $Pic2
MsgBox (4096 ,"Attention" ,"Thanks For Using This Hack ",0)
Exit

Case $Button1
MsgBox (4096, "Credits" ," By REDAPRO ",0)
EndSwitch

WEnd


Func _Hack()
GUISetState(@SW_HIDE)
$WAIT = ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
MsgBox(0,"Attention","S4 League Hacked !",0,0)
Sleep(500)




If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite("0x00630C5E",$open,"2240612458", "long")
EndIf


If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite("0x0052ACB9",$open,"1593591259", "long")
EndIf

If GUICtrlRead($Checkbox3) = 1 Then
_MemoryWrite("0x00529F64",$open,"2348565979", "long")
EndIf


If GUICtrlRead($Checkbox4) =1 Then
_MemoryWrite("0x01283FA0",$open, "0", "float")
EndIf

If GUICtrlRead($Checkbox5) =1 Then
_MemoryWrite("0x0048D711",$OPEN, "2047263990", "long")
EndIf


If GUICtrlRead($Checkbox6) =1 Then
_MemoryWrite("0x005FE4E4",$open, "2240612202", "long")
EndIf

If GUICtrlRead($Checkbox7) =1 Then
_MemoryWrite("0x00FF4E58",$open, "2348565979", "long")
EndIf

If GUICtrlRead($Checkbox8) =1 Then
_MemoryWrite("0x01283FA0",$open, "1", "float")
EndIf

If GUICtrlRead($Checkbox9) =1Then
_MemoryWrite("0x005EB83A",$open, "1166872682", "long")
EndIf


EndFunc
03/21/2014 11:44 DarkCrusade2#6
still you don't even declare $open, the var you are using as a parameter for _MemoryWrite. I don't know this method, maybe you have to call it with the needed handle?

Before you try to do a hack, maybe you should start learning any coding language. A very pretty one imho is Python. AutoIT is a script language, if you don't know how to code, it's a bad start imo. There are many openbooks on the internet, try google. If you don't even know, what you are doing, and just copy & past stuff you found on the internet, you are only wasting everyone's ( yours aswell ) time.
03/21/2014 11:52 REDAPRO#7
please if you know hacking method tell me i know it it needs open
03/21/2014 11:58 DarkCrusade2#8
add $open = _MemoryOpen($PID) to your _Hack Method. :(
03/21/2014 14:25 Lawliet#9
#closed (@thread title)