This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Soxcy Aimbot GUI Full Final Fix v5 | |
-- Services | |
local Players = game:GetService("Players") | |
local lp = Players.LocalPlayer | |
local uis = game:GetService("UserInputService") | |
local runService = game:GetService("RunService") | |
local cam = workspace.CurrentCamera | |
-- Variables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Services | |
local Players = game:GetService("Players") | |
local CoreGui = game:GetService("CoreGui") | |
local MarketplaceService = game:GetService("MarketplaceService") | |
local TweenService = game:GetService("TweenService") | |
local RunService = game:GetService("RunService") | |
local LocalPlayer = Players.LocalPlayer | |
local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait() | |
local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Services | |
local CoreGui = game:GetService("CoreGui") | |
-- Hapus GUI lama kalau ada | |
if CoreGui:FindFirstChild("ScamTroll") then | |
CoreGui.ScamTroll:Destroy() | |
end | |
-- GUI | |
local gui = Instance.new("ScreenGui") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Services | |
local Players = game:GetService("Players") | |
local LocalPlayer = Players.LocalPlayer | |
local MarketplaceService = game:GetService("MarketplaceService") | |
local TweenService = game:GetService("TweenService") | |
local CoreGui = game:GetService("CoreGui") | |
-- Config | |
local GAMEPASS_SOXCY = 1218506259 | |
local PASS_LINK = "https://www.roblox.com/game-pass/"..GAMEPASS_SOXCY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Services | |
local Players = game:GetService("Players") | |
local LocalPlayer = Players.LocalPlayer | |
local MarketplaceService = game:GetService("MarketplaceService") | |
local TweenService = game:GetService("TweenService") | |
local CoreGui = game:GetService("CoreGui") | |
-- Config | |
local ADMIN_USERS = {"SE_YOUK"} | |
local GAMEPASS_TYSM = 838524307 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- // Soxcy Sab Free GUI 🚀 | |
-- Fitur: Float 3s, G-Float 3s, Anti Die, Kick Me | |
-- By ChatGPT x Soxcy | |
local Players = game:GetService("Players") | |
local LocalPlayer = Players.LocalPlayer | |
local RunService = game:GetService("RunService") | |
-- GUI | |
local ScreenGui = Instance.new("ScreenGui", game.CoreGui) |