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

08/20/2015 23:29 AnimeLover-MY♥#166
Quote:
Originally Posted by HaMaDa.. View Post
It works but i think u should fix the normal / hacked values.
whichone should i change?
08/20/2015 23:34 HaMaDa..#167
Quote:
Originally Posted by AnimeLover-MY♥ View Post
whichone should i change?
Fixed all of them.

08/20/2015 23:50 AnimeLover-MY♥#168
Quote:
Originally Posted by HaMaDa.. View Post
Fixed all of them.

i dont know why it keep crashing for me xD
08/20/2015 23:53 HaMaDa..#169
Quote:
Originally Posted by AnimeLover-MY♥ View Post
i dont know why it keep crashing for me xD
Delete the space between lo ng and make it long.
08/21/2015 00:12 AnimeLover-MY♥#170
Quote:
Originally Posted by HaMaDa.. View Post
Delete the space between lo ng and make it long.
haha LOL the source code is not the same with what im write on "checkbox" xD ,
08/21/2015 00:24 lphawolf#171
HaMaDa i start to make project from first but you make different think i cant make it in tutorial you said to start autoit left click and new then autoit when i do left click and new autoit dosn't appear what i do
08/21/2015 00:28 HaMaDa..#172
Quote:
Originally Posted by lphawolf View Post
HaMaDa i start to make project from first but you make different think i cant make it in tutorial you said to start autoit left click and new then autoit when i do left click and new autoit dosn't appear what i do
Go to C:/Programfiles 86/Autoit/Scite/Scite then left click and click edit or open and it should appear.

[Only registered and activated users can see links. Click Here To Register...]
08/21/2015 00:50 Djordyy#173
Quote:
Originally Posted by HaMaDa.. View Post
Go to C:/Programfiles 86/Autoit/Scite/Scite then left click and click edit or open and it should appear.

[Only registered and activated users can see links. Click Here To Register...]
Nop^^ He's having the same thing as me i guess.
Au3 files are having the Koda logo.
And they will be opened with koda.
08/21/2015 00:57 HaMaDa..#174
Quote:
Originally Posted by Djordyy View Post
Nop^^ He's having the same thing as me i guess.
Au3 files are having the Koda logo.
And they will be opened with koda.
Maybe reinstall au3 or just click on " Open with " and open it in au3.
08/21/2015 01:12 lphawolf#175
ok after i finish the source code i press on tools then compile thats right or wrong
08/21/2015 01:14 HaMaDa..#176
Right.
08/21/2015 01:16 lphawolf#177
but my code dosn't work
when i press on infsp nothing happen

Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>

$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D")

#Region ### START Koda GUI section ### Form=
$alphawolf = GUICreate("alphawolf", 615, 437, 192, 124)
$Exit = GUICtrlCreateButton("Exit", 240, 208, 75, 25)
$Checkbox1 = GUICtrlCreateCheckbox("InfSp", 248, 176, 97, 17)
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 $Exit
Exit
    Case $Checkbox1
    If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","Long")
Else
_memorywrite($InfSp,$open,"2348303833","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/21/2015 01:20 HaMaDa..#178
Quote:
Originally Posted by lphawolf View Post
but my code dosn't work
when i press on infsp nothing happen

Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>

$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.exe")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D")

#Region ### START Koda GUI section ### Form=
$alphawolf = GUICreate("alphawolf", 615, 437, 192, 124)
$Exit = GUICtrlCreateButton("Exit", 240, 208, 75, 25)
$Checkbox1 = GUICtrlCreateCheckbox("InfSp", 248, 176, 97, 17)
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 $Exit
Exit
    Case $Checkbox1
    If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"2348303835","Long")
Else
_memorywrite($InfSp,$open,"2348303833","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
Nah, it should work.
08/21/2015 02:20 lphawolf#179
HaMaDa i do every thing see in this video and the trainer when i press in infsp

nothing happens

in this video

[Only registered and activated users can see links. Click Here To Register...]
08/21/2015 03:00 Djordyy#180
Quote:
Originally Posted by lphawolf View Post
HaMaDa i do every thing see in this video and the trainer when i press in infsp

nothing happens

in this video

[Only registered and activated users can see links. Click Here To Register...]
Video is private so no one can watch it. xd