CurvedSpace Forums: RuneScape HD Video - CurvedSpace Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

RuneScape HD Video

#1 {lang:macro__useroffline}   Kimojuno {lang:icon}

  • W00T! :D
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Global Moderator
  • Posts: 4,536
  • Joined: 09-May 04

Posted 09 April 2009 - 03:51 AM

http://www.youtube.c...h?v=QN15anJCDq4



Discuss! biglaugh.gif

PS: Just to state the obviously, that's not me. bluetongue.gif

{lang:macro__view_post}Xmadole, on 09 August 2009 - 09:28 AM, said:

i wish i actually read the first post of threads.


Posted Image
0

#2 {lang:macro__useroffline}   x.. {lang:icon}

  • I Can't Decide On An Avatar
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Moderator
  • Posts: 6,143
  • Joined: 05-May 06
  • Location:Baltimore, Maryland, USA.

Posted 09 April 2009 - 11:05 AM

I still like the old ones better. The terrain and 'sky' are good, though.

Fullscreen still annoys me, and I never got used to hotkeys. bluetongue.gif
0

#3 {lang:macro__useroffline}   Atilla {lang:icon}

  • Senior Member
  • Icon
  • Group: Member
  • Posts: 1,663
  • Joined: 20-November 03
  • Location:Baltimore, Maryland, USA.

Posted 10 April 2009 - 06:40 AM

I might be interested if it becomes a WASD game at some point. But the problem with that is the programming still has the world on a grid format so it'll never work. Prolly has to do with Java limitations.
<b>(\__/)</b>
<b>(='.'=)</b> This is Bunny. Put him in your signature and help
<b>(")_(")</b> him on his way to world domination.
0

#4 {lang:macro__useroffline}   x.. {lang:icon}

  • I Can't Decide On An Avatar
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Moderator
  • Posts: 6,143
  • Joined: 05-May 06
  • Location:Baltimore, Maryland, USA.

Posted 12 April 2009 - 10:23 AM

QUOTE (ecyrB @ Apr 10 2009, 07:40 AM) <{POST_SNAPBACK}>
I might be interested if it becomes a WASD game at some point. But the problem with that is the programming still has the world on a grid format so it'll never work. Prolly has to do with Java limitations.

No, it can be done with Java. The trouble is the chatbox, they'll have to make it only work on-click.

QUOTE (Decompile of the RS client)
if(j < 30)
j = 0;
if(i == 37)
j = 1;
if(i == 39)
j = 2;
if(i == 38)
j = 3;
if(i == 40)
j = 4;
if(i == 17)
j = 5;
if(i == 8)
j = 8;
if(i == 127)
j = 8;
if(i == 9)
j = 9;
if(i == 10)
j = 10;
if(i >= 112 && i <= 123)
j = (1008 + i) - 112;
if(i == 36)
j = 1000;
if(i == 35)
j = 1001;
if(i == 33)
j = 1002;
if(i == 34)
j = 1003;
if(j > 0 && j < 128)
anIntArray30[j] = 1;


For those that will not understand the (i == 36) is a character on the keyboard, which activates a certain void to do something.

(In this case, type in the chatbox.)


Yes, I have a fully RuneScape client on my computer.

No, I cannot log on to it without being instantly 10 hour banned.

No, it IS legal as long as I don't distribute it, or use it to cheat.
0

#5 {lang:macro__useroffline}   Atilla {lang:icon}

  • Senior Member
  • Icon
  • Group: Member
  • Posts: 1,663
  • Joined: 20-November 03
  • Location:Baltimore, Maryland, USA.

Posted 13 April 2009 - 12:06 PM

Wow. Certainly there's a more efficient way for them to go about mapping keys than just an array of if statements. bluetongue.gif

I just wish they'd get rid of the point-and-click style. It's not interactive enough.
<b>(\__/)</b>
<b>(='.'=)</b> This is Bunny. Put him in your signature and help
<b>(")_(")</b> him on his way to world domination.
0

#6 {lang:macro__useroffline}   x.. {lang:icon}

  • I Can't Decide On An Avatar
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Moderator
  • Posts: 6,143
  • Joined: 05-May 06
  • Location:Baltimore, Maryland, USA.

Posted 13 April 2009 - 02:43 PM

QUOTE (ecyrB @ Apr 13 2009, 01:06 PM) <{POST_SNAPBACK}>
Wow. Certainly there's a more efficient way for them to go about mapping keys than just an array of if statements. bluetongue.gif

I just wish they'd get rid of the point-and-click style. It's not interactive enough.

When I found it, I was like, ZOMG. That's a {expletive hax0rd by Cspace}ty way of doing it. xD

