CG Görüntü Script

  • Konuyu Başlatan Konuyu Başlatan pwozx
  • Başlangıç tarihi Başlangıç tarihi

pwozx

Bronz Üye
Katılım
3 Tem 2026
Mesajlar
23
Beğeniler
4
İletişim

📌 İÇİNDEKİLER

  • Neymar Jr. arka planı (dönen GIF)
  • Chainsaw Man üst banner (dönen GIF)
  • Rainbow renkli başlıklar (hızlı renk geçişi)
  • Oyun bazlı renkler (CS2, Valorant, Metin2 vs.)
  • Cam efekti (buzlu cam forum kartları)
  • Hafif ve kasma yok!

⚙️ KURULUM (Tampermonkey)

1. Tarayıcı Eklentisini Yükle

  • Chrome:
  • Firefox:
  • Edge:

2. Scripti Ekle

  1. Tampermonkey ikonuna tıkla → "Yeni betik oluştur"
  2. Gelen sayfadaki tüm kodu SİL
  3. Aşağıdaki kodu YAPIŞTIR
  4. Ctrl + S ile kaydet

📜 SCRIPT KODU

// ==UserScript==
// @name CHEATGLOBAL ULTIMATE - NEY + RAINBOW + CHAINSAW
// @Namespace
// @version 3.0
// @description Neymar arka plan + Rainbow başlıklar + Chainsaw Man üstte
// @Author pwozx
// @match https://cheatglobal.com/*
// @match https://www.cheatglobal.com/*
// @match http://cheatglobal.com/*
// @match http://www.cheatglobal.com/*
// @grant none
// @run-at document-end
// ==/UserScript==

