Skip to content

Drew-Alleman/Plutonium-Vsat-Hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plutonium-Vsat-Hack

Internal Plutonium Black Ops II Constant VSAT hack. Under the folder /CT/ you can
find the cheat table i used.

Showcase

radar

Injection / When To Inject

I injected using the Xenos Injector Make sure to use manuel map injection.
For Xenos you can find this under advanced settings. Inject DLL Once you have loaded into a server. Manual Map.

How To Compile

  1. Make sure precompiled headers is off
  2. Make sure output file is a dll.
  3. Build under Release -> x86 -> Local Windows Debugger

Direct Download

you can go to releases to download the latest compiled dll.

KeyBinds

Keybind Feature
NUMPAD 1 TOGGLE ON/OFF

Addresses

namespace addresses {
	const uintptr_t VSAT_ADDRESS = 0x8E1304;
	const uintptr_t VSAT_OFFSET = 0x1B8;
}