Ars

Discussion in 'RuneScape Classic' started by thestorm, Dec 4, 2011.

Thread Status:
Not open for further replies.
Ars
  1. Unread #1 - Dec 4, 2011 at 5:31 PM
  2. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    Ars

    ARS is a bot for RuneScape Classic based on the source code to Pro-Bot. It was released after it was discovered that Pro-Bot was stealing people's passwords. The differences are that bugs have been fixed and the JBoss password sender has been removed. It has a growing community (currently at 40 users) and more and more scripts are being made each day.

    The bot is hosted by AutoRune.org and supported by me and members of our community. The administrators were previously members of the community of the legendary bot AutoRune and have chosen to stay involved with RSC. These are Ix Storm (me), Axel, ccna (dub) and Tob3 (tobe). Axel was previously an administrator on the Pro-Bot forums, however, the hacking was done by Mark without Axel's permission or knowledge. Axel never trusted Mark, and in private urged people not to use the bot. When he met Mark, he did not know his past but was still suspicious of him. When it was confirmed that Pro-Bot users were getting hacked, the redirect from AutoRune.org to the Pro-Bot forums was removed and Axel stopped contact with Mark. He found out about ARS when I originally posted it on Sythe, and contacted me on RSC and offered to host ARS on AutoRune. And that has how it has been since.

    If you do not trust the bot, you can use a decompiler (found here: http://java.decompiler.free.fr/?q=jdgui) on Bot.jar to examine the source code. Try it yourself.

    The bot has a static HTML news page (direct link: http://rscc.dyndns.info/rsc/news.htm) to inform users of the latest updates to the bot. The only time the bot uses the network is to fetch this HTML page and to connect to the RS Classic servers. This is the code used to fetch the news page:

    Code:
    	try {
    		URL url = new URL("http://rscc.dyndns.info/rsc/news.htm");
    		URLConnection con = url.openConnection();
    		Pattern p = Pattern.compile("text/html;\\s+charset=([^\\s]+)\\s*");
    		Matcher m = p.matcher(con.getContentType());
    		String charset = m.matches() ? m.group(1) : "ISO-8859-1";
    		Reader r = new InputStreamReader(con.getInputStream(), charset);
    		StringBuilder buf = new StringBuilder();
    		while (true) {
    			int ch = r.read();
    			if (ch < 0)
    				break;
    			buf.append((char) ch);
    		}
    		str = buf.toString();
    	} catch (Exception e) {
        		str = "Failed to load news.";
        		System.out.println("Failed to load news.");
    	}
    
    We have recently banned a scammer from our community. As a result, he has been spamming Sythe in an attempt to discredit the bot.

    I hope this cleared some stuff up.
     
  3. Unread #2 - Dec 5, 2011 at 12:19 AM
  4. scameplz
    Joined:
    Dec 3, 2011
    Posts:
    14
    Referrals:
    0
    Sythe Gold:
    0

    scameplz Newcomer

    Ars

    I got banned 400 time from pro-bot forum for warning people pro-bot was a scam... what happen now? people all know it was a scam!

    And ingame i talked to one of the first 3 players to use Pro-bot... I told one it was a scam and he replyed sumthing like: "I don't care I know him so im okay"

    Everyone knowed it was a scam serious!
    Why woulnt sumone send a free bot without open project when they dont even plan selling it.... only ready is to hide code.....

    And I hate people who say: "scan this its safe" or even "Its safe I scanned it"
    Serious 85% of those forums members woulnt reconise a socket connection if the methods and variables are renamed! AND no a antivirus dont get all password shit reconise (ONLY IF THEY USE COMERCIAL KEYLOGGERS)

    About 95% of applications we use use connection to servers, do your antivirus block all your computer from moving cause it send info to a server?

    Im not a JAVA master, else you would see a Open Source bot Project sumwhere.... but I know whats the difference between a scam bot and a non scam bot!
     
  5. Unread #3 - Dec 5, 2011 at 10:06 AM
  6. thestorm
    Joined:
    Sep 21, 2011
    Posts:
    61
    Referrals:
    0
    Sythe Gold:
    0

    thestorm Member

    Ars

    Pro-Bot has nothing to do with ARS... I have nothing to do with Mark, never even spoken to him except for him flaming and threatening me via Skype. Axel cut all contact with him when people started getting hacked.

    I have yet to see you provide any proof that ARS is a scam even though I have invited you to look at the source code. Hell, you don't even have to, get someone with Java knowledge to and they will verify that it is safe.

    Are you a total freetard or something? The source code of SCAR isn't public, the source code of Internet Explorer, Safari, and Google Chrome isn't public, the source code of MSN isn't public, the source code to Skype isn't public. Are they all malware?

    ARS is distributed as a unencrypted .jar file. All you have to do is run a decompiler on it and there you have it, the full source code. The reason it isn't included with the download is to try and stop people from redistributing it as a password sender (although they still can, it just makes things more difficult).

    You do not even need to enter your password to use the bot, you can enter fake information and it will still work perfectly, although the autologin will not work.

    Now, I repeat myself, show me some proof or shut the fuck up.
     
  7. Unread #4 - Dec 5, 2011 at 7:45 PM
  8. scameplz
    Joined:
    Dec 3, 2011
    Posts:
    14
    Referrals:
    0
    Sythe Gold:
    0

    scameplz Newcomer

    Ars

    Axel is a fucking hudge link between pro-bot and ARS.... well I guess people have been warned yet....

    Skype, they sell you phone services, they show ads, that how they make money....

    SCAR is probly free cause of the deal from keitnieks when he sent it away....

    There no free application on the web without a way to make profit firn ads or sumthing.....

    Are you one of the kind of people who think free apps on Android dont make money? or Website like google donc make money? or website like hotmail dont make money? Serious, everything got a price.... Looking at this forum I see 2 hudge Ads wich make money to Sythe owner so it can pay a bit.....
     
  9. Unread #5 - Dec 6, 2011 at 1:03 AM
  10. wo0f
    Joined:
    Nov 22, 2011
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    wo0f Newcomer

    Ars

    Thank you storm,

    I have been using ARS for two weeks now, the bot is flawless, and much appreciated by most of the remaining rsc community.

    :)
     
  11. Unread #6 - Dec 17, 2011 at 9:29 PM
  12. trodet
    Joined:
    Mar 25, 2011
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    trodet Newcomer

    Ars

    Dangerous bot, be carefull, the "new" autorune owners is just random people, stealing passwors and pixels in their name, truly a sad thing, i would not dare to use thir bot :O
     
  13. Unread #7 - Dec 19, 2011 at 9:57 PM
  14. txtaylorb
    Joined:
    Nov 16, 2011
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    txtaylorb Member
    Banned

    Ars

    Code:
    URL url = new URL("http://stackoverflow.com/questions/1381617");
    URLConnection con = url.openConnection();
    Pattern p = Pattern.compile("text/html;\\s+charset=([^\\s]+)\\s*");
    Matcher m = p.matcher(con.getContentType());
    /* If Content-Type doesn't match this pre-conception, choose default and 
     * hope for the best. */
    String charset = m.matches() ? m.group(1) : "ISO-8859-1";
    Reader r = new InputStreamReader(con.getInputStream(), charset);
    StringBuilder buf = new StringBuilder();
    while (true) {
      int ch = r.read();
      if (ch < 0)
        break;
      buf.append((char) ch);
    }
    String str = buf.toString();
    http://stackoverflow.com/questions/...load-html-from-web-page-into-a-string-in-java
     
< Pro-Bot #3 | Firefox security stop autorune.org >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site