#Need Help :-3

1 messages · Page 1 of 1 (latest)

tired fulcrum
#

ello, i need a anti crasher code if this is possible???

upper glen
#

Can you elaborate more what is anti-crasher?

tired fulcrum
#

like, in horion you can activate an crasher it spawns a lot of entitys on illegal positions

#

[ Illegal Position / Illegal Sound / Self Damage ]

#

and i need somethin that stop makin the server crashing

#

my english is really bad, im german

leaden junco
#

Seems like you are looking for bugs caused by scripts that can crash the game under control?

tired fulcrum
#

nop, im looking for an anti cheat to stop the hack "Crasher"

#

wait

#

the hack "Crasher" can spawn entities in illegal positions, perform illegal sounds or crash the watchdog, and I need a code against that!

#

You can stop self damage and illegal position

#

and how?

#

If your talking about crashary then you can't prevent it using script API

tired fulcrum
#

okay

#

and how can i stop illegal pos??

#

testing for if the damagingEntity is the entity that hit

leaden junco
#

Illegal positions? So maybe you could test if any entity was spawned there and kill or move the entity to other positions?

tired fulcrum
#

and illegal position I think is testing if an entity is at 30mil x 30mil z

#

on entity spawn??

#

every few seconds

#

system.runInterval

#

okay. but how can ii get the entity coords

tired fulcrum
tired fulcrum
#

okay, i need the entity coords cuz horion spawns a lot of entitys on illegal positions

#

then do ```js
const {x,y,z} = player.location
if(x > 20000000 || z > 20000000) //code

tired fulcrum
#

type 5

#

and what do type 5

#

hmmm

leaden junco
tired fulcrum
#

yeee i think so

#

chat gpt said the crasher hack makes error in minecraft??

leaden junco
#

Script protections are almostly useless when you meet advanced hackers, that's the difference between programmers and hackers : -(

open wasp
tired fulcrum
#

you'll only have to exclude bows