Skip to content

Instantly share code, notes, and snippets.

View Redacted-Code's full-sized avatar

Redacted Code Redacted-Code

  • USA
View GitHub Profile
@Redacted-Code
Redacted-Code / Entire Script
Last active February 6, 2023 17:38
Phantom Forces AIMBOT/SILENT AIM script
if getgenv().syn and getgenv().syn.run_on_actor then
for _,v in pairs(getactors())do--phantom forces out here using actors
if tostring(v)=="lol"then--actor named lul
syn.run_on_actor(v,[[
local mouse--same old method just now in a run actor
for _,v in pairs(getgc(true))do
if type(v)=="table"then
if rawget(v,"mouse")then
if rawget(v.mouse,"onmousemove")then
mouse=v.mouse
local function getRoleColor(plr)
if (plr.Backpack:FindFirstChild("Knife") or plr.Character:FindFirstChild("Knife")) then
return Color3.new(255, 0, 0)
elseif (plr.Backpack:FindFirstChild("Gun") or plr.Character:FindFirstChild("Gun")) then
return Color3.new(0, 0, 255)
else
return Color3.new(0, 255, 0)
end
end
while true do
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Etronix Hub", "BloodTheme")
local StealthMode = true -- If game has an anticheat that checks the logs
local Indicator
--MAIN--
local Tab = Window:NewTab("Main")
local Section = Tab:NewSection("Anti (RECOMMENDED)")
Section:NewToggle("AntiCheat Bypass", "Bypasses/stops the AntiCheat", function(state)