The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Anime Fighting Simulator script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  -- Loading
  2. repeat wait(1)
  3.     yes,cum = pcall(function() return
  4.         workspace.MouseIgnore,
  5.         game.Players.LocalPlayer.Character.HumanoidRootPart,
  6.         game.Players.LocalPlayer.Character.Humanoid
  7.        
  8.     end)
  9. until yes and game:IsLoaded()
  10. wait(8)
  11. -- NoClip
  12. game:GetService("RunService").RenderStepped:Connect(function()
  13.     game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  14. end)
  15. -- Collect
  16. repeat
  17.     found = false
  18.     for i,v in pairs(cum:GetChildren()) do
  19.         if v.Name == "ChikaraCrate" and v.PrimaryPart then
  20.             found = true
  21.             repeat
  22.                 pcall(function()
  23.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.ClickBox.CFrame - Vector3.new(0,10,0)
  24.                     fireclickdetector(v.ClickBox.ClickDetector,1)
  25.                 end)
  26.                 wait()
  27.             until not v.Parent
  28.         end
  29.     end
  30.     wait()
  31. until not found
  32. -- Skidded off Infinite Yield
  33. local x = {}
  34. for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do
  35.     if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then
  36.         x[#x + 1] = v.id
  37.     end
  38. end
  39. while true do
  40.     game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)])
  41.     wait(2)
  42. end