Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LoudIP - Client IP Checker

Featured Replies

IP Checker - As Requested By Users


c861f8942f1dd9cdcb34d6f29e3e230f.png


 


Download:


http://download1503.mediafire.com/6datvo8lpfrg/dqkf65cp60j3atz/LoudIP.jar


 


Source:




import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics2D;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

@ScriptManifest(author = "LoudPacks", info = "Displays / Logs IP Address", logo = "https://i.gyazo.com/00abb63af082b08c5223160fa5129871.png", name = "LoudIP", version = 0)
public class main extends Script {

private String ip = null;

@Override
public int onLoop() throws InterruptedException {
if (ip == null) {
try {
URL whatismyip = new URL("http://checkip.amazonaws.com");
BufferedReader in = new BufferedReader(new InputStreamReader(whatismyip.openStream()));
ip = in.readLine();
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
} else {
log("Your IP Address is: " + ip);
}

return 3000;
}

@Override
public void onPaint(Graphics2D g) {
g.setColor(new Color(72, 62, 51, 200));
g.fillRect(0, 285, 518, 53);
g.setColor(new Color(186, 171, 140, 255));
g.setFont(new Font("Lucida Sans", Font.BOLD, 24));
g.drawString("Your IP Address is: " + ip, 30, 330);
}

}




Virus Scan:


SIKE


Edited by LoudPacks

wow that's pretty cool and useful, good job

and nice wizzy (g) and mystic show off :kappa:

you'd expect that the client would tell you itself in like the runtime info or something.


btw it wouldnt be hard to guess the first 2 numbers of your IP as the rest are easy to see what they are :doge:

Nice one.

 

Also no adverts on that checkip.amazonaws.com site, which is good.

  • 1 month later...
  • 11 months later...
  • 3 years later...
  • 3 years later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.