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

08/18/2015 13:38 [Beatrice]#46
Quote:
Originally Posted by #XxXAnimeXxX# View Post
ops xD

So I did everything like in tuto
Sure you have nomad?
08/18/2015 13:41 ☆ xKillua ☆#47
Quote:
Originally Posted by [Beatrice] View Post
Sure you have nomad?
Idk how to use it '_'

Must I copy everything from nomad and paste in my script?
Edit: works

And can I ask? How to make for example inf hp, ammo, mission clear and etc?
08/18/2015 19:19 HaMaDa..#48
Quote:
Originally Posted by #XxXAnimeXxX# View Post
Idk how to use it '_'

Must I copy everything from nomad and paste in my script?
Edit: works

And can I ask? How to make for example inf hp, ammo, mission clear and etc?
Just use _memorywrite($Infammoaob ;add it,$open,"Add here the hacked value","Add here the type")
08/18/2015 20:23 AnimeLover-MY♥#49
just asking , if i use simple Microsoft VB for make it hack is that ok?
08/18/2015 20:27 HaMaDa..#50
Quote:
Originally Posted by AnimeLover-MY♥ View Post
just asking , if i use simple Microsoft VB for make it hack is that ok?
Why not?
08/18/2015 20:55 AnimeLover-MY♥#51
Quote:
Originally Posted by HaMaDa.. View Post
Why not?
so it can ? ok then im gonna do my second hack xD ! but where can i get code / comamnd ? like Sp inf? and bypass?
08/18/2015 21:54 HaMaDa..#52
Quote:
Originally Posted by AnimeLover-MY♥ View Post
so it can ? ok then im gonna do my second hack xD ! but where can i get code / comamnd ? like Sp inf? and bypass?
Idk iam coding in autoit.
08/18/2015 21:58 ☆ xKillua ☆#53
So it must look like this?
If GUICtrlRead($Checkbox1) = 1 Then
Code:
_memorywrite($InfSpMEMSCAN,$open,2348303835,"long")
Else
_memorywrite($InfSpMEMSCAN,$open,2348303833,"long")
EndIf
_memorywrite($InfAmmoMEMSCAN,$open,1005081993,"long")
Else
_memorywrite($InfAmmoMEMSCAN,$open,1005081995,"long")
EndIf
But I get error:"Else" statement with no matching "lf" statement
08/18/2015 22:03 HaMaDa..#54
Quote:
Originally Posted by #XxXAnimeXxX# View Post
So it must look like this?
If GUICtrlRead($Checkbox1) = 1 Then
Code:
_memorywrite($InfSpMEMSCAN,$open,2348303835,"long")
Else
_memorywrite($InfSpMEMSCAN,$open,2348303833,"long")
EndIf
_memorywrite($InfAmmoMEMSCAN,$open,1005081993,"long")
Else
_memorywrite($InfAmmoMEMSCAN,$open,1005081995,"long")
EndIf
But I get error:"Else" statement with no matching "lf" statement
Else > Need If For example
If GuiCtrlRead(....)
_memorywrite(...)
Else
_memorywrite(...)
EndIf

And why MEMSCAN? just use InfSp , InfAmmo
08/18/2015 22:17 ☆ xKillua ☆#55
Quote:
Originally Posted by HaMaDa.. View Post
Else > Need If For example
If GuiCtrlRead(....)
_memorywrite(...)
Else
_memorywrite(...)
EndIf

And why MEMSCAN? just use InfSp , InfAmmo
thanks, BUT x'D now I have Error: Duplicate function name.

Func_MEMSCAN($AH_HANDLE,$AB_ARRAY,$BASE_ADD=0x0040 0000,$STOP_ADD=0xFFFFFFFFF

Edit: fixed. Now going to try ^^
Hm....When I press Inf Ammo, nothing happens(doesn't work) and when I press Inf sp, it gives Error: Variable used without being declared. Sorry for annoying
08/19/2015 00:01 AnimeLover-MY♥#56
Quote:
Originally Posted by #XxXAnimeXxX# View Post
thanks, BUT x'D now I have Error: Duplicate function name.

Func_MEMSCAN($AH_HANDLE,$AB_ARRAY,$BASE_ADD=0x0040 0000,$STOP_ADD=0xFFFFFFFFF

Edit: fixed. Now going to try ^^
Hm....When I press Inf Ammo, nothing happens(doesn't work) and when I press Inf sp, it gives Error: Variable used without being declared. Sorry for annoying
if your hack work fine , please teach me :p
08/19/2015 00:05 HaMaDa..#57
Quote:
Originally Posted by #XxXAnimeXxX# View Post
thanks, BUT x'D now I have Error: Duplicate function name.

Func_MEMSCAN($AH_HANDLE,$AB_ARRAY,$BASE_ADD=0x0040 0000,$STOP_ADD=0xFFFFFFFFF

Edit: fixed. Now going to try ^^
Hm....When I press Inf Ammo, nothing happens(doesn't work) and when I press Inf sp, it gives Error: Variable used without being declared. Sorry for annoying
Give me your source.
08/19/2015 00:09 AnimeLover-MY♥#58
btw hamada , how can i read code/command/source in trainer?

btw should i change this "$InfSp = _MemoryScan(_MemoryOpen(ProcessExists("S4Client.ex e")),"D945F88BE55DC3CCCCCCCCCCCCCC558BEC51894D" ) " to hacked one? or i wrote the hacked/normal code here "_memorywrite($InfSp,$open,"Hacked","Long")
Else
_memorywrite($InfSp,$open,"Normal","Long")"
08/19/2015 09:42 ☆ xKillua ☆#59
Quote:
Originally Posted by HaMaDa.. View Post
Give me your source.
If u mean this....
08/19/2015 10:03 AnimeLover-MY♥#60