KScripts

Bloxxed95's Last Script

Mar 5th, 2022 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.79 KB | None | 0 0
  1.  
  2. -- if you dont want it to say this just delete this part
  3.  
  4. local args = {
  5.     [1] = "Executed 'bloxxed95's Last Script' Succesfully",
  6.     [2] = "All"
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  10.  
  11.  
  12. -- @bloxxed95
  13. -- Last Script
  14.  
  15. -- Instances:
  16.  
  17. local ScreenGui = Instance.new("ScreenGui")
  18. local Frame = Instance.new("Frame")
  19. local sf = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. Frame.nil = true
  26. Frame.Parent = ScreenGui
  27. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  29. Frame.BorderSizePixel = 0
  30. Frame.Position = UDim2.new(0.0117340283, 0, 0.296724468, 0)
  31. Frame.Size = UDim2.new(0, 64, 0, 60)
  32. Frame.Active = true
  33.  
  34. sf.Name = "sf"
  35. sf.Parent = ScreenGui
  36. sf.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  37. sf.Position = UDim2.new(0.027379401, 0, 0.319845855, 0)
  38. sf.Size = UDim2.new(0, 39, 0, 36)
  39. sf.Font = Enum.Font.GothamBlack
  40. sf.Text = "cack"
  41. sf.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. sf.TextScaled = true
  43. sf.TextSize = 14.000
  44. sf.TextWrapped = true
  45. sf.Active = true
  46. sf.MouseButton1Down:connect(function()
  47.     -- Script generated by SimpleSpy - credits to exx#9394
  48.  
  49. local args = {
  50.     [1] = "\240\159\148\180",
  51.     [2] = "All"
  52. }
  53.  
  54. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  55.  
  56. -- Script generated by SimpleSpy - credits to exx#9394
  57.  
  58. local args = {
  59.     [1] = "\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180\240\159\148\180",
  60.     [2] = "All"
  61. }
  62.  
  63. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  64.  
  65. -- Script generated by SimpleSpy - credits to exx#9394
  66.  
  67. local args = {
  68.     [1] = "\240\159\148\180",
  69.     [2] = "All"
  70. }
  71.  
  72. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  73.  
  74. end)
  75. -- Objects
  76. plr = game.Players.LocalPlayer
  77. ControlGui = Instance.new("ScreenGui")
  78. Frame = Instance.new("Frame")
  79. TextButton = Instance.new("TextButton")
  80. TextBox = Instance.new("TextBox")
  81.  
  82. -- Properties
  83.  
  84. ControlGui.Name = "ControlGui"
  85. ControlGui.Parent = plr.PlayerGui
  86.  
  87. Frame.Parent = ControlGui
  88. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Frame.Position = UDim2.new(0, 300, 0, 200)
  90. Frame.Size = UDim2.new(0, 300, 0, 150)
  91. Frame.Active = true
  92. Frame.Draggable = true
  93.  
  94. TextButton.Parent = Frame
  95. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TextButton.Position = UDim2.new(0, 50, 0, 90)
  97. TextButton.Size = UDim2.new(0, 200, 0, 50)
  98. TextButton.Font = Enum.Font.SourceSans
  99. TextButton.FontSize = Enum.FontSize.Size32
  100. TextButton.Text = "Reach"
  101. TextButton.TextSize = 30
  102. TextButton.MouseButton1Down:connect(function()
  103.     local Players = game:GetService("Players")
  104.     local LocalPlayer = Players.LocalPlayer or game:GetService("Players"):GetPlayerFromCharacter(Players.LocalPlayer.Character)
  105.     local Character = LocalPlayer.Character or LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Parent
  106.  
  107.     local MT = getrawmetatable(game)
  108.     local OldIndex = MT. __index
  109.     local OldNamecall = MT.__namecall
  110.  
  111.     setreadonly(MT, false)
  112.     MT.__index = newcclosure(function(H, HP, T, D) --Bypasses some anti FTI checks. (uBlubble, Xelvidant, etc.)
  113.         if not checkcaller() and getnamecallmethod() then
  114.             if tostring(H) == "Humanoid" and tostring(HP) == "Health" then
  115.                 return 0
  116.             end
  117.             if tostring(T) == "Position" and tostring(D) == "Magnitude" then
  118.                 return 0
  119.             end
  120.         end
  121.         return OldIndex(H, HP)
  122.     end)
  123.  
  124.     local StarterGui = game:GetService("StarterGui")
  125.     local DevConsoleHook --Bypasses all dev console disablers.
  126.     DevConsoleHook = hookfunc(StarterGui.SetCore, newcclosure(function(Self, ...)
  127.         local Args = table.pack(...)
  128.         if Self == StarterGui then
  129.             if Args[1] == "DevConsoleVisible" then
  130.                 Args[1] = nil
  131.             end
  132.         end
  133.     end))
  134.  
  135.     --Bypasses script execution.
  136.     for _,v in next, getconnections(game:GetService("LogService").MessageOut) do
  137.         v:Disable()
  138.     end
  139.     for _,v in next, getconnections(game:GetService("ScriptContext").Error) do
  140.         v:Disable()
  141.     end
  142.  
  143.     game:GetService("ScriptContext"):SetTimeout(0.1)
  144.     setreadonly(MT, true)
  145.  
  146.     local UNIATTEMPT = true
  147.     local VisualizerTransparencyAmount = 0.4
  148.     local UIS = game:GetService("UserInputService")
  149.  
  150.     -----------------------------
  151.     --bypass 2
  152.     local customtheme = "Dark"
  153.     local reachsize = 5
  154.     local dmgEnabled = true
  155.     local multiplier = 0
  156.     local visualizerEnabled
  157.     local reachType = "Sphere"
  158.  
  159.     local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
  160.     local UI = Material.Load({
  161.         Title = "Sebs Darkside",
  162.         Style = 0,
  163.         SizeX = 471,
  164.         SizeY = 269,
  165.         Theme = customtheme
  166.     })
  167.     --page bypass stuffj
  168.  
  169.     UIS.InputBegan:Connect(function(input, gameProcessedEvent)
  170.         if input.KeyCode == Enum.KeyCode.X then
  171.             game:GetService("CoreGui")["Sebs Darkside"].Enabled = not game:GetService("CoreGui")["Sebs Darkside"].Enabled
  172.         end
  173.     end)
  174.  
  175.     --new page which is gonna be circle reach & stuffghj
  176.  
  177.     local Page2 = UI.New({
  178.         Title = "Reach/Circle"
  179.     })
  180.     local Page3 = UI.New({
  181.         Title = "Auto Clicker"
  182.     })
  183.     local Page4 = UI.New({
  184.         Title = "Themes"
  185.     })
  186.  
  187.     local Page5 = UI.New({
  188.         Title = "Visuaizer"
  189.     })
  190.  
  191.  
  192.  
  193.     local ThemePage = Page4.Dropdown({
  194.         Text = "Themes",
  195.         Callback = function(value)
  196.             customtheme = value
  197.             Text = customtheme
  198.         end,
  199.         Options = {"Dark", "Light", "Mocha", "Aqua", "Jester"}
  200.     })
  201.     local ac_on
  202.     local ac_off
  203.     local AcOnText = Page3.TextField({
  204.         Text = "Keybind for autoclicker on",
  205.         Callback = function(value)
  206.             print(ac_on)
  207.             ac_on = value
  208.         end,
  209.     })
  210.     local AcOffText = Page3.TextField({
  211.         Text = "Keybind for autoclicker off ",
  212.         Callback = function(value)
  213.             print(ac_off)
  214.             ac_off = value
  215.         end,
  216.     })
  217.  
  218.     local Mouse = game.Players.LocalPlayer:GetMouse()
  219.     Mouse.KeyDown:Connect(function(key)
  220.         if key == ac_on then
  221.             _G.AutoClicker = true
  222.             while _G.AutoClicker do
  223.                 wait()
  224.                 pcall(function()
  225.                     local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
  226.                     Sword:Activate()
  227.                 end)
  228.             end
  229.         end
  230.     end)
  231.     local Mouse = game.Players.LocalPlayer:GetMouse()
  232.     Mouse.KeyDown:Connect(function(key)
  233.         if key == ac_off then
  234.             _G.AutoClicker = false
  235.             while _G.AutoClicker do
  236.                 wait()
  237.                 pcall(function()
  238.                     local Sword = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool'
  239.                     Sword:Activate()
  240.                 end)
  241.             end
  242.         end
  243.     end)
  244.  
  245.     local CircleSize = Page2.Slider({
  246.         Text = "Circle Size",
  247.         Callback = function(value)
  248.             reachsize = value
  249.             reachsize = tonumber(value)
  250.         end,
  251.         Min = 0,
  252.         Max = 50,
  253.         Def = 4
  254.     })
  255.     local sparemultiplier = 1
  256.     local dmgEnabled = Page2.Toggle({
  257.         Text = "Enable DMG",
  258.         Callback = function(value)
  259.             dmgEnabled = value
  260.         end,
  261.     })
  262.     local dmgSlider = Page2.Slider({
  263.         Text = "DMG Amount",
  264.         Callback = function(value)
  265.             multiplier = value
  266.             multiplier = tonumber(value)
  267.             sparemultiplier = value
  268.             sparemultiplier = tonumber(value)
  269.         end,
  270.         Min = 0.4,
  271.         Max = 20,
  272.         Def = 1,
  273.  
  274.     })
  275.     local ShapeDropdown = Page5.Dropdown({
  276.         Text = "Visualizer Shape",
  277.         Callback = function(value)
  278.             reachType = value
  279.         end,
  280.         Options = {"Sphere", "Block"}
  281.     })
  282.     local ve = Page5.Toggle({
  283.         Text = "Visualizer",
  284.         Callback = function(value)
  285.             visualizerEnabled = value
  286.         end,
  287.     })
  288.  
  289.  
  290.     local visualizer = Instance.new("Part")
  291.  
  292.     visualizer.Color = Color3.new(1, 0.968627, 0)
  293.     visualizer.Transparency = VisualizerTransparencyAmount
  294.     visualizer.Anchored = true
  295.     visualizer.CanCollide = false
  296.     visualizer.CastShadow = false
  297.     visualizer.Size = Vector3.new(0.5,0.5,0.5)
  298.     visualizer.BottomSurface = Enum.SurfaceType.Glue
  299.     visualizer.TopSurface = Enum.SurfaceType.Glue
  300.     local TweenService = game:GetService("TweenService")
  301.     local part = visualizer
  302.     local TweeningInformation = TweenInfo.new(
  303.         1,
  304.         Enum.EasingStyle.Quad,
  305.         Enum.EasingDirection.Out,
  306.         753475938457843579348573,
  307.         true,
  308.         0
  309.     )
  310.  
  311.     local PartProperties = {
  312.         Color = Color3.fromRGB(255,0,0)
  313.     }
  314.  
  315.     local Tween = TweenService:Create(part,TweeningInformation,PartProperties)
  316.     Tween:Play()
  317.     local Red = Color3.new(1, 0, 0.0156863)
  318.     local Blue = Color3.new(0, 0.180392, 1)
  319.     local Black = Color3.new(0, 0, 0)
  320.     local White = Color3.new(1, 1, 1)
  321.     local config = "Reset"
  322.     local colorrvalue = 0
  323.     local colorgvalue = 0
  324.     local colorbvalue = 0
  325.  
  326.  
  327.  
  328.     local VConfigs = Page5.Dropdown({
  329.         Text = "Configs For Visualizer",
  330.         Callback = function(value)
  331.             config = value
  332.         end,
  333.         Options = {"Sebs Config", "CWare Config", "Blizzy Config", "Reset"}
  334.     })
  335.     --fti script
  336.     local plr = game.Players.LocalPlayer
  337.     local function onHit(hit,handle)
  338.         local victim = hit.Parent:FindFirstChildOfClass("Humanoid")
  339.         if victim and victim.Parent.Name ~= game.Players.LocalPlayer.Name then
  340.             if dmgEnabled then
  341.  
  342.                 for _,v in pairs(hit.Parent:GetChildren()) do
  343.                     if v:IsA("BasePart") then
  344.                         for i = 1, multiplier do
  345.                             firetouchinterest(v,handle,0)
  346.                             firetouchinterest(v,handle,1)
  347.                             firetouchinterest(v,handle,0)
  348.                         end
  349.                     end
  350.                 end
  351.             else
  352.                 firetouchinterest(hit,handle,0)
  353.                 firetouchinterest(hit,handle,1)
  354.             end
  355.         end
  356.     end
  357.  
  358.     local function getWhiteList()
  359.         local wl = {}
  360.         for _,v in pairs(game.Players:GetPlayers()) do
  361.             if v ~= plr then
  362.                 local char = v.Character
  363.                 if char then
  364.                     for _,q in pairs(char:GetChildren()) do
  365.                         if q:IsA("BasePart") then
  366.                             table.insert(wl,q)
  367.                         end
  368.                     end
  369.                 end
  370.             end
  371.         end
  372.         return wl
  373.     end
  374.  
  375.     game:GetService("RunService").RenderStepped:connect(function()
  376.         local s = plr.Character and plr.Character:FindFirstChildOfClass("Tool")
  377.         if not s then visualizer.Parent = nil end
  378.         if s then
  379.             local handle = s:FindFirstChild("Handle") or s:FindFirstChildOfClass("Part")
  380.             if handle then
  381.                 if visualizerEnabled then
  382.                     visualizer.Parent = workspace
  383.                 else
  384.                     visualizer.Parent = nil
  385.                 end
  386.                 local reach = tonumber(reachsize)
  387.  
  388.                 if reach then
  389.                     if reachType == "Sphere" then
  390.                         if config == "CWare Config" then
  391.                             visualizer.Shape = Enum.PartType.Ball
  392.                             visualizer.Material = Enum.Material.Plastic
  393.                             visualizer.Color = Color3.new(1, 0, 0)
  394.                             visualizer.Transparency = 0.005459344392
  395.                             visualizer.Size = Vector3.new(reach,reach,reach)
  396.                             visualizer.CFrame = handle.CFrame
  397.                             visualizer.CastShadow = false
  398.                             visualizer.Name = math.random()
  399.                         elseif config == "Reset" then
  400.                             visualizer.Shape = Enum.PartType.Ball
  401.                             visualizer.Material = Enum.Material.ForceField
  402.                             visualizer.Color = Color3.new(1, 0.933333, 0)
  403.                             visualizer.Transparency = VisualizerTransparencyAmount
  404.                             visualizer.Size = Vector3.new(reach,reach,reach)
  405.                             visualizer.CFrame = handle.CFrame
  406.                             visualizer.CastShadow = false
  407.                             visualizer.Name = math.random()
  408.                         elseif config == "Blizzy Config" then
  409.                             visualizer.Shape = Enum.PartType.Ball
  410.                             visualizer.Material = Enum.Material.SmoothPlastic
  411.                             visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
  412.                             visualizer.Transparency = 0.4
  413.                             visualizer.Size = Vector3.new(reach,reach,reach)
  414.                             visualizer.CFrame = handle.CFrame
  415.                             visualizer.CastShadow = false
  416.                             visualizer.Name = math.random()
  417.                         elseif config == "Sebs Config" then
  418.                             visualizer.Shape = Enum.PartType.Ball
  419.                             visualizer.Material = Enum.Material.Asphalt
  420.                             visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
  421.                             visualizer.Transparency = 0.8
  422.                             visualizer.Size = Vector3.new(reach,reach,reach)
  423.                             visualizer.CFrame = handle.CFrame
  424.                             visualizer.CastShadow = false
  425.                             visualizer.Name = math.random()
  426.                         end
  427.                         for _,v in pairs(game.Players:GetPlayers()) do
  428.                             local hrp = v.Character and v.Character:FindFirstChild("HumanoidRootPart")
  429.                             if hrp and handle then
  430.                                 local mag = (hrp.Position-handle.Position).magnitude
  431.                                 if mag <= reach then
  432.                                     onHit(hrp,handle)
  433.                                 end
  434.                             end
  435.                         end
  436.                     elseif reachType == "Block" then
  437.                         local origin = (handle.CFrame*CFrame.new(0,0,-2)).p
  438.                         local ray = Ray.new(origin,handle.CFrame.lookVector*-reach)
  439.                         local p,pos = workspace:FindPartOnRayWithWhitelist(ray,getWhiteList())
  440.                         visualizer.Shape = Enum.PartType.Block
  441.                         visualizer.Size = Vector3.new(reach,reach,reach)
  442.                         visualizer.CFrame = handle.CFrame
  443.                         visualizer.CastShadow = false
  444.                         visualizer.Name = math.random()
  445.                         visualizer.Color = Color3.new(colorrvalue,colorgvalue,colorbvalue)
  446.                         visualizer.Transparency = VisualizerTransparencyAmount
  447.                         if config == "CWare Config" then
  448.                             visualizer.Shape = Enum.PartType.Block
  449.                             visualizer.Material = Enum.Material.Plastic
  450.                             visualizer.Color = Color3.new(1, 0, 0)
  451.                             visualizer.Transparency = 0
  452.                             visualizer.Size = Vector3.new(reach,reach,reach)
  453.                             visualizer.CFrame = handle.CFrame
  454.                             visualizer.CastShadow = false
  455.                             visualizer.Name = math.random()
  456.                         elseif config == "Reset" then
  457.                             visualizer.Shape = Enum.PartType.Block
  458.                             visualizer.Material = Enum.Material.ForceField
  459.                             visualizer.Color = Color3.new(0.984314, 1, 0)
  460.                             visualizer.Transparency = VisualizerTransparencyAmount
  461.                             visualizer.Size = Vector3.new(reach,reach,reach)
  462.                             visualizer.CFrame = handle.CFrame
  463.                             visualizer.CastShadow = false
  464.                             visualizer.Name = math.random()
  465.                         elseif config == "Blizzy Config" then
  466.                             visualizer.Shape = Enum.PartType.Block
  467.                             visualizer.Material = Enum.Material.SmoothPlastic
  468.                             visualizer.Color = Color3.new(0.00784314, 0.454902, 1)
  469.                             visualizer.Transparency = 0.4
  470.                             visualizer.Size = Vector3.new(reach,reach,reach)
  471.                             visualizer.CFrame = handle.CFrame
  472.                             visualizer.CastShadow = false
  473.                             visualizer.Name = math.random()
  474.                         elseif config == "Sebs Config" then
  475.                             visualizer.Shape = Enum.PartType.Block
  476.                             visualizer.Material = Enum.Material.Asphalt
  477.                             visualizer.Color = Color3.new(0.105882, 0.745098, 0.0313725)
  478.                             visualizer.Transparency = 0.8
  479.                             visualizer.Size = Vector3.new(reach,reach,reach)
  480.                             visualizer.CFrame = handle.CFrame
  481.                             visualizer.CastShadow = false
  482.                             visualizer.Name = math.random()
  483.                         end
  484.                         if p then
  485.                             onHit(p,handle)
  486.                         else
  487.                             for _,v in pairs(handle:GetTouchingParts()) do
  488.                                 onHit(v,handle)
  489.                             end
  490.                         end
  491.  
  492.  
  493.                     end
  494.                 end
  495.             end
  496.         end
  497.     end)
  498. end)
  499.  
  500. TextBox.Parent = Frame
  501. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  502. TextBox.Position = UDim2.new(0, 50, 0, 20)
  503. TextBox.Size = UDim2.new(0, 200, 0, 30)
  504. TextBox.Font = Enum.Font.SourceSans
  505. TextBox.FontSize = Enum.FontSize.Size28
  506. TextBox.Text = "bloxxed95's script"
  507. TextBox.TextSize = 25
  508. TextBox.Scaled = true
Add Comment
Please, Sign In to add comment