Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Slowk_InfectionPerfe
- local hax = Instance.new("ScreenGui")
- local dz = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- hax.Name = "hax"
- hax.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- hax.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- dz.Name = "dz"
- dz.Parent = hax
- dz.BackgroundColor3 = Color3.new(0, 0, 0)
- dz.BorderColor3 = Color3.new(1, 1, 1)
- dz.BorderSizePixel = 5
- dz.Position = UDim2.new(0.148753881, 0, 0.205769241, 0)
- dz.Size = UDim2.new(0, 409, 0, 278)
- dz.Visible = false
- TextLabel.Parent = dz
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.013081966, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 403, 0, 76)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Project Jojo Gui by Slowk"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = dz
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 1
- TextButton.BorderColor3 = Color3.new(1, 1, 1)
- TextButton.BorderSizePixel = 5
- TextButton.Position = UDim2.new(0.0122249387, 0, 0.726618707, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Insta Kill"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton_2.Parent = dz
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.BackgroundTransparency = 1
- TextButton_2.BorderColor3 = Color3.new(1, 1, 1)
- TextButton_2.BorderSizePixel = 5
- TextButton_2.Position = UDim2.new(0.0122249387, 0, 0.273381293, 0)
- TextButton_2.Size = UDim2.new(0, 200, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "No Cooldown Time Stop"
- TextButton_2.TextColor3 = Color3.new(1, 1, 1)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- TextButton_3.Parent = hax
- TextButton_3.BackgroundColor3 = Color3.new(1, 0, 0)
- TextButton_3.Position = UDim2.new(0.0451713204, 0, 0.574999988, 0)
- TextButton_3.Size = UDim2.new(0, 75, 0, 28)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "Show"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14
- TextButton_3.TextWrapped = true
- local function XPOMQ_fake_script()
- local script = Instance.new('Script', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.Parent.Power.Value = math.huge
- end)
- end
- coroutine.wrap(XPOMQ_fake_script)()
- local function YKZD_fake_script()
- local script = Instance.new('Script', TextButton_2)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.Parent.Special.Value = math.huge
- end)
- end
- coroutine.wrap(YKZD_fake_script)()
- local function MRMIQ_fake_script()
- local script = Instance.new('Script', TextButton_3)
- hide = true
- script.Parent.MouseButton1Click:Connect(function()
- if hide == true then
- hide = false
- script.Parent.Text = "Hide"
- script.Parent.Parent.dz.Visible = true
- elseif hide == false then
- hide = true
- script.Parent.Text = "Show"
- script.Parent.Parent.dz.Visible = false
- end
- end)
- end
- coroutine.wrap(MRMIQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement