[Vb.net Help] Get Character information menu

User Tag List

Results 1 to 13 of 13
  1. #1
    omid's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Vb.net Help] Get Character information

    i want a Visual basic 2008 code to get character infos on wow so when i login to my char its shows me my char name i only need char name and lvl and class if poss can anybody give me a source code?
    Last edited by omid; 04-09-2010 at 02:12 PM.

    [Vb.net Help] Get Character information
  2. #2
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please explain in better english and describe what you want more detailed!

  3. #3
    omid's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just want my application form in VB 2008 get the my world of warcraft Character name , Level , And class and show them on 3 labels isnt it possible??

  4. #4
    Skuddle's Avatar Elite User

    CoreCoins Purchaser
    Reputation
    515
    Join Date
    May 2008
    Posts
    287
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dim objURL, txtURL
    Set objURL = Server.CreateObject("geturl.clsURL")

    Response.write "Time : " & Now() & "<br>"

    objURL.URL = "http://www.wowarmory.com/INFO TO YOUR CHARACTER"
    txtURL = objURL.StripHTML
    Response.write (txtURL)
    Set objURL = Nothing

    theres a starting point.. your going to have to make an XML parser, then XML parse child tags to strings, <XML?NAME = child.name> = DIM name.text
    Still working :-P

  5. #5
    omid's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does bots get info from it?? i want from inGame like when i login to my char it give me infos
    not like that from armory

    anyways thx for it

  6. #6
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by omid View Post
    does bots get info from it?? i want from inGame like when i login to my char it give me infos
    not like that from armory

    anyways thx for it
    Well, thats kinda hard cuz you have to find the Assets/Arrays/Pointers wich tell you this information. That would require debugging WoW or even Disassembling or reverse-engineering.

  7. #7
    omid's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to make it work?? if possible there is no source code? if thats not possible can i make something to just only finds out that i/someone logged to wow ??

  8. #8
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yap, but I don't have no source-Code rite now:

    Program a timer and make it look every about 1 Minute check if the process "Wow.exe" is running

  9. #9
    omid's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if wow is running and im in login screen its not enough for me( i want know if he/me logged in

  10. #10
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats hard to figure out. Why don't you try it yourself?

  11. #11
    omid's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried from morning till now ( its 12:30 AM right now here) :P but couldnt find out i also have a txt file like this :

    SET gxWindow "1" SET locale "enGB" SET account "here is accountname" SET pass "hereispass" SET coresDetected "2"

    how i can get account and txt infront it

  12. #12
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look. Tell us how you think its possible to recieve the Information from the WoW Client and we will write the Code for you, k?

  13. #13
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by _SkHiEnEgP_ View Post
    Look. Tell us how you think its possible to recieve the Information from the WoW Client and we will write the Code for you, k?
    *cough* Blackmagic?


    Look around, there are some tutorials on how to do what you want in C#. Shouldn't be too difficult to heave that over to VB.NET (why'd you even want to do that?).



Similar Threads

  1. Need some help getting information out of a c# client program
    By lightofdarkness in forum Programming
    Replies: 0
    Last Post: 05-28-2013, 04:03 AM
  2. Need help getting a B-net PW change!
    By Gawdly in forum WoW Scams Help
    Replies: 2
    Last Post: 10-05-2009, 05:18 AM
  3. Replies: 3
    Last Post: 01-16-2009, 08:02 PM
  4. Need Help Getting Account Information, Will Reward!
    By advantage in forum WoW Scams Help
    Replies: 3
    Last Post: 08-04-2008, 08:27 PM
  5. Need Help Getting Level 60
    By Kaladze in forum World of Warcraft General
    Replies: 16
    Last Post: 08-19-2006, 12:24 PM
All times are GMT -5. The time now is 06:45 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