[Delphi] Wow ReadProcessMemory menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Dupheadss's Avatar Contributor CoreCoins Purchaser
    Reputation
    98
    Join Date
    Aug 2015
    Posts
    147
    Thanks G/R
    38/61
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    [Delphi] Wow ReadProcessMemory

    Hey, guys I friend of mine recently challenged me to write a wow bot in Delphi

    After pouring hours of google search, i cannot get the ReadProcessMemory Function to work in Delphi.

    It always throws "Incompatible types" or "identical var required"

    The player base address: 0x00E29D28 (2.4.3)

    The X cord offset: BF0 (2.4.3)

    If anyone can help I'd love you!
    Thanks

    [Delphi] Wow ReadProcessMemory
  2. #2
    r4zyel2's Avatar Banned CoreCoins Purchaser
    Reputation
    21
    Join Date
    Jan 2017
    Posts
    41
    Thanks G/R
    2/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dupheadss View Post
    Hey, guys I friend of mine recently challenged me to write a wow bot in Delphi

    After pouring hours of google search, i cannot get the ReadProcessMemory Function to work in Delphi.

    It always throws "Incompatible types" or "identical var required"

    The player base address: 0x00E29D28 (2.4.3)

    The X cord offset: BF0 (2.4.3)

    If anyone can help I'd love you!
    Thanks
    Set the last argument to SIZE_T

  3. Thanks Dupheadss (1 members gave Thanks to r4zyel2 for this useful post)
  4. #3
    Dupheadss's Avatar Contributor CoreCoins Purchaser
    Reputation
    98
    Join Date
    Aug 2015
    Posts
    147
    Thanks G/R
    38/61
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hey man thanks for the reply, I know it's a lot to ask for but do you happen to have any example code?

  5. #4
    culino2's Avatar Elite User
    Reputation
    336
    Join Date
    Feb 2013
    Posts
    181
    Thanks G/R
    139/72
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dupheadss View Post
    Hey man thanks for the reply, I know it's a lot to ask for but do you happen to have any example code?
    NativeUInt would also work.

    Code:
    var
      myBuffer: Cardinal;
      bytesRead: NativeUInt;
      hProc: THandle;
    begin
      { find, open process... }
      ReadProcessMemory(hProc, Pointer($b00b5), @myBuffer, SizeOf(myBuffer), bytesRead);
    end;

  6. #5
    r4zyel2's Avatar Banned CoreCoins Purchaser
    Reputation
    21
    Join Date
    Jan 2017
    Posts
    41
    Thanks G/R
    2/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by culino2 View Post
    NativeUInt would also work.

    Code:
    var
      myBuffer: Cardinal;
      bytesRead: NativeUInt;
      hProc: THandle;
    begin
      { find, open process... }
      ReadProcessMemory(hProc, Pointer($b00b5), @myBuffer, SizeOf(myBuffer), bytesRead);
    end;
    Culino still here around :P
    Broly7 here (hi)
    Both Delphi gods.

  7. Thanks culino2 (1 members gave Thanks to r4zyel2 for this useful post)

Similar Threads

  1. Wow hack for 2.3.3 [Open Source] Delphi
    By robotkid in forum WoW Memory Editing
    Replies: 15
    Last Post: 05-23-2018, 10:53 PM
  2. Get your first mount in WoW easily
    By Matt in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-03-2006, 09:46 PM
  3. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
  4. Free WoW Glider 0.5.3 Loader
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 03-12-2006, 01:00 PM
All times are GMT -5. The time now is 10:36 PM. 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