Bishop12 Posted March 16, 2020 Posted March 16, 2020 Hi Guys i just want to ask is there any way to use this Adress to read on Autoit NomadMemory Example : >> 004589B7 i want this adress to be read but i already did all things but still no lock ill attach my NomadMemory Here my Example how i test it #Include "NomadMemory.au3" TEST() ;;Base = Adress = 004589B7 Func TEST() Sleep(1000) Local $base = 0x004589B7 Local $hopen, $sread1 $hopen = _MemoryOpen(WinGetProcess("Calc.exe")) $sread1 = _MemoryRead($base , $hopen) Global $result = _MemoryRead($hopen, $sread1, 'dword') MsgBox(0,""," = " & $result) EndFunc always return 0 and i dont know what is the problem but for sure i have mistake on how should i call it in memory any one can help ?? NomadMemory.au3
Moderators JLogan3o13 Posted March 16, 2020 Moderators Posted March 16, 2020 And how is this different than your other thread? ====Again, a Mod stepping in==== "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Bishop12 Posted March 22, 2020 Author Posted March 22, 2020 difference ? isnt make sense asking what is difference seriously this is how should i call that adress i didnt ask if how to freeze or unfreeze btw do you have brain either ? you dont know the difference between on those question ?
Bishop12 Posted March 22, 2020 Author Posted March 22, 2020 im just trying to know more on autoit and asking on experts since this is autoit thread and im not asking for any automate apps or what im just asking how should i proper call every memory or how can i call that kind of adress on autoit ?
Bishop12 Posted March 22, 2020 Author Posted March 22, 2020 is there any moderator their can comment here i dont need brainless moderator .... this is Thread for Autoit General Help and Support this is not Integoration either ? you look like POLICE that always ask members on their problem why you dont just answer us if you dont know then keep shut up . im not insulting you either but if you dont have answer just keep your mouth ok dont comment either .
Developers Jos Posted March 22, 2020 Developers Posted March 22, 2020 4 minutes ago, Bishop12 said: is there any moderator their can comment here i dont need brainless moderator ... Ok... this is not acceptable here so you will not be allowed in our forums anymore. Jos Earthshine 1 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.
Recommended Posts