Advertisement
Guest User

Untitled

a guest
May 6th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <config>
  2.     <jars>
  3.         <jar in="odinms.jar" out="obf-odinms.jar"/>
  4.     </jars>
  5.  
  6.     <classpath>
  7.         <jar name="mina-core.jar"/>
  8.     </classpath>
  9.  
  10.     <property name="finalize" value="enable"/>
  11.     <property name="control-flow-obfuscation" value="enable"/>
  12.  
  13.     <keep-names>
  14.         <class template="class *.WorldServer"/>
  15.         <class template="class *.LoginServer"/>
  16.         <class template="class *.ChannelServer"/>
  17.         <class template="class *.BanningCommands"/>
  18.         <class template="class *.CharCommands"/>
  19.         <class template="class *.CharInfoCommands"/>
  20.         <class template="class *.CheaterHuntingCommands"/>
  21.         <class template="class *.ConnectedCommands"/>
  22.         <class template="class *.DebugCommands"/>
  23.         <class template="class *.GotoCommands"/>
  24.         <class template="class *.HelpCommand"/>
  25.         <class template="class *.MonsterInfoCommands"/>
  26.         <class template="class *.NPCSpawningCommands"/>
  27.         <class template="class *.NoticeCommands"/>
  28.         <class template="class *.PlayerCommands"/>
  29.         <class template="class *.ProfilingCommands"/>
  30.         <class template="class *.SearchCommands"/>
  31.         <class template="class *.ServerMessageCommands"/>
  32.         <class template="class *.ShutDownCommands"/>
  33.         <class template="class *.SpawnMonsterCommand"/>
  34.         <class template="class *.TestCommands"/>
  35.         <class template="class *.WarpCommands"/>
  36.  
  37.         <class template="class *.EventManager"/>
  38.             <method template="public+ *(**)"/>
  39.  
  40.         <class template="class *.EventInstanceManager"/>
  41.             <method template="public+ *(**)"/>
  42.  
  43.         <class template="class *.AbstractPlayerInteraction"/>
  44.             <method template="public+ *(**)"/>
  45.  
  46.         <class template="class *.HTSquad"/>
  47.             <method template="public+ *(**)"/>
  48.  
  49.         <class template="class *.NPCConversationalManager"/>
  50.             <method template="public+ *(**)"/>
  51.  
  52.         <class template="class *.PortalPlayerInteraction"/>
  53.             <method template="public+ *(**)"/>
  54.  
  55.         <class template="class *.QuestActionManager"/>
  56.             <method template="public+ *(**)"/>
  57.  
  58.         <class template="class *.ReactorActionManager"/>
  59.             <method template="public+ *(**)"/>
  60.  
  61.         <class template="class *.ZakSquad"/>
  62.             <method template="public+ *(**)"/>
  63.  
  64.     </keep-names>
  65.  
  66.     <property name="log-file" value="log.xml"/>
  67.  
  68.     <expiry date="2009/09/19" string="Source Expired."/> <!-- the obfuscated application will be expired and would not run -->
  69. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement