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.

TzTok Jad

Members
  • Joined

  • Last visited

Everything posted by TzTok Jad

  1. As title says, $50 USA Xbox Giftcard, was sent as a donation for a Dayz server I run, but I am region locked to Canada so cannot redeem. Will go first if user has good reputation. Accepting Paypal/BTC Discord: Lyme#9408
  2. 70 ATK 90 STR 45 DEF, 70 MAGIC, 45 PRAYER, 83 HP Firecape+Mith gloves, defence is quested.
  3. 3M Skype: Heroez7 Discord: https://discord.gg/PrcQFua
  4. Welcome to my thread, My name is TzTok Jad, I have off and on done quest exclusively on the osbot marketplace for the past few years. I've recently gotten back into OSRS and achieved my quest cape once again, now let me do the same for you. Skype: Heroez7 Discord: https://discord.gg/PrcQFua My pricing is very competitive and I aim to have a high turnaround rate. This is not a power-leveling service depending on requirements I may or may not hit your levels for you. Only quests. All pricing is negotiated via PM or Skype and verified by posting in this thread. Please review terms of service before contacting me. OSBot TOS Below:
  5. With BGlove, Firecape 190+ qps
  6. inb4 5 more "not alloweds"
  7. Pssh better off freelancing tbh
  8. if using vnc most client have file transfer option
  9. Siege of Madrigal remix. Originally from Halo OST; Bungie put this song in every Halo game they made, originally in Myth.
  10. MY SUPER BASIC PROBABLY GONNA GET YOU BANNED WINE MAKER What it does: Make wine! How to: Start at any bank that has banker NPCs, make sure you have Jugs of Water and Grapes in your bank or inventory. Features: NONE! Maybe I'll add some "antiban" and paints who knows. DOWNLOAD: CLICK HERE SOURCE:
  11. could try not using rdp to remote you vps try a vnc connection? maybe even teamviewer
  12. Just looking for a rough estimate, when it comes to selling time I will actually detail more about the account. Monkey Madness Mith Gloves FIrecape Ancients Avas Device RS3: Barrows Gloves Shitton of quest cbf to capture all atm Firecape 99 mage, 99 str 95 hp 94 attk 82 range 70 pray 75 def STOPPED PLAYING IN 09-10
  13. Each vps has an IP address. However most vps are out of a data centre (big room full of servers) it's pretty easy to distinguish between a data center IP address and a home address so you'd probabaly need proxis as well There are VPS salesmen on these forums. that would take OSGP.
  14. 2 days isn't long though, IP flagging is real.
  15. TzTok Jad replied to Muffins's topic in Spam/Off Topic
    10/10
  16. 7M -> Be done anywhere from 4-12 hours as I'm about to go to work, and depending on how busy I am determines how fast I can knock it out edit: too late :C
  17. Thanks, you have saved much frustration.
  18. I'm a fucking newb at this, my programmer knowledge is basic at best. I can't for the love of my life figure out why this script doesn't start, I don't even get the onStart messages, I am sure I've done something wrong but can't quite pin it. Please ignore all of my shitty practices, as I'm using this to familiarize myself with the API whilst I learn. EDIT: Also would appreciate any tips one may have to offer. import org.osbot.rs07.api.NPCS; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.script.API; import java.awt.*; @ScriptManifest(name = "TzTok Wine Maker", author = "TzTok Jad", version = 1.0, info = "", logo = "") public class WineMaker extends Script { public int wineMade; public int expGained; public String grapes = "Grapes"; public String jugwater = "Jug of water"; public String unfwine = "Unfermented wine"; NPC banker = npcs.closest("Banker"); @[member='Override'] public void onStart() throws InterruptedException { //Code here will execute before the loop is started log("Starting TzTok Wine Maker"); } @[member='Override'] public void onExit() { //Code here will execute after the script ends } public enum scriptState{ MAKEWINE, BANK, NULL, END } public scriptState getState() { if (inventory.contains(grapes) && inventory.contains(jugwater)){ return scriptState.MAKEWINE; } if (inventory.isEmptyExcept(unfwine)){ return scriptState.BANK; } else{ return scriptState.NULL; } } @[member='Override'] public int onLoop() throws InterruptedException { switch(getState()){ case MAKEWINE: inventory.getItem(grapes).interact(); sleep(random(400,1200)); inventory.getItem(jugwater).interact(); if(getWidgets().get(305, 2).isVisible()){ sleep(random(400,1200)); getWidgets().get(305, 2).interact("Make All"); sleep(random(10000,16000)); } break; case BANK: banker.interact("Bank"); sleep(random(400,1200)); bank.depositAll(); sleep(random(400,1200)); bank.withdraw(jugwater, 14); sleep(random(400,1200)); bank.withdraw(grapes, 14); break; case NULL: log("NULL"); break; default: getState(); break; } return 800; //The amount of time in milliseconds before the loop starts over } @[member='Override'] public void onPaint(Graphics2D g) { //This is where you will put your code for paint(s) } }
  19. great, more shit
  20. You're okay in my book. You are okay.
  21. They overtook me down in Juarez, Mexico

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.