OSRS Emulator Bot menu

User Tag List

Results 1 to 13 of 13
  1. #1
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    OSRS Emulator Bot





    OSRS Emulator Bot is a scripting platform for people who want to run their bots on Bluestacks.
    With this bot you have direct access to essential game data and interact with methods.
    Which is a major improvement over using simple pixel bots.
    Everything through a custom client somewhat like PC OSRS bots does.




    Emulators has low banrate

    It is pretty established in these communities that using a emulator is safer than PC
    based bots. This has several script creators on these forums already proven.
    Most of them are pixel bots and work well. But they take more time to create.
    This bot makes use of it's own APK and communicates directly with the OSRS client,
    this is how it has direct access to data about the world and is able to interact with it.




    Pixelbased scripts are hard to create

    Let's say you want to interact with a character on the screen.
    How do you do that with pixel scripts? Especially if the character is moving around?
    One way is to use python and AI to detect the character on the screen.
    Sounds cool, but it is lots of work and it is specific to that character.
    And what if the character is not on the screen? Does the script fail then?

    OSRS Emulator Bot communicates directly with the Emulator and have precise access to
    all the objects in the world. Everything you need to do is query the character by name
    and make a call to the interactWith method. Literally 3 lines of code and then everything
    just works.


    Code:
    NPC npc = bot.getNPCs().getClosest("Zulrah"); bot.interactWith(npc, "Attack");


    Reliable interact with method

    What PC OSRS bots usually do is that they create an abstract mouse and simulates input.
    This means that it sometimes fail and it also often depends on the zoom
    of the camera. OSRS Emulator Bot directly calls the interact with method and therefore these
    interact with commands never fail as long you are in range.





    Try for free:


    1. Download and start the emulator Bluestacks
    2. Download and start OSRS Emulator Bot
    3. Enable ADB in bluestacks settings
    4. Bot should now know about the emulator
    5. Follow the quick start scripting guide here or just test run the Oak Logs builtin script
    6. Join the discord

    Attached Thumbnails Attached Thumbnails OSRS Emulator Bot-2-png   OSRS Emulator Bot-3-png  
    Last edited by SnowyGryphon; 08-13-2021 at 03:29 AM.

    OSRS Emulator Bot
  2. #2
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0.2.1 has now been released. The following improvements has been made: Chat query, Grand Exchange sell and buy, interact with inventory item is now working properly etc

  3. #3
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New release

    0.3.1 now released. Now all the game object data should be available. + all the interact routines are now working properly. More or less everything important should now be working.

  4. #4
    Shadezz's Avatar Member
    Reputation
    13
    Join Date
    Dec 2009
    Posts
    66
    Thanks G/R
    2/3
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is pretty cool Do you have any demo scripts? I'd love to just test it out really quick before comitting

  5. #5
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been toying with a Varrock Oak Logs script today. It will be part of next release tomorrow along with a bunch of bug fixes

  6. #6
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Version 0.4.0 released.
    Bug fixes: camera data, walkToTileOnMinimap etc.
    Features: Inventory item names, world object lookup utilities etc.

  7. #7
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Online today

  8. #8
    DwiPristianto's Avatar Member
    Reputation
    1
    Join Date
    Sep 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can I buy that for osrs gp and by the way I'm difficult to connect to discord are I can email or something else.

  9. #9
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, I accept OSRS GP

  10. #10
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OSRS Emu Bot is now out of beta. Fixed a few bugs, it is now possible to interact with player house items by using the interactWith(GameObject, int global_id) API. Check getActionLog to find out what ID to use. Other than that I am about start adding high quality scripts. Was gonna start with Sand crabs and Ammonite crabs. If you want something talk to me and I'm gonna make it a priority.

  11. #11
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.1.0 released.
    Massive improvements today, webWalking and auto pathing is now available through webWalkTo methods. Go to the closest bank with bot.getBank().openClosest() method. Bot is now also auto toggling running, configure that with getEnergyManager(). And a bunch of other things I've already forgotten

  12. #12
    SnowyGryphon's Avatar Member
    Reputation
    2
    Join Date
    Jan 2021
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.5.11 released.
    Changes include:

    fixed withdrawAllButOne bug
    fixed interactWith spam called in webwalker
    fixed local player null in onStart
    fixed connect refuse
    fixed player energy 0 in onStart
    added getLastTapTime, getLastInteractTime
    added interactWith(Widget, global_action_id, action)
    reversed logs direction
    added combobox selectIndex
    script search is now case insensitive
    fixed obstacle handlers
    Tunnel
    Cave
    Travel npcs
    fixed support for running on hardware
    added manully add adb clients
    fixed onChatMessage

  13. #13
    Daniel3131's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey!

    I tried clicking the link for the bot. I just get the message that the page is unavailable :/

Similar Threads

  1. [Selling Bot] Maple Story M Bot 2021[Multiple Emulator Bot]
    By mintlinks in forum Mobile Buy Sell Trade
    Replies: 0
    Last Post: 04-29-2021, 02:40 AM
  2. [Bot] Botting.rs - FREE open source OSRS/NXT bots
    By BigOlYikesFromMe in forum Runescape
    Replies: 0
    Last Post: 12-19-2020, 07:23 PM
  3. AmuliusRSPS - OSRS Emulation
    By amuliuspvp in forum Runescape
    Replies: 39
    Last Post: 10-07-2017, 05:13 AM
  4. OSRS Botting?
    By element19090 in forum Runescape
    Replies: 7
    Last Post: 05-22-2016, 07:12 AM
  5. I Have a voting bot for WoW Emulated Servers, I need to decompile it, HELP
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 12-04-2007, 12:04 PM
All times are GMT -5. The time now is 05:20 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search