Tappityz

Au REBORN

Aug 29th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. --BROUGHT TO YOU BY ROBLOXEXPLOITS.NET!--
  2.  
  3. repeat wait() until game:IsLoaded()
  4. --teleport To Arena
  5. if game.PlaceId == 9845465117 then
  6. local CoreGui = game:GetService("StarterGui")
  7. CoreGui:SetCore("SendNotification", {Title = "Teleport"; Text = "Attemping to Teleport"; Duration = 5; Button1 = "Ok"; })
  8. Wait(4)
  9. game:GetService("TeleportService"):Teleport(10278616640, LocalPlayer)
  10. end
  11.  
  12. --Start Que
  13. if game.PlaceId == 10278616640 then
  14. local CoreGui = game:GetService("StarterGui")
  15. CoreGui:SetCore("SendNotification", {Title = "MatchMaking"; Text = "Attemping to Find a Match"; Duration = 5; Button1 = "Ok"; })
  16. wait()
  17. game:GetService("ReplicatedStorage").Queue1v1s:FireServer()
  18. end
  19.  
  20. if game.PlaceId == 10278774003 then
  21. --Farm
  22. while task.wait() do
  23. game:GetService("ReplicatedStorage").Remotes.Combat:FireServer()
  24. local args = {[1] = "Reset"}
  25. game:GetService("ReplicatedStorage").Remotes.ComboReset:FireServer(unpack(args))
  26. local args = {[1] = "One",[2] = nil --[[Vector3]]}
  27. game:GetService("ReplicatedStorage").Remotes.Skill:FireServer(unpack(args))
  28. local args = {[1] = "Two",[2] = nil --[[Vector3]]}
  29. game:GetService("ReplicatedStorage").Remotes.Skill:FireServer(unpack(args))
  30. local args = {[1] = "Three",[2] = nil --[[Vector3]]}
  31. game:GetService("ReplicatedStorage").Remotes.Skill:FireServer(unpack(args))
  32. local args = {[1] = "Four",[2] = nil --[[Vector3]]}
  33. game:GetService("ReplicatedStorage").Remotes.Skill:FireServer(unpack(args))
  34. local args = {[1] = "Five",[2] = nil --[[Vector3]]}
  35. game:GetService("ReplicatedStorage").Remotes.Skill:FireServer(unpack(args))
  36. local args = {[1] = "Six",[2] = nil --[[Vector3]]}
  37. game:GetService("ReplicatedStorage").Remotes.Skill:FireServer(unpack(args))
  38. for i,v in pairs(game.Players:GetChildren()) do
  39. if v ~= game.Players.LocalPlayer then
  40. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  41. wait()
  42. end
  43. end
  44. end
  45. end
Add Comment
Please, Sign In to add comment