SeMgA 0 Posted November 16 (edited) Good afternoon, tell me please, I have a code #include <NomadMemory2.au3> $AdresseX = 0x001BBB90 $AdresseY = 0x12FF9F6C Dim $OffsetX[2] = [0, 0x34] Dim $OffsetY[2] = [0, 0x34] While 1 $Process = _MemoryOpen(ProcessExists("Client.exe")) If Not @error Then $ValueX = _MemoryPointerRead($AdresseX, $Process, $OffsetX, 'Float') $ValueY = _MemoryPointerRead($AdresseY, $Process, $OffsetY, 'Float') If Not @error Then ToolTip($ValueX[1], 0, 0) If Not @error Then ToolTip($ValueY[1], 100, 0) _MemoryClose($Process) EndIf Sleep(100) WEnd But I would like him to find the base address as in the picture Please tell me how to do this Edited November 16 by Jos Fixed Codebox Share this post Link to post Share on other sites
Jos 1,858 Posted November 16 @SeMgA, I've fixed the codebox stuff in your post. Also ensure you have read our forum rules as this type of code is in general used for Game automation....right? Jos Hide Jos's signature Hide all signatures SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
Jos 1,858 Posted November 16 (edited) Yes? So you are automating a game? Edited November 16 by Jos Hide Jos's signature Hide all signatures SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
SeMgA 0 Posted November 16 yes, the picture shows a link to one of the coordinates in the game, as soon as I understand how to read it, add a second coordinate and teach the character to walk Share this post Link to post Share on other sites
Jos 1,858 Posted November 16 (edited) As stated: Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team Edited November 16 by Jos Hide Jos's signature Hide all signatures SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites