Advertisement
mickyqq1

ALADIA PVP SCRIPT KEY SYSTEM

May 6th, 2025
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. -- EZ keys V0.4 – Compact UI with Script Execution + Copy Link
  2.  
  3. local key = "SUBSCRIBETOMCQTSCRIPTFORMORE"
  4. local keylink = "https://link-hub.net/1347205/aladia-pvp-script-op"
  5. local nameofthescript = "Aladi OP Script"
  6. local whoisitmadeby = "MCQT"
  7. local thenoteofthekey = "Note"
  8.  
  9. -- GUI Elements
  10. local ScreenGui = Instance.new("ScreenGui")
  11. local KeySystem = Instance.new("Frame")
  12. local title = Instance.new("TextLabel")
  13. local scriptname = Instance.new("TextLabel")
  14. local madeby = Instance.new("TextLabel")
  15. local CopyLinkButton = Instance.new("TextButton")
  16. local KeyTextbox = Instance.new("TextBox")
  17. local TextButton = Instance.new("TextButton")
  18. local note = Instance.new("TextLabel")
  19. local UICorner = Instance.new("UICorner")
  20.  
  21. -- Parent GUI
  22. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. -- KeySystem Frame
  26. KeySystem.Name = "KeySystem"
  27. KeySystem.Parent = ScreenGui
  28. KeySystem.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  29. KeySystem.Position = UDim2.new(0.4, 0, 0.35, 0)
  30. KeySystem.Size = UDim2.new(0.2, 0, 0.4, 0)
  31. KeySystem.Active = true
  32. KeySystem.Draggable = true
  33. UICorner:Clone().Parent = KeySystem
  34.  
  35. -- Title
  36. title.Parent = KeySystem
  37. title.BackgroundTransparency = 1
  38. title.Size = UDim2.new(1, 0, 0.15, 0)
  39. title.Font = Enum.Font.GothamBold
  40. title.Text = "Key System"
  41. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. title.TextScaled = true
  43.  
  44. -- Script Name
  45. scriptname.Parent = KeySystem
  46. scriptname.BackgroundTransparency = 1
  47. scriptname.Position = UDim2.new(0, 0, 0.16, 0)
  48. scriptname.Size = UDim2.new(1, 0, 0.1, 0)
  49. scriptname.Font = Enum.Font.Gotham
  50. scriptname.Text = nameofthescript
  51. scriptname.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. scriptname.TextScaled = true
  53.  
  54. -- Made By
  55. madeby.Parent = KeySystem
  56. madeby.BackgroundTransparency = 1
  57. madeby.Position = UDim2.new(0, 0, 0.27, 0)
  58. madeby.Size = UDim2.new(1, 0, 0.08, 0)
  59. madeby.Font = Enum.Font.Gotham
  60. madeby.Text = "Made by: " .. whoisitmadeby
  61. madeby.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. madeby.TextScaled = true
  63.  
  64. -- Copy Link Button
  65. CopyLinkButton.Parent = KeySystem
  66. CopyLinkButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. CopyLinkButton.BackgroundTransparency = 0.95
  68. CopyLinkButton.Position = UDim2.new(0.1, 0, 0.4, 0)
  69. CopyLinkButton.Size = UDim2.new(0.8, 0, 0.12, 0)
  70. CopyLinkButton.Font = Enum.Font.Gotham
  71. CopyLinkButton.Text = "Copy Key Link"
  72. CopyLinkButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  73. CopyLinkButton.TextScaled = true
  74. UICorner:Clone().Parent = CopyLinkButton
  75.  
  76. -- Key Textbox
  77. KeyTextbox.Parent = KeySystem
  78. KeyTextbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. KeyTextbox.BackgroundTransparency = 0.95
  80. KeyTextbox.Position = UDim2.new(0.1, 0, 0.55, 0)
  81. KeyTextbox.Size = UDim2.new(0.8, 0, 0.12, 0)
  82. KeyTextbox.Font = Enum.Font.Gotham
  83. KeyTextbox.Text = "Enter Key"
  84. KeyTextbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  85. KeyTextbox.TextScaled = true
  86. UICorner:Clone().Parent = KeyTextbox
  87.  
  88. -- Check Key Button
  89. TextButton.Parent = KeySystem
  90. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. TextButton.BackgroundTransparency = 0.95
  92. TextButton.Position = UDim2.new(0.1, 0, 0.7, 0)
  93. TextButton.Size = UDim2.new(0.8, 0, 0.12, 0)
  94. TextButton.Font = Enum.Font.Gotham
  95. TextButton.Text = "Check Key"
  96. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  97. TextButton.TextScaled = true
  98. UICorner:Clone().Parent = TextButton
  99.  
  100. -- Note
  101. note.Parent = KeySystem
  102. note.BackgroundTransparency = 1
  103. note.Position = UDim2.new(0, 0, 0.88, 0)
  104. note.Size = UDim2.new(1, 0, 0.08, 0)
  105. note.Font = Enum.Font.Gotham
  106. note.Text = thenoteofthekey
  107. note.TextColor3 = Color3.fromRGB(255, 255, 255)
  108. note.TextScaled = true
  109.  
  110. -- Check Key Logic
  111. TextButton.MouseButton1Click:Connect(function()
  112. if KeyTextbox.Text == key then
  113. TextButton.Text = "Correct Key!"
  114. task.wait(1)
  115. ScreenGui:Destroy()
  116. loadstring(game:HttpGet("https://pastebin.com/raw/vWR2kPmr"))()
  117. else
  118. TextButton.Text = "Wrong Key!"
  119. task.wait(1)
  120. TextButton.Text = "Check Key"
  121. end
  122. end)
  123.  
  124. -- Copy and Open Key Link
  125. CopyLinkButton.MouseButton1Click:Connect(function()
  126. setclipboard(keylink)
  127. CopyLinkButton.Text = "Copied + Opening..."
  128. if pcall(function() syn.request({Url = keylink, Method = "GET"}) end) then
  129. syn.request({Url = keylink, Method = "GET"})
  130. elseif pcall(function() getsynasset(keylink) end) then
  131. getsynasset(keylink)
  132. else
  133. print("Unable to open link automatically.")
  134. end
  135. task.wait(2)
  136. CopyLinkButton.Text = "Copy Key Link"
  137. end)
  138.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement