neufxt

Demon Soul | Script

Aug 9th, 2022
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --BROUGHT TO YOU BY ROBLOXEXPLOITS.NET!--
  2.  
  3. -- GUI
  4.  
  5. repeat wait() until game:IsLoaded()
  6.  
  7. loadstring(game:HttpGet("https://raw.githubusercontent.com/LioK251/RbScripts/main/lazyhub.lua"))()
  8.  
  9.  
  10.  
  11.  
  12. -- Breathing Dupe (use when u have "Transform" button or u will lose all ur money!)
  13.  
  14. getgenv().dupe = false
  15.  
  16. game:GetService('RunService').Stepped:connect(function()
  17. if getgenv().dupe == true then
  18. pcall(function()
  19. for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.PlayerGui.MainUi.BreathReforgeFrame.Bg.BreathDetail.Bottom.Reforge.MouseButton1Click)) do
  20. v:Fire()
  21. end
  22. end)
  23. end
  24. end)
Add Comment
Please, Sign In to add comment