Voxiom.IO Aimbot, ESP & X-Ray

Let's you see players and items behind walls in voxiom.io. Comes with an aimbot that locks aim at nearest enemy and auto fires at them. Also shows ores and names of the items that are far far away.

< 腳本Voxiom.IO Aimbot, ESP & X-Ray的回應

評論:正評 - 腳本一切正常

§
發表於:2024-01-10
編輯:2024-01-10
entity.visible = false;

we can hide objects. if we hide the ones that are blocks, so we can do X-Ray so we can see the blocks. the location of the bomb and so on.

By the way, the skiript is very good.

§
發表於:2024-01-10
編輯:2024-01-10
    const entities5 = worldScene[ childrenKey ][ 4 ][ childrenKey ];
    for ( let i = 0; i < entities5.length; i ++ ) {
        const entity = entities5[ i ];
        entity.visible = false;
    }

X-Ray code you need to flit the block.

§
發表於:2024-01-10
    for ( let i = 0; i < entities5.length; i ++ ) {
        const entity = entities5[ i ];
        if (entity.material.side === 2) entity.visible = false;
        //entity.visible = false;
        console.log(entity);
    }

It makes water and alarms invisible. If you set the value to 0. it means blocks.

Zertalious作者
§
發表於:2024-01-11

Ig there can be some more misc settings for hiding chunks and stuff

§
發表於:2024-01-11

Instead of making it completely invisible, we can reduce its opacity, it can also be translucent.

by the way there is a user interface for a cheat I made. you can use it. Malayala Kit

Zertalious作者
§
發表於:2024-01-11

I have already added "Wireframe Mode" in the script instead of hiding chunks or making them translucent. And I already use another UI library called lil-gui. Its good enough.

§
發表於:2024-01-11

good but it would be good to filter emerald block, iron block, bomb block and chest. so that we can see its location. just like in minecraft

Zertalious作者
§
發表於:2024-01-12

Good idea. I might add try to add that.

Zertalious作者
§
發表於:2024-01-12

This has been added now. Update script.

發表回覆

登入以回覆