User Tag List

Results 1 to 6 of 6

Thread: Memory Object question

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2007
    Location
    Poland
    Posts
    232
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Memory Object question

    Hello
    I would like to learn how to use Memory Object... I asked some people to learn about it all and I have tried to read HP of my player in game Knight Online. I used program Art-Money to read value address of current health ( 070C5000 ) and I would like to read it into MMF. I opened calculator, put 070C5000 in HEX and changed it into DEC 118247424. In MMF I've done
    Start of frame:
    - Memory Object: Open process "KnightOnLine.exe"
    - Counter: set value to ReadProcessInteger( "Memory object", 118247424)

    Counter always sets itself to 0...

    [size:17pt][color:#FF0000]Important! I don't want to make bot to online games or something, lol, I just wanna learn memory object.[/color][/size]

    Thanks, Grim

  2. #2
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory Object question

    Hehe, of coarse not. :grin:

    okey, there is a number of possibilities:

    *You may have an out off date version of the memory object (all but the newest don't really really work)

    *You may be calling the wrong data type (see if your Art-Money tells you about the address (as in 4 byte/2 byte))

    *you may also be calling the process by the wrong name, remember that if it is a professional game they might make there process an acronym or remove the file syntax... your Art-Money should help with that too.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory Object question

    He has the latest. The old version used an old version of rSDK which had problematic expressions, causing it to crash.

  4. #4
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2007
    Location
    Poland
    Posts
    232
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory Object question

    As Jamie said, I have latest This value is integer 4 bytes, so what can I do with this?

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory Object question

    Perhaps it has some kind of protection? Or the memory address changes every time?

  6. #6
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2007
    Location
    Poland
    Posts
    232
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Memory Object question

    it could be, I tried next time and that value was different

Similar Threads

  1. Question about Memory / Debug / Run Toolbar
    By Maverick in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 20th June 2013, 08:42 AM
  2. Little question about objects loaded in memory
    By paobrasil in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 23rd May 2012, 04:21 PM
  3. Memory Object - Additional Memory Types
    By Cudmuffin in forum Extension Development
    Replies: 0
    Last Post: 22nd November 2011, 11:43 AM
  4. Memory Object - Deallocate Memory??
    By LB in forum Extension Development
    Replies: 1
    Last Post: 1st June 2011, 10:26 PM
  5. Memory question
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 17th March 2011, 09:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •