Skip to content

KnifeLemon/Left4Dead2-Autobhop-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Use

Type to CMD or Batch

L4D2_AutoBhop_New.exe PlayerBase mFlag

Example :

L4D2_AutoBhop_New.exe 0x7094D8 0xF0

if want Add more player Flags

Edit [Player.cs -> 32 Line]


  - 129 : Stand Ground
  - 131 : Duck Ground
  - 641 : Stand on Water
  - 643 : Duck on Water
  return flag == 129 || flag == 131 || flag == 641 || flag == 643;

About

Left4Dead2 Autobhop CSharp Source Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages