Found 4 repositories(showing 4)
KenjiHero
Discord Selfbot Donate Build Status This bot is no longer being developed. Any breaking changes will not be fixed. Discord has become more strict about selfbot use and will ban without warning, as such, I have abandoned this project. Install guide + list of all commands. Takes less than 2 minutes to set up. Has various commands and utilities including a keyword logger/notifier, adding custom commands/reactions, and much more. Selfbot Features Google web and image search. Editing Message ID. Set your game/stream to anything or set up multiple and cycle through them. Cycle through avatars automatically. Save image/gif/webm dumps (urls or attachments) in channels quickly to your computer (checks for duplicates as well). Detailed image/gif source finder using sauce.nao Add custom commands/reactions. The commands get saved to commands.json which has some sample commands added to start with. Can be used as macros for other commands as well. Custom embeds. Todo list with notifications and a timer (repeatable) as well as ability to send a message to a channel when the timer goes off. Smart MyAnimeList search of anime and manga/LNs using google custom search (and if that fails, using myanimelist's api for search) Save/output the last n number of messages from a chat, including any messages that were deleted. Get detailed information about a server and all of its members. Purge the last n messages you sent in a channel. Simple calculator. Quick commands so you can post pointless stuff as fast as possible like lenny, shrug, flip, unflip, and comeatmebro Meme commands like spacing text, converting text to regional indicator emojis, mass reacting to messages, and converting text to ascii art. Python interpreter. Modeled off of RoboDanny's ?debug command. Does both exec() and eval(). Ability to save and load scripts. Various other misc commands like spoiler tagging text (encrypts the text), creating strawpolls, embeding text, server/user info commands, and more. Acknowledgements Thanks to architdate, LyricLy, and chenzw95 for actively participating in development, addition of new features, and other optimizations. Thanks to Hubcapp for the much improved >react command. Thanks to adjnouobsref for the spoiler tags and various other contributions. Used the code for lockdown commands from Kurisu bot. Slight modifications is message sending and contents of messages. Used a lot of Danny's code for certain parts, especially parsing Google cards and the debugger. Used eye-sigil's code for the >repl command. Thanks to IgneelDxD for a lot of suggestions and fixes. Thanks to Bluscream for a lot of helpful pull requests and custom cogs. Buy me a cup of coffee This bot is open source and always will be, even if I don't get donations. That said, I know there are people out there that may still want to donate just to show their appreciation so this is for you guys. Thanks in advance!
koreyjpeters
No description available
KenjiHero
Discord Selfbot Donate Build Status This bot is no longer being developed. Any breaking changes will not be fixed. Discord has become more strict about selfbot use and will ban without warning, as such, I have abandoned this project. Install guide + list of all commands. Takes less than 2 minutes to set up. Has various commands and utilities including a keyword logger/notifier, adding custom commands/reactions, and much more. Selfbot Features Google web and image search. Editing Message ID. Set your game/stream to anything or set up multiple and cycle through them. Cycle through avatars automatically. Save image/gif/webm dumps (urls or attachments) in channels quickly to your computer (checks for duplicates as well). Detailed image/gif source finder using sauce.nao Add custom commands/reactions. The commands get saved to commands.json which has some sample commands added to start with. Can be used as macros for other commands as well. Custom embeds. Todo list with notifications and a timer (repeatable) as well as ability to send a message to a channel when the timer goes off. Smart MyAnimeList search of anime and manga/LNs using google custom search (and if that fails, using myanimelist's api for search) Save/output the last n number of messages from a chat, including any messages that were deleted. Get detailed information about a server and all of its members. Purge the last n messages you sent in a channel. Simple calculator. Quick commands so you can post pointless stuff as fast as possible like lenny, shrug, flip, unflip, and comeatmebro Meme commands like spacing text, converting text to regional indicator emojis, mass reacting to messages, and converting text to ascii art. Python interpreter. Modeled off of RoboDanny's ?debug command. Does both exec() and eval(). Ability to save and load scripts. Various other misc commands like spoiler tagging text (encrypts the text), creating strawpolls, embeding text, server/user info commands, and more. Acknowledgements Thanks to architdate, LyricLy, and chenzw95 for actively participating in development, addition of new features, and other optimizations. Thanks to Hubcapp for the much improved >react command. Thanks to adjnouobsref for the spoiler tags and various other contributions. Used the code for lockdown commands from Kurisu bot. Slight modifications is message sending and contents of messages. Used a lot of Danny's code for certain parts, especially parsing Google cards and the debugger. Used eye-sigil's code for the >repl command. Thanks to IgneelDxD for a lot of suggestions and fixes. Thanks to Bluscream for a lot of helpful pull requests and custom cogs. Buy me a cup of coffee This bot is open source and always will be, even if I don't get donations. That said, I know there are people out there that may still want to donate just to show their appreciation so this is for you guys. Thanks in advance!
sahaatuhd
<body background="" onload="type_text()" ;="" bgcolor="#000" text="#0f0" style="cursor:crosshair;"> <link href='http://icons.iconarchive.com/icons/deleket/flag/48/Malaysia-icon.png' rel='shortcut icon' type='image/x-icon'/> <style type="text/css"> .hallo { text-align:center; margin-top: 100px; } #navbar-iframe { height:0px; visibility:hidden; display:none; } </style> <script language="javascript" type="text/javascript"> /* toggle() checks to see if the images has already been faded or not and sends the appropriate variables to opacity(); */ function toggle(el,milli) { // Get the opacity style parameter from the image var currOpacity = document.getElementById(el).style.opacity; if(currOpacity != 0) { // if not faded fade(el, milli, 100, 0); } else { // else the images is already faded fade(el, milli, 0, 100); } } /* changeOpacity() uses three different opacity settings to achieve a cross-browser opacity changing function. This function can also be used to directly change the opacity of an element. */ function changeOpacity(el,opacity) { var image = document.getElementById(el); // For Mozilla image.style.MozOpacity = (opacity / 100); // For IE image.style.filter = "alpha(opacity=" + opacity + ")"; // For others image.style.opacity = (opacity / 100); } /* fade() will fade the image in or out based on the starting and ending opacity settings. The speed of the fade is determined by the variable milli (total time of the fade in milliseconds)*/ function fade(el,milli,start,end) { var fadeTime = Math.round(milli/100); var i = 0; // Fade Timer // Fade in if(start < end) { for(j = start; j <= end; j++) { // define the expression to be called in setTimeout() var expr = "changeOpacity('" + el + "'," + j + ")"; var timeout = i * fadeTime; // setTimeout will call 'expr' after 'timeout' milliseconds setTimeout(expr,timeout); i++; } } // Fade out else if(start > end) { for(j = start; j >= end; j--) { var expr = "changeOpacity('" + el + "'," + j + ")"; var timeout = i * fadeTime; setTimeout(expr,timeout); i++; } } } </script> <div class="hallo" onClick="javascript:toggle('wise', 3000); this.style.display='none'; document.getElementById('june').style.display=''"> <img src='https://i.top4top.io/p_16026n9qm0.jpg' style="margin:0 auto;opacity:0.6;filter:alpha(opacity=60)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.6;this.filters.alpha.opacity=60"/> <h1 style="color:#0f0;">KLIK TULISAN INI</h1> </div> <div id="wise" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0;"> <div id="june" style="display : none;"> </style> <SCRIPT language="Javascript"> <!-- var tl=new Array( "\n\nhi Watashi wa wibu psikopat desu! -", "Jangan macam-macam dengan watashi, karna watashi psikopat\n", "Hacked by: Death Gun\n", "- Anime tidak sama dengan Kartun -", "- Anime lebih baik dari pada Kartun -", "- Dari anime ini kita dapat belajar -", "- Gan minta rekomen anime yang mirip. -", "- Gan minta saran anime Genre -", "- Bnp aja -", "- Apa bener kalo ke tabrak truk bisa ke isekai -", "- Lebih kuat mana antara saitama dan goku -", "- Team(nama waifu)mana suaranya? -", "- Waifu gue si(nama waifu), lo ngaku-ngaku baku hantam kita. -", "- Sagiri LONTE -", "- l see you are man of culture as well -", "- Give me sauce! -", "-=[jangan lupa minum]=-\n", "-=[Jangan lupa makan]=-\n", "-=[Jangan lupa berak]=-]"); var speed=53; var index=0; text_pos=0; var str_length=tl[0].length; var contents, row; function type_text() { contents=''; row=Math.max(0,index-100); while(row<index) contents += tl[row++] + '\r\n'; document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_"; if(text_pos++==str_length) { text_pos=0; index++; if(index!=tl.length) { str_length=tl[index].length; setTimeout("type_text()",1500); } } else setTimeout("type_text()",speed); } //--> </SCRIPT> <script src="http://snow-effect.googlecode.com/files/snow.js" type="text/javascript"></script> <div style="margin:0 auto"> <div style="float:left;width:40%"> <center><img src='https://i.top4top.io/p_16026n9qm0.jpg' style="position:absolute;top:100px;margin:0 auto;opacity:0.3;filter:alpha(opacity=30)" onmouseover="this.style.opacity=0.1;this.filters.alpha.opacity=10" onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30"/> </center> <FORM><TEXTAREA style="text-align:center;overflow:hidden;background:transparent;border:3px solid transparent;color:#0f0;" color:#00ff00;" name="about" readonly="readonly" rows="35" cols="70" wrap="soft"></TEXTAREA></FORM> </div> <div style="right:10px;width:60%;position:fixed;"> <script type="text/javascript"> function changeNavigation(id) {document.getElementById('content').innerHTML=document.getElementById(id).innerHTML} </script> <div style="color:#0f0;"> <div style="float:left;width:30%;text-align:right;"> <div class="menu" style="cursor:help;"> <div class="navi" style="border-top: none;" onClick="changeNavigation('profile')">klik Grup >></div> </div> </div> <div style="border-radius:15px 30px;float:right;width:60%;padding:8px;"> <div id="content"><br/><br/> <font face='Arial' color='#ff0000'>Para wibu | April | Bunga | Irfan | Zaky | Cia | Ciel | Uray | SADIS IS THE BEST | Bela | Manusia | p r d | Kaneru | Kelvin | Nisa | alx | Musafir ilmu | Rayzen | Hamdal | Whatsapp | AL | Muhammad Hamzah | REY22QW | Wibu Art | Galihkunn | ZEROTWO | Sadist..| Westuru | Bian | inizial Z | Mizal | Sha | Orang | Levi | Rian | Jun | O |<a href='http://blogger-blog-tutorial.blogspot.com' target='_blank'><font color='#ff4d4d'>DEATH</font><font color='#ffcc33'>GUN</font><font color='#0088f0'>WIBU</font> <br/><br/> <span style="text-align:center; display: block;"><a href="http://win7-vista.blogspot.com/2011/02/get-ip-address-widget-for-your-blogger.html"><img src="http://www.wieistmeineip.de/ip-address/?size=468x60" border="0" width="468" height="60" alt="IP" /></a></span> <br/><br/> </div> <div id="profile" style="display: none;"> ANIME•OTAKU INDO | Anime City | ANIME GRUP• </div> </div> <div style="clear:both;"/> </div> <div style="clear:both;"/> <embed src="http://www.youtube.com/v/kPjqAADShE4&feature=related&autoplay=1&loop=1" type="application/x-shockwave-flash" wmode="transparent" height="1" width="1"> </div> </body>
All 4 repositories loaded