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
    
  
  
    
  | -- DP SCRIPTS - Versão Atualizada | |
| local DP = {} | |
| DP.GUI = {} | |
| DP.Modules = {} | |
| DP.InfMappingActive = false | |
| -- Função para criar o painel principal | |
| function DP:CreatePanel() | |
| local ScreenGui = Instance.new("ScreenGui") | |
| ScreenGui.Name = "DP_SCRIPTS" |