Read string in other process menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Kickupx's Avatar Active Member CoreCoins Purchaser
    Reputation
    29
    Join Date
    Mar 2013
    Posts
    27
    Thanks G/R
    12/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Read string in other process

    Some games uses strings to store data about the game.
    For this reason I often want to search for substring and then read in the whole string.

    Using botkitty it is done like this:
    Code:
    public static class ProcessOps
    {
        public static string[] MemFullStrings(this IProcess process, string substring)
        {
            var matches = process.MemFind(substring);
            var result = new string[matches.length];
    
            for(var i = 0; i < matches.length; ++i)
                 result[i] = process.MemReadString(matches[i]);
            return result;
        }
    }
    This is an extension method allowing you to call it like this:

    Code:
    IProcess process = ...;
    var full_strings = process.MemFullStrings("substring");
    Have fun

    Read string in other process
  2. Thanks Neer, Willy (2 members gave Thanks to Kickupx for this useful post)
  3. #2
    Willy's Avatar Elite User
    CoreCoins Purchaser
    Reputation
    478
    Join Date
    Mar 2007
    Posts
    682
    Thanks G/R
    147/124
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is great! You should also link to this thread from the BotKitty thread so that people can find some examples

  4. Thanks Kickupx (1 members gave Thanks to Willy for this useful post)
  5. #3
    Kickupx's Avatar Active Member CoreCoins Purchaser
    Reputation
    29
    Join Date
    Mar 2013
    Posts
    27
    Thanks G/R
    12/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by willy t3h whale View Post
    This is great! You should also link to this thread from the BotKitty thread so that people can find some examples
    Thanks for your support man!
    Will do it

Similar Threads

  1. Reading strings from WDB cache files.
    By Nesox in forum WoW Memory Editing
    Replies: 4
    Last Post: 06-08-2013, 03:03 PM
  2. Reading Chat Out-of-Process
    By RiseAndShine in forum WoW Memory Editing
    Replies: 9
    Last Post: 06-06-2009, 02:10 AM
  3. [Guide][VB.NET] Reading a String From Memory
    By Gothian in forum WoW Memory Editing
    Replies: 14
    Last Post: 01-18-2008, 12:08 PM
  4. read what other faction is saying!!
    By sm0k3d in forum World of Warcraft Exploits
    Replies: 23
    Last Post: 05-31-2007, 10:08 PM
  5. Account Scam ABOVE ALL OTHERS! READ!
    By shadow_flame42 in forum WoW Scam Prevention
    Replies: 17
    Last Post: 04-25-2007, 06:44 PM
All times are GMT -5. The time now is 11:22 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search