Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ABA = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local MainCorner = Instance.new("UICorner")
- local ABAGUI = Instance.new("TextButton")
- local MainCorner_2 = Instance.new("UICorner")
- local ranked = Instance.new("TextButton")
- local MainCorner_3 = Instance.new("UICorner")
- local MG = Instance.new("TextButton")
- local MainCorner_4 = Instance.new("UICorner")
- local close = Instance.new("TextButton")
- local MainCorner_5 = Instance.new("UICorner")
- local MainCorner_6 = Instance.new("UICorner")
- --Properties:
- ABA.Name = "ABA"
- ABA.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ABA.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ABA
- main.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- main.Position = UDim2.new(0.43588084, 0, 0.295629829, 0)
- main.Size = UDim2.new(0, 233, 0, 156)
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(27, 27, 27)
- title.Position = UDim2.new(0.0294501185, 0, 0.0421315692, 0)
- title.Size = UDim2.new(0, 175, 0, 32)
- title.Font = Enum.Font.SourceSans
- title.Text = "Anime Battle Arena Destroyer"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 14.000
- MainCorner.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner.Name = "MainCorner"
- MainCorner.Parent = title
- ABAGUI.Name = "ABAGUI"
- ABAGUI.Parent = main
- ABAGUI.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- ABAGUI.Position = UDim2.new(0.0294501185, 0, 0.285721213, 0)
- ABAGUI.Size = UDim2.new(0, 219, 0, 34)
- ABAGUI.Font = Enum.Font.SourceSans
- ABAGUI.Text = "Load GUI"
- ABAGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
- ABAGUI.TextSize = 14.000
- MainCorner_2.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner_2.Name = "MainCorner"
- MainCorner_2.Parent = ABAGUI
- ranked.Name = "ranked"
- ranked.Parent = main
- ranked.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- ranked.Position = UDim2.new(0.0294501185, 0, 0.753813148, 0)
- ranked.Size = UDim2.new(0, 219, 0, 32)
- ranked.Font = Enum.Font.SourceSans
- ranked.Text = "Ranked"
- ranked.TextColor3 = Color3.fromRGB(255, 255, 255)
- ranked.TextSize = 14.000
- MainCorner_3.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner_3.Name = "MainCorner"
- MainCorner_3.Parent = ranked
- MG.Name = "MG"
- MG.Parent = main
- MG.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- MG.Position = UDim2.new(0.0294501185, 0, 0.54483366, 0)
- MG.Size = UDim2.new(0, 219, 0, 26)
- MG.Font = Enum.Font.SourceSans
- MG.Text = "Main Game"
- MG.TextColor3 = Color3.fromRGB(255, 255, 255)
- MG.TextSize = 14.000
- MainCorner_4.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner_4.Name = "MainCorner"
- MainCorner_4.Parent = MG
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 33, 55)
- close.Position = UDim2.new(0.809783518, 0, 0.0421315692, 0)
- close.Size = UDim2.new(0, 38, 0, 31)
- close.Font = Enum.Font.SourceSans
- close.Text = ""
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextSize = 14.000
- MainCorner_5.CornerRadius = UDim.new(0.150000006, 0)
- MainCorner_5.Name = "MainCorner"
- MainCorner_5.Parent = close
- MainCorner_6.CornerRadius = UDim.new(0.0299999993, 0)
- MainCorner_6.Name = "MainCorner"
- MainCorner_6.Parent = main
- -- Scripts:
- local function GNGCGY_fake_script() -- ABAGUI.GUIScript
- local script = Instance.new('LocalScript', ABAGUI)
- local but = script.Parent
- local id = 2008032602
- local id2 = 1458767429
- local dflt = "Load GUI"
- but.MouseButton1Click:Connect(function()
- if game.PlaceId == id or game.PlaceId == id2 then
- loadstring(game:HttpGet('https://pastebin.com/raw/HgXWg265'))()
- else
- but.Text = "Incorrect game."
- end
- wait(2)
- but.Text = dflt
- end)
- end
- coroutine.wrap(GNGCGY_fake_script)()
- local function FTYPAGI_fake_script() -- ranked.rnkds
- local script = Instance.new('LocalScript', ranked)
- local but = script.Parent
- local id = 2008032602
- local TeleportService = game:GetService("TeleportService")
- local plr = game.Players.LocalPlayer
- but.MouseButton1Click:Connect(function()
- TeleportService:Teleport(id, plr)
- end)
- end
- coroutine.wrap(FTYPAGI_fake_script)()
- local function BOSRCUH_fake_script() -- MG.mgs
- local script = Instance.new('LocalScript', MG)
- local but = script.Parent
- local id = 1458767429
- local TeleportService = game:GetService("TeleportService")
- local plr = game.Players.LocalPlayer
- but.MouseButton1Click:Connect(function()
- TeleportService:Teleport(id, plr)
- end)
- end
- coroutine.wrap(BOSRCUH_fake_script)()
- local function EHOPY_fake_script() -- close.closer
- local script = Instance.new('LocalScript', close)
- local gui = script.Parent.Parent.Parent
- local but = script.Parent
- but.MouseButton1Click:Connect(function()
- but.Text = "3"
- wait(1)
- but.Text = "2"
- wait(1)
- but.Text = "1"
- wait(1)
- but.Text = "loser"
- wait(0.3)
- gui:Destroy()
- end)
- end
- coroutine.wrap(EHOPY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment