Assassin | Ghost Coin Autocollect

MADE BY miso soup

FEATURES:

  • GHOST COIN AUTOCOLLECT
  • ANTI AFK

GAME LINK:
ASSASSIN

SCRIPTS: [2]

game.ReplicatedStorage.Remotes.RequestGhostSpawn:InvokeServer()

while true do
   if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
   for i, v in pairs(game.Workspace.GhostCoins:GetChildren()) do
    if v:IsA("MeshPart") then
     local Player = game.Players.LocalPlayer.Character
     local Target = v.CFrame
     Player.HumanoidRootPart.CFrame = CFrame.new(Target.Position.X, Target.Position.Y, Target.Position.Z)
    end
   end
   wait(0.25)
   else
       repeat
           wait()
       until game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
       wait(0.2)
       game.ReplicatedStorage.Remotes.RequestGhostSpawn:InvokeServer()
   end
end 

AUTO COLLECTOR

repeat
   wait()
until game:IsLoaded()
for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do
v:Disable()
end

ANTI AFK

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!