[Tutorial] How To Make Your (Ingame & AOB-Scan) trainer

08/22/2015 15:24 HaMaDa..#196
Yes it should work.
08/22/2015 15:29 stakerkrieger#197
Thank you.
08/22/2015 18:04 lphawolf#198
HaMaDa how you give your trainer a good theme like your button and check box
08/22/2015 18:09 HaMaDa..#199
Its skin crafter.
08/22/2015 18:23 lphawolf#200
i have more thing when i download it i download

SkinCrafter x86 for VS 2005,2008 (ActiveX, DLL, .NET)
or
SkinCrafter x64 for VS 2005,2008 (ActiveX, DLL, .NET)
or
SkinCrafter x86 for VS 2010, 2012 (ActiveX, DLL, .NET)
or
SkinCrafter x64 for VS 2010, 2012 (ActiveX, DLL, .NET)
or
SkinBuilder (without SkinCrafter library)
or
SkinCrafter Installer
or
Unicode NSIS SkinCrafter Plugin
or
ANSI NSIS SkinCrafter Plugin
or
Users Manual Guide (ActiveX) (.chm)
or
Users Manual Guide (.Net) (.chm)
or
SkinBuilder Manual (.chm)


this is all what of this all i have download

and any one can check my code is it has something wrong
Code:
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Version=Beta
#AutoIt3Wrapper_Icon=..\lphawolf injector\lphawolf injector\3xhumed-Mega-Games-Pack-30-S4-League-1.ico
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#AutoIt3Wrapper_Res_Language=1033
#AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>

$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D")
$200hp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D64")
$GodMode = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7205E9760B00008B4D90")
$InfAmmo = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"7605E9870000008B55E8")
$Mission = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"8A80A80000008BE5")
$InstantRespawn = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"043B48087209C745B001000000EB07C745B0000000000FB655B085D20F85D4")
$Onehitkill = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCC558BEC51")
$IncreaseFire = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"8B4A043B48087209C745BC01000000EB07C745BC000000000FB655BC85D20F84A1")
$Hitrange = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945C48B4DF464890D")
$000Hp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D84")
$Invisible = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"74108B55FC8B8AA0020000")
$Speedhackrun = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"006A038D95C8")
$Speedhackwalk = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A038D853CFEFFFF50E8")
$Channelnolvl = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"75318B0D........894DDC8B15........8955D86A018B4DDCE8........50")
$Suicide = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D4508508B0D70")
$NoLaser = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"6A218D4D9851E8")
$Conquest = _MemoryScan(_MemoryOpen(ProcessExists("S4client.exe")),"D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC51894DFC8D450850")

#Region ### START Koda GUI section ### Form=c:\users\new-soft-2015-\desktop\form1.kxf
$Form1_1 = GUICreate("Alphawolf Ingame ", 615, 516, 195, 124)
$Button1 = GUICtrlCreateButton("Exit", 224, 248, 75, 25)
$Checkbox1 = GUICtrlCreateCheckbox("InfSp", 88, 24, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox("200hp", 224, 24, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("GodMode", 352, 24, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("InfAmmo", 88, 56, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Mission", 224, 56, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("InstantRespawn", 352, 56, 97, 17)
$Checkbox7 = GUICtrlCreateCheckbox("Onehitkill", 88, 80, 97, 17)
$Checkbox8 = GUICtrlCreateCheckbox("IncreaseFire", 224, 80, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("Hitrange", 352, 80, 97, 17)
$Checkbox10 = GUICtrlCreateCheckbox("000/000Hp", 88, 120, 97, 17)
$Checkbox11 = GUICtrlCreateCheckbox("Invisible", 224, 120, 97, 17)
$Checkbox12 = GUICtrlCreateCheckbox("Speedhackrun", 352, 120, 97, 17)
$Checkbox13 = GUICtrlCreateCheckbox("Speedhackwalk", 88, 152, 97, 17)
$Checkbox14 = GUICtrlCreateCheckbox("Channelnolvl", 224, 152, 97, 17)
$Checkbox15 = GUICtrlCreateCheckbox("Suicide", 352, 152, 97, 17)
$Checkbox16 = GUICtrlCreateCheckbox("NoLaser", 160, 192, 97, 17)
$Checkbox17 = GUICtrlCreateCheckbox("Conquest", 296, 193, 65, 15)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)


While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","Long")
Else
_memorywrite($InfSp,$open,"2348303833","Long")
EndIf
Case $Checkbox2
If GUICtrlRead($Checkbox2) = 1 Then
_memorywrite($200hp,$open,"2348565979","long")
Else
_memorywrite($200hp,$open,"2348565977","long")
EndIf
Case $Checkbox3
If GUICtrlRead($Checkbox3) = 1 Then
_memorywrite($GodMode,$open,"2348565979","long")
Else
_memorywrite($GodMode,$open,"2348565977","long")
EndIf
Case $Checkbox4
If GUICtrlRead($Checkbox4) = 1 Then
_memorywrite($InfAmmo,$open,"2280231056","long")
Else
_memorywrite($InfAmmo,$open,"2280195446","long")
EndIf
Case $Checkbox5
If GUICtrlRead($Checkbox5) = 1 Then
_memorywrite($Mission,$open,"2425356720","long")
Else
_memorywrite($Mission,$open,"11042954","long")
EndIf
Case $Checkbox6
If GUICtrlRead($Checkbox6) = 1 Then
_memorywrite($InstantRespawn,$open,"138951424","long")
Else
_memorywrite($InstantRespawn,$open,"138951428","long")
EndIf
Case $Checkbox7
If GUICtrlRead($Checkbox7) = 1 Then
_memorywrite($Onehitkill,$open,"2348565979","long")
Else
_memorywrite($Onehitkill,$open,"2348565977","long")
EndIf
Case $Checkbox8
If GUICtrlRead($Checkbox8) = 1 Then
_memorywrite($IncreaseFire,$open,"990333579","long")
Else
_memorywrite($IncreaseFire,$open,"990136971","long")
EndIf
Case $Checkbox9
If GUICtrlRead($Checkbox9) = 1 Then
_memorywrite($Hitrange,$open,"2344895963","long")
Else
_memorywrite($Hitrange,$open,"2344895961","long")
EndIf
Case $Checkbox10
If GUICtrlRead($Checkbox10) = 1 Then
_memorywrite($000Hp,$open,"2348565976","long")
Else
_memorywrite($000Hp,$open,"2348565977","long")
EndIf
Case $Checkbox11
If GUICtrlRead($Checkbox11) = 1 Then
_memorywrite($Invisible,$open,"1435209872","long")
Else
_memorywrite($Invisible,$open,"1435177076","long")
EndIf
Case $Checkbox12
If GUICtrlRead($Checkbox12) = 1 Then
_memorywrite($Speedhackrun,$open,"2366073344","long")
Else
_memorywrite($Speedhackrun,$open,"2365811200","long")
EndIf
Case $Checkbox13
If GUICtrlRead($Checkbox13) = 1 Then
_memorywrite($Speedhackwalk,$open,"2240612202","long")
Else
_memorywrite($Speedhackwalk,$open,"2240611178","long")
EndIf
Case $Checkbox14
If GUICtrlRead($Checkbox14) = 1 Then
_memorywrite($Channelnolvl,$open,"1300992144","long")
Else
_memorywrite($Channelnolvl,$open,"1300962932","long")
EndIf
Case $Checkbox15
If GUICtrlRead($Checkbox15) = 1 Then
_memorywrite($Suicide,$open,"2348565983","long")
Else
_memorywrite($Suicide,$open,"2348565977","long")
EndIf
Case $Checkbox16
If GUICtrlRead($Checkbox16) = 1 Then
_memorywrite($NoLaser,$open,"1301115242","long")
Else
_memorywrite($NoLaser,$open,"1301094762","long")
EndIf
Case $Checkbox17
If GUICtrlRead($Checkbox17) = 1 Then
_memorywrite($Conquest,$open,"2348565970","long")
Else
_memorywrite($Conquest,$open,"990136971","long")
EndIf
EndSwitch
WEnd

Func _MemoryScan($ah_Handle, $pattern, $after = False, $iv_addrStart = 0x00000000, $iv_addrEnd = 0X0FFFFFFF, $step = 51200)
If Not IsArray($ah_Handle) Then
SetError(1)
Return -1
EndIf
$pattern = StringRegExpReplace($pattern, "[^0123456789ABCDEFabcdef.]", "")
If StringLen($pattern) = 0 Then
SetError(2)
Return -2
EndIf
For $addr = $iv_addrStart To $iv_addrEnd Step $step - (StringLen($pattern) / 2)
StringRegExp(_MemoryRead($addr, $ah_Handle, "byte[" & $step & "]"), $pattern, 1, 2)
If Not @error Then
If $after Then
Return StringFormat("0x%.8X", $addr + ((@extended - 2) / 2))
Else
Return StringFormat("0x%.8X", $addr + ((@extended - StringLen($pattern) - 2) / 2))
EndIf
EndIf
Next
Return -3
EndFunc ;==>_MemoryScan
08/30/2015 10:12 ☆ xKillua ☆#201
`.` I want to know how to make name changer and injector ^^ HaMaDa can u teach me? ^^
09/08/2015 21:39 ☆ xKillua ☆#202
Aaaaaaaaaaaaaaa help me Hamada pls ((((
What is wrong with my source code?
09/09/2015 00:07 HaMaDa..#203
Quote:
Originally Posted by #XxXAnimeXxX# View Post
Aaaaaaaaaaaaaaa help me Hamada pls ((((
What is wrong with my source code?

You also can make it _MemoryWrite($aaa,ProcessExists("S4Client.exe"),.. .)

Code:
 _memorywrite($200HP,ProcessExists("S4Client.exe"),"2348565979","long")
09/09/2015 06:33 ☆ xKillua ☆#204
Quote:
Originally Posted by HaMaDa.. View Post

You also can make it _MemoryWrite($aaa,ProcessExists("S4Client.exe"),.. .)

Code:
 _memorywrite($200HP,ProcessExists("S4Client.exe"),"2348565979","long")
Thanks for ur hard work :)
But for some reasons when I use 1 hit kill/hit range/fast fire and others, s4 crashes. 200 Hp and Inf sp works. And for me S4client.ex e isn't working, but S4client.exe works.
P.S. how to make name changer & f5 bot? o.o
09/09/2015 15:54 HaMaDa..#205
Quote:
Originally Posted by #XxXAnimeXxX# View Post
Thanks for ur hard work :)
But for some reasons when I use 1 hit kill/hit range/fast fire and others, s4 crashes. 200 Hp and Inf sp works. And for me S4client.ex e isn't working, but S4client.exe works.
P.S. how to make name changer & f5 bot? o.o
1. Maybe the values not working.
2. For the name changer i can't say here
3. F5Bot :


Code:
EndSwitch
Sleep(2000)
Send("{F5}")
Wend
09/09/2015 21:07 ☆ xKillua ☆#206
Quote:
Originally Posted by HaMaDa.. View Post
1. Maybe the values not working.
2. For the name changer i can't say here
3. F5Bot :


Code:
EndSwitch
Sleep(2000)
Send("{F5}")
Wend
Thanks, eh it's too sad that hack isn't working )
And how to make f5 bot? didn't understand ... I must write
Sleep(2000)
Send("{F5}")
between EndSwitch and Wend? Must I change something in koma?
11/11/2015 19:45 DJTinu#207
Bitte antworte schnell, mein problem:
Wenn ich auf das X oben recht drücke schließt sich der hack nicht. Keine ahnung woran es liegt.
11/11/2015 19:59 HaMaDa..#208
Quote:
Originally Posted by DJTinu View Post
Bitte antworte schnell, mein problem:
Wenn ich auf das X oben recht drücke schließt sich der hack nicht. Keine ahnung woran es liegt.
You're using a badly format to scan aob so use this way:

11/11/2015 20:01 DJTinu#209
Thank you so much <3 :)
11/12/2015 21:19 DJTinu#210
Sorry for this little spam but its not working pls help :/