OSRS Emulator Bot

08/01/2021 12:56 SnowyGryphon#1
[Only registered and activated users can see links. Click Here To Register...]



[Only registered and activated users can see links. Click Here To Register...] 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.

[Only registered and activated users can see links. Click Here To Register...]


Try for free:

  1. Download and start the emulator [Only registered and activated users can see links. Click Here To Register...]
  2. Download and start [Only registered and activated users can see links. Click Here To Register...]
  3. Enable ADB in bluestacks settings
  4. Bot should now know about the emulator
  5. Follow the quick start scripting guide [Only registered and activated users can see links. Click Here To Register...] or just test run the Oak Logs builtin script
  6. Join the [Only registered and activated users can see links. Click Here To Register...] :)
08/03/2021 11:19 SnowyGryphon#2
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 :)
08/08/2021 19:23 SnowyGryphon#3
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.
09/30/2021 10:28 SnowyGryphon#4
Online
10/28/2021 02:49 zenuwartsen#5
Any vouches ??? could be a rat
10/31/2021 18:55 SnowyGryphon#6
Just check the discord and ask, there plenty of people is using my software.
11/24/2021 19:30 SnowyGryphon#7
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.
02/23/2022 13:24 bountykronex#8
did it die the project?
02/23/2022 20:57 SnowyGryphon#9
Quote:
Originally Posted by bountykronex View Post
did it die the project?
Project is more alive than every, usually don't have time to enter all the new updates here :D
03/04/2022 18:45 SnowyGryphon#10
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
03/12/2022 09:49 lazaraslong1202#11
Really good botting platform thanks Snowy :)!
03/25/2022 03:07 k1ng71292#12
so how do i download this ?????
04/03/2022 17:33 OELABOELA#13
Is this injection like powbot?
01/09/2023 12:57 Tailong123#14
Unable to open the page. Is it expired?
01/18/2023 09:44 lazaraslong1202#15
Bot platform is gone :( Sadly it Snowy has disappeared for months now. Almost a year if not already.