Advertisement
Guest User

Slither io script

a guest
Nov 10th, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/34s5vetw (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. xzendercage/slitherbot
  10. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  11. Name already in use
  12. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  13. Sign In Required
  14. Please sign in to use Codespaces.
  15. Launching GitHub Desktop
  16. If nothing happens, download GitHub Desktop and try again.
  17. Launching GitHub Desktop
  18. If nothing happens, download GitHub Desktop and try again.
  19. Launching Xcode
  20. If nothing happens, download Xcode and try again.
  21. Launching Visual Studio Code
  22. Your codespace will open once ready.
  23. There was a problem preparing your codespace, please try again.
  24. Greasy Fork
  25. You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.
  26. You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.
  27. You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.
  28. You will need to install an extension such as Tampermonkey or Userscripts to install this script.
  29. You will need to install a user script manager extension to install this script.
  30. How to install
  31. You will need to install an extension such as Stylus to install this script.
  32. You will need to install an extension such as Stylus to install this script.
  33. You will need to install an extension such as Stylus to install this script.
  34. You will need to install a user style manager extension to install this script.
  35. You will need to install a user style manager extension to install this script.
  36. Author winceptor Daily installs 2 Total installs 18,638 Ratings 7 1 0 Version 3 Created 2016-05-01 Updated 2016-05-20 License N/A
  37. This is a bot for slither.io game, which injects AI into games draw function.
  38. To use: install this and go to slither.io site -> enter nick and press play. Script will do the rest including respawning worm on death. (theres 3s delay, don't worry it works)
  39. Bot has a certain type of learning algorithm which is basically weighted DNA system I did for agar.io once.
  40. It tries random variations of current best REALDNA, by generating TESTDNA using altered values and then updates REALDNA depending on how well your worm performed in last two games (score on death).
  41. To see how your bot has generated new setting values type in browser console: printbot()
  42. That will show you bot's current DNA and other stuff and you can play around with it by changing those and pasting back into console like:REALDNA = [86.83,2.72,544.52,206.6,629.25,54.17,0.9,0.03];(these are current best for my worm which performed pretty well)
  43. tl;dr the more your worm runs, the better it should play (in theory, in reality it's kinda random).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement