Created by LioK..!#4205
Features:
- BREATHING DUPE
- DEV NOTES:
- use it when you have “Transform” button or you will just lose all your money.
GAME LINK:
DEMON SOUL SIMULATOR
SCRIPT:
getgenv().dupe = false
game:GetService('RunService').Stepped:connect(function()
if getgenv().dupe == true then
pcall(function()
for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.PlayerGui.MainUi.BreathReforgeFrame.Bg.BreathDetail.Bottom.Reforge.MouseButton1Click)) do
v:Fire()
end
end)
end
end)