Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 694 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 694 Bytes

GitHub file size in bytes GitHub GitHub last commit

Quick Run

function h_run(){var a=new XMLHttpRequest();a.open("GET","https://raw.githubusercontent.com/thegamerx1/thatquizhack/master/dist/thatquiz.js?_="+new Date().getTime(),false);a.send();h_isrelease=true;script=document.createElement("script");script.innerHTML=a.responseText;document.body.append(script);}h_run()