More Faith Clicker Scripts
Tap to earn Faith and show your devotion in Faith Clicker! Rebirth to get stronger, discover new worlds and exclusive eggs, and collect pets to earn extra bibles. Compete on the leaderboards and shine with divine power, enhanced by a pet spawner to accelerate your holy journey.
Game link: Faith Clicker
Table of Contents
Сontent continues after AD
Lua
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Pet Spawner",
LoadingTitle = "Loading...",
LoadingSubtitle = "by veemx",
ConfigurationSaving = {
Enabled = false
}
})
local Tab = Window:CreateTab("Crafting", 4483362458)
local lockedID = "10112609828-35"
local currentPetName = "Holographic Nugget" -- Default
Tab:CreateInput({
Name = "Spawn Pet Name",
PlaceholderText = "Enter Name...",
RemoveTextAfterFocusLost = false,
Callback = function(Text)
currentPetName = Text
end,
})
Tab:CreateButton({
Name = "Spawn",
Callback = function()
local args = {
"CraftPet",
{
currentPetName,
"Shadow",
{
{
Locked = false,
PetID = lockedID,
PetName = currentPetName
},
{
Locked = false,
PetID = lockedID,
PetName = currentPetName
},
{
Locked = false,
PetID = lockedID,
PetName = currentPetName
}
}
}
}
local success, err = pcall(function()
game:GetService("ReplicatedStorage"):WaitForChild("GameClient"):WaitForChild("Events"):WaitForChild("RemoteFunction"):WaitForChild("HandlePet"):InvokeServer(unpack(args))
end)
if success then
Rayfield:Notify({Title = "Success", Content = "Crafting " .. currentPetName .. " with ID: " .. lockedID, Duration = 3})
else
Rayfield:Notify({Title = "Error", Content = "Execution failed.", Duration = 3})
end
end,
})
Script Features:
- Pet Spawner – Spawns any pet into your inventory.
- Script developer: https://www.roblox.com/games/102946159656714/Faith-Clicker
Сontent continues after AD
How to use Faith Clicker script?
- Copy the script from the button bellow.
- Run any exploit (We recommend reading the list of the best exploits)
- Install it, insert the script and click execute
- Enjoy it)
Important information:
- All scripts are free.
- All scripts are safe to use.
- We do not have viruses or malware.



Комментарии
No comments yet. Be the first.
Leave a comment