Relisek Posted December 9, 2016 Share Posted December 9, 2016 Hi My script doesnt read memory correct have a look #include <NomadMemory.au3> $Adresse = 0x614FB10C Dim $Offset[2] = [0, 0x0] while 1 $Process = _MemoryOpen(ProcessExists("Nastarius.exe")) If Not @error Then $Value = _MemoryPointerRead($Adresse, $Process, $Offset) If Not @error Then ToolTip($Value[1],0,0) _MemoryClose($Process) EndIf Sleep(100) WEnd http://imgur.com/a/o0uJZ As on screen you can see the process is Nastarius.exe and the pointer adress shows value 275 but if i ran the scirpt it shows 0 Dunno why, maybe there's some kind of protection like kernel or something? Link to comment Share on other sites More sharing options...
Relisek Posted December 9, 2016 Author Share Posted December 9, 2016 <?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>2</ID> <Description>"No description"</Description> <LastState Value="275" RealAddress="02710340"/> <VariableType>4 Bytes</VariableType> <Address>614FB10C</Address> <Offsets> <Offset>0</Offset> </Offsets> </CheatEntry> </CheatEntries> </CheatTable> Copied from cheatengine Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted December 9, 2016 Moderators Share Posted December 9, 2016 Relisek, I am feeling generous - final warning to read the Forum rules to which you were pointed here. Next time you get removed - thread locked. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Developers Jos Posted December 9, 2016 Developers Share Posted December 9, 2016 @Relisek, you really need to consider yourself lucky as you have gotten some naughty-spot time from me after simply ignoring my warning. Jos 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. Link to comment Share on other sites More sharing options...
Recommended Posts