Jump to content

CanCo

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Female

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CanCo's Achievements

Bronze Poster

Bronze Poster (2/10)

0

Reputation

  1. Is there a difference between botting on a network linked to a company that has up to thousands of users on the same network vs a normal home network? EDIT: talking about ban rates
  2. Na got permed at 2050+ on one account tho :P
  3. Alright that sounds like a plan, thanks all
  4. Yes i know that is what i posted. What i am looking for is not area using main tiles but using local tiles that are inside instance, because main tiles change in instances but local tiles stay the same.
  5. How can I use local titles instead of the set tiles eg. in an instance area the local tiles are always the same, but the main tiles change so it is easier to use local tiles. (EDIT: in this instance anyway, not sure about other instances) How can this be done? Current: Area area = new Area(x, y, x, y); Is somthing like this possible: Area area = new Area(LocalX x,LocalY y,LocalX x,LocalY y);
  6. Hey so i was looking to get my script on the SDN and read through: https://osbot.org/forum/forum/181-open-sdn-upload-requests/ I am supposed to create a Git hub account request but it wont allow me to crate a topic in the SDN UPLOAD REQUEST FORUM, how do i go about doing this?
  7. Nice man. Is there any graphical design software that can be compared to photoshop? (And free)
  8. CanCo

    OSRS mobile

    OSRS Mobile will be amazing! It will no doubt create a bigger community here at osbot
  9. I know that isQuickPrayerActive() will show if on or off im asking how to turn it on and off.
  10. I was looking for checking of prayer points and turning quick prayers on and off in the api. I found the Prayer api where i found ways to turn on and off single prayers, check if quick prayers are turned on/off but not actually turning them on/off and checking the amount of prayer points that are left. I was here: https://osbot.org/api/org/osbot/rs07/api/Prayer.html Thanks for the help ;)
  11. Hey i simply dont understand how to implement this code. What imports do i need for it?
  12. When I start the client i see the two different modes: stealth injection and mirror mode. What is the difference and is one safer than another? Thanks for all replies
  13. I am trying to have my script hover on a specific tile but i cant find/ understand the API well enough to find out what to do >.> I tried like this Position(2618, 3444, 0).hover(); Would really appreciate the help
×
×
  • Create New...