# Table of Contents - [Interface | COMPKILLER](#interface-compkiller) - [Unknown](#unknown) - [Unknown](#unknown) - [COMPKILLER](#compkiller) - [Unknown](#unknown) --- # Interface | COMPKILLER For the complete documentation index, see [llms.txt](https://cat-sus.gitbook.io/compkiller/llms.txt) . This page is also available as [Markdown](https://cat-sus.gitbook.io/compkiller/documents/interface.md) . [](https://cat-sus.gitbook.io/compkiller/documents/interface#import-library) Import Library ------------------------------------------------------------------------------------------------ Copy local Compkiller = loadstring(game:HttpGet("https://raw.githubusercontent.com/4lpaca-pin/CompKiller/refs/heads/main/src/source.luau"))(); [](https://cat-sus.gitbook.io/compkiller/documents/interface#config-manager) Config Manager ------------------------------------------------------------------------------------------------ Copy local ConfigManager = Compkiller:ConfigManager({ Directory = "Compkiller-UI", Config = "Example-Configs", }); Copy Directory: Folder in workspace Config: Config Folder for your script [](https://cat-sus.gitbook.io/compkiller/documents/interface#loading-animation) Loading Animation ------------------------------------------------------------------------------------------------------ Copy Compkiller:Loader("rbxassetid://120245531583106", 2.5).yield(); [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-window) Creating Window -------------------------------------------------------------------------------------------------- Copy local Window = Compkiller.new({ Name = "COMPKILLER", Keybind = "LeftAlt", Logo = "rbxassetid://120245531583106", Scale = Compkiller.Scale.Window, -- Leave blank if you want automatic scale for PC and Mobile. TextSize = 15, }); [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-watermark) Creating Watermark -------------------------------------------------------------------------------------------------------- [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-tab-category) Creating Tab Category -------------------------------------------------------------------------------------------------------------- [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-tab-normal) Creating Tab (Normal) ------------------------------------------------------------------------------------------------------------ [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-tab-single) Creating Tab (Single) ------------------------------------------------------------------------------------------------------------ [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-container-tab) Creating Container Tab ---------------------------------------------------------------------------------------------------------------- ![](https://cat-sus.gitbook.io/compkiller/~gitbook/image?url=https%3A%2F%2F2162411976-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fu67EfmlwtAtmGvLQtoft%252Fuploads%252F7OZdboRku008OAAkNk3F%252Fimage.png%3Falt%3Dmedia%26token%3D10eb93ad-7249-4cb1-b473-0cb930bc7108&width=768&dpr=3&quality=100&sign=2750c69e&sv=2) Container Tab Preview [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-section) Creating Section ---------------------------------------------------------------------------------------------------- [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-toggle) Creating Toggle -------------------------------------------------------------------------------------------------- ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#element-link) Element Link ![](https://cat-sus.gitbook.io/compkiller/~gitbook/image?url=https%3A%2F%2F2162411976-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fu67EfmlwtAtmGvLQtoft%252Fuploads%252F1o36QgvPyJioWM7cDP6E%252Fimage.png%3Falt%3Dmedia%26token%3D9d4a885a-5ee6-4c8b-a3ec-ac63457311d7&width=768&dpr=3&quality=100&sign=d9b2eea6&sv=2) Example Link is available for **Toggle Slider Keybind Color Picker** #### [](https://cat-sus.gitbook.io/compkiller/documents/interface#link-keybind) Link Keybind #### [](https://cat-sus.gitbook.io/compkiller/documents/interface#link-helper) Link Helper #### [](https://cat-sus.gitbook.io/compkiller/documents/interface#link-color-picker) Link Color Picker #### [](https://cat-sus.gitbook.io/compkiller/documents/interface#link-option) Link Option ![](https://cat-sus.gitbook.io/compkiller/~gitbook/image?url=https%3A%2F%2F2162411976-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fu67EfmlwtAtmGvLQtoft%252Fuploads%252FCownbqOE9C24uj0xQYwY%252Fimage.png%3Falt%3Dmedia%26token%3D19960847-fce3-41d2-a9ae-956f90361440&width=768&dpr=3&quality=100&sign=9c6fdff6&sv=2) Link Option Preview "Option" it's "Section" but in "element" [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-keybind) Creating Keybind ---------------------------------------------------------------------------------------------------- [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-slider) Creating Slider -------------------------------------------------------------------------------------------------- [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-colorpicker) Creating ColorPicker ------------------------------------------------------------------------------------------------------------ [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-dropdown) Creating Dropdown ------------------------------------------------------------------------------------------------------ ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#multi-dropdown) Multi Dropdown [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-button) Creating Button -------------------------------------------------------------------------------------------------- [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-paragraph) Creating Paragraph -------------------------------------------------------------------------------------------------------- [](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-config-tab) Creating Config Tab ---------------------------------------------------------------------------------------------------------- ![](https://cat-sus.gitbook.io/compkiller/~gitbook/image?url=https%3A%2F%2F2162411976-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fu67EfmlwtAtmGvLQtoft%252Fuploads%252FVtNqgtwn3s9HPdsPq6NT%252Fimage.png%3Falt%3Dmedia%26token%3D0b0e53b5-928b-4385-920f-d8e1a549ea8f&width=768&dpr=3&quality=100&sign=d211bbe3&sv=2) Config Tab Preview [](https://cat-sus.gitbook.io/compkiller/documents/interface#config-manager-1) Config Manager -------------------------------------------------------------------------------------------------- ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#write-config) Write Config write current value to config ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#read-info) Read Info read config info. Ex: Author and Created date ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#load-config) Load Config Load the config in directory ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#delete-config) Delete Config Delete the config in directory ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#get-configs) Get Configs get all configs in directory ### [](https://cat-sus.gitbook.io/compkiller/documents/interface#directory-path) Directory Path config directory path [PreviousCOMPKILLER](https://cat-sus.gitbook.io/compkiller) Last updated 1 year ago * [Import Library](https://cat-sus.gitbook.io/compkiller/documents/interface#import-library) * [Config Manager](https://cat-sus.gitbook.io/compkiller/documents/interface#config-manager) * [Loading Animation](https://cat-sus.gitbook.io/compkiller/documents/interface#loading-animation) * [Creating Window](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-window) * [Creating Watermark](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-watermark) * [Creating Tab Category](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-tab-category) * [Creating Tab (Normal)](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-tab-normal) * [Creating Tab (Single)](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-tab-single) * [Creating Container Tab](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-container-tab) * [Creating Section](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-section) * [Creating Toggle](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-toggle) * [Element Link](https://cat-sus.gitbook.io/compkiller/documents/interface#element-link) * [Creating Keybind](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-keybind) * [Creating Slider](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-slider) * [Creating ColorPicker](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-colorpicker) * [Creating Dropdown](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-dropdown) * [Multi Dropdown](https://cat-sus.gitbook.io/compkiller/documents/interface#multi-dropdown) * [Creating Button](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-button) * [Creating Paragraph](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-paragraph) * [Creating Config Tab](https://cat-sus.gitbook.io/compkiller/documents/interface#creating-config-tab) * [Config Manager](https://cat-sus.gitbook.io/compkiller/documents/interface#config-manager-1) * [Write Config](https://cat-sus.gitbook.io/compkiller/documents/interface#write-config) * [Read Info](https://cat-sus.gitbook.io/compkiller/documents/interface#read-info) * [Load Config](https://cat-sus.gitbook.io/compkiller/documents/interface#load-config) * [Delete Config](https://cat-sus.gitbook.io/compkiller/documents/interface#delete-config) * [Get Configs](https://cat-sus.gitbook.io/compkiller/documents/interface#get-configs) * [Directory Path](https://cat-sus.gitbook.io/compkiller/documents/interface#directory-path) Copy local Watermark = Window:Watermark(); Copy local Time = Watermark:AddText({ Icon = "timer", Text = "TIME", }); task.spawn(function() while true do task.wait() Time:SetText(Compkiller:GetTimeNow()); end end) Copy Window:DrawCategory({ Name = "Category" }); Copy local NormalTab = Window:DrawTab({ Name = "Example Tab", Icon = "apple", }); Copy local NormalTab = Window:DrawTab({ Name = "Example Tab", Icon = "apple", Type = "Single", }); Copy local ContainerTab = Window:DrawContainerTab({ Name = "Extract Tabs", Icon = "contact", }); -- Creating Tab (Normal) -- local ExtractTab = ContainerTab:DrawTab({ Name = "Tab 1", Type = "Double" }); -- Creating Tab (Single) -- local SingleExtractTab = ContainerTab:DrawTab({ Name = "Tab 2", Type = "Single", EnableScrolling = true, -- this will make tab can scrolling (recommend) }); Copy local NormalSection = NormalTab:DrawSection({ Name = "Section", Position = 'left' }); Copy local Toggle = NormalSection:AddToggle({ Name = "Toggle", Flag = "Toggle_Example", -- Leave it blank will not save to config (ALL ELEMENTS) Default = false, Callback = print, }); Copy Element.Link:AddKeybind({ Default = "E", Flag = "Option_Keybind", Callback = print }); Copy Element.Link:AddHelper({ Text = "Helper Text" }) Copy Element.Link:AddColorPicker({ Default = Color3.fromRGB(255,255,255), Callback = print }) Copy local Option = Toggle.Link:AddOption() Option:AddToggle({ Name = "Toggle in option!", Callback = print }) Copy NormalSection:AddKeybind({ Name = "Keybind", Default = "LeftAlt", Flag = "Keybind_Example", Callback = print, }); Copy NormalSection:AddSlider({ Name = "Slider", Min = 0, Max = 100, Default = 50, Round = 0, Flag = "Slider_Example", Callback = print }); Copy NormalSection:AddColorPicker({ Name = "ColorPicker", Default = Color3.fromRGB(0, 255, 140), Flag = "Color_Picker_Example", Callback = print }) Copy NormalSection:AddDropdown({ Name = "Single Dropdown", Default = "Head", Flag = "Single_Dropdown", Values = {"Head","Body","Arms","Legs"}, Callback = print }) Copy NormalSection:AddDropdown({ Name = "Multi Dropdown", Default = {"Head"}, Multi = true, Flag = "Multi_Dropdown", Values = {"Head","Body","Arms","Legs"}, Callback = print }) Copy NormalSection:AddButton({ Name = "Button", Callback = function() print('PRINT!') end, }) Copy NormalSection:AddParagraph({ Title = "Paragraph", Content = "Very cool paragraph" }) Copy local ConfigUI = Window:DrawConfig({ Name = "Config", Icon = "folder", Config = ConfigManager, -- Config Manager (required) }); ConfigUI:Init(); Copy ConfigManager:WriteConfig({ Name = "Config Name", Author = "Creator Name" }) Copy ConfigManager:ReadInfo("") Copy ConfigManager:LoadConfig("") Copy ConfigManager:DeleteConfig("") Copy ConfigManager:GetConfigs() Copy ConfigManager.Directory --- # Unknown \# COMPKILLER ## COMPKILLER - \[COMPKILLER\](https://cat-sus.gitbook.io/compkiller/compkiller.md): About compkiller - \[Interface\](https://cat-sus.gitbook.io/compkiller/documents/interface.md): This will help you use compkiller UI --- # Unknown \> For the complete documentation index, see \[llms.txt\](https://cat-sus.gitbook.io/compkiller/llms.txt). Markdown versions of documentation pages are available by appending \`.md\` to page URLs; this page is available as \[Markdown\](https://cat-sus.gitbook.io/compkiller/documents/interface.md). # Interface ## Import Library \`\`\`lua local Compkiller = loadstring(game:HttpGet("https://raw.githubusercontent.com/4lpaca-pin/CompKiller/refs/heads/main/src/source.luau"))(); \`\`\` ## Config Manager \`\`\`lua local ConfigManager = Compkiller:ConfigManager({ Directory = "Compkiller-UI", Config = "Example-Configs", }); \`\`\` \`\`\` Directory: Folder in workspace Config: Config Folder for your script \`\`\` ## Loading Animation \`\`\`lua Compkiller:Loader("rbxassetid://120245531583106", 2.5).yield(); \`\`\` ## Creating Window \`\`\`lua local Window = Compkiller.new({ Name = "COMPKILLER", Keybind = "LeftAlt", Logo = "rbxassetid://120245531583106", Scale = Compkiller.Scale.Window, -- Leave blank if you want automatic scale for PC and Mobile. TextSize = 15, }); \`\`\` ## Creating Watermark \`\`\`lua local Watermark = Window:Watermark(); \`\`\` \`\`\`lua local Time = Watermark:AddText({ Icon = "timer", Text = "TIME", }); task.spawn(function() while true do task.wait() Time:SetText(Compkiller:GetTimeNow()); end end) \`\`\` ## Creating Tab Category \`\`\`lua Window:DrawCategory({ Name = "Category" }); \`\`\` ## Creating Tab (Normal) \`\`\`lua local NormalTab = Window:DrawTab({ Name = "Example Tab", Icon = "apple", }); \`\`\` ## Creating Tab (Single) \`\`\`lua local NormalTab = Window:DrawTab({ Name = "Example Tab", Icon = "apple", Type = "Single", }); \`\`\` ## Creating Container Tab ![](https://cat-sus.gitbook.io/files/2XekL9G6CArtzBk3QOCA) Container Tab Preview \`\`\`lua local ContainerTab = Window:DrawContainerTab({ Name = "Extract Tabs", Icon = "contact", }); -- Creating Tab (Normal) -- local ExtractTab = ContainerTab:DrawTab({ Name = "Tab 1", Type = "Double" }); -- Creating Tab (Single) -- local SingleExtractTab = ContainerTab:DrawTab({ Name = "Tab 2", Type = "Single", EnableScrolling = true, -- this will make tab can scrolling (recommend) }); \`\`\` ## Creating Section \`\`\`lua local NormalSection = NormalTab:DrawSection({ Name = "Section", Position = 'left' }); \`\`\` ## Creating Toggle \`\`\`lua local Toggle = NormalSection:AddToggle({ Name = "Toggle", Flag = "Toggle\_Example", -- Leave it blank will not save to config (ALL ELEMENTS) Default = false, Callback = print, }); \`\`\` ### Element Link ![](https://cat-sus.gitbook.io/files/KBR3Z8EO9C3tBwDntOmg) Example Link is available for \*\*Toggle Slider Keybind Color Picker\*\* #### Link Keybind \`\`\`lua Element.Link:AddKeybind({ Default = "E", Flag = "Option\_Keybind", Callback = print }); \`\`\` #### Link Helper \`\`\`lua Element.Link:AddHelper({ Text = "Helper Text" }) \`\`\` #### Link Color Picker \`\`\`lua Element.Link:AddColorPicker({ Default = Color3.fromRGB(255,255,255), Callback = print }) \`\`\` #### Link Option ![](https://cat-sus.gitbook.io/files/7DuuZoVyl26F2fiyjBbq) Link Option Preview "Option" it's "Section" but in "element" \`\`\`lua local Option = Toggle.Link:AddOption() Option:AddToggle({ Name = "Toggle in option!", Callback = print }) \`\`\` ## Creating Keybind \`\`\`lua NormalSection:AddKeybind({ Name = "Keybind", Default = "LeftAlt", Flag = "Keybind\_Example", Callback = print, }); \`\`\` ## Creating Slider \`\`\`lua NormalSection:AddSlider({ Name = "Slider", Min = 0, Max = 100, Default = 50, Round = 0, Flag = "Slider\_Example", Callback = print }); \`\`\` ## Creating ColorPicker \`\`\`lua NormalSection:AddColorPicker({ Name = "ColorPicker", Default = Color3.fromRGB(0, 255, 140), Flag = "Color\_Picker\_Example", Callback = print }) \`\`\` ## Creating Dropdown \`\`\`lua NormalSection:AddDropdown({ Name = "Single Dropdown", Default = "Head", Flag = "Single\_Dropdown", Values = {"Head","Body","Arms","Legs"}, Callback = print }) \`\`\` ### Multi Dropdown \`\`\`lua NormalSection:AddDropdown({ Name = "Multi Dropdown", Default = {"Head"}, Multi = true, Flag = "Multi\_Dropdown", Values = {"Head","Body","Arms","Legs"}, Callback = print }) \`\`\` ## Creating Button \`\`\`lua NormalSection:AddButton({ Name = "Button", Callback = function() print('PRINT!') end, }) \`\`\` ## Creating Paragraph NormalSection:AddParagraph({ Title = "Paragraph", Content = "Very cool paragraph" }) \## Creating Config Tab \`\`\`lua local ConfigUI = Window:DrawConfig({ Name = "Config", Icon = "folder", Config = ConfigManager, -- Config Manager (required) }); ConfigUI:Init(); \`\`\` ![](https://cat-sus.gitbook.io/files/4JamuHMlEfW8RCJgZpLn) Config Tab Preview \## Config Manager ### Write Config write current value to config \`\`\`lua ConfigManager:WriteConfig({ Name = "Config Name", Author = "Creator Name" }) \`\`\` ### Read Info read config info. Ex: Author and Created date \`\`\`lua ConfigManager:ReadInfo("") \`\`\` ### Load Config Load the config in directory \`\`\`lua ConfigManager:LoadConfig("") \`\`\` ### Delete Config Delete the config in directory \`\`\`lua ConfigManager:DeleteConfig("") \`\`\` ### Get Configs get all configs in directory \`\`\`lua ConfigManager:GetConfigs() \`\`\` ### Directory Path config directory path \`\`\`lua ConfigManager.Directory \`\`\` --- # COMPKILLER For the complete documentation index, see [llms.txt](https://cat-sus.gitbook.io/compkiller/llms.txt) . This page is also available as [Markdown](https://cat-sus.gitbook.io/compkiller/compkiller.md) . #### [](https://cat-sus.gitbook.io/compkiller#whats-compkiller) What's Compkiller? Compkiller is a [Counter Strike 2 Cheat](https://compkiller.net/) ![](https://cat-sus.gitbook.io/compkiller/~gitbook/image?url=https%3A%2F%2F2162411976-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fu67EfmlwtAtmGvLQtoft%252Fuploads%252FT49pUQIilBf31xoqgPYG%252Fmenu-theme.png%3Falt%3Dmedia%26token%3D7ed945e3-7f49-408c-9f55-42d5701d39b8&width=768&dpr=3&quality=100&sign=a2e8a2db&sv=2) ORIGINAL INTERFACE [](https://cat-sus.gitbook.io/compkiller#compkiller-ui-for-roblox) COMPKILLER UI For Roblox ------------------------------------------------------------------------------------------------ [![Logo](https://cat-sus.gitbook.io/compkiller/~gitbook/image?url=https%3A%2F%2Fgithub.com%2Ffluidicon.png&width=20&dpr=3&quality=100&sign=d1d010a8&sv=2)GitHub - 4lpaca-pin/CompKiller: Comp-killer UI For RobloxGitHub](https://github.com/4lpaca-pin/CompKiller) Github [NextInterface](https://cat-sus.gitbook.io/compkiller/documents/interface) Last updated 1 year ago --- # Unknown \> For the complete documentation index, see \[llms.txt\](https://cat-sus.gitbook.io/compkiller/llms.txt). Markdown versions of documentation pages are available by appending \`.md\` to page URLs; this page is available as \[Markdown\](https://cat-sus.gitbook.io/compkiller/compkiller.md). # COMPKILLER #### What's Compkiller? Compkiller is a \[Counter Strike 2 Cheat\](https://compkiller.net/)

ORIGINAL INTERFACE

## COMPKILLER UI For Roblox {% embed url="" %} Github {% endembed %} ---