AutoPots Release 1 menu

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 52
  1. #16
    zeloch's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thnx again )

    AutoPots Release 1
  2. #17
    SixofBorg's Avatar Private
    Reputation
    11
    Join Date
    Mar 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blackvoid View Post
    I can't run the program it said that MSVCP100D.dll is missing from my computer. I try to look it up and see if there is a solution. No luck. Do you know how I fix that problem?

    Thanks!


    I'm having this same issue, and also tried installing the dll to system32 no luck not sure what the deal is.

  3. #18
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SixofBorg View Post
    I'm having this same issue, and also tried installing the dll to system32 no luck not sure what the deal is.
    Not sure really... all i know is i have tested on windows 7 on two computers and its working fine on both.

    Maybe some googling will help you.

  4. #19
    SixofBorg's Avatar Private
    Reputation
    11
    Join Date
    Mar 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zewt View Post
    Not sure really... all i know is i have tested on windows 7 on two computers and its working fine on both.

    Maybe some googling will help you.
    heres some damn googling


    it is my guess another version of this file exists with the name:
    MSVCP100.dll
    which is not meant for the debug build of the application.

    I'm thinking not compiled for others use properly damn you google...damn you.

  5. #20
    DrunkenDonkey's Avatar Member
    Reputation
    2
    Join Date
    Aug 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zewt, in order to not have external dlls needed you need to tweak few options in visual studio - in project properties find General->Use of MFC and switch it to "Use Standard Windows Libraries", then go to C/C++->Code Generation->Runtime Library and switch it to Multi-threaded.

    You can always check if the exe is going to require more dlls with Dependency Walker (depends.exe) Home Page
    If there are no msvsomethign.dll required as imports, only user/kernel/etc then you are good to go.

  6. #21
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DrunkenDonkey View Post
    Zewt, in order to not have external dlls needed you need to tweak few options in visual studio - in project properties find General->Use of MFC and switch it to "Use Standard Windows Libraries", then go to C/C++->Code Generation->Runtime Library and switch it to Multi-threaded.

    You can always check if the exe is going to require more dlls with Dependency Walker (depends.exe) Home Page
    If there are no msvsomethign.dll required as imports, only user/kernel/etc then you are good to go.


    Thank you I will rebuild it.

  7. #22
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So now i get tons of build errors when i switch to just /MT multithreaded
    Last edited by zewt; 05-21-2012 at 05:56 PM.

  8. #23
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah fixed! Fixed! Updated DL link.

  9. #24
    SixofBorg's Avatar Private
    Reputation
    11
    Join Date
    Mar 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zewt View Post
    Ah fixed! Fixed! Updated DL link.
    .dll error no longer coming up, Now the issue arises in the command window for the exe it simply states Diablo 3 not found.

  10. #25
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SixofBorg View Post
    .dll error no longer coming up, Now the issue arises in the command window for the exe it simply states Diablo 3 not found.
    yah it says thr same for me if i dont have diablo 3 open. u have a window called "Diablo III" right?

  11. #26
    Kardinal's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow thank you

  12. #27
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kardinal View Post
    wow thank you
    no problem im guessing its working okay for u?

  13. #28
    Getrow's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm also interested in the source code if you don't mind. I don't see it in the first post though, where do you have it open sourced?

    Thanks.

  14. #29
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Getrow View Post
    I'm also interested in the source code if you don't mind. I don't see it in the first post though, where do you have it open sourced?

    Thanks.
    Sorry not sure what happened. I re added source to original post.

  15. #30
    jmac321's Avatar Private
    Reputation
    2
    Join Date
    May 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the source.

    I have a question though about the offset you give. How do you find it. In CE I search for my hp value as a float, and I find max hp and current hp variables. Say the current hp address is 1EB83914, how do you get the static offset 0xFE31CC? Is it the current hp address minus the base address?

    Also in your code what is the point of
    ReadProcessMemory(handle, (LPCVOID)(baseAddr+staticOffset), &value, sizeof(DWORD), &numBytesRead);
    value+=0x18;
    ReadProcessMemory(handle, (LPCVOID)value, &value, sizeof(DWORD), &numBytesRead);
    value+=0xC8;
    ReadProcessMemory(handle, (LPCVOID)value, &value, sizeof(DWORD), &numBytesRead);
    value+=0xC;
    ReadProcessMemory(handle, (LPCVOID)value, &value, sizeof(DWORD), &numBytesRead);
    value+=0x294;
    ReadProcessMemory(handle, (LPCVOID)value, &value, sizeof(DWORD), &numBytesRead);
    value+=0x38;
    ReadProcessMemory(handle, (LPCVOID)value, &hp, sizeof(DWORD), &numBytesRead);
    (I don't get why you are adding 0x18, 0xC8, etc...)

    Shouldn't it just be
    ReadProcessMemory(handle, (LPCVOID)value, &hp, sizeof(DWORD), &numBytesRead);

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  2. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft General
    Replies: 22
    Last Post: 10-30-2006, 01:59 PM
  3. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft Guides
    Replies: 15
    Last Post: 10-28-2006, 12:15 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 12:39 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search