C# 클래스 CSGOTriggerbot.CSGOClasses.Framework

파일 보기 프로젝트 열기: BigMo/Zat-s-External-CSGO-Multihack-v3 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Shoot void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Shoot ( ) : void

메소드 상세

DoAimbot() 공개 메소드

public DoAimbot ( ) : void
리턴 void

DoRCS() 공개 메소드

public DoRCS ( bool aimbot = false ) : void
aimbot bool
리턴 void

DoTriggerbot() 공개 메소드

public DoTriggerbot ( ) : void
리턴 void

Framework() 공개 메소드

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

IsPlaying() 공개 메소드

public IsPlaying ( ) : bool
리턴 bool

SetViewAngles() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void