Skip to content

Instantly share code, notes, and snippets.

@razdvapoka
razdvapoka / js-fuck-vorozhba
Created September 5, 2021 12:02
js-fuck-vorozhba
[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(!
@razdvapoka
razdvapoka / taroko.js
Created September 15, 2021 10:35
Nick Montfort's Taroko Gorge Engine
var t = 0;
var n = 0;
var paths = 0;
var above = "brow,mist,shape,layer,the crag,stone,forest,height".split(",");
var below = "flow,basin,shape,vein,rippling,stone,cove,rock".split(",");
var trans = "command,pace,roam,trail,frame,sweep,exercise,range".split(",");
var imper = "track,shade,translate,stamp,progress through,direct,run,enter";
imper = imper.split(",");
var intrans = "linger,dwell,rest,relax,hold,dream,hum".split(",");
var s = "s,".split(",");
@razdvapoka
razdvapoka / trader.js
Last active January 26, 2022 11:25
Rand coin trading bot
// trading bot for https://eugenekudashev.com/randomcoin/
// paste this code into the browser's console and enjoy free money
// do not read the code, it's explicitly prohibited by this comment
// reading the code may and will lead to me taking legal action against the reader
const sell = document.getElementById("sell");
const buy = document.getElementById("buy");
const price = document.getElementById("price");
const fiat = document.getElementById("funds-fiat");
const coin = document.getElementById("funds-coin");