AlpacaLibary  1.63
A closed source C++ bot for OSRS
Profile.hpp
Go to the documentation of this file.
1 #ifndef PROFILE_HPP_INCLUDED
2 #define PROFILE_HPP_INCLUDED
3 
4 #include "../../Core/Types/Timer.hpp"
5 #include <cstdint>
6 #include <string>
7 
8 namespace Profile
9 {
10  std::string GetUsername();
11  std::string GetPassword();
12  std::string GetBankPin();
13  std::int32_t GetWorld();
14  void SetWorld(std::int32_t World);
15 
16  bool GetIsMember();
17 
18  std::int32_t GetInteractableMean();
20 
21  std::int32_t GetMoveMean();
22  double GetMoveDeviation();
23 
24  std::int32_t GetMouseDownMean();
26 
27  std::int32_t GetMouseUpMean();
29 
30  std::int32_t GetKeyDownMean();
32 
33  std::int32_t GetKeyUpMean();
35 
36  std::int32_t GetScrollAmount();
38  std::int32_t GetScrollGapMean();
40  std::int32_t GetScrollDelayMean();
42 
45 
48 
51 
54 
57 
60 
62 
67  double GetPivotMean();
69  double GetSplineMean();
71  double GetAngleMean();
73 
74  double GetFatigue();
75  double GetFatigueGain();
76  double GetFatigueLoss();
77  double GetFatigueMax();
78 
82  double GetMiniBreakFor();
84 
88  double GetShortBreakFor();
90 
94  double GetLongBreakFor();
96 
97  bool UseProxy();
98  std::string GetProxyHost();
99  std::string GetProxyPort();
100  std::string GetProxyUsername();
101  std::string GetProxyPassword();
102 
103  void SetRawInteractableMean(std::int32_t Mean);
104  std::int32_t GetRawInteractableMean();
105  void SetRawInteractableDeviation(double Deviation);
107 
108  void SetRawMoveMean(std::int32_t Mean);
109  std::int32_t GetRawMoveMean();
110  void SetRawMoveDeviation(double Deviation);
112 
113  void SetRawMouseDownMean(std::int32_t Mean);
114  std::int32_t GetRawMouseDownMean();
115  void SetRawMouseDownDeviation(double Deviation);
117 
118  void SetRawMouseUpMean(std::int32_t Mean);
119  std::int32_t GetRawMouseUpMean();
120  void SetRawMouseUpDeviation(double Deviation);
122 
123  void SetRawKeyDownMean(std::int32_t Mean);
124  std::int32_t GetRawKeyDownMean();
125  void SetRawKeyDownDeviation(double Deviation);
127 
128  void SetRawKeyUpMean(std::int32_t Mean);
129  std::int32_t GetRawKeyUpMean();
130  void SetRawKeyUpDeviation(double Deviation);
132 
133  void SetPointGenAccuracy(double Accuracy);
134 
135 }
136 
137 #endif // PROFILE_HPP_INCLUDED
std::int32_t GetInteractableMean()
std::string GetPassword()
std::string GetProxyHost()
std::string GetProxyUsername()
double GetPivotMean()
double GetAngleMean()
double GetConvexProbabilityY()
double GetItemProbabilityX()
std::int32_t GetScrollDelayMean()
double GetMouseDownDeviation()
double GetRawMoveDeviation()
double GetShortBreakEvery()
std::int32_t GetMouseDownMean()
std::int32_t GetRawMoveMean()
double GetStandardDeviationY()
double GetConvexProbabilityX()
double GetBoxProbabilityY()
double GetFatigue()
std::int32_t GetWorld()
double GetShortBreakFor()
bool GetIsMember()
void SetRawKeyUpDeviation(double Deviation)
std::int32_t GetRawInteractableMean()
double GetPointGenAccuracy()
std::int32_t GetRawKeyDownMean()
void SetPointGenAccuracy(double Accuracy)
std::int32_t GetRawKeyUpMean()
bool UseProxy()
double GetBoxProbabilityX()
double GetShortBreakEveryDeviation()
double GetScrollAmountDeviation()
double GetLongBreakEvery()
std::int32_t GetScrollAmount()
std::int32_t GetKeyDownMean()
double GetWidgetProbabilityY()
void SetWorld(std::int32_t World)
double GetAccelerationDeviation()
double GetAngleDeviation()
double GetDecelerationMean()
double GetShortBreakForDeviation()
std::int32_t GetMouseUpMean()
void SetRawMouseDownMean(std::int32_t Mean)
bool GetShortBreakEnabled()
void SetRawMouseUpMean(std::int32_t Mean)
double GetRawKeyUpDeviation()
double GetAccelerationMean()
void SetRawInteractableDeviation(double Deviation)
double GetWidgetProbabilityX()
std::int32_t GetMoveMean()
double GetLongBreakEveryDeviation()
double GetScrollDelayDeviation()
double GetMenuProbabilityX()
void SetRawKeyDownMean(std::int32_t Mean)
double GetMoveDeviation()
double GetSplineMean()
bool GetLongBreakEnabled()
double GetMiniBreakForDeviation()
std::string GetProxyPort()
double GetRawKeyDownDeviation()
void SetRawKeyDownDeviation(double Deviation)
double GetRawMouseDownDeviation()
void SetRawMouseUpDeviation(double Deviation)
double GetKeyDownDeviation()
double GetStandardDeviationX()
double GetSplineDeviation()
void SetRawMoveDeviation(double Deviation)
double GetInteractableDeviation()
std::string GetUsername()
void SetRawMouseDownDeviation(double Deviation)
bool GetMiniBreakEnabled()
double GetScrollGapDeviation()
void SetRawKeyUpMean(std::int32_t Mean)
std::string GetBankPin()
double GetFatigueLoss()
double GetFatigueGain()
double GetDecelerationDeviation()
std::string GetProxyPassword()
double GetMiniBreakFor()
std::int32_t GetRawMouseDownMean()
double GetRawInteractableDeviation()
double GetPivotDeviation()
double GetMenuProbabilityY()
void SetRawInteractableMean(std::int32_t Mean)
double GetMiniBreakEvery()
double GetItemProbabilityY()
double GetFatigueMax()
double GetLongBreakForDeviation()
double GetKeyUpDeviation()
std::int32_t GetScrollGapMean()
double GetRawMouseUpDeviation()
void SetRawMoveMean(std::int32_t Mean)
double GetMiniBreakEveryDeviation()
double GetLongBreakFor()
std::int32_t GetKeyUpMean()
double GetMouseUpDeviation()
std::int32_t GetRawMouseUpMean()