[Forum Game] Paste whatever's on your clipboard!


#1761

不你


So that basically means while the word you’re at is not one of your keywords?


#1762

yeah, i was too lazy to search up another method so i just went with what i knew

really ugly since it’s on one line but w/e


#1763

https://vocaroo.com/i/s0yY1zev123T


#1764
    ////////////////
    // start      //
    // filereader //
    // stuff      //
    ////////////////

    BufferedReader br = null;
    FileReader fr = null;

    try {

        br = new BufferedReader(new FileReader(FILE));
        fr = new FileReader(FILE);
        br = new BufferedReader(fr);
        String sCurrentLine;

        while ((sCurrentLine = br.readLine()) != null) {

            lineNumber++;
        // System.out.println(sCurrentLine); for testing filereader
            

        } // - while ((sCurrentLine = br.readLine()) != null) {

    } // - try {}

    catch (IOException e) {

        e.printStackTrace();

    } // - catch
    finally {

        try {

            if (br != null)
                br.close();
            if (fr != null)
                fr.close();

        } // - try

        catch (IOException ex) {

            ex.printStackTrace();

        } // - catch

    } // - finally

    String binList[] = new String[lineNumber]; // initialize array for data to be stored
    br = null;
    fr = null;
    String randArray[] = new String[lineNumber];

    try {

        br = new BufferedReader(new FileReader(FILE));
        fr = new FileReader(FILE);
        br = new BufferedReader(fr);
        String sCurrentLine;
        int currentLine = 0;

        while ((sCurrentLine = br.readLine()) != null) {

        // System.out.println(sCurrentLine); for testing filereader
            randArray[currentLine] = sCurrentLine;
            currentLine++;

        } // - while ((sCurrentLine = br.readLine()) != null) {

    } // - try {}

    catch (IOException e) {

        e.printStackTrace();

    } // - catch
    finally {

        try {

            if (br != null)
                br.close();
            if (fr != null)
                fr.close();

        } // - try

        catch (IOException ex) {

            ex.printStackTrace();

        } // - catch

    } // - finally

    ////////////////
    // end        //
    // filereader //
    // stuff      //
    ////////////////

#1765

0x0b


#1766

/mscale 0.8

for a pokemon game xD


#1767


#1768

Trimania


#1769

doesn’t even highlight ogmur…


#1770

wot about conflict?


#1771
Equipment d3LofiObjEmbed 0xe0 1 A steel short sword. 0.5 weapon/blunt_sword Dark Purple Fairy Spike 100 317 392 384 1 70 0x330033 1 11 6 6 5 Short Sword

#1772

https://fpdownload.macromedia.com/pub/flashplayer/updaters/29/flashplayer_29_sa.exe


#1773

https://welcomer.fun/blurple


#1774
	if(r <= 500 && r > 200) {

		speed = 15;
		if(returnAngle()<15 || returnAngle()>345){
			firstGun();
		}

		if(Math.abs(returnAngle) - currentAngle > 180)
			returnAngle++;
		else
			returnAngle--;

	}

#1775

image


#1776
<Behavior tagName="gotoS">ClearTag</Behavior>

#1777

https://www.realmeye.com/player/Muleicorn


#1778

#1779

Tried to paste and got this:

Sorry, that file is too big (maximum size is 3072kb). Why not upload your large file to a cloud sharing service, then share the link?


#1780

Now im curious what it was