ENEX414

test

Jul 17th, 2022 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Confirm = Instance.new("TextButton")
  9. local input = Instance.new("TextBox")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. main.Name = "main"
  17. main.Parent = ScreenGui
  18. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. main.Position = UDim2.new(0.450354636, 0, 0.253399253, 0)
  20. main.Size = UDim2.new(0, 243, 0, 293)
  21.  
  22. Confirm.Name = "Confirm"
  23. Confirm.Parent = main
  24. Confirm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  25. Confirm.Position = UDim2.new(0.0864197537, 0, 0.679180861, 0)
  26. Confirm.Size = UDim2.new(0, 200, 0, 50)
  27. Confirm.AutoButtonColor = false
  28. Confirm.Font = Enum.Font.SourceSans
  29. Confirm.Text = "Confirm"
  30. Confirm.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. Confirm.TextSize = 14.000
  32. Confirm.MouseButton1Down:connect(function()
  33. if input.Text == "ENEX" then
  34. main.Visible = false
  35.  
  36. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  37. local Window = Library.CreateLib("ENEX", "DarkTheme")
  38.  
  39. local Main = Window:NewTab("Main")
  40. local MainSection = Main:NewSection("Main")
  41.  
  42.  
  43. MainSection:NewButton("fly", "gives you a fly gui", function()
  44. --ARCEUS X FLY V2 SCRIPT
  45. 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")()
  46. end)
  47.  
  48.  
  49. MainSection:NewToggle("Super human", "fast and jump", function(state)
  50. if state then
  51. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  52. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  53. else
  54. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  55. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  56. end
  57. end)
  58.  
  59.  
  60. MainSection:NewButton("Infite yield", "Admin commands", function()
  61. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  62. end)
  63.  
  64.  
  65.  
  66. MainSection:NewButton("enes test", "test", function()
  67.  
  68.  
  69. local ScreenGui = Instance.new("ScreenGui")
  70. local main = Instance.new("Frame")
  71. local label = Instance.new("TextLabel")
  72. local lock = Instance.new("TextButton")
  73. local Verygoodgui = Instance.new("TextButton")
  74.  
  75. --Properties:
  76.  
  77. ScreenGui.Parent = game.CoreGui
  78. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  79.  
  80. main.Name = "main"
  81. main.Parent = ScreenGui
  82. main.BackgroundColor3 = Color3.fromRGB(255, 12, 48)
  83. main.Position = UDim2.new(0.782493353, 0, 0.75030899, 0)
  84. main.Size = UDim2.new(0, 246, 0, 202)
  85. main.Active = true
  86. main.Draggable = true
  87.  
  88. label.Name = "label"
  89. label.Parent = main
  90. label.BackgroundColor3 = Color3.fromRGB(20, 255, 130)
  91. label.Size = UDim2.new(0, 246, 0, 50)
  92. label.Font = Enum.Font.SourceSans
  93. label.Text = "ENEXER"
  94. label.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. label.TextSize = 14.000
  96.  
  97. lock.Name = "lock"
  98. lock.Parent = main
  99. lock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  100. lock.Position = UDim2.new(0, 0, 0.29207921, 0)
  101. lock.Size = UDim2.new(0, 60, 0, 50)
  102. lock.Font = Enum.Font.SourceSans
  103. lock.Text = "lock"
  104. lock.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. lock.TextSize = 14.000
  106. lock.MouseButton1Down:Connect(function()
  107. game.StarterGui:SetCore("SendNotification", {
  108. Title = "ENES HAS BIG BALLS ";
  109. Text = "ENES W ENES W E TO LOCK";
  110.  
  111. })
  112. local CC = game:GetService"Workspace".CurrentCamera
  113. local Plr
  114. local enabled = falseWD
  115. local accomidationfactor = 0.135
  116. local mouse = game.Players.LocalPlayer:GetMouse()
  117. local placemarker = Instance.new("Part", game.Workspace)
  118.  
  119. function makemarker(Parent, Adornee, Color, Size, Size2)
  120. local e = Instance.new("BillboardGui", Parent)
  121. e.Name = "PP"
  122. e.Adornee = Adornee
  123. e.Size = UDim2.new(Size, Size2, Size, Size2)
  124. e.AlwaysOnTop = true
  125. local a = Instance.new("Frame", e)
  126. a.Size = UDim2.new(1, 0, 1, 0)
  127. a.BackgroundTransparency = 0
  128. a.BackgroundColor3 = Color
  129. local g = Instance.new("UICorner", a)
  130. g.CornerRadius = UDim.new(50, 50)
  131. return(e)
  132. end
  133.  
  134.  
  135. local data = game.Players:GetPlayers()
  136. function noob(player)
  137. local character
  138. repeat wait() until player.Character
  139. local handler = makemarker(guimain, player.Character:WaitForChild("HumanoidRootPart"), Color3.fromRGB(107, 184, 255), 0.3, 3)
  140. handler.Name = player.Name
  141. player.CharacterAdded:connect(function(Char) handler.Adornee = Char:WaitForChild("HumanoidRootPart") end)
  142.  
  143.  
  144. spawn(function()
  145. while wait() do
  146. if player.Character then
  147. TextLabel.Text = player.Name..tostring(player:WaitForChild("leaderstats").Wanted.Value).." | "..tostring(math.floor(player.Character:WaitForChild("Humanoid").Health))
  148. end
  149. end
  150. end)
  151. end
  152.  
  153. for i = 1, #data do
  154. if data[i] ~= game.Players.LocalPlayer then
  155. noob(data[i])
  156. end
  157. end
  158.  
  159. game.Players.PlayerAdded:connect(function(Player)
  160. noob(Player)
  161. end)
  162.  
  163. spawn(function()
  164. placemarker.Anchored = true
  165. placemarker.CanCollide = false
  166. placemarker.Size = Vector3.new(8, 8, 8)
  167. placemarker.Transparency = 0.75
  168. makemarker(placemarker, placemarker, Color3.fromRGB(255, 0, 0), 0.40, 0)
  169. end)
  170.  
  171. mouse.KeyDown:Connect(function(k)
  172. if k ~= "e" then return end
  173. if enabled then
  174. enabled = false
  175. guimain[Plr.Name].Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  176. else
  177. enabled = true
  178. Plr = getClosestPlayerToCursor()
  179. guimain[Plr.Name].Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  180. end
  181. end)
  182.  
  183. function getClosestPlayerToCursor()
  184. local closestPlayer
  185. local shortestDistance = math.huge
  186.  
  187. for i, v in pairs(game.Players:GetPlayers()) do
  188. 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
  189. local pos = CC:WorldToViewportPoint(v.Character.PrimaryPart.Position)
  190. local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  191. if magnitude < shortestDistance then
  192. closestPlayer = v
  193. shortestDistance = magnitude
  194. end
  195. end
  196. end
  197. return closestPlayer
  198. end
  199.  
  200. game:GetService"RunService".Stepped:connect(function()
  201. if enabled and Plr.Character and Plr.Character:FindFirstChild("HumanoidRootPart") then
  202. placemarker.CFrame = CFrame.new(Plr.Character.HumanoidRootPart.Position+(Plr.Character.HumanoidRootPart.Velocity*accomidationfactor))
  203. else
  204. placemarker.CFrame = CFrame.new(0, 9999, 0)
  205. end
  206. end)
  207.  
  208. local mt = getrawmetatable(game)
  209. local old = mt.__namecall
  210. setreadonly(mt, false)
  211. mt.__namecall = newcclosure(function(...)
  212. local args = {...}
  213. if enabled and getnamecallmethod() == "FireServer" and args[2] == "UpdateMousePos" then
  214. args[3] = Plr.Character.HumanoidRootPart.Position+(Plr.Character.HumanoidRootPart.Velocity*accomidationfactor)
  215. return old(unpack(args))
  216. end
  217. return old(...)
  218. end)
  219. end)
  220.  
  221. Verygoodgui.Name = "Very good gui"
  222. Verygoodgui.Parent = main
  223. Verygoodgui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  224. Verygoodgui.Position = UDim2.new(0.345528454, 0, 0.29207921, 0)
  225. Verygoodgui.Size = UDim2.new(0, 60, 0, 50)
  226. Verygoodgui.Font = Enum.Font.SourceSans
  227. Verygoodgui.Text = "gui"
  228. Verygoodgui.TextColor3 = Color3.fromRGB(0, 0, 0)
  229. Verygoodgui.TextSize = 14.000
  230. Verygoodgui.MouseButton1Down:Connect(function()
  231. loadstring(game:HttpGet("https://raw.githubusercontent.com/ImagineProUser/vortexdahood/main/vortex", true))()
  232. end)
  233. end)
  234.  
  235.  
  236.  
  237. MainSection:NewButton("normal lock", "best lock", function()
  238. loadstring(game:HttpGet("https://raw.githubusercontent.com/crypthook/some-shit-script-crack/main/boxware"))()
  239. end)
  240.  
  241.  
  242.  
  243. local dahood = Window:NewTab("dh remakes")
  244. local dahoodSection = dahood:NewSection("not execute in main dh it bans u")
  245.  
  246. dahoodSection:NewButton("crash(NOT FOR MAIN DA HOOD)only for remakes.", "crashes any server-", function()
  247. _G.Key = "_Admin2"
  248.  
  249.  
  250. loadstring(game:HttpGet(('https://gist.githubusercontent.com/TeamDC1/23c527acfb1f7b907695a11e6b83105c/raw/7e571ce89253e36c016bb2f7c174de83151d5c59/MAZ%2520HOOD'),true))()
  251. end)
  252.  
  253.  
  254.  
  255.  
  256.  
  257. dahoodSection:NewButton("save", "saves game", function()
  258. saveinstance()
  259. end)
  260.  
  261.  
  262.  
  263.  
  264. dahoodSection:NewButton("backdoorscanner", "scan for a backdoor.", function()
  265. loadstring(game:HttpGet(('https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua'),true))()
  266. end)
  267.  
  268. MainSection:NewKeybind("Keybind", "KeybindInfo", Enum.KeyCode.V, function()
  269. Library:ToggleUI()
  270. end)
  271.  
  272.  
  273. local cr = Window:NewTab("credits")
  274. local crSection = cr:NewSection("Ene$!#4089-- script maker")
  275. end
  276. end)
  277.  
  278. input.Name = "input"
  279. input.Parent = main
  280. input.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  281. input.Position = UDim2.new(0.0864197537, 0, 0.245733783, 0)
  282. input.Size = UDim2.new(0, 200, 0, 50)
  283. input.Font = Enum.Font.SourceSans
  284. input.PlaceholderText = "Key here"
  285. input.Text = ""
  286. input.TextColor3 = Color3.fromRGB(0, 0, 0)
  287. input.TextSize = 14.000
Add Comment
Please, Sign In to add comment