Search results

  1. RoccoZero

    Update 18.11.2020

    Added Menu->General->Menu Hold Key and Menu Toggle Key Improved Updater
  2. RoccoZero

    Update 16.11.2020

    GameRenderer Added event Draw Added void DrawLine(Vector2 start, Vector2 end, Color color) Added void DrawCircle(Vector2 position, UInt radius, UInt segments, Color color) Added void DrawRect(Vector2 position, Vector2 size, Color color) Added void DrawRect(Vector2 position, Vector2 size, Color...
  3. RoccoZero

    Update 16.11.2020

    Added Library Divine.Menu Added Library Divine.SDK // empty :) Added class GameRenderer Added class MenuManager // and RootMenu, Menu, MenuItem, MenuHoldKey etc Fixed Others RendererManager Added GameRenderer GameRenderer Added Vector2 ScreenSize Removed event Draw Removed void...
  4. RoccoZero

    Update 15.11.2020

    * Small Fix
  5. RoccoZero

    Update 15.11.2020

    Loader Improved Update Fixed Bugs
  6. RoccoZero

    Update 09.11.2020

    Fixed Crash
  7. RoccoZero

    Update 08.11.2020

    Fixed More Improved More Added class D3D11Context Added class D3D11Renderer RendererManager Added D3D11Renderer D3D11Renderer D3D11Renderer Added event Draw() Added D3D11Context Context Added void LoadTexture(string textureKey, Stream stream) Added void DrawLine(Vector2 start, Vector2 end...
  8. RoccoZero

    Update 31.10.2020

    Update for Diretide 2020 Added F5 Reload Hotkey Added F6 Unload Hotkey Added class ConVarManager Removed class ConVar InputManager Removed event WndProc Added event WindowProc Game Removed ConVar GetConVar(string name) ConVarManager Added int GetInt32(string name) Added float...
  9. RoccoZero

    Update 25.10.2020

    ModifierStatus Fixed IEnumerable<Modifier> Buffs Fixed IEnumerable<Modifier> Debuffs Added IEnumerable<Modifier> GetModifiersByName(string name) Added IEnumerable<Modifier> GetBuffsByName(string name) Added IEnumerable<Modifier> GetDebuffsByName(string name) Added Modifier...
  10. RoccoZero

    Update 24.10.2020

    ApiManager Added IEnumerable<string> BrokenRegisteredApis ModifierStatus Added bool IsValid Added Unit Owner Added IEnumerable<Modifier> Modifiers Added IEnumerable<Modifier> Buffs Added IEnumerable<Modifier> Debuffs Modifier Added Int Index Added bool IsValid Added Entity Owner Added...
  11. RoccoZero

    Update 24.10.2020

    Improved Initialize //fixed crash when starting Dota Fixed More Others Added class KeyValue Added class ApiManager Added class ModifierStatus Added class Modifier Added enum ModifierAttributes Ability Fixed KeyValue KeyValue AbilityData Fixed KeyValue KeyValue Game Added event FireEvent...
  12. RoccoZero

    Update 16.10.2020

    Fixed Others Added Spellbook Added Spell Added SpellSlot Improved Inventory Ability Improved AbilityData Unit Added Spellbook Inventory Fixed GetItems(ItemSlot startSlot, ItemSlot endSlot) Fixed AllItems Fixed Items Fixed Stash Fixed Backpack Spellbook Added IsValid Added Owner Added...
  13. RoccoZero

    Update 15.10.2020

    Fixed Others Added Inventory Added GameMode Added GameState Game Fixed GameMode Fixed GameState Unit Added Inventory Ability Fixed Name Fixed ToString() Inventory Added IsValid Added Owner Added GetItems(ItemSlot startSlot, ItemSlot endSlot) Added AllItems Added Items Added Stash...
  14. RoccoZero

    Update 14.10.2020

    Unit Fixed IsControllable Fixed IsControllableByPlayer(Player player) Fixed AttackSpeed Fixed AttacksPerSecond Fixed SecondsPerAttack Fixed Armor Fixed BaseArmor Fixed BonusArmor Fixed MovementSpeed Fixed MagicDamageResist Fixed DamageResist Fixed StatusResist
  15. RoccoZero

    Update 09.10.2020

    AbilityData Added ItemRecipeName
  16. RoccoZero

    Update 09.10.2020

    Item Added IsCombinable Added IsPermanent Added IsStackable Added IsRecipe Added Shareability Added IsDroppable Added IsPurchasable Added IsSellable Added IsRequiringCharges Added IsDisplayingCharges Added IsHidingCharges Added IsKillable Added IsDisassemblable Added IsAlertable Added...
  17. RoccoZero

    Update 08.10.2020

    Entity Added NetworkPropertyChange //Multi thread!!! Fixed Owner //Crash Fixed IsVisibleToEnemies
  18. RoccoZero

    Update 04.10.2020

    Fixed auto update Divine
  19. RoccoZero

    Update 03.10.2020

    * Update Loader By Jumpering
  20. RoccoZero

    Update 03.10.2020

    ParticleManager Added Auto clear on unload domain Added RemoveParticle(Particle particle) Added ClearParticles()