Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local HttpService = game:GetService("HttpService")
- local MarketplaceService = game:GetService("MarketplaceService")
- local ReplicatedStorage = game:GetService("ReplicatedStorage")
- local Players = game:GetService("Players")
- local RunService = game:GetService("RunService")
- local LocalPlayer = Players.LocalPlayer
- local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
- local SharedAssets = ReplicatedStorage:WaitForChild("Assets")
- local Events = SharedAssets:WaitForChild("Events")
- local GotNext = "https://hooks.hyra.io/api/webhooks/1012642410754473984/KZPGUGNr0vw4LhUvdPqpzox6MkegQDEwf6MnmQdr-sn2J_85ab549QuzqIRTiVjmYFvn"
- local Rayfield = loadstring(game:HttpGet("https://raw.githubusercontent.com/Space-Traveling/Rayfield/main/source"))()
- local Window = Rayfield:CreateWindow({
- Name = "FreeDa5 Free336 .gg/336fn",
- LoadingTitle = "Loading...",
- LoadingSubtitle = "by FreeDa5",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = "336Hub",
- FileName = "336Settings"
- }
- })
- local GameplayTab = Window:CreateTab("Gameplay")
- local function fire_bot(player)
- local data = {
- ["username"] = player.Name,
- ["content"] = "**Name:** " .. player.Name,
- ["avatar_url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username=" .. player.Name,
- }
- HttpService:PostAsync(GotNext, HttpService:JSONEncode(data))
- end
- local function check_playing(name)
- for _, v in pairs(ReplicatedStorage:GetDescendants()) do
- if v:IsA("StringValue") and v.Value == name and (v.Name:find("Spot")) then
- return true
- end
- end
- return false
- end
- for i = 1, 4 do
- workspace.Fields["Field"..i].Main.Touched:Connect(function(part)
- if not part.Parent:FindFirstChild("Humanoid") then return end
- if not part.Parent:FindFirstChild("Jersey"..i) and not check_playing(part.Parent.Name) then
- if part.Parent:FindFirstChild("Torso") then
- part.Parent.Torso:Destroy()
- end
- end
- end)
- end
- game.Players.PlayerAdded:Connect(function(Player)
- Player.CharacterAppearanceLoaded:Connect(function(char)
- local humanoid = char:WaitForChild("Humanoid")
- humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- if char:FindFirstChild("Jersey1") or char:FindFirstChild("Jersey2") or char:FindFirstChild("Jersey3") or char:FindFirstChild("Jersey4") then
- if humanoid.WalkSpeed > 18 then humanoid.WalkSpeed = 18 end
- else
- humanoid.WalkSpeed = 25
- end
- end)
- end)
- end)
- local JamRange = 0.5
- GameplayTab:CreateSlider({
- Name = "Hitbox Extender",
- Range = {0,4},
- Increment = 0.05,
- CurrentValue = JamRange,
- Callback = function(Value)
- JamRange = Value
- end
- })
- local PingValue = 0
- local PingEnabled = false
- GameplayTab:CreateSlider({
- Name = "Set Ping (ms)",
- Range = {0,1000},
- Increment = 50,
- CurrentValue = PingValue,
- Callback = function(Value)
- PingValue = Value
- if PingEnabled then settings().Network.IncomingReplicationLag = Value/1000 end
- end
- })
- GameplayTab:CreateToggle({
- Name = "Ping Toggle",
- CurrentValue = false,
- Callback = function(Value)
- PingEnabled = Value
- settings().Network.IncomingReplicationLag = Value and PingValue/1000 or 0
- end
- })
- local LagPhase = 0
- local LagPhaseEnabled = false
- GameplayTab:CreateSlider({
- Name = "Lag Phase (ms)",
- Range = {0,10000},
- Increment = 500,
- CurrentValue = LagPhase,
- Callback = function(Value)
- LagPhase = Value
- if LagPhaseEnabled then settings().Network.IncomingReplicationLag = Value/1000 end
- end
- })
- GameplayTab:CreateToggle({
- Name = "Enable Lag Phase",
- CurrentValue = false,
- Callback = function(Value)
- LagPhaseEnabled = Value
- settings().Network.IncomingReplicationLag = Value and LagPhase/1000 or 0
- end
- })
- GameplayTab:CreateKeybind({
- Name = "Lag Phase Keybind",
- CurrentKeybind = "R",
- HoldToInteract = false,
- Callback = function()
- LagPhaseEnabled = not LagPhaseEnabled
- settings().Network.IncomingReplicationLag = LagPhaseEnabled and LagPhase/1000 or 0
- end
- })
- GameplayTab:CreateKeybind({
- Name = "Ping Toggle Keybind",
- CurrentKeybind = "P",
- HoldToInteract = false,
- Callback = function()
- PingEnabled = not PingEnabled
- settings().Network.IncomingReplicationLag = PingEnabled and PingValue/1000 or 0
- end
- })
- GameplayTab:CreateKeybind({
- Name = "HBE Keybind",
- CurrentKeybind = "V",
- HoldToInteract = true,
- Callback = function(Held)
- if not Held then return end
- local position = Character.HumanoidRootPart.Position
- local closestPlayer, closest = nil, math.huge
- for _, plr in pairs(Players:GetPlayers()) do
- local char = plr.Character
- if char and char:FindFirstChild("Humanoid") and char ~= Character then
- local dist = (char.HumanoidRootPart.Position - position).Magnitude
- if dist < closest then
- closest = dist
- closestPlayer = char
- end
- end
- end
- if closestPlayer and closest < JamRange * 3 then
- firetouchinterest(Character.HumanoidRootPart, closestPlayer.HumanoidRootPart, 0)
- task.wait(0.05)
- firetouchinterest(Character.HumanoidRootPart, closestPlayer.HumanoidRootPart, 1)
- end
- end
- })
- Rayfield:Notify({
- Title = "Free336",
- Content = "Exploit GUI Loaded",
- Duration = 4
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement