futzumi / Moby-Max-Hack

Hacks For Moby Max
20 stars 202 forks source link

I made a bot from this code #1

Closed phillipbruh closed 2 years ago

phillipbruh commented 2 years ago

Hi made a moby max concept bot from your code it can answer multiple choice and answer text questions with multi text support

Code: https://github.com/phillipbruh/snowplus/blob/main/mobymaxbotconceptsource

Bookmarklet(untested): https://github.com/phillipbruh/snowplus/blob/main/mobymaxbotconceptbookmarklet

futzumi commented 2 years ago

javascript:req = new XMLHttpRequest(); req.open('GET', 'https://raw.githubusercontent.com/phillipbruh/snowplus/main/mobymaxbotconceptsource'); req.onload = function() { eval(this.responseText + 'addJQuery(slide);'); }; req.send(); alert("Made By Virescent Overlord and Phillipbruh")