-
Offset Finder
Offset Finder
Description
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...
This software is compatible with World of Warcraft and any other programs that exist (aion, ...).
Use
Download and install FrameWork 3.5 :
.NET Framework 3.5
Virus scan:
VirusTotal - Free Online Virus, Malware and URL Scanner
Download Offset Finder : http://www.multiupload.nl/T0AJN5OF5X
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.
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>
Update:
24/11/2010 - Add Module Support.
- Edit Wow offset.xml
11/10/2010- Add Create Pattern.
08/10/2010 - Add Modules dump in Dump all Info and Add the Source code.
Ps: For dump the descriptors use this program: http://www.mmowned.com/forums/world-...urce-code.html
Ps2: More Patterns here: http://www.mmowned.com/forums/world-...rn-finder.html (thank SwInY)
Last edited by RivaLfr; 01-25-2013 at 06:00 AM.
-
Post Thanks / Like - 1 Thanks
SolonHH (1 members gave Thanks to RivaLfr for this useful post)
-
Interesting. Suggestion: use the XML format some other people are already using. Check out http://www.mmowned.com/forums/world-...rk-2010-a.html
-
Member
Does it work for private server“s ?
-
Active Member
Originally Posted by
Floppixx
Does it work for private server“s ?
It must do since it's the same client.
-
Active Member
-
Banned
merci pour cette appli ^^
-
Sergeant Major
Originally Posted by
Steveiwonder
Is this safe?
If you know how to use offsets then you should know this program only uses memoryreading.
Last edited by Syltex; 09-12-2010 at 04:05 PM.
-
Originally Posted by
Syltex
If you know how to use offsets then you should know this program only uses memoryreading.
Duh, these magical things called offsets aren't used when writing memory! DUH!
-
Originally Posted by
Floppixx
Does it work for private server“s ?
Work for all windows program if you have the list of pattern corresponding at your program.
Originally Posted by
Steveiwonder
Is this safe?
Yes, and if you are afraid you're not obligated to connect you to the account, you can not install WoW and run wow.exe, you let the error message and you connect offsetfinding to wow.exe and it work.
-
New update: Add Modules dump in Dump all Info and Add the Source code.
-
Sergeant Major
Isn't "Offset Finder" a better name?
-
Yes, it is more appropriate.
-
Contributor
Originally Posted by
Syltex
Isn't "Offset Finder" a better name?
NO! This program is obviously meant to make offset finding a scary, daring, but absolute blockbuster adventure. Offset Finding By RivaL will do fine.
Plus, I bet "Offset Finder" has been used many, many, times before.
-
Sergeant Major
Originally Posted by
suicidity
Plus, I bet "Offset Finder" has been used many, many, times before.
Hmm maybe "Offset Finder v1337 By tha RivaLfr"
-
Thank