Jump to content

Welcome to Pure Warfare - The #1 Community for Pures

Welcome to Pure Warfare - The #1 Community for Pures, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of Pure Warfare - The #1 Community for Pures by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get email updates
  • Get your own profile page and make new friends
  • Send personal messages to other members.

How to get players in runescep world


holo

Recommended Posts

Allright so all of you cool scripters would know how to handle this sheet,

 

just send a HTTP request to http://www.runescape.com/slu.ws?order=WMLPA do some splitting and rendering of the strings praising them into some array of values putting pressure on RS webservers, receiving 56KB every time you do this filled with useless crap and clogging up the internet tubes,

 

However REAL MEN (like me) we sneak around like ninjas into the word of the runescape client and look into the magical class files and sniff their tracks on the internets to find the ULTIMATE way of getting runescape worlds, Of course this way is for REAL MEN ONLY so i'm writing this proof of concept in a MANLY scripting language called python.

 

import socketHOST = '82.211.114.72'  #ip of any runescape worldPORT = 43594			#This stays the same on any world, world goes ofline if you send it random garbage, GG jagexs = socket.socket(socket.AF_INET, socket.SOCK_STREAM)s.connect((HOST, PORT))s.send('\x17\x35\x23\xde\x09')  #Magic Numbers to get stack of worlds.data = s.recv(504)[5:].encode("hex")s.close()"""Explaining:the first 5 bytes of the responce we get is a header (we ignore this)then we get clusters of 3 bytes, the first byte is the world number minus one (O=world 1)the second byte+third byte is the ammount of players in the worldat world 129 it switches to clusters of 4 bytes,the first byte is always \x80 for some reason, the second byte is the world minus oneand the third + fourth is the ammount of players"""ARR=[]for i in range(0,722,6)+range(728,1000,8):	ARR.append([1+int(data[i:i+2],16),int(data[i+2:(i+6)],16)])for i in ARR:	print "world:",i[0],"has:",i[1],"players"

 

try not to praise me to much i am modest of my work. but that doesn't mean i don't think everything you do is inferior to my work.

HELLO I AM HOLO, IF YOU DON'T LIKE WHAT I HAVE TO SAY KINDLY CLICK THIS LINK YOU WONT REGRET IT.

Mayhem makers Runescape clan and community

Mayhem Makers Alliance Section (porn)

rs.jpg

Link to comment
Share on other sites

this is what that code does:

a9y2xh.png

 

it gives you all runescape worlds with the numbers of players in it.

 

i modified it to draw a graph of all the F2P world with number of players in it and updated it every 5 seconds to see what world FOE / TLP / EP / DP / COCKS hopped to during mm santa pking trip

 

here is the screenshot of clans hopping over to worlds that day.

 

sdh5bk.jpg

HELLO I AM HOLO, IF YOU DON'T LIKE WHAT I HAVE TO SAY KINDLY CLICK THIS LINK YOU WONT REGRET IT.

Mayhem makers Runescape clan and community

Mayhem Makers Alliance Section (porn)

rs.jpg

Link to comment
Share on other sites

import socketHOST = '82.211.114.72';PORT = 43594;s = socket.socket(socket.AF_INET, socket.SOCK_STREAM);s.connect((HOST, PORT));s.send('\x17\x35\x23\xde\x09');data = s.recv(504)[5:].encode("hex");s.close();ARR=[]for i in range(0,722,6)+range(728,1000,8):	ARR.append([1+int(data[i:i+2],16),int(data[i+2:(i+6)],16)])for i in ARR:	print "world:",i[0],"has:",i[1],"players"

 

no it can't, unless you can find a magic algorithm that can sort all the data.

HELLO I AM HOLO, IF YOU DON'T LIKE WHAT I HAVE TO SAY KINDLY CLICK THIS LINK YOU WONT REGRET IT.

Mayhem makers Runescape clan and community

Mayhem Makers Alliance Section (porn)

rs.jpg

Link to comment
Share on other sites

this is what that code does:

a9y2xh.png

 

it gives you all runescape worlds with the numbers of players in it.

 

i modified it to draw a graph of all the F2P world with number of players in it and updated it every 5 seconds to see what world FOE / TLP / EP / DP / COCKS hopped to during mm santa pking trip

 

here is the screenshot of clans hopping over to worlds that day.

 

sdh5bk.jpg

Holy ****.

koolssigcopy.png
Resurgence | 65+ Stat, 45+ Combat | Site | Recruitment Topic


sig4resized.jpg



#OMNI @@@@@@@@@@@@@@@@@@@@@@@@
Link to comment
Share on other sites

To the people who want to try this out:

the magic number (the data you send) it removed since jagex changed the reply.

 

and since i had second thoughts on releasing the code i'm not updating it. but atleast i showed you all that it works.

HELLO I AM HOLO, IF YOU DON'T LIKE WHAT I HAVE TO SAY KINDLY CLICK THIS LINK YOU WONT REGRET IT.

Mayhem makers Runescape clan and community

Mayhem Makers Alliance Section (porn)

rs.jpg

Link to comment
Share on other sites

pwning up with unreleased msl code since 09


MEETUATLUMB
capesig.gif
[75/75 Attack][99/99Strength][99/99 Magic][99/99 Range][99/99 HP][90/90 Combat][10/10 Defence]
Fire Cape Guide for Pures
Meetuatlumb PK Video One | Meetuatlumb PK Video Two | Meetuatlumb PK Video Three
Link to comment
Share on other sites

tel ir we need help

it's not going to help you unless you can actually kill a clan. unless you only want it so you can tell when a clan hopped into your world

 

noob

u.


MEETUATLUMB
capesig.gif
[75/75 Attack][99/99Strength][99/99 Magic][99/99 Range][99/99 HP][90/90 Combat][10/10 Defence]
Fire Cape Guide for Pures
Meetuatlumb PK Video One | Meetuatlumb PK Video Two | Meetuatlumb PK Video Three
Link to comment
Share on other sites

  • 1 year later...
Guest
This topic is now closed to further replies.
×
  • Create New...