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.

lukas123123

Members
  • Joined

  • Last visited

Everything posted by lukas123123

  1. lukas123123 posted a topic in Swapping
    Hi, not trying to make a profit here just want to trade my rs3 gold for some 07. Avg rate on sites are around 6.6m rs3 > 1m 07 and 1m 07 > 5.5m rs3 thinking we could hit the middle so i trading my rs3 gold at a rate of 6.0m > 1m discord: luuge#1781 or just type here
  2. Can I get a free trial? Thinking of how is the banrate while thieving?
  3. Oh so there is no way to code rs script in js?
  4. are all rs script written in java?
  5. I thought scripts where made in javaScript? why is every guide on java?
  6. Yes, Im trying to make a script for an rsps but do you know the reason why bitmap thing wont work??
  7. This is my script trying to steal from a "Stall" , the program can't seem to find the "stall" and i don't know why. Ive got the colors right and it should find it within my BITMAP my it wont. function findStall() { var x = 200, y = 170, width = 700, height = 500; var img = robot.screen.capture(x, y, width, height); var size = (700, 500); var img = robot.screen.capture(0, 0, size, size); var multi = img.width / size; ; var stallColors = ["#8e7493", "#424254", "#51093d", "#393946", "#69094e"]; for(var i = 0; i < 1000; i++) { var randomX = getRandomInt(0, width-1); var randomY = getRandomInt(0, height-1); var sampleColor = img.colorAt(200 * multi, 170 * multi); if(stallColors.includes(sampleColor)) { var screenX = randomX + x; var screenY = randomY + y; console.log("found stall: " + screenX + "," + screenY + " color " + sampleColor); return {x: screenX, y: screenY} } } // this is the part where im trying to find the stall using colorpixels and bitmap width and lenght. ------------------------------------------------------------------------------------------ // this is my whole code. // import the robotjs library var robot = require('robotjs'); // hela functionen av programmet function main() { console.log("Starting..."); sleep(4000); var stall = findStall(); if(stall == false) { //om ingen stall hittar break programet console.log('could not find stall'); } // tar från stall och droppar while (true) { robot.moveMouse(stall.x, stall.y); robot.mouseClick(); sleep(3000); dropSilk(); break; } } //function för att droppa silk function dropSilk() { var inventoryX = 950; var inventoryY = 437; robot.moveMouse(inventoryX, inventoryY); robot.mouseClick('right'); robot.moveMouse(inventoryX, inventoryY + 50); robot.mouseClick(); sleep(3000); } function findStall() { var x = 200, y = 170, width = 700, height = 500; var img = robot.screen.capture(x, y, width, height); var size = (700, 500); var img = robot.screen.capture(0, 0, size, size); var multi = img.width / size; ; var stallColors = ["#8e7493", "#424254", "#51093d", "#393946", "#69094e"]; for(var i = 0; i < 1000; i++) { var randomX = getRandomInt(0, width-1); var randomY = getRandomInt(0, height-1); var sampleColor = img.colorAt(200 * multi, 170 * multi); if(stallColors.includes(sampleColor)) { var screenX = randomX + x; var screenY = randomY + y; console.log("found stall: " + screenX + "," + screenY + " color " + sampleColor); return {x: screenX, y: screenY} } } // hittade inte Stall return false; } //sleep funktion används genom att skriva sleep(3000); function sleep(ms) { Atomics.wait(new Int32Array(new SharedArrayBuffer(4)), 0, 0, ms); } function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min + 1)) + min; } //kör hela programet main();
  8. Just comment the price
  9. Hi, New to swapping therefore small margine. My stock is not that big atm therefore small trades are recommended Discord: luuge#1781 Or PM Thanks
  10. Is this CLI supported?
  11. Id like a private script pretty simple that auto log out when there is a white dot. Discord: luuge#1781 or PM (I will explain more if you get in contact)
  12. Id like a private script pretty simple that auto log out when there is a white dot. Discord: luuge#1781 or PM (I will explain more if you get in contact)
  13. Dont know if i can find any accounts but if you are selling a member account with 7/14 day membership id like to buy them Rsn: Skeletarm Discord: luuge#1781
  14. Is there a way to try this out before buying?
  15. Ive got an account for you f2p like 45 all melee
  16. Might have done that but dont tell him please
  17. https://gyazo.com/3508878685270f80ed3f45b96962aa79 What ive got monkey nuts 310ea jugs 5gp ea jug of water 20 ea onion seed 10 ea

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.