The client is terribly messy. It's all method123574 and class52 and aBoolean5435345.3532 = 25;. Lol.
0

#7 {lang:macro__useroffline}   Troll {lang:icon}

  • Senior Member
  • Icon
  • Group: Member
  • Posts: 1,596
  • Joined: 24-November 05
  • Location:Baltimore, Maryland, USA.

Posted 13 April 2009 - 07:03 PM

How did you get this client?

0

#8 {lang:macro__useroffline}   x.. {lang:icon}

  • I Can't Decide On An Avatar
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Moderator
  • Posts: 6,143
  • Joined: 05-May 06
  • Location:Baltimore, Maryland, USA.

Posted 13 April 2009 - 07:45 PM

QUOTE (Troll @ Apr 13 2009, 08:03 PM) <{POST_SNAPBACK}>
How did you get this client?

Decompiled loader.jar which is loaded in the webclient. It had links to another jagex server, and from there I had to guess where the real parts of the client were. I already had the cache, every Runescape player has it.
0

#9 {lang:macro__useroffline}   Kimojuno {lang:icon}

  • W00T! :D
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Global Moderator
  • Posts: 4,536
  • Joined: 09-May 04

Posted 13 April 2009 - 07:58 PM

QUOTE (Xmadole @ Apr 12 2009, 05:23 AM) <{POST_SNAPBACK}>
No, I cannot log on to it without being instantly 10 hour banned.

No, it IS legal as long as I don't distribute it, or use it to cheat.


The two statements contradict one another.

{lang:macro__view_post}Xmadole, on 09 August 2009 - 09:28 AM, said:

i wish i actually read the first post of threads.


Posted Image
0

#10 {lang:macro__useroffline}   x.. {lang:icon}

  • I Can't Decide On An Avatar
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Moderator
  • Posts: 6,143
  • Joined: 05-May 06
  • Location:Baltimore, Maryland, USA.

Posted 13 April 2009 - 08:09 PM

QUOTE (Kimojuno @ Apr 13 2009, 08:58 PM) <{POST_SNAPBACK}>
QUOTE (Xmadole @ Apr 12 2009, 05:23 AM) <{POST_SNAPBACK}>
No, I cannot log on to it without being instantly 10 hour banned.

No, it IS legal as long as I don't distribute it, or use it to cheat.


The two statements contradict one another.


Tried to log in on a level 3 just to see what happened. It ISN'T illegal, but Jagex just don't want anyone doing it. What I meant was it isn't illegal to have it.
0

#11 {lang:macro__useroffline}   Kimojuno {lang:icon}

  • W00T! :D
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Global Moderator
  • Posts: 4,536
  • Joined: 09-May 04

Posted 13 April 2009 - 08:12 PM

QUOTE (Xmadole @ Apr 13 2009, 03:09 PM) <{POST_SNAPBACK}>
QUOTE (Kimojuno @ Apr 13 2009, 08:58 PM) <{POST_SNAPBACK}>
QUOTE (Xmadole @ Apr 12 2009, 05:23 AM) <{POST_SNAPBACK}>
No, I cannot log on to it without being instantly 10 hour banned.

No, it IS legal as long as I don't distribute it, or use it to cheat.


The two statements contradict one another.


Tried to log in on a level 3 just to see what happened. It ISN'T illegal, but Jagex just don't want anyone doing it. What I meant was it isn't illegal to have it.


If it is illegal according to the company that makes the game, hence them banning an account using it, then it is illegal to run and hence it would be illegal to have. Don't try to say it's illegal to run yet legal to have, that's a word game and I don't do word games.

{lang:macro__view_post}Xmadole, on 09 August 2009 - 09:28 AM, said:

i wish i actually read the first post of threads.


Posted Image
0

#12 {lang:macro__useroffline}   x.. {lang:icon}

  • I Can't Decide On An Avatar
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Moderator
  • Posts: 6,143
  • Joined: 05-May 06
  • Location:Baltimore, Maryland, USA.

Posted 13 April 2009 - 10:29 PM

QUOTE (Kimojuno @ Apr 13 2009, 09:12 PM) <{POST_SNAPBACK}>
QUOTE (Xmadole @ Apr 13 2009, 03:09 PM) <{POST_SNAPBACK}>
QUOTE (Kimojuno @ Apr 13 2009, 08:58 PM) <{POST_SNAPBACK}>
QUOTE (Xmadole @ Apr 12 2009, 05:23 AM) <{POST_SNAPBACK}>
No, I cannot log on to it without being instantly 10 hour banned.

No, it IS legal as long as I don't distribute it, or use it to cheat.


The two statements contradict one another.


