l3mpik / slither-feeder-bot

Slither.io FeederBots
MIT License
16 stars 17 forks source link

I got like 100 proxies socks and doesnt work #6

Closed mayed505 closed 8 years ago

mayed505 commented 8 years ago

help me where can i get good proxies?

ghost commented 8 years ago

its not a pronlem with proxies the code is bad

ghost commented 8 years ago

problem

mayed505 commented 8 years ago

@kurama129 i fixed it it ws a stupid protection by l3mpik that you had to add the number 3 at the begging of the bot nick but i removed that it was a stupid protection LMAO

anonymousxxx02 commented 8 years ago

@mayed505 can you tell me how exactly you fix that

CupidStunts commented 8 years ago
        if (typeof proxyServer === 'string') {
            var AUTH = process.env.PROXY_AUTH || null;
            if(parseInt(_im_p) === 3){var mode = 'socks';}
            if (proxyServer.indexOf('socks') === 0) {
                mode = 'socks';
            }

change to

  if (typeof proxyServer === 'string') {
    var AUTH = process.env.PROXY_AUTH || null;
    var mode = 'http';
    if (proxyServer.indexOf('socks') === 0) {
      mode = 'socks';
    }

remove this also _im_p = name;

anonymousxxx02 commented 8 years ago

this doesnt exist in the code i have if(parseInt(_im_p) === 3){var mode = 'socks';}

CupidStunts commented 8 years ago

then your all good i guess ;) its in dist/bot.js

anonymousxxx02 commented 8 years ago

ok thanks bro :)

mayed505 commented 8 years ago

@CupidStunts i did that before i posted this :)

l3mpik commented 8 years ago

Stupid protection,lol lmao lol3 lol2,..Soo if u "pro" why u don't make script urself? hahha ^^

mayed505 commented 8 years ago

@l3mpik first, i was testing your script so i can decide whenever if i should use yours and add more features or code from scratch.....secondly,because i felt that project of the " 3 " was stupid why did you even added that?

CupidStunts commented 8 years ago

as a protection so a million skids on youtube dont post it & claim that they made it for subs etc? thx l3mpik...it threw me off on what i was doing at the time lol ;) I appreciate the code mate

ghost commented 8 years ago

and you guys revelead it 😑 but its ok😀

ghost commented 8 years ago

btw how many bots you grt

mayed505 commented 8 years ago

@CupidStunts your removal code it wrong its.. var mode = 'socks'; and not var mode = 'http'; just saying that.