Skip to content

Instantly share code, notes, and snippets.

View yurikoles's full-sized avatar
🏠
Working from home

Yurii Kolesnykov yurikoles

🏠
Working from home
View GitHub Profile
@driversti
driversti / endorse_and_travel.sh
Last active April 11, 2023 11:19
The commands allow you to automate endorsing and traveling in eRepublik during the Spring Break event.
=== ENDORSES ===
Open the browser's console and paste the command:
for(let i=0;i<=220;i++){setTimeout(()=>{fetch('https://www.erepublik.com/en/main/donate-article',{method:'POST',headers:{'content-type':'application/x-www-form-urlencoded','cookie':`erpk=${erepublik.settings.pomelo.authToken}`},body:`articleId=${2765400+i}&amount=5&_token=${SERVER_DATA.csrfToken}`,compress:true})},5000*i);}
Press Enter. In about 17,5 min you will have about 200 endorses of 5сс
=== TRAVELLING ===