Masuzu / SarasaBot

A GBF bot for automated raid farming with scriptable behaviour
https://gbtools.azurewebsites.net/SarasaBot/en/Home
27 stars 4 forks source link

Who is サラーサボット (Sarasa bot)?

Sarasa is a bot for Granblue Fantasy designed to automatically track raids, join them, collect the loot, and then do the same again!

raids_to_track = <user defined>
while (continue) do
  new_raid = wait for new raid in raids_to_track to pop
  join new_raid
  run <user defined Lua script>  
  if Sarasa can't join a new raid then
    collect loot
  end
end

It can:

Last but not least, it never gets tired.

It is compatible with Viramate skill and summon hotkeys, should you use it. It is generally faster to use the hotkeys instead of clicking on the character whose ability you want to use, then on that ability icon.

Sarasa Bot consists in an executable program and a Chrome Extension. Contrary to Chrome Web Store extensions which can be tracked by ID (such as Viramate or AnCheera), the Sarasa Bot extension has no fixed ID: its ID is generated randomly at installation and can be easily regenerated on demand. Sarasa does not inject any Javascript code or HTML contents tampering with the original GBF webpage. In the same fashioin as Zooey Bot, Sarasa controls your mouse and keyboard inputs in the same way as a human would do: click positions, mouse trajectories and delays are all randomized.

Sarasa Bot does not store any personal information about the user account.

Download website

Why Viramate or (insert here any other extension name which can be found on the Chrome store) can be easily detected?

By design from Google, the only way to know whether a Chrome extension is used is to know its ID. As stated above, Chrome Web Store extensions have a fixed ID from the first day they are released on the store. Sarasa is not available on the Chrome Web Store and is installed by loading it manually. Therefore, regenerating its ID on demand and at any time makes it untrackable.

Why tampering with frame per seconds and other similar hacks can be easily detected?

Just to give you some context, this allowed players to increase the speed of the animations by a significant amount, resulting in faster turns and thus much more damage dealt than regular players. This was achieved by modifying some of the Javascript variables on the GBF webpage. Detecting that a variable has an impossible value in your webpage is easy, isn't it? Bingo!

Sarasa does not mess with any of the elements of the HTML page, neither does it try to modify any of the Javascript variables on the GBF webpage.

Resources

Setup and installation

Getting down to business: first run

Raid selection

Lua scripts

Regenerating your Sarasa extension ID

Summon selection

Frequently Asked Questions

Current version patch notes 2.13.7