Search results

  1. B

    divine broken ?

  2. B

    overwolf broken ?

    news ? fix ?
  3. B

    overwolf broken ?

    can fix ?
  4. B

    overwolf broken ?

    This past morning I realized that it only shows the roles but the heroes of the last 5 matches and not spammer.
  5. B

    Can I get vision value ?

    Is there a way to get unit.vision at day and night? example: units.Where(x => x.DistanceSquared(unit) < (x.IsCreep ? 800 : 1800)).FirstOrDefault(); to something like: units.Where(x => x.DistanceSquared(unit) < x.VisionRange).FirstOrDefault();
  6. B

    Update 28.03.2022

    sorry it is rare to happen when I catch it again I can show a small recording
  7. B

    Update 28.03.2022

    oh I changed settings and it indeed looked more legit. The only weird thing that happens now is the screen sometimes gets too much near the edge so my character and my mouse actions are covered by minimap and hud.
  8. B

    How to run local plugins ?

    oh this worked, thanks
  9. B

    How to run local plugins ?

    I'm doing this but it seems to don't be running, look: test2 is same path as Test 3 its a clean project from github
  10. B

    How to run local plugins ?

    HI I did some coding and tried downloading existing ones and add 'csproj path' but I dont know how to make it run. I added "divine.dll" reference. From having the code what is the next steps to run it ? ( the max that I got until now is: 'plugin ID 357 doesnt exist' )
  11. B

    tee.snatcher

    oh amazing, thanks. it is perfect now
  12. B

    Develop a new script

    oh thanks, that helps a lot, soon I will make a new script
  13. B

    tee.snatcher

    that's actually much better ( looks more legit ), but it is missing the aghanim shard. *edit another test it is not taking the aghanim blessing like the tee.snatcher one. ( shard was beeing taken on tee.snatcher )
  14. B

    tee.snatcher

    it is not picking up aghanim's blessing - roshan and the aghanim icon is picking up the shard instead
  15. B

    Update 28.03.2022

    humanizer is looking way too weird for me. like flickering the camera and moving too fast. in a way that it looks too obvious that I'm cheating. is there any recommended settings to make it look more legit ?
  16. B

    Develop a new script

    How do I see open coded scripts, so I can start developing? I have an idea already on how to start. but would be better if I could base myself on a good example. I have nice ideas for new scripts.
  17. B

    Release O9K // Item Manager

    Hi, rocco amazing script. Could you make an option to the 'autobuy - tome of knowledge' to buy only under certain level ,like 6?
  18. B

    Release O9K // AIO

    Amazing script roccozero. I'm just having some problems with legion commander. it waits until gets on blink range to blink(it constantly makes me lose dagger due to me expecting it to blink earlier), while there is things like duel range and stuff that make you able to use duel from farther...