ETABot: Difference between revisions

From Kaboom Wiki
ETAGamer (talk | contribs)
ETABot is a bot for Kaboom.
~2024 to circa. 2024, and rewrite article
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
## ETABot is a server bot
{{Bot_InfoboxTemplate
|title1=ETABot
|name=ETABot
|main_developers=[[ETAGamer]]
|other_contributors=
|date_created=circa. 2024
|currently_maintained=Yes
|library=[[Mineflayer]]
|language=[[Node.js]]
|source_code=[https://github.com/ETAModder/etabot github.com]{{Dead link}}
}}
'''ETABot''' is a [[Kaboom]] bot developed by ETAGamer.


Lang/packages: **Mineflayer and Readline with JS**
The original revision of the bot was deleted through mysterious means, but was later recovered. It features "fairly unconventional code", and is claimed to have only 2 lines of skidded code.
Creator: **ETAGamer / ETAModder**
Date of creation: **2024ish**


~~---------------------------------------------------------~~
[[Category:Bots]]
Fun fact: The original version deleted itself somehow but was later recovered.
 
The bot has like 2 lines of skidded code and some fairly unconventional code too:
```javascript
this.commands.set('kill', (args) => {
 
if (args[0] !==  this.bot.ownerHash) {
 
console.log("someone tried to kill bot with wrong hash");
 
return  this.bot.chat("&c&lWrong Owner hash.")
 
}
 
this.generateNewHash(args[0] ===  this.bot.trustedHash ?  "trusted"  :  "owner");
 
 
 
if (this.cdadwdaloopIntv !=  null) {
 
clearInterwval(this.cloopIntv);
 
this.clowopIadwadantv =  null;
 
} else {
 
let  interv  =  1; // ms 0.1
 
this.clwoopIntv =  setInterval(() => {
 
console.log('----------------------')
 
console.log('SOMEONE KILLED THE BOT')
 
console.log('----------------------')
 
killbotyay.bot.Text('oh noes this code kills da bot cause "killbotyay" isnt defined yay')
 
}, interv);
 
}
 
});
```
The source code can be found [here](https://github.com/ETAModder/etabot)

Latest revision as of 08:46, 3 August 2026

ETABot
NameETABot
Main DevelopersETAGamer
Date Createdcirca. 2024
Currently MaintainedYes
Program Details
LibraryMineflayer
LanguageNode.js
Source Codegithub.com[dead link]

ETABot is a Kaboom bot developed by ETAGamer.

The original revision of the bot was deleted through mysterious means, but was later recovered. It features "fairly unconventional code", and is claimed to have only 2 lines of skidded code.