[Quesstion] Important !!!

03/06/2014 15:21 medopop222#1
Hey I need search values & addresses of S4L hacks ....
How to find it with Cheat engine ???!!!
Please Fast I have to make a hack but need the addresses of hacks !!!:rtfm: and need another help is that code right or wrong :D
Code:
#include <Nomadmemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("MaDo Hacker V1.0", 245, 167, 192, 124)
GUISetBkColor(0x3399FF)
$Checkbox1 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 16, 129, 33)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Checkbox2 = GUICtrlCreateCheckbox("Hit Range ", 8, 56, 129, 33)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Button1 = GUICtrlCreateButton("Hack", 16, 96, 211, 57)
GUICtrlSetFont(-1, 36, 800, 0, "Arabic Typesetting")
$Checkbox3 = GUICtrlCreateCheckbox("Inf Sp", 136, 48, 89, 41)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Checkbox4 = GUICtrlCreateCheckbox("Inf Hp", 136, 8, 105, 49)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

	EndSwitch
WEnd

Func _Hack()
GUISetState(@SW_HIDE)
MsgBox ( 0, "MaDo Hacker V1.0", "Enjoy Hacking <3" ) ;
$WAIT = ProcessWait("S4Client.exe"); This will make the hack search for s4League
$PID = ProcessExists("S4Client.exe"); This means he Found S4League
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
		_MemoryWrite(Address,$OPEN,"Value","type")
		EndIf
If GUICtrlRead($Checkbox2) = 2 Then
_MemoryWrite(Address,$OPEN,"Value","type")
EndIf
If GUICtrlRead($Checkbox3) = 3 Then
		_MemoryWrite(Address,$OPEN,"Value","type")
EndIf
If GUICtrlRead($Checkbox4) = 4 Then
		_MemoryWrite(Address,$OPEN,"Value","type")
	EndIf
Exit
EndFunc
PLease Fast Reply and Don't Close it :handsdown:
03/06/2014 15:30 ħA.[T]aigaħ÷#2
[Only registered and activated users can see links. Click Here To Register...]

Could you add inf. sentry for 32 bit? lolz
03/06/2014 15:55 medopop222#3
Quote:
Originally Posted by ħA.[T]aigaħ÷ View Post
[Only registered and activated users can see links. Click Here To Register...]

Could you add inf. sentry for 32 bit? lolz
kk I'll But This code right ?
and How him find it what should I write in cheat engine to get value ?

03/06/2014 17:22 Hybrid~#4
Look into your poor source code.
Your function is _Hack()
But when you're calling the func you wrote _hack()
See the diff ?
03/06/2014 18:34 medopop222#5
Quote:
Originally Posted by Hybrid~ View Post
Look into your poor source code.
Your function is _Hack()
But when you're calling the func you wrote _hack()
See the diff ?
is that the only wrong ?..
But other code right or wrong too ?:handsdown:
now code right ?
03/07/2014 12:50 Hybrid~#6
Quote:
Originally Posted by medopop222 View Post
is that the only wrong ?..
But other code right or wrong too ?:handsdown:
now code right ?
The values are wrong
If GuiCtrlRead ($Checkbox5) = 5 is totally wrong.
You don't even know that u dont need the comments.
So please, just don't do it. You didn't work on the source at all, you have no idea what the hell is going on there.
Just stop, please.
03/07/2014 14:40 medopop222#7
Quote:
Originally Posted by Hybrid~ View Post
The values are wrong
If GuiCtrlRead ($Checkbox5) = 5 is totally wrong.
You don't even know that u dont need the comments.
So please, just don't do it. You didn't work on the source at all, you have no idea what the hell is going on there.
Just stop, please.
Sorry But you understand .. I need only learn to write value ..
Cuz I need make Trainers .. So I learn from all professional hackers as You and someone here .. please I need make a Trainer just tell me how to write this address
03/07/2014 20:15 Hybrid~#8
Quote:
Originally Posted by medopop222 View Post
Sorry But you understand .. I need only learn to write value ..
Cuz I need make Trainers .. So I learn from all professional hackers as You and someone here .. please I need make a Trainer just tell me how to write this address
You don't have to make a trainer.
You didn't learn anything.
You just C&P'ed.
You have no idea what you wrote there and what it does.
03/07/2014 21:07 medopop222#9
Quote:
Originally Posted by Hybrid~ View Post
You don't have to make a trainer.
You didn't learn anything.
You just C&P'ed.
You have no idea what you wrote there and what it does.
what you Say is correct .. I just need learn .. But the tutorials is sux so I can't learn just copy .. But Need write values correct .. Or Can You learn me ?
03/07/2014 21:49 Der-Eddy#10
[Only registered and activated users can see links. Click Here To Register...]

Search for "Autoit Tutorials" in Google if you want to learn Autoit