Yardım - Yaptığım GUI daki Butona Tıklayınca Aşağıdaki İşlemi Yaptırma

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Ultra Üye
Katılım
16 Eyl 2018
Mesajlar
1,810
Çözümler
2
Tepki puanı
901
Ödüller
6
7 HİZMET YILI
235-250 Arasındaki kod satırında
sirenheath.MouseButton1Click:connect(function()
yapmama rağmen butona basılınca algılamıyor

Lua:
-- Gui to Lua
-- Version: 3.2

-- Instances:

local LuciSirenHead = Instance.new("ScreenGui")
local SideBar = Instance.new("Frame")
local rgbLine = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local ButtonContainer = Instance.new("Frame")
local aButton = Instance.new("TextButton")
local rgb = Instance.new("Frame")
local bButton = Instance.new("TextButton")
local rgb_2 = Instance.new("Frame")
local cButton = Instance.new("TextButton")
local rgb_3 = Instance.new("Frame")
local dButton = Instance.new("TextButton")
local rgb_4 = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local Main = Instance.new("Frame")
local Container = Instance.new("Frame")
local Tab1 = Instance.new("Frame")
local rgb_5 = Instance.new("Frame")
local rgbCover = Instance.new("Frame")
local sirenheath = Instance.new("TextButton")
local loghors = Instance.new("TextButton")
local milwota = Instance.new("TextButton")
local kartonket = Instance.new("TextButton")
local Tab2 = Instance.new("Frame")
local rgb_6 = Instance.new("Frame")
local rgbCover_2 = Instance.new("Frame")
local kocaoda = Instance.new("TextButton")
local sehir = Instance.new("TextButton")
local magara = Instance.new("TextButton")
local kule = Instance.new("TextButton")
local barn = Instance.new("TextButton")
local arabalot = Instance.new("TextButton")
local pleyn = Instance.new("TextButton")
local gucistasyonu = Instance.new("TextButton")
local koy = Instance.new("TextButton")
local dogus = Instance.new("TextButton")
local gol = Instance.new("TextButton")
local Tab3 = Instance.new("Frame")
local rgb_7 = Instance.new("Frame")
local rgbCover_3 = Instance.new("Frame")
local herkesioldur = Instance.new("TextButton")
local agaclarikaldir = Instance.new("TextButton")
local silahlarial = Instance.new("TextButton")
local butunal = Instance.new("TextButton")
local Tab4 = Instance.new("Frame")
local rgb_8 = Instance.new("Frame")
local rgbCover_4 = Instance.new("Frame")
local sirohed = Instance.new("TextButton")
local milka = Instance.new("TextButton")
local kartonn = Instance.new("TextButton")
local pleyirs = Instance.new("TextButton")

--Properties:

LuciSirenHead.Name = "Luci Siren Head"
LuciSirenHead.Parent = game.CoreGui

SideBar.Name = "SideBar"
SideBar.Parent = LuciSirenHead
SideBar.BackgroundColor3 = Color3.fromRGB(43, 43, 40)
SideBar.Position = UDim2.new(0.120517582, 0, 0.241844296, 0)
SideBar.Size = UDim2.new(0.195961475, 0, 0.480726242, 0)
SideBar.ZIndex = 4

rgbLine.Name = "rgbLine"
rgbLine.Parent = SideBar
rgbLine.BackgroundColor3 = Color3.fromRGB(216, 235, 255)
rgbLine.BorderSizePixel = 0
rgbLine.Position = UDim2.new(0, 0, 0.132711545, 0)
rgbLine.Size = UDim2.new(1, 0, 0.0167116933, 0)
rgbLine.ZIndex = 6

Title.Name = "Title"
Title.Parent = SideBar
Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title.BackgroundTransparency = 1.000
Title.Position = UDim2.new(0, 0, -0.0035868003, 0)
Title.Size = UDim2.new(1, 0, 0.133640081, 0)
Title.ZIndex = 5
Title.Font = Enum.Font.SourceSansLight
Title.Text = "Lucitrash Siren Head"
Title.TextColor3 = Color3.fromRGB(0, 0, 0)
Title.TextScaled = true
Title.TextSize = 14.000
Title.TextWrapped = true

ButtonContainer.Name = "ButtonContainer"
ButtonContainer.Parent = SideBar
ButtonContainer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ButtonContainer.BackgroundTransparency = 1.000
ButtonContainer.Position = UDim2.new(0.077266477, 0, 0.168579563, 0)
ButtonContainer.Size = UDim2.new(0.834340155, 0, 0.781205237, 0)
ButtonContainer.ZIndex = 7

aButton.Name = "aButton"
aButton.Parent = ButtonContainer
aButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
aButton.BorderSizePixel = 0
aButton.ClipsDescendants = true
aButton.Position = UDim2.new(-5.47050192e-08, 0, 0.048576057, 0)
aButton.Size = UDim2.new(1.00000012, 0, 0.19762902, 0)
aButton.ZIndex = 8
aButton.Font = Enum.Font.SourceSansLight
aButton.Text = "Monster Teleports"
aButton.TextColor3 = Color3.fromRGB(0, 0, 0)
aButton.TextScaled = true
aButton.TextSize = 14.000
aButton.TextWrapped = true

rgb.Name = "rgb"
rgb.Parent = aButton
rgb.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb.ZIndex = 9

bButton.Name = "bButton"
bButton.Parent = ButtonContainer
bButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
bButton.BorderSizePixel = 0
bButton.ClipsDescendants = true
bButton.Position = UDim2.new(-5.40167093e-08, 0, 0.294966161, 0)
bButton.Size = UDim2.new(1.00000012, 0, 0.172404245, 0)
bButton.ZIndex = 8
bButton.Font = Enum.Font.SourceSansLight
bButton.Text = "Teleports"
bButton.TextColor3 = Color3.fromRGB(0, 0, 0)
bButton.TextScaled = true
bButton.TextSize = 14.000
bButton.TextWrapped = true

rgb_2.Name = "rgb"
rgb_2.Parent = bButton
rgb_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_2.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_2.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_2.ZIndex = 9

cButton.Name = "cButton"
cButton.Parent = ButtonContainer
cButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
cButton.BorderSizePixel = 0
cButton.ClipsDescendants = true
cButton.Position = UDim2.new(-5.49480319e-08, 0, 0.528526306, 0)
cButton.Size = UDim2.new(1.00000012, 0, 0.17660211, 0)
cButton.ZIndex = 8
cButton.Font = Enum.Font.SourceSansLight
cButton.Text = "Cheats"
cButton.TextColor3 = Color3.fromRGB(0, 0, 0)
cButton.TextScaled = true
cButton.TextSize = 14.000
cButton.TextWrapped = true

rgb_3.Name = "rgb"
rgb_3.Parent = cButton
rgb_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_3.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_3.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_3.ZIndex = 9

dButton.Name = "dButton"
dButton.Parent = ButtonContainer
dButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
dButton.BorderSizePixel = 0
dButton.ClipsDescendants = true
dButton.Position = UDim2.new(0, 0, 0.755879819, 0)
dButton.Size = UDim2.new(1, 0, 0.171625152, 0)
dButton.ZIndex = 8
dButton.Font = Enum.Font.SourceSansLight
dButton.Text = "Instant Kill"
dButton.TextColor3 = Color3.fromRGB(0, 0, 0)
dButton.TextScaled = true
dButton.TextSize = 14.000
dButton.TextWrapped = true

rgb_4.Name = "rgb"
rgb_4.Parent = dButton
rgb_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_4.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_4.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_4.ZIndex = 9

TextLabel.Parent = SideBar
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0, 0, 0.9294734, 0)
TextLabel.Size = UDim2.new(1.00000012, 0, 0.0672266632, 0)
TextLabel.ZIndex = 13
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Lucitrash#0666"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true

Main.Name = "Main"
Main.Parent = SideBar
Main.BackgroundColor3 = Color3.fromRGB(34, 40, 49)
Main.BackgroundTransparency = 1.000
Main.BorderSizePixel = 0
Main.Position = UDim2.new(0.999999881, 0, 0.104955867, 0)
Main.Size = UDim2.new(2.98733211, 0, 0.824517429, 0)

Container.Name = "Container"
Container.Parent = Main
Container.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Container.BackgroundTransparency = 1.000
Container.ClipsDescendants = true
Container.Size = UDim2.new(1, 0, 1, 0)

Tab1.Name = "Tab1"
Tab1.Parent = Container
Tab1.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab1.Position = UDim2.new(-1, 0, 0, 0)
Tab1.Size = UDim2.new(1, 0, 1, 0)

rgb_5.Name = "rgb"
rgb_5.Parent = Tab1
rgb_5.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_5.BorderSizePixel = 0
rgb_5.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_5.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover.Name = "rgbCover"
rgbCover.Parent = rgb_5
rgbCover.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover.BorderSizePixel = 0
rgbCover.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)


sirenheath.Name = "sirenheath"
sirenheath.Parent = Tab1
sirenheath.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sirenheath.BorderSizePixel = 0
sirenheath.Position = UDim2.new(0.0491864011, 0, 0.161353543, 0)
sirenheath.Size = UDim2.new(0, 210, 0, 52)
sirenheath.Font = Enum.Font.SourceSans
sirenheath.Text = "SirenHead"
sirenheath.TextColor3 = Color3.fromRGB(0, 0, 0)
sirenheath.TextSize = 50.000
sirenheath.MouseButton1Click:connect(function()
    localplayer.Character.HumanoidRootPart.CFrame = workspace["SirenHead"].Torso.CFrame - Vector3.new(15,0,15)
end)

loghors.Name = "loghors"
loghors.Parent = Tab1
loghors.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
loghors.BorderSizePixel = 0
loghors.Position = UDim2.new(0.528966486, 0, 0.161621153, 0)
loghors.Size = UDim2.new(0, 210, 0, 52)
loghors.Font = Enum.Font.SourceSans
loghors.Text = "Long Horse"
loghors.TextColor3 = Color3.fromRGB(0, 0, 0)
loghors.TextSize = 50.000

milwota.Name = "milwota"
milwota.Parent = Tab1
milwota.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
milwota.BorderSizePixel = 0
milwota.Position = UDim2.new(0.528966486, 0, 0.572999775, 0)
milwota.Size = UDim2.new(0, 210, 0, 52)
milwota.Font = Enum.Font.SourceSans
milwota.Text = "Milkwalker"
milwota.TextColor3 = Color3.fromRGB(0, 0, 0)
milwota.TextSize = 50.000

kartonket.Name = "kartonket"
kartonket.Parent = Tab1
kartonket.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kartonket.BorderSizePixel = 0
kartonket.Position = UDim2.new(0.0491864011, 0, 0.572999775, 0)
kartonket.Size = UDim2.new(0, 210, 0, 52)
kartonket.Font = Enum.Font.SourceSans
kartonket.Text = "CartoonCat"
kartonket.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonket.TextSize = 50.000

Tab2.Name = "Tab2"
Tab2.Parent = Container
Tab2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab2.Position = UDim2.new(-1, 0, 0, 0)
Tab2.Size = UDim2.new(1, 0, 1, 0)

rgb_6.Name = "rgb"
rgb_6.Parent = Tab2
rgb_6.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_6.BorderSizePixel = 0
rgb_6.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_6.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_2.Name = "rgbCover"
rgbCover_2.Parent = rgb_6
rgbCover_2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_2.BorderSizePixel = 0
rgbCover_2.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_2.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

kocaoda.Name = "kocaoda"
kocaoda.Parent = Tab2
kocaoda.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kocaoda.BorderSizePixel = 0
kocaoda.Position = UDim2.new(0.0500652939, 0, 0.123189129, 0)
kocaoda.Size = UDim2.new(0, 145, 0, 37)
kocaoda.Font = Enum.Font.SourceSans
kocaoda.Text = "Dev Room"
kocaoda.TextColor3 = Color3.fromRGB(0, 0, 0)
kocaoda.TextSize = 40.000

sehir.Name = "sehir"
sehir.Parent = Tab2
sehir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sehir.BorderSizePixel = 0
sehir.Position = UDim2.new(0.354497492, 0, 0.123189129, 0)
sehir.Size = UDim2.new(0, 145, 0, 37)
sehir.Font = Enum.Font.SourceSans
sehir.Text = "City"
sehir.TextColor3 = Color3.fromRGB(0, 0, 0)
sehir.TextSize = 40.000

magara.Name = "magara"
magara.Parent = Tab2
magara.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
magara.BorderSizePixel = 0
magara.Position = UDim2.new(0.354497492, 0, 0.337795049, 0)
magara.Size = UDim2.new(0, 145, 0, 37)
magara.Font = Enum.Font.SourceSans
magara.Text = "Cave"
magara.TextColor3 = Color3.fromRGB(0, 0, 0)
magara.TextSize = 40.000

kule.Name = "kule"
kule.Parent = Tab2
kule.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kule.BorderSizePixel = 0
kule.Position = UDim2.new(0.0931757838, 0, 0.785374165, 0)
kule.Size = UDim2.new(0, 200, 0, 37)
kule.Font = Enum.Font.SourceSans
kule.Text = "Town"
kule.TextColor3 = Color3.fromRGB(0, 0, 0)
kule.TextSize = 40.000

barn.Name = "barn"
barn.Parent = Tab2
barn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
barn.BorderSizePixel = 0
barn.Position = UDim2.new(0.0500652939, 0, 0.335074425, 0)
barn.Size = UDim2.new(0, 145, 0, 37)
barn.Font = Enum.Font.SourceSans
barn.Text = "Barn"
barn.TextColor3 = Color3.fromRGB(0, 0, 0)
barn.TextSize = 40.000

arabalot.Name = "arabalot"
arabalot.Parent = Tab2
arabalot.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
arabalot.BorderSizePixel = 0
arabalot.Position = UDim2.new(0.0500652939, 0, 0.551887274, 0)
arabalot.Size = UDim2.new(0, 145, 0, 37)
arabalot.Font = Enum.Font.SourceSans
arabalot.Text = "Car Loot"
arabalot.TextColor3 = Color3.fromRGB(0, 0, 0)
arabalot.TextSize = 40.000

pleyn.Name = "pleyn"
pleyn.Parent = Tab2
pleyn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
pleyn.BorderSizePixel = 0
pleyn.Position = UDim2.new(0.661550403, 0, 0.123189129, 0)
pleyn.Size = UDim2.new(0, 145, 0, 37)
pleyn.Font = Enum.Font.SourceSans
pleyn.Text = "Plane"
pleyn.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyn.TextSize = 40.000

gucistasyonu.Name = "gucistasyonu"
gucistasyonu.Parent = Tab2
gucistasyonu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gucistasyonu.BorderSizePixel = 0
gucistasyonu.Position = UDim2.new(0.661550403, 0, 0.337795049, 0)
gucistasyonu.Size = UDim2.new(0, 145, 0, 37)
gucistasyonu.Font = Enum.Font.SourceSans
gucistasyonu.Text = "PowerStation"
gucistasyonu.TextColor3 = Color3.fromRGB(0, 0, 0)
gucistasyonu.TextSize = 30.000

koy.Name = "koy"
koy.Parent = Tab2
koy.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
koy.BorderSizePixel = 0
koy.Position = UDim2.new(0.661550403, 0, 0.553778589, 0)
koy.Size = UDim2.new(0, 145, 0, 37)
koy.Font = Enum.Font.SourceSans
koy.Text = "Village"
koy.TextColor3 = Color3.fromRGB(0, 0, 0)
koy.TextSize = 40.000

dogus.Name = "dogus"
dogus.Parent = Tab2
dogus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
dogus.BorderSizePixel = 0
dogus.Position = UDim2.new(0.50571382, 0, 0.785374165, 0)
dogus.Size = UDim2.new(0, 200, 0, 37)
dogus.Font = Enum.Font.SourceSans
dogus.Text = "Spawn"
dogus.TextColor3 = Color3.fromRGB(0, 0, 0)
dogus.TextSize = 40.000

gol.Name = "gol"
gol.Parent = Tab2
gol.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gol.BorderSizePixel = 0
gol.Position = UDim2.new(0.353458583, 0, 0.571597576, 0)
gol.Size = UDim2.new(0, 145, 0, 37)
gol.Font = Enum.Font.SourceSans
gol.Text = "Lake"
gol.TextColor3 = Color3.fromRGB(0, 0, 0)
gol.TextSize = 40.000

Tab3.Name = "Tab3"
Tab3.Parent = Container
Tab3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab3.Position = UDim2.new(-1, 0, 0, 0)
Tab3.Size = UDim2.new(1, 0, 1, 0)

rgb_7.Name = "rgb"
rgb_7.Parent = Tab3
rgb_7.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_7.BorderSizePixel = 0
rgb_7.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_7.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_3.Name = "rgbCover"
rgbCover_3.Parent = rgb_7
rgbCover_3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_3.BorderSizePixel = 0
rgbCover_3.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_3.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

herkesioldur.Name = "herkesioldur"
herkesioldur.Parent = Tab3
herkesioldur.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
herkesioldur.Position = UDim2.new(0.0760992467, 0, 0.167537212, 0)
herkesioldur.Size = UDim2.new(0, 200, 0, 50)
herkesioldur.Font = Enum.Font.SourceSans
herkesioldur.Text = "Kill All Players"
herkesioldur.TextColor3 = Color3.fromRGB(0, 0, 0)
herkesioldur.TextSize = 30.000

agaclarikaldir.Name = "agaclarikaldir"
agaclarikaldir.Parent = Tab3
agaclarikaldir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
agaclarikaldir.Position = UDim2.new(0.51867646, 0, 0.167537212, 0)
agaclarikaldir.Size = UDim2.new(0, 200, 0, 50)
agaclarikaldir.Font = Enum.Font.SourceSans
agaclarikaldir.Text = "Remove Trees"
agaclarikaldir.TextColor3 = Color3.fromRGB(0, 0, 0)
agaclarikaldir.TextSize = 30.000

silahlarial.Name = "silahlarial"
silahlarial.Parent = Tab3
silahlarial.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
silahlarial.Position = UDim2.new(0.0760992467, 0, 0.581452668, 0)
silahlarial.Size = UDim2.new(0, 200, 0, 50)
silahlarial.Font = Enum.Font.SourceSans
silahlarial.Text = "Grab Guns"
silahlarial.TextColor3 = Color3.fromRGB(0, 0, 0)
silahlarial.TextSize = 30.000

butunal.Name = "butunal"
butunal.Parent = Tab3
butunal.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
butunal.Position = UDim2.new(0.51867646, 0, 0.581452668, 0)
butunal.Size = UDim2.new(0, 200, 0, 50)
butunal.Font = Enum.Font.SourceSans
butunal.Text = "Equip All Guns"
butunal.TextColor3 = Color3.fromRGB(0, 0, 0)
butunal.TextSize = 30.000

Tab4.Name = "Tab4"
Tab4.Parent = Container
Tab4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab4.Position = UDim2.new(-1, 0, 0, 0)
Tab4.Size = UDim2.new(1.00000012, 0, 1, 0)

rgb_8.Name = "rgb"
rgb_8.Parent = Tab4
rgb_8.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_8.BorderSizePixel = 0
rgb_8.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_8.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_4.Name = "rgbCover"
rgbCover_4.Parent = rgb_8
rgbCover_4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_4.BorderSizePixel = 0
rgbCover_4.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_4.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

sirohed.Name = "sirohed"
sirohed.Parent = Tab4
sirohed.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
sirohed.Position = UDim2.new(0.0500652902, 0, 0.241450697, 0)
sirohed.Size = UDim2.new(0, 200, 0, 50)
sirohed.Font = Enum.Font.SourceSans
sirohed.Text = "SirenHead"
sirohed.TextColor3 = Color3.fromRGB(0, 0, 0)
sirohed.TextSize = 30.000

milka.Name = "milka"
milka.Parent = Tab4
milka.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
milka.Position = UDim2.new(0.500652909, 0, 0.241450697, 0)
milka.Size = UDim2.new(0, 200, 0, 50)
milka.Font = Enum.Font.SourceSans
milka.Text = "MilkWalker Ambassador"
milka.TextColor3 = Color3.fromRGB(0, 0, 0)
milka.TextSize = 23.000

kartonn.Name = "kartonn"
kartonn.Parent = Tab4
kartonn.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
kartonn.Position = UDim2.new(0.0500652902, 0, 0.546959758, 0)
kartonn.Size = UDim2.new(0, 200, 0, 50)
kartonn.Font = Enum.Font.SourceSans
kartonn.Text = "Cartoon Cat"
kartonn.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonn.TextSize = 30.000

pleyirs.Name = "pleyirs"
pleyirs.Parent = Tab4
pleyirs.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
pleyirs.Position = UDim2.new(0.500652909, 0, 0.551887274, 0)
pleyirs.Size = UDim2.new(0, 200, 0, 50)
pleyirs.Font = Enum.Font.SourceSans
pleyirs.Text = "Players"
pleyirs.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyirs.TextSize = 30.000

-- Scripts:

local function TOYHIOA_fake_script() -- SideBar.guiController
    local script = Instance.new('LocalScript', SideBar)

    local Tab1 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.aButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.aButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab1.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab1
    }
    local Tab2 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.bButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.bButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab2.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab2
    }
    local Tab3 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.cButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.cButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab3.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab3
    }
    local Tab4 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.dButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.dButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab4.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab4
    }
  
    --
    local DBounce = false
    local anyActive = false
    --
  
  
  
    Tab1["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab1["isActive"] == true then
                Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab1["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab1["isActive"] = false
                waitTime = 1
            elseif Tab1["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab1["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab1 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab1["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
  
    Tab2["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab2["isActive"] == true then
                Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab2["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab2["isActive"] = false
                waitTime = 1
            elseif Tab2["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab2["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab2 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab2["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
  
    Tab3["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab3["isActive"] == true then
                Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab3["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab3["isActive"] = false
                waitTime = 1
            elseif Tab3["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab3["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab3 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab3["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
  
    Tab4["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4,Tab5,Tab6,Tab7,Tab8,Tab9,Tab10}
            DBounce = true
            local waitTime = 0
            if Tab4["isActive"] == true then
                Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab4["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab4["isActive"] = false
                waitTime = 1
            elseif Tab4["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab4["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab4 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab4["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
  
  
    local UserInputService = game:GetService("UserInputService")
  
    local gui = script.Parent
  
    local dragging
    local dragInput
    local dragStart
    local startPos
  
    local function update(input)
        local delta = input.Position - dragStart
        gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
    end
  
    gui.InputBegan:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
            dragging = true
            dragStart = input.Position
            startPos = gui.Position
          
            input.Changed:Connect(function()
                if input.UserInputState == Enum.UserInputState.End then
                    dragging = false
                end
            end)
        end
    end)
  
    gui.InputChanged:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
            dragInput = input
        end
    end)
  
    UserInputService.InputChanged:Connect(function(input)
        if input == dragInput and dragging then
            update(input)
        end
    end)
  
    local toggle = false
  
  
    function onKeyPress(actionName, userInputState, inputObject)
        if userInputState == Enum.UserInputState.Begin then
            if toggle == false then
                 toggle = true
                  script.Parent.Visible = true
            else
                toggle = false
                script.Parent.Visible = false
            end
        end
    end
  
    game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.Q)
end
coroutine.wrap(TOYHIOA_fake_script)()
local function MTSGNEO_fake_script() -- SideBar.rgbController
    local script = Instance.new('LocalScript', SideBar)

    local tab1 = script.Parent.Main.Container.Tab1.rgb
    local tab2 = script.Parent.Main.Container.Tab2.rgb
    local tab3 = script.Parent.Main.Container.Tab3.rgb
    local tab4 = script.Parent.Main.Container.Tab4.rgb
    local but1 = script.Parent.ButtonContainer.aButton.rgb
    local but2 = script.Parent.ButtonContainer.bButton.rgb
    local but3 = script.Parent.ButtonContainer.cButton.rgb
    local but4 = script.Parent.ButtonContainer.dButton.rgb
    local title = script.Parent.Title
    local rgbLine = script.Parent.rgbLine
    while true do
        for i = 0,1,0.01 do
            tab1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            title.TextColor3 = Color3.fromHSV(i,1,1)
            rgbLine.BackgroundColor3 = Color3.fromHSV(i,1,1)
            wait(0.0001)
        end
    end
end
coroutine.wrap(MTSGNEO_fake_script)()
 
Banlı Üye
Katılım
17 May 2020
Mesajlar
47
Tepki puanı
2
Yaş
30
6 HİZMET YILI
are you serious I want help, I wouldn't want to do it
I'm doing this much code with plugins anyway
 
Banlı Üye
Katılım
19 Kas 2016
Mesajlar
405
Çözümler
2
Tepki puanı
37
9 HİZMET YILI
harbiden yardım etmiş oldun bana sağol like
 
Onaylı Üye
Katılım
27 Nis 2020
Mesajlar
63
Tepki puanı
4
Ödüller
2
Yaş
35
6 HİZMET YILI
235-250 Arasındaki kod satırında
sirenheath.MouseButton1Click:connect(function()
yapmama rağmen butona basılınca algılamıyor

Lua:
-- Gui to Lua
-- Version: 3.2

-- Instances:

local LuciSirenHead = Instance.new("ScreenGui")
local SideBar = Instance.new("Frame")
local rgbLine = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local ButtonContainer = Instance.new("Frame")
local aButton = Instance.new("TextButton")
local rgb = Instance.new("Frame")
local bButton = Instance.new("TextButton")
local rgb_2 = Instance.new("Frame")
local cButton = Instance.new("TextButton")
local rgb_3 = Instance.new("Frame")
local dButton = Instance.new("TextButton")
local rgb_4 = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local Main = Instance.new("Frame")
local Container = Instance.new("Frame")
local Tab1 = Instance.new("Frame")
local rgb_5 = Instance.new("Frame")
local rgbCover = Instance.new("Frame")
local sirenheath = Instance.new("TextButton")
local loghors = Instance.new("TextButton")
local milwota = Instance.new("TextButton")
local kartonket = Instance.new("TextButton")
local Tab2 = Instance.new("Frame")
local rgb_6 = Instance.new("Frame")
local rgbCover_2 = Instance.new("Frame")
local kocaoda = Instance.new("TextButton")
local sehir = Instance.new("TextButton")
local magara = Instance.new("TextButton")
local kule = Instance.new("TextButton")
local barn = Instance.new("TextButton")
local arabalot = Instance.new("TextButton")
local pleyn = Instance.new("TextButton")
local gucistasyonu = Instance.new("TextButton")
local koy = Instance.new("TextButton")
local dogus = Instance.new("TextButton")
local gol = Instance.new("TextButton")
local Tab3 = Instance.new("Frame")
local rgb_7 = Instance.new("Frame")
local rgbCover_3 = Instance.new("Frame")
local herkesioldur = Instance.new("TextButton")
local agaclarikaldir = Instance.new("TextButton")
local silahlarial = Instance.new("TextButton")
local butunal = Instance.new("TextButton")
local Tab4 = Instance.new("Frame")
local rgb_8 = Instance.new("Frame")
local rgbCover_4 = Instance.new("Frame")
local sirohed = Instance.new("TextButton")
local milka = Instance.new("TextButton")
local kartonn = Instance.new("TextButton")
local pleyirs = Instance.new("TextButton")

--Properties:

LuciSirenHead.Name = "Luci Siren Head"
LuciSirenHead.Parent = game.CoreGui

SideBar.Name = "SideBar"
SideBar.Parent = LuciSirenHead
SideBar.BackgroundColor3 = Color3.fromRGB(43, 43, 40)
SideBar.Position = UDim2.new(0.120517582, 0, 0.241844296, 0)
SideBar.Size = UDim2.new(0.195961475, 0, 0.480726242, 0)
SideBar.ZIndex = 4

rgbLine.Name = "rgbLine"
rgbLine.Parent = SideBar
rgbLine.BackgroundColor3 = Color3.fromRGB(216, 235, 255)
rgbLine.BorderSizePixel = 0
rgbLine.Position = UDim2.new(0, 0, 0.132711545, 0)
rgbLine.Size = UDim2.new(1, 0, 0.0167116933, 0)
rgbLine.ZIndex = 6

Title.Name = "Title"
Title.Parent = SideBar
Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title.BackgroundTransparency = 1.000
Title.Position = UDim2.new(0, 0, -0.0035868003, 0)
Title.Size = UDim2.new(1, 0, 0.133640081, 0)
Title.ZIndex = 5
Title.Font = Enum.Font.SourceSansLight
Title.Text = "Lucitrash Siren Head"
Title.TextColor3 = Color3.fromRGB(0, 0, 0)
Title.TextScaled = true
Title.TextSize = 14.000
Title.TextWrapped = true

ButtonContainer.Name = "ButtonContainer"
ButtonContainer.Parent = SideBar
ButtonContainer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ButtonContainer.BackgroundTransparency = 1.000
ButtonContainer.Position = UDim2.new(0.077266477, 0, 0.168579563, 0)
ButtonContainer.Size = UDim2.new(0.834340155, 0, 0.781205237, 0)
ButtonContainer.ZIndex = 7

aButton.Name = "aButton"
aButton.Parent = ButtonContainer
aButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
aButton.BorderSizePixel = 0
aButton.ClipsDescendants = true
aButton.Position = UDim2.new(-5.47050192e-08, 0, 0.048576057, 0)
aButton.Size = UDim2.new(1.00000012, 0, 0.19762902, 0)
aButton.ZIndex = 8
aButton.Font = Enum.Font.SourceSansLight
aButton.Text = "Monster Teleports"
aButton.TextColor3 = Color3.fromRGB(0, 0, 0)
aButton.TextScaled = true
aButton.TextSize = 14.000
aButton.TextWrapped = true

rgb.Name = "rgb"
rgb.Parent = aButton
rgb.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb.ZIndex = 9

bButton.Name = "bButton"
bButton.Parent = ButtonContainer
bButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
bButton.BorderSizePixel = 0
bButton.ClipsDescendants = true
bButton.Position = UDim2.new(-5.40167093e-08, 0, 0.294966161, 0)
bButton.Size = UDim2.new(1.00000012, 0, 0.172404245, 0)
bButton.ZIndex = 8
bButton.Font = Enum.Font.SourceSansLight
bButton.Text = "Teleports"
bButton.TextColor3 = Color3.fromRGB(0, 0, 0)
bButton.TextScaled = true
bButton.TextSize = 14.000
bButton.TextWrapped = true

rgb_2.Name = "rgb"
rgb_2.Parent = bButton
rgb_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_2.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_2.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_2.ZIndex = 9

cButton.Name = "cButton"
cButton.Parent = ButtonContainer
cButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
cButton.BorderSizePixel = 0
cButton.ClipsDescendants = true
cButton.Position = UDim2.new(-5.49480319e-08, 0, 0.528526306, 0)
cButton.Size = UDim2.new(1.00000012, 0, 0.17660211, 0)
cButton.ZIndex = 8
cButton.Font = Enum.Font.SourceSansLight
cButton.Text = "Cheats"
cButton.TextColor3 = Color3.fromRGB(0, 0, 0)
cButton.TextScaled = true
cButton.TextSize = 14.000
cButton.TextWrapped = true

rgb_3.Name = "rgb"
rgb_3.Parent = cButton
rgb_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_3.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_3.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_3.ZIndex = 9

dButton.Name = "dButton"
dButton.Parent = ButtonContainer
dButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
dButton.BorderSizePixel = 0
dButton.ClipsDescendants = true
dButton.Position = UDim2.new(0, 0, 0.755879819, 0)
dButton.Size = UDim2.new(1, 0, 0.171625152, 0)
dButton.ZIndex = 8
dButton.Font = Enum.Font.SourceSansLight
dButton.Text = "Instant Kill"
dButton.TextColor3 = Color3.fromRGB(0, 0, 0)
dButton.TextScaled = true
dButton.TextSize = 14.000
dButton.TextWrapped = true

rgb_4.Name = "rgb"
rgb_4.Parent = dButton
rgb_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_4.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_4.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_4.ZIndex = 9

TextLabel.Parent = SideBar
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0, 0, 0.9294734, 0)
TextLabel.Size = UDim2.new(1.00000012, 0, 0.0672266632, 0)
TextLabel.ZIndex = 13
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Lucitrash#0666"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true

Main.Name = "Main"
Main.Parent = SideBar
Main.BackgroundColor3 = Color3.fromRGB(34, 40, 49)
Main.BackgroundTransparency = 1.000
Main.BorderSizePixel = 0
Main.Position = UDim2.new(0.999999881, 0, 0.104955867, 0)
Main.Size = UDim2.new(2.98733211, 0, 0.824517429, 0)

Container.Name = "Container"
Container.Parent = Main
Container.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Container.BackgroundTransparency = 1.000
Container.ClipsDescendants = true
Container.Size = UDim2.new(1, 0, 1, 0)

Tab1.Name = "Tab1"
Tab1.Parent = Container
Tab1.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab1.Position = UDim2.new(-1, 0, 0, 0)
Tab1.Size = UDim2.new(1, 0, 1, 0)

rgb_5.Name = "rgb"
rgb_5.Parent = Tab1
rgb_5.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_5.BorderSizePixel = 0
rgb_5.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_5.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover.Name = "rgbCover"
rgbCover.Parent = rgb_5
rgbCover.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover.BorderSizePixel = 0
rgbCover.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)


sirenheath.Name = "sirenheath"
sirenheath.Parent = Tab1
sirenheath.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sirenheath.BorderSizePixel = 0
sirenheath.Position = UDim2.new(0.0491864011, 0, 0.161353543, 0)
sirenheath.Size = UDim2.new(0, 210, 0, 52)
sirenheath.Font = Enum.Font.SourceSans
sirenheath.Text = "SirenHead"
sirenheath.TextColor3 = Color3.fromRGB(0, 0, 0)
sirenheath.TextSize = 50.000
sirenheath.MouseButton1Click:connect(function()
    localplayer.Character.HumanoidRootPart.CFrame = workspace["SirenHead"].Torso.CFrame - Vector3.new(15,0,15)
end)

loghors.Name = "loghors"
loghors.Parent = Tab1
loghors.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
loghors.BorderSizePixel = 0
loghors.Position = UDim2.new(0.528966486, 0, 0.161621153, 0)
loghors.Size = UDim2.new(0, 210, 0, 52)
loghors.Font = Enum.Font.SourceSans
loghors.Text = "Long Horse"
loghors.TextColor3 = Color3.fromRGB(0, 0, 0)
loghors.TextSize = 50.000

milwota.Name = "milwota"
milwota.Parent = Tab1
milwota.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
milwota.BorderSizePixel = 0
milwota.Position = UDim2.new(0.528966486, 0, 0.572999775, 0)
milwota.Size = UDim2.new(0, 210, 0, 52)
milwota.Font = Enum.Font.SourceSans
milwota.Text = "Milkwalker"
milwota.TextColor3 = Color3.fromRGB(0, 0, 0)
milwota.TextSize = 50.000

kartonket.Name = "kartonket"
kartonket.Parent = Tab1
kartonket.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kartonket.BorderSizePixel = 0
kartonket.Position = UDim2.new(0.0491864011, 0, 0.572999775, 0)
kartonket.Size = UDim2.new(0, 210, 0, 52)
kartonket.Font = Enum.Font.SourceSans
kartonket.Text = "CartoonCat"
kartonket.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonket.TextSize = 50.000

Tab2.Name = "Tab2"
Tab2.Parent = Container
Tab2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab2.Position = UDim2.new(-1, 0, 0, 0)
Tab2.Size = UDim2.new(1, 0, 1, 0)

rgb_6.Name = "rgb"
rgb_6.Parent = Tab2
rgb_6.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_6.BorderSizePixel = 0
rgb_6.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_6.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_2.Name = "rgbCover"
rgbCover_2.Parent = rgb_6
rgbCover_2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_2.BorderSizePixel = 0
rgbCover_2.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_2.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

kocaoda.Name = "kocaoda"
kocaoda.Parent = Tab2
kocaoda.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kocaoda.BorderSizePixel = 0
kocaoda.Position = UDim2.new(0.0500652939, 0, 0.123189129, 0)
kocaoda.Size = UDim2.new(0, 145, 0, 37)
kocaoda.Font = Enum.Font.SourceSans
kocaoda.Text = "Dev Room"
kocaoda.TextColor3 = Color3.fromRGB(0, 0, 0)
kocaoda.TextSize = 40.000

sehir.Name = "sehir"
sehir.Parent = Tab2
sehir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sehir.BorderSizePixel = 0
sehir.Position = UDim2.new(0.354497492, 0, 0.123189129, 0)
sehir.Size = UDim2.new(0, 145, 0, 37)
sehir.Font = Enum.Font.SourceSans
sehir.Text = "City"
sehir.TextColor3 = Color3.fromRGB(0, 0, 0)
sehir.TextSize = 40.000

magara.Name = "magara"
magara.Parent = Tab2
magara.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
magara.BorderSizePixel = 0
magara.Position = UDim2.new(0.354497492, 0, 0.337795049, 0)
magara.Size = UDim2.new(0, 145, 0, 37)
magara.Font = Enum.Font.SourceSans
magara.Text = "Cave"
magara.TextColor3 = Color3.fromRGB(0, 0, 0)
magara.TextSize = 40.000

kule.Name = "kule"
kule.Parent = Tab2
kule.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kule.BorderSizePixel = 0
kule.Position = UDim2.new(0.0931757838, 0, 0.785374165, 0)
kule.Size = UDim2.new(0, 200, 0, 37)
kule.Font = Enum.Font.SourceSans
kule.Text = "Town"
kule.TextColor3 = Color3.fromRGB(0, 0, 0)
kule.TextSize = 40.000

barn.Name = "barn"
barn.Parent = Tab2
barn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
barn.BorderSizePixel = 0
barn.Position = UDim2.new(0.0500652939, 0, 0.335074425, 0)
barn.Size = UDim2.new(0, 145, 0, 37)
barn.Font = Enum.Font.SourceSans
barn.Text = "Barn"
barn.TextColor3 = Color3.fromRGB(0, 0, 0)
barn.TextSize = 40.000

arabalot.Name = "arabalot"
arabalot.Parent = Tab2
arabalot.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
arabalot.BorderSizePixel = 0
arabalot.Position = UDim2.new(0.0500652939, 0, 0.551887274, 0)
arabalot.Size = UDim2.new(0, 145, 0, 37)
arabalot.Font = Enum.Font.SourceSans
arabalot.Text = "Car Loot"
arabalot.TextColor3 = Color3.fromRGB(0, 0, 0)
arabalot.TextSize = 40.000

pleyn.Name = "pleyn"
pleyn.Parent = Tab2
pleyn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
pleyn.BorderSizePixel = 0
pleyn.Position = UDim2.new(0.661550403, 0, 0.123189129, 0)
pleyn.Size = UDim2.new(0, 145, 0, 37)
pleyn.Font = Enum.Font.SourceSans
pleyn.Text = "Plane"
pleyn.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyn.TextSize = 40.000

gucistasyonu.Name = "gucistasyonu"
gucistasyonu.Parent = Tab2
gucistasyonu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gucistasyonu.BorderSizePixel = 0
gucistasyonu.Position = UDim2.new(0.661550403, 0, 0.337795049, 0)
gucistasyonu.Size = UDim2.new(0, 145, 0, 37)
gucistasyonu.Font = Enum.Font.SourceSans
gucistasyonu.Text = "PowerStation"
gucistasyonu.TextColor3 = Color3.fromRGB(0, 0, 0)
gucistasyonu.TextSize = 30.000

koy.Name = "koy"
koy.Parent = Tab2
koy.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
koy.BorderSizePixel = 0
koy.Position = UDim2.new(0.661550403, 0, 0.553778589, 0)
koy.Size = UDim2.new(0, 145, 0, 37)
koy.Font = Enum.Font.SourceSans
koy.Text = "Village"
koy.TextColor3 = Color3.fromRGB(0, 0, 0)
koy.TextSize = 40.000

dogus.Name = "dogus"
dogus.Parent = Tab2
dogus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
dogus.BorderSizePixel = 0
dogus.Position = UDim2.new(0.50571382, 0, 0.785374165, 0)
dogus.Size = UDim2.new(0, 200, 0, 37)
dogus.Font = Enum.Font.SourceSans
dogus.Text = "Spawn"
dogus.TextColor3 = Color3.fromRGB(0, 0, 0)
dogus.TextSize = 40.000

gol.Name = "gol"
gol.Parent = Tab2
gol.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gol.BorderSizePixel = 0
gol.Position = UDim2.new(0.353458583, 0, 0.571597576, 0)
gol.Size = UDim2.new(0, 145, 0, 37)
gol.Font = Enum.Font.SourceSans
gol.Text = "Lake"
gol.TextColor3 = Color3.fromRGB(0, 0, 0)
gol.TextSize = 40.000

Tab3.Name = "Tab3"
Tab3.Parent = Container
Tab3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab3.Position = UDim2.new(-1, 0, 0, 0)
Tab3.Size = UDim2.new(1, 0, 1, 0)

rgb_7.Name = "rgb"
rgb_7.Parent = Tab3
rgb_7.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_7.BorderSizePixel = 0
rgb_7.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_7.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_3.Name = "rgbCover"
rgbCover_3.Parent = rgb_7
rgbCover_3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_3.BorderSizePixel = 0
rgbCover_3.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_3.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

herkesioldur.Name = "herkesioldur"
herkesioldur.Parent = Tab3
herkesioldur.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
herkesioldur.Position = UDim2.new(0.0760992467, 0, 0.167537212, 0)
herkesioldur.Size = UDim2.new(0, 200, 0, 50)
herkesioldur.Font = Enum.Font.SourceSans
herkesioldur.Text = "Kill All Players"
herkesioldur.TextColor3 = Color3.fromRGB(0, 0, 0)
herkesioldur.TextSize = 30.000

agaclarikaldir.Name = "agaclarikaldir"
agaclarikaldir.Parent = Tab3
agaclarikaldir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
agaclarikaldir.Position = UDim2.new(0.51867646, 0, 0.167537212, 0)
agaclarikaldir.Size = UDim2.new(0, 200, 0, 50)
agaclarikaldir.Font = Enum.Font.SourceSans
agaclarikaldir.Text = "Remove Trees"
agaclarikaldir.TextColor3 = Color3.fromRGB(0, 0, 0)
agaclarikaldir.TextSize = 30.000

silahlarial.Name = "silahlarial"
silahlarial.Parent = Tab3
silahlarial.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
silahlarial.Position = UDim2.new(0.0760992467, 0, 0.581452668, 0)
silahlarial.Size = UDim2.new(0, 200, 0, 50)
silahlarial.Font = Enum.Font.SourceSans
silahlarial.Text = "Grab Guns"
silahlarial.TextColor3 = Color3.fromRGB(0, 0, 0)
silahlarial.TextSize = 30.000

butunal.Name = "butunal"
butunal.Parent = Tab3
butunal.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
butunal.Position = UDim2.new(0.51867646, 0, 0.581452668, 0)
butunal.Size = UDim2.new(0, 200, 0, 50)
butunal.Font = Enum.Font.SourceSans
butunal.Text = "Equip All Guns"
butunal.TextColor3 = Color3.fromRGB(0, 0, 0)
butunal.TextSize = 30.000

Tab4.Name = "Tab4"
Tab4.Parent = Container
Tab4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab4.Position = UDim2.new(-1, 0, 0, 0)
Tab4.Size = UDim2.new(1.00000012, 0, 1, 0)

rgb_8.Name = "rgb"
rgb_8.Parent = Tab4
rgb_8.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_8.BorderSizePixel = 0
rgb_8.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_8.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_4.Name = "rgbCover"
rgbCover_4.Parent = rgb_8
rgbCover_4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_4.BorderSizePixel = 0
rgbCover_4.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_4.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

sirohed.Name = "sirohed"
sirohed.Parent = Tab4
sirohed.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
sirohed.Position = UDim2.new(0.0500652902, 0, 0.241450697, 0)
sirohed.Size = UDim2.new(0, 200, 0, 50)
sirohed.Font = Enum.Font.SourceSans
sirohed.Text = "SirenHead"
sirohed.TextColor3 = Color3.fromRGB(0, 0, 0)
sirohed.TextSize = 30.000

milka.Name = "milka"
milka.Parent = Tab4
milka.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
milka.Position = UDim2.new(0.500652909, 0, 0.241450697, 0)
milka.Size = UDim2.new(0, 200, 0, 50)
milka.Font = Enum.Font.SourceSans
milka.Text = "MilkWalker Ambassador"
milka.TextColor3 = Color3.fromRGB(0, 0, 0)
milka.TextSize = 23.000

kartonn.Name = "kartonn"
kartonn.Parent = Tab4
kartonn.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
kartonn.Position = UDim2.new(0.0500652902, 0, 0.546959758, 0)
kartonn.Size = UDim2.new(0, 200, 0, 50)
kartonn.Font = Enum.Font.SourceSans
kartonn.Text = "Cartoon Cat"
kartonn.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonn.TextSize = 30.000

pleyirs.Name = "pleyirs"
pleyirs.Parent = Tab4
pleyirs.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
pleyirs.Position = UDim2.new(0.500652909, 0, 0.551887274, 0)
pleyirs.Size = UDim2.new(0, 200, 0, 50)
pleyirs.Font = Enum.Font.SourceSans
pleyirs.Text = "Players"
pleyirs.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyirs.TextSize = 30.000

-- Scripts:

local function TOYHIOA_fake_script() -- SideBar.guiController
    local script = Instance.new('LocalScript', SideBar)

    local Tab1 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.aButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.aButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab1.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab1
    }
    local Tab2 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.bButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.bButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab2.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab2
    }
    local Tab3 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.cButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.cButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab3.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab3
    }
    local Tab4 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.dButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.dButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab4.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab4
    }
 
    --
    local DBounce = false
    local anyActive = false
    --
 
 
 
    Tab1["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab1["isActive"] == true then
                Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab1["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab1["isActive"] = false
                waitTime = 1
            elseif Tab1["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab1["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab1 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab1["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab2["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab2["isActive"] == true then
                Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab2["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab2["isActive"] = false
                waitTime = 1
            elseif Tab2["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab2["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab2 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab2["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab3["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab3["isActive"] == true then
                Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab3["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab3["isActive"] = false
                waitTime = 1
            elseif Tab3["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab3["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab3 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab3["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab4["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4,Tab5,Tab6,Tab7,Tab8,Tab9,Tab10}
            DBounce = true
            local waitTime = 0
            if Tab4["isActive"] == true then
                Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab4["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab4["isActive"] = false
                waitTime = 1
            elseif Tab4["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab4["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab4 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab4["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
 
    local UserInputService = game:GetService("UserInputService")
 
    local gui = script.Parent
 
    local dragging
    local dragInput
    local dragStart
    local startPos
 
    local function update(input)
        local delta = input.Position - dragStart
        gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
    end
 
    gui.InputBegan:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
            dragging = true
            dragStart = input.Position
            startPos = gui.Position
         
            input.Changed:Connect(function()
                if input.UserInputState == Enum.UserInputState.End then
                    dragging = false
                end
            end)
        end
    end)
 
    gui.InputChanged:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
            dragInput = input
        end
    end)
 
    UserInputService.InputChanged:Connect(function(input)
        if input == dragInput and dragging then
            update(input)
        end
    end)
 
    local toggle = false
 
 
    function onKeyPress(actionName, userInputState, inputObject)
        if userInputState == Enum.UserInputState.Begin then
            if toggle == false then
                 toggle = true
                  script.Parent.Visible = true
            else
                toggle = false
                script.Parent.Visible = false
            end
        end
    end
 
    game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.Q)
end
coroutine.wrap(TOYHIOA_fake_script)()
local function MTSGNEO_fake_script() -- SideBar.rgbController
    local script = Instance.new('LocalScript', SideBar)

    local tab1 = script.Parent.Main.Container.Tab1.rgb
    local tab2 = script.Parent.Main.Container.Tab2.rgb
    local tab3 = script.Parent.Main.Container.Tab3.rgb
    local tab4 = script.Parent.Main.Container.Tab4.rgb
    local but1 = script.Parent.ButtonContainer.aButton.rgb
    local but2 = script.Parent.ButtonContainer.bButton.rgb
    local but3 = script.Parent.ButtonContainer.cButton.rgb
    local but4 = script.Parent.ButtonContainer.dButton.rgb
    local title = script.Parent.Title
    local rgbLine = script.Parent.rgbLine
    while true do
        for i = 0,1,0.01 do
            tab1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            title.TextColor3 = Color3.fromHSV(i,1,1)
            rgbLine.BackgroundColor3 = Color3.fromHSV(i,1,1)
            wait(0.0001)
        end
    end
end
coroutine.wrap(MTSGNEO_fake_script)()
bu kadar kodu yazıyorsan zaten :D
 
Onaylı Üye
Katılım
8 Nis 2020
Mesajlar
51
Tepki puanı
1
Yaş
26
6 HİZMET YILI
235-250 Arasındaki kod satırında
sirenheath.MouseButton1Click:connect(function()
yapmama rağmen butona basılınca algılamıyor

Lua:
-- Gui to Lua
-- Version: 3.2

-- Instances:

local LuciSirenHead = Instance.new("ScreenGui")
local SideBar = Instance.new("Frame")
local rgbLine = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local ButtonContainer = Instance.new("Frame")
local aButton = Instance.new("TextButton")
local rgb = Instance.new("Frame")
local bButton = Instance.new("TextButton")
local rgb_2 = Instance.new("Frame")
local cButton = Instance.new("TextButton")
local rgb_3 = Instance.new("Frame")
local dButton = Instance.new("TextButton")
local rgb_4 = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local Main = Instance.new("Frame")
local Container = Instance.new("Frame")
local Tab1 = Instance.new("Frame")
local rgb_5 = Instance.new("Frame")
local rgbCover = Instance.new("Frame")
local sirenheath = Instance.new("TextButton")
local loghors = Instance.new("TextButton")
local milwota = Instance.new("TextButton")
local kartonket = Instance.new("TextButton")
local Tab2 = Instance.new("Frame")
local rgb_6 = Instance.new("Frame")
local rgbCover_2 = Instance.new("Frame")
local kocaoda = Instance.new("TextButton")
local sehir = Instance.new("TextButton")
local magara = Instance.new("TextButton")
local kule = Instance.new("TextButton")
local barn = Instance.new("TextButton")
local arabalot = Instance.new("TextButton")
local pleyn = Instance.new("TextButton")
local gucistasyonu = Instance.new("TextButton")
local koy = Instance.new("TextButton")
local dogus = Instance.new("TextButton")
local gol = Instance.new("TextButton")
local Tab3 = Instance.new("Frame")
local rgb_7 = Instance.new("Frame")
local rgbCover_3 = Instance.new("Frame")
local herkesioldur = Instance.new("TextButton")
local agaclarikaldir = Instance.new("TextButton")
local silahlarial = Instance.new("TextButton")
local butunal = Instance.new("TextButton")
local Tab4 = Instance.new("Frame")
local rgb_8 = Instance.new("Frame")
local rgbCover_4 = Instance.new("Frame")
local sirohed = Instance.new("TextButton")
local milka = Instance.new("TextButton")
local kartonn = Instance.new("TextButton")
local pleyirs = Instance.new("TextButton")

--Properties:

LuciSirenHead.Name = "Luci Siren Head"
LuciSirenHead.Parent = game.CoreGui

SideBar.Name = "SideBar"
SideBar.Parent = LuciSirenHead
SideBar.BackgroundColor3 = Color3.fromRGB(43, 43, 40)
SideBar.Position = UDim2.new(0.120517582, 0, 0.241844296, 0)
SideBar.Size = UDim2.new(0.195961475, 0, 0.480726242, 0)
SideBar.ZIndex = 4

rgbLine.Name = "rgbLine"
rgbLine.Parent = SideBar
rgbLine.BackgroundColor3 = Color3.fromRGB(216, 235, 255)
rgbLine.BorderSizePixel = 0
rgbLine.Position = UDim2.new(0, 0, 0.132711545, 0)
rgbLine.Size = UDim2.new(1, 0, 0.0167116933, 0)
rgbLine.ZIndex = 6

Title.Name = "Title"
Title.Parent = SideBar
Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title.BackgroundTransparency = 1.000
Title.Position = UDim2.new(0, 0, -0.0035868003, 0)
Title.Size = UDim2.new(1, 0, 0.133640081, 0)
Title.ZIndex = 5
Title.Font = Enum.Font.SourceSansLight
Title.Text = "Lucitrash Siren Head"
Title.TextColor3 = Color3.fromRGB(0, 0, 0)
Title.TextScaled = true
Title.TextSize = 14.000
Title.TextWrapped = true

ButtonContainer.Name = "ButtonContainer"
ButtonContainer.Parent = SideBar
ButtonContainer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ButtonContainer.BackgroundTransparency = 1.000
ButtonContainer.Position = UDim2.new(0.077266477, 0, 0.168579563, 0)
ButtonContainer.Size = UDim2.new(0.834340155, 0, 0.781205237, 0)
ButtonContainer.ZIndex = 7

aButton.Name = "aButton"
aButton.Parent = ButtonContainer
aButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
aButton.BorderSizePixel = 0
aButton.ClipsDescendants = true
aButton.Position = UDim2.new(-5.47050192e-08, 0, 0.048576057, 0)
aButton.Size = UDim2.new(1.00000012, 0, 0.19762902, 0)
aButton.ZIndex = 8
aButton.Font = Enum.Font.SourceSansLight
aButton.Text = "Monster Teleports"
aButton.TextColor3 = Color3.fromRGB(0, 0, 0)
aButton.TextScaled = true
aButton.TextSize = 14.000
aButton.TextWrapped = true

rgb.Name = "rgb"
rgb.Parent = aButton
rgb.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb.ZIndex = 9

bButton.Name = "bButton"
bButton.Parent = ButtonContainer
bButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
bButton.BorderSizePixel = 0
bButton.ClipsDescendants = true
bButton.Position = UDim2.new(-5.40167093e-08, 0, 0.294966161, 0)
bButton.Size = UDim2.new(1.00000012, 0, 0.172404245, 0)
bButton.ZIndex = 8
bButton.Font = Enum.Font.SourceSansLight
bButton.Text = "Teleports"
bButton.TextColor3 = Color3.fromRGB(0, 0, 0)
bButton.TextScaled = true
bButton.TextSize = 14.000
bButton.TextWrapped = true

rgb_2.Name = "rgb"
rgb_2.Parent = bButton
rgb_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_2.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_2.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_2.ZIndex = 9

cButton.Name = "cButton"
cButton.Parent = ButtonContainer
cButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
cButton.BorderSizePixel = 0
cButton.ClipsDescendants = true
cButton.Position = UDim2.new(-5.49480319e-08, 0, 0.528526306, 0)
cButton.Size = UDim2.new(1.00000012, 0, 0.17660211, 0)
cButton.ZIndex = 8
cButton.Font = Enum.Font.SourceSansLight
cButton.Text = "Cheats"
cButton.TextColor3 = Color3.fromRGB(0, 0, 0)
cButton.TextScaled = true
cButton.TextSize = 14.000
cButton.TextWrapped = true

rgb_3.Name = "rgb"
rgb_3.Parent = cButton
rgb_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_3.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_3.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_3.ZIndex = 9

dButton.Name = "dButton"
dButton.Parent = ButtonContainer
dButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
dButton.BorderSizePixel = 0
dButton.ClipsDescendants = true
dButton.Position = UDim2.new(0, 0, 0.755879819, 0)
dButton.Size = UDim2.new(1, 0, 0.171625152, 0)
dButton.ZIndex = 8
dButton.Font = Enum.Font.SourceSansLight
dButton.Text = "Instant Kill"
dButton.TextColor3 = Color3.fromRGB(0, 0, 0)
dButton.TextScaled = true
dButton.TextSize = 14.000
dButton.TextWrapped = true

rgb_4.Name = "rgb"
rgb_4.Parent = dButton
rgb_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_4.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_4.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_4.ZIndex = 9

TextLabel.Parent = SideBar
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0, 0, 0.9294734, 0)
TextLabel.Size = UDim2.new(1.00000012, 0, 0.0672266632, 0)
TextLabel.ZIndex = 13
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Lucitrash#0666"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true

Main.Name = "Main"
Main.Parent = SideBar
Main.BackgroundColor3 = Color3.fromRGB(34, 40, 49)
Main.BackgroundTransparency = 1.000
Main.BorderSizePixel = 0
Main.Position = UDim2.new(0.999999881, 0, 0.104955867, 0)
Main.Size = UDim2.new(2.98733211, 0, 0.824517429, 0)

Container.Name = "Container"
Container.Parent = Main
Container.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Container.BackgroundTransparency = 1.000
Container.ClipsDescendants = true
Container.Size = UDim2.new(1, 0, 1, 0)

Tab1.Name = "Tab1"
Tab1.Parent = Container
Tab1.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab1.Position = UDim2.new(-1, 0, 0, 0)
Tab1.Size = UDim2.new(1, 0, 1, 0)

rgb_5.Name = "rgb"
rgb_5.Parent = Tab1
rgb_5.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_5.BorderSizePixel = 0
rgb_5.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_5.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover.Name = "rgbCover"
rgbCover.Parent = rgb_5
rgbCover.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover.BorderSizePixel = 0
rgbCover.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)


sirenheath.Name = "sirenheath"
sirenheath.Parent = Tab1
sirenheath.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sirenheath.BorderSizePixel = 0
sirenheath.Position = UDim2.new(0.0491864011, 0, 0.161353543, 0)
sirenheath.Size = UDim2.new(0, 210, 0, 52)
sirenheath.Font = Enum.Font.SourceSans
sirenheath.Text = "SirenHead"
sirenheath.TextColor3 = Color3.fromRGB(0, 0, 0)
sirenheath.TextSize = 50.000
sirenheath.MouseButton1Click:connect(function()
    localplayer.Character.HumanoidRootPart.CFrame = workspace["SirenHead"].Torso.CFrame - Vector3.new(15,0,15)
end)

loghors.Name = "loghors"
loghors.Parent = Tab1
loghors.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
loghors.BorderSizePixel = 0
loghors.Position = UDim2.new(0.528966486, 0, 0.161621153, 0)
loghors.Size = UDim2.new(0, 210, 0, 52)
loghors.Font = Enum.Font.SourceSans
loghors.Text = "Long Horse"
loghors.TextColor3 = Color3.fromRGB(0, 0, 0)
loghors.TextSize = 50.000

milwota.Name = "milwota"
milwota.Parent = Tab1
milwota.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
milwota.BorderSizePixel = 0
milwota.Position = UDim2.new(0.528966486, 0, 0.572999775, 0)
milwota.Size = UDim2.new(0, 210, 0, 52)
milwota.Font = Enum.Font.SourceSans
milwota.Text = "Milkwalker"
milwota.TextColor3 = Color3.fromRGB(0, 0, 0)
milwota.TextSize = 50.000

kartonket.Name = "kartonket"
kartonket.Parent = Tab1
kartonket.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kartonket.BorderSizePixel = 0
kartonket.Position = UDim2.new(0.0491864011, 0, 0.572999775, 0)
kartonket.Size = UDim2.new(0, 210, 0, 52)
kartonket.Font = Enum.Font.SourceSans
kartonket.Text = "CartoonCat"
kartonket.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonket.TextSize = 50.000

Tab2.Name = "Tab2"
Tab2.Parent = Container
Tab2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab2.Position = UDim2.new(-1, 0, 0, 0)
Tab2.Size = UDim2.new(1, 0, 1, 0)

rgb_6.Name = "rgb"
rgb_6.Parent = Tab2
rgb_6.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_6.BorderSizePixel = 0
rgb_6.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_6.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_2.Name = "rgbCover"
rgbCover_2.Parent = rgb_6
rgbCover_2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_2.BorderSizePixel = 0
rgbCover_2.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_2.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

kocaoda.Name = "kocaoda"
kocaoda.Parent = Tab2
kocaoda.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kocaoda.BorderSizePixel = 0
kocaoda.Position = UDim2.new(0.0500652939, 0, 0.123189129, 0)
kocaoda.Size = UDim2.new(0, 145, 0, 37)
kocaoda.Font = Enum.Font.SourceSans
kocaoda.Text = "Dev Room"
kocaoda.TextColor3 = Color3.fromRGB(0, 0, 0)
kocaoda.TextSize = 40.000

sehir.Name = "sehir"
sehir.Parent = Tab2
sehir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sehir.BorderSizePixel = 0
sehir.Position = UDim2.new(0.354497492, 0, 0.123189129, 0)
sehir.Size = UDim2.new(0, 145, 0, 37)
sehir.Font = Enum.Font.SourceSans
sehir.Text = "City"
sehir.TextColor3 = Color3.fromRGB(0, 0, 0)
sehir.TextSize = 40.000

magara.Name = "magara"
magara.Parent = Tab2
magara.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
magara.BorderSizePixel = 0
magara.Position = UDim2.new(0.354497492, 0, 0.337795049, 0)
magara.Size = UDim2.new(0, 145, 0, 37)
magara.Font = Enum.Font.SourceSans
magara.Text = "Cave"
magara.TextColor3 = Color3.fromRGB(0, 0, 0)
magara.TextSize = 40.000

kule.Name = "kule"
kule.Parent = Tab2
kule.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kule.BorderSizePixel = 0
kule.Position = UDim2.new(0.0931757838, 0, 0.785374165, 0)
kule.Size = UDim2.new(0, 200, 0, 37)
kule.Font = Enum.Font.SourceSans
kule.Text = "Town"
kule.TextColor3 = Color3.fromRGB(0, 0, 0)
kule.TextSize = 40.000

barn.Name = "barn"
barn.Parent = Tab2
barn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
barn.BorderSizePixel = 0
barn.Position = UDim2.new(0.0500652939, 0, 0.335074425, 0)
barn.Size = UDim2.new(0, 145, 0, 37)
barn.Font = Enum.Font.SourceSans
barn.Text = "Barn"
barn.TextColor3 = Color3.fromRGB(0, 0, 0)
barn.TextSize = 40.000

arabalot.Name = "arabalot"
arabalot.Parent = Tab2
arabalot.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
arabalot.BorderSizePixel = 0
arabalot.Position = UDim2.new(0.0500652939, 0, 0.551887274, 0)
arabalot.Size = UDim2.new(0, 145, 0, 37)
arabalot.Font = Enum.Font.SourceSans
arabalot.Text = "Car Loot"
arabalot.TextColor3 = Color3.fromRGB(0, 0, 0)
arabalot.TextSize = 40.000

pleyn.Name = "pleyn"
pleyn.Parent = Tab2
pleyn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
pleyn.BorderSizePixel = 0
pleyn.Position = UDim2.new(0.661550403, 0, 0.123189129, 0)
pleyn.Size = UDim2.new(0, 145, 0, 37)
pleyn.Font = Enum.Font.SourceSans
pleyn.Text = "Plane"
pleyn.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyn.TextSize = 40.000

gucistasyonu.Name = "gucistasyonu"
gucistasyonu.Parent = Tab2
gucistasyonu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gucistasyonu.BorderSizePixel = 0
gucistasyonu.Position = UDim2.new(0.661550403, 0, 0.337795049, 0)
gucistasyonu.Size = UDim2.new(0, 145, 0, 37)
gucistasyonu.Font = Enum.Font.SourceSans
gucistasyonu.Text = "PowerStation"
gucistasyonu.TextColor3 = Color3.fromRGB(0, 0, 0)
gucistasyonu.TextSize = 30.000

koy.Name = "koy"
koy.Parent = Tab2
koy.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
koy.BorderSizePixel = 0
koy.Position = UDim2.new(0.661550403, 0, 0.553778589, 0)
koy.Size = UDim2.new(0, 145, 0, 37)
koy.Font = Enum.Font.SourceSans
koy.Text = "Village"
koy.TextColor3 = Color3.fromRGB(0, 0, 0)
koy.TextSize = 40.000

dogus.Name = "dogus"
dogus.Parent = Tab2
dogus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
dogus.BorderSizePixel = 0
dogus.Position = UDim2.new(0.50571382, 0, 0.785374165, 0)
dogus.Size = UDim2.new(0, 200, 0, 37)
dogus.Font = Enum.Font.SourceSans
dogus.Text = "Spawn"
dogus.TextColor3 = Color3.fromRGB(0, 0, 0)
dogus.TextSize = 40.000

gol.Name = "gol"
gol.Parent = Tab2
gol.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gol.BorderSizePixel = 0
gol.Position = UDim2.new(0.353458583, 0, 0.571597576, 0)
gol.Size = UDim2.new(0, 145, 0, 37)
gol.Font = Enum.Font.SourceSans
gol.Text = "Lake"
gol.TextColor3 = Color3.fromRGB(0, 0, 0)
gol.TextSize = 40.000

Tab3.Name = "Tab3"
Tab3.Parent = Container
Tab3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab3.Position = UDim2.new(-1, 0, 0, 0)
Tab3.Size = UDim2.new(1, 0, 1, 0)

rgb_7.Name = "rgb"
rgb_7.Parent = Tab3
rgb_7.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_7.BorderSizePixel = 0
rgb_7.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_7.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_3.Name = "rgbCover"
rgbCover_3.Parent = rgb_7
rgbCover_3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_3.BorderSizePixel = 0
rgbCover_3.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_3.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

herkesioldur.Name = "herkesioldur"
herkesioldur.Parent = Tab3
herkesioldur.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
herkesioldur.Position = UDim2.new(0.0760992467, 0, 0.167537212, 0)
herkesioldur.Size = UDim2.new(0, 200, 0, 50)
herkesioldur.Font = Enum.Font.SourceSans
herkesioldur.Text = "Kill All Players"
herkesioldur.TextColor3 = Color3.fromRGB(0, 0, 0)
herkesioldur.TextSize = 30.000

agaclarikaldir.Name = "agaclarikaldir"
agaclarikaldir.Parent = Tab3
agaclarikaldir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
agaclarikaldir.Position = UDim2.new(0.51867646, 0, 0.167537212, 0)
agaclarikaldir.Size = UDim2.new(0, 200, 0, 50)
agaclarikaldir.Font = Enum.Font.SourceSans
agaclarikaldir.Text = "Remove Trees"
agaclarikaldir.TextColor3 = Color3.fromRGB(0, 0, 0)
agaclarikaldir.TextSize = 30.000

silahlarial.Name = "silahlarial"
silahlarial.Parent = Tab3
silahlarial.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
silahlarial.Position = UDim2.new(0.0760992467, 0, 0.581452668, 0)
silahlarial.Size = UDim2.new(0, 200, 0, 50)
silahlarial.Font = Enum.Font.SourceSans
silahlarial.Text = "Grab Guns"
silahlarial.TextColor3 = Color3.fromRGB(0, 0, 0)
silahlarial.TextSize = 30.000

butunal.Name = "butunal"
butunal.Parent = Tab3
butunal.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
butunal.Position = UDim2.new(0.51867646, 0, 0.581452668, 0)
butunal.Size = UDim2.new(0, 200, 0, 50)
butunal.Font = Enum.Font.SourceSans
butunal.Text = "Equip All Guns"
butunal.TextColor3 = Color3.fromRGB(0, 0, 0)
butunal.TextSize = 30.000

Tab4.Name = "Tab4"
Tab4.Parent = Container
Tab4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab4.Position = UDim2.new(-1, 0, 0, 0)
Tab4.Size = UDim2.new(1.00000012, 0, 1, 0)

rgb_8.Name = "rgb"
rgb_8.Parent = Tab4
rgb_8.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_8.BorderSizePixel = 0
rgb_8.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_8.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_4.Name = "rgbCover"
rgbCover_4.Parent = rgb_8
rgbCover_4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_4.BorderSizePixel = 0
rgbCover_4.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_4.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

sirohed.Name = "sirohed"
sirohed.Parent = Tab4
sirohed.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
sirohed.Position = UDim2.new(0.0500652902, 0, 0.241450697, 0)
sirohed.Size = UDim2.new(0, 200, 0, 50)
sirohed.Font = Enum.Font.SourceSans
sirohed.Text = "SirenHead"
sirohed.TextColor3 = Color3.fromRGB(0, 0, 0)
sirohed.TextSize = 30.000

milka.Name = "milka"
milka.Parent = Tab4
milka.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
milka.Position = UDim2.new(0.500652909, 0, 0.241450697, 0)
milka.Size = UDim2.new(0, 200, 0, 50)
milka.Font = Enum.Font.SourceSans
milka.Text = "MilkWalker Ambassador"
milka.TextColor3 = Color3.fromRGB(0, 0, 0)
milka.TextSize = 23.000

kartonn.Name = "kartonn"
kartonn.Parent = Tab4
kartonn.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
kartonn.Position = UDim2.new(0.0500652902, 0, 0.546959758, 0)
kartonn.Size = UDim2.new(0, 200, 0, 50)
kartonn.Font = Enum.Font.SourceSans
kartonn.Text = "Cartoon Cat"
kartonn.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonn.TextSize = 30.000

pleyirs.Name = "pleyirs"
pleyirs.Parent = Tab4
pleyirs.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
pleyirs.Position = UDim2.new(0.500652909, 0, 0.551887274, 0)
pleyirs.Size = UDim2.new(0, 200, 0, 50)
pleyirs.Font = Enum.Font.SourceSans
pleyirs.Text = "Players"
pleyirs.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyirs.TextSize = 30.000

-- Scripts:

local function TOYHIOA_fake_script() -- SideBar.guiController
    local script = Instance.new('LocalScript', SideBar)

    local Tab1 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.aButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.aButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab1.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab1
    }
    local Tab2 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.bButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.bButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab2.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab2
    }
    local Tab3 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.cButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.cButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab3.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab3
    }
    local Tab4 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.dButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.dButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab4.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab4
    }
 
    --
    local DBounce = false
    local anyActive = false
    --
 
 
 
    Tab1["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab1["isActive"] == true then
                Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab1["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab1["isActive"] = false
                waitTime = 1
            elseif Tab1["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab1["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab1 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab1["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab2["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab2["isActive"] == true then
                Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab2["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab2["isActive"] = false
                waitTime = 1
            elseif Tab2["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab2["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab2 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab2["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab3["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab3["isActive"] == true then
                Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab3["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab3["isActive"] = false
                waitTime = 1
            elseif Tab3["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab3["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab3 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab3["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab4["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4,Tab5,Tab6,Tab7,Tab8,Tab9,Tab10}
            DBounce = true
            local waitTime = 0
            if Tab4["isActive"] == true then
                Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab4["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab4["isActive"] = false
                waitTime = 1
            elseif Tab4["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab4["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab4 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab4["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
 
    local UserInputService = game:GetService("UserInputService")
 
    local gui = script.Parent
 
    local dragging
    local dragInput
    local dragStart
    local startPos
 
    local function update(input)
        local delta = input.Position - dragStart
        gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
    end
 
    gui.InputBegan:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
            dragging = true
            dragStart = input.Position
            startPos = gui.Position
         
            input.Changed:Connect(function()
                if input.UserInputState == Enum.UserInputState.End then
                    dragging = false
                end
            end)
        end
    end)
 
    gui.InputChanged:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
            dragInput = input
        end
    end)
 
    UserInputService.InputChanged:Connect(function(input)
        if input == dragInput and dragging then
            update(input)
        end
    end)
 
    local toggle = false
 
 
    function onKeyPress(actionName, userInputState, inputObject)
        if userInputState == Enum.UserInputState.Begin then
            if toggle == false then
                 toggle = true
                  script.Parent.Visible = true
            else
                toggle = false
                script.Parent.Visible = false
            end
        end
    end
 
    game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.Q)
end
coroutine.wrap(TOYHIOA_fake_script)()
local function MTSGNEO_fake_script() -- SideBar.rgbController
    local script = Instance.new('LocalScript', SideBar)

    local tab1 = script.Parent.Main.Container.Tab1.rgb
    local tab2 = script.Parent.Main.Container.Tab2.rgb
    local tab3 = script.Parent.Main.Container.Tab3.rgb
    local tab4 = script.Parent.Main.Container.Tab4.rgb
    local but1 = script.Parent.ButtonContainer.aButton.rgb
    local but2 = script.Parent.ButtonContainer.bButton.rgb
    local but3 = script.Parent.ButtonContainer.cButton.rgb
    local but4 = script.Parent.ButtonContainer.dButton.rgb
    local title = script.Parent.Title
    local rgbLine = script.Parent.rgbLine
    while true do
        for i = 0,1,0.01 do
            tab1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            title.TextColor3 = Color3.fromHSV(i,1,1)
            rgbLine.BackgroundColor3 = Color3.fromHSV(i,1,1)
            wait(0.0001)
        end
    end
end
coroutine.wrap(MTSGNEO_fake_script)()
knk o bende de oluyor nedense
 
Kuşlar neden uçar
Onaylı Üye
Katılım
14 Nis 2019
Mesajlar
136
Çözümler
3
Tepki puanı
13
Ödüller
7
Yaş
30
7 HİZMET YILI
yapabildin mi?
 
Üye
Katılım
28 Eyl 2019
Mesajlar
9
Tepki puanı
0
Yaş
26
6 HİZMET YILI
235-250 Arasındaki kod satırında
sirenheath.MouseButton1Click:connect(function()
yapmama rağmen butona basılınca algılamıyor

Lua:
-- Gui to Lua
-- Version: 3.2

-- Instances:

local LuciSirenHead = Instance.new("ScreenGui")
local SideBar = Instance.new("Frame")
local rgbLine = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local ButtonContainer = Instance.new("Frame")
local aButton = Instance.new("TextButton")
local rgb = Instance.new("Frame")
local bButton = Instance.new("TextButton")
local rgb_2 = Instance.new("Frame")
local cButton = Instance.new("TextButton")
local rgb_3 = Instance.new("Frame")
local dButton = Instance.new("TextButton")
local rgb_4 = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local Main = Instance.new("Frame")
local Container = Instance.new("Frame")
local Tab1 = Instance.new("Frame")
local rgb_5 = Instance.new("Frame")
local rgbCover = Instance.new("Frame")
local sirenheath = Instance.new("TextButton")
local loghors = Instance.new("TextButton")
local milwota = Instance.new("TextButton")
local kartonket = Instance.new("TextButton")
local Tab2 = Instance.new("Frame")
local rgb_6 = Instance.new("Frame")
local rgbCover_2 = Instance.new("Frame")
local kocaoda = Instance.new("TextButton")
local sehir = Instance.new("TextButton")
local magara = Instance.new("TextButton")
local kule = Instance.new("TextButton")
local barn = Instance.new("TextButton")
local arabalot = Instance.new("TextButton")
local pleyn = Instance.new("TextButton")
local gucistasyonu = Instance.new("TextButton")
local koy = Instance.new("TextButton")
local dogus = Instance.new("TextButton")
local gol = Instance.new("TextButton")
local Tab3 = Instance.new("Frame")
local rgb_7 = Instance.new("Frame")
local rgbCover_3 = Instance.new("Frame")
local herkesioldur = Instance.new("TextButton")
local agaclarikaldir = Instance.new("TextButton")
local silahlarial = Instance.new("TextButton")
local butunal = Instance.new("TextButton")
local Tab4 = Instance.new("Frame")
local rgb_8 = Instance.new("Frame")
local rgbCover_4 = Instance.new("Frame")
local sirohed = Instance.new("TextButton")
local milka = Instance.new("TextButton")
local kartonn = Instance.new("TextButton")
local pleyirs = Instance.new("TextButton")

--Properties:

LuciSirenHead.Name = "Luci Siren Head"
LuciSirenHead.Parent = game.CoreGui

SideBar.Name = "SideBar"
SideBar.Parent = LuciSirenHead
SideBar.BackgroundColor3 = Color3.fromRGB(43, 43, 40)
SideBar.Position = UDim2.new(0.120517582, 0, 0.241844296, 0)
SideBar.Size = UDim2.new(0.195961475, 0, 0.480726242, 0)
SideBar.ZIndex = 4

rgbLine.Name = "rgbLine"
rgbLine.Parent = SideBar
rgbLine.BackgroundColor3 = Color3.fromRGB(216, 235, 255)
rgbLine.BorderSizePixel = 0
rgbLine.Position = UDim2.new(0, 0, 0.132711545, 0)
rgbLine.Size = UDim2.new(1, 0, 0.0167116933, 0)
rgbLine.ZIndex = 6

Title.Name = "Title"
Title.Parent = SideBar
Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title.BackgroundTransparency = 1.000
Title.Position = UDim2.new(0, 0, -0.0035868003, 0)
Title.Size = UDim2.new(1, 0, 0.133640081, 0)
Title.ZIndex = 5
Title.Font = Enum.Font.SourceSansLight
Title.Text = "Lucitrash Siren Head"
Title.TextColor3 = Color3.fromRGB(0, 0, 0)
Title.TextScaled = true
Title.TextSize = 14.000
Title.TextWrapped = true

ButtonContainer.Name = "ButtonContainer"
ButtonContainer.Parent = SideBar
ButtonContainer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ButtonContainer.BackgroundTransparency = 1.000
ButtonContainer.Position = UDim2.new(0.077266477, 0, 0.168579563, 0)
ButtonContainer.Size = UDim2.new(0.834340155, 0, 0.781205237, 0)
ButtonContainer.ZIndex = 7

aButton.Name = "aButton"
aButton.Parent = ButtonContainer
aButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
aButton.BorderSizePixel = 0
aButton.ClipsDescendants = true
aButton.Position = UDim2.new(-5.47050192e-08, 0, 0.048576057, 0)
aButton.Size = UDim2.new(1.00000012, 0, 0.19762902, 0)
aButton.ZIndex = 8
aButton.Font = Enum.Font.SourceSansLight
aButton.Text = "Monster Teleports"
aButton.TextColor3 = Color3.fromRGB(0, 0, 0)
aButton.TextScaled = true
aButton.TextSize = 14.000
aButton.TextWrapped = true

rgb.Name = "rgb"
rgb.Parent = aButton
rgb.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb.ZIndex = 9

bButton.Name = "bButton"
bButton.Parent = ButtonContainer
bButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
bButton.BorderSizePixel = 0
bButton.ClipsDescendants = true
bButton.Position = UDim2.new(-5.40167093e-08, 0, 0.294966161, 0)
bButton.Size = UDim2.new(1.00000012, 0, 0.172404245, 0)
bButton.ZIndex = 8
bButton.Font = Enum.Font.SourceSansLight
bButton.Text = "Teleports"
bButton.TextColor3 = Color3.fromRGB(0, 0, 0)
bButton.TextScaled = true
bButton.TextSize = 14.000
bButton.TextWrapped = true

rgb_2.Name = "rgb"
rgb_2.Parent = bButton
rgb_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_2.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_2.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_2.ZIndex = 9

cButton.Name = "cButton"
cButton.Parent = ButtonContainer
cButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
cButton.BorderSizePixel = 0
cButton.ClipsDescendants = true
cButton.Position = UDim2.new(-5.49480319e-08, 0, 0.528526306, 0)
cButton.Size = UDim2.new(1.00000012, 0, 0.17660211, 0)
cButton.ZIndex = 8
cButton.Font = Enum.Font.SourceSansLight
cButton.Text = "Cheats"
cButton.TextColor3 = Color3.fromRGB(0, 0, 0)
cButton.TextScaled = true
cButton.TextSize = 14.000
cButton.TextWrapped = true

rgb_3.Name = "rgb"
rgb_3.Parent = cButton
rgb_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_3.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_3.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_3.ZIndex = 9

dButton.Name = "dButton"
dButton.Parent = ButtonContainer
dButton.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
dButton.BorderSizePixel = 0
dButton.ClipsDescendants = true
dButton.Position = UDim2.new(0, 0, 0.755879819, 0)
dButton.Size = UDim2.new(1, 0, 0.171625152, 0)
dButton.ZIndex = 8
dButton.Font = Enum.Font.SourceSansLight
dButton.Text = "Instant Kill"
dButton.TextColor3 = Color3.fromRGB(0, 0, 0)
dButton.TextScaled = true
dButton.TextSize = 14.000
dButton.TextWrapped = true

rgb_4.Name = "rgb"
rgb_4.Parent = dButton
rgb_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
rgb_4.Position = UDim2.new(0, 0, -0.100000001, 0)
rgb_4.Size = UDim2.new(1, 0, 0.100000001, 0)
rgb_4.ZIndex = 9

TextLabel.Parent = SideBar
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0, 0, 0.9294734, 0)
TextLabel.Size = UDim2.new(1.00000012, 0, 0.0672266632, 0)
TextLabel.ZIndex = 13
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Lucitrash#0666"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true

Main.Name = "Main"
Main.Parent = SideBar
Main.BackgroundColor3 = Color3.fromRGB(34, 40, 49)
Main.BackgroundTransparency = 1.000
Main.BorderSizePixel = 0
Main.Position = UDim2.new(0.999999881, 0, 0.104955867, 0)
Main.Size = UDim2.new(2.98733211, 0, 0.824517429, 0)

Container.Name = "Container"
Container.Parent = Main
Container.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Container.BackgroundTransparency = 1.000
Container.ClipsDescendants = true
Container.Size = UDim2.new(1, 0, 1, 0)

Tab1.Name = "Tab1"
Tab1.Parent = Container
Tab1.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab1.Position = UDim2.new(-1, 0, 0, 0)
Tab1.Size = UDim2.new(1, 0, 1, 0)

rgb_5.Name = "rgb"
rgb_5.Parent = Tab1
rgb_5.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_5.BorderSizePixel = 0
rgb_5.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_5.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover.Name = "rgbCover"
rgbCover.Parent = rgb_5
rgbCover.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover.BorderSizePixel = 0
rgbCover.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)


sirenheath.Name = "sirenheath"
sirenheath.Parent = Tab1
sirenheath.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sirenheath.BorderSizePixel = 0
sirenheath.Position = UDim2.new(0.0491864011, 0, 0.161353543, 0)
sirenheath.Size = UDim2.new(0, 210, 0, 52)
sirenheath.Font = Enum.Font.SourceSans
sirenheath.Text = "SirenHead"
sirenheath.TextColor3 = Color3.fromRGB(0, 0, 0)
sirenheath.TextSize = 50.000
sirenheath.MouseButton1Click:connect(function()
    localplayer.Character.HumanoidRootPart.CFrame = workspace["SirenHead"].Torso.CFrame - Vector3.new(15,0,15)
end)

loghors.Name = "loghors"
loghors.Parent = Tab1
loghors.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
loghors.BorderSizePixel = 0
loghors.Position = UDim2.new(0.528966486, 0, 0.161621153, 0)
loghors.Size = UDim2.new(0, 210, 0, 52)
loghors.Font = Enum.Font.SourceSans
loghors.Text = "Long Horse"
loghors.TextColor3 = Color3.fromRGB(0, 0, 0)
loghors.TextSize = 50.000

milwota.Name = "milwota"
milwota.Parent = Tab1
milwota.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
milwota.BorderSizePixel = 0
milwota.Position = UDim2.new(0.528966486, 0, 0.572999775, 0)
milwota.Size = UDim2.new(0, 210, 0, 52)
milwota.Font = Enum.Font.SourceSans
milwota.Text = "Milkwalker"
milwota.TextColor3 = Color3.fromRGB(0, 0, 0)
milwota.TextSize = 50.000

kartonket.Name = "kartonket"
kartonket.Parent = Tab1
kartonket.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kartonket.BorderSizePixel = 0
kartonket.Position = UDim2.new(0.0491864011, 0, 0.572999775, 0)
kartonket.Size = UDim2.new(0, 210, 0, 52)
kartonket.Font = Enum.Font.SourceSans
kartonket.Text = "CartoonCat"
kartonket.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonket.TextSize = 50.000

Tab2.Name = "Tab2"
Tab2.Parent = Container
Tab2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab2.Position = UDim2.new(-1, 0, 0, 0)
Tab2.Size = UDim2.new(1, 0, 1, 0)

rgb_6.Name = "rgb"
rgb_6.Parent = Tab2
rgb_6.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_6.BorderSizePixel = 0
rgb_6.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_6.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_2.Name = "rgbCover"
rgbCover_2.Parent = rgb_6
rgbCover_2.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_2.BorderSizePixel = 0
rgbCover_2.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_2.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

kocaoda.Name = "kocaoda"
kocaoda.Parent = Tab2
kocaoda.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kocaoda.BorderSizePixel = 0
kocaoda.Position = UDim2.new(0.0500652939, 0, 0.123189129, 0)
kocaoda.Size = UDim2.new(0, 145, 0, 37)
kocaoda.Font = Enum.Font.SourceSans
kocaoda.Text = "Dev Room"
kocaoda.TextColor3 = Color3.fromRGB(0, 0, 0)
kocaoda.TextSize = 40.000

sehir.Name = "sehir"
sehir.Parent = Tab2
sehir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
sehir.BorderSizePixel = 0
sehir.Position = UDim2.new(0.354497492, 0, 0.123189129, 0)
sehir.Size = UDim2.new(0, 145, 0, 37)
sehir.Font = Enum.Font.SourceSans
sehir.Text = "City"
sehir.TextColor3 = Color3.fromRGB(0, 0, 0)
sehir.TextSize = 40.000

magara.Name = "magara"
magara.Parent = Tab2
magara.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
magara.BorderSizePixel = 0
magara.Position = UDim2.new(0.354497492, 0, 0.337795049, 0)
magara.Size = UDim2.new(0, 145, 0, 37)
magara.Font = Enum.Font.SourceSans
magara.Text = "Cave"
magara.TextColor3 = Color3.fromRGB(0, 0, 0)
magara.TextSize = 40.000

kule.Name = "kule"
kule.Parent = Tab2
kule.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
kule.BorderSizePixel = 0
kule.Position = UDim2.new(0.0931757838, 0, 0.785374165, 0)
kule.Size = UDim2.new(0, 200, 0, 37)
kule.Font = Enum.Font.SourceSans
kule.Text = "Town"
kule.TextColor3 = Color3.fromRGB(0, 0, 0)
kule.TextSize = 40.000

barn.Name = "barn"
barn.Parent = Tab2
barn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
barn.BorderSizePixel = 0
barn.Position = UDim2.new(0.0500652939, 0, 0.335074425, 0)
barn.Size = UDim2.new(0, 145, 0, 37)
barn.Font = Enum.Font.SourceSans
barn.Text = "Barn"
barn.TextColor3 = Color3.fromRGB(0, 0, 0)
barn.TextSize = 40.000

arabalot.Name = "arabalot"
arabalot.Parent = Tab2
arabalot.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
arabalot.BorderSizePixel = 0
arabalot.Position = UDim2.new(0.0500652939, 0, 0.551887274, 0)
arabalot.Size = UDim2.new(0, 145, 0, 37)
arabalot.Font = Enum.Font.SourceSans
arabalot.Text = "Car Loot"
arabalot.TextColor3 = Color3.fromRGB(0, 0, 0)
arabalot.TextSize = 40.000

pleyn.Name = "pleyn"
pleyn.Parent = Tab2
pleyn.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
pleyn.BorderSizePixel = 0
pleyn.Position = UDim2.new(0.661550403, 0, 0.123189129, 0)
pleyn.Size = UDim2.new(0, 145, 0, 37)
pleyn.Font = Enum.Font.SourceSans
pleyn.Text = "Plane"
pleyn.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyn.TextSize = 40.000

gucistasyonu.Name = "gucistasyonu"
gucistasyonu.Parent = Tab2
gucistasyonu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gucistasyonu.BorderSizePixel = 0
gucistasyonu.Position = UDim2.new(0.661550403, 0, 0.337795049, 0)
gucistasyonu.Size = UDim2.new(0, 145, 0, 37)
gucistasyonu.Font = Enum.Font.SourceSans
gucistasyonu.Text = "PowerStation"
gucistasyonu.TextColor3 = Color3.fromRGB(0, 0, 0)
gucistasyonu.TextSize = 30.000

koy.Name = "koy"
koy.Parent = Tab2
koy.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
koy.BorderSizePixel = 0
koy.Position = UDim2.new(0.661550403, 0, 0.553778589, 0)
koy.Size = UDim2.new(0, 145, 0, 37)
koy.Font = Enum.Font.SourceSans
koy.Text = "Village"
koy.TextColor3 = Color3.fromRGB(0, 0, 0)
koy.TextSize = 40.000

dogus.Name = "dogus"
dogus.Parent = Tab2
dogus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
dogus.BorderSizePixel = 0
dogus.Position = UDim2.new(0.50571382, 0, 0.785374165, 0)
dogus.Size = UDim2.new(0, 200, 0, 37)
dogus.Font = Enum.Font.SourceSans
dogus.Text = "Spawn"
dogus.TextColor3 = Color3.fromRGB(0, 0, 0)
dogus.TextSize = 40.000

gol.Name = "gol"
gol.Parent = Tab2
gol.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
gol.BorderSizePixel = 0
gol.Position = UDim2.new(0.353458583, 0, 0.571597576, 0)
gol.Size = UDim2.new(0, 145, 0, 37)
gol.Font = Enum.Font.SourceSans
gol.Text = "Lake"
gol.TextColor3 = Color3.fromRGB(0, 0, 0)
gol.TextSize = 40.000

Tab3.Name = "Tab3"
Tab3.Parent = Container
Tab3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab3.Position = UDim2.new(-1, 0, 0, 0)
Tab3.Size = UDim2.new(1, 0, 1, 0)

rgb_7.Name = "rgb"
rgb_7.Parent = Tab3
rgb_7.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_7.BorderSizePixel = 0
rgb_7.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_7.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_3.Name = "rgbCover"
rgbCover_3.Parent = rgb_7
rgbCover_3.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_3.BorderSizePixel = 0
rgbCover_3.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_3.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

herkesioldur.Name = "herkesioldur"
herkesioldur.Parent = Tab3
herkesioldur.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
herkesioldur.Position = UDim2.new(0.0760992467, 0, 0.167537212, 0)
herkesioldur.Size = UDim2.new(0, 200, 0, 50)
herkesioldur.Font = Enum.Font.SourceSans
herkesioldur.Text = "Kill All Players"
herkesioldur.TextColor3 = Color3.fromRGB(0, 0, 0)
herkesioldur.TextSize = 30.000

agaclarikaldir.Name = "agaclarikaldir"
agaclarikaldir.Parent = Tab3
agaclarikaldir.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
agaclarikaldir.Position = UDim2.new(0.51867646, 0, 0.167537212, 0)
agaclarikaldir.Size = UDim2.new(0, 200, 0, 50)
agaclarikaldir.Font = Enum.Font.SourceSans
agaclarikaldir.Text = "Remove Trees"
agaclarikaldir.TextColor3 = Color3.fromRGB(0, 0, 0)
agaclarikaldir.TextSize = 30.000

silahlarial.Name = "silahlarial"
silahlarial.Parent = Tab3
silahlarial.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
silahlarial.Position = UDim2.new(0.0760992467, 0, 0.581452668, 0)
silahlarial.Size = UDim2.new(0, 200, 0, 50)
silahlarial.Font = Enum.Font.SourceSans
silahlarial.Text = "Grab Guns"
silahlarial.TextColor3 = Color3.fromRGB(0, 0, 0)
silahlarial.TextSize = 30.000

butunal.Name = "butunal"
butunal.Parent = Tab3
butunal.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
butunal.Position = UDim2.new(0.51867646, 0, 0.581452668, 0)
butunal.Size = UDim2.new(0, 200, 0, 50)
butunal.Font = Enum.Font.SourceSans
butunal.Text = "Equip All Guns"
butunal.TextColor3 = Color3.fromRGB(0, 0, 0)
butunal.TextSize = 30.000

Tab4.Name = "Tab4"
Tab4.Parent = Container
Tab4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
Tab4.Position = UDim2.new(-1, 0, 0, 0)
Tab4.Size = UDim2.new(1.00000012, 0, 1, 0)

rgb_8.Name = "rgb"
rgb_8.Parent = Tab4
rgb_8.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgb_8.BorderSizePixel = 0
rgb_8.Position = UDim2.new(0.0777320489, 0, 0.0584112108, 0)
rgb_8.Size = UDim2.new(0.890260637, 0, 0.879283428, 0)

rgbCover_4.Name = "rgbCover"
rgbCover_4.Parent = rgb_8
rgbCover_4.BackgroundColor3 = Color3.fromRGB(29, 35, 35)
rgbCover_4.BorderSizePixel = 0
rgbCover_4.Position = UDim2.new(-0.0301261935, 0, 0.0274101365, 0)
rgbCover_4.Size = UDim2.new(1.01352715, 0, 0.972286105, 0)

sirohed.Name = "sirohed"
sirohed.Parent = Tab4
sirohed.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
sirohed.Position = UDim2.new(0.0500652902, 0, 0.241450697, 0)
sirohed.Size = UDim2.new(0, 200, 0, 50)
sirohed.Font = Enum.Font.SourceSans
sirohed.Text = "SirenHead"
sirohed.TextColor3 = Color3.fromRGB(0, 0, 0)
sirohed.TextSize = 30.000

milka.Name = "milka"
milka.Parent = Tab4
milka.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
milka.Position = UDim2.new(0.500652909, 0, 0.241450697, 0)
milka.Size = UDim2.new(0, 200, 0, 50)
milka.Font = Enum.Font.SourceSans
milka.Text = "MilkWalker Ambassador"
milka.TextColor3 = Color3.fromRGB(0, 0, 0)
milka.TextSize = 23.000

kartonn.Name = "kartonn"
kartonn.Parent = Tab4
kartonn.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
kartonn.Position = UDim2.new(0.0500652902, 0, 0.546959758, 0)
kartonn.Size = UDim2.new(0, 200, 0, 50)
kartonn.Font = Enum.Font.SourceSans
kartonn.Text = "Cartoon Cat"
kartonn.TextColor3 = Color3.fromRGB(0, 0, 0)
kartonn.TextSize = 30.000

pleyirs.Name = "pleyirs"
pleyirs.Parent = Tab4
pleyirs.BackgroundColor3 = Color3.fromRGB(30, 30, 35)
pleyirs.Position = UDim2.new(0.500652909, 0, 0.551887274, 0)
pleyirs.Size = UDim2.new(0, 200, 0, 50)
pleyirs.Font = Enum.Font.SourceSans
pleyirs.Text = "Players"
pleyirs.TextColor3 = Color3.fromRGB(0, 0, 0)
pleyirs.TextSize = 30.000

-- Scripts:

local function TOYHIOA_fake_script() -- SideBar.guiController
    local script = Instance.new('LocalScript', SideBar)

    local Tab1 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.aButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.aButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab1.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab1
    }
    local Tab2 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.bButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.bButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab2.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab2
    }
    local Tab3 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.cButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.cButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab3.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab3
    }
    local Tab4 = {
        ["isActive"] = false,
        ["Button"] = script.Parent.ButtonContainer.dButton,
        ["buttonRGB"] = script.Parent.ButtonContainer.dButton.rgb,
        ["frameRGB"] = script.Parent.Main.Container.Tab4.rgb,
        ["Frame"] = script.Parent.Main.Container.Tab4
    }
 
    --
    local DBounce = false
    local anyActive = false
    --
 
 
 
    Tab1["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab1["isActive"] == true then
                Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab1["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab1["isActive"] = false
                waitTime = 1
            elseif Tab1["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab1["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab1 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab1["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab1["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab1["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab2["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab2["isActive"] == true then
                Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab2["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab2["isActive"] = false
                waitTime = 1
            elseif Tab2["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab2["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab2 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab2["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab2["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab2["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab3["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4}
            DBounce = true
            local waitTime = 0
            if Tab3["isActive"] == true then
                Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab3["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab3["isActive"] = false
                waitTime = 1
            elseif Tab3["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab3["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab3 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab3["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab3["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab3["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
    Tab4["Button"].MouseButton1Click:Connect(function()
        if DBounce == false then
            local Tabs = {Tab1,Tab2,Tab3,Tab4,Tab5,Tab6,Tab7,Tab8,Tab9,Tab10}
            DBounce = true
            local waitTime = 0
            if Tab4["isActive"] == true then
                Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                Tab4["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                DBounce = false
                anyActive = false
                Tab4["isActive"] = false
                waitTime = 1
            elseif Tab4["isActive"] == false then
                DBounce = true
                if anyActive == false then
                    Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                    Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                    anyActive = true
                    Tab4["isActive"] = true
                    waitTime = 1
                else
                    for i,v in pairs(Tabs) do
                        if v ~= Tab4 and v["isActive"] == true then
                            v["Frame"]:TweenPosition(UDim2.new(-1,0,0,0))
                            v["buttonRGB"]:TweenPosition(UDim2.new(0,0,-0.3,0))
                            Tab4["Frame"]:TweenPosition(UDim2.new(0,0,0,0))
                            Tab4["buttonRGB"]:TweenPosition(UDim2.new(0,0,0,0))
                            anyActive = true
                            v["isActive"] = false
                            Tab4["isActive"] = true
                            waitTime = 1
                        end
                    end
                end
            end
            wait(waitTime)
            DBounce = false
        end
    end)
 
 
    local UserInputService = game:GetService("UserInputService")
 
    local gui = script.Parent
 
    local dragging
    local dragInput
    local dragStart
    local startPos
 
    local function update(input)
        local delta = input.Position - dragStart
        gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
    end
 
    gui.InputBegan:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
            dragging = true
            dragStart = input.Position
            startPos = gui.Position
         
            input.Changed:Connect(function()
                if input.UserInputState == Enum.UserInputState.End then
                    dragging = false
                end
            end)
        end
    end)
 
    gui.InputChanged:Connect(function(input)
        if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
            dragInput = input
        end
    end)
 
    UserInputService.InputChanged:Connect(function(input)
        if input == dragInput and dragging then
            update(input)
        end
    end)
 
    local toggle = false
 
 
    function onKeyPress(actionName, userInputState, inputObject)
        if userInputState == Enum.UserInputState.Begin then
            if toggle == false then
                 toggle = true
                  script.Parent.Visible = true
            else
                toggle = false
                script.Parent.Visible = false
            end
        end
    end
 
    game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.Q)
end
coroutine.wrap(TOYHIOA_fake_script)()
local function MTSGNEO_fake_script() -- SideBar.rgbController
    local script = Instance.new('LocalScript', SideBar)

    local tab1 = script.Parent.Main.Container.Tab1.rgb
    local tab2 = script.Parent.Main.Container.Tab2.rgb
    local tab3 = script.Parent.Main.Container.Tab3.rgb
    local tab4 = script.Parent.Main.Container.Tab4.rgb
    local but1 = script.Parent.ButtonContainer.aButton.rgb
    local but2 = script.Parent.ButtonContainer.bButton.rgb
    local but3 = script.Parent.ButtonContainer.cButton.rgb
    local but4 = script.Parent.ButtonContainer.dButton.rgb
    local title = script.Parent.Title
    local rgbLine = script.Parent.rgbLine
    while true do
        for i = 0,1,0.01 do
            tab1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            tab4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but1.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but2.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but3.BackgroundColor3 = Color3.fromHSV(i,1,1)
            but4.BackgroundColor3 = Color3.fromHSV(i,1,1)
            title.TextColor3 = Color3.fromHSV(i,1,1)
            rgbLine.BackgroundColor3 = Color3.fromHSV(i,1,1)
            wait(0.0001)
        end
    end
end
coroutine.wrap(MTSGNEO_fake_script)()
sirenheath.MouseButton1Click:connect(function()
--buraya istediğin kodu gir
end)
bide böyle dene belkiolur
 
Banlı Üye
Katılım
8 Haz 2020
Mesajlar
47
Tepki puanı
1
Yaş
37
6 HİZMET YILI
harbiden yardım etmiş oldun bana sağol like, I'm doing this much code with plugins anyway :)
 
Banlı Üye
Katılım
13 Haz 2020
Mesajlar
29
Tepki puanı
2
Yaş
20
6 HİZMET YILI
kardeşim bu kodlamalardan mı hile yapıyorsunuz
 
Seçkin Üye
Katılım
20 Haz 2020
Mesajlar
298
Çözümler
2
Tepki puanı
3
Ödüller
3
Sosyal
5 HİZMET YILI
Zamana Bağlı Tekrarlı İşlem Yaptırma Komutları ....................................... ... 5.7.14.1 Bir Nesnenin GUI Yüzeyinde Bulunan Bir Panele ya da Buton Grubuna.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst