Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //This code is for the website mem.rip/kahoot
- //Memrip is a hack for kahoot where you can flood games
- //Some kahoot games have an anti-flood in them
- //This code bypasses almost all anti-floods
- //Just go to the website and put this in the console
- //A button will appear next to the checkbox that says Auto Play
- //Press Start Bypass then you will see random characters start going in the textbox
- //You then spam click the Add Bot Button and voila
- function runbotbypass() { var nums = ['a','b','c','d','A','B','C','D','1','2','3','4','5','6','7','8','9','0','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','_']; var ans = ((nums[Math.floor(Math.random() * nums.length)].toString()))+((nums[Math.floor(Math.random() * nums.length)].toString()))+((nums[Math.floor(Math.random() * nums.length)].toString()))+((nums[Math.floor(Math.random() * nums.length)].toString()))+((nums[Math.floor(Math.random() * nums.length)].toString()))+((nums[Math.floor(Math.random() * nums.length)].toString()))+((nums[Math.floor(Math.random() * nums.length)].toString())); document.getElementsByClassName('form-control')[2].value = ans;}; document.getElementsByClassName("checkbox")[0].outerHTML=`<div class="checkbox">
- <label><input type="checkbox" name="autoplay"> Auto Play</label><label><button onclick="startbypass()"> Start Bypass</button></label></div>`; function startbypass() { setInterval(runbotbypass,1,false); };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement