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

08/19/2015 23:26 AnimeLover-MY♥#106
Quote:
Originally Posted by HaMaDa.. View Post
Animelover here's your fixed code ~ Have fun.

can you please tell me the problem?

PS : how you get aob addreesS?
08/19/2015 23:40 ilove20#107
Quote:
Originally Posted by AnimeLover-MY♥ View Post
can you please tell me the problem?


You missed an EndIf thing in ya code. Next time if ya want to check what's wrong about ya code just go to tools and ya will find "SyntaxCheck prod" just press it and the error will be shown.
08/20/2015 00:05 ☆ xKillua ☆#108
Quote:
Originally Posted by AnimeLover-MY♥ View Post
can you please tell me the problem?

PS : how you get aob addreesS?
does hit range work for u?
08/20/2015 06:43 AnimeLover-MY♥#109
Quote:
Originally Posted by #XxXAnimeXxX# View Post
does hit range work for u?
can someone try my hack ? scare to open thread , scare not working , xD

inf sp - work
godmode - working in bar
1hit - not 1 hit but inf ammo
invisible - crash
200hp - not working
no laser - crash
speed both not working
suicide not working
inf ammo - crash
inst respwn not working
hit range crash

ah the trainer need some more looking , not all code are working properlyy , keep crashing , i will fix it

virustotal 0/56 : [Only registered and activated users can see links. Click Here To Register...]

the source here ,
08/20/2015 07:47 K4ZzE#110
Quote:
Originally Posted by #XxXAnimeXxX# View Post
like this?
75318B0D........894DDC8B15........8955D86A018B4DDC E8........50"



I have little question
Why u wrote Checkboxes from 3 to 1? xD
FOUND!!!!
= 3 Then
= 2 Then
= 4 Then
= 1 Then
Instead of 4,3,2 write 1 everywhere :3 mb it will work


when I use Channel No Lvl, s4 crashes. 000 Hp Works
Its just that i messed up the checkboxes when i finished the code so instead of replacing the line i just changed the numbers xD
08/20/2015 10:11 ☆ xKillua ☆#111
Quote:
Originally Posted by K4ZzE View Post
Its just that i messed up the checkboxes when i finished the code so instead of replacing the line i just changed the numbers xD
xD

Quote:
Originally Posted by AnimeLover-MY♥ View Post
can someone try my hack ? scare to open thread , scare not working , xD

inf sp - work
godmode - working in bar
1hit - not 1 hit but inf ammo
invisible - crash
200hp - not working
no laser - crash
speed both not working
suicide not working
inf ammo - crash
inst respwn not working
hit range crash

ah the trainer need some more looking , not all code are working properlyy , keep crashing , i will fix it

virustotal 0/56 : [Only registered and activated users can see links. Click Here To Register...]

the source here ,
why u send autoit file? Just press right click and Compile script

hm...and why invisible crash and 200hp not working?

200hp I fixed

about others I dont know xD
08/20/2015 12:30 Miketz#112
I started to make this trainer today but I have a problem when I want to open the hack
[Only registered and activated users can see links. Click Here To Register...]
Maybe I made something wrong but I'll show you the code ( sorry if it's wrong but it is the first time when I want to make a trainer and I can say that i'm noob , I wanted to add " Conquest hack " , but idk if that it's a good idea .... )
Quote:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <Trainer.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$SP = GUICtrlCreateCheckbox("SP", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Pid = ProcessExists("S4Client.exe")
$OPEN = _MemoryOpen ($Pid)


$SP = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" )
$Conquest = _MemoryScan (_MemoryOpen (ProcessExists ("S4client.exe")), "D945FC8BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC518 94DFC8D450850")


While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
Case $Checkbox1
If GUICtrlRead($Checkbox1) = 1 Then
_memorywrite($InfSp,$open,"Hacked","Long")
Else
_memorywrite($InfSp,$open,"Normal","Long")
EndIf
Case $CheckBox2
If GUICtrlRead($Checkbox2) = 2 Then
_memorywrite ($Conquest,$open,"Hacked","Long")
Else
_memorywrite ($Conquest,$opem,"Normal","Long")
EndIf
EndSwitch
WEnd
Can someone explain me how it is because i don't understand where I can find address for conquest or something like this . Thanks in advance :handsdown::handsdown:
08/20/2015 12:40 ☆ xKillua ☆#113
Quote:
Originally Posted by Miketz View Post
I started to make this trainer today but I have a problem when I want to open the hack
[Only registered and activated users can see links. Click Here To Register...]
Maybe I made something wrong but I'll show you the code ( sorry if it's wrong but it is the first time when I want to make a trainer and I can say that i'm noob , I wanted to add " Conquest hack " , but idk if that it's a good idea .... )

Can someone explain me how it is because i don't understand where I can find address for conquest or something like this . Thanks in advance :handsdown::handsdown:
xD u made epic fail :D instead of writting "hacked" and "normal", u must write hacked and normal VALUES...1 sec, I'll give u fixed


try to use this code

And here are hacked/normal values
[Only registered and activated users can see links. Click Here To Register...]
But about AOB I don't know
08/20/2015 12:42 AnimeLover-MY♥#114
Quote:
Originally Posted by Miketz View Post
I started to make this trainer today but I have a problem when I want to open the hack
[Only registered and activated users can see links. Click Here To Register...]
Maybe I made something wrong but I'll show you the code ( sorry if it's wrong but it is the first time when I want to make a trainer and I can say that i'm noob , I wanted to add " Conquest hack " , but idk if that it's a good idea .... )

Can someone explain me how it is because i don't understand where I can find address for conquest or something like this . Thanks in advance :handsdown::handsdown:


[spoiler]
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>

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

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
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

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
[/spoiler/
hope it work
08/20/2015 12:45 ☆ xKillua ☆#115
Quote:
Originally Posted by AnimeLover-MY♥ View Post
[spoiler]
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NoMadMemory.au3>

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

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Trainer", 385, 292, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("Inf Sp", 32, 16, 113, 25)
$Button1 = GUICtrlCreateButton("Exit", 104, 160, 161, 113)
$Conquest = GUICtrlCreateCheckbox("Conquest", 32, 48, 129, 25)
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

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
[/spoiler/
hope it work
why made only inf sp?
08/20/2015 12:47 AnimeLover-MY♥#116
Quote:
Originally Posted by #XxXAnimeXxX# View Post
why made only inf sp?
eh? he make only inf sp right? so ya i make only inf sp xD ! or i miss something ?
08/20/2015 12:49 ☆ xKillua ☆#117
Quote:
Originally Posted by AnimeLover-MY♥ View Post
eh? he make only inf sp right? so ya i make only inf sp xD ! or i miss something ?
in "he" u mean hamada or Miketz? xD miketz made conquest hack too
08/20/2015 12:50 Miketz#118
Quote:
Originally Posted by AnimeLover-MY♥ View Post
eh? he make only inf sp right? so ya i make only inf sp xD ! or i miss something ?
I wanted to try to make Conquest hack , do you can help me ?
08/20/2015 12:51 ☆ xKillua ☆#119
Quote:
Originally Posted by Miketz View Post
I wanted to try to make Conquest hack , do you can help me ?
I already sent u fixed code
08/20/2015 12:52 AnimeLover-MY♥#120
Quote:
Originally Posted by Miketz View Post
I wanted to try to make Conquest hack , do you can help me ?
XxXAnimeXxX already fix your source ,

Quote:
Originally Posted by #XxXAnimeXxX# View Post
in "he" u mean hamada or Miketz? xD miketz made conquest hack too
i mean Miketz

Quote:
Originally Posted by #XxXAnimeXxX# View Post
I already sent u fixed code