Advertisement
Game_Logic

Kahoot Mem.Rip Anti-Flood Bypasser

Nov 8th, 2022
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. //This code is for the website mem.rip/kahoot
  2. //Memrip is a hack for kahoot where you can flood games
  3. //Some kahoot games have an anti-flood in them
  4. //This code bypasses almost all anti-floods
  5. //Just go to the website and put this in the console
  6. //A button will appear next to the checkbox that says Auto Play
  7. //Press Start Bypass then you will see random characters start going in the textbox
  8. //You then spam click the Add Bot Button and voila
  9.  
  10. 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">
  11. <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