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.