All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the DNA test anyone far away

The DNA test anyone far away code is below. Copy & inject it into the game. Enjoy!

-- Usable as anyone

local args = {
    [1] = game:GetService("Players").username.Character
}

workspace.Events.Character.Abilities:FindFirstChild("DNA Tester").Use:FireServer(unpack(args))

-- Works well as vampire only

local args = {
    [1] = game:GetService("Players").username.Character,
    [2] = true
}

workspace.Events.Character.Abilities:FindFirstChild("DNA Tester").Use:FireServer(unpack(args))