C# Class CSGOTriggerbot.CSGOClasses.Framework

Afficher le fichier Open project: BigMo/Zat-s-External-CSGO-Multihack-v3 Class Usage Examples

Private Properties

Свойство Type Description
Shoot void

Méthodes publiques

Méthode 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

Méthode Description
Shoot ( ) : void

Method Details

DoAimbot() public méthode

public DoAimbot ( ) : void
Résultat void

DoRCS() public méthode

public DoRCS ( bool aimbot = false ) : void
aimbot bool
Résultat void

DoTriggerbot() public méthode

public DoTriggerbot ( ) : void
Résultat void

Framework() public méthode

public Framework ( ProcessModule clientDll, ProcessModule engineDll ) : System
clientDll System.Diagnostics.ProcessModule
engineDll System.Diagnostics.ProcessModule
Résultat System

IsPlaying() public méthode

public IsPlaying ( ) : bool
Résultat bool

SetViewAngles() public méthode

public SetViewAngles ( Vector3 viewAngles, bool clamp = true ) : void
viewAngles Vector3
clamp bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void