local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Clintz Muzik" }) local Headlock = Window:CreateTab("Headlock",4483362458) local function sendChat(text) local ok, err = pcall(function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync(text) end) if not ok then warn("SendAsync failed:", err) end end Headlock:CreateButton({ Name = "you say too late to start", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("you say too late to start") end }) Headlock:CreateButton({ Name = "got your heart in a headlock", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("got your heart in a headlock") end }) Headlock:CreateButton({ Name = "i dont believe any of it", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("i dont believe any of it") end }) Headlock:CreateButton({ Name = "you say too late to start", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("you say too late to start") end }) Headlock:CreateButton({ Name = "with your heart in a headlock", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("with your heart in a headlock") end }) Headlock:CreateButton({ Name = "you know your better than this", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("you know your better than this") end }) Headlock:CreateButton({ Name = "afraid to start", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("afraid to start") end }) Headlock:CreateButton({ Name = "got your heart in a headlock", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("got your heart in a headlock") end }) Headlock:CreateButton({ Name = "i dont believe any of it", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("i dont believe any of it") end }) Headlock:CreateButton({ Name = "you say too late to start", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("you say too late to start") end }) Headlock:CreateButton({ Name = "with your heart in a headlo-o-ock", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("with your heart in a headlock") end }) Headlock:CreateButton({ Name = "you know your better than this", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("you know your better than this") end }) local Hypnodancer = Window:CreateTab("Hypnodancer",4483362458) Hypnodancer:CreateButton({ Name = "HypnoDancer! HEY, HEY!", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("HypnoDancer! HEY, HEY!") end }) Hypnodancer:CreateButton({ Name = "HypnoDancer! HEY, HEY!", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("HypnoDancer! HEY, HEY!") end }) Hypnodancer:CreateButton({ Name = "HypnoDancer! HEY, HEY!", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("HypnoDancer! HEY, HEY!") end }) Hypnodancer:CreateButton({ Name = "Go HypnoDancer!", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Go HypnoDancer!") end }) Hypnodancer:CreateButton({ Name = "Dancer! HEY, HEY!", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Dancer! HEY, HEY!") end }) Hypnodancer:CreateButton({ Name = "HypnoDancer! HEY, HEY!", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("HypnoDancer! HEY, HEY!") end }) Hypnodancer:CreateButton({ Name = "HypnoDancer! HEY, HEY", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("HypnoDancer! HEY, HEY!") end }) Hypnodancer:CreateButton({ Name = "Go HypnoDancer!", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Go HypnoDancer!") end }) local California = Window:CreateTab("California",4483362458) California:CreateButton({ Name = "California Girls, we're unforgettable", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("California Girls, we're unforgettable") end }) California:CreateButton({ Name = "Daisy Dukes, bikinis on top", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Daisy Dukes, bikinis on top") end }) California:CreateButton({ Name = "Sun-kissed skin so hot, we'll melt your popsicle", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Sun-kissed skin so hot, we'll melt your popsicle") end }) California:CreateButton({ Name = "Oh-oh-oh-oh-oh-oh, oh, oh-oh-oh-oh-oh", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Oh-oh-oh-oh-oh-oh, oh, oh-oh-oh-oh-oh") end }) California:CreateButton({ Name = "California Girls, we're undeniable", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("California Girls, we're undeniable") end }) California:CreateButton({ Name = "Fine, fresh, fierce, we got it on lock", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Fine, fresh, fierce, we got it on lock") end }) California:CreateButton({ Name = "West Coast represent, now put your hands up", Callback = function() print("Hello") end }) California:CreateButton({ Name = "Oh-oh-oh-oh-oh-oh, oh, oh-oh-oh-oh-oh", Callback = function() game:GetService("TextChatService").TextChannels.RBXGeneral:SendAsync("Oh-oh-oh-oh-oh-oh, oh, oh-oh-oh-oh-oh") end }) local Tab = Window:CreateTab("Static", 4483362458) local rawText = [[ Panic! In-static! Out-manic Don't you find it all romantic the way things used to be? Classic, ecstatic, it's magic To trip the light fantastic repeat it after me This is how it should be in studio seats My ego wired in the CRT We can skip the sign-off, ol' familiar scene repeating This is how it should be ]] for line in rawText:gmatch("[^\r\n]+") do local text = line Tab:CreateButton({ Name = text, Callback = function() sendChat(text) end }) end local Tab = Window:CreateTab("Gangnam Style!", 4483362458) local rawText = [[ uh Gangnam style Op, op, op, op, Oppa Gangnam style, uh Gangnam style Op, op, op, op, Oppa Gangnam style Ayy, #### lady Op, op, op, op, Oppa Gangnam style Ayy, #### lady Op, op, op, op eh-eh-eh, eh-eh-eh ]] for line in rawText:gmatch("[^\r\n]+") do local text = line Tab:CreateButton({ Name = text, Callback = function() sendChat(text) end }) end