Wolf49406 / Dota2Patcher

Free Dota Plus, Auto Accept, Unlocked sv_cheats, vpk-mods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To:

  • Download latest release;
  • Launch Dota2Patcher, select [1] Patch All or desired function;
  • To remove, select [5] Revert Patches;
  • Or you can use some launch params. Take a look at #24

NOTICE: You need to patch after almost every update of the game client!

Want some more?

Take a look at my (partially free) cheat!
Free version includes:

  • Range Display -- Blink, Exp, Towers
  • Ability ESP (Sun Strike, Torrent etc)
  • True Sight Detection
  • Enemy Linken's Sphere Notification
  • Enemy Illusion Detection
  • Roshan Timer
  • Enemy HP \ Mana \ Mana Bar
  • Camera Distance Changer
  • fog_enable
  • fow_client_nofiltering
  • dota_use_particle_fow
  • Dota Plus Unlock
  • Game Auto Accept
  • Creeps LastHit Marker
  • Weather Changer
  • River Vials Changer

Auto Accept Founded Match

vpk-mod to automatically accept founded match.

How To:

  • Download pak01_dir.vpk;
  • Create \dota 2 beta\game\auto_accept\ folder;
  • Put pak01_dir.vpk to auto_accept folder;
  • Add Game auto_accept & Mod auto_accept to gameinfo.gi (Described below);

FREE DOTA PLUS

Unlock Dota Plus -- completely free and forever!

image

sv_cheats unlock

Allows you to use any cheat-protected commands in multiplayer (ex: dota_camera_distance 1500)

Popular convars (cheat commands):

  • sv_cheats: default 0
    • 1 - Unlock convars thats have cheat flag (use it first!)
      • ex. sv_cheats 1
  • dota_use_particle_fow: default 1
    • 0 - Show hidden spells (particles) and teleports in map's fog
      • ex. dota_use_particle_fow 0
  • fog_enable: default 1
    • 0 - Remove fog
      • ex. fog_enable 0
  • fow_client_nofiltering: default 0
    • 1 - Remove anti-aliasing of fog
      • ex. fow_client_nofiltering 1
  • dota_camera_distance: default 1200
    • *any number* - change camera distance
      • ex. dota_camera_distance 1500
  • r_farz: default -1
    • 18000 - Override the far clipping plane
    • You need multiply x2 of camera distance or just set 18000
      • ex. dota_camera_distance 1500 -> r_farz 3000
  • dota_range_display: default 0
    • *any number* - Displays a ring around the hero at the specified radius
      • ex. dota_range_display 1200
  • cl_weather: default 0
    • *any number*(1-10) - Change weather
      • ex. cl_weather 8

Raw

  • just copy raw list and past to console
sv_cheats 1; dota_use_particle_fow 0; fog_enable 0; fow_client_nofiltering 1; dota_camera_distance 1500; r_farz 3000;

gameinfo.gi CRC file check bypass

Allows you to use vpk mods like well known No-Bling.

How To:

  • Drop desired vpk to your mods folder inside \dota 2 beta\game\ (ex: \dota 2 beta\game\dota_tempcontent);
  • Open \dota 2 beta\game\dota\gameinfo.gi with text editor;
  • Change line 39 to Game dota_tempcontent
  • And line 40 to Mod dota_tempcontent

gameinfo.gi should look like this:

image

About

Free Dota Plus, Auto Accept, Unlocked sv_cheats, vpk-mods


Languages

Language:C 96.1%Language:C++ 3.9%