Localqw6 Client Scripst by Omer
Localqw6 Client Scripst by Omer
new("ScreenGui")
local MainFrame = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local UIStroke = Instance.new("UIStroke")
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ResetOnSpawn = false
MainFrame.Parent = ScreenGui
MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
MainFrame.Position = UDim2.new(0.2, 0, 0.2, 0)
MainFrame.Size = UDim2.new(0, 300, 0, 300) -- Increased height to fit buttons
MainFrame.Active = true
MainFrame.Draggable = true
MainFrame.BackgroundTransparency = 0.2
UICorner.Parent = MainFrame
UICorner.CornerRadius = UDim.new(0, 15)
UIStroke.Parent = MainFrame
UIStroke.Thickness = 2
UIStroke.Color = Color3.fromRGB(255, 255, 255)
-- Açılış Animasyonu
MainFrame.Size = UDim2.new(0, 0, 0, 0)
MainFrame.Position = UDim2.new(0.4, 0, 0.4, 0)
game:GetService("TweenService"):Create(MainFrame, TweenInfo.new(0.5,
Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {
Size = UDim2.new(0, 300, 0, 300),
Position = UDim2.new(0.2, 0, 0.2, 0)
}):Play()
-- Button 1: MUSIC
local MusicButton = Instance.new("TextButton")
MusicButton.Parent = MainFrame
MusicButton.Size = UDim2.new(0, 250, 0, 40)
MusicButton.Position = UDim2.new(0, 25, 0, 50) -- Adjusted for position
MusicButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
MusicButton.Text = "MUSIC"
MusicButton.TextColor3 = Color3.fromRGB(255, 255, 255)
MusicButton.TextSize = 20
MusicButton.MouseButton1Click:Connect(function()
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://15689451063"
sound.Volume = 888888
sound.Pitch = 0.50
sound.Parent = game.Workspace
sound:Play()
end)
-- Button 2: HINT
local HintButton = Instance.new("TextButton")
HintButton.Parent = MainFrame
HintButton.Size = UDim2.new(0, 250, 0, 40)
HintButton.Position = UDim2.new(0, 25, 0, 100) -- Adjusted for position
HintButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
HintButton.Text = "HINT"
HintButton.TextColor3 = Color3.fromRGB(255, 255, 255)
HintButton.TextSize = 20
HintButton.MouseButton1Click:Connect(function()
local hintMessage = "XXXOMER12345678 GOT HACKED THE GAME LMAO XDD 🤑✋"
wait(6)
local nextHint = "NOOB YOUR 😭GAME NUKER BOAM LOL F++KCK. LUBA FUKA 😭 "
NukeButton.MouseButton1Click:Connect(function()
-- Change all models to red color
for _, model in pairs(workspace:GetChildren()) do
if model:IsA("Model") then
for _, part in pairs(model:GetChildren()) do
if part:IsA("BasePart") then
part.Color = Color3.fromRGB(255, 0, 0)
end
end
end
end
-- Set the entire map to X-ray (X-Ray effect)
local camera = workspace.CurrentCamera
camera.CameraType = Enum.CameraType.Scriptable
camera.CFrame = CFrame.new(Vector3.new(0, 50, 0)) -- Change the camera to
create an "X-ray" effect
wait(6)
😭
message.Text = "MANGO PANGO LUPBO FUK O "
-- Button 4: REALM
local RealmButton = Instance.new("TextButton")
RealmButton.Parent = MainFrame
RealmButton.Size = UDim2.new(0, 250, 0, 40)
RealmButton.Position = UDim2.new(0, 25, 0, 200) -- Adjusted for position
RealmButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
RealmButton.Text = "REALM"
RealmButton.TextColor3 = Color3.fromRGB(255, 255, 255)
RealmButton.TextSize = 20
RealmButton.MouseButton1Click:Connect(function()
-- Remove all models and create a large ground layer
for _, model in pairs(workspace:GetChildren()) do
if model:IsA("Model") then
model:Destroy()
end
end