tf2.afkbot.txt 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. "Games"
  2. {
  3. "tf"
  4. {
  5. "Functions"
  6. {
  7. "ClientPutInServer()"
  8. {
  9. "signature" "ClientPutInServer()"
  10. "callconv" "cdecl"
  11. "return" "void"
  12. "arguments"
  13. {
  14. "edict"
  15. {
  16. "type" "edict"
  17. }
  18. "name"
  19. {
  20. "type" "charptr"
  21. }
  22. }
  23. }
  24. "CTFBot::PhysicsSimulate()"
  25. {
  26. "signature" "CTFBot::PhysicsSimulate()"
  27. "callconv" "thiscall"
  28. "return" "void"
  29. "this" "entity"
  30. }
  31. "NextBotPlayer<CTFPlayer>::Update()"
  32. {
  33. "signature" "NextBotPlayer<CTFPlayer>::Update()"
  34. "callconv" "thiscall"
  35. "return" "void"
  36. "this" "entity"
  37. }
  38. "NextBotPlayer<CTFPlayer>::IsFakeClient()"
  39. {
  40. "offset" "NextBotPlayer<CTFPlayer>::IsFakeClient()"
  41. "hooktype" "entity"
  42. "this" "entity"
  43. "return" "bool"
  44. }
  45. "CBaseEntity::IsNetClient()"
  46. {
  47. "offset" "CBaseEntity::IsNetClient()"
  48. "hooktype" "entity"
  49. "this" "entity"
  50. "return" "bool"
  51. }
  52. "CBasePlayer::IsBot()"
  53. {
  54. "offset" "CBasePlayer::IsBot()"
  55. "hooktype" "entity"
  56. "this" "entity"
  57. "return" "bool"
  58. }
  59. "CBasePlayer::ProcessUsercmds()"
  60. {
  61. "offset" "CBasePlayer::ProcessUsercmds()"
  62. "hooktype" "entity"
  63. "this" "entity"
  64. "return" "void"
  65. "arguments"
  66. {
  67. "cmds"
  68. {
  69. "type" "objectptr"
  70. }
  71. "num_cmds"
  72. {
  73. "type" "int"
  74. }
  75. "total_cmds"
  76. {
  77. "type" "int"
  78. }
  79. "num_dropped_packets"
  80. {
  81. "type" "int"
  82. }
  83. "paused"
  84. {
  85. "type" "bool"
  86. }
  87. }
  88. }
  89. }
  90. "Signatures"
  91. {
  92. "CTFBot::AllocatePlayerEntity()"
  93. {
  94. "library" "server"
  95. "linux" "@_ZN6CTFBot20AllocatePlayerEntityEP7edict_tPKc"
  96. }
  97. "ClientPutInServer()"
  98. {
  99. "library" "server"
  100. "linux" "@_Z17ClientPutInServerP7edict_tPKc"
  101. }
  102. "CTFBot::PhysicsSimulate()"
  103. {
  104. "library" "server"
  105. "linux" "@_ZN6CTFBot15PhysicsSimulateEv"
  106. }
  107. "NextBotPlayer<CTFPlayer>::Update()"
  108. {
  109. "library" "server"
  110. "linux" "@_ZN13NextBotPlayerI9CTFPlayerE6UpdateEv"
  111. }
  112. "EDICT_NUM()"
  113. {
  114. "library" "engine"
  115. "linux" "@_Z9EDICT_NUMi"
  116. }
  117. }
  118. "Offsets"
  119. {
  120. "CBasePlayer::ProcessUsercmds()"
  121. {
  122. "linux" "422"
  123. }
  124. "CBaseEntity::IsNetClient()"
  125. {
  126. "windows" "81"
  127. "linux" "82"
  128. }
  129. "CBasePlayer::IsBot()"
  130. {
  131. "windows" "446"
  132. "linux" "447"
  133. }
  134. "NextBotPlayer<CTFPlayer>::IsFakeClient()"
  135. {
  136. "windows" "340"
  137. "linux" "342"
  138. }
  139. }
  140. }
  141. }