It looks like you are using autoit.
$offset[0] is one location in an array, you need to make the others [1] [2] [3] ... [n] where n is the number of offsets -1
secondly, I dont know how your function call is set up, but i wrote custom code in mine to allow myself to use an array as a pointer
third, ffxivgame.exe = 0x00400000, so you need to add that to your offset.
that is because the file you are looking for is not the header of that section in memory. you need to determine where the start of this array is, that is the value that will have a meaningfull "writes to" response.
once you get it right, you can learn how to do it must faster
for example, once you find your example above 104, 8, 0, etc... on the next update you can just pointerscan and put in 104, 8, 0, etc... into the offset box to find the base address faster.
For all my bots it takes less than 10 minutes to update the offsets. just SE likes to move things around, or add/delete data in the gui from time to time which causes a little more pain but not too bad.
memory pointer 09/10/2012 - General Gaming Discussion - 5 Replies hi, i was wondering if any1 got the latest memory pointer for hero online schlatterbot becuz i had a few friends who were familiar with cheat engine and they still can't figure out the code for it. any help would be great thank you
Memory Pointer prüfen. 02/07/2012 - C/C++ - 10 Replies Ich habe ein Problem, und hoffe ihr könnt mir helfen.
Ich habe in einer While schleife, ein paar funktionen, welche nur unter der bedingung funktionieren, dass der spieler in einem spiel ist.
Und dazu muss ich in der While schleife, angeben, dass der Pointer, valide ist.
Allerdings kommt bei der überprüfung ein crash, wenn der pointer nicht valide ist.
Hier das stück source.
C# Memory Pointer 08/28/2011 - .NET Languages - 0 Replies Hallo,
Wollte einmal fragen ob man Memory Pointer in C# genauso wie
In AutoIt verwendet also damit meine ich,
Mit BaseAdresse Memory lesen und dann die Offsets hinzufügen.
Wäre dankbar für eine antwort oder wenn es gehen würde ein Beispiel.
Regards
.Haru*
C++ Pointer Memory 12/24/2010 - C/C++ - 5 Replies Hallo zusammen,
ich bin aktuell dabei meine ganzen autoit botfunctions in c++ umzusetzen.
aktuell habe ich ein problem mit der memory. das auslesen und schreiben geht generell schon.
Beispielaufruf
m_objFenster.MemoryRead(adr_death, sizeof(int));
Funktion
[VB.NET] Need help - memory reading from pointer 09/03/2010 - .NET Languages - 2 Replies Hi,
i'm kinda beginner in memory editing, the only experience i got is vb6 and vb.net - and basic CE skills. However i could get the pointer and the offset for a memory address, it works, tested.
Next step is the reading of this value with a vb.net application. I have been googleing for 2 days, got some codes, wrote some by myself, but none of them seems to work.
Could anyone help me a bit?
Thank you,
Regards