2024-02-12 15:47:20 -05:00
const mineflayer = require ( 'mineflayer' )
2024-02-12 16:09:05 -05:00
let symbol = require ( 'illegal-symbols' )
2024-02-13 11:44:50 -05:00
var server = 'sus.shhnowisnottheti.me'
2024-02-12 16:09:05 -05:00
//NMxigAU6dR1KfgaQkKz87L
const readline = require ( 'readline' )
2024-02-13 11:46:59 -05:00
let chunk = ( 'prismarine-chunk' )
const protocol = ( 'minecraft-protocol' )
let auth = ( 'mineflayer-auto-auth' )
let bcraw = ( 'prismarine=chat' )
2024-02-13 11:44:50 -05:00
2024-02-12 16:09:05 -05:00
let rl = readline . createInterface ( { input : process . stdin , output : process . stdout } )
2024-02-12 15:47:20 -05:00
2024-02-13 11:46:59 -05:00
2024-02-12 16:09:05 -05:00
const randomstring = require ( 'randomstring' ) ;
2024-02-12 15:47:20 -05:00
const bot = mineflayer . createBot ( {
host : server ,
port : 25565 ,
username : randomstring . generate ( 8 ) ,
2024-02-13 11:43:10 -05:00
version : 1.17 ,
2024-02-13 11:46:59 -05:00
auth : 'mineflayer-auto-auth'
2024-02-12 15:47:20 -05:00
} )
2024-02-12 16:01:57 -05:00
var sleep = t => new Promise ( a => setTimeout ( a , t ) ) ,
sendChat = async function ( m ) { bot . chat ( m . slice ( 0 , 256 ) ) ; await sleep ( 300 ) ; }
2024-02-12 15:47:20 -05:00
2024-02-12 16:01:57 -05:00
function between ( min , max ) {
2024-02-12 15:47:20 -05:00
return Math . floor (
Math . random ( ) * ( max - min ) + min
)
}
//variables
2024-02-13 11:39:36 -05:00
var prefix = '&8&l[&b&lFNFBoyfriendBot&8&l]&8&l[&a&lConsole&8&l]&8&l[&4&lParker2991&8&l]' ;
var consoleprefix = 'bcraw &8&l[&b&lFNFBoyfriendBot&8&l]&8&l[&a&lConsole&8&l]&8&l[&4&lParker2991&8&l]' ;
2024-02-12 15:47:20 -05:00
function randomchar ( ) {
2024-02-12 16:15:17 -05:00
const crypto = require ( "crypto" ) ;
var hash = crypto . createHash ( "md5" ) ;
var randomBytes = crypto . randomBytes ( 16 ) ;
hash . update ( randomBytes ) ;
var hashi = hash . digest ( Math . round ( Math . random ( ) ) ? "hex" : "Base64" ) ;
return hashi . substring ( 0 , 16 ) ;
}
2024-02-12 15:47:20 -05:00
function runInCore ( cmd ) {
2024-02-12 16:12:19 -05:00
bot . _client . write ( 'update_command_block' , { location : { x : between ( Math . floor ( bot . entity . position . x ) + 1 , Math . floor ( bot . entity . position . x ) - 15 ) , y : between ( 0 , 3 ) , z : between ( Math . floor ( bot . entity . position . z ) + 1 , Math . floor ( bot . entity . position . z ) - 15 ) } , command : cmd , mode : 1 , flags : 0b100 } ) ;
2024-02-12 15:47:20 -05:00
}
bot . on ( 'login' , async ( ) => { // time in ms
2024-02-13 11:41:40 -05:00
console . log ( ` logged in as ${ bot . username } ` )
2024-02-12 16:09:05 -05:00
//change the coords if bot has problems
//await sendChat('/tp '+require('randomstring').generate({length:5,charset:'1234567890'})+' 5 '+require('randomstring').generate({length:6,charset:'1234567890'}))
2024-02-12 16:15:17 -05:00
2024-02-13 11:46:59 -05:00
await sendChat ( '/world 3' )
await sendChat ( '/tptoggle parker2991' )
await sendChat ( '/tp parker2991' )
await sendChat ( '/tptoggle parker2991' )
2024-02-12 16:09:05 -05:00
await sendChat ( '/tptoggle' )
await sendChat ( '/online' )
await sendChat ( '/v on' )
2024-02-13 11:44:50 -05:00
await sendChat ( '/console ' )
2024-02-13 11:46:59 -05:00
await sendChat ( '/username' )
2024-02-12 16:01:57 -05:00
await sendChat ( '/c' )
2024-02-13 11:46:59 -05:00
2024-02-13 11:41:40 -05:00
await sendChat ( '/gmc' )
2024-02-13 11:46:59 -05:00
await sendChat ( '/minecraft:reload' )
2024-02-12 16:01:57 -05:00
await sendChat ( '/night' )
await sendChat ( '/gamerule doMobSpawning false' )
await sendChat ( '/de' )
2024-02-12 15:47:20 -05:00
await sendChat ( '/online' )
2024-02-12 16:01:57 -05:00
await sendChat ( '/cspy on' )
await sendChat ( '/prefix &4[BOT/CONSOLE]' )
2024-02-13 11:46:59 -05:00
await sendChat ( '/sudo parker2991 prefix &8&l[&4&lOwner of the &b&lFNFBoyfriend&4&lbot&8&l]' )
await sendChat ( '/sudo spimtheoctoling prefix &8&l[&&lOwner of the VeemoBot&8&l]' )
2024-02-13 11:41:40 -05:00
await sendChat ( ` /fill ${ Math . floor ( bot . entity . position . x ) } 0 ${ Math . floor ( bot . entity . position . z ) } ${ Math . floor ( bot . entity . position . x ) - 15 } 50 ${ Math . floor ( bot . entity . position . z - 15 ) } command_block replace ` )
2024-02-12 16:15:17 -05:00
2024-02-13 11:46:59 -05:00
runInCore ( 'bcraw ' + prefix + '&b&lOwner &4&lis &4&lParker2991' )
runInCore ( 'bcraw ' + prefix + '
runInCore ( 'bcraw ' + prefix + '&a&l Version &a&l2.0 RELEASE' )
2024-02-13 11:43:10 -05:00
2024-02-13 11:46:59 -05:00
runInCore ( 'bcraw ' + prefix + 'full bot release &8&l1/26/23 &8&l1:47am &8&lCentral &8<ime' )
2024-02-12 16:15:17 -05:00
2024-02-13 11:46:59 -05:00
runInCore ( 'bcraw ' + prefix + 'Boffy:im jesus i dont fucking know' )
2024-02-12 16:12:19 -05:00
} )
2024-02-12 15:47:20 -05:00
const cmd = require ( 'mineflayer-cmd' ) . plugin
2024-02-12 16:09:05 -05:00
cmd . allowConsoleInput = false // Optional config argument
2024-02-12 15:47:20 -05:00
bot . loadPlugin ( cmd )
2024-02-13 11:46:59 -05:00
//nuke command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'nuke' :
setInterval ( function ( ) { runInCore ( 'essentials:ekill *' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'nuke' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'eco give * 1000' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'day' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'night' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'clear @a' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'summon fireball 115 62 -5' ) , 1 } )
2024-02-13 11:44:50 -05:00
setInterval ( function ( ) { runInCore ( 'bcraw ' + prefix + 'WELCOME TO HELL' ) , 1 } )
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//fakekick command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'fakekick' :
runInCore ( 'msg ' + args + ' @e @e @e @e @e @e @e @e @e' )
2024-02-13 11:46:59 -05:00
runInCore ( 'bcraw &8&l[&b&m&lFNFBoyfriendbot&8&l] ' + args + ' has been kicked!' )
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-12 16:01:57 -05:00
2024-02-12 16:12:19 -05:00
2024-02-13 11:46:59 -05:00
//gmc command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'gmc' :
2024-02-13 11:46:59 -05:00
runInCore ( 'sudo + botusername gmc' )
2024-02-12 16:15:17 -05:00
runInCore ( 'bcraw &4DOWN IN OHIO!' )
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 16:01:57 -05:00
2024-02-12 15:47:20 -05:00
} )
2024-02-13 11:46:59 -05:00
//deop command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
2024-02-12 16:12:19 -05:00
case 'deop' :
2024-02-13 11:46:59 -05:00
setInterval ( function ( ) { runInCore ( 'sudo + playerusername deop @s[type=player]' ) , 1 } )
2024-02-12 16:09:05 -05:00
}
} )
2024-02-13 11:46:59 -05:00
//kaboom command
2024-02-12 16:12:19 -05:00
rl . on ( 'line' , ( line ) => {
2024-02-12 16:15:17 -05:00
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 16:09:05 -05:00
switch ( command ) {
2024-02-12 16:15:17 -05:00
2024-02-12 16:09:05 -05:00
case 'kaboom' :
2024-02-12 16:12:19 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * kaboom' ) , 8 } )
2024-02-12 16:09:05 -05:00
runInCore ( 'bcraw have fun =)' )
break
}
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
} )
2024-02-13 11:46:59 -05:00
//BOOM command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:15:17 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
2024-02-12 16:15:17 -05:00
2024-02-12 16:09:05 -05:00
case 'BOOM' :
runInCore ( 'sudo * /fast' )
2024-02-13 11:39:36 -05:00
runInCore ( 'sudo * god' )
2024-02-12 16:09:05 -05:00
runInCore ( 'sudo * gms' )
runInCore ( 'sudo * /sphere tnt 75' )
runInCore ( 'sudo * kaboom' )
runInCore ( 'BOOM GOES THE DINOMITE' )
break
}
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
} )
2024-02-13 11:46:59 -05:00
//kick command
2024-02-12 16:15:17 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 16:09:05 -05:00
switch ( command ) {
2024-02-12 16:15:17 -05:00
2024-02-12 16:09:05 -05:00
case 'kick' :
2024-02-13 11:46:59 -05:00
runInCore ( '/console @e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e@e' )
2024-02-12 16:09:05 -05:00
runInCore ( 'bcraw &8&l[&b&m&lBoyfriendbot]&8 ' + args + ' has been kicked!' )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
} )
2024-02-13 11:46:59 -05:00
//greeting command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'greeting' :
2024-02-12 15:47:20 -05:00
2024-02-13 11:46:59 -05:00
runInCore ( 'bcraw &eAyunami2000 Joined the game' )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//fakeban commnad
2024-02-13 11:43:10 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
2024-02-13 11:46:59 -05:00
case 'fakeban' :
2024-02-12 16:09:05 -05:00
runInCore ( 'msg ' + args + ' @e @e @e @e @e @e @e @e @e' )
runInCore ( 'bcraw &4&l&mConsole Has Perm Banned ' + args + 'For 22 Days And 14 Hours' )
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//thor commnad
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'thor' :
2024-02-13 11:46:59 -05:00
runInCore ( 'essentials:smite *' + args )
runInCore ( 'bcraw ' + prefix + '&4&lI AM ZEUS' )
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//OHHAIL console
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
2024-02-13 11:46:59 -05:00
case 'OHHAIL' :
runInCore ( 'sudo * c: OH HAIL FIRE MOTHER FUCKER' + args . join ( ' ' ) )
2024-02-13 11:43:10 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//servercrash command
2024-02-13 11:43:10 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'servercrash' :
setInterval ( function ( ) { runInCore ( 'essentials:sudo * kick @e[type=player] @e @e @e' ) , 1 } )
break
}
} )
2024-02-13 11:46:59 -05:00
//explode command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'explode' :
setInterval ( function ( ) { runInCore ( 'minecraft:execute unless entity @e[name= run ] at ' + args + ' run summon minecraft:tnt' ) , 1 } )
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//trol command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'trol' :
setInterval ( function ( ) { runInCore ( 'essentials:smite ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'clear ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give ' + args + ' nausea' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give ' + args + ' poison' ) , 1 } )
runInCore ( 'gms ' + args )
setInterval ( function ( ) { runInCore ( 'spawnentity pig 10 ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'spawnentity tntminecart 10 ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'spawnentity zombie 10 ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'kaboom ' + args ) , 1 } )
break
}
} )
2024-02-13 11:46:59 -05:00
//cloop command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'cloop' :
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
setInterval ( function ( ) { runInCore ( args . join ( ' ' ) ) , 1 } )
break
}
} )
2024-02-13 11:41:40 -05:00
2024-02-13 11:46:59 -05:00
//altcrash command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'altcrash' :
setInterval ( function ( ) { runInCore ( 'sudo * execute at @a run give @a diamond_hoe 64' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'bcraw ' + prefix + '&8&l Have fun with hoes =) ' ) , 1 } )
runInCore
break
}
} )
//Myhead command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'MyHead' :
runInCore ( 'give @a minecraft:player_head{SkullOwner:Parker2991}' )
break
}
} )
//MYLEG! command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'MYLEG' :
runInCore ( 'bcraw ' + prefix + '&a&lMY LEG!!!' )
runInCore ( 'give @a bone 64' )
break
}
} )
//KFCFINGERLICKINGOOD command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'KFC' :
runInCore ( 'give @a cooked_chicken 64' )
runInCore ( 'bcraw ' + prefix + 'KFC FINGER LICKIN GOOD' )
break
}
} )
//GODSWORD!! command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'GODSWORD' :
runInCore ( 'give @a diamond_sword' )
runInCore ( 'sudo * enchantall' )
runInCore ( 'bcraw ' + prefix + 'GOD SWORD!!!!!!!!!!!!!!!!!' )
break
}
} )
//technoblade command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'technoblade' :
runInCore ( 'sudo * summon pig' )
runInCore ( 'bcraw ' + prefix + 'Rest in peace technoblade we will always love and remember what you have done for youtube technoblade if you can here me i love your youtube channel' )
break
}
} )
//DREAMSTANALERT command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-13 11:41:40 -05:00
2024-02-13 11:46:59 -05:00
switch ( command ) {
case 'DREAMSTANALERT' :
runInCore ( 'bcraw ' + prefix + 'OH HELL NO DREAM STAN ALERT' )
runInCore ( 'kick @e[type=player] @e @e @e' )
break
}
} )
// command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-13 11:41:40 -05:00
2024-02-13 11:46:59 -05:00
switch ( command ) {
case '' :
runInCore ( '' )
break
}
} )
// command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-13 11:41:40 -05:00
2024-02-13 11:46:59 -05:00
switch ( command ) {
case '' :
runInCore ( '' )
break
}
} )
//test command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'test' :
2024-02-12 16:01:57 -05:00
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
setInterval ( function ( ) { runInCore ( 'minecraft:execute unless entity @s[name= run ] at ' + args + ' run summon minecraft:iron_golem' ) , 1 } )
break
}
} )
2024-02-13 11:46:59 -05:00
//soundbreaker
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
2024-02-12 16:15:17 -05:00
case 'soundbreaker' :
2024-02-12 16:01:57 -05:00
2024-02-13 11:46:59 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * execute at @a run playsound minecraft:entity.wolf.hurt master @a ~ ~ ~ 10000 1.5 1 ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * execute at @a run playsound minecraft:entity.cat.hurt master @a ~ ~ ~ 10000 1.5 1 ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * execute at @a run playsound minecraft:entity.wolf.hurt master @a ~ ~ ~ 10000 1 1 ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * execute at @a run playsound minecraft:entity.cat.hurt master @a ~ ~ ~ 10000 1 1 ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * execute at @a run playsound minecraft:entity.cat.hiss master @a ~ ~ ~ 10000 1.5 1 ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * execute at @a run playsound minecraft:entity.cat.hiss master @a ~ ~ ~ 10000 1 1 ' ) , 1 } )
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//entityspam
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'entityspam' :
2024-02-13 11:46:59 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * summon fireball ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon ender_dragon ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon zombie ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon creeper' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * blaze' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon horse ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon spider ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon fireball ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon ender_dragon ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon zombie ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * ummon creeper ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon blazed ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon horse ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon spider ' ) , 1 } )
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//tp command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'tp' :
runInCore ( 'essentials:sudo * tp ' + args )
break
}
} )
2024-02-13 11:46:59 -05:00
//gms command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'gms' :
2024-02-12 16:15:17 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * gms ' + args ) , 1 } )
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//stop command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'stop' :
runInCore ( 'bcraw ' + prefix + 'STOPPING SERVER.....' )
setInterval ( function ( ) { runInCore ( 'execute unless entity @s[name= run ] run stop' ) , 1 } )
break
}
} )
2024-02-13 11:46:59 -05:00
//tntspam command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'tntspam' :
2024-02-13 11:46:59 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt ' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * summon tnt' ) , 1 } )
2024-02-12 16:09:05 -05:00
break
}
} )
2024-02-13 11:46:59 -05:00
//prefix command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'prefix' :
runInCore ( 'sudo * prefix ' + args )
break
}
} )
2024-02-13 11:46:59 -05:00
//annoy command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'annoy' :
2024-02-13 11:46:59 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * WHYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY' + '' ) , 1 } )
2024-02-13 11:41:40 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * playsound minecraft:entity.cat.hurt master @a ~ ~ ~ 10000 1.5 1' + '' ) , 1 } )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
break
}
} )
//freeze command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
case 'freeze' :
setInterval ( function ( ) { runInCore ( 'tp ' + args + ' ' + args ) , 1 } )
break
}
} )
//troll command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'troll' :
2024-02-12 16:01:57 -05:00
setInterval ( function ( ) { runInCore ( 'day' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'night' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'clear @a' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give @a nausea' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give @a slowness' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a bedrock' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a sand' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a dirt' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a diamond' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a tnt' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a crafting_table' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a diamond_block' ) , 1 } )
2024-02-12 16:09:05 -05:00
setInterval ( function ( ) { runInCore ( 'smite *' ) , 1 } )
2024-02-13 11:39:36 -05:00
setInterval ( function ( ) { runInCore ( 'essentials:smite ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'clear ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give ' + args + ' nausea' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give ' + args + ' poison' ) , 1 } )
runInCore ( 'gms ' + args )
setInterval ( function ( ) { runInCore ( 'spawnentity pig 10 ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'spawnentity tntminecart 10 ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'spawnentity zombie 10 ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'kaboom ' + args ) , 1 } )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 15:47:20 -05:00
} )
2024-02-12 16:09:05 -05:00
//icu command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'icu' :
2024-02-12 16:15:17 -05:00
setInterval ( function ( ) { runInCore ( 'tp ' + args + ' Parker2991' ) , 1 } )
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 15:47:20 -05:00
} )
2024-02-12 16:09:05 -05:00
//say command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'say' :
runInCore ( 'bcraw ' + prefix + args . join ( ' ' ) )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 15:47:20 -05:00
} )
2024-02-12 16:09:05 -05:00
//deop command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
switch ( command ) {
2024-02-12 16:12:19 -05:00
case 'serverdeop' :
2024-02-12 16:09:05 -05:00
setInterval ( function ( ) { runInCore ( 'sudo * deop @e[type=player] ' + args ) , 1 } )
2024-02-12 16:12:19 -05:00
setInterval ( function ( ) { runInCore ( 'op @s[type=player] ' + args ) , 1 } )
setInterval ( function ( ) { runInCore ( 'op parker2991 ' + args ) , 1 } )
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 15:47:20 -05:00
} )
2024-02-13 11:46:59 -05:00
//sudo command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 16:01:57 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'sudo' :
runInCore ( 'sudo ' + args . join ( ' ' ) )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 15:47:20 -05:00
} )
2024-02-13 11:46:59 -05:00
//tpe command
2024-02-12 16:09:05 -05:00
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'tpe' :
runInCore ( 'execute unless entity @s[name= run ] run tp @e[type=!player] ' + args )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
break
}
2024-02-12 15:47:20 -05:00
} )
2024-02-12 16:09:05 -05:00
//sudoall command
rl . on ( 'line' , ( line ) => {
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 15:47:20 -05:00
2024-02-12 16:09:05 -05:00
switch ( command ) {
case 'sudoall' :
runInCore ( 'essentials:sudo * ' + args . join ( ' ' ) )
console . log ( "succesfully execute sudo command " + args )
break
2024-02-12 15:47:20 -05:00
}
} )
2024-02-13 11:46:59 -05:00
//selfdestruct command
2024-02-12 16:12:19 -05:00
rl . on ( 'line' , ( line ) => {
2024-02-12 16:15:17 -05:00
let args = line . split ( ' ' )
let command = args . shift ( )
2024-02-12 16:12:19 -05:00
switch ( command ) {
case 'selfdestruct' :
2024-02-12 16:15:17 -05:00
setInterval ( function ( ) { runInCore ( 'day' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'night' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'clear @a' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give @a nausea' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'effect give @a slowness' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a bedrock' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a sand' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a dirt' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a diamond' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a tnt' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a crafting_table' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'give @a diamond_block' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'smite *' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'kaboom' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'essentials:ekill *' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'nuke' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'eco give * 1000' ) , 1 } )
2024-02-12 16:12:19 -05:00
setInterval ( function ( ) { runInCore ( 'day' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'night' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'clear @a' ) , 1 } )
2024-02-12 16:15:17 -05:00
setInterval ( function ( ) { runInCore ( 'summon fireball 115 62 -5' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * /fast' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * gms' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * /sphere tnt 75' ) , 1 } )
setInterval ( function ( ) { runInCore ( 'sudo * kaboom' ) , 1 } )
2024-02-12 16:12:19 -05:00
break
}
} )
2024-02-13 11:44:50 -05:00
2024-02-12 16:15:17 -05:00
2024-02-12 15:47:20 -05:00
bot . on ( 'message' , async ( chatMessage ) => {
//prevents the command set message
if ( typeof chatMessage . translate === 'string' && chatMessage . translate . startsWith ( 'advMode.' ) ) return
console . log ( chatMessage . toAnsi ( ) )
2024-02-13 11:39:36 -05:00
} )