Yes folks, it's finally here, the long awaited emjack update made especially for Sandbox. With permission from Foxie, I present to all of you https://greasyfork.org/en/scripts/10698-emjack
New Features
Working Copy/Paste
Modified vote spam prevention to make flashing as silenced easier
Dynamic role and alignment display
Dynamic vote count display (use /toggle to toggle on and off)
Auto name and role in will
/role command to see the mechanics of any role
/afk turns AFK Mode on/off
/vote allows you to vote for a particular person from the type box.
/nl allows you to quickly no-lynch.
/suggest and /bug allow you to pm suggestions/bug reports directly to me.
Screenshots
deletedover 8 years
oh yeah this is broken as hell. my bad. unstickying.
it looks like lucid made a concerted effort to break userscripts
fortunately this is javascript so that's impossible
this will work on any website. because this is javascript.
im not going to bother intercepting angular calls but angular is just javascript, it uses the same methods. function.call, array.slice, object.create. these all expose everything. fix what's actually broken lucid
If you want to change it in one game then you can change it by simply rewriting the will.
If you want to change it permanently you'll have to edit the script's sourcecode. The will is defined with this line (hopefully em's formatting won't kill it, in emjack's current version, it's line 463):
and then change it around however you want to. It's in javascript but you need a really minimal syntax (pretty much just follow the syntax already used) to change it around.
Afk mode is no longer automatic, so it shouldn't be an issue anymore. Make sure you have updated your script to the most recent version, and use /afk to turn afk mode on/off.