function loadscript() local players = game:GetService("Players") local plr = game:GetService("Players").LocalPlayer function getremote() for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do if v:IsA("RemoteEvent") and v.Parent.Name == "ServerConnectionFolder" then return v.Parent.Parent end end return nil end function dmg(tool1) local tool = getremote() for i,v in next, game:GetService("Players"):GetChildren() do if v ~= plr and v.Team ~= plr.Team then local ohTable1 = { [1] = plr.Character[tool.Name].ServerConnectionFolder[''], [2] = plr.Character, [3] = plr.Character[tool.Name] } local ohNumber2 = 2 local ohTable3 = { [1] = tool1, [2] = v.Character.Humanoid, [3] = v.Character.Head, [4] = 13 } game:GetService("Players").LocalPlayer.Character:FindFirstChild(tool.Name).ServerConnectionFolder:FindFirstChildWhichIsA("RemoteEvent"):FireServer(ohTable1, ohNumber2, ohTable3) end end end function getcp() local mouse = plr:GetMouse() local hit = mouse.Hit.Position local maxdis = math.huge local target = nil for i,v in next, players:GetChildren() do if v.Team ~= plr.Team and v.Character then local mag = (hit - v.Character.HumanoidRootPart.Position).Magnitude if mag < maxdis then maxdis = mag target = v end end end return target end getgenv().color = Color3.fromRGB(255, 255, 255) local targ = nil getgenv().sshow = false task.spawn(function() game:GetService("RunService").RenderStepped:Connect(function() targ = getcp() if getgenv().sshow then local hi = Instance.new("Highlight", targ.Character) hi.FillColor = getgenv().color hi.OutlineColor = getgenv().color hi.Name = "" game.Debris:AddItem(hi, 0.1) end end) end) local Library = loadstring(game:HttpGet("https://pastebin.com/raw/7kbpJGDf"))() WindowYSize=545 WindowTheme=Color3.fromRGB(185, 0, 191) Window=Library:Window("Futuretops: Rework", WindowTheme, WindowYSize) Window:Label("harvox.lol - V2", Color3.fromRGB(207, 58, 255)) Tab = Window:Tab("Main") getgenv().hitchance = 100 local p = "Head" getgenv().silentaim = false local LocalPlayer = game:GetService("Players").LocalPlayer local hi hi = hookmetamethod(game, "__namecall", newcclosure(function(Self, ...) local args = {...} local method = getnamecallmethod():lower() if tostring(method) == "findpartonraywithignorelist" and getgenv().silentaim then local targetPosition = targ.Character[p].Position local origin = args[1].Origin local direction = (targetPosition - origin).Unit if math.random(0, 100) < getgenv().hitchance then args[1] = Ray.new(origin, direction * 1000) end return hi(Self, table.unpack(args)) end return hi(Self, ...) end)) Section=Tab:Section("Silent Aim") Section:Toggle("Toggle Silent Aim", function(fffff) getgenv().silentaim = fffff end) Section:Toggle("Highlight Target", function(fffff) getgenv().sshow = fffff end) Section:Slider("Hit Chance", 0, 100, function(State) getgenv().hitchance = State end) Section:Dropdown("Redirection", {"Head", "Torso", "Left Leg", "Right Leg", "Left Arm", "Right Arm", "HumanoidRootPart"}, function(dasdada) p = dasdada end) Killau=Tab:Section("Killaura") getgenv().killall = false getgenv().tool = nil task.spawn(function() game:GetService("RunService").RenderStepped:Connect(function() if getgenv().killall and getgenv().tool ~= nil then dmg(getgenv().tool) end end) end) Killau:Dropdown("Select Weapon (Booster)", {"SK-4F", "rcl", "DEKR", "HAKR", "SMG", "marex", "Eradicator-5", "Cosmos"}, function(dasdada) getgenv().tool = dasdada end) Killau:Toggle("Toggle Kill-All", function(fffff) getgenv().killall = fffff end) getgenv().killaura = false Killau:Toggle("Toggle Kill-Aura", function(fffff) getgenv().killaura = fffff while getgenv().killaura and task.wait() do local tool = getremote() local ohTable1 = { [1] = plr.Character[tool.Name].ServerConnectionFolder[''], [2] = plr.Character, [3] = plr.Character[tool.Name] } local ohNumber2 = 2 local ohTable3 = { [1] = getgenv().tool, [2] = targ.Character.Humanoid, [3] = targ.Character.Head, [4] = 13 } game:GetService("Players").LocalPlayer.Character:FindFirstChild(tool.Name).ServerConnectionFolder:FindFirstChildWhichIsA("RemoteEvent"):FireServer(ohTable1, ohNumber2, ohTable3) end end) spammer=Tab:Section("Spammer") local time1 = 0 local text = "" spammer:Textbox("Spammer Interval", function(broid) time1 = tonumber(broid) end) spammer:Textbox("Enter Text", function(broid) text = tostring(broid) end) local spammerenable = false spammer:Toggle("Toggle Spammer", function(fffff) spammerenable = fffff while spammerenable and task.wait(time1) do local ohString1 = text local ohString2 = "All" game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(ohString1, ohString2) end end) mods=Tab:Section("Weapon Modifications") mods:Textbox("Set FireRate", function(broid) for i, v in next, getgc(true) do if type(v) == 'table' then for key, _ in pairs(v) do if type(key) == 'string' and key:lower() == "firerate" then rawset(v, key, broid) end end end end end) mods:Textbox("Set AmmoClip", function(broid) local ammoKeywords = {"ammoclip", "ammo", "maxammo", "charge", "maxcharge", "clip", "maxclip"} for i, v in next, getgc(true) do if type(v) == 'table' then for key, _ in pairs(v) do if type(key) == 'string' then for _, keyword in ipairs(ammoKeywords) do if key:lower() == keyword then rawset(v, key, broid) end end end end end end end) mods:Textbox("Set Range", function(broid) for i, v in next, getgc(true) do if type(v) == 'table' then for key, _ in pairs(v) do if type(key) == 'string' and key:lower() == "range" then rawset(v, key, broid) end end end end end) mods:Textbox("Set Spread", function(broid) for i, v in next, getgc(true) do if type(v) == 'table' then for key, _ in pairs(v) do if type(key) == 'string' and key:lower() == "spread" then rawset(v, key, broid) end end end end end) cmods=Tab:Section("Custom Modifications") getgenv().cmodn = nil getgenv().cmodv = nil cmods:Textbox("Enter Mod Name", function(broid) getgenv().cmodn = broid print(getgenv().cmodn) end) cmods:Textbox("Enter Mod Value", function(broid) getgenv().cmodv = broid print(getgenv().cmodv) end) cmods:Button("Apply Modification", function() local succ, err = pcall(function() for i,v in next, getgc(true) do if type(v) == 'table' and rawget(v, getgenv().cmodn) then rawset(v, getgenv().cmodn, getgenv().cmodv) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "✅ Modification found!", Text = "Modification has been applied!" }) elseif not rawget(v, getgenv().cmodn) then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "❌ Modification not found!", Text = "A error has occured!" }) end end end) if err then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "❌ Modification not found!", Text = "A error has occured!" }) end end) ots=Tab:Section("Misc") ots:Button("Execute Infinite Yield", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/refs/heads/master/source"))() end) ots:Button("Execute CMD-X", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/refs/heads/master/Source"))() end) sett = Window:Tab("Settings") tr=sett:Section("Settings / Credits") tr:Button("Print Credits", function() print("Developed by Harvox / Harvox8000") end) tr:Button("Copy HWID", function() setclipboard(game:GetService("RbxAnalyticsService"):GetClientId()) end) end task.spawn(function() local hwid = game:GetService("RbxAnalyticsService"):GetClientId() local success, hwidtable = pcall(function() return loadstring(game:HttpGet("https://pastebin.com/raw/7F4KGq91"))() end) if not success then warn("Failed to load HWID table") return end for _, v in pairs(hwidtable) do if v == hwid and not _G.loaded then loadscript() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "✅ HWID verified!", Text = "Loading script please wait..." }) _G.loaded = true return else if _G.loaded then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "❌ Script has already been executed!", Text = "An error occured during execution..." }) end end end end)