[Making the move from Autoit - C#] [Question] How to read player base? menu

User Tag List

Results 1 to 8 of 8
  1. #1
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Making the move from Autoit - C#] [Question] How to read player base?

    -snip- its gone
    Last edited by -Ryuk-; 01-03-2017 at 09:41 AM.
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

    [Making the move from Autoit - C#] [Question] How to read player base?
  2. #2
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would recommend reading a few tutorials and a introduction to C# book. You can't expect to just jump in.

  3. #3
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lanman92 View Post
    I would recommend reading a few tutorials and a introduction to C# book. You can't expect to just jump in.
    Im not just expecting to jump in.
    But if you could just tell me which function to use ill try to figure some other stuff out.
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  4. #4
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XAutomation View Post
    Im not just expecting to jump in.
    But if you could just tell me which function to use ill try to figure some other stuff out.
    You need at least intermediate experience with C# to be able to understand the stuff we do here. C# is NOT a scripting language. It is a programming language. (AutoIt is a scripting language; thus; does not have the type safety that C# does)

    As lanman said; go read a book first. We won't help you figure out why you can't convert an int to a string. (HINT HINT)

  5. #5
    mnbvc's Avatar Banned
    Reputation
    120
    Join Date
    Jul 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    string Pbase = WoW.ReadInt(0x00CF7C00 + 0x34 + 0x24, false); // Reads players level
    thats the reason why your compiler complains

    and you cant just sum the pointer and the offsets you got...
    if the offsets are right, this should work:
    Code:
    uint Pbase = WoW.ReadUInt(WoW.ReadUInt(WoW.ReadUInt(0x00CF7C00) + 0x34) + 0x24);

  6. #6
    mongoosed's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are there any strong reasons why basing a bot on AutoIT3 might be a bad idea? You can still read/write to memory and everything that a good bot might need to do. Except you have to send keys to the program... but isn't that a good thing since you can avoid injecting into the wow process?

  7. #7
    mnbvc's Avatar Banned
    Reputation
    120
    Join Date
    Jul 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    autoit has no support for oop Object-oriented programming - Wikipedia, the free encyclopedia
    if your bot becomes a little bit more complex its really awful without oop (ofcourse its still possible...)
    and i think you would also get performance problems

    ps: i have no experience with injection, but i think it would be possible with autoit

  8. #8
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you can call the Windows API, you can use injection.

Similar Threads

  1. [Question] how to Read GameObjectType
    By CrimeTime in forum WoW Memory Editing
    Replies: 8
    Last Post: 12-05-2010, 06:03 PM
  2. [Question] How can I make a moving game object?
    By dude891 in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 04-16-2008, 09:50 AM
  3. [Question] How do I get the convert from list to load in the wdb editor?
    By leathergoose in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 03-29-2008, 01:37 PM
  4. [Question] How to make 100% proc of the enchant?
    By Ellenor in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 02-29-2008, 07:44 PM
  5. [Question] How to make the solo files for model change?
    By TheAussieTroll in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-09-2007, 01:14 PM
All times are GMT -5. The time now is 08:14 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