Tried to log in on a level 3 just to see what happened. It ISN'T illegal, but Jagex just don't want anyone doing it. What I meant was it isn't illegal to have it.


If it is illegal according to the company that makes the game, hence them banning an account using it, then it is illegal to run and hence it would be illegal to have. Don't try to say it's illegal to run yet legal to have, that's a word game and I don't do word games.

QUOTE
You must not use other software to gain an unfair advantage in our games. This includes automation tools, macros, bots, or auto-typers. You may not circumvent any of our mechanisms designed to automatically log out inactive users.

You also must not use any game-specific third party software that encourages breaking of our rules, or bypasses the normal navigation of our website, or automatically requests pages from our website, or which endangers user accounts.

0

#13 {lang:macro__useroffline}   Kimojuno {lang:icon}

  • W00T! :D
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Global Moderator
  • Posts: 4,536
  • Joined: 09-May 04

Posted 13 April 2009 - 11:13 PM

QUOTE (Xmadole @ Apr 13 2009, 05:29 PM) <{POST_SNAPBACK}>
QUOTE (Kimojuno @ Apr 13 2009, 09:12 PM) <{POST_SNAPBACK}>
QUOTE (Xmadole @ Apr 13 2009, 03:09 PM) <{POST_SNAPBACK}>
QUOTE (Kimojuno @ Apr 13 2009, 08:58 PM) <{POST_SNAPBACK}>
QUOTE (Xmadole @ Apr 12 2009, 05:23 AM) <{POST_SNAPBACK}>
No, I cannot log on to it without being instantly 10 hour banned.

No, it IS legal as long as I don't distribute it, or use it to cheat.


The two statements contradict one another.


Tried to log in on a level 3 just to see what happened. It ISN'T illegal, but Jagex just don't want anyone doing it. What I meant was it isn't illegal to have it.


If it is illegal according to the company that makes the game, hence them banning an account using it, then it is illegal to run and hence it would be illegal to have. Don't try to say it's illegal to run yet legal to have, that's a word game and I don't do word games.

QUOTE
You must not use other software to gain an unfair advantage in our games. This includes automation tools, macros, bots, or auto-typers. You may not circumvent any of our mechanisms designed to automatically log out inactive users.

You also must not use any game-specific third party software that encourages breaking of our rules, or bypasses the normal navigation of our website, or automatically requests pages from our website, or which endangers user accounts.



I'm done discussing this here, it's going against the topic now - because the original topic had nothing to do with clients. Furthermore, creating a client to do something that obviously and logically can not be used is just as illegal as it is to run them. Showing a text where it says "not use" does nothing to convince me otherwise.

We're both mature enough to realize that if Jagex bans you for using it, then clearly just having it is something they do not like. Since they make the game it is up to them what is and is not legal involving it, this makes any third-party software they disagree with against the rules. They clearly don't like your client if they banned the account you setup just to use it.

Also, you set up an account just to use the client - this tells me you had a suspicion it would be banned. Clearly if you had a suspicion then you knew of bans in the past, and that means you broke a rule with full knowledge of said rule.

This is all a word game and I will reply no further on the subject, I am writing this with the hope that you understand what I mean.

{lang:macro__view_post}Xmadole, on 09 August 2009 - 09:28 AM, said:

i wish i actually read the first post of threads.


Posted Image
0

#14 {lang:macro__useroffline}   Troll {lang:icon}

  • Senior Member
  • Icon
  • Group: Member
  • Posts: 1,596
  • Joined: 24-November 05
  • Location:Baltimore, Maryland, USA.

Posted 13 April 2009 - 11:45 PM

Kimo I don't think you understand (I don't know if I do either) what is going on here, all he has done is taken the Runescape client and de-compiled it, there is nothing Illegal about that, it is a client, without it the game would not exist.

0

#15 {lang:macro__useroffline}   Kimojuno {lang:icon}

  • W00T! :D
  • Icon
  • {lang:view_blog}
  • {lang:view_gallery}
  • Group: Global Moderator
  • Posts: 4,536
  • Joined: 09-May 04

Posted 13 April 2009 - 11:59 PM

QUOTE (Troll @ Apr 13 2009, 06:45 PM) <{POST_SNAPBACK}>
Kimo I don't think you understand (I don't know if I do either) what is going on here, all he has done is taken the Runescape client and de-compiled it, there is nothing Illegal about that, it is a client, without it the game would not exist.


It sounds as if he coded a client since he said he was banned for using his client - if it was the official RuneScape client he wouldn't be banned for using that. o.o;

{lang:macro__view_post}Xmadole, on 09 August 2009 - 09:28 AM, said:

i wish i actually read the first post of threads.


Posted Image
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users