ZwinnyRolnik Posted March 27, 2013 Posted March 27, 2013 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) = 95231First i need get this hex, that's why i need pointer (screen-1)Offset here is C58Address for pointer is (important): CardsDLLzf.dll+1aee54This 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".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 WEndPlease, if someone can help... Thanks in advance
Moderators Melba23 Posted March 27, 2013 Moderators Posted March 27, 2013 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? 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
ZwinnyRolnik Posted March 27, 2013 Author Posted March 27, 2013 Hey, You still here 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.
Moderators Melba23 Posted March 27, 2013 Moderators Posted March 27, 2013 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? The answer is: All of it apples to you. 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
Recommended Posts