Jump to content

Nomad Memory pointer and .dll


Recommended Posts

Hello,

I tried to search and do it solo but i'm trying 3 days and just cant. Please help me.

I need to get value from hex (screen-2) 0x174CC218 but after restart program it's always 0x????C218. Value is (screen-3) = 95231

First i need get this hex, that's why i need pointer (screen-1)

Offset here is C58

Address for pointer is (important): CardsDLLzf.dll+1aee54

This is the biggest problem for me, i can't read pointer cuz it's not hex value. Don't know what i can do for getting hex from "CardsDLLzf.dll"+1aee54".

Posted Image

My example:

Global $PID = ProcessExists("exe")
Global $HMem = _MemoryOpen($pid)
Const $offset[2] = [0, Dec("C58")]

$mem = _MemoryPointerRead('CardsDLLzf.dll+1aee54', $HMem, $offset)

While 1
  if $mem[1] <> 0 Then
      MsgBox(0,$mem,@error)
      MsgBox(0,$mem[1], $mem[0])
  EndIf
WEnd

Please, if someone can help... Thanks in advance :)

Link to comment
Share on other sites

  • Moderators

ZwinnyRolnik,

All the hits I get when I Google "CardsDLLzf.dll" point to the "FIFA 12/13" footbal game. :(

You have been here long enough to know that we have Forum rules (there is also a link at bottom right of each page) - so why should this thread not be locked? :huh:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Hey,

You still here :D Remember You, always helpful.

Yes it's Fifa 13 but i don't have original version and it is not online but offline game.

All I want is to retrieve the value of money. No more.

Please, too much time wasted, I need to know now. AutoIt scripting is like a passion and when I start I have to finish.

Link to comment
Share on other sites

  • Moderators

ZwinnyRolnik,

So which part of:

"Do not ask for help with AutoIt scripts [...] on the following subjects:

[...]script interaction with games [...] regardless of the game

[...]"

do you feel does not apply to you? :huh:

The answer is: All of it apples to you. Thread locked. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...