-- Services local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local HttpService = game:GetService("HttpService") -- Configuration local Player = Players.LocalPlayer local Identifier = "zzzhub2" local UserID_HWID = Player.UserId -- Script URLs local regularScriptUrl = "https://raw.githubusercontent.com/zzxzsss/zxs/refs/heads/main/main/main.lua" local premiumScriptUrl = "https://raw.githubusercontent.com/zzxzsss/zxs/refs/heads/main/premium/premium.lua" -- TODO: Replace with your actual premium script URL local scriptToLoad = isPremium and premiumScriptUrl or regularScriptUrl loadstring(game:HttpGet(scriptToLoad))() print (" CRACKED BY : Tsunami Services - Brother this is easy to crack.") local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/CheatUserzz/RobloxOpenSourceScripts/refs/heads/main/TsNotificactionSource.lua"))(); local Notify = AkaliNotif.Notify; wait(1); Notify({ Description = "This Shit its easy to crack, brother, add protection please in next"; Title = "Tsunami Services | ZZZ HUB"; Duration = 5; });