(function() {
'use strict';

// ================================================================
// 1. KONFIG
// ================================================================

const NEY_GIF = '
const CHAINSAW_GIF = '
const RAINBOW_SPEED = 30;

// ================================================================
// 2. CSS - NEY + RAINBOW + CHAINSAW
// ================================================================

const CSS = `
@import url('

.block-container,
.block,
.p-body-sidebar .block,
.notice,
.p-header,
.p-nav,
.p-sectionLinks,
.p-footer,
.node,
.structItem,
.forum-item,
.post,
.konu,
.topic,
.thread,
.card,
.panel,
.box,
.message,
.content,
.page-content,
.main-content,
.p-body-main,
.p-body-inner,
.p-body-sidebar,
.block-header,
.block-row,
.pairs--justified,
.p-title,
.p-body-header,
.p-body,
.p-body-content {
position: relative !important;
background: transparent !important;
backdrop-filter: none !important;
}

.cg-ney-bg {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
z-index: -1 !important;
pointer-events: none !important;
overflow: hidden !important;
background: #0a0a12 !important;
}

.cg-ney-bg img,
.cg-ney-bg video {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
opacity: 0.25 !important;
mix-blend-mode: screen !important;
filter: saturate(1.2) contrast(1.1) brightness(0.8) !important;
}

#cg-chainsaw {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 60px !important;
z-index: 999999995 !important;
pointer-events: none !important;
overflow: hidden !important;
background: linear-gradient(180deg, rgba(10,10,18,0.7) 0%, transparent 100%) !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
padding: 0 20px !important;
}

#cg-chainsaw img,
#cg-chainsaw video {
height: 50px !important;
width: auto !important;
object-fit: contain !important;
opacity: 0.7 !important;
mix-blend-mode: screen !important;
filter: drop-shadow(0 0 20px rgba(180,100,255,0.2)) !important;
border-radius: 8px !important;
}

.p-header, .p-nav, .p-sectionLinks {
position: relative !important;
z-index: 999999994 !important;
background: transparent !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px) !important;
}

.p-header {
padding-top: 5px !important;
}

.block-container,
.block,
.p-body-sidebar .block,
.notice {
background: rgba(10, 10, 18, 0.6) !important;
backdrop-filter: blur(8px) !important;
-webkit-backdrop-filter: blur(8px) !important;
border: 1px solid rgba(61, 142, 185, 0.03) !important;
border-radius: 10px !important;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2) !important;
transition: 0.3s ease !important;
}

.block-container:hover,
.block:hover,
.p-body-sidebar .block:hover,
.notice:hover {
background: rgba(10, 10, 18, 0.7) !important;
border-color: rgba(79, 195, 247, 0.1) !important;
box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(79, 195, 247, 0.02) !important;
}

.node,
.structItem,
.forum-item,
.post,
.konu,
.topic,
.thread {
background: rgba(0, 0, 0, 0.15) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
border-left: 2px solid transparent !important;
transition: 0.3s ease !important;
border-radius: 6px !important;
margin: 2px 0 !important;
padding: 6px 10px !important;
}

.node:hover,
.structItem:hover,
.forum-item:hover,
.post:hover,
.konu:hover,
.topic:hover,
.thread:hover {
background: rgba(0, 0, 0, 0.25) !important;
border-left-color: #4fc3f7 !important;
transform: translateX(3px) !important;
}

.node-description,
.structItem-meta,
.pairs--justified dt,
.pairs--justified dd,
.p-footer-copyright,
.p-footer a,
.block-row,
.message,
.content-text,
p,
span,
div:not(.cg-ney-bg):not(#cg-chainsaw) {
color: rgba(61, 142, 185, 0.8) !important;
}

.block-header,
.node-title a,
.structItem-title a,
h1, h2, h3,
.title, .heading, .header-title,
.p-title, .p-title-value,
.p-body-header .p-title,
.forum-title, .topic-title,
.thread-title, .post-title,
.konu-title,
.p-navEl-link,
.p-sectionLinks-list .p-navEl-link {
transition: color 0.05s ease !important;
font-weight: 600 !important;
}

::-webkit-scrollbar { width: 3px !important; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.02) !important; }
::-webkit-scrollbar-thumb { background: #4fc3f730 !important; border-radius: 10px !important; }
::-webkit-scrollbar-thumb:hover { background: #4fc3f750 !important; }

@media (max-width: 640px) {
#cg-chainsaw { height: 45px !important; padding: 0 10px !important; }
#cg-chainsaw img, #cg-chainsaw video { height: 35px !important; }
.block-container,
.block,
.p-body-sidebar .block,
.notice {
background: rgba(10, 10, 18, 0.7) !important;
}
.node,
.structItem,
.forum-item,
.post,
.konu {
padding: 4px 8px !important;
}
.cg-ney-bg img,
.cg-ney-bg video {
opacity: 0.2 !important;
}
}
`;

// ================================================================
// 3. CSS ENJEKSİYONU
// ================================================================

const style = document.createElement('style');
style.textContent = CSS;
document.head.appendChild(style);

// ================================================================
// 4. NEY ARKA PLANI
// ================================================================

function neyArkaPlan() {
const bg = document.createElement('div');
bg.className = 'cg-ney-bg';

const img = document.createElement('img');
img.src = NEY_GIF;
img.alt = 'Neymar';
img.loading = 'lazy';

img.onerror = function() {
this.style.display = 'none';
const video = document.createElement('video');
video.src = NEY_GIF;
video.autoplay = true;
video.loop = true;
video.muted = true;
video.playsinline = true;
bg.appendChild(video);
};

bg.appendChild(img);
document.body.prepend(bg);
}

// ================================================================
// 5. CHAINSAW MAN - ÜSTTE
// ================================================================

function chainsawMan() {
const container = document.createElement('div');
container.id = 'cg-chainsaw';

const img = document.createElement('img');
img.src = CHAINSAW_GIF;
img.alt = 'Chainsaw Man';
img.loading = 'lazy';

img.onerror = function() {
this.style.display = 'none';
const video = document.createElement('video');
video.src = CHAINSAW_GIF;
video.autoplay = true;
video.loop = true;
video.muted = true;
video.playsinline = true;
container.appendChild(video);
};

container.appendChild(img);
document.body.prepend(container);
}

// ================================================================
// 6. RAINBOW BAŞLIKLAR
// ================================================================

let hue = 0;

function rainbowTitles() {
const titles = document.querySelectorAll(
'.block-header, .node-title a, .structItem-title a, ' +
'h1, h2, h3, .title, .heading, .header-title, ' +
'.p-title, .p-title-value, .p-body-header .p-title, ' +
'.forum-title, .topic-title, .thread-title, ' +
'.post-title, .konu-title, ' +
'.p-navEl-link, .p-sectionLinks-list .p-navEl-link'
);

const color = `hsl(${hue}, 90%, 65%)`;
titles.forEach(el => {
el.style.color = color;
el.style.textShadow = `0 0 30px hsla(${hue}, 90%, 65%, 0.15)`;
});

hue = (hue + 4) % 360;
}

// ================================================================
// 7. OYUN RENKLERİ
// ================================================================

function oyunRenkleri() {
const games = {
'cs2': '#ff6b35',
'valorant': '#ff4655',
'metin2': '#f5a623',
'pubg': '#ff8c00',
'apex': '#ff0000',
'lol': '#0ac8b9',
'minecraft': '#5c9e5c',
'fortnite': '#00bfff',
'rust': '#ff6b35',
'gta': '#00b894'
};

document.querySelectorAll('.node').forEach(el => {
const text = el.textContent.toLowerCase();
for (const [game, color] of Object.entries(games)) {
if (text.includes(game)) {
const link = el.querySelector('.node-title a');
if (link) {
link.style.color = color;
link.style.textShadow = `0 0 30px ${color}20`;
}
break;
}
}
});
}

// ================================================================
// 8. BAŞLAT
// ================================================================

function baslat() {
neyArkaPlan();
chainsawMan();

setInterval(rainbowTitles, RAINBOW_SPEED);

setTimeout(oyunRenkleri, 500);
setInterval(oyunRenkleri, 3000);

console.l0g('%c⚔️⚽🌈 CHEATGLOBAL ULTIMATE', 'font-size:18px;color:#4fc3f7;font-weight:bold;');
console.l0g('%c🔥 Neymar + Chainsaw Man + Rainbow başlıklar', 'font-size:12px;color:#aaa;');
console.l0g('%c👤 Geliştirici: pwozx', 'font-size:12px;color:#ffd93d;');
}

// ================================================================
// 9. ÇALIŞTIR
// ================================================================

if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', baslat);
} else {
baslat();
}

})();

