- --// GUI & Settings (You Can Edit)
- --[[
- --// Global Function That Allows You To Set Theme By Hex - https://www.w3schools.com/colors/colors_picker.asp
- _G.SetPrimaryColor("#2c2f33")
- _G.SetSecondaryColor("#ffffff")
- --// Custom Buttons On Functions Page (Pretty basic but allows you to do anything + will be adding global functions such as kill x player soon)
- _G.CustomButton1Name = "name example"
- _G.CustomButton2Name = "name example"
- _G.CustomButton1Function = function(target)
- print(target.Name)
- end
- _G.CustomButton2Function = function(target)
- print(target.Name)
- end
- ]]--
- _G.GUICLICKID = "6706935653"
- _G.AimAssist = true
- loadstring(game:GetObjects('rbxassetid://'..5671578245)[1].Source)()