Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local Confirm = Instance.new("TextButton")
- local input = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.Position = UDim2.new(0.450354636, 0, 0.253399253, 0)
- main.Size = UDim2.new(0, 243, 0, 293)
- Confirm.Name = "Confirm"
- Confirm.Parent = main
- Confirm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Confirm.Position = UDim2.new(0.0864197537, 0, 0.679180861, 0)
- Confirm.Size = UDim2.new(0, 200, 0, 50)
- Confirm.AutoButtonColor = false
- Confirm.Font = Enum.Font.SourceSans
- Confirm.Text = "Confirm"
- Confirm.TextColor3 = Color3.fromRGB(0, 0, 0)
- Confirm.TextSize = 14.000
- Confirm.MouseButton1Down:connect(function()
- if input.Text == "ENEX" then
- main.Visible = false
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("ENEX", "DarkTheme")
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Main")
- MainSection:NewButton("fly", "gives you a fly gui", function()
- --ARCEUS X FLY V2 SCRIPT
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
- end)
- MainSection:NewToggle("Super human", "fast and jump", 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 = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- end)
- MainSection:NewButton("Infite yield", "Admin commands", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- MainSection:NewButton("enes test", "test", function()
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local label = Instance.new("TextLabel")
- local lock = Instance.new("TextButton")
- local Verygoodgui = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(255, 12, 48)
- main.Position = UDim2.new(0.782493353, 0, 0.75030899, 0)
- main.Size = UDim2.new(0, 246, 0, 202)
- main.Active = true
- main.Draggable = true
- label.Name = "label"
- label.Parent = main
- label.BackgroundColor3 = Color3.fromRGB(20, 255, 130)
- label.Size = UDim2.new(0, 246, 0, 50)
- label.Font = Enum.Font.SourceSans
- label.Text = "ENEXER"
- label.TextColor3 = Color3.fromRGB(0, 0, 0)
- label.TextSize = 14.000
- lock.Name = "lock"
- lock.Parent = main
- lock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- lock.Position = UDim2.new(0, 0, 0.29207921, 0)
- lock.Size = UDim2.new(0, 60, 0, 50)
- lock.Font = Enum.Font.SourceSans
- lock.Text = "lock"
- lock.TextColor3 = Color3.fromRGB(0, 0, 0)
- lock.TextSize = 14.000
- lock.MouseButton1Down:Connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "ENES HAS BIG BALLS ";
- Text = "ENES W ENES W E TO LOCK";
- })
- local CC = game:GetService"Workspace".CurrentCamera
- local Plr
- local enabled = falseWD
- local accomidationfactor = 0.135
- local mouse = game.Players.LocalPlayer:GetMouse()
- local placemarker = Instance.new("Part", game.Workspace)
- function makemarker(Parent, Adornee, Color, Size, Size2)
- local e = Instance.new("BillboardGui", Parent)
- e.Name = "PP"
- e.Adornee = Adornee
- e.Size = UDim2.new(Size, Size2, Size, Size2)
- e.AlwaysOnTop = true
- local a = Instance.new("Frame", e)
- a.Size = UDim2.new(1, 0, 1, 0)
- a.BackgroundTransparency = 0
- a.BackgroundColor3 = Color
- local g = Instance.new("UICorner", a)
- g.CornerRadius = UDim.new(50, 50)
- return(e)
- end
- local data = game.Players:GetPlayers()
- function noob(player)
- local character
- repeat wait() until player.Character
- local handler = makemarker(guimain, player.Character:WaitForChild("HumanoidRootPart"), Color3.fromRGB(107, 184, 255), 0.3, 3)
- handler.Name = player.Name
- player.CharacterAdded:connect(function(Char) handler.Adornee = Char:WaitForChild("HumanoidRootPart") end)
- spawn(function()
- while wait() do
- if player.Character then
- TextLabel.Text = player.Name..tostring(player:WaitForChild("leaderstats").Wanted.Value).." | "..tostring(math.floor(player.Character:WaitForChild("Humanoid").Health))
- end
- end
- end)
- end
- for i = 1, #data do
- if data[i] ~= game.Players.LocalPlayer then
- noob(data[i])
- end
- end
- game.Players.PlayerAdded:connect(function(Player)
- noob(Player)
- end)
- spawn(function()
- placemarker.Anchored = true
- placemarker.CanCollide = false
- placemarker.Size = Vector3.new(8, 8, 8)
- placemarker.Transparency = 0.75
- makemarker(placemarker, placemarker, Color3.fromRGB(255, 0, 0), 0.40, 0)
- end)
- mouse.KeyDown:Connect(function(k)
- if k ~= "e" then return end
- if enabled then
- enabled = false
- guimain[Plr.Name].Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- else
- enabled = true
- Plr = getClosestPlayerToCursor()
- guimain[Plr.Name].Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- end
- end)
- function getClosestPlayerToCursor()
- local closestPlayer
- local shortestDistance = math.huge
- for i, v in pairs(game.Players:GetPlayers()) do
- if v ~= game.Players.LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") then
- local pos = CC:WorldToViewportPoint(v.Character.PrimaryPart.Position)
- local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
- if magnitude < shortestDistance then
- closestPlayer = v
- shortestDistance = magnitude
- end
- end
- end
- return closestPlayer
- end
- game:GetService"RunService".Stepped:connect(function()
- if enabled and Plr.Character and Plr.Character:FindFirstChild("HumanoidRootPart") then
- placemarker.CFrame = CFrame.new(Plr.Character.HumanoidRootPart.Position+(Plr.Character.HumanoidRootPart.Velocity*accomidationfactor))
- else
- placemarker.CFrame = CFrame.new(0, 9999, 0)
- end
- end)
- local mt = getrawmetatable(game)
- local old = mt.__namecall
- setreadonly(mt, false)
- mt.__namecall = newcclosure(function(...)
- local args = {...}
- if enabled and getnamecallmethod() == "FireServer" and args[2] == "UpdateMousePos" then
- args[3] = Plr.Character.HumanoidRootPart.Position+(Plr.Character.HumanoidRootPart.Velocity*accomidationfactor)
- return old(unpack(args))
- end
- return old(...)
- end)
- end)
- Verygoodgui.Name = "Very good gui"
- Verygoodgui.Parent = main
- Verygoodgui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Verygoodgui.Position = UDim2.new(0.345528454, 0, 0.29207921, 0)
- Verygoodgui.Size = UDim2.new(0, 60, 0, 50)
- Verygoodgui.Font = Enum.Font.SourceSans
- Verygoodgui.Text = "gui"
- Verygoodgui.TextColor3 = Color3.fromRGB(0, 0, 0)
- Verygoodgui.TextSize = 14.000
- Verygoodgui.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ImagineProUser/vortexdahood/main/vortex", true))()
- end)
- end)
- MainSection:NewButton("normal lock", "best lock", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/crypthook/some-shit-script-crack/main/boxware"))()
- end)
- local dahood = Window:NewTab("dh remakes")
- local dahoodSection = dahood:NewSection("not execute in main dh it bans u")
- dahoodSection:NewButton("crash(NOT FOR MAIN DA HOOD)only for remakes.", "crashes any server-", function()
- _G.Key = "_Admin2"
- loadstring(game:HttpGet(('https://gist.githubusercontent.com/TeamDC1/23c527acfb1f7b907695a11e6b83105c/raw/7e571ce89253e36c016bb2f7c174de83151d5c59/MAZ%2520HOOD'),true))()
- end)
- dahoodSection:NewButton("save", "saves game", function()
- saveinstance()
- end)
- dahoodSection:NewButton("backdoorscanner", "scan for a backdoor.", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua'),true))()
- end)
- MainSection:NewKeybind("Keybind", "KeybindInfo", Enum.KeyCode.V, function()
- Library:ToggleUI()
- end)
- local cr = Window:NewTab("credits")
- local crSection = cr:NewSection("Ene$!#4089-- script maker")
- end
- end)
- input.Name = "input"
- input.Parent = main
- input.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- input.Position = UDim2.new(0.0864197537, 0, 0.245733783, 0)
- input.Size = UDim2.new(0, 200, 0, 50)
- input.Font = Enum.Font.SourceSans
- input.PlaceholderText = "Key here"
- input.Text = ""
- input.TextColor3 = Color3.fromRGB(0, 0, 0)
- input.TextSize = 14.000
Add Comment
Please, Sign In to add comment