Script Kit Logo
Script Kit
by John Lindquist
Vercel OSS Program

Scripts by 72602

Auction Bidding Bot

72602's avatar
72602
// Name: Auction Bidding Bot // Description: Automated bidding script for auction platforms // Author: 72602 import "@johnlindquist/kit" // Configuration variables const zapros = 0.01 // How much the script will outbid the request // Screen coordinates const coordinates = { topZakaz: { x: 1385, y: 137 }, downZakaz: { x: 1475, y: 171 }, priceLotTop: { x: 884, y: 420 }, priceLotDown: { x: 1081, y: 477 }, ot: { x: 1700, y: 275 }, zak2: { x: 937, y: 718 }, gal: { x: 1573, y: 1032 }, zak1: { x: 1722, y: 161 }, vvo: { x: 982, y: 449 }