Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Runescape Hacks / Bots › RS-2007 Highscore lookup Source not finished VB.NET

PostRS-2007 Highscore lookup Source not finished VB.NET

Posts 1–11 of 11 · Page 1 of 1
MA
maikel233
RS-2007 Highscore lookup Source not finished VB.NET
Hello MPGH, I have seen some post of users that wanted to know how to make an highscore lookup so here is mine Source. Its not finished


Private Sub Search_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Search.Click
'// Created by maikel233, Created in VB.net, INFO: This is not the fasted lookup but working perfectly.
'// Used imports
'// Imports System.Net
'//Imports System****
,
If Username.Text = ("") Then
MsgBox("Error, Username is missing.", MsgBoxStyle.Exclamation)
Else
Dim aanvang As HttpWebRequest = DirectCast(WebRequest.Create(("http://services.runescape.com/m=hiscore_oldschool/index_lite.ws?player=" & Me.Username.Text)), HttpWebRequest)
Try
Dim antwoord As HttpWebResponse = DirectCast(aanvang.GetResponse, HttpWebResponse)
Dim lezer As New StreamReader(antwoord.GetResponseStream)
Dim ATR As String() = lezer.ReadToEnd.Split(New Char() {","})
Me.Label24.Text = ATR(0)
Me.Label9.Text = ATR(1)
Me.Label12.Text = ATR(5)
Me.Label26.Text = ATR(3)
Me.Label13.Text = ATR(7)
Me.Label14.Text = ATR(9)
Me.Label15.Text = ATR(11)
Me.Label16.Text = ATR(13)
Me.Label17.Text = ATR(15)
Me.Label18.Text = ATR(&H11)
Me.Label19.Text = ATR(&H13)
Me.Label20.Text = ATR(&H15)
Me.Label21.Text = ATR(&H17)
Me.Label22.Text = ATR(&H19)
Me.Label23.Text = ATR(&H1B)
Me.Label24.Text = ATR(&H1D)
Me.Label25.Text = ATR(&H1F)
Me.Label26.Text = ATR(&H21)
Me.Label27.Text = ATR(&H23)
Me.Label28.Text = ATR(&H25)
Me.Label29.Text = ATR(&H27)
Me.Label30.Text = ATR(&H29)
Me.Label31.Text = ATR(&H2B)
Me.Label32.Text = ATR(&H2D)
Me.Label33.Text = ATR(&H2F)
Catch uitzondering As WebException
Dim exception As WebException = uitzondering
If (DirectCast(exception.Response, HttpWebResponse).StatusCode = HttpStatusCode.NotFound) Then
End If
End Try
End If
End Sub
#1 · edited 13y ago · 13y ago
BL
bloodhacker1
Not bad! I would recommand string split as antwoord
#2 · 13y ago
Paul
Paul
Me.Label24.Text = ATR(0)
Me.Label24.Text = ATR(&H1D)

A little mistake?

looks pretty decent though
#3 · 13y ago
MA
maikel233
Quote Originally Posted by Paul View Post
Me.Label24.Text = ATR(0)
Me.Label24.Text = ATR(&H1D)

A little mistake?
ar
looks pretty decent though

Thanks, for noticing that.


But i am currently remaking the Highscore Lookup because this method is very slow.... And its takes 10 seconds before The STATS (Skills) Are filled in into form.
#4 · 13y ago
LU
lucasheer715
it didn't for me, but they all didn't fill in. when i do it in visual basic 2008 i get a couple errors already from the private sub
#5 · 13y ago
Paul
Paul
Quote Originally Posted by lucasheer715 View Post
it didn't for me, but they all didn't fill in. when i do it in visual basic 2008 i get a couple errors already from the private sub
create a button and rename it to search.
#6 · 13y ago
LU
lucasheer715
lol, i feel stupid
#7 · 13y ago
MA
maikel233
Quote Originally Posted by lucasheer715 View Post
lol, i feel stupid
Everyone make mistakes

But does it also takes 10 seconds before all the skills are filled in, or is it just me?
#8 · edited 13y ago · 13y ago
iTzSeyeko™JR #1
iTzSeyeko™JR #1
Decent source code.
#9 · 13y ago
Flamo
Flamo
Trying, wait...

[EDIT] Code works fine, took me half second to load the stats of my 07 RS Acc.
#10 · edited 13y ago · 13y ago
FE
felipe4334
good job...
#11 · 13y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • [Glitch] 2 glitches and one not finished!By dem106 in Alliance of Valiant Arms (AVA) Hacks & Cheats
    12Last post 16y ago
  • Not finishedBy Brizingir in Showroom
    15Last post 16y ago
  • Render image -not finishedBy Kuro Tenshi in Showroom
    6Last post 14y ago
  • [Preview]Some of my mods ^^(Not finished.)By Flake in Combat Arms Mod Discussion
    3Last post 15y ago
  • [PREVIEW] My gungame... Not finished Yet.By ~Just IN~ in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    2Last post 15y ago

Tags for this Thread

#runescape