ETABot: Difference between revisions

From Kaboom Wiki
ETAGamer (talk | contribs)
ETABot is a bot for Kaboom.
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
## ETABot is a server bot
{{Bot_InfoboxTemplate
|title1=ETABot
|name=ETABot
|main_developers=ETAGamer / ETAModder
|other_contributors=
|date_created=2024ish
|currently_maintained=Yes
|library=Mineflayer and Readline
|language=JS
}}== Fun facts ==
*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 
*The source code can be found [here](https://github.com/ETAModder/etabot)


Lang/packages: **Mineflayer and Readline with JS**
[[Category:Bots]]
Creator: **ETAGamer / ETAModder**
Date of creation: **2024ish**
 
~~---------------------------------------------------------~~
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 11:27, 3 August 2025

ETABot
NameETABot
Main DevelopersETAGamer / ETAModder
Date Created2024ish
Currently MaintainedYes
Program Details
LibraryMineflayer and Readline
LanguageJS

== Fun facts ==

  • 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
  • The source code can be found [here](https://github.com/ETAModder/etabot)