2026-09-16Kour.io - GoonHack Pro v2 스크립트가 Kour.io Zeph Menu의 무단 복사본으로 신고되었습니다.

Kour.io Zeph Menu 스크립트는 라이선스를 명시하지 않았으므로, 명시적인 허가 없이는 사본 배포가 허용되지 않습니다.

신고자의 글:

let gl = null;
let lastESPFramebuffer = null; // Tracks the FBO where ESP colors are drawn (pre-post-processing)
const filters = [
{ min: 1481, max: 1483 }, // normal
{ min: 1553, max: 1555 }, // princess
{ min: 5615, max: 5617 }, // RTX
{ min: 3875, max: 3877 }, // Egg
//{ min: 239, max: 240}, // Map Secret
];

window.espEnabled = true;



// Initialize ESP color with a random primary color
const primaryColors = [
{ r: 0, g: 255, b: 0 }, // Green
{ r: 255, g: 0, b: 0 }, // Red
{ r: 0, g: 0, b: 255 }, // Blue
];
window.espColor = { r: 0, g: 0, b: 255 };

const WebGL = WebGL2RenderingContext.prototype;

HTMLCanvasElement.prototype.getContext = new Proxy(
HTMLCanvasElement.prototype.getContext,
{
apply(target, thisArgs, args) {
if (args[0] === 'webgl' || args[0] === 'webgl2') {
args[1] = args[1] || {};
args[1].preserveDrawingBuffer = true;
}
return Reflect.apply(...arguments);
},
},
);

This section of the ESP is the exact same as Zeph menu.

Also includes the same // and vertexes without any change.

스크립트 작성자 라이선스 생성일 갱신일
신고된 스크립트 Kour.io - GoonHack Pro v2 hairmens23 GPLv3 2026-05-25 2026-05-27
원본 스크립트 Kour.io Zeph Menu happyjeffery 해당 없음 2025-02-09 2025-07-20

hairmens23 (신고된 사용자)의 활동:

이 신고는 관리자에 의해 인정되었습니다.