Düz cgden iyidir ai ile yaptık.
 

📌 İÇİNDEKİLER

  • Neymar Jr. arka planı (dönen GIF)
  • Chainsaw Man üst banner (dönen GIF)
  • Rainbow renkli başlıklar (hızlı renk geçişi)
  • Oyun bazlı renkler (CS2, Valorant, Metin2 vs.)
  • Cam efekti (buzlu cam forum kartları)
  • Hafif ve kasma yok!

⚙️ KURULUM (Tampermonkey)

1. Tarayıcı Eklentisini Yükle

  • Chrome:
  • Firefox:
  • Edge:

2. Scripti Ekle

  1. Tampermonkey ikonuna tıkla → "Yeni betik oluştur"
  2. Gelen sayfadaki tüm kodu SİL
  3. Aşağıdaki kodu YAPIŞTIR
  4. Ctrl + S ile kaydet

📜 SCRIPT KODU

// ==UserScript==
// @name CHEATGLOBAL ULTIMATE - NEY + RAINBOW + CHAINSAW
// @Namespace
// @version 3.0
// @description Neymar arka plan + Rainbow başlıklar + Chainsaw Man üstte
// @Author pwozx
// @match https://cheatglobal.com/*
// @match https://www.cheatglobal.com/*
// @match http://cheatglobal.com/*
// @match http://www.cheatglobal.com/*
// @grant none
// @run-at document-end
// ==/UserScript==

(function() {
'use strict';

// ================================================================
// 1. KONFIG
// ================================================================

const NEY_GIF = '
const CHAINSAW_GIF = '
const RAINBOW_SPEED = 30;

// ================================================================
// 2. CSS - NEY + RAINBOW + CHAINSAW
// ================================================================

const CSS = `
@import url('

.block-container,
.block,
.p-body-sidebar .block,
.notice,
.p-header,
.p-nav,
.p-sectionLinks,
.p-footer,
.node,
.structItem,
.forum-item,
.post,
.konu,
.topic,
.thread,
.card,
.panel,
.box,
.message,
.content,
.page-content,
.main-content,
.p-body-main,
.p-body-inner,
.p-body-sidebar,
.block-header,
.block-row,
.pairs--justified,
.p-title,
.p-body-header,
.p-body,
.p-body-content {
position: relative !important;
background: transparent !important;
backdrop-filter: none !important;
}

.cg-ney-bg {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
z-index: -1 !important;
pointer-events: none !important;
overflow: hidden !important;
background: #0a0a12 !important;
}

.cg-ney-bg img,
.cg-ney-bg video {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
opacity: 0.25 !important;
mix-blend-mode: screen !important;
filter: saturate(1.2) contrast(1.1) brightness(0.8) !important;
}

#cg-chainsaw {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 60px !important;
z-index: 999999995 !important;
pointer-events: none !important;
overflow: hidden !important;
background: linear-gradient(180deg, rgba(10,10,18,0.7) 0%, transparent 100%) !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
padding: 0 20px !important;
}

#cg-chainsaw img,
#cg-chainsaw video {
height: 50px !important;
width: auto !important;
object-fit: contain !important;
opacity: 0.7 !important;
mix-blend-mode: screen !important;
filter: drop-shadow(0 0 20px rgba(180,100,255,0.2)) !important;
border-radius: 8px !important;
}

.p-header, .p-nav, .p-sectionLinks {
position: relative !important;
z-index: 999999994 !important;
background: transparent !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px) !important;
}

.p-header {
padding-top: 5px !important;
}

.block-container,
.block,
.p-body-sidebar .block,
.notice {
background: rgba(10, 10, 18, 0.6) !important;
backdrop-filter: blur(8px) !important;
-webkit-backdrop-filter: blur(8px) !important;
border: 1px solid rgba(61, 142, 185, 0.03) !important;
border-radius: 10px !important;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2) !important;
transition: 0.3s ease !important;
}

.block-container:hover,
.block:hover,
.p-body-sidebar .block:hover,
.notice:hover {
background: rgba(10, 10, 18, 0.7) !important;
border-color: rgba(79, 195, 247, 0.1) !important;
box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(79, 195, 247, 0.02) !important;
}

.node,
.structItem,
.forum-item,
.post,
.konu,
.topic,
.thread {
background: rgba(0, 0, 0, 0.15) !important;
backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: blur(4px) !important;
border-left: 2px solid transparent !important;
transition: 0.3s ease !important;
border-radius: 6px !important;
margin: 2px 0 !important;
padding: 6px 10px !important;
}

.node:hover,
.structItem:hover,
.forum-item:hover,
.post:hover,
.konu:hover,
.topic:hover,
.thread:hover {
background: rgba(0, 0, 0, 0.25) !important;
border-left-color: #4fc3f7 !important;
transform: translateX(3px) !important;
}

.node-description,
.structItem-meta,
.pairs--justified dt,
.pairs--justified dd,
.p-footer-copyright,
.p-footer a,
.block-row,
.message,
.content-text,
p,
span,
div:not(.cg-ney-bg):not(#cg-chainsaw) {
color: rgba(61, 142, 185, 0.8) !important;
}

.block-header,
.node-title a,
.structItem-title a,
h1, h2, h3,
.title, .heading, .header-title,
.p-title, .p-title-value,
.p-body-header .p-title,
.forum-title, .topic-title,
.thread-title, .post-title,
.konu-title,
.p-navEl-link,
.p-sectionLinks-list .p-navEl-link {
transition: color 0.05s ease !important;
font-weight: 600 !important;
}

::-webkit-scrollbar { width: 3px !important; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.02) !important; }
::-webkit-scrollbar-thumb { background: #4fc3f730 !important; border-radius: 10px !important; }
::-webkit-scrollbar-thumb:hover { background: #4fc3f750 !important; }

@media (max-width: 640px) {
#cg-chainsaw { height: 45px !important; padding: 0 10px !important; }
#cg-chainsaw img, #cg-chainsaw video { height: 35px !important; }
.block-container,
.block,
.p-body-sidebar .block,
.notice {
background: rgba(10, 10, 18, 0.7) !important;
}
.node,
.structItem,
.forum-item,
.post,
.konu {
padding: 4px 8px !important;
}
.cg-ney-bg img,
.cg-ney-bg video {
opacity: 0.2 !important;
}
}
`;

// ================================================================
// 3. CSS ENJEKSİYONU
// ================================================================

const style = document.createElement('style');
style.textContent = CSS;
document.head.appendChild(style);

// ================================================================
// 4. NEY ARKA PLANI
// ================================================================

function neyArkaPlan() {
const bg = document.createElement('div');
bg.className = 'cg-ney-bg';

const img = document.createElement('img');
img.src = NEY_GIF;
img.alt = 'Neymar';
img.loading = 'lazy';

img.onerror = function() {
this.style.display = 'none';
const video = document.createElement('video');
video.src = NEY_GIF;
video.autoplay = true;
video.loop = true;
video.muted = true;
video.playsinline = true;
bg.appendChild(video);
};

bg.appendChild(img);
document.body.prepend(bg);
}

// ================================================================
// 5. CHAINSAW MAN - ÜSTTE
// ================================================================

function chainsawMan() {
const container = document.createElement('div');
container.id = 'cg-chainsaw';

const img = document.createElement('img');
img.src = CHAINSAW_GIF;
img.alt = 'Chainsaw Man';
img.loading = 'lazy';

img.onerror = function() {
this.style.display = 'none';
const video = document.createElement('video');
video.src = CHAINSAW_GIF;
video.autoplay = true;
video.loop = true;
video.muted = true;
video.playsinline = true;
container.appendChild(video);
};

container.appendChild(img);
document.body.prepend(container);
}

// ================================================================
// 6. RAINBOW BAŞLIKLAR
// ================================================================

let hue = 0;

function rainbowTitles() {
const titles = document.querySelectorAll(
'.block-header, .node-title a, .structItem-title a, ' +
'h1, h2, h3, .title, .heading, .header-title, ' +
'.p-title, .p-title-value, .p-body-header .p-title, ' +
'.forum-title, .topic-title, .thread-title, ' +
'.post-title, .konu-title, ' +
'.p-navEl-link, .p-sectionLinks-list .p-navEl-link'
);

const color = `hsl(${hue}, 90%, 65%)`;
titles.forEach(el => {
el.style.color = color;
el.style.textShadow = `0 0 30px hsla(${hue}, 90%, 65%, 0.15)`;
});

hue = (hue + 4) % 360;
}

// ================================================================
// 7. OYUN RENKLERİ
// ================================================================

function oyunRenkleri() {
const games = {
'cs2': '#ff6b35',
'valorant': '#ff4655',
'metin2': '#f5a623',
'pubg': '#ff8c00',
'apex': '#ff0000',
'lol': '#0ac8b9',
'minecraft': '#5c9e5c',
'fortnite': '#00bfff',
'rust': '#ff6b35',
'gta': '#00b894'
};

document.querySelectorAll('.node').forEach(el => {
const text = el.textContent.toLowerCase();
for (const [game, color] of Object.entries(games)) {
if (text.includes(game)) {
const link = el.querySelector('.node-title a');
if (link) {
link.style.color = color;
link.style.textShadow = `0 0 30px ${color}20`;
}
break;
}
}
});
}

// ================================================================
// 8. BAŞLAT
// ================================================================

function baslat() {
neyArkaPlan();
chainsawMan();

setInterval(rainbowTitles, RAINBOW_SPEED);

setTimeout(oyunRenkleri, 500);
setInterval(oyunRenkleri, 3000);

console.l0g('%c⚔️⚽🌈 CHEATGLOBAL ULTIMATE', 'font-size:18px;color:#4fc3f7;font-weight:bold;');
console.l0g('%c🔥 Neymar + Chainsaw Man + Rainbow başlıklar', 'font-size:12px;color:#aaa;');
console.l0g('%c👤 Geliştirici: pwozx', 'font-size:12px;color:#ffd93d;');
}

// ================================================================
// 9. ÇALIŞTIR
// ================================================================

if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', baslat);
} else {
baslat();
}

})();

Düz cgden iyidir ai ile yaptık.
Yazılmıyor
 

Şuanda konuyu görüntüleyen kullanıcılar

Geri
Üst Alt