Jump to content

iCali

Active Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by iCali

  1. I have the memory problem controlled, it uses the process information to help construct the offset, I'm just looking for the place the memory is stored, I already have it statically laid out. Where do you take classes for this kind of stuff? I can't seem to find any good tutorials online, and my High School offers no coding classes, I've had to teach myself, which I've also herd, leads to bad coding habits. - Edit - Just looked at that website, it looks like they are focusing on "exploits" what I'm doing isn't exploiting, I just want to use memory that you already have access to like "HP", "MP", "EXP", "Level" and use them to construct some basic form of AI to send button pushes.
  2. Not really 'exploiting' but it would be more closer to the 'botting' category. Basically if $TARGET > 1 send("Attack Key") <--- obviously not code :D
  3. I'm looking for basically how to find the offset from where the programs memory is stored. I know it's dynamic, but I've taken that into account in the code. So basically, I need a way to find the offset "0xFF" from an address "FFFFFFFF" using a debugger (I use OllyDbg because it was recommended to me, if you have a better recommendation, I would love to check it out :D)
  4. Thanks for the help but it's not like that. I'm using it to read memory from a program to send back information if a circumstance is met. like $Health = _MemoryRead($ADDR_Health, $PROCESS_INFO) if ($Health &lt; $HEAL_Health) Then ... so basically that one would be a start to an auto healer. If you haven't figured this out, I'm working on autos. ~iCali
  5. Just a quick question. How do you go by obtaining offsets from an address. I use TSearch and OllyDbg. Help would be appreciated. (I'm looking for the byte that looks like 0x14, 0x04, 0x0C and stuff like that). ~ iCali
×
×
  • Create New...