Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local SKYWARS = Instance.new("TextButton")
- local SF = Instance.new("TextButton")
- local CLOSE = Instance.new("TextButton")
- local AHD = Instance.new("TextButton")
- local TOH = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0.841968954, 0, 0.946869075, 0)
- openmain.Size = UDim2.new(0, 113, 0, 28)
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- open.Position = UDim2.new(-0.0707965493, 0, 9.53674316e-07, 0)
- open.Size = UDim2.new(0, 113, 0, 28)
- open.Font = Enum.Font.SourceSans
- open.Text = "OPEN"
- open.TextColor3 = Color3.fromRGB(170, 0, 0)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- openmain.Visible = false
- main.Visible = true
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- main.Position = UDim2.new(0.607512951, 0, 0.571157515, 0)
- main.Size = UDim2.new(0, 287, 0, 212)
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(54, 66, 53)
- TextLabel.Position = UDim2.new(0, 0, 0.816037714, 0)
- TextLabel.Size = UDim2.new(0, 142, 0, 37)
- TextLabel.Font = Enum.Font.SpecialElite
- TextLabel.Text = "USE AT YOUR OWN RISK."
- TextLabel.TextColor3 = Color3.fromRGB(0, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- SKYWARS.Name = "SKYWARS"
- SKYWARS.Parent = main
- SKYWARS.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- SKYWARS.BorderColor3 = Color3.fromRGB(255, 170, 255)
- SKYWARS.BorderSizePixel = 5
- SKYWARS.Position = UDim2.new(0.543554008, 0, 0.580188692, 0)
- SKYWARS.Size = UDim2.new(0, 113, 0, 44)
- SKYWARS.Font = Enum.Font.SourceSans
- SKYWARS.Text = "Skywars GUI"
- SKYWARS.TextColor3 = Color3.fromRGB(255, 255, 255)
- SKYWARS.TextScaled = true
- SKYWARS.TextSize = 14.000
- SKYWARS.TextWrapped = true
- SKYWARS.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/Loadstring9VHD6Wmyi82n", true))()
- end)
- SF.Name = "SF"
- SF.Parent = main
- SF.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SF.BorderColor3 = Color3.fromRGB(85, 255, 255)
- SF.BorderSizePixel = 5
- SF.Position = UDim2.new(0.0278745648, 0, 0.580188692, 0)
- SF.Size = UDim2.new(0, 113, 0, 44)
- SF.Font = Enum.Font.SourceSans
- SF.Text = "Every Sword Fighting game (REACH GUI)"
- SF.TextColor3 = Color3.fromRGB(0, 0, 0)
- SF.TextScaled = true
- SF.TextSize = 14.000
- SF.TextWrapped = true
- SF.MouseButton1Down:connect(function()
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer or game:GetService("Players"):GetPlayerFromCharacter(Players.LocalPlayer.Character)
- local Character = LocalPlayer.Character or LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Parent
- local MT = getrawmetatable(game)
- local OldIndex = MT. __index
- local OldNamecall = MT.__namecall
- setreadonly(MT, false)
- MT.__index = newcclosure(function(H, HP, T, D) --Bypasses some anti FTI checks. (uBlubble, Xelvidant, etc.)
- if not checkcaller() and getnamecallmethod() then
- if tostring(H) == "Humanoid" and tostring(HP) == "Health" then
- return 0
- end
- if tostring(T) == "Position" and tostring(D) == "Magnitude" then
- return 0
- end
- end
- return OldIndex(H, HP)
- end)
- local StarterGui = game:GetService("StarterGui")
- local DevConsoleHook --Bypasses all dev console disablers.
- DevConsoleHook = hookfunc(StarterGui.SetCore, newcclosure(function(Self, ...)
- local Args = table.pack(...)
- if Self == StarterGui then
- if Args[1] == "DevConsoleVisible" then
- Args[1] = nil
- end
- end
- end))
- --Bypasses script execution.
- for _,v in next, getconnections(game:GetService("LogService").MessageOut) do
- v:Disable()
- end
- for _,v in next, getconnections(game:GetService("ScriptContext").Error) do
- v:Disable()
- end
- game:GetService("ScriptContext"):SetTimeout(0.1)
- setreadonly(MT, true)
- local UNIATTEMPT = true
- local VisualizerTransparencyAmount = 0.4
- local UIS = game:GetService("UserInputService")
- -----------------------------
- --bypass 2
- local customtheme = "Dark"
- local reachsize = 5
- local dmgEnabled = true
- local multiplier = 0
- local visualizerEnabled
- local reachType = "Sphere"
- local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
- local UI = Material.Load({
- Title = "Sebs Darkside",
- Style = 0,
- SizeX = 471,
- SizeY = 269,
- Theme = customtheme
- })
- --page bypass stuffj
- UIS.InputBegan:Connect(function(input, gameProcessedEvent)
- if input.KeyCode == Enum.KeyCode.X then
- game:GetService("CoreGui")["Sebs Darkside"].Enabled = not game:GetService("CoreGui")["Sebs Darkside"].Enabled
- end
- end)
- --new page which is gonna be circle reach & stuffghj
- local Page2 = UI.New({
- Title = "Reach/Circle"
- })
- local Page3 = UI.New({
- Title = "Auto Clicker"
- })
- local Page4 = UI.New({
- Title = "Themes"
- })
- local Page5 = UI.New({
- Title = "Visuaizer"
- })
- local ThemePage = Page4.Dropdown({
- Text = "Themes",
- Callback = function(value)
- customtheme = value
- Text = customtheme
- end,
- Options = {"Dark", "Light", "Mocha", "Aqua", "Jester"}
- })
- local ac_on
- local ac_off
- local AcOnText = Page3.TextField({
- Text = "Keybind for autoclicker on",
- Callback = function(value)
- print(ac_on)
- ac_on = value
- end,
- })
- local AcOffText = Page3.TextField({
- Text = "Keybind for autoclicker off ",
- Callback = function(value)
- print(ac_off)
- ac_off = value
- end,
- })
- local Mouse = game.Players.LocalPlayer:GetMouse()
- Mouse.KeyDown:Connect(function(key)
- if key == ac_on then
- _G.AutoClicker = true
- while _G.AutoClicker do
- wait()
- pcall(function()
- local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
- Sword:Activate()
- end)
- end
- end
- end)
- local Mouse = game.Players.LocalPlayer:GetMouse()
- Mouse.KeyDown:Connect(function(key)
- if key == ac_off then
- _G.AutoClicker = false
- while _G.AutoClicker do
- wait()
- pcall(function()
- local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
- Sword:Activate()
- end)
- end
- end
- end)
- local CircleSize = Page2.Slider({
- Text = "Circle Size",
- Callback = function(value)
- reachsize = value
- reachsize = tonumber(value)
- end,
- Min = 0,
- Max = 50,
- Def = 4
- })
- local sparemultiplier = 1
- local dmgEnabled = Page2.Toggle({
- Text = "Enable DMG",
- Callback = function(value)
- dmgEnabled = value
- end,
- })
- local dmgSlider = Page2.Slider({
- Text = "DMG Amount",
- Callback = function(value)
- multiplier = value
- multiplier = tonumber(value)
- sparemultiplier = value
- sparemultiplier = tonumber(value)
- end,
- Min = 0.4,
- Max = 20,
- Def = 1,
- })
- local ShapeDropdown = Page5.Dropdown({
- Text = "Visualizer Shape",
- Callback = function(value)
- reachType = value
- end,
- Options = {"Sphere", "Block"}
- })
- local ve = Page5.Toggle({
- Text = "Visualizer",
- Callback = function(value)
- visualizerEnabled = value
- end,
- })
- local visualizer = Instance.new("Part")
- visualizer.Color = Color3.new(1, 0.968627, 0)
- visualizer.Transparency = VisualizerTransparencyAmount
- visualizer.Anchored = true
- visualizer.CanCollide = false
- visualizer.CastShadow = false
- visualizer.Size = Vector3.new(0.5,0.5,0.5)
- visualizer.BottomSurface = Enum.SurfaceType.Glue
- visualizer.TopSurface = Enum.SurfaceType.Glue
- local TweenService = game:GetService("TweenService")
- local part = visualizer
- local TweeningInformation = TweenInfo.new(
- 1,
- Enum.EasingStyle.Quad,
- Enum.EasingDirection.Out,
- 753475938457843579348573,
- true,
- 0
- )
- local PartProperties = {
- Color = Color3.fromRGB(255,0,0)
- }
- local Tween = TweenService:Create(part,TweeningInformation,PartProperties)
- Tween:Play()
- local Red = Color3.new(1, 0, 0.0156863)
- local Blue = Color3.new(0, 0.180392, 1)
- local Black = Color3.new(0, 0, 0)
- local White = Color3.new(1, 1, 1)
- local config = "Reset"
- local colorrvalue = 0
- local colorgvalue = 0
- local colorbvalue = 0
- local VConfigs = Page5.Dropdown({
- Text = "Configs For Visualizer",
- Callback = function(value)
- config = value
- end,
- Options = {"Sebs Config", "CWare Config", "Blizzy Config", "Reset"}
- })
- --fti script
- local plr = game.Players.LocalPlayer
- local function onHit(hit,handle)
- local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
- if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
- if dmgEnabled then
- for _,v in pairs(hit.Parent:GetChildren()) do
- if v:IsA("BasePart") then
- for i = 1, multiplier do
- firetouchinterest(v,handle,0)
- firetouchinterest(v,handle,1)
- firetouchinterest(v,handle,0)
- end
- end
- end
- else
- firetouchinterest(hit,handle,0)
- firetouchinterest(hit,handle,1)
- end
- end
- end
- local function getWhiteList()
- local wl = {}
- for _,v in pairs(game.Players:GetPlayers()) do
- if v ~= plr then
- local char = v.Character
- if char then
- for _,q in pairs(char:GetChildren()) do
- if q:IsA("BasePart") then
- table.insert(wl,q)
- end
- end
- end
- end
- end
- return wl
- end
- game:GetService("RunService").RenderStepped:connect(function()
- local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
- if not s then visualizer.Parent = nil end
- if s then
- local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
- if handle then
- if visualizerEnabled then
- visualizer.Parent = workspace
- else
- visualizer.Parent = nil
- end
- local reach = tonumber(reachsize)
- if reach then
- if reachType == "Sphere" then
- if config == "CWare Config" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.Plastic
- visualizer.Color = Color3.new(1, 0, 0)
- visualizer.Transparency = 0.005459344392
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Reset" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.ForceField
- visualizer.Color = Color3.new(1, 0.933333, 0)
- visualizer.Transparency = VisualizerTransparencyAmount
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Blizzy Config" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.SmoothPlastic
- visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
- visualizer.Transparency = 0.4
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Sebs Config" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.Asphalt
- visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
- visualizer.Transparency = 0.8
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- end
- for _,v in pairs(game.Players:GetPlayers()) do
- local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
- if hrp and handle then
- local mag = (hrp.Position-handle.Position).magnitude
- if mag <= reach then
- onHit(hrp,handle)
- end
- end
- end
- elseif reachType == "Block" then
- local origin = (handle.CFrame*CFrame.new(0,0,-2)).p
- local ray = Ray.new(origin,handle.CFrame.lookVector*-reach)
- local p,pos = workspace:FindPartOnRayWithWhitelist(ray,getWhiteList())
- visualizer.Shape = Enum.PartType.Block
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- visualizer.Color = Color3.new(colorrvalue,colorgvalue,colorbvalue)
- visualizer.Transparency = VisualizerTransparencyAmount
- if config == "CWare Config" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.Plastic
- visualizer.Color = Color3.new(1, 0, 0)
- visualizer.Transparency = 0
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Reset" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.ForceField
- visualizer.Color = Color3.new(0.984314, 1, 0)
- visualizer.Transparency = VisualizerTransparencyAmount
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Blizzy Config" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.SmoothPlastic
- visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
- visualizer.Transparency = 0.4
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Sebs Config" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.Asphalt
- visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
- visualizer.Transparency = 0.8
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- end
- if p then
- onHit(p,handle)
- else
- for _,v in pairs(handle:GetTouchingParts()) do
- onHit(v,handle)
- end
- end
- end
- end
- end
- end
- end)
- end)
- CLOSE.Name = "CLOSE"
- CLOSE.Parent = main
- CLOSE.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- CLOSE.Position = UDim2.new(0.606271803, 0, 0.867924511, 0)
- CLOSE.Size = UDim2.new(0, 113, 0, 28)
- CLOSE.Font = Enum.Font.SourceSans
- CLOSE.Text = "CLOSE"
- CLOSE.TextColor3 = Color3.fromRGB(255, 255, 255)
- CLOSE.TextScaled = true
- CLOSE.TextSize = 14.000
- CLOSE.TextWrapped = true
- CLOSE.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- AHD.Name = "AHD"
- AHD.Parent = main
- AHD.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- AHD.BorderColor3 = Color3.fromRGB(255, 0, 255)
- AHD.BorderSizePixel = 5
- AHD.Position = UDim2.new(0.543554008, 0, 0.301886797, 0)
- AHD.Size = UDim2.new(0, 113, 0, 42)
- AHD.Font = Enum.Font.SourceSans
- AHD.Text = "A Hero's Destiny GUI"
- AHD.TextColor3 = Color3.fromRGB(0, 0, 0)
- AHD.TextScaled = true
- AHD.TextSize = 14.000
- AHD.TextWrapped = true
- AHD.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://www.assasine.com/Scripts/A%20Hero's%20Destiny.lua", true))()
- end)
- TOH.Name = "TOH"
- TOH.Parent = main
- TOH.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- TOH.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TOH.BorderSizePixel = 5
- TOH.Position = UDim2.new(0.0278745648, 0, 0.301886797, 0)
- TOH.Size = UDim2.new(0, 113, 0, 42)
- TOH.Font = Enum.Font.SourceSans
- TOH.Text = "Tower Of Hell GUI"
- TOH.TextColor3 = Color3.fromRGB(0, 0, 0)
- TOH.TextScaled = true
- TOH.TextSize = 14.000
- TOH.TextWrapped = true
- TOH.MouseButton1Down:connect(function()
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local INFJUMP = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.119258665, 0, 0, 0)
- main.Size = UDim2.new(0, 146, 0, 28)
- main.Active = true
- main.Draggable = true
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 146, 0, 28)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Misc"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 17.000
- TextLabel.TextWrapped = true
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, 1, 0)
- Frame.Size = UDim2.new(0, 146, 0, 61)
- INFJUMP.Name = "INFJUMP"
- INFJUMP.Parent = main
- INFJUMP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- INFJUMP.BorderSizePixel = 0
- INFJUMP.Position = UDim2.new(0.794520497, 0, 1.6785717, 0)
- INFJUMP.Size = UDim2.new(0, 21, 0, 21)
- INFJUMP.Font = Enum.Font.SourceSans
- INFJUMP.Text = ""
- INFJUMP.TextColor3 = Color3.fromRGB(0, 0, 0)
- INFJUMP.TextSize = 14.000
- INFJUMP.MouseButton1Down:connect(function()
- local Player = game:GetService'Players'.LocalPlayer;
- local UIS = game:GetService'UserInputService';
- _G.JumpHeight = 50;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end)
- end
- end)
- end
- end)
- end)
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0547945201, 0, 1.57142854, 0)
- TextLabel_2.Size = UDim2.new(0, 94, 0, 28)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "Inf jump"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextSize = 17.000
- TextLabel_2.TextWrapped = true
- -- Scripts:
- local function TKDWQ_fake_script() -- INFJUMP.LocalScript
- local script = Instance.new('LocalScript', INFJUMP)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(TKDWQ_fake_script)()
- end)
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- TextLabel_2.Size = UDim2.new(0, 287, 0, 50)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "KScripts Script Hub"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = truelocal ScreenGui = Instance.new("ScreenGui")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local SKYWARS = Instance.new("TextButton")
- local SF = Instance.new("TextButton")
- local CLOSE = Instance.new("TextButton")
- local AHD = Instance.new("TextButton")
- local TOH = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0.841968954, 0, 0.946869075, 0)
- openmain.Size = UDim2.new(0, 113, 0, 28)
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- open.Position = UDim2.new(-0.0707965493, 0, 9.53674316e-07, 0)
- open.Size = UDim2.new(0, 113, 0, 28)
- open.Font = Enum.Font.SourceSans
- open.Text = "OPEN"
- open.TextColor3 = Color3.fromRGB(170, 0, 0)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- openmain.Visible = false
- main.Visible = true
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- main.Position = UDim2.new(0.607512951, 0, 0.571157515, 0)
- main.Size = UDim2.new(0, 287, 0, 212)
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(54, 66, 53)
- TextLabel.Position = UDim2.new(0, 0, 0.816037714, 0)
- TextLabel.Size = UDim2.new(0, 142, 0, 37)
- TextLabel.Font = Enum.Font.SpecialElite
- TextLabel.Text = "USE AT YOUR OWN RISK."
- TextLabel.TextColor3 = Color3.fromRGB(0, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- SKYWARS.Name = "SKYWARS"
- SKYWARS.Parent = main
- SKYWARS.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- SKYWARS.BorderColor3 = Color3.fromRGB(255, 170, 255)
- SKYWARS.BorderSizePixel = 5
- SKYWARS.Position = UDim2.new(0.543554008, 0, 0.580188692, 0)
- SKYWARS.Size = UDim2.new(0, 113, 0, 44)
- SKYWARS.Font = Enum.Font.SourceSans
- SKYWARS.Text = "Skywars GUI"
- SKYWARS.TextColor3 = Color3.fromRGB(255, 255, 255)
- SKYWARS.TextScaled = true
- SKYWARS.TextSize = 14.000
- SKYWARS.TextWrapped = true
- SKYWARS.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/Loadstring9VHD6Wmyi82n", true))()
- end)
- SF.Name = "SF"
- SF.Parent = main
- SF.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SF.BorderColor3 = Color3.fromRGB(85, 255, 255)
- SF.BorderSizePixel = 5
- SF.Position = UDim2.new(0.0278745648, 0, 0.580188692, 0)
- SF.Size = UDim2.new(0, 113, 0, 44)
- SF.Font = Enum.Font.SourceSans
- SF.Text = "Every Sword Fighting game (REACH GUI)"
- SF.TextColor3 = Color3.fromRGB(0, 0, 0)
- SF.TextScaled = true
- SF.TextSize = 14.000
- SF.TextWrapped = true
- SF.MouseButton1Down:connect(function()
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer or game:GetService("Players"):GetPlayerFromCharacter(Players.LocalPlayer.Character)
- local Character = LocalPlayer.Character or LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Parent
- local MT = getrawmetatable(game)
- local OldIndex = MT. __index
- local OldNamecall = MT.__namecall
- setreadonly(MT, false)
- MT.__index = newcclosure(function(H, HP, T, D) --Bypasses some anti FTI checks. (uBlubble, Xelvidant, etc.)
- if not checkcaller() and getnamecallmethod() then
- if tostring(H) == "Humanoid" and tostring(HP) == "Health" then
- return 0
- end
- if tostring(T) == "Position" and tostring(D) == "Magnitude" then
- return 0
- end
- end
- return OldIndex(H, HP)
- end)
- local StarterGui = game:GetService("StarterGui")
- local DevConsoleHook --Bypasses all dev console disablers.
- DevConsoleHook = hookfunc(StarterGui.SetCore, newcclosure(function(Self, ...)
- local Args = table.pack(...)
- if Self == StarterGui then
- if Args[1] == "DevConsoleVisible" then
- Args[1] = nil
- end
- end
- end))
- --Bypasses script execution.
- for _,v in next, getconnections(game:GetService("LogService").MessageOut) do
- v:Disable()
- end
- for _,v in next, getconnections(game:GetService("ScriptContext").Error) do
- v:Disable()
- end
- game:GetService("ScriptContext"):SetTimeout(0.1)
- setreadonly(MT, true)
- local UNIATTEMPT = true
- local VisualizerTransparencyAmount = 0.4
- local UIS = game:GetService("UserInputService")
- -----------------------------
- --bypass 2
- local customtheme = "Dark"
- local reachsize = 5
- local dmgEnabled = true
- local multiplier = 0
- local visualizerEnabled
- local reachType = "Sphere"
- local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
- local UI = Material.Load({
- Title = "Sebs Darkside",
- Style = 0,
- SizeX = 471,
- SizeY = 269,
- Theme = customtheme
- })
- --page bypass stuffj
- UIS.InputBegan:Connect(function(input, gameProcessedEvent)
- if input.KeyCode == Enum.KeyCode.X then
- game:GetService("CoreGui")["Sebs Darkside"].Enabled = not game:GetService("CoreGui")["Sebs Darkside"].Enabled
- end
- end)
- --new page which is gonna be circle reach & stuffghj
- local Page2 = UI.New({
- Title = "Reach/Circle"
- })
- local Page3 = UI.New({
- Title = "Auto Clicker"
- })
- local Page4 = UI.New({
- Title = "Themes"
- })
- local Page5 = UI.New({
- Title = "Visuaizer"
- })
- local ThemePage = Page4.Dropdown({
- Text = "Themes",
- Callback = function(value)
- customtheme = value
- Text = customtheme
- end,
- Options = {"Dark", "Light", "Mocha", "Aqua", "Jester"}
- })
- local ac_on
- local ac_off
- local AcOnText = Page3.TextField({
- Text = "Keybind for autoclicker on",
- Callback = function(value)
- print(ac_on)
- ac_on = value
- end,
- })
- local AcOffText = Page3.TextField({
- Text = "Keybind for autoclicker off ",
- Callback = function(value)
- print(ac_off)
- ac_off = value
- end,
- })
- local Mouse = game.Players.LocalPlayer:GetMouse()
- Mouse.KeyDown:Connect(function(key)
- if key == ac_on then
- _G.AutoClicker = true
- while _G.AutoClicker do
- wait()
- pcall(function()
- local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
- Sword:Activate()
- end)
- end
- end
- end)
- local Mouse = game.Players.LocalPlayer:GetMouse()
- Mouse.KeyDown:Connect(function(key)
- if key == ac_off then
- _G.AutoClicker = false
- while _G.AutoClicker do
- wait()
- pcall(function()
- local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
- Sword:Activate()
- end)
- end
- end
- end)
- local CircleSize = Page2.Slider({
- Text = "Circle Size",
- Callback = function(value)
- reachsize = value
- reachsize = tonumber(value)
- end,
- Min = 0,
- Max = 50,
- Def = 4
- })
- local sparemultiplier = 1
- local dmgEnabled = Page2.Toggle({
- Text = "Enable DMG",
- Callback = function(value)
- dmgEnabled = value
- end,
- })
- local dmgSlider = Page2.Slider({
- Text = "DMG Amount",
- Callback = function(value)
- multiplier = value
- multiplier = tonumber(value)
- sparemultiplier = value
- sparemultiplier = tonumber(value)
- end,
- Min = 0.4,
- Max = 20,
- Def = 1,
- })
- local ShapeDropdown = Page5.Dropdown({
- Text = "Visualizer Shape",
- Callback = function(value)
- reachType = value
- end,
- Options = {"Sphere", "Block"}
- })
- local ve = Page5.Toggle({
- Text = "Visualizer",
- Callback = function(value)
- visualizerEnabled = value
- end,
- })
- local visualizer = Instance.new("Part")
- visualizer.Color = Color3.new(1, 0.968627, 0)
- visualizer.Transparency = VisualizerTransparencyAmount
- visualizer.Anchored = true
- visualizer.CanCollide = false
- visualizer.CastShadow = false
- visualizer.Size = Vector3.new(0.5,0.5,0.5)
- visualizer.BottomSurface = Enum.SurfaceType.Glue
- visualizer.TopSurface = Enum.SurfaceType.Glue
- local TweenService = game:GetService("TweenService")
- local part = visualizer
- local TweeningInformation = TweenInfo.new(
- 1,
- Enum.EasingStyle.Quad,
- Enum.EasingDirection.Out,
- 753475938457843579348573,
- true,
- 0
- )
- local PartProperties = {
- Color = Color3.fromRGB(255,0,0)
- }
- local Tween = TweenService:Create(part,TweeningInformation,PartProperties)
- Tween:Play()
- local Red = Color3.new(1, 0, 0.0156863)
- local Blue = Color3.new(0, 0.180392, 1)
- local Black = Color3.new(0, 0, 0)
- local White = Color3.new(1, 1, 1)
- local config = "Reset"
- local colorrvalue = 0
- local colorgvalue = 0
- local colorbvalue = 0
- local VConfigs = Page5.Dropdown({
- Text = "Configs For Visualizer",
- Callback = function(value)
- config = value
- end,
- Options = {"Sebs Config", "CWare Config", "Blizzy Config", "Reset"}
- })
- --fti script
- local plr = game.Players.LocalPlayer
- local function onHit(hit,handle)
- local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
- if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
- if dmgEnabled then
- for _,v in pairs(hit.Parent:GetChildren()) do
- if v:IsA("BasePart") then
- for i = 1, multiplier do
- firetouchinterest(v,handle,0)
- firetouchinterest(v,handle,1)
- firetouchinterest(v,handle,0)
- end
- end
- end
- else
- firetouchinterest(hit,handle,0)
- firetouchinterest(hit,handle,1)
- end
- end
- end
- local function getWhiteList()
- local wl = {}
- for _,v in pairs(game.Players:GetPlayers()) do
- if v ~= plr then
- local char = v.Character
- if char then
- for _,q in pairs(char:GetChildren()) do
- if q:IsA("BasePart") then
- table.insert(wl,q)
- end
- end
- end
- end
- end
- return wl
- end
- game:GetService("RunService").RenderStepped:connect(function()
- local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
- if not s then visualizer.Parent = nil end
- if s then
- local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
- if handle then
- if visualizerEnabled then
- visualizer.Parent = workspace
- else
- visualizer.Parent = nil
- end
- local reach = tonumber(reachsize)
- if reach then
- if reachType == "Sphere" then
- if config == "CWare Config" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.Plastic
- visualizer.Color = Color3.new(1, 0, 0)
- visualizer.Transparency = 0.005459344392
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Reset" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.ForceField
- visualizer.Color = Color3.new(1, 0.933333, 0)
- visualizer.Transparency = VisualizerTransparencyAmount
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Blizzy Config" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.SmoothPlastic
- visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
- visualizer.Transparency = 0.4
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Sebs Config" then
- visualizer.Shape = Enum.PartType.Ball
- visualizer.Material = Enum.Material.Asphalt
- visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
- visualizer.Transparency = 0.8
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- end
- for _,v in pairs(game.Players:GetPlayers()) do
- local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
- if hrp and handle then
- local mag = (hrp.Position-handle.Position).magnitude
- if mag <= reach then
- onHit(hrp,handle)
- end
- end
- end
- elseif reachType == "Block" then
- local origin = (handle.CFrame*CFrame.new(0,0,-2)).p
- local ray = Ray.new(origin,handle.CFrame.lookVector*-reach)
- local p,pos = workspace:FindPartOnRayWithWhitelist(ray,getWhiteList())
- visualizer.Shape = Enum.PartType.Block
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- visualizer.Color = Color3.new(colorrvalue,colorgvalue,colorbvalue)
- visualizer.Transparency = VisualizerTransparencyAmount
- if config == "CWare Config" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.Plastic
- visualizer.Color = Color3.new(1, 0, 0)
- visualizer.Transparency = 0
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Reset" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.ForceField
- visualizer.Color = Color3.new(0.984314, 1, 0)
- visualizer.Transparency = VisualizerTransparencyAmount
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Blizzy Config" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.SmoothPlastic
- visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
- visualizer.Transparency = 0.4
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- elseif config == "Sebs Config" then
- visualizer.Shape = Enum.PartType.Block
- visualizer.Material = Enum.Material.Asphalt
- visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
- visualizer.Transparency = 0.8
- visualizer.Size = Vector3.new(reach,reach,reach)
- visualizer.CFrame = handle.CFrame
- visualizer.CastShadow = false
- visualizer.Name = math.random()
- end
- if p then
- onHit(p,handle)
- else
- for _,v in pairs(handle:GetTouchingParts()) do
- onHit(v,handle)
- end
- end
- end
- end
- end
- end
- end)
- end)
- CLOSE.Name = "CLOSE"
- CLOSE.Parent = main
- CLOSE.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- CLOSE.Position = UDim2.new(0.606271803, 0, 0.867924511, 0)
- CLOSE.Size = UDim2.new(0, 113, 0, 28)
- CLOSE.Font = Enum.Font.SourceSans
- CLOSE.Text = "CLOSE"
- CLOSE.TextColor3 = Color3.fromRGB(255, 255, 255)
- CLOSE.TextScaled = true
- CLOSE.TextSize = 14.000
- CLOSE.TextWrapped = true
- CLOSE.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- AHD.Name = "AHD"
- AHD.Parent = main
- AHD.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- AHD.BorderColor3 = Color3.fromRGB(255, 0, 255)
- AHD.BorderSizePixel = 5
- AHD.Position = UDim2.new(0.543554008, 0, 0.301886797, 0)
- AHD.Size = UDim2.new(0, 113, 0, 42)
- AHD.Font = Enum.Font.SourceSans
- AHD.Text = "A Hero's Destiny GUI"
- AHD.TextColor3 = Color3.fromRGB(0, 0, 0)
- AHD.TextScaled = true
- AHD.TextSize = 14.000
- AHD.TextWrapped = true
- AHD.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://www.assasine.com/Scripts/A%20Hero's%20Destiny.lua", true))()
- end)
- TOH.Name = "TOH"
- TOH.Parent = main
- TOH.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- TOH.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TOH.BorderSizePixel = 5
- TOH.Position = UDim2.new(0.0278745648, 0, 0.301886797, 0)
- TOH.Size = UDim2.new(0, 113, 0, 42)
- TOH.Font = Enum.Font.SourceSans
- TOH.Text = "Tower Of Hell GUI"
- TOH.TextColor3 = Color3.fromRGB(0, 0, 0)
- TOH.TextScaled = true
- TOH.TextSize = 14.000
- TOH.TextWrapped = true
- TOH.MouseButton1Down:connect(function()
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local INFJUMP = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.119258665, 0, 0, 0)
- main.Size = UDim2.new(0, 146, 0, 28)
- main.Active = true
- main.Draggable = true
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 146, 0, 28)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Misc"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 17.000
- TextLabel.TextWrapped = true
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, 1, 0)
- Frame.Size = UDim2.new(0, 146, 0, 61)
- INFJUMP.Name = "INFJUMP"
- INFJUMP.Parent = main
- INFJUMP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- INFJUMP.BorderSizePixel = 0
- INFJUMP.Position = UDim2.new(0.794520497, 0, 1.6785717, 0)
- INFJUMP.Size = UDim2.new(0, 21, 0, 21)
- INFJUMP.Font = Enum.Font.SourceSans
- INFJUMP.Text = ""
- INFJUMP.TextColor3 = Color3.fromRGB(0, 0, 0)
- INFJUMP.TextSize = 14.000
- INFJUMP.MouseButton1Down:connect(function()
- local Player = game:GetService'Players'.LocalPlayer;
- local UIS = game:GetService'UserInputService';
- _G.JumpHeight = 50;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end)
- end
- end)
- end
- end)
- end)
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0547945201, 0, 1.57142854, 0)
- TextLabel_2.Size = UDim2.new(0, 94, 0, 28)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "Inf jump"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextSize = 17.000
- TextLabel_2.TextWrapped = true
- -- Scripts:
- local function TKDWQ_fake_script() -- INFJUMP.LocalScript
- local script = Instance.new('LocalScript', INFJUMP)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(TKDWQ_fake_script)()
- end)
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- TextLabel_2.Size = UDim2.new(0, 287, 0, 50)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "KScripts Script Hub"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
Add Comment
Please, Sign In to add comment