Search results

  1. RoccoZero

    Announcement Chargeback FAQ

    What Is A Chargeback A chargeback is a dispute between your bank and a merchant -- in this case Divine and it's payment providers. The funds you paid for our services are returned to your bank account, leaving us back with a lot of trouble and penalty fees. It can happen for a few reasons, for...
  2. RoccoZero

    Update 13.01.2024

    Item Added bool IsNeutralDrop { get; } Added Team NeutralDropTeam { get; }
  3. RoccoZero

    Announcement Happy New Year 2024!

    🎇 New Year's Magic brings magical discounts! 🎇 Hello, gamers and Dota enthusiasts! The New Year is just around the corner, and to make your holidays even more exciting, we're excited to announce the start of a New Year's promotion on all our Dota cheats! From December 25th to January 5th, we...
  4. RoccoZero

    Update 03.09.2023

    * Fixed false notification Visible By Enemy * Fixed random errors Modifier Added float CreationTime { get; } Added Entity? AuraOwner { get; } Fixed IEnumerable<ModifierFunction> Functions { get; } NetworkManager * Fixed event GCMessageSend
  5. RoccoZero

    Update 22.08.2023

    Entity Added uint NetworkHandle { get; } Added int GetSerialByHandle(uint handle) Added int GetSerialByNetworkHandle(uint networkHandle) Added int GetIndexByHandle(uint handle) Added uint GetHandleByNetworkHandle(uint networkHandle) Added uint GetNetworkHandleByHandle(uint handle) Added uint...
  6. RoccoZero

    Update 06.06.2023

    Fixed bugs Projectile Fixed crash Fixed random bugs Added class SoundPlayer Added class SoundData Added class RiffParser SoundPlayer // Will improve later Added IXAudio2* XAudio2 { get; } Added IXAudio2MasteringVoice* MasteringVoice { get; } Added IXAudio2SourceVoice*...
  7. RoccoZero

    Update 13.05.2023

    Added class ModifierFunction Added enum ModifierFunctionId Added enum ModifierFunctionValueType Added struct ModifierFunctionValue Unit Improved UnitState UnitState { get; set; } // now can set own UnitState Improved UnitState DebuffState { get; } Modifier Added...
  8. RoccoZero

    Update 27.03.2023

    Fixed random errors Improved and Optimized Entity * Added int Serial { get; } EntityManager // Reworked big optimization and fixed random errors Added event EntityCreate Added event EntityDestroy
  9. RoccoZero

    Announcement Spoofer/Cleaner

    ENG: Good day dear friends! We're announcing our best spofer for Dota 2. To spoof your system, you'll need to click on the luncher with pkm and select the Spoofer/Cleaner function. Please note that your Dota configs will be lost, but we have made a system of backup, namely your configs are...
  10. RoccoZero

    Update 23.03.2023

    Unit Fixed UnitState UnitState { get; } Added class ClassInfo NetworkManager * Added NetProtobuf? FlattenedSerializer { get; } GameManager Improved float GameTime { get; } // now works in the main menu Improved float RawGameTime { get; } // now works in the main menu AbilityData * Fixed...
  11. RoccoZero

    Update for new patch 7.32e 07.03.2023

    Fixed crash Fixed errors Updated ClassId Updated HeroId Updated AbilityId
  12. RoccoZero

    Experimental VisibleByEnemy

    We added experimental VisibleByEnemy it works on prediction and sometimes it can give false information also needs a lot of improvement. this function requires plugins which has VisibleByEnemy for example VisibleByEnemyPlus or O9K.Hud VisibleByEnemy. It is absolutely safe as no dangerous...
  13. RoccoZero

    Update 27.02.2023

    Fixed bugs and errors Added Prediction Visible By Enemy // Experimental! 'General Settings->Dev->Enable' default enabled GameManager Added float FrameTime { get; } Added int FrameCount { get; } Added float FPS { get; }
  14. RoccoZero

    Announcement Happy New Year 2023!

    Good day dear friends! New Year is the time of joy, happiness, gifts and a special atmosphere. Every day our project is getting better and better because of you! We thank each and every one of our users for your feedback, bug reports and simply for the hours spent with the cheat. You are our...
  15. RoccoZero

    Update 27.11.2022

    AbilityData Fixed other bugs Fixed float GetChargeRestoreTime(uint index)
  16. RoccoZero

    Update 06.11.2022

    Updated for latest version dota Fixed random crash and errors Ability Fixed AbilityData AbilityData { get; } Entity Fixed Color ColorTint { get; set; }
  17. RoccoZero

    Update 27.10.2022

    NetworkManager Added void SendNetMessage(NetMessageId messageId, byte[] buffer) Added void SendGCMessage(GCMessageId messageId, ulong jobId, byte[] buffer)
  18. RoccoZero

    Update 30.09.2022

    ProjectileManager Fixed event LinearProjectileCreate Fixed event LinearProjectileDestroy Fixed event LinearProjectileAdded Fixed event LinearProjectileRemoved Fixed event TrackingProjectileDestroy // fixed random bugs Fixed event TrackingProjectileRemoved // fixed random bugs LinearProjectile...
  19. RoccoZero

    Update 04.09.2022

    * Fixed TrackingProjectile Entity * Fixed string Model { get; set; } NetworkManager * Fixed event GCMessageReceived