Advertisement
Limesy

abd stand giver

Mar 4th, 2021
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1.  
  2. --// yes all mighty 1x1x1x1IAMbck \\--
  3. --// Works on almost every abd copies lel \\ --
  4. --// Of course some stands won´t work, I don´t know the reason for it. Also I just made the ui. \\--
  5. --// Credits for the script: https://v3rmillion.net/showthread.php?tid=1020819 \\--
  6. --// So far, it works on Sakura stand but only some stands... like why? But yeah \\--
  7.  
  8. loadstring(game:HttpGet('https://pastebin.com/raw/6TW7RGz3', true))()
  9. local example = library:AddWindow('ABD Copies')
  10. local w = example:AddTab('Give Stand')
  11.  
  12. local stand = ""
  13. local yes = w:AddDropdown("Stand", function(ddd)
  14. stand = ddd
  15. print(stand)
  16. end)
  17. for i, v in pairs(game.Lighting:GetChildren()) do
  18. if v:IsA("LocalScript") then
  19. yes:Add(v.Name)
  20. end
  21. end
  22. w:AddButton("Give", function()
  23. local mt = getrawmetatable(game)
  24. local oldNameCall = mt.__namecall
  25. setreadonly(mt, false)
  26. mt.__namecall = newcclosure(function(self, ...)
  27. local Method = getnamecallmethod()
  28. local Args = {...}
  29.  
  30. if Method == "FireServer" and self.Name == "CheckAndGiveStand" then
  31. game.Lighting:WaitForChild(stand):Clone().Parent = game.Players.LocalPlayer.Backpack
  32. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  33. if v:IsA("Script") then
  34. v.x1zy:Destroy()
  35. v.x1zy:Destroy()
  36. end
  37. end
  38. return nil
  39. end
  40. return oldNameCall(self, unpack(Args))
  41. end)
  42. setreadonly(mt, true)
  43.  
  44. game:GetService("Players").LocalPlayer.Character:BreakJoints()
  45. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement