[HELP]Make a autoit cheat for Nostale

09/06/2010 13:37 koppa#1
Pls help me, I have a pointer and offsets for a nostale hack but I'm noob:p and I do not know how to write in AutoIt to create a real cheat! You can give me a source of a cheat AutoIt? Pls:handsdown:. Thanks for your help


P.S.:Sorry for my english!
09/06/2010 13:49 17again#2
what foer cheat you have ?
09/06/2010 13:54 koppa#3
Its top secret but when I have a source code will make public the cheat!
09/06/2010 13:57 17again#4
no what can make the hack cheat have the speed hack or what ?
09/06/2010 13:59 koppa#5
No nothing of this! Pls Post source code of cheat!
09/06/2010 15:44 Δbraxas#6
There are no "cheats" in Autoit or what do you mean with this?
09/06/2010 16:45 Rorc#7
He wants a source of an AutoIT Hack.
Don't be Lazy and look for one with the Searchfunction. ;)
09/06/2010 18:44 koppa#8
I have search in this forum but I don't foundo nothing! Pls
09/06/2010 19:49 suiluJ.#9
Main source :
Code:
#RequireAdmin
#include <Pointer.au3>
$Adress1=;Your adress(0x00..)


Write()


func Write()
$pid=ProcessExists("YourClient.exe")
$Handle = _MemoryOpen($pid)
_MemoryWrite($Adress1,$Handle,22222,"dword")
EndFunc
Pointer au3
09/06/2010 20:28 koppa#10
It is for dynamic addy but I want a source code for pointer and offsets pls :(
09/06/2010 20:36 suiluJ.#11
func GetP()
$Baseadress=0x000
$Offset1=0x2
$Offset2=0x3
$BaseR=_MemoryRead($Baseadress,$Handle)
$Adress=_MemoryRead($BaseR+Offset1,$Handle)
$FinalAdress=$Adress+Offset2
return $FinalAdress
endfunc

in the Main script :
$xAdress=GetP()
09/07/2010 08:24 koppa#12
Thanks but don't works please give me a full code! Thanks Please!
09/08/2010 02:06 crackelda#13
Just browse in the AutoIT forums... Also help file in AutoIT is really useful