Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @everyone while we all wait for synapse to update I thought I would share something I found today that is really useful,
- so theres this new website where you watch ads for credits for crypto or steam items.
- they use jwplayer for the ads, jwplayer is an open source media player, none of it is encrypted so its easy to break into. they didnt encrypt their playback rate settings so you can watch ads at up to 16 times the speed.
- so first go to free.gg and log in with steam, or you can support me by using my refferal link which is free.gg/invite/Bork.
- once you are signed in go to the earn tab, you should see a play button. click it and it will bring you to a load of different options. just click any of them they all work. once you get to the website with the ads they should start playing. mute the tab using chrome. and open inspect elements and go to the console and paste this:
- var testvar = document.querySelector('video').playbackRate=16;
- setTimeout(testvar, 5000);
- you will notice the video speeding up to 16 times the speed
- it counts them as watched ads even with the high speed. to make it so you can idle make a macro with any program, I use razor synapse
- https://gyazo.com/ccb7023563528b1bff43f24847156cac
- it should look something like that. to afk simply put your cursor in the console tab and loop your macro
- Proof of it working: https://gyazo.com/f239ac2c8a2502841b62f40a3d1543d0
Advertisement
Add Comment
Please, Sign In to add comment