simon427

Untitled

Nov 11th, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. local key = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local UICorner = Instance.new("UICorner")
  4. local Frame_2 = Instance.new("Frame")
  5. local UICorner_2 = Instance.new("UICorner")
  6. local info = Instance.new("Folder")
  7. local TextLabelxxd3 = Instance.new("TextLabel")
  8. local TextLabel3 = Instance.new("TextLabel")
  9. local TextLabel = Instance.new("TextLabel")
  10. local usekey = Instance.new("TextButton")
  11. local UICorner_3 = Instance.new("UICorner")
  12. local TextBox = Instance.new("TextBox")
  13. local UICorner_4 = Instance.new("UICorner")
  14. local buttons = Instance.new("Folder")
  15. local Credits = Instance.new("TextButton")
  16. local UICorner_5 = Instance.new("UICorner")
  17. local loadsc = Instance.new("TextButton")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local main = Instance.new("TextButton")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local updates = Instance.new("TextButton")
  22. local UICorner_8 = Instance.new("UICorner")
  23. local Frame_3 = Instance.new("Frame")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. local credits = Instance.new("Folder")
  26. local TextLabel1 = Instance.new("TextLabel")
  27. local TextLabel2 = Instance.new("TextLabel")
  28. local TextLabel4 = Instance.new("TextLabel")
  29. local TextLabel0 = Instance.new("TextButton")
  30. local UICorner_9 = Instance.new("UICorner")
  31. local updates_2 = Instance.new("Folder")
  32. local TextLabel1_2 = Instance.new("TextLabel")
  33. local TextLabel2_2 = Instance.new("TextLabel")
  34. local TextLabel4_2 = Instance.new("TextLabel")
  35. local TextLabel0_2 = Instance.new("TextButton")
  36. local UICorner_10 = Instance.new("UICorner")
  37. local TextLabel7 = Instance.new("TextLabel")
  38.  
  39.  
  40.  
  41. key.Name = "key"
  42. pcall(function()
  43. key.Parent = game:GetService('CoreGui')
  44. end)
  45.  
  46. if key.Parent ~= game:GetService('CoreGui') then
  47. key.Parent = game:GetService('Players').LocalPlayer:WaitForChild('PlayerGui')
  48. end
  49.  
  50. key.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  51. key.ResetOnSpawn = false
  52.  
  53. Frame.Parent = key
  54. Frame.Active = true
  55. Frame.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  56. Frame.Draggable = true
  57. Frame.Position = UDim2.new(0.266946226, 0, 0.496170878, 0)
  58. Frame.Size = UDim2.new(0, 451, 0, 281)
  59.  
  60. UICorner.CornerRadius = UDim.new(0, 16)
  61. UICorner.Parent = Frame
  62.  
  63. Frame_2.Parent = Frame
  64. Frame_2.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  65. Frame_2.Position = UDim2.new(0.0288248342, 0, 0.0462633446, 0)
  66. Frame_2.Size = UDim2.new(0, 424, 0, 255)
  67.  
  68. UICorner_2.CornerRadius = UDim.new(0, 16)
  69. UICorner_2.Parent = Frame_2
  70.  
  71. info.Name = "info"
  72. info.Parent = Frame_2
  73.  
  74. TextLabelxxd3.Name = "TextLabelxxd3"
  75. TextLabelxxd3.Parent = info
  76. TextLabelxxd3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. TextLabelxxd3.BackgroundTransparency = 1.000
  78. TextLabelxxd3.BorderSizePixel = 0
  79. TextLabelxxd3.Position = UDim2.new(0.0349590369, 0, 0.38356024, 0)
  80. TextLabelxxd3.Size = UDim2.new(0, 112, 0, 31)
  81. TextLabelxxd3.Visible = false
  82. TextLabelxxd3.Font = Enum.Font.GothamBlack
  83. TextLabelxxd3.Text = "Checking"
  84. TextLabelxxd3.TextColor3 = Color3.fromRGB(255, 0, 0)
  85. TextLabelxxd3.TextScaled = true
  86. TextLabelxxd3.TextSize = 14.000
  87. TextLabelxxd3.TextWrapped = true
  88.  
  89. TextLabel3.Name = "TextLabel3"
  90. TextLabel3.Parent = info
  91. TextLabel3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. TextLabel3.BackgroundTransparency = 1.000
  93. TextLabel3.BorderSizePixel = 0
  94. TextLabel3.Position = UDim2.new(0.379298657, 0, 0.838462174, 0)
  95. TextLabel3.Size = UDim2.new(0, 245, 0, 32)
  96. TextLabel3.Visible = false
  97. TextLabel3.Font = Enum.Font.GothamBlack
  98. TextLabel3.Text = "Checking"
  99. TextLabel3.TextColor3 = Color3.fromRGB(255, 0, 0)
  100. TextLabel3.TextScaled = true
  101. TextLabel3.TextSize = 14.000
  102. TextLabel3.TextWrapped = true
  103.  
  104. TextLabel.Parent = info
  105. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. TextLabel.BackgroundTransparency = 1.000
  107. TextLabel.BorderSizePixel = 0
  108. TextLabel.Position = UDim2.new(0.378352046, 0, 0.21447216, 0)
  109. TextLabel.Size = UDim2.new(0, 252, 0, 54)
  110. TextLabel.Font = Enum.Font.GothamBlack
  111. TextLabel.Text = "Welcome to PSXD v3.2!"
  112. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. TextLabel.TextScaled = true
  114. TextLabel.TextSize = 14.000
  115. TextLabel.TextWrapped = true
  116.  
  117. usekey.Name = "usekey"
  118. usekey.Parent = info
  119. usekey.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  120. usekey.Position = UDim2.new(0.43512395, 0, 0.673756301, 0)
  121. usekey.Size = UDim2.new(0, 197, 0, 34)
  122. usekey.Font = Enum.Font.FredokaOne
  123. usekey.Text = "Use Key"
  124. usekey.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. usekey.TextScaled = true
  126. usekey.TextSize = 14.000
  127. usekey.TextWrapped = true
  128.  
  129. UICorner_3.CornerRadius = UDim.new(0, 16)
  130. UICorner_3.Parent = usekey
  131.  
  132. TextBox.Parent = info
  133. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  134. TextBox.Position = UDim2.new(0.379716992, 0, 0.458823532, 0)
  135. TextBox.Size = UDim2.new(0, 245, 0, 38)
  136. TextBox.ClearTextOnFocus = false
  137. TextBox.Font = Enum.Font.SourceSans
  138. TextBox.PlaceholderText = "Key Here"
  139. TextBox.Text = ""
  140. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. TextBox.TextScaled = true
  142. TextBox.TextSize = 14.000
  143. TextBox.TextWrapped = true
  144.  
  145. UICorner_4.Parent = TextBox
  146.  
  147. buttons.Name = "buttons"
  148. buttons.Parent = Frame_2
  149.  
  150. Credits.Name = "Credits"
  151. Credits.Parent = buttons
  152. Credits.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  153. Credits.Position = UDim2.new(0.0365390405, 0, 0.508589923, 0)
  154. Credits.Size = UDim2.new(0, 112, 0, 28)
  155. Credits.Font = Enum.Font.FredokaOne
  156. Credits.Text = "Credits"
  157. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. Credits.TextScaled = true
  159. Credits.TextSize = 14.000
  160. Credits.TextWrapped = true
  161.  
  162. UICorner_5.CornerRadius = UDim.new(0, 16)
  163. UICorner_5.Parent = Credits
  164.  
  165. loadsc.Name = "loadsc"
  166. loadsc.Parent = buttons
  167. loadsc.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  168. loadsc.Position = UDim2.new(0.036539048, 0, 0.211011171, 0)
  169. loadsc.Size = UDim2.new(0, 112, 0, 44)
  170. loadsc.Font = Enum.Font.FredokaOne
  171. loadsc.Text = "Load Script"
  172. loadsc.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. loadsc.TextScaled = true
  174. loadsc.TextSize = 14.000
  175. loadsc.TextWrapped = true
  176.  
  177. UICorner_6.CornerRadius = UDim.new(0, 16)
  178. UICorner_6.Parent = loadsc
  179.  
  180. main.Name = "main"
  181. main.Parent = buttons
  182. main.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  183. main.Position = UDim2.new(0.0365390405, 0, 0.771795511, 0)
  184. main.Size = UDim2.new(0, 112, 0, 37)
  185. main.Font = Enum.Font.FredokaOne
  186. main.Text = "Key"
  187. main.TextColor3 = Color3.fromRGB(0, 0, 0)
  188. main.TextScaled = true
  189. main.TextSize = 14.000
  190. main.TextWrapped = true
  191.  
  192. UICorner_7.CornerRadius = UDim.new(0, 16)
  193. UICorner_7.Parent = main
  194.  
  195. updates.Name = "updates"
  196. updates.Parent = buttons
  197. updates.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
  198. updates.Position = UDim2.new(0.0365390405, 0, 0.63800168, 0)
  199. updates.Size = UDim2.new(0, 112, 0, 28)
  200. updates.Font = Enum.Font.FredokaOne
  201. updates.Text = "Updates"
  202. updates.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. updates.TextScaled = true
  204. updates.TextSize = 14.000
  205. updates.TextWrapped = true
  206.  
  207. UICorner_8.CornerRadius = UDim.new(0, 16)
  208. UICorner_8.Parent = updates
  209.  
  210. Frame_3.Parent = Frame_2
  211. Frame_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  212. Frame_3.BorderSizePixel = 0
  213. Frame_3.Position = UDim2.new(0.324106753, 0, 0.206629023, 0)
  214. Frame_3.Size = UDim2.new(0, 2, 0, 182)
  215.  
  216. TextLabel_2.Parent = Frame_2
  217. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. TextLabel_2.BackgroundTransparency = 1.000
  219. TextLabel_2.BorderSizePixel = 0
  220. TextLabel_2.Position = UDim2.new(0.000522973016, 0, 0.00312607689, 0)
  221. TextLabel_2.Size = UDim2.new(0, 424, 0, 53)
  222. TextLabel_2.Font = Enum.Font.GothamBlack
  223. TextLabel_2.Text = "PSXD - Key System"
  224. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. TextLabel_2.TextScaled = true
  226. TextLabel_2.TextSize = 14.000
  227. TextLabel_2.TextWrapped = true
  228.  
  229. credits.Name = "credits"
  230. credits.Parent = Frame_2
  231.  
  232. TextLabel1.Name = "TextLabel1"
  233. TextLabel1.Parent = credits
  234. TextLabel1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. TextLabel1.BackgroundTransparency = 1.000
  236. TextLabel1.BorderSizePixel = 0
  237. TextLabel1.Position = UDim2.new(0.439672798, 0, 0.3478055, 0)
  238. TextLabel1.Size = UDim2.new(0, 193, 0, 23)
  239. TextLabel1.Visible = false
  240. TextLabel1.Font = Enum.Font.GothamBlack
  241. TextLabel1.Text = "zafu#5330"
  242. TextLabel1.TextColor3 = Color3.fromRGB(0, 0, 0)
  243. TextLabel1.TextScaled = true
  244. TextLabel1.TextSize = 14.000
  245. TextLabel1.TextWrapped = true
  246.  
  247. TextLabel2.Name = "TextLabel2"
  248. TextLabel2.Parent = credits
  249. TextLabel2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  250. TextLabel2.BackgroundTransparency = 1.000
  251. TextLabel2.BorderSizePixel = 0
  252. TextLabel2.Position = UDim2.new(0.439672798, 0, 0.438001573, 0)
  253. TextLabel2.Size = UDim2.new(0, 193, 0, 23)
  254. TextLabel2.Visible = false
  255. TextLabel2.Font = Enum.Font.GothamBlack
  256. TextLabel2.Text = "Moon#7121"
  257. TextLabel2.TextColor3 = Color3.fromRGB(0, 0, 0)
  258. TextLabel2.TextScaled = true
  259. TextLabel2.TextSize = 14.000
  260. TextLabel2.TextWrapped = true
  261.  
  262. TextLabel4.Name = "TextLabel4"
  263. TextLabel4.Parent = credits
  264. TextLabel4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  265. TextLabel4.BackgroundTransparency = 1.000
  266. TextLabel4.BorderSizePixel = 0
  267. TextLabel4.Position = UDim2.new(0.439672798, 0, 0.528197646, 0)
  268. TextLabel4.Size = UDim2.new(0, 193, 0, 23)
  269. TextLabel4.Visible = false
  270. TextLabel4.Font = Enum.Font.GothamBlack
  271. TextLabel4.Text = "Zeynalka#0001"
  272. TextLabel4.TextColor3 = Color3.fromRGB(0, 0, 0)
  273. TextLabel4.TextScaled = true
  274. TextLabel4.TextSize = 14.000
  275. TextLabel4.TextWrapped = true
  276.  
  277. TextLabel0.Name = "TextLabel0"
  278. TextLabel0.Parent = credits
  279. TextLabel0.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  280. TextLabel0.Position = UDim2.new(0.445754707, 0, 0.721568644, 0)
  281. TextLabel0.Size = UDim2.new(0, 187, 0, 34)
  282. TextLabel0.Visible = false
  283. TextLabel0.Font = Enum.Font.FredokaOne
  284. TextLabel0.Text = "Copy Discord link"
  285. TextLabel0.TextColor3 = Color3.fromRGB(0, 0, 0)
  286. TextLabel0.TextScaled = true
  287. TextLabel0.TextSize = 14.000
  288. TextLabel0.TextWrapped = true
  289.  
  290. UICorner_9.Parent = TextLabel0
  291.  
  292. updates_2.Name = "updates"
  293. updates_2.Parent = Frame_2
  294.  
  295. TextLabel1_2.Name = "TextLabel1"
  296. TextLabel1_2.Parent = updates_2
  297. TextLabel1_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  298. TextLabel1_2.BackgroundTransparency = 1.000
  299. TextLabel1_2.BorderSizePixel = 0
  300. TextLabel1_2.Position = UDim2.new(0.359484106, 0, 0.234080121, 0)
  301. TextLabel1_2.Size = UDim2.new(0, 271, 0, 38)
  302. TextLabel1_2.Visible = false
  303. TextLabel1_2.Font = Enum.Font.GothamBlack
  304. TextLabel1_2.Text = "- Made whitelists IP + Account based."
  305. TextLabel1_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  306. TextLabel1_2.TextScaled = true
  307. TextLabel1_2.TextSize = 14.000
  308. TextLabel1_2.TextWrapped = true
  309.  
  310. TextLabel2_2.Name = "TextLabel2"
  311. TextLabel2_2.Parent = updates_2
  312. TextLabel2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  313. TextLabel2_2.BackgroundTransparency = 1.000
  314. TextLabel2_2.BorderSizePixel = 0
  315. TextLabel2_2.Position = UDim2.new(0.359484136, 0, 0.394864321, 0)
  316. TextLabel2_2.Size = UDim2.new(0, 193, 0, 23)
  317. TextLabel2_2.Visible = false
  318. TextLabel2_2.Font = Enum.Font.GothamBlack
  319. TextLabel2_2.Text = "- Fixed detections"
  320. TextLabel2_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  321. TextLabel2_2.TextScaled = true
  322. TextLabel2_2.TextSize = 14.000
  323. TextLabel2_2.TextWrapped = true
  324.  
  325. TextLabel4_2.Name = "TextLabel4"
  326. TextLabel4_2.Parent = updates_2
  327. TextLabel4_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  328. TextLabel4_2.BackgroundTransparency = 1.000
  329. TextLabel4_2.BorderSizePixel = 0
  330. TextLabel4_2.Position = UDim2.new(0.328823745, 0, 0.51643306, 0)
  331. TextLabel4_2.Size = UDim2.new(0, 284, 0, 30)
  332. TextLabel4_2.Visible = false
  333. TextLabel4_2.Font = Enum.Font.GothamBlack
  334. TextLabel4_2.Text = "- Added warning to show if theres other tradescammers in the same server"
  335. TextLabel4_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  336. TextLabel4_2.TextScaled = true
  337. TextLabel4_2.TextSize = 14.000
  338. TextLabel4_2.TextWrapped = true
  339.  
  340. TextLabel0_2.Name = "TextLabel0"
  341. TextLabel0_2.Parent = updates_2
  342. TextLabel0_2.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  343. TextLabel0_2.Position = UDim2.new(0.457547158, 0, 0.784313738, 0)
  344. TextLabel0_2.Size = UDim2.new(0, 187, 0, 34)
  345. TextLabel0_2.Visible = false
  346. TextLabel0_2.Font = Enum.Font.FredokaOne
  347. TextLabel0_2.Text = "Copy Discord link"
  348. TextLabel0_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  349. TextLabel0_2.TextScaled = true
  350. TextLabel0_2.TextSize = 14.000
  351. TextLabel0_2.TextWrapped = true
  352.  
  353. UICorner_10.Parent = TextLabel0_2
  354.  
  355. TextLabel7.Name = "TextLabel7"
  356. TextLabel7.Parent = updates_2
  357. TextLabel7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  358. TextLabel7.BackgroundTransparency = 1.000
  359. TextLabel7.BorderSizePixel = 0
  360. TextLabel7.Position = UDim2.new(0.351415098, 0, 0.634080112, 0)
  361. TextLabel7.Size = UDim2.new(0, 196, 0, 30)
  362. TextLabel7.Visible = false
  363. TextLabel7.Font = Enum.Font.GothamBlack
  364. TextLabel7.Text = "- Added loader"
  365. TextLabel7.TextColor3 = Color3.fromRGB(0, 0, 0)
  366. TextLabel7.TextScaled = true
  367. TextLabel7.TextSize = 14.000
  368. TextLabel7.TextWrapped = true
  369.  
  370.  
  371. Instance.new('LocalScript', usekey)
  372. Instance.new('LocalScript', Credits)
  373. Instance.new('LocalScript', loadsc)
  374. Instance.new('LocalScript', main)
  375. Instance.new('LocalScript', updates)
  376. Instance.new('LocalScript', TextLabel0)
  377. Instance.new('LocalScript', TextLabel0_2)
  378.  
  379.  
  380. -- Main script (recreated)
  381.  
  382.  
  383. TextLabel0.MouseButton1Click:Connect(function()
  384. pcall(function()
  385. setclipboard('https://discord.gg/wFHKeSSRgQ')
  386. end)
  387. end)
  388.  
  389. TextLabel0_2.MouseButton1Click:Connect(function()
  390. pcall(function()
  391. setclipboard('https://discord.gg/wFHKeSSRgQ')
  392. end)
  393. end)
  394.  
  395. usekey.MouseButton1Click:Connect(function()
  396. TextLabel3.TextColor3 = Color3.fromRGB(0, 0, 0)
  397. TextLabel3.Visible = true
  398. TextLabel3.Text = 'Checking key.'
  399. wait(.5)
  400. TextLabel3.Text = 'Checking key..'
  401. wait(.5)
  402. TextLabel3.Text = 'Checking key...'
  403. wait(.5)
  404. TextLabel3.TextColor3 = Color3.fromRGB(255, 0, 4)
  405. TextLabel3.Text = 'Invalid key. If you are sure this key is valid, please try re-using it or try again later.'
  406. wait(1)
  407. TextLabel3.Visible = false
  408. end)
  409.  
  410. loadsc.MouseButton1Click:Connect(function()
  411. TextLabelxxd3.TextColor3 = Color3.fromRGB(0, 0, 0)
  412. TextLabelxxd3.Visible = true
  413. TextLabelxxd3.Text = 'Checking whitelist.'
  414. wait(.5)
  415. TextLabelxxd3.Text = 'Checking whitelist..'
  416. wait(.5)
  417. TextLabelxxd3.Text = 'Checking whitelist...'
  418. wait(.5)
  419. TextLabelxxd3.TextColor3 = Color3.fromRGB(255, 0, 4)
  420. TextLabelxxd3.Text = 'You are not whitelisted.'
  421. wait(2)
  422. TextLabelxxd3.Visible = false
  423. end)
  424.  
  425. Credits.MouseButton1Click:Connect(function()
  426. for i, v in pairs(info:GetChildren()) do
  427. if v.Name ~= 'TextLabelxxd3' then
  428. v.Visible = false
  429. end
  430. end
  431. for i, v in pairs(updates_2:GetChildren()) do
  432. v.Visible = false
  433. end
  434. for i, v in pairs(credits:GetChildren()) do
  435. v.Visible = true
  436. end
  437. end)
  438.  
  439. main.MouseButton1Click:Connect(function()
  440. for i, v in pairs(credits:GetChildren()) do
  441. v.Visible = false
  442. end
  443. for i, v in pairs(updates_2:GetChildren()) do
  444. v.Visible = false
  445. end
  446. for i, v in pairs(info:GetChildren()) do
  447. if v.Name ~= 'TextLabel3' and v.Name ~= 'TextLabelxxd3' then
  448. v.Visible = true
  449. end
  450. end
  451. end)
  452.  
  453. updates.MouseButton1Click:Connect(function()
  454. for i, v in pairs(credits:GetChildren()) do
  455. v.Visible = false
  456. end
  457. for i, v in pairs(info:GetChildren()) do
  458. if v.Name ~= 'TextLabel3' and v.Name ~= 'TextLabelxxd3' then
  459. v.Visible = false
  460. end
  461. end
  462. for i, v in pairs(updates_2:GetChildren()) do
  463. v.Visible = true
  464. end
  465. end)
Advertisement
Add Comment
Please, Sign In to add comment