This software can automatically find the offsets in the program with FindPattern.
This software extracts the offset format AutoIt, C # and INI, and the ''dump button'' for all information on every offset and its current value...
Offset Finder is compatible with World of Warcraft and any other programs that exist (aion etc).
Use
Download and install FrameWork 3.5 : .NET Framework 3.5
Add or Edit the pattern list
Go to the dir ‘’PatternList’’, in the rar i have integret ‘’ Wow Offset.xml’’. Open this with Notepad++ for sample.
Update:Code:<?xml version="1.0"?> <PatternList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <processName>Wow</processName> <!-- Name of .exe --> <baseModuleName>Wow.exe</baseModuleName> <!-- Module name (empty if no module) --> <Patterns> <!-- Start list Pattern --> <Pattern> <!-- Start Pattern 1 --> <offsetName>playerBase</offsetName> <!-- Offset Name --> <pattern>8B 0D FF FF FF FF 83 C4 04 3B CB 74 34 39 99 FF</pattern> <!-- Bytes search (Max 16) --> <mask>xx????xxxxxxxxx?</mask> <!-- Mask of bytes search: x = equal | ? = Any value --> <offsetLocation>2</offsetLocation> <!-- Bytes between the beginning of pattern (pattern base) and offset was found (sample -4 ou 7)--> <type>int</type> <!-- Type of the offset value: int ou int64 ou string ou float --> </Pattern> <!-- End Pattern 1 --> <Pattern> <!-- Start Pattern 2 --> <offsetName>targetGuid</offsetName> <pattern>8B 45 08 8B 35 FF FF FF FF 8B 3D FF FF FF FF 6A</pattern> <mask>xxxxx????xx????x</mask> <offsetLocation>5</offsetLocation> <type>int64</type> </Pattern> <!-- And Pattern 2 --> </Patterns> <!-- End list of Patterns --> </PatternList>
2010-11-24:
- Add Module Support.
- Edit Wow offset.xml
2010-10-11:
- Add Create Pattern.
2010-10-08
- Add Modules dump in Dump all Info and Add the Source code.
Author: RivaL
P.S. Source code for this app: https://progamercity.net/c-code/2018...urce-code.html
Please register or login to download attachments.