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
| -- 1. MEMUAT ANTARMUKA ORION RESMI | |
| local OrionLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/jensonhirst/Orion/main/source"))() | |
| local Window = OrionLib:MakeWindow({Name = "Premium Combat System v11", HidePremium = false, SaveConfig = false, IntroText = "Sinkronisasi Visual & Taktis..."}) | |
| -- 2. PENYIMPANAN DATA UTAMA (GLOBAL CONFIG) | |
| local Config = { | |
| AimbotEnabled = false, | |
| WallCheckEnabled = false, | |
| TargetPart = "Head", | |
| AimSmoothness = 0.05, |