Categories > Exploiting > Roblox >

[HELP]Kavo UI Destroy GUi Option

Posts: 216

Threads: 46

Joined: Jun, 2020

Reputation: -1

Posted

Anyone know how to destroy kavo ui lib?

  • 0

Added

like orion have OrionLib:Destroy()

 

 
  • 0

Added

i tried to do

    SettingsSection:NewKeybind("Destroy Ui(Panic)", "Toggle on home", Enum.KeyCode.Home, function()
        Library:Destroy()
    end)
but it wont work, its says like invalid method(Destroy)  
  • 0

Added

@87922 ill try, thx

  • 0

Added

@87922 i found kavo gui in coregui, but gui name always have randomized number, idk how to make it automized 

SCREEN

  • 0

Why u looking here lol

Posts: 584

Threads: 52

Joined: Oct, 2022

Reputation: 27

Replied

about Window:Destroy()

  • 1

Languages - C++, C#,Javascript, HTML, CSS, Lua ,Xaml, Python

https://dsc.gg/hackerpluto

Posts: 216

Threads: 46

Joined: Jun, 2020

Reputation: -1

Replied

@Pluto_Guy its says like its missing method(Destroy)

 

  • 0

Why u looking here lol

jex

yes

Posts: 1800

Threads: 110

Joined: Nov, 2019

Reputation: 13

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
  • 0

yes

Posts: 216

Threads: 46

Joined: Jun, 2020

Reputation: -1

Replied

@jex ty u saved my life

  • 0

Why u looking here lol

jex

yes

Posts: 1800

Threads: 110

Joined: Nov, 2019

Reputation: 13

Replied

  • 0

yes

Posts: 14

Threads: 0

Joined: Dec, 2022

Reputation: 0

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

  • 0

Posts: 216

Threads: 46

Joined: Jun, 2020

Reputation: -1

Replied

@Roman bro its wrong, look^^^^^^^^^^^

  • 0

Why u looking here lol

Posts: 14

Threads: 0

Joined: Dec, 2022

Reputation: 0

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

  • 0

Posts: 3

Threads: 0

Joined: Dec, 2022

Reputation: -10

Replied

And yes I completely agree with you, paid exploits rn it's just it nothing really that damn. 

 

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )