• We just launched and are currently in beta. Join us as we build and grow the community.

Haxton Bot Best config!

kamree8387

Brute Force Master
K Rep
0
0
0
Rep
0
K Vouches
0
0
0
Vouches
0
Posts
90
Likes
66
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
<configuration> <configSections> <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" /> </configSections> [email protected]" /> <!-- --> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <targets> <target name="logfile" xsi:type="File" fileName="file.txt" /> <target name="console" xsi:type="ColoredConsole" layout="${date:format=yyyy-MM-dd HH\:mm\:ss} ${message}" useDefaultRowHighlightingRules="true" /> </targets> <rules> <logger name="*" minlevel="Trace" writeTo="logfile" /> <logger name="*" minlevel="Info" writeTo="console" /> </rules> </nlog> <startup> </startup> <runtime> <dependentAssembly> <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" /> </dependentAssembly> <dependentAssembly> <bindingRedirect oldVersion="0.0.0.0-2.4.5947.17248" newVersion="2.4.5947.17248" /> </dependentAssembly> </runtime> </configuration>
PROOF
DL : https://github.com/d-haxton/HaxtonBot/releases
 

452,292

323,526

323,535

Top