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.

House

Trade With Caution
  • Joined

  • Last visited

Everything posted by House

  1. I'm not directly stating its what you are going to teach, my point is to teach you have to know the proper way and not just the way that works!
  2. Make sure you teach stuff that is correct / conventional and not ghetto osbot scripter equivalent
  3. int itemCount = (int) getScript().getInventory().getAmount("Beer"); public int getIncrease(String name) { int count = 0; for (Item item : getScript().getInventory().getItems()) { if (item == null) break; if (item.getName().equals(name)) count++; } int increaseAmount = count - itemCount; itemCount = count; return increaseAmount; } Don't forget to handle when you bank and the increase becomes negative
  4. Just in case you're not sure what "alphanumeric" means. Anything that's numbers and letters.
  5. I can't handle your memes 3much5me
  6. I know all this, Just if plebs see posts like this they will be like "omg Realist is ".
  7. I cant decipher @Zerker 's intentions, he memes with Realist but then also fucks him over by posting it.
  8. Can't wait till it tries to hop to a DMM world or a PVP world
  9. Untested: boolean hop = false; int oldWorld = -1; if (hop) { if (getStore().isOpen()) { getStore().close(); return 300; } getWorlds().hopToP2PWorld(); if (oldWorld != getWorlds().getCurrentWorld()) hop = false; return 300; } if (!getStore().isOpen()) { // open store return 300; } String item1Name = "Item1"; String item2Name = "Item2"; Item item1 = getStore().getItem(item1Name); Item item2 = getStore().getItem(item2Name); if (item1 != null && getStore().getAmount(item1Name) > 0) { getStore().buy(item1Name, 5); return 300; } if (item2 != null && getStore().getAmount(item2Name) > 0) { getStore().buy(item2Name, 5); return 300; } hop = true; oldWorld = getWorlds().getCurrentWorld(); Hope you get the gist of it Also use HHopper
  10. Switching mules once a week seems solid, i have not had a mule account banned yet using that method.
  11. House replied to imancity's topic in Scripting Help
    You need to make a JButton which you can label "Start" for example. Then you need to give it an ActionListener which then sets the ID's of the rocks / locations you want to mine at based on your users selection from other elements in the gui
  12. HScrollingLogger Code: Usage: HScrollingLogger.add("Started Script."); HScrollingLogger.add("Test message 1."); HScrollingLogger.add("Test message 2."); HScrollingLogger.add("Test message 3."); HScrollingLogger.add("Test message 4."); ... @ Override public void onPaint(Graphics2D g) { HScrollingLogger.paintLog(516, 340, g); } What it looks like ingame:
  13. I would like to ask xylate to attempt to prove he purchased HGoldAmulet from me or would like this dispute closed for good. At this point I'm not even going to argue his principal is invalid because it seems pointless and I will just straight out say that the rules state I have to sell it to you to make it your private script. Due to the lack of a transaction i don't see how you can be referring to the rules. His argument is invalid and his assumption I sold him a private script called HGoldAmulet is invalid because he never gave me any money for it.
  14. Is this considered lucky?
  15. Try delete your OSBot folder and restarting the client, maybe that will help?
  16. He has never purchased HGoldAmulet. If he refers to "whatever House says he broke the rules anyways" i have not broken any rules i never sold it to Xylate. To Xylate: Man i literally gave it to you so you can farm for me and we both benefit from it. What Xylate did back at me is disrespectful and unjust in my eyes.
  17. House replied to a post in a topic in Community Discussion
  18. Xylate says his proof is not approved for a while now on here which i don't believe since mine was approved almost instantly. He claims that this proves i gave him ownership: He then tried to validate his point by posting an image of me agreeing however it is not in the right context. In reality the context is: For one i never agreed to that statement and secondly that means i do not disclose files and data from the goldfarm vps i had access to as well.
  19. Sure thing, i'm still awaiting his response about his false allegations. NOTE: this is the agreement we had as posted prior: Would like to highlight the "no drama later" part -.-
  20. Ok, on my request close it? I have provided evidence which proves his claims are completely invalid.
  21. Xylate tried to sell my script i gave him as well and when i caught him he claimed he was "trying to direct them to me". When i was asked to create "HFlax" essentially by another customer i said sorry i cant do that Xylate has ownership. I also then learned he was trying to sell it himself. Provided by @@AmericanKid:
  22. Xylate please screenshot where you claim that i sold "HGoldAmulet" to you and or that our agreement stated that you have ownership of the script "HGoldAmulet" which i gave to you to gold farm with and i get 50/50 cut from profits.
  23. TLDR: Xylate purchased "HFlax" from me. I gave Xylate the script "HGoldAmulet" completely unrelated whith no charge to farm for me under an agreement. I sold MY script "HGoldAmulet" to Badluckgp who was aware of everything and purchased to gain ownership of the script. Xylate thinks he has ownership of "HGoldAmulet" however he has not proven i sold it to him and i have not done so so he cant prove it. In the process of trying to prove my innocence in the trouble Xylate created by jumping to conclusions and not contacting me, i posted proof which contained links to the scripts. Probably banned off OSBot now because of Xylate and a stupid mistake on my end when i tried to prove myself innocent :^)

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.