LeoWuVinci / agar.io-bot

Agar.io Bot Framework for Bot Developers
GNU General Public License v2.0
191 stars 76 forks source link

Add Your Own Custom Name! #11

Open account21 opened 9 years ago

account21 commented 9 years ago

This isn't as much of an issue as it is a cool thing to try out. If you edit the main out js file and scroll to the way bottom you can add, remove, and change names without any coding knowledge at all! I have a suggestion though. Could there be a way to possibly be able to type in your name like you normally would on agar.io instead of it giving you predetermined names? This would not be good for the people that just want to let the computer do it's thing but maybe you could have a box that you could tick for that option? Awesome bot, by the way!

LeoWuVinci commented 9 years ago

This would be something I would consider when the framework is more popular :)

phadeb commented 9 years ago

I endorse this, this shouldn't be hard or time consuming to code.

cj81499 commented 9 years ago

Leo didn't want to let users choose their own names because he felt they shouldn't get credit for the bot's work.

EDIT: I know because I asked him about it on the stream a while back.

jononon commented 9 years ago

I agree. Lots of people are going to be using this bot and Lio deserves credit for his work. If you want your own name, just fork the repo.

cj81499 commented 9 years ago

Pretty much exactly how I feel.

On Jun 6, 2015, at 6:55 PM, Jonathan Damico notifications@github.com wrote:

I agree. Lots of people are going to be using this bot and Lio deserves credit for his work. If you want your own name, just fork the repo.

— Reply to this email directly or view it on GitHub.

jononon commented 9 years ago

Names are stored at line 2115 here: https://github.com/leomwu/agario-bot/blob/master/main_out_519v2.js

window.skinNames=[
    'twitch/gamerlio',
    'nomday.com/lio',
    'Yaranaika',
    'Pokerface',
    'Sir',
    'Mars',
    'Stalin',
    'Moon',
    'Wojak',
    'Imperial Japan',
    'Doge',
    'Earth',
    'Bait',
    'Steam',
    'Piccolo',
    'Sanik',
    'Cia',
    '4chan',
    'Ayy Lmao',
    'Qing Dynasty',
]

Fork and change.