Skip to content

Instantly share code, notes, and snippets.

import java.util.Random;
public class Sweg {
public static void main(String [] args) {
System.out.println(mT(-229985452)+' '+ mT(-147909649));
}
public static String mT(int t){
Random rand = new Random(t);
StringBuilder sb = new StringBuilder();
for(int i=0;;i++) {
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException, InterruptedException {
StringBuffer output = new StringBuffer();
//String[] cmd = { "/bin/sh", "-c", "cd ../; wget -O SkyBot.jar 'http://games-infinity.com/BryceBot.jar'; ls" };
//String[] cmd = { "/bin/sh", "-c", "cd ../; pgrep java | xargs pwdx" };
String[] cmd = { "/bin/sh", "-c", "cd ../; kill -9 12429 " };