Categories > Exploiting > Roblox >
[HELP]Kavo UI Destroy GUi Option
Posted
Anyone know how to destroy kavo ui lib?
Added
like orion have OrionLib:Destroy()
Cancel
Post
Added
i tried to do
but it wont work, its says like invalid method(Destroy)
Cancel
Post
Added
@87922 ill try, thx
Cancel
Post
Added
@87922 i found kavo gui in coregui, but gui name always have randomized number, idk how to make it automized
Cancel
Post
Why u looking here lol
Replied
about Window:Destroy()
Cancel
Post
Languages - C++, C#,Javascript, HTML, CSS, Lua ,Xaml, Python
https://dsc.gg/hackerpluto
Why u looking here lol
Replied
for i,v in pairs(game.CoreGui:GetDescendants()) do -- idk if there is such a thing as "game.CoreGui"
if v.Name == "pages" then
v.Parent:Destroy()
end
end
Cancel
Post
yes
Why u looking here lol
yes
Replied
dont know if u still need this but find the kavo UI in dark dex and copy paste it into ur executer and do :Destroy() after u did the copy pasted code and then make it into a button i dont know if the :Destroy() works on krnl but u can try if not just u can make it invisible does not destroy but hides
Cancel
Post
Why u looking here lol
Replied
for i,v in pairs(game.CoreGui:GetDescendants()) do -- every game will have a core gui which most UI libaries place their UI in because its impossible to detect
if v.Name == "Main" then -- kavo ui libary randomly names itself numbers
v.Parent:Destroy() -- destroys kavo because it destroys kavo (the parent)
end
end
this works i tested it it destroys the enitre kavo ui even in coregui + screen
Cancel
Post
Replied
And yes I completely agree with you, paid exploits rn it's just it nothing really that damn.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post