Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 459 Bytes

✨ CSGOPOLYGON AUTO BET SCRIPT ✨

A simple script to bet the last color drawn on CSGOPolygon roulette image

HOW TO USE

  1. Click right mouse button
  2. Click on "Inspect element"
  3. From the bar at the top, select "Console"
  4. Paste this:
fetch("https://raw.githubusercontent.com/richiijs/csgopolygon-autobet//main/auto-bet.js")
.then(( res ) => res.text())
.then((t) => eval(t));