shamhi / TapSwapBot

Bot that mines coins in Tapswap
https://t.me/tapswap_bot
173 stars 58 forks source link

Fixed Cache-Id #109

Closed SudoLite closed 1 week ago

muratulashozturk commented 1 week ago

not stable. The CHQ code itself still has obfuscation after the fixed_xor. This means your method can easily fail If different string conversation methods are used in the obfuscation. CHQ code creates _chr_ div element, sets the chr value there, and sets the Cache-Id header by calling window.ctx.api.setHeaders(...). Capturing the value from the window object is the safest and easiest way, which I already did and opened a PR #107