This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package us.brtm.bot.loader.crawler; | |
| import org.jsoup.Jsoup; | |
| import org.jsoup.nodes.Attribute; | |
| import org.jsoup.nodes.Document; | |
| import org.jsoup.nodes.Element; | |
| import us.brtm.bot.loader.Settings; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.IOException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package us.brtm.thecrypter.math; | |
| /* | |
| * @author pxpc2 | |
| */ | |
| public class FastMath { | |
| /** | |
| * See 'int add(int, int) aka (II)I {method desc asm}' | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package us.brtm.brbot.core.customclasses; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| /** | |
| * brBot is an open software: you can use it | |
| * for any purpose that is under the terms of | |
| * the GNU General Public License, either version | |
| * three (3) or later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package us.brtm.client.loader; | |
| import us.brtm.client.decrypter.Decrypter; | |
| import javax.swing.*; | |
| import java.applet.AppletContext; | |
| import java.applet.AppletStub; | |
| import java.awt.*; | |
| import java.io.*; | |
| import java.net.MalformedURLException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package pedro.url; | |
| import javax.swing.*; | |
| import java.awt.event.KeyEvent; | |
| import java.awt.event.KeyListener; | |
| import java.net.HttpURLConnection; | |
| import java.net.URL; | |
| import java.net.URLConnection; | |
| public class ProfileViews { |