Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
99 views2 pages

Message

The document is a script for a Roblox GUI called 'NlckyTheDestroyer Hacking Gui' that allows users to execute various hacking commands and modify player attributes. It includes features such as infinite yield commands, speed and jump power adjustments, and access to multiple game-specific GUIs. The script utilizes loadstring to fetch and execute code from external sources for different functionalities within the game.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views2 pages

Message

The document is a script for a Roblox GUI called 'NlckyTheDestroyer Hacking Gui' that allows users to execute various hacking commands and modify player attributes. It includes features such as infinite yield commands, speed and jump power adjustments, and access to multiple game-specific GUIs. The script utilizes loadstring to fetch and execute code from external sources for different functionalities within the game.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.

com/xHeptc/
Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("NlckyTheDestroyer Hacking Gui", "Synapse")

-- main
local main = Window:NewTab("main")
local MainSection = main:NewSection("main")

MainSection:NewButton("InfiniteYield", "gives you different commands to use",


function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source'))()
end)

MainSection:NewToggle("SuperHuman", "Go fast and jump high", function(state)


if state then
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
else
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 25
end
end)

MainSection:NewButton("c00lkidd Gui", "gives you c00lkidd gui", function()


loadstring(Game:GetObjects("rbxassetid://8127297852")[1].Source)()
end)

MainSection:NewButton("Brookhaven Gui", "gives you Brookhaven gui", function()


loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/
main/Brookhaven"))()
end)

MainSection:NewButton("Backdoor.exe", "gives you Backdoor.exe", function()


loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/
v8/src/main.lua"))();
end)

--LocalPlayer
local Player = Window:NewTab("Player")
local PlayerSection = Player:NewSection("Player")

PlayerSection:NewSlider("Walkspeed", "SPEED", 350, 0, function(s) -- 500 (MaxValue)


| 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)

PlayerSection:NewSlider("JumpPower", "JumpHigh", 350, 50, function(s) -- 500


(MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end)

PlayerSection:NewButton("Reset WS/JP", "Resets Walkspeed and Jumppower To Default",


function()
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
end)
MainSection:NewButton("Chat Bypasser", "AHAHAHAHAHA Bypass chat", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/synnyyy/synergy/
additional/betterbypasser", true))({
Method = 1, -- Method 1 is the main method. Method two is emojis. Method 3 is
full transparency, no special symbols. Method 3 has been improved!
Keybind = "F", -- Usually defaulted to F. You can change this keybind by
replacing the string with a letter. Works for uppercase and lowercase.
ShowMethodDictionary = true -- Shows you the full list of words that you can
say with the method. Press FN + F9 to see this dictionary.
})
end)

MainSection:NewButton("Ragdoll Gui", "gives you Malware V2 gui", function()


loadstring(game:HttpGet('https://gist.githubusercontent.com/H20CalibreYT/
462f6e6236a9371130f113def6549bb1/raw/'))()
end)

MainSection:NewButton("Meepcity", "gives you Meepcity gui", function()


loadstring(game:HttpGet('https://raw.githubusercontent.com/synolope/
meepcracked/main/loader.lua'))()
end)

MainSection:NewButton("Murder Mystery 2", "gives you MM2 gui", function()


loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/
GUIS/main/MURDER%20MYSTERY%202", true))();
end)

MainSection:NewButton("Samurai", "gives you Samurai Sword?", function()


loadstring(game:HttpGet(('https://raw.githubusercontent.com/kakabok1233453/
asdasda/main/Red%20Samurai'),true))()
end)

MainSection:NewButton("Sword Fight", "Fe Sword Fight Bot", function()


-- press x to turn on
loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/1/main/bot'))()
end)

You might also like