Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- God Simulator 2 GUI
- -- Scripted by Flash
- local ScreenGui = Instance.new("ScreenGui")
- local Gui = Instance.new("Frame")
- local Textattop = Instance.new("TextBox")
- local Strength = Instance.new("TextButton")
- local CloseButton = Instance.new("TextButton")
- local Admin = Instance.new("TextButton")
- local OpenFrame = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Gui.Name = "Flash"
- Gui.Parent = ScreenGui
- Gui.BackgroundColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- Gui.BorderColor3 = Color3.new(0.054902, 0.317647, 0.388235)
- Gui.BorderSizePixel = 3
- Gui.Position = UDim2.new(0.357402921, 0, 0.279389322, 0)
- Gui.Size = UDim2.new(0, 283, 0, 142)
- Textattop.Name = "Text at top"
- Textattop.Parent = Gui
- Textattop.BackgroundColor3 = Color3.new(1, 1, 1)
- Textattop.BackgroundTransparency = 1
- Textattop.Position = UDim2.new(0.144876331, 0, 0.0774647892, 0)
- Textattop.Size = UDim2.new(0, 200, 0, 31)
- Textattop.Font = Enum.Font.SourceSans
- Textattop.Text = "GUI By Filiz"
- Textattop.TextColor3 = Color3.new(0.054902, 0.317647, 0.388235)
- Textattop.TextSize = 30
- Strength.Name = "Strength"
- Strength.Parent = Gui
- Strength.BackgroundColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- Strength.BorderColor3 = Color3.new(0.054902, 0.317647, 0.388235)
- Strength.BorderSizePixel = 3
- Strength.Position = UDim2.new(0.162544176, 0, 0.676056325, 0)
- Strength.Size = UDim2.new(0, 190, 0, 35)
- Strength.Font = Enum.Font.SourceSans
- Strength.Text = "Spam Strength (hold Pillar)"
- Strength.TextColor3 = Color3.new(0.054902, 0.317647, 0.388235)
- Strength.TextSize = 18
- CloseButton.Name = "CloseButton"
- CloseButton.Parent = Gui
- CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
- CloseButton.Position = UDim2.new(0.893992901, 0, 0, 0)
- CloseButton.Size = UDim2.new(0, 30, 0, 21)
- CloseButton.Font = Enum.Font.SourceSans
- CloseButton.Text = "X"
- CloseButton.TextColor3 = Color3.new(1, 1, 1)
- CloseButton.TextSize = 30
- Admin.Parent = Gui
- Admin.BackgroundColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- Admin.BorderColor3 = Color3.new(0.054902, 0.317647, 0.388235)
- Admin.BorderSizePixel = 3
- Admin.Position = UDim2.new(0.162544176, 0, 0.330985904, 0)
- Admin.Size = UDim2.new(0, 190, 0, 33)
- Admin.Font = Enum.Font.SourceSans
- Admin.Text = "Infinite Yield Admin"
- Admin.TextColor3 = Color3.new(0.054902, 0.317647, 0.388235)
- Admin.TextSize = 20
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ScreenGui
- OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenFrame.Position = UDim2.new(0.272621349, 0, 0.95419848, 0)
- OpenFrame.Size = UDim2.new(0, 296, 0, 30)
- OpenFrame.Visible = false
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = OpenFrame
- OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenButton.Position = UDim2.new(0.0270270277, 0, 0.100000001, 0)
- OpenButton.Size = UDim2.new(0, 280, 0, 23)
- OpenButton.Font = Enum.Font.SourceSans
- OpenButton.Text = "Open"
- OpenButton.TextColor3 = Color3.new(0.054902, 0.317647, 0.388235)
- OpenButton.TextSize = 30
- -- Scripts:
- OpenButton.MouseButton1Down:connect(function()
- OpenFrame.Visible = false
- Gui.Visible = true
- end)
- CloseButton.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Gui.Visible = false
- end)
- Strength.MouseButton1Down:connect(function()
- for i = 1,5000 do
- game.ReplicatedStorage.addStrength:InvokeServer(game.Workspace.filiz10["Column Weight"].Handle, 30, "GODSIMULATOR5453")
- end
- end)
- Admin.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment