TakeMeHomeToThePlace

Ro Fast Source

Apr 3rd, 2024 (edited)
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Frame_2 = Instance.new("Frame")
  4. local InfoButton = Instance.new("TextButton")
  5. local Frame_3 = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local DupeStatus = Instance.new("TextLabel")
  8. local UICorner = Instance.new("UICorner")
  9. local DupeButton = Instance.new("TextButton")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local Frame_4 = Instance.new("Frame")
  12. local On = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local TradeScam = Instance.new("TextButton")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local Frame_5 = Instance.new("Frame")
  17. local On_2 = Instance.new("TextButton")
  18. local UICorner_5 = Instance.new("UICorner")
  19. local Off = Instance.new("TextButton")
  20. local UICorner_6 = Instance.new("UICorner")
  21. local UICorner_7 = Instance.new("UICorner")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local UICorner_8 = Instance.new("UICorner")
  25.  
  26.  
  27.  
  28.  
  29.  
  30. -- Properties
  31.  
  32. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  33. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34. ScreenGui.DisplayOrder = 10000
  35.  
  36. Frame.Parent = ScreenGui
  37. Frame.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  38. Frame.BorderColor3 = Color3.new(0, 0, 0)
  39. Frame.BorderSizePixel = 0
  40. Frame.Position = UDim2.new(0.108775645, 0, 0.313159376, 0)
  41. Frame.Size = UDim2.new(0, 455, 0, 266)
  42.  
  43. Frame_2.Parent = Frame
  44. Frame_2.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  45. Frame_2.BorderColor3 = Color3.new(0, 0, 0)
  46. Frame_2.BorderSizePixel = 0
  47. Frame_2.Position = UDim2.new(0.0224327054, 0, 0.032141868, 0)
  48. Frame_2.Size = UDim2.new(0, 437, 0, 247)
  49.  
  50. InfoButton.Name = "Info Button"
  51. InfoButton.Parent = Frame_2
  52. InfoButton.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  53. InfoButton.BorderColor3 = Color3.new(0, 0, 0)
  54. InfoButton.BorderSizePixel = 0
  55. InfoButton.Position = UDim2.new(0.034679316, 0, 0.253804684, 0)
  56. InfoButton.Size = UDim2.new(0, 98, 0, 39)
  57. InfoButton.Font = Enum.Font.SourceSans
  58. InfoButton.Text = "Info"
  59. InfoButton.TextColor3 = Color3.new(0, 0, 0)
  60. InfoButton.TextSize = 45
  61. InfoButton.TextStrokeTransparency = 0
  62.  
  63. local button = InfoButton
  64.  
  65. local function leftClick()
  66. Frame_3.Visible = true
  67. wait(0.00001)
  68. Frame_4.Visible = false
  69. wait(0.00001)
  70. Frame_5.Visible = false
  71. end
  72.  
  73.  
  74. button.MouseButton1Click:Connect(leftClick)
  75.  
  76.  
  77. Frame_3.Parent = InfoButton
  78. Frame_3.Visible = true
  79. Frame_3.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  80. Frame_3.BorderColor3 = Color3.new(0, 0, 0)
  81. Frame_3.BorderSizePixel = 0
  82. Frame_3.Position = UDim2.new(1.20408154, 0, 0, 0)
  83. Frame_3.Size = UDim2.new(0, 284, 0, 136)
  84.  
  85. TextLabel.Parent = Frame_3
  86. TextLabel.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  87. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  88. TextLabel.BorderSizePixel = 0
  89. TextLabel.Position = UDim2.new(-0.0246478878, 0, 0.0220588241, 0)
  90. TextLabel.Size = UDim2.new(0, 284, 0, 32)
  91. TextLabel.Font = Enum.Font.SourceSans
  92. TextLabel.Text = "Welcome to Trade Scam - v6.6"
  93. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  94. TextLabel.TextSize = 25
  95. TextLabel.TextStrokeTransparency = 0.6000000238418579
  96.  
  97. DupeStatus.Name = "Dupe Status"
  98. DupeStatus.Parent = Frame_3
  99. DupeStatus.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  100. DupeStatus.BorderColor3 = Color3.new(0, 0, 0)
  101. DupeStatus.BorderSizePixel = 0
  102. DupeStatus.Position = UDim2.new(-0.0246478878, 0, 0.257352948, 0)
  103. DupeStatus.Size = UDim2.new(0, 194, 0, 40)
  104. DupeStatus.Font = Enum.Font.SourceSans
  105. DupeStatus.Text = "Dupe Status✅"
  106. DupeStatus.TextColor3 = Color3.new(0, 0, 0)
  107. DupeStatus.TextSize = 41
  108. DupeStatus.TextStrokeTransparency = 0.6399999856948853
  109.  
  110. UICorner.Parent = InfoButton
  111.  
  112. DupeButton.Name = "Dupe Button"
  113. DupeButton.Parent = Frame_2
  114. DupeButton.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  115. DupeButton.BorderColor3 = Color3.new(0, 0, 0)
  116. DupeButton.BorderSizePixel = 0
  117. DupeButton.Position = UDim2.new(0.034679316, 0, 0.484573931, 0)
  118. DupeButton.Size = UDim2.new(0, 98, 0, 39)
  119. DupeButton.Font = Enum.Font.SourceSans
  120. DupeButton.Text = "Dupe"
  121. DupeButton.TextColor3 = Color3.new(0, 0, 0)
  122. DupeButton.TextSize = 45
  123. DupeButton.TextStrokeTransparency = 0
  124.  
  125. local button1 = DupeButton
  126.  
  127. local function leftClick1()
  128. Frame_3.Visible = false
  129. wait(0.00001)
  130. Frame_4.Visible = true
  131. wait(0.00001)
  132. Frame_5.Visible = false
  133. end
  134.  
  135.  
  136. button1.MouseButton1Click:Connect(leftClick1)
  137.  
  138. UICorner_2.Parent = DupeButton
  139.  
  140. Frame_4.Parent = DupeButton
  141. Frame_4.Visible = false
  142. Frame_4.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  143. Frame_4.BorderColor3 = Color3.new(0, 0, 0)
  144. Frame_4.BorderSizePixel = 0
  145. Frame_4.Position = UDim2.new(1.1224488, 0, -1.46153843, 0)
  146. Frame_4.Size = UDim2.new(0, 300, 0, 136)
  147.  
  148. On.Name = "On"
  149. On.Parent = Frame_4
  150. On.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  151. On.BorderColor3 = Color3.new(0, 0, 0)
  152. On.BorderSizePixel = 0
  153. On.Position = UDim2.new(0.0633333325, 0, 0.294117659, 0)
  154. On.Size = UDim2.new(0, 102, 0, 36)
  155. On.Font = Enum.Font.SourceSans
  156. On.Text = "ON"
  157. On.TextColor3 = Color3.new(0, 0, 0)
  158. On.TextSize = 49
  159. On.TextStrokeTransparency = 0.47999998927116394
  160.  
  161. UICorner_3.Parent = On
  162.  
  163. TradeScam.Name = "Trade-Scam"
  164. TradeScam.Parent = Frame_2
  165. TradeScam.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  166. TradeScam.BorderColor3 = Color3.new(0, 0, 0)
  167. TradeScam.BorderSizePixel = 0
  168. TradeScam.Position = UDim2.new(0.034679316, 0, 0.723440289, 0)
  169. TradeScam.Size = UDim2.new(0, 98, 0, 39)
  170. TradeScam.Font = Enum.Font.SourceSans
  171. TradeScam.Text = "Trade-Scam"
  172. TradeScam.TextColor3 = Color3.new(0, 0, 0)
  173. TradeScam.TextSize = 21
  174. TradeScam.TextStrokeTransparency = 0.7599999904632568
  175.  
  176. local button2 = TradeScam
  177.  
  178. local function leftClick2()
  179. Frame_3.Visible = false
  180. wait(0.00001)
  181. Frame_4.Visible = false
  182. wait(0.00001)
  183. Frame_5.Visible = true
  184. end
  185.  
  186.  
  187. button2.MouseButton1Click:Connect(leftClick2)
  188.  
  189. UICorner_4.Parent = TradeScam
  190.  
  191. Frame_5.Parent = TradeScam
  192. Frame_5.Visible = false
  193. Frame_5.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  194. Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  195. Frame_5.BorderSizePixel = 0
  196. Frame_5.Position = UDim2.new(1.1224488, 0, -2.97435904, 0)
  197. Frame_5.Size = UDim2.new(0, 300, 0, 136)
  198.  
  199. On_2.Name = "On"
  200. On_2.Parent = Frame_5
  201. On_2.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  202. On_2.BorderColor3 = Color3.new(0, 0, 0)
  203. On_2.BorderSizePixel = 0
  204. On_2.Position = UDim2.new(0.0633333325, 0, 0.294117659, 0)
  205. On_2.Size = UDim2.new(0, 102, 0, 36)
  206. On_2.Font = Enum.Font.SourceSans
  207. On_2.Text = "ON"
  208. On_2.TextColor3 = Color3.new(0, 0, 0)
  209. On_2.TextSize = 49
  210. On_2.TextStrokeTransparency = 0.47999998927116394
  211.  
  212. UICorner_5.Parent = On_2
  213.  
  214. Off.Name = "Off"
  215. Off.Parent = Frame_5
  216. Off.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  217. Off.BorderColor3 = Color3.new(0, 0, 0)
  218. Off.BorderSizePixel = 0
  219. Off.Position = UDim2.new(0.5, 0, 0.294117659, 0)
  220. Off.Size = UDim2.new(0, 102, 0, 36)
  221. Off.Font = Enum.Font.SourceSans
  222. Off.Text = "OFF"
  223. Off.TextColor3 = Color3.new(0, 0, 0)
  224. Off.TextSize = 49
  225. Off.TextStrokeTransparency = 0.47999998927116394
  226.  
  227. UICorner_6.Parent = Off
  228.  
  229. UICorner_7.Parent = Frame_2
  230.  
  231. TextLabel_2.Parent = Frame_2
  232. TextLabel_2.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  233. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  234. TextLabel_2.BorderSizePixel = 0
  235. TextLabel_2.Position = UDim2.new(0.304702163, 0, 0.967611313, 0)
  236. TextLabel_2.Size = UDim2.new(0, 292, 0, -33)
  237. TextLabel_2.Font = Enum.Font.SourceSans
  238. TextLabel_2.Text = "PS99OfficialScript"
  239. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  240. TextLabel_2.TextSize = 21
  241. TextLabel_2.TextStrokeTransparency = 0.7200000286102295
  242.  
  243. TextLabel_3.Parent = Frame
  244. TextLabel_3.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  245. TextLabel_3.BorderColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  246. TextLabel_3.BorderSizePixel = 0
  247. TextLabel_3.Position = UDim2.new(0.0378472134, 0, 0.0557491295, 0)
  248. TextLabel_3.Size = UDim2.new(0, 425, 0, 45)
  249. TextLabel_3.Font = Enum.Font.SourceSans
  250. TextLabel_3.Text = "TRADE SCAM - v6.6"
  251. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  252. TextLabel_3.TextSize = 60
  253. TextLabel_3.TextStrokeTransparency = 0
  254.  
  255. UICorner_8.Parent = Frame
  256.  
  257. -- Scripts
  258.  
  259. local function FDHH_fake_script() -- Frame.LocalScript
  260. local script = Instance.new('LocalScript', Frame)
  261.  
  262. frame = script.Parent
  263. frame.Draggable = true
  264. frame.Selectable = true
  265. frame.Active = true
  266. end
  267. coroutine.wrap(FDHH_fake_script)()
Add Comment
Please, Sign In to add comment