Advertisement
252Scripter

[ARSENAL SLAUGHTER EVENT] AUTOFARM!

Feb 23rd, 2023 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. --ARSENAL SLAUGHTER EVENT SCRIPT GET ALL SLAUGHTER SKINS--
  2. --SCRIPT MADE BY 252SCRIPTER--
  3. --REALEASED: 02/23/2023--
  4. --LAST UPDATE: 02/24/2023--
  5. --STATUS: WORKING✅️--
  6. --⚠️WORKING FOR PC/MOBILE⚠️--
  7. --!!ALL MY SCRIPTS ARE WORKING FOR MOBILE/PC!!--
  8.  
  9. wait(2)
  10. local plr
  11. local char
  12. repeat wait()
  13. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character
  14. plr = game.Players.LocalPlayer
  15. char = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:wait()
  16. local hump = char:WaitForChild("HumanoidRootPart")
  17. if game.PlaceId == 286090429 then
  18. wait(.5)
  19. rconsolename("Arsenal PGuy Check")
  20. local skincount = {}
  21. for i, v in pairs(plr:WaitForChild("Data"):WaitForChild("Shuffles"):WaitForChild("Skins"):GetChildren()) do
  22. if v.Name == "Slaughter Delinquent" then
  23. table.insert(skincount,v)
  24. end
  25. end
  26. repeat wait()
  27. until plr:FindFirstChild("DataLoaded")
  28. rconsoleinfo("You got "..#skincount.." Slaughter Delinquent")
  29. game:GetService("TeleportService"):Teleport(6318874810, plr, nil, nil)
  30. warn("Teleporting")
  31. else
  32. local uis = game:GetService("UserInputService")
  33. local crosses = game:GetService("Workspace").Objectives
  34. local collects = game:GetService("Workspace").Collect
  35. local check = plr.PlayerGui:WaitForChild("Slaught"):WaitForChild("Obj"):WaitForChild("List")
  36. local checkbut = plr.PlayerGui:WaitForChild("Menew"):WaitForChild("Main"):WaitForChild("Fake"):WaitForChild("ok")
  37.  
  38. repeat wait()
  39. until checkbut.Visible == true
  40. local ded = "MouseButton1";
  41. local Target = game:GetService("ReplicatedStorage").Events.CoolNewRemote;
  42. Target:FireServer(ded);
  43. wait(.5)
  44. local string_1 = "TPC";
  45. local Target = game:GetService("ReplicatedStorage").Events.JoinTeam;
  46. Target:FireServer(ded);
  47. Target:FireServer(string_1);
  48.  
  49. local stundastupid = coroutine.wrap(function()
  50. while wait() do
  51. game.ReplicatedStorage.Remotes.Stun:FireServer()
  52. end
  53. end)
  54. stundastupid()
  55.  
  56. repeat
  57. for i, v in pairs(collects:GetChildren()) do
  58. if v:IsA("BasePart") then
  59. char:WaitForChild("Humanoid"):ChangeState(11)
  60. local tween = game:GetService("TweenService"):Create(hump,TweenInfo.new((hump.Position-v.Position).Magnitude/69420,Enum.EasingStyle.Quad), {CFrame = v.CFrame * CFrame.new(0,-5,0)})
  61. tween:Play()
  62. wait(.2)
  63. local Target = game:GetService("ReplicatedStorage").Remotes.Collect;
  64. Target:FireServer(v);
  65. wait(.1)
  66. end
  67. end
  68. wait(#collects:GetChildren()/7.3)
  69. until (check.Gas.Count.Text == "5/5" or check.Gas.Count.Text == "6/6" or check.Gas.Count.Text == "7/7" or check.Gas.Count.Text == "8/8" or check.Gas.Count.Text == "9/9") and (check.Tinder.Count.Text == "5/5" or check.Tinder.Count.Text == "6/6" or check.Tinder.Count.Text == "7/7" or check.Tinder.Count.Text == "8/8" or check.Tinder.Count.Text == "9/9")
  70.  
  71. repeat
  72. for i, v in pairs(crosses:GetChildren()) do
  73. if v:IsA("BasePart") then
  74. char:WaitForChild("Humanoid"):ChangeState(11)
  75. local tween = game:GetService("TweenService"):Create(hump,TweenInfo.new((hump.Position-v.Position).Magnitude/69420,Enum.EasingStyle.Quad), {CFrame = v.CFrame * CFrame.new(0,-5,0)})
  76. tween:Play()
  77. wait(.2)
  78. local Target = game:GetService("ReplicatedStorage").Remotes.Gas;
  79. Target:FireServer(v);
  80. wait(.1)
  81. end
  82. end
  83. wait(#crosses:GetChildren()/7.3)
  84. until (check.Gas_P.Count.Text == "5/5" or check.Gas_P.Count.Text == "6/6" or check.Gas_P.Count.Text == "7/7" or check.Gas_P.Count.Text == "8/8" or check.Gas_P.Count.Text == "9/9") and (check.Tinder_P.Count.Text == "5/5" or check.Tinder_P.Count.Text == "6/6" or check.Tinder_P.Count.Text == "7/7" or check.Tinder_P.Count.Text == "8/8" or check.Tinder_P.Count.Text == "9/9")
  85.  
  86. repeat
  87. local v = game:GetService("Workspace").Switch.Base
  88. local tween = game:GetService("TweenService"):Create(hump,TweenInfo.new((hump.Position-v.Position).Magnitude/69420,Enum.EasingStyle.Quad), {CFrame = v.CFrame * CFrame.new(0,-5,0)})
  89. tween:Play()
  90. local Target = game:GetService("ReplicatedStorage").Remotes.Lever;
  91. Target:FireServer();
  92. wait(.1)
  93. until not char
  94. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement