Skip 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.

Jack

Members
  • Joined

  • Last visited

Everything posted by Jack

  1. Jack posted a topic in Spam/Off Topic
    @Maldesto had his own emote -> but he got rid of it because people said he did it for attention (which is not true, it was to make fun of him ) I made the emote and that got me to thinking, we should have a contest where people submit an emote and we vote on it to be added to the emotes for a week or two (sort of like sotw). It could replace an existing emote or be a separate emote entirely. Here is one I made to replace ->
  2. only you :P
  3. Yup you will never get kicked :P
  4. How to Hack the OSBot chatroom!!! (Using Chrome) 1) Enter the chat. 2) Press ctrl+shift+j 3) Copy paste this in the the javascript console-> ipb.chat.inactiveKick=.1; 4) Press enter. Congratulations! The chat is now at your mercy! Also spread the word! :Acerd: ->
  5. Jack replied to Jack's topic in Others
    Ok ill fix Ok im fixing now
  6. They had this a while ago. NOT NAMING NAMES :P but it was red and gave a warning that the database was compromised
  7. Jack replied to before's topic in Botting & Bans
  8. Jack replied to Jack's topic in Others
    No but that would also work :P
  9. 4/10 Is that crown from something?
  10. This is a very simple script that checks your Ip address. Try it out Edit: Updated Script! New Link! I also released the source below. http://up.ht/1q2mtLB import java.awt.*; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; @ScriptManifest(author = "Jack", name = "Jack's IP Checker", version = 1.1, info = "Checks your IP", logo = "") public class IPChecker extends Script { String ip = ""; boolean error = false; boolean haveIp = false; private final Font myFont = new Font("Arial", 1, 16); public void onStart() { try { BufferedReader in = new BufferedReader(new InputStreamReader(new URL("http://jackhallam.net/checkip.php").openStream())); ip = in.readLine().split("<")[0]; in.close(); } catch (Exception e) { error = true; } if(ip.equals("")) error = true; haveIp = true; } public int onLoop() throws InterruptedException{ return 1000; } public void onPaint(Graphics2D g){ if(haveIp) if(error) drawStringWithStroke(g, "Error Finding IP Address", 10, 120, myFont); else drawStringWithStroke(g, "My IP Is: " + ip, 10, 120, myFont); } public void drawStringWithStroke(Graphics2D g, String s, int x, int y, Font f){ if(f!=null) g.setFont(f); g.setColor(Color.BLACK); g.drawString(s, x+1, y); g.drawString(s, x-1, y); g.drawString(s, x, y+1); g.drawString(s, x, y-1); g.setColor(Color.WHITE); g.drawString(s, x, y); } }
  11. Unless there is a power outage
  12. We need to add one that people wont be "offended" by then
  13. No it was not to praise you... It was to make fun of you...
  14. Mac and cheese
  15. did you remove ?
  16. Jack replied to Jack's topic in Resolved
    Now it works
  17. 1. Pictures of the account stats All other stats below level 30: 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) misc items <100k 4. Pictures of the quests completed 5. The price you will be starting bids at 6m osgp 6. The A/W (Auto-win) for your account 20m osgp 7. The methods of payment you are accepting osgp, paypal if trusted 8. Your trading conditions You go first or we use a middle man. 9. Account status 10. Original/previous owners AND Original Email Address I am the original owner
  18. Jack replied to Freak's topic in Archive
    Are you an idiot?
  19. I still can't make a topic here: http://osbot.org/forum/forum/181-sdn-upload-requests/ I have an osbot git account. I have done everything. I even waited until the sdn was released. Now just open the section.
  20. If I were to supply membership, how much would someone charge for 70/70/70? (no bans) I would also need these quests for nightmare zone: Vampyre Slayer Tree Gnome Village Fight Arena Lost City Witch's House I would probably pay with a voucher or paypal (verified). Edit: Also how long would this take?
  21. GUI

    Jack replied to Botre's topic in Gallery
    http://java-program-sample.blogspot.com/2011/08/jlabel-positions.html JLabel.TRAILING

Account

Navigation

Search

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.