Visual Basic 2008 Highscore grabber...

Discussion in 'Programming General' started by |0|, Apr 13, 2008.

Visual Basic 2008 Highscore grabber...
  1. Unread #1 - Apr 13, 2008 at 12:46 AM
  2. |0|
    Joined:
    Sep 21, 2007
    Posts:
    818
    Referrals:
    2
    Sythe Gold:
    2
    Vouch Thread:
    Click Here
    Two Factor Authentication User Gohan has AIDS

    |0| Apprentice
    $25 USD Donor New

    Visual Basic 2008 Highscore grabber...

    I looked around for a Visual Basic 2008 Runescape Highscore grabber source and only found one... That didn't work lol.

    I would like to have one, I am new to Visual basic and want to add this feature to my only program that i made, my Multiclient. (Can be found in Runescape Cheating section).

    I would need a source or help please.

    Thanks. :)
     
  3. Unread #2 - Apr 19, 2008 at 9:25 AM
  4. megajosh2
    Joined:
    Apr 18, 2008
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    megajosh2 Member

    Visual Basic 2008 Highscore grabber...

    I found something that should help:

    Code:
    http://hiscore.runescape.com/index_lite.ws?player=(whatever the players name is)
    ...shows the stats, xp values, and ranks as a bunch of numbers seperated by commas and occasionally a space. I'm sure it's ordered the way it is on the regular hiscore pages. If you can just take those numbers and use them in labels or a drop box then you're good. If you look at it some more with an example like Zezima, you can tell that the first number is the rank, second is total level etc... I gotta figure out how to use this for myself =D!
     
  5. Unread #3 - Apr 19, 2008 at 5:13 PM
  6. megajosh2
    Joined:
    Apr 18, 2008
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    megajosh2 Member

    Visual Basic 2008 Highscore grabber...

    (please delete this post, complete accident)
     
  7. Unread #4 - Apr 19, 2008 at 5:26 PM
  8. megajosh2
    Joined:
    Apr 18, 2008
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    megajosh2 Member

    Visual Basic 2008 Highscore grabber...

    (please delete this post, complete accident)
     
  9. Unread #5 - Apr 19, 2008 at 5:26 PM
  10. megajosh2
    Joined:
    Apr 18, 2008
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    megajosh2 Member

    Visual Basic 2008 Highscore grabber...

    (please delete this post, complete accident)
     
  11. Unread #6 - Apr 19, 2008 at 7:23 PM
  12. |0|
    Joined:
    Sep 21, 2007
    Posts:
    818
    Referrals:
    2
    Sythe Gold:
    2
    Vouch Thread:
    Click Here
    Two Factor Authentication User Gohan has AIDS

    |0| Apprentice
    $25 USD Donor New

    Visual Basic 2008 Highscore grabber...

    I knew about that long ago but don't exactly know how to use it rofl.

    And 4 posts in a row! wow...! your not even allowed double posts.
     
  13. Unread #7 - Apr 19, 2008 at 7:28 PM
  14. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Visual Basic 2008 Highscore grabber...

    Learn to use the String class. Download the webpage for the highscores (which was posted by Megajosh), and use methods such as String.Split(), String.IndexOf() etc to get the information required.

    Just to show you how the webpage works, look at this:
    http://hiscore.runescape.com/hiscorepersonal.ws?user1=voge_ownz_u

    You see how it says Overall, Attack etc?

    Now look at this:
    http://hiscore.runescape.com/index_lite.ws?player=voge ownz u

    Look for similarities. It is all in order. This player's Overall rank is 489,627 with an overall level of 1,195 and overall, this much XP: 7,420,110. The first three numbers on the page is this, separated by comma: 489627,1195,7420110. Makes sense? -1 means not ranked. So if you were looking for the levels, instead of rank and XP, you would just use String.Split(',') and check every second element of the resultant array.
     
  15. Unread #8 - Apr 20, 2008 at 11:44 AM
  16. megajosh2
    Joined:
    Apr 18, 2008
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    megajosh2 Member

    Visual Basic 2008 Highscore grabber...

    OMG! I didn't mean to spam, I hit the back/forward buttons a few times while editing and it must have posted several posts...

    Also, split by spaces first, then split by commas to get the individual skill and rank information.
     
  17. Unread #9 - May 14, 2008 at 2:51 PM
  18. ~alex~
    Referrals:
    0

    ~alex~ Guest

    Visual Basic 2008 Highscore grabber...

    I've made one. Check my thread in this section.
     
< Visual Basic 2005 runescape cleint tut?? | Help conection >

Users viewing this thread
1 guest


 
 
Adblock breaks this site