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.

Qubit

Members
  • Joined

  • Last visited

Everything posted by Qubit

  1. It's becoming more and more apparent, users on this forums are becoming more and more butt hurt when they get offended. get over and take a joke
  2. I've never run into this problem but, shouldn't paint update it whether or not it is in the onLoop?
  3. if bank is open... getBank().getItems() //i believe Item[] getItems() - Gets the array of items stored in this container in order.
  4. Qubit replied to Krys's topic in Spam/Off Topic
    Im curious into how the system works.. From my understanding it's dynamic and processing data off the spot, interesting
  5. private internet access... nvm saw you meant vps
  6. damn i was 14 kms, good luck an congratz to everyone
  7. Morova, fixthissite, eliot
  8. no, not at all. compared to other generations
  9. Simple request and the title says it all. I believe it would bring the community closer together and would be great alternative to chatbox. -mentions Gh0st
  10. looks clean tho.. Next time only include your script in the jar file
  11. client side vs server side, is something you might want to look into or understand.
  12. Use the onPaint() method in the script class e.g public void onPaint(Graphics2D g) { if(image != null){ g.drawImage(image, 545, 139, null); } g.drawString(formatTime(timer.getElapsed()), 388, 277); //395 g.drawString("Hides: " + hides, 388, 289); if(buryBones || keepBones)g.drawString("Bones: " + bones, 388, 301); } Graphis2D api https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics2D.html
  13. So in my intro to machine organization course, two kids in my class created a program to auto solve bomb lab and attack lab. I thought this was probably the coolest thing ever and just wanted to share it. Information about the labs are in the link below. (Also advise everyone to try the labs as they are great and informative, they took me some decent amount of time to solve) Bomb lab Program: Disassembles a program in c in assembly x64. After analyzing the code it finds an input that triggers a solved procedure call Attack Lab Program: Disassembles a program in c n assembly x64. After analyzing the code finds an input string that executes/calls/ and exploits certain programs http://csapp.cs.cmu.edu/3e/labs.html
  14. if this is true then damn nice! I wanna see some picks tho, for research purposes obv
  15. if (this.map.canReach((Entity) this.arrows) && !this.arrows.isOnScreen() && !this.isPlayerAnimating()) { this.walking.walk((Entity)this.arrows); //Why not just interact with?. Removing this would also cut off time to collect arrows } if (!this.isPlayerAnimating()) { this.arrows.interact(new String[]{"Take"}); } counter get number of arrows at pos attempt to pickup, get number of arrows at same pos and get difference and add to counter, price checker there's many snippets of that code in the tutorials section for the forum
  16. kiss ass
  17. whatcha think? Alot, of stuff has been deleted from copyright claims. https://www.youtube.com/playlist?list=PLtyh_e8OdLhtqZmT-DWqmfTLjanGtI5qV
  18. So, I just found out from my regional manager I'll be teaching Python not C++ this summer... I have avoided Python up until now mainly because I've had no use for it and I hate it's white space. When I say avoided I mean, I fucking hate it and all it's fan boys I've come across, no offence. I most proficient in Java and getting almost as good in C/C++. So I was wondering if anyone would recommend a decent book for me to quickly grasp the concepts for next month. Also, I don't know why, I asked to teacher older kids around 18 but the Python class is some intro one for 10-12 years old so I don't expect to be going deep into the language at all.
  19. Qubit replied to Qubit's topic in Spam/Off Topic
    Thought it was only csgo, but now I realized it is happening in other fps games i have maybe you are just retarded
  20. Qubit posted a topic in Spam/Off Topic
    So two days ago for some reason I have been getting this weird bug where every 5-7 seconds my fps drops crazily. Being I don't have vsync on I watch as 300 fps goes to 150, and the screen freezes for half a second. I've verified the cache integrity 2 times and my drivers are up to date.. It is just this game too, so I have no clue what to do.. specs, geforce 980, i7-56k, 16gb ram 5/7 I have realized this is not happening just to csgo now, but to other fps games too
  21. wait so, ankous and flesh crawlers scripts are no longer supported?
  22. Looking for some suggestions for a new laptop in the 1000-1200 range. I would be primarily using it for programming for school. Currently I have a desktop I built with decent specs I use for gaming, so the laptop would be for commodity. But yeah as I said It will be a travel laptop which I would bring to with me to class and on campus to the library and stuff. I'm looking at the razer blade stealth. But I'm also tempted with the mac book air even though I hate mac and have never learned to use one in my life. I also believe that all macs come with a swift ide, so ios development would be possible, which I don't plan on doing but it will be there if I ever need it. So shoutout some stuff, and thanks for the feedback.
  23. you should probably learn some more programming logic before scripting.. Makes everything a bit easier

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.