Jump to content

Soldtodie

Members
  • Posts

    505
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Soldtodie

  1. This is only the content script. var blocked = ["FrostBug", "Ragme", "upotudrop", "Ahmad Diab", "uta", "Xylate", "HeyImJamie"]; remove(); function remove() { var elements = document.getElementsByTagName("small"); for (var i = 0; i < elements.length; i++) { var name = elements[i].children[0].children[0].children[0].innerText.toString(); for (var b = 0; b < blocked.length; b++) { if (name === blocked[b]) { elements[i].parentElement.remove(); break; } } } setTimeout(remove, 100); } Or full chrome extension(source): https://www.sendspace.com/file/d2ehc1
  2. I didn't know animation is possible with photoshop but Blitzcrank and Thresh are the best!
  3. Just create a few new accounts and bot mining, wc or fishing. After that wait till they get banned and how long it takes. Then you have a time and you can test. (Delayed ban = 1-2 days after)
  4. Just use myPlayer().getPosition().distance(tile) < 14
  5. First of all, why is your Ip address static? Second, you can just change your mac adress.
  6. To use States isn't faster or less resource expensive... It's just cleaner to read... If you look at the code it's slower and uses more resources.
  7. Is there any market for those accs? Lvl 60-80 and how much would they cost.
  8. I lost my 1m/h [NO REQS] money making method! Can you give me yours?
  9. When was the last ban day? Because i am botting mining with fresh account 24/7 till tuesday.
  10. Just: Mouse.move(menu.getOptionRectangle(menuActionNumber));
  11. You are Timekeeper. You keep the time, you don't delete it.
  12. You haven't read it correctly. I got demoted to Scripter 1 and after this it was only a few days later.
  13. It's the first time I released something on the sdn. And they removed my Scripter 2 because I was away and few days later after I want to update my script they deleted my scripter rank.
  14. My scripter rank and my script on the sdn got deleted after I asked something about my git account. Zach deleted my thread and he doesn't say something about it. I don't know what's going on?!
  15. I think this would be good for bots.
  16. I don't understand why this is a snippet? It's just a normal dropping method.
  17. I would play Blitzcrank supp. Same name as here.
×
×
  • Create New...