Advertisement
Guest User

2

a guest
Apr 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "STATUS: FREE", Text = "FREE script by Cardinal Quinella"})
  2. wait(1)
  3. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "READ PLS", Text = "NO SELLING FREE SCRIPT"})
  4. wait(1)
  5. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "READ ME", Text = "YOU CANT DUPE 3 SPELL, ONLY x2"})
  6.  
  7.  
  8.  
  9. local NewDQ = Instance.new("ScreenGui")
  10. local Main = Instance.new("Frame")
  11. local Header = Instance.new("Frame")
  12. local BorderHeadr = Instance.new("Frame")
  13. local Alogo = Instance.new("TextLabel")
  14. local Xlogo = Instance.new("TextLabel")
  15. local Dupe = Instance.new("TextButton")
  16. local MoveSpell = Instance.new("TextButton")
  17. local SpellName = Instance.new("TextBox")
  18. local TextLabel = Instance.new("TextLabel")
  19.  
  20. -- Properties
  21.  
  22. NewDQ.Name = "NewDQ"
  23. NewDQ.Parent = game.CoreGui
  24. NewDQ.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = NewDQ
  28. Main.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  29. Main.BorderColor3 = Color3.new(0.0588235, 0.0901961, 0.0588235)
  30. Main.BorderSizePixel = 0
  31. Main.Position = UDim2.new(0.38894096, 0, 0.317738801, 0)
  32. Main.Size = UDim2.new(0, 206, 0, 205)
  33. Main.Active = true
  34. Main.Draggable = true
  35.  
  36. Header.Name = "Header"
  37. Header.Parent = Main
  38. Header.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  39. Header.BorderSizePixel = 0
  40. Header.Position = UDim2.new(-0.00149684271, 0, -0.000376465498, 0)
  41. Header.Size = UDim2.new(0, 206, 0, 38)
  42.  
  43. BorderHeadr.Name = "BorderHeadr"
  44. BorderHeadr.Parent = Header
  45. BorderHeadr.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  46. BorderHeadr.BorderSizePixel = 0
  47. BorderHeadr.Position = UDim2.new(0, 0, 0.825552881, 0)
  48. BorderHeadr.Size = UDim2.new(0, 206, 0, 6)
  49.  
  50. Alogo.Name = "Alogo"
  51. Alogo.Parent = Header
  52. Alogo.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Alogo.BackgroundTransparency = 1
  54. Alogo.Position = UDim2.new(0, 0, 0.0018426996, 0)
  55. Alogo.Size = UDim2.new(0, 27, 0, 31)
  56. Alogo.Font = Enum.Font.SourceSansBold
  57. Alogo.Text = "A"
  58. Alogo.TextColor3 = Color3.new(1, 1, 1)
  59. Alogo.TextScaled = true
  60. Alogo.TextSize = 14
  61. Alogo.TextStrokeTransparency = 0.69999998807907
  62. Alogo.TextWrapped = true
  63.  
  64. Xlogo.Name = "Xlogo"
  65. Xlogo.Parent = Header
  66. Xlogo.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Xlogo.BackgroundTransparency = 1
  68. Xlogo.Position = UDim2.new(0.0354774259, 0, 0.0018427074, 0)
  69. Xlogo.Size = UDim2.new(0, 35, 0, 25)
  70. Xlogo.Font = Enum.Font.SourceSansBold
  71. Xlogo.Text = "X"
  72. Xlogo.TextColor3 = Color3.new(1, 1, 1)
  73. Xlogo.TextSize = 14
  74. Xlogo.TextWrapped = true
  75.  
  76. Dupe.Name = "Dupe"
  77. Dupe.Parent = Main
  78. Dupe.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  79. Dupe.BorderSizePixel = 0
  80. Dupe.Position = UDim2.new(0.0339805819, 0, 0.454545498, 0)
  81. Dupe.Size = UDim2.new(0, 194, 0, 50)
  82. Dupe.Font = Enum.Font.SourceSansBold
  83. Dupe.Text = "DUPE SPELL"
  84. Dupe.TextColor3 = Color3.new(1, 1, 1)
  85. Dupe.TextSize = 20
  86. Dupe.TextStrokeTransparency = 0.5
  87.  
  88. MoveSpell.Name = "MoveSpell"
  89. MoveSpell.Parent = Main
  90. MoveSpell.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  91. MoveSpell.BorderSizePixel = 0
  92. MoveSpell.Position = UDim2.new(0.0339805819, 0, 0.721925139, 0)
  93. MoveSpell.Size = UDim2.new(0, 194, 0, 50)
  94. MoveSpell.Font = Enum.Font.SourceSansBold
  95. MoveSpell.Text = "MOVE SPELL"
  96. MoveSpell.TextColor3 = Color3.new(1, 1, 1)
  97. MoveSpell.TextSize = 20
  98. MoveSpell.TextStrokeTransparency = 0.5
  99.  
  100. SpellName.Name = "SpellName"
  101. SpellName.Parent = Main
  102. SpellName.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  103. SpellName.BorderColor3 = Color3.new(1, 1, 1)
  104. SpellName.Position = UDim2.new(0.0339805819, 0, 0.180487812, 0)
  105. SpellName.Size = UDim2.new(0, 194, 0, 50)
  106. SpellName.Font = Enum.Font.SourceSansBold
  107. SpellName.PlaceholderColor3 = Color3.new(1, 1, 1)
  108. SpellName.PlaceholderText = "Spell name here"
  109. SpellName.Text = ""
  110. SpellName.TextColor3 = Color3.new(1, 1, 1)
  111. SpellName.TextSize = 14
  112.  
  113. TextLabel.Parent = Main
  114. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  115. TextLabel.BackgroundTransparency = 1
  116. TextLabel.BorderSizePixel = 0
  117. TextLabel.Position = UDim2.new(0, 0, 0.99999994, 0)
  118. TextLabel.Size = UDim2.new(0, 206, 0, 21)
  119. TextLabel.Font = Enum.Font.SourceSans
  120. TextLabel.Text = "Made BY CARDINAL QUINELA"
  121. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  122. TextLabel.TextSize = 14
  123. TextLabel.TextStrokeTransparency = 0.5
  124.  
  125.  
  126. local RainbowEnabled = true
  127. local rs = game:GetService("RunService")
  128. local RRAAIINNBBOOWWSS = {}
  129. local function rainbowify(obj, prop)
  130. if type(obj) == "table" then
  131. for i, v in pairs(obj) do
  132. rainbowify(v, prop)
  133. end
  134. elseif type(prop) == "table" then
  135. for i, v in pairs(prop) do
  136. rainbowify(obj, v)
  137. end
  138. else
  139. local ok, o = pcall(function()
  140. return obj[prop]
  141. end)
  142. if ok then
  143. table.insert(RRAAIINNBBOOWWSS, function(c)
  144. if c then
  145. obj[prop] = c
  146. else
  147. obj[prop] = o
  148. end
  149. end)
  150. end
  151. end
  152. end
  153. do
  154. local reset = true
  155. rs.RenderStepped:connect(function()
  156. if RainbowEnabled then
  157. local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
  158. for i = 1, #RRAAIINNBBOOWWSS do
  159. pcall(RRAAIINNBBOOWWSS[i], c)
  160. end
  161. reset = true
  162. elseif reset then
  163. for i = 1, #RRAAIINNBBOOWWSS do
  164. pcall(RRAAIINNBBOOWWSS[i], false)
  165. end
  166. reset = false
  167. end
  168. end)
  169. end
  170. rainbowify({NewDQ, Alogo}
  171. , {"BackgroundColor3", "TextColor3"})
  172.  
  173. dupe = 0
  174. Dupe.MouseButton1Down:connect(function()
  175. if dupe == 0 then
  176. dupe = 5
  177. _G.dupe = true
  178. Dupe.TextColor3 = Color3.new(0, 250, 0)
  179. while _G.dupe do
  180. wait()
  181. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  182. if v.Name == SpellName.Text then
  183. v.Parent = game.Players.LocalPlayer
  184. end
  185. end
  186. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  187. if v.Name == SpellName.Text then
  188. v.Parent = game.Players.LocalPlayer
  189. end
  190. end
  191. end
  192. elseif dupe == 5 then
  193. _G.dupe = false
  194. dupe = 0
  195. Dupe.TextColor3 = Color3.new(250, 0, 0)
  196. end
  197.  
  198. end)
  199.  
  200. moves = 0
  201. MoveSpell.MouseButton1Down:connect(function()
  202. if moves == 1 then
  203. moves = 0
  204. _G.move = true
  205. MoveSpell.TextColor3 = Color3.new(0, 250, 0)
  206. while _G.move do
  207. wait()
  208. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  209. if v.Name == SpellName.Text then
  210. v.Parent = game.Players.LocalPlayer.Backpack
  211. end
  212. end
  213. end
  214. elseif moves == 1 then
  215. _G.move = false
  216. moves = 0
  217. MoveSpell.TextColor3 = Color3.new(250, 0, 0)
  218. end
  219. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement