C# Class CSGOTriggerbot.CSGOClasses.Framework

Show file Open project: BigMo/Zat-s-External-CSGO-Multihack-v3 Class Usage Examples

Private Properties

Property Type Description
Shoot void

Public Methods

Method Description
DoAimbot ( ) : void
DoRCS ( bool aimbot = false ) : void
DoTriggerbot ( ) : void
Framework ( ProcessModule clientDll, ProcessModule engineDll ) : System
IsPlaying ( ) : bool
SetViewAngles ( Vector3 viewAngles, bool clamp = true ) : void
Update ( ) : void

Private Methods

Method Description
Shoot ( ) : void

Method Details

DoAimbot() public method

public DoAimbot ( ) : void
return void

DoRCS() public method

public DoRCS ( bool aimbot = false ) : void
aimbot bool
return void

DoTriggerbot() public method

public DoTriggerbot ( ) : void
return void

Framework() public method

public Framework ( ProcessModule clientDll, ProcessModule engineDll ) : System
clientDll System.Diagnostics.ProcessModule
engineDll System.Diagnostics.ProcessModule
return System

IsPlaying() public method

public IsPlaying ( ) : bool
return bool

SetViewAngles() public method

public SetViewAngles ( Vector3 viewAngles, bool clamp = true ) : void
viewAngles Vector3
clamp bool
return void

Update() public method

public Update ( ) : void
return void