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.

Jack's Pest Control

Jack's Pest Control 38 members have voted

  1. 1. How much should I charge?

    • One time payment $5
    • One time payment $10
    • One time payment $15
    • Recurring payment $5 per month

Please sign in or register to vote in this poll.

Featured Replies

Jack's Pest Control


Coming Soon!


 


It is getting closer and closer to flawless every day!


 


I'm adding the paint now, but here is a picture of the logging system...


 


bWFZIwe.png?1


 


I plan to release it as soon as possible into the sdn! 


I personally voted for the $5 because once I have full void, i never go to pest control ever again :3 

Ye JUST PLEASE NOT FREE THE BAN RATE WILL SKY ROCKET I VOTED $5

  • Author

Ye JUST PLEASE NOT FREE THE BAN RATE WILL SKY ROCKET I VOTED $5

This is why I dont want it to be free. I want everyone to be safe botting with it. It is very human like though, it attacks spinners first, etc.

$5 then $2.99 monthly because usually I don't use PC for more than a month, and if I need to do it after a reduced price would be better than $5 $5 $5 $5

Will it World hop, like look for the world the majority of clan members are in then hop to that specific world? I would pay much more if this was supported

  • Author

Will it World hop, like look for the world the majority of clan members are in then hop to that specific world? I would pay much more if this was supported

I can look into this, but the clan chat interfaces and not in the api

 

Will it World hop, like look for the world the majority of clan members are in then hop to that specific world? I would pay much more if this was supported

I can look into this, but the clan chat interfaces and not in the api

Read the interface data from the clan members, array the worlds all the members are in. Using a map find the most common number in the array and hop to that world.

Something like this.

 

public int getCommonWorld(int[] a)
{
int count = 1, tempCount;
int world = a[0];
int temp = 0;
for (int i = 0; i < (a.length - 1); i++)
{
temp = a[i];
tempCount = 0;
for (int j = 1; j < a.length; j++)
{
if (temp == a[j])
tempCount++;
}
if (tempCount > count)
{
world = temp;
count = tempCount;
}
}
return world;
}

Edited by Th3

  • Author

Will it World hop, like look for the world the majority of clan members are in then hop to that specific world? I would pay much more if this was supported

I can look into this, but the clan chat interfaces and not in the api
Read the interface data from the clan members, array the worlds all the members are in. Using a map find the most common number in the array and hop to that world.

Something like this.

public int getCommonWorld(int[] a){int count = 1, tempCount;int world = a[0];int temp = 0;for (int i = 0; i < (a.length - 1); i++){temp = a[i];tempCount = 0;for (int j = 1; j < a.length; j++){if (temp == a[j])tempCount++;}if (tempCount > count){world = temp;count = tempCount;}}return world;}

im good with the advanced java part, its just reading the world from the interfaces that im having trouble with.

You gonna have to make your own hook to get the components of the child for it since API doesn't support the option at the moment. I think it's the components of interface 489 child 5. 

  • Author

You gonna have to make your own hook to get the components of the child for it since API doesn't support the option at the moment. I think it's the components of interface 489 child 5.

Is there an example somewhere?

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.