Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- [hi this is my gui i made with an fe god and my very first fe script
- -- [which is a cash script for this:
- -- TERROR IN BIKINI BOTTOM: https://web.roblox.com/games/31500456/Terror-in-Bikini-Bottom
- -- i made this and shared it for you all have fun!
- -- Objects
- local Zeuo = Instance.new("ScreenGui")
- local ZLogoStrap = Instance.new("TextLabel")
- local nigerianframe = Instance.new("ScrollingFrame")
- local GiveCash = Instance.new("TextButton")
- local GiveGod = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TopBar = Instance.new("Frame")
- -- Properties
- Zeuo.Name = "Zeuo"
- Zeuo.Parent = game.CoreGui
- ZLogoStrap.Name = "ZLogoStrap"
- ZLogoStrap.Parent = Zeuo
- ZLogoStrap.Active = true
- ZLogoStrap.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
- ZLogoStrap.BorderSizePixel = 0
- ZLogoStrap.Draggable = true
- ZLogoStrap.Position = UDim2.new(0, 233, 0, 124)
- ZLogoStrap.Size = UDim2.new(0, 341, 0, 35)
- ZLogoStrap.Font = Enum.Font.Highway
- ZLogoStrap.FontSize = Enum.FontSize.Size28
- ZLogoStrap.Text = "Zeuo - TIBB"
- ZLogoStrap.TextColor3 = Color3.new(1, 1, 1)
- ZLogoStrap.TextSize = 27
- ZLogoStrap.TextWrapped = true
- nigerianframe.Name = "nigerianframe"
- nigerianframe.Parent = ZLogoStrap
- nigerianframe.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- nigerianframe.BorderSizePixel = 0
- nigerianframe.Position = UDim2.new(0, 0, 0, 50)
- nigerianframe.Size = UDim2.new(0, 341, 0, 190)
- GiveCash.Name = "GiveCash"
- GiveCash.Parent = nigerianframe
- GiveCash.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
- GiveCash.BorderSizePixel = 0
- GiveCash.Position = UDim2.new(0, 70, 0, 24)
- GiveCash.Size = UDim2.new(0, 200, 0, 50)
- GiveCash.Font = Enum.Font.SourceSansItalic
- GiveCash.FontSize = Enum.FontSize.Size24
- GiveCash.Text = "10M Cash/Points"
- GiveCash.TextColor3 = Color3.new(1, 1, 1)
- GiveCash.TextSize = 20
- GiveGod.Name = "GiveGod"
- GiveGod.Parent = nigerianframe
- GiveGod.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
- GiveGod.BorderSizePixel = 0
- GiveGod.Position = UDim2.new(0, 70, 0, 95)
- GiveGod.Size = UDim2.new(0, 200, 0, 50)
- GiveGod.Font = Enum.Font.SourceSansItalic
- GiveGod.FontSize = Enum.FontSize.Size24
- GiveGod.Text = "10M Killz (WIP)"
- GiveGod.TextColor3 = Color3.new(1, 1, 1)
- GiveGod.TextSize = 20
- TextLabel.Parent = nigerianframe
- TextLabel.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0, 171)
- TextLabel.Size = UDim2.new(0, 341, 0, 19)
- TextLabel.Font = Enum.Font.Highway
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "CASH SCRIPT and GUI Made by Excil#6647"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 14
- TopBar.Name = "TopBar"
- TopBar.Parent = ZLogoStrap
- TopBar.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- TopBar.BorderSizePixel = 0
- TopBar.Position = UDim2.new(0, 0, 0, 35)
- TopBar.Size = UDim2.new(0, 341, 0, 16)
- GiveGod.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.HitClaim:InvokeServer("10000000")
- end)
- GiveCash.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Remotes.ChangeCash:InvokeServer("10000000")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement