Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---this script made by Mawin_CK
- ---Dont Forget to Check out my Pastebin!
- ---my pastebin Link is https://pastebin.com/u/MawinCK
- ---enjoy the script!
- ---and also dont forget to check out my social media you found on my Pastebin! By finding it!
- local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))()
- local window = DrRayLibrary:Load("universal Exploit Head hitbox GUI", "Default")
- local tab = DrRayLibrary.newTab("Script/Exploit", "ImageIdHere")
- tab.newButton("head hitbox", "head hitbox Press M", function()
- loadstring(game:HttpGet("https://pastefy.app/STOsnV9x/raw"))()
- end)
- tab.newButton("Button", "Ghost hun Recommended", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
- end)
- tab.newButton("normal hitbox Expander", "i also recommend this", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/RobloxScripts/main/HitboxExpander.lua"))()
- end)
- tab.newButton("chat bypass", "try say it with unique type of letter is will help swear alot", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Clickgameplay/no-tag-script/main/.NoTagScript"))()
- end)
- tab.newButton("Zoom Script", "Press V to zoom ur camera", function()
- local uis = game:GetService("UserInputService")
- local originalFOV = workspace.CurrentCamera.FieldOfView
- local zoomedIn = false
- local highZoomFOV = 10
- local normalFOV = 70
- uis.InputBegan:Connect(function(input)
- if input.KeyCode == Enum.KeyCode.V then
- if not zoomedIn then
- zoomedIn = true
- workspace.CurrentCamera.FieldOfView = highZoomFOV
- else
- zoomedIn = false
- workspace.CurrentCamera.FieldOfView = normalFOV
- end
- end
- end)
- uis.InputEnded:Connect(function(input)
- if input.KeyCode == Enum.KeyCode.V then
- workspace.CurrentCamera.FieldOfView = normalFOV
- zoomedIn = false
- end
- end)
- end)
- tab.newButton("Vehicle fly", "for fun!", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/MHE1cbWF"))()
- end)
- local tab = DrRayLibrary.newTab("SUPPORTED GAME TO EXPLOIT", "ImageIdHere")
- tab.newButton("Swag mode da hood", "Swag mode Da hood MOBILE and PC", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
- end)
- tab.newButton("Swat vs criminal GUI", "i reccmond this", function()
- ---Script made by Mawin_CK
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "criminals vs swat 2023 to 2024 script still work OP script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- --[[
- Name = <string> - The name of the UI.
- HidePremium = <bool> - Whether or not the user details shows Premium status or not.
- SaveConfig = <bool> - Toggles the config saving in the UI.
- ConfigFolder = <string> - The name of the folder where the configs are saved.
- IntroEnabled = <bool> - Whether or not to show the intro animation.
- IntroText = <string> - Text to show in the intro animation.
- IntroIcon = <string> - URL to the image you want to use in the intro animation.
- Icon = <string> - URL to the image you want displayed on the window.
- CloseCallback = <function> - Function to execute when the window is closed.
- ]]
- local Tab = Window:MakeTab({
- Name = "Script",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Script and remote Event"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "god mode and kill all GUI",
- Callback = function()local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
- local w = library:CreateWindow("Some shit game")
- local b = w:CreateFolder("Main")
- b:Button("Kill All",function()
- local place_Holder = {}
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
- if v.Name == "InflictTarget" then
- place_Holder = v
- end
- end;
- for i=2,#game.Players:GetPlayers() do
- pcall(function()
- local v=game.Players:GetPlayers()[i]
- place_Holder:FireServer(v.Character.Humanoid,v.Character.UpperTorso,math.huge,nil,0,false)
- end)
- end;
- end)
- b:Button("God Mode",function()
- local place_Holder = {}
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
- if v.Name == "InflictTarget" then
- place_Holder = v
- end
- end;
- pcall(function()
- place_Holder:FireServer(game.Players.LocalPlayer.Character.Humanoid,game.Players.LocalPlayer.Character.UpperTorso,-math.huge,nil,0,false)
- end)
- end)
- print("button pressed")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Ghost Hub OP",
- Callback = function()loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
- print("button pressed")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "hit box expand PERMANENT",
- Callback = function()_G.HeadSize = 50
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.7
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
- print("button pressed")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- OrionLib:Init()
- end)
- tab.newButton("noob vs zombie realish", "Beta Verison and Recommended", function()
- ---script made by Mawin_CK and random discord scripter
- --NoFog --Remove these if you want fog
- game:GetService("Lighting").FogStart = 99999
- game:GetService("Lighting").FogEnd = 99999
- --Settings
- local settings = {
- HeadSize = Vector3.new(6,6,6), --Expanded Head Size "X,Y,Z"
- EspEnabled = true, -- Set this to false if you dont want ESP
- EspOnlyForPlayers = true, -- True = esp visible only on all PLAYERS except you, false = esp visible on all targets except you.
- EspTeamCheck = true, -- Self explanatory (DOESNT APPLY TO NPC'S)
- TextScaled = false -- Set true if you want the esp make names smaller if player is further away.
- }
- --No need to modify anything from under this unless you know what to change.
- --Base Variables.
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- local WSpace = game:GetService("Workspace")
- local RunService = game:GetService("RunService")
- --Give ESP to target.
- local function give_esp(target)
- local name = target.Name
- local bigCock = Instance.new("BillboardGui")
- local sperm = Instance.new("TextLabel")
- bigCock.Parent = target:FindFirstChild("Head")
- bigCock.Name = "ESP"
- bigCock.AlwaysOnTop = true
- bigCock.Size = UDim2.new(0,40,0,40)
- bigCock.StudsOffset = Vector3.new(0,2,0)
- sperm.Parent = bigCock
- sperm.BackgroundColor3 = Color3.fromRGB(255,255,255)
- sperm.BackgroundTransparency = 1
- sperm.Size = UDim2.new(1,0,1,0)
- sperm.Text = name
- sperm.TextColor3 = Color3.fromRGB(255,255,255)
- sperm.TextScaled = settings.TextScaled
- end
- --Give Hitbox to target.
- local function give_hitbox(target)
- if target:FindFirstChild("HumanoidRootPart") and target:FindFirstChild("Head") then
- target.Head.Size = settings.HeadSize
- target.Head.Transparency = 0.6
- end
- end
- --Run this "Updating" part 60 times per second by using Heartbeat.
- RunService.Heartbeat:Connect(function()
- for _,v in pairs(WSpace.Units:GetChildren()) do
- if v:IsA("Model") and v.Name ~= LocalPlayer.Name then
- local isPlayer = Players:FindFirstChild(v.Name)
- if v:FindFirstChild("Head") and v:FindFirstChild("Humanoid").Health ~= 0 then
- --tupsutumppu#3145 was here :)
- if settings.EspEnabled then
- if not v.Head:FindFirstChild("ESP") then
- if settings.EspOnlyForPlayers then
- if settings.EspTeamCheck then
- if isPlayer and LocalPlayer.Team and isPlayer.Team and LocalPlayer.Team ~= isPlayer.Team then
- give_esp(v)
- end
- elseif not settings.EspTeamCheck then
- if isPlayer then give_esp(v) end
- end
- else
- if settings.EspTeamCheck then
- if isPlayer and LocalPlayer.Team and isPlayer.Team and LocalPlayer.Team ~= isPlayer.Team then
- give_esp(v)
- elseif not isPlayer then give_esp(v) end
- elseif not settings.EspTeamCheck then
- give_esp(v)
- end
- end
- end
- end
- if v.Head.Size ~= settings.HeadSize then
- give_hitbox(v) end
- end
- end
- end
- end)
- --Just a quick fix for the Head Collision issue
- task.spawn(function()
- while true do
- for _, v in pairs(WSpace.Units:GetDescendants()) do
- if v.Name == "Head" then
- if v.CanCollide then
- v.CanCollide = false
- v.CanTouch = false
- end
- end
- end
- task.wait(2)
- end
- end)
- end)
Advertisement
Comments
-
- America ya :D
-
- Here the Short script of this whole script GUI
- loadstring(game:HttpGet("https://pastefy.app/poYgmWIB/raw"))()
Add Comment
Please, Sign In to add comment
Advertisement