Foro de elhacker.net

Programación => .NET (C#, VB.NET, ASP) => Mensaje iniciado por: Eleкtro en 17 Abril 2018, 18:05 pm



Título: [SOURCE-CODE] Colección de plugins para SmartBot ( Hearthstone )
Publicado por: Eleкtro en 17 Abril 2018, 18:05 pm
Buenas.

He desarrollado una pequeña colección de seis plugins para SmartBot, el famoso bot para el videojuego Hearthstone de Blizzard.

Si son usuarios registrados, aquí pueden encontrar todas mis publicaciones:

  • SmartBotKit.Core API (https://smartbot.pw/index.php?/topic/9069-plugin-smartbotkitcore-api/)
  • [PLUGIN] Multi Launcher (https://smartbot.pw/index.php?/topic/9075-plugin-multi-launcher/)
  • [PLUGIN] Panic Button (https://smartbot.pw/index.php?/topic/9074-plugin-panic-button/)
  • [PLUGIN] System Tray Icon (https://smartbot.pw/index.php?/topic/9073-plugin-system-tray-icon/)
  • [PLUGIN] TaskBar Info (https://smartbot.pw/index.php?/topic/9072-plugin-taskbar-info/)
  • [PLUGIN] Ultimate Emoter (https://smartbot.pw/index.php?/topic/9071-plugin-ultimate-emoter/)
  • [PLUGIN] Window Restorator (https://smartbot.pw/index.php?/topic/9070-plugin-window-restorator/)

Si no son usuarios registrados entonces están perdiendo su tiempo leyendo este post por que no les sirve de mucho este aporte. :P

Aquí tienen el código fuente:

(https://i.imgur.com/708adIW.jpg) (https://github.com/ElektroStudios/SmartBotKit)

Saludos.


Título: Re: [SOURCE-CODE] Colección de plugins para SmartBot ( Hearthstone )
Publicado por: Eleкtro en 16 Agosto 2019, 02:18 am
Versión 3.1:

    AdvancedAutoConcede.dll:
    Fixed an issue in which the number of remaining automatic concedes in the log was not displayed correctly.

    BattleTagCrawler.dll:
    Fixed an issue in which battletags were crawled outside the hour range specified in the plugin configuration window.

    SystemTrayIcon.dll, TaskBarInformer.dll and WindowRestorator.dll:
    All of these three plugins and its features has been joined into a new, single assembly: UIEnhancer.dll

    (So you must manually delete the old assemblies from your plugins directory, in order to avoid possible conflicts.)

    Other Changes:
    Updated the versions of SBAPI.dll, HearthMirror.dll and HearthWatcher.dll assemblies.