Slither.io-bot: Long quotes can still cover text

Created on 8 May 2016  Â·  21Comments  Â·  Source: ErmiyaEskandary/Slither.io-bot

http://img.prntscr.com/img?url=http://i.imgur.com/YnUsV1y.png

normal confirmed bug

Most helpful comment

We need a menu of menus and a hot key to show the main menu

On Sunday, May 8, 2016, Seple [email protected] wrote:

hmmm
maybe a new place suitable for menu
look ------>>> http://s32.postimg.org/4u4n85zid/menu.jpg

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/ErmiyaEskandary/Slither.io-bot/issues/104#issuecomment-217747458

All 21 comments

Make a new issue for the bot respawns and then turns off. For the current quote, its over the limit and its not important. We can't move it down any further or it will look weird.

Yeah - it would look weird if we move it even further down when there is no message. Maybe move the message around ?

Nicknames aren't supposed to be longer than 25 characters, I call hacks

hmmm
maybe a new place suitable for menu
look ------>>> http://s32.postimg.org/4u4n85zid/menu.jpg

We need a menu of menus and a hot key to show the main menu

On Sunday, May 8, 2016, Seple [email protected] wrote:

hmmm
maybe a new place suitable for menu
look ------>>> http://s32.postimg.org/4u4n85zid/menu.jpg

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/ErmiyaEskandary/Slither.io-bot/issues/104#issuecomment-217747458

Maybe a menu bar at the top of the screen that always shows

On Sunday, May 8, 2016, chancey hawbaker [email protected] wrote:

We need a menu of menus and a hot key to show the main menu

On Sunday, May 8, 2016, Seple <[email protected]

hmmm
maybe a new place suitable for menu
look ------>>> http://s32.postimg.org/4u4n85zid/menu.jpg

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/ErmiyaEskandary/Slither.io-bot/issues/104#issuecomment-217747458

We need a menu of menus and a hot key to show the main menu

YES

@ChadSki I think it was a quote, the person's username was actually starlord.

Who knows, I never had the longest length

There's no way to communicate other than usernames as far as I know. Slither.io might only be doing client side length evaluation and, starlord hacked around that.

Oh wait, it does look like a quote. Does the site prompt for a quote when you're the longest?

@ChadSki Yes... If your the largest snake in the game, it will ask you to input a message for everyone to see.

Look for victory or victorymessage in the source code

On Sunday, May 8, 2016, Drflash55 [email protected] wrote:

@ChadSki https://github.com/ChadSki Yes... If your the largest snake in
the game, it will ask you to input a message for everyone to see.

—
You are receiving this because you commented.
Reply to this email directly or view it on GitHub
https://github.com/ErmiyaEskandary/Slither.io-bot/issues/104#issuecomment-217752154

There is a clientside packet sent...

OFFTRACK ALERT
Which sends the longest snake message... But I'm sure it won't be easy to hack it...

@chancity Something like this? view-source:http://slither.io/ (Go to slither.io and press Ctrl + U )

Line 189

I think this is the main code for the game:
http://slither.io/s/game20fjk.js _You can make it readable using this site: http://www.danstools.com/javascript-beautify/_

// Remove social
window.social.remove();
//Remove victory message
window.vcm.remove();

image

The above should work

What if we just append our menu items to wherever the victory message is placed?

That way it always lines up appropriately and we don't need to adjust absolute coordinates.

It's been removed in the latest PR merge ...

Fixed ... Victory messaged removed...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jellybabies picture jellybabies  Â·  7Comments

EatSnakes picture EatSnakes  Â·  3Comments

takeachillphill picture takeachillphill  Â·  8Comments

bernardojedi picture bernardojedi  Â·  4Comments

Tomboman picture Tomboman  Â·  5Comments