![[UPD 6.5] Anime Card Clash](/images/script/110829983956014-1772869031871.png)
53.0k Views
537 Executions
Key System
Hina Hub - INVASION, ANNIVERSARY, AUTO DUNGEON, MORE!
[UPD 6.5] Anime Card ClashUploaded by 1 year ago
Please login to perform these actions:Description
Join discord for bug report or suggestion [+] Auto Season 3 Ranked/Auto Leave @ Elo [+] Auto Invasion [+] Auto XP Book [+] Auto Story Tower + Infinite [+] Auto Exploration [+] Auto Global Boss [+] Auto Curse Zone [+] Weather Webhook Ping [+] Auto Hop find Weather [+] Priority System [+] Auto Raid Minion [+] Auto teamer Changer [+] Auto LADDER for 10Bill support card [+] Auto ALL INFINITY TOWER (Story, Nightmare, Event, & MORE!) [+] Auto Raid [+] Auto use Potion & Auto Buy AND MORE!

![[UPD 6.5] Anime Card Clash](/images/script/110829983956014-1759979846625.jpg)
![[UPD 6.5] Anime Card Clash](/images/script/110829983956014-1748120086338.webp)
![[UPD 6.5] Anime Card Clash](/images/script/110829983956014-1747512502407.webp)
![[UPD 6.5] Anime Card Clash](/images/script/110829983956014-1746598255725.webp)
![[UPD 6.5] Anime Card Clash](/images/script/110829983956014-1746410390024.webp)
![[UPD 6.5] Anime Card Clash](/images/script/110829983956014-1745120122086.webp)
can yall update please i need ladder afk im begging
does it have like a delay?? it takes a while for me to execute it
Threep please update the discord link on this page or post it in comments im trying to join you're discord.
how do i set up the christmas tower? mine stops at 10 in the first one when ive selected all of it
it loads but doesnt work
guys heIIo, i need script help if u want to help discord is humanidades !
just use this *ed code for auto collect boxes and potions from the floor local LocalPlayer = game.Players.LocalPlayer local playerBody = LocalPlayer.Character.HumanoidRootPart for _, descendant in ipairs(workspace:GetDescendants()) do if descendant:IsA("TouchTransmitter") then local parent = descendant.Parent if parent and parent.Parent and parent.Parent.Parent then local grandParent = parent.Parent local greatGrandParent = grandParent.Parent local isTargetName = (string.find(grandParent.Name, "box_") or string.find(grandParent.Name, "potion_")) and grandParent.Name ~= "potion_tower" if isTargetName and greatGrandParent == workspace then print(grandParent.Name.."\n 1") firetouchinterest(playerBody, descendant.Parent, 0) firetouchinterest(playerBody, descendant.Parent, 1) end end end end