local Rayfield, Team, Character;
local fenv = getfenv();
if not pcall(function(p1, p2, a, b, c)
end) then
else
Rayfield = loadstring(
game:HttpGet("https://sirius.menu/rayfield")
)();
end;
local Window = Rayfield:CreateWindow({
["LoadingTitle"] = "Loading Script...",
["Name"] = "Paint & Seek - Premium Hub",
["KeySystem"] = false,
["LoadingSubtitle"] = "by DanangOri",
["ConfigurationSaving"] = {
["Enabled"] = false
}
});
local Players = game:GetService("Players");
local LocalPlayer = Players.LocalPlayer;
game:GetService("RunService").RenderStepped:Connect(function(deltaTime, p2_2, p3_2, p4_2, a_2, b_2, c_2)
for for_key_0, for_val_0 in pairs(Players:GetPlayers()) do
if for_key_0 then
end;
if (for_val_0 == LocalPlayer) then
else
Team = LocalPlayer.Team;
if Team then
if not for_val_0.Team then
else
if (Team ~= for_val_0.Team) then
if for_val_0.Character then
end;
end;
end;
end;
end;
for_val_0.Character:FindFirstChild("HumanoidRootPart");
local _ = for_val_0.Character.HumanoidRootPart;
if not ({})[for_val_0] then
else
end;
end;
end);
Players.PlayerRemoving:Connect(function(player, reason, p3_3, p4_3, p5_3, p6_3, a_3, b_3, c_3)
if not ({})[player] then
else
end;
end);
local ESP_Enemy = Window:CreateTab("ESP (Enemy)", 4483362458);
ESP_Enemy:CreateToggle({
["CurrentValue"] = false,
["Name"] = "Activate ESP",
["Callback"] = function(p1_4, p2_4, a_4, b_4, c_4)
end
});
ESP_Enemy:CreateToggle({
["CurrentValue"] = false,
["Name"] = "Show Name",
["Callback"] = function(p1_5, p2_5, p3_5, a_5, b_5, c_5)
end
});
ESP_Enemy:CreateToggle({
["CurrentValue"] = false,
["Name"] = "Show (Distance)",
["Callback"] = function(p1_6, p2_6, p3_6, p4_6, a_6, b_6, c_6)
end
});
ESP_Enemy:CreateToggle({
["CurrentValue"] = false,
["Name"] = "Effect Highlights (Tembus Tembok)",
["Callback"] = function(p1_7, p2_7, p3_7, a_7, b_7, c_7)
end
});
local Hitbox_Enemy = Window:CreateTab("Hitbox (Enemy)", 4483362458);
Hitbox_Enemy:CreateToggle({
["CurrentValue"] = false,
["Name"] = "Activate Hitbox",
["Callback"] = function(p1_8, p2_8, p3_8, p4_8, p5_8, p6_8, a_8, b_8, c_8)
end
});
Hitbox_Enemy:CreateSlider({
["Min"] = 2,
["Callback"] = function(p1_9, a_9, b_9, c_9)
end,
["Name"] = "Hitbox (Size)",
["ValueName"] = "Studs",
["Max"] = 30,
["Increment"] = 1,
["DefaultValue"] = 5,
["Color"] = Color3.fromRGB(255, 0, 0)
});
Rayfield:Notify({
["Image"] = 4483362458,
["Duration"] = 5,
["Title"] = "Succeed!",
["Content"] = "Script ready to use. Press RightShift to close/open UI."
});
Comments
impressed