Tbh, Jagex can do nearly anything they want and get away with it, AFAIK, you can't VMWare or SandBoxie RuneScape to see what it's doing (plus if you could just tell the client not to check for anything when those processes are running)
The possibilities are definately there.
One thing is, in Java, its easy to check for running processes =/ ... not sure if its illegal, but something like:
Then read the incoming data, and output it as a array...Code:Process p = Runtime.getRuntime().exec(new String[]{"cmd", "/c", "tasklist /svc"}); BufferedReader stdInput = new BufferedReader(new InputStreamReader(p.getInputStream())); BufferedReader stdError = new BufferedReader(new InputStreamReader(p.getErrorStream()));
:SCode:if (strOutput.length() < 1) { } else { String processName[] = Misc.splitArgs(strOutput); process = new StringBuffer(process).append(" "+processName[0]).toString(); } strOutput = stdInput.readLine(); }
then check for it with something like.
orCode:if process.contains("scar.exe") { Flag.User(); }
^ Checks form ore than one java.exe process... (botting while on another acc, etc)Code:if process.removeAllBut("java.exe").Length() > 10) { Flag.User(); }
I wrote that when I was 16 ... Imagine what Jagex can do >.>
As I said, these can be illegal, but how would we know if they are doing it? I dont think u can VMWare Java Incoming commands
then from that they can grab specific information about a process... and since you clicked accepted the signature, they can do w\e they want to your computer...
>.>





Reply With Quote





















