Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local sap = Instance.new("TextButton")
- local rub = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Frame.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Frame.Position = UDim2.new(0.0644992143, 0, 0.257281542, 0)
- Frame.Size = UDim2.new(0, 150, 0, 213)
- Frame_2.Parent = ScreenGui
- Frame_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Frame_2.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Frame_2.Position = UDim2.new(0.0644991994, 0, 0.257281542, 0)
- Frame_2.Size = UDim2.new(0, 150, 0, 40)
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- TextLabel.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- TextLabel.Position = UDim2.new(0.0644991994, 0, 0.256067961, 0)
- TextLabel.Size = UDim2.new(0, 150, 0, 41)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Bloodmoon cheats"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- sap.Name = "sap"
- sap.Parent = ScreenGui
- sap.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- sap.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- sap.Position = UDim2.new(0.0644991994, 0, 0.354368925, 0)
- sap.Size = UDim2.new(0, 150, 0, 40)
- sap.Font = Enum.Font.SourceSans
- sap.Text = "inf sapphire"
- sap.TextColor3 = Color3.new(0, 0, 0)
- sap.TextSize = 14
- rub.Name = "rub"
- rub.Parent = ScreenGui
- rub.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- rub.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- rub.Position = UDim2.new(0.0644991994, 0, 0.439320385, 0)
- rub.Size = UDim2.new(0, 150, 0, 41)
- rub.Font = Enum.Font.SourceSans
- rub.Text = "inf rubies"
- rub.TextColor3 = Color3.new(0, 0, 0)
- rub.TextSize = 14
- -- Scripts:
- function SCRIPT_LQRA80_FAKESCRIPT() -- sap.Script
- local script = Instance.new('Script')
- script.Parent = sap
- print ("Done!")
- sap.MouseButton1Click:connect(function()
- game.ReplicatedStorage.BuySapphireItemFunction:InvokeServer("PikachuFrame",-999999)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_LQRA80_FAKESCRIPT))
- function SCRIPT_DABB88_FAKESCRIPT() -- rub.Script
- local script = Instance.new('Script')
- script.Parent = rub
- print("Done!")
- rub.MouseButton1Click:connect(function()
- game.ReplicatedStorage.BuyItemFunction:InvokeServer("The Decimator",-999999)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_DABB88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment