Advertisement
Shnxxx

botprofile.db

Apr 21st, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.91 KB | None | 0 0
  1. //----------------------------------------------------------------------------
  2. // BotProfile.db
  3. // Author: Michael S. Booth, Turtle Rock Studios (www.turtlerockstudios.com)
  4. //
  5. // This database defines bot "personalities".
  6. // Feel free to edit it and define your own bots.
  7. //
  8. // 2017: NEW BOT EDITS, PROFILES, NAMES, and SKILLS V1.5 BY dDefinder
  9. // New bot names, skill and weapon trees. Aim and movement for bots should now simulate keyboard and mouse and not a controller.
  10. // Playing on normal difficulty will be like playing on a public server with mixed skill levels between normal and expert. More harder bots will join on hard difficultly and only high level bots will be in expert.
  11. // Overall difficultly increase for all bot skills.
  12. // v1.1: Added new bot skill, minor aim speed increase, removed duplicate name, switch profiles of certain bots.
  13. // Limitations: Bots no longer buy pistols, this was patched out after a certain update. During eco they will not buy a better pistol or save, instead they will just buy a random weapon that they can afford until they can buy the one in their next Weaponpreference.
  14. // v1.2: Added buy limit for higher leveled bots (saving)
  15. // v1.3: Rebalanced Aim Focus for normal to expert level. Added Separate Profiles for lower leveled snipers so that they can now aim properly. Minor name changes. Minor profile and gun tree changes. Minor Look Angle changes. Bug Fixes.
  16. // v1.4: Tweaked aggression and teamwork for high level bots. Minor profile changes. Removed a duplicate name. Fixed mission skill templates.
  17. // v1.5: Fixed expert bots not working since last CSGO update. Reduced chance of expert bots appearing in normal and easy. Removed pistol from weapon list, this will allow bots to buy other pistols besides the default. Minor aim adjustments to expert and elite bots
  18. //----------------------------------------------------------------------------
  19.  
  20.  
  21. //
  22. // All profiles begin with this data and overwrite their own
  23. //
  24. Default
  25. Skill = 100
  26. Aggression = 100
  27. ReactionTime = 0
  28. AttackDelay = 0
  29. Teamwork = 100
  30. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  31. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  32. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  33. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  34. WeaponPreference = vest
  35. Cost = 0
  36. Difficulty = EXPERT
  37. VoicePitch = 100
  38. Skin = 0
  39. LookAngleMaxAccelNormal = 20000.0 // how quickly a bot will move their cross hair look at you (2000.0 default)
  40. LookAngleStiffnessNormal = 1000.0 // how quickly a bot will lock onto you (100.0 default)
  41. LookAngleDampingNormal = 250.0 // dampen how much will the bot scan the area while not engaged (25.0 default)
  42. LookAngleMaxAccelAttacking = 30000.0 // ??how long a bot will keep an interest in their attacker (3000.0 default)
  43. LookAngleStiffnessAttacking = 1500.0 // how soon after spotting will a bot attack (150.0 default)
  44. LookAngleDampingAttacking = 300.0 // dampen how much a bot will compensate for recoil (30.0 default)
  45. End
  46.  
  47.  
  48. //----------------------------------------------------------------------------
  49.  
  50. //
  51. // These templates inherit from Default and override with their values
  52. // The name of the template defines a type that is used by individual bot profiles
  53. //
  54.  
  55.  
  56. // personality templates
  57. // stats added as a separate template since it would get overwritten by difficulty template
  58. //
  59. Template SniperPersonality
  60. Teamwork = 85
  61. Aggression = 70
  62. End
  63.  
  64. Template RiflePersonality
  65. Teamwork = 100
  66. Aggression = 80
  67. End
  68. // used after AUG/SG556 scope patch, to reduce camping for Punch bots
  69. Template PunchPersonality
  70. Teamwork = 95
  71. Aggression = 100
  72. End
  73.  
  74. Template PowerPersonality
  75. Teamwork = 80
  76. Aggression = 100
  77. End
  78.  
  79. Template AutoSniperPersonality
  80. Teamwork = 80
  81. Aggression = 50
  82. End
  83.  
  84.  
  85. // weapon preference templates
  86. // ~3-5 weapons supported for buytime
  87. // max 16 weapons supported during gameplay
  88. // You can make different priorities by adding whitespace between weaponpreferences
  89. // In that way, you can include different weapons (like pistols, nades...) without changing the item pool in the sequence.
  90. //
  91. // Just remember that first conditions must be met to buy the rest of the weapons.
  92.  
  93. Template Rifle
  94. WeaponPreference = defuser
  95.  
  96. WeaponPreference = m4a1
  97. WeaponPreference = ak47
  98. WeaponPreference = sg556
  99. WeaponPreference = aug
  100. WeaponPreference = negev
  101. WeaponPreference = m249
  102. WeaponPreference = scar20
  103. WeaponPreference = g3sg1
  104. WeaponPreference = awp
  105. WeaponPreference = galilar
  106. WeaponPreference = famas
  107. End
  108.  
  109. Template RifleT
  110. WeaponPreference = defuser
  111.  
  112. WeaponPreference = ak47
  113. WeaponPreference = m4a1
  114. WeaponPreference = sg556
  115. WeaponPreference = aug
  116. WeaponPreference = negev
  117. WeaponPreference = m249
  118. WeaponPreference = scar20
  119. WeaponPreference = g3sg1
  120. WeaponPreference = awp
  121. WeaponPreference = galilar
  122. WeaponPreference = famas
  123. End
  124.  
  125. Template Punch
  126. WeaponPreference = defuser
  127.  
  128. WeaponPreference = sg556
  129. WeaponPreference = aug
  130. WeaponPreference = m4a1
  131. WeaponPreference = ak47
  132. WeaponPreference = negev
  133. WeaponPreference = m249
  134. WeaponPreference = scar20
  135. WeaponPreference = g3sg1
  136. WeaponPreference = awp
  137. WeaponPreference = galilar
  138. WeaponPreference = famas
  139. End
  140.  
  141. Template PunchT
  142. WeaponPreference = defuser
  143.  
  144. WeaponPreference = sg556
  145. WeaponPreference = aug
  146. WeaponPreference = ak47
  147. WeaponPreference = m4a1
  148. WeaponPreference = negev
  149. WeaponPreference = m249
  150. WeaponPreference = scar20
  151. WeaponPreference = g3sg1
  152. WeaponPreference = awp
  153. WeaponPreference = galilar
  154. WeaponPreference = famas
  155. End
  156.  
  157. Template Sniper
  158. WeaponPreference = defuser
  159.  
  160. WeaponPreference = awp
  161. WeaponPreference = scar20
  162. WeaponPreference = g3sg1
  163. WeaponPreference = ak47
  164. WeaponPreference = m4a1
  165. WeaponPreference = sg556
  166. WeaponPreference = aug
  167. WeaponPreference = negev
  168. WeaponPreference = m249
  169. WeaponPreference = galilar
  170. WeaponPreference = famas
  171. WeaponPreference = ssg08
  172. End
  173.  
  174. Template Power
  175. WeaponPreference = defuser
  176.  
  177. WeaponPreference = negev
  178. WeaponPreference = m249
  179. WeaponPreference = scar20
  180. WeaponPreference = g3sg1
  181. WeaponPreference = ak47
  182. WeaponPreference = m4a1
  183. WeaponPreference = xm1014
  184. WeaponPreference = sg556
  185. WeaponPreference = aug
  186. WeaponPreference = awp
  187. WeaponPreference = galilar
  188. WeaponPreference = famas
  189. End
  190.  
  191. Template AutoSniper
  192. WeaponPreference = defuser
  193.  
  194. WeaponPreference = scar20
  195. WeaponPreference = g3sg1
  196. WeaponPreference = awp
  197. WeaponPreference = m4a1
  198. WeaponPreference = ak47
  199. WeaponPreference = sg556
  200. WeaponPreference = aug
  201. WeaponPreference = negev
  202. WeaponPreference = m249
  203. WeaponPreference = galilar
  204. WeaponPreference = famas
  205. WeaponPreference = ssg08
  206. End
  207.  
  208. Template Spray
  209. WeaponPreference = defuser
  210.  
  211. WeaponPreference = negev
  212. WeaponPreference = m249
  213. WeaponPreference = p90
  214. WeaponPreference = mp7
  215. WeaponPreference = m4a1
  216. WeaponPreference = ak47
  217. WeaponPreference = aug
  218. WeaponPreference = sg556
  219. WeaponPreference = galilar
  220. WeaponPreference = famas
  221. End
  222.  
  223. Template SniperPro
  224. WeaponPreference = awp
  225. WeaponPreference = m4a1
  226. WeaponPreference = ak47
  227. WeaponPreference = vest
  228. WeaponPreference = mp7
  229. //WeaponPreference = fiveseven
  230. //WeaponPreference = tec9
  231. End
  232.  
  233. Template RiflePro
  234. WeaponPreference = defuser
  235.  
  236. WeaponPreference = ak47
  237. WeaponPreference = m4a1
  238. WeaponPreference = sg556
  239. WeaponPreference = aug
  240. WeaponPreference = negev
  241. WeaponPreference = m249
  242. WeaponPreference = scar20
  243. WeaponPreference = g3sg1
  244. WeaponPreference = awp
  245. WeaponPreference = galilar
  246. WeaponPreference = famas
  247. End
  248.  
  249. Template Shotgun
  250. WeaponPreference = mag7
  251. WeaponPreference = xm1014
  252. WeaponPreference = nova
  253. WeaponPreference = mp7
  254. //WeaponPreference = elite
  255. //WeaponPreference = fiveseven
  256. End
  257.  
  258. Template OtherWeapons
  259. WeaponPreference = negev
  260. WeaponPreference = sawedoff
  261. WeaponPreference = bizon
  262. //WeaponPreference = fn57
  263. //WeaponPreference = elite
  264. End
  265.  
  266. // skill templates
  267. Template EliteAwp
  268. Skill = 100
  269. Rank = 2001
  270. Cost = 3200
  271. Aggression = 100
  272. AttackDelay = 0
  273. Teamwork = 100
  274. Difficulty = EXPERT+EXPERT+EXPERT+EXPERT
  275. ReactionTime = 0
  276. VoicePitch = 100
  277. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  278. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  279. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  280. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  281. End
  282.  
  283. Template ElitePassive
  284. Skill = 100
  285. Rank = 2000
  286. Cost = 3200
  287. Aggression = 45
  288. AttackDelay = 0
  289. Teamwork = 100
  290. Difficulty = EXPERT+EXPERT+EXPERT+HARD
  291. ReactionTime = 0
  292. VoicePitch = 100
  293. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  294. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  295. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  296. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  297. End
  298.  
  299. Template Elite
  300. Skill = 100
  301. Rank = 2000
  302. Cost = 3200
  303. Aggression = 90
  304. AttackDelay = 0
  305. Teamwork = 100
  306. Difficulty = EXPERT+EXPERT+EXPERT+NORMAL
  307. ReactionTime = 0
  308. VoicePitch = 100
  309. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  310. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  311. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  312. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  313. End
  314.  
  315. Template ExpertAwp
  316. Skill = 97
  317. Rank = 1700
  318. Cost = 2400
  319. Aggression = 55
  320. AttackDelay = 0
  321. Teamwork = 100
  322. Difficulty = EXPERT+EXPERT+EXPERT+EASY
  323. ReactionTime = 0
  324. VoicePitch = 100
  325. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  326. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  327. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  328. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  329. End
  330.  
  331. Template ExpertPassive
  332. Skill = 97
  333. Rank = 1650
  334. Cost = 2400
  335. Aggression = 25
  336. AttackDelay = 0
  337. Teamwork = 100
  338. Difficulty = EXPERT+EXPERT+HARD+EXPERT
  339. ReactionTime = 0
  340. VoicePitch = 100
  341. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  342. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  343. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  344. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  345. End
  346.  
  347. Template Expert
  348. Skill = 97
  349. Rank = 1600
  350. Cost = 2400
  351. Aggression = 85
  352. AttackDelay = 0
  353. Teamwork = 100
  354. Difficulty = EXPERT+EXPERT+HARD+HARD
  355. ReactionTime = 0
  356. VoicePitch = 100
  357. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  358. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  359. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  360. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  361. End
  362.  
  363. Template VeryHard
  364. Skill = 92
  365. Rank = 1400
  366. Cost = 1200
  367. Aggression = 75
  368. AttackDelay = 0
  369. ReactionTime = 0.25
  370. Difficulty = EXPERT+EXPERT+HARD+NORMAL
  371. ReactionTime = 0
  372. VoicePitch = 100
  373. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  374. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  375. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  376. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  377. End
  378.  
  379. Template VeryHardARG
  380. Skill = 92
  381. Rank = 1400
  382. Aggression = 100
  383. AttackDelay = 0
  384. ReactionTime = 0.25
  385. Difficulty = EXPERT+EXPERT+HARD+EASY
  386. ReactionTime = 0
  387. VoicePitch = 100
  388. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  389. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  390. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  391. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  392. End
  393.  
  394. Template Hard
  395. Skill = 87
  396. Rank = 1300
  397. Cost = 1200
  398. Aggression = 70
  399. AttackDelay = 0
  400. ReactionTime = 0.3
  401. Teamwork = 65
  402. Difficulty = EXPERT+EXPERT+NORMAL+EXPERT
  403. ReactionTime = 0
  404. VoicePitch = 100
  405. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  406. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  407. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  408. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  409. End
  410.  
  411. Template HardARG
  412. Skill = 87
  413. Rank = 1300
  414. Aggression = 100
  415. AttackDelay = 0
  416. ReactionTime = 0.3
  417. Teamwork = 60
  418. Difficulty = EXPERT+EXPERT+NORMAL+HARD
  419. ReactionTime = 0
  420. VoicePitch = 100
  421. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  422. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  423. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  424. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  425. End
  426.  
  427. Template Tough
  428. Skill = 84
  429. Rank = 1100
  430. Aggression = 50
  431. AttackDelay = 0
  432. ReactionTime = 0.35
  433. Teamwork = 55
  434. Difficulty = EXPERT+EXPERT+NORMAL+NORMAL
  435. ReactionTime = 0
  436. VoicePitch = 100
  437. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  438. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  439. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  440. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  441. End
  442.  
  443. Template ToughARG
  444. Skill = 84
  445. Rank = 1100
  446. Aggression = 100
  447. AttackDelay = 0
  448. ReactionTime = 0.35
  449. Teamwork = 50
  450. Difficulty = EXPERT+EXPERT+NORMAL+EASY
  451. ReactionTime = 0
  452. VoicePitch = 100
  453. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  454. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  455. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  456. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  457. End
  458. Template ToughSNIPER
  459. Skill = 84
  460. Rank = 1100
  461. Aggression = 25
  462. AttackDelay = 0
  463. ReactionTime = 0.35
  464. Teamwork = 50
  465. Difficulty = EXPERT+EXPERT+EASY+EXPERT
  466. ReactionTime = 0
  467. VoicePitch = 100
  468. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  469. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  470. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  471. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  472. End
  473.  
  474. Template Normal
  475. Skill = 75
  476. Rank = 1000
  477. Aggression = 30
  478. Teamwork = 45
  479. AttackDelay = 0
  480. ReactionTime = 0.5
  481. Difficulty = EXPERT+EXPERT+EASY+HARD
  482. ReactionTime = 0
  483. VoicePitch = 100
  484. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  485. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  486. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  487. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  488. End
  489.  
  490. Template NormalARG
  491. Skill = 75
  492. Rank = 1000
  493. Aggression = 100
  494. Teamwork = 45
  495. AttackDelay = 0
  496. ReactionTime = 0.5
  497. Difficulty = EXPERT+EXPERT+EASY+NORMAL
  498. ReactionTime = 0
  499. VoicePitch = 100
  500. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  501. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  502. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  503. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  504. End
  505.  
  506. Template NormalSNIPER
  507. Skill = 75
  508. Rank = 1000
  509. Aggression = 15
  510. Teamwork = 25
  511. AttackDelay = 0
  512. ReactionTime = 0.5
  513. Difficulty = EXPERT+EXPERT+EASY+EASY
  514. ReactionTime = 0
  515. VoicePitch = 100
  516. AimFocusInitial = 0 // initial focus spread in degrees (from desired center)
  517. AimFocusDecay = 0 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  518. AimFocusOffsetScale = 0 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  519. AimfocusInterval = 0 // how often focus is adjusted (smaller intervals means better movement tracking)
  520. End
  521.  
  522. Template Fair
  523. Skill = 25
  524. Rank = 850
  525. Aggression = 20
  526. Teamwork = 35
  527. ReactionTime = 0.65
  528. AttackDelay = 0.6
  529. Difficulty = EASY
  530. VoicePitch = 105
  531. AimFocusInitial = 15
  532. AimFocusDecay = 0.7
  533. AimFocusOffsetScale = 0.28
  534. AimfocusInterval = 0.70
  535. End
  536.  
  537. Template FairSNIPER
  538. Skill = 25
  539. Rank = 850
  540. Aggression = 20
  541. Teamwork = 35
  542. ReactionTime = 0.65
  543. AttackDelay = 0.6
  544. Difficulty = EASY
  545. VoicePitch = 105
  546. AimFocusInitial = 4
  547. AimFocusDecay = 0.3
  548. AimFocusOffsetScale = 0.15
  549. AimfocusInterval = 0.55
  550. End
  551.  
  552. Template Easy
  553. Skill = 0
  554. Rank = 600
  555. Teamwork = 25
  556. Aggression = 10
  557. ReactionTime = 0.70
  558. AttackDelay = 0.8
  559. Difficulty = EASY
  560. VoicePitch = 110
  561. AimFocusInitial = 20
  562. AimFocusDecay = 0.8
  563. AimFocusOffsetScale = 0.30
  564. AimfocusInterval = 0.8
  565. End
  566.  
  567. //----------------------------------------------------------------------------
  568. //
  569. // These are the individual bot profiles, which inherit first from
  570. // Default and then the specified Template(s), in order
  571. //
  572.  
  573. EliteAwp+SniperPro "[GUNDAM]Shnxxx"
  574. VoicePitch = 5
  575. Difficulty = EXPERT+EXPERT+HARD+HARD+NORMAL+NORMAL+EASY+EASY
  576. End
  577.  
  578. EliteAwp+SniperPro "[GUNDAM]Ushas"
  579. VoicePitch = 105
  580. Difficulty = EXPERT+NORMAL+HARD+EASY
  581. End
  582.  
  583. EliteAwp+SniperPro "[[MxD]]X the Driplet"
  584. VoicePitch = 84
  585. End
  586.  
  587. EliteAwp+SniperPro "-FaK- Phakkle of War"
  588. VoicePitch = 110
  589. End
  590.  
  591. ElitePassive+RiflePro "[[MxD]] ChampLamp"
  592. VoicePitch = 80
  593. End
  594.  
  595. ElitePassive+RiflePro "-FaK- My Sunset"
  596. Difficulty = EXPERT+NORMAL+HARD
  597. VoicePitch = 90
  598. End
  599.  
  600. ElitePassive+RiflePro [[MxD]]Azimuth
  601. Difficulty = EXPERT+NORMAL+HARD
  602. VoicePitch = 96
  603. End
  604.  
  605. Elite+RiflePro "-FaK- The Slow Red_Fox"
  606. VoicePitch = 105
  607. End
  608.  
  609. Elite+RiflePro "[SPI]KoriKen Design"
  610. Difficulty = EXPERT+NORMAL+HARD
  611. VoicePitch = 84
  612. End
  613.  
  614. Elite+RiflePro [[MxD]]Azimuth
  615. VoicePitch = 86
  616. End
  617.  
  618. Elite+RiflePro [[tiMmaH!]]RamboGunther1337
  619. VoicePitch = 80
  620. End
  621.  
  622. ElitePassive+RiflePro "[[tiMaH!]]wolf-fang"
  623. VoicePitch = 90
  624. End
  625.  
  626. Elite+RiflePro [[MxD]]DaZZerMAXX
  627. VoicePitch = 98
  628. End
  629.  
  630. ElitePassive+RiflePro "-FaK- Onslaught"
  631. VoicePitch = 110
  632. End
  633.  
  634. EliteAwp+SniperPro [[tiMaH!]]hula
  635. VoicePitch = 80
  636. End
  637.  
  638. ElitePassive+RiflePro [[MxD]]Ne0nfaktory
  639. VoicePitch = 112
  640. End
  641.  
  642. Elite+RiflePro "-FaK- ThE worlD th*t eNded yEsterdayoF lAStw33k"
  643. VoicePitch = 88
  644. End
  645.  
  646. ElitePassive+RiflePro "BLuE RoMeN DeLUXe"
  647. Difficulty = EXPERT+NORMAL+HARD
  648. VoicePitch = 110
  649. End
  650.  
  651. //----------------------------------------
  652.  
  653. ExpertPassive+RiflePro [RAM]Tuna_Taco_2
  654. VoicePitch = 81
  655. End
  656.  
  657. ExpertPassive+RiflePro [RAM]MaNgLeR
  658. VoicePitch = 86
  659. End
  660.  
  661. ExpertPassive+RiflePro "[RAM]The Admin"
  662. VoicePitch = 85
  663. End
  664.  
  665. Expert+RiflePro [RAM]*USMC*RAZOR
  666. VoicePitch = 100
  667. End
  668.  
  669. ExpertPassive+RiflePro [RAM]KiLLconey
  670. VoicePitch = 95
  671. End
  672.  
  673. ExpertAwp+SniperPro [RAM]FaLLouT
  674. VoicePitch = 115
  675. End
  676.  
  677. ExpertAwp+SniperPro [OPM]OveRSlaP
  678. VoicePitch = 87
  679. End
  680.  
  681. Expert+RiflePro [OPM]bre@kd0wn
  682. VoicePitch = 91
  683. End
  684.  
  685. Expert+RiflePro [OPM]Trend_Tracker
  686. VoicePitch = 101
  687. End
  688.  
  689. Expert+RiflePro [OPM]bLaCkSuRgEoN
  690. VoicePitch = 99
  691. End
  692.  
  693. ExpertPassive+RiflePro [OPM]aLiNiMNoN
  694. VoicePitch = 100
  695. End
  696.  
  697. ExpertAwp+AutoSniperT "WE NEED A MEDIC"
  698. VoicePitch = 80
  699. End
  700.  
  701. ExpertAwp+Punch RippedPants
  702. VoicePitch = 70
  703. End
  704.  
  705. //----------------------------------------
  706.  
  707. VeryHard+Power deathviper168
  708. VoicePitch = 110
  709. End
  710.  
  711. VeryHard+Sniper "Quci-kSho-t"
  712. VoicePitch = 93
  713. End
  714.  
  715. VeryHard+AutoSniper DaMafiA
  716. VoicePitch = 98
  717. End
  718.  
  719. VeryHardARG+Rifle TakeOFF
  720. VoicePitch = 100
  721. End
  722.  
  723. VeryHardARG+RifleT aK-MAsta
  724. VoicePitch = 86
  725. End
  726.  
  727. VeryHard+Rifle "COUAL GAMING * RoundHouse"
  728. VoicePitch = 100
  729. End
  730.  
  731. VeryHardARG+RifleT "COUAL GAMING * LeftKick"
  732. VoicePitch = 86
  733. End
  734.  
  735. VeryHard+RifleT "COUAL GAMING * SpinKICK"
  736. VoicePitch = 86
  737. End
  738.  
  739.  
  740. //----------------------------------------
  741.  
  742. HardARG+Rifle Datastream-Cowboy
  743. VoicePitch = 95
  744. End
  745.  
  746. Hard+RifleT [TsT]Noe
  747. VoicePitch = 90
  748. End
  749.  
  750. Hard+RiflePro [TsT]NeSSt
  751. VoicePitch = 110
  752. End
  753.  
  754. Hard+AutoSniper [TsT]TheSiS
  755. VoicePitch = 95
  756. End
  757.  
  758. HardARG+RiflePro XXxxxTemeperaxxxXX
  759. VoicePitch = 81
  760. End
  761.  
  762. Hard+Spray [TsT]Praynspray
  763. VoicePitch = 102
  764. End
  765.  
  766. Hard+Shotgun [sh3t]inyafAcE
  767. VoicePitch = 98
  768. End
  769.  
  770. HardARG+RifleT "Man Simulator"
  771. VoicePitch = 96
  772. End
  773.  
  774. Hard+OtherWeapons sperm@zoid
  775. VoicePitch = 103
  776. End
  777.  
  778. HardARG+Punch [tomg]Rangersmith
  779. VoicePitch = 105
  780. End
  781.  
  782. Hard+Rifle Mark-Z-man
  783. VoicePitch = 97
  784. End
  785.  
  786. Hard+Rifle HarDEbAlLa849
  787. VoicePitch = 84
  788. End
  789.  
  790. Hard+PunchT S0ren-Jensen
  791. VoicePitch = 90
  792. End
  793.  
  794. HardARG+Rifle [nARc]lEEt-poSeR
  795. VoicePitch = 98
  796. End
  797.  
  798. Hard+Sniper Nothi3naTa11
  799. VoicePitch = 110
  800. End
  801.  
  802. Hard+Spray [SPI]LastMAnStanDINg
  803. VoicePitch = 103
  804. End
  805.  
  806. HardARG+PunchT ThunderRabbiT01
  807. VoicePitch = 110
  808. End
  809.  
  810. //----------------------------------------
  811.  
  812. ToughSNIPER+Sniper NEedzNoONE
  813. VoicePitch = 120
  814. End
  815.  
  816. ToughSNIPER+AutoSniper xXCooL_Master_99Xx
  817. VoicePitch = 121
  818. End
  819.  
  820. Tough+Rifle "Manilla Folder"
  821. VoicePitch = 100
  822. End
  823.  
  824. Tough+OtherWeapons "Wah-Wah Effect"
  825. VoicePitch = 104
  826. End
  827.  
  828. Tough+RifleT xxXXPoblerXXxx
  829. VoicePitch = 98
  830. End
  831.  
  832. Tough+Spray el-ass
  833. VoicePitch = 100
  834. End
  835.  
  836. Tough+Rifle L337Bunny
  837. VoicePitch = 102
  838. End
  839.  
  840. Tough+Shotgun FOowitAshotGun
  841. VoicePitch = 95
  842. End
  843.  
  844. Tough+OtherWeapons "-FaK- .sLipsTaR.*"
  845. VoicePitch = 95
  846. End
  847.  
  848. ToughARG+RifleT ShadoMagi
  849. VoicePitch = 110
  850. End
  851.  
  852. Tough+Rifle "z@@L"
  853. VoicePitch = 112
  854. End
  855.  
  856. ToughARG+Shotgun pwnisnotaword
  857. VoicePitch = 90
  858. End
  859.  
  860. ToughARG+Rifle [TsT]weakling
  861. VoicePitch = 115
  862. End
  863.  
  864. Tough+OtherWeapons Mdoziaa
  865. VoicePitch = 107
  866. End
  867.  
  868. ToughARG+Rifle "Tongue of the Fatman"
  869. VoicePitch = 102
  870. End
  871.  
  872. ToughARG+RifleT [XeT]X-Tender
  873. VoicePitch = 98
  874. End
  875.  
  876. Tough+Rifle [XeT]CorTeX
  877. VoicePitch = 100
  878. End
  879.  
  880. Tough+RifleT [XeT]MeaN
  881. VoicePitch = 95
  882. End
  883.  
  884. ToughARG+Shotgun [XeT]Steeefan
  885. VoicePitch = 86
  886. End
  887.  
  888. Tough+PunchT Warbeast
  889. VoicePitch = 100
  890. End
  891.  
  892. Tough+Rifle [[tiMmaH!]]iPooN!
  893. VoicePitch = 95
  894. End
  895.  
  896. //----------------------------------------
  897.  
  898. Normal+Rifle "Crouching Camper Hidden Noob"
  899. VoicePitch = 105
  900. End
  901.  
  902. NormalARG+PunchT "Love Blister"
  903. VoicePitch = 90
  904. End
  905.  
  906. Normal+RiflePro [BiE]WormEateR
  907. VoicePitch = 105
  908. End
  909.  
  910. Normal+RiflePro "[BiE]El Terrible"
  911. VoicePitch = 90
  912. End
  913.  
  914. Normal+Spray "Serial killer"
  915. VoicePitch = 100
  916. End
  917.  
  918. NormalSNIPER+AutoSniper Selcuk87
  919. VoicePitch = 107
  920. End
  921.  
  922. NormalSNIPER+AutoSniperT Shader_90
  923. VoicePitch = 104
  924. End
  925.  
  926. NormalARG+RifleT WerX
  927. VoicePitch = 110
  928. End
  929.  
  930. NormalARG+Punch "Sidewinder(29)"
  931. VoicePitch = 95
  932. End
  933.  
  934. NormalARG+OtherWeapons Outbacks
  935. VoicePitch = 112
  936. End
  937.  
  938. NormalSNIPER+AutoSniperT Tennistar
  939. VoicePitch = 111
  940. End
  941.  
  942. NormalSNIPER+Sniper "Tetra DemoN"
  943. VoicePitch = 115
  944. End
  945.  
  946. Normal+Rifle "Tony Vercity"
  947. VoicePitch = 112
  948. End
  949.  
  950. Normal+Rifle "WarFare - fire of the land"
  951. VoicePitch = 96
  952. End
  953.  
  954. Normal+RiflePro Bruder_D
  955. VoicePitch = 98
  956. End
  957.  
  958. NormalARG+Punch "http//DOINGGOHEREEVERNEVEN.COM/IHATEYOU"
  959. VoicePitch = 110
  960. End
  961.  
  962. NormalSNIPER+AutoSniperT "Meister Roehrich"
  963. VoicePitch = 95
  964. End
  965.  
  966. Normal+Shotgun "SoMa(NO_SOUND)"
  967. VoicePitch = 100
  968. End
  969.  
  970. NormalARG+Spray "FoSSmy teeth now you"
  971. VoicePitch = 99
  972. End
  973.  
  974. Normal+PunchT FUzIOn
  975. VoicePitch = 98
  976. End
  977.  
  978. Normal+RifleT IcEWolF
  979. VoicePitch = 105
  980. End
  981.  
  982. Normal+Spray GurU1859
  983. VoicePitch = 115
  984. End
  985.  
  986. Normal+RifleT "KaNe normal orly?"
  987. VoicePitch = 110
  988. End
  989.  
  990. NormalARG+OtherWeapons RUMBLE
  991. VoicePitch = 92
  992. End
  993.  
  994. //----------------------------------------
  995.  
  996. Fair+Spray "[MAIM]y4eelt"
  997. VoicePitch = 110
  998. End
  999.  
  1000. Fair+RiflePro TheMetr0
  1001. VoicePitch = 100
  1002. End
  1003.  
  1004. Fair+Rifle harmonies85
  1005. VoicePitch = 99
  1006. End
  1007.  
  1008. Fair+Spray omydarling
  1009. VoicePitch = 120
  1010. End
  1011.  
  1012. Fair+Power "Veteran:)"
  1013. VoicePitch = 111
  1014. End
  1015.  
  1016. Fair+OtherWeapons slppers
  1017. VoicePitch = 98
  1018. End
  1019.  
  1020. FairSNIPER+Sniper Curtmigle
  1021. VoicePitch = 112
  1022. End
  1023.  
  1024. Fair+RiflePro Halfmylife
  1025. VoicePitch = 90
  1026. End
  1027.  
  1028. Fair+RifleT "[MAIM]Benadic"
  1029. VoicePitch = 120
  1030. End
  1031.  
  1032. Fair+Shotgun 9417573154799
  1033. VoicePitch = 118
  1034. End
  1035.  
  1036. Fair+Rifle CORN75ORN
  1037. VoicePitch = 116
  1038. End
  1039.  
  1040. Fair+RiflePro RIPBLOW
  1041. VoicePitch = 114
  1042. End
  1043.  
  1044. Fair+PunchT MartinFromOUttaSPACE
  1045. VoicePitch = 110
  1046. End
  1047.  
  1048. Fair+Punch "[MAIM]Scape"
  1049. VoicePitch = 98
  1050. End
  1051.  
  1052. Fair+Rifle Spybotter
  1053. VoicePitch = 92
  1054. End
  1055.  
  1056. Fair+OtherWeapons LAZZERS
  1057. VoicePitch = 113
  1058. End
  1059.  
  1060. Fair+Spray "Sim City 2013"
  1061. VoicePitch = 114
  1062. End
  1063.  
  1064. Fair+Punch "World World III"
  1065. VoicePitch = 115
  1066. End
  1067.  
  1068. Fair+Power "YMe!!"
  1069. VoicePitch = 100
  1070. End
  1071.  
  1072. Fair+Rifle "[MAIM]Zeus'Beard"
  1073. VoicePitch = 102
  1074. End
  1075.  
  1076. Fair+Punch "HeadShot==>"
  1077. VoicePitch = 98
  1078. End
  1079.  
  1080. Fair+Rifle Your_Baby
  1081. VoicePitch = 96
  1082. End
  1083.  
  1084. Fair+Power ZapInMyPants
  1085. VoicePitch = 94
  1086. End
  1087.  
  1088. //----------------------------------------
  1089.  
  1090. Easy+Rifle "@what.com"
  1091. VoicePitch = 100
  1092. End
  1093.  
  1094. Easy+OtherWeapons Death
  1095. VoicePitch = 110
  1096. End
  1097.  
  1098. Easy+Spray killer
  1099. VoicePitch = 120
  1100. End
  1101.  
  1102. Easy+Spray Opange
  1103. VoicePitch = 99
  1104. End
  1105.  
  1106. Easy+Rifle concelal
  1107. VoicePitch = 120
  1108. End
  1109.  
  1110. Easy+PunchT outcourge
  1111. VoicePitch = 125
  1112. End
  1113.  
  1114. Easy+Punch importedBEER
  1115. VoicePitch = 110
  1116. End
  1117.  
  1118. Easy+RifleT crag
  1119. VoicePitch = 100
  1120. End
  1121.  
  1122. Easy+Rifle yap
  1123. VoicePitch = 112
  1124. End
  1125.  
  1126. Easy+OtherWeapons killplz
  1127. VoicePitch = 121
  1128. End
  1129.  
  1130. Easy+Spray nofood4you
  1131. VoicePitch = 99
  1132. End
  1133.  
  1134. Easy+OtherWeapons useeme
  1135. VoicePitch = 119
  1136. End
  1137.  
  1138. Easy+Sniper jajajjjajjaj
  1139. VoicePitch = 118
  1140. End
  1141.  
  1142. Easy+RifleT "CaR Driviene"
  1143. VoicePitch = 117
  1144. End
  1145.  
  1146. Easy+Power Imgottawin
  1147. VoicePitch = 116
  1148. End
  1149.  
  1150. Easy+Rifle "LoVe ME"
  1151. VoicePitch = 115
  1152. End
  1153.  
  1154. Easy+RifleT Curage
  1155. VoicePitch = 114
  1156. End
  1157.  
  1158. Easy+Shotgun simster
  1159. VoicePitch = 112
  1160. End
  1161.  
  1162. Easy+Spray easymeat
  1163. VoicePitch = 111
  1164. End
  1165.  
  1166. Easy+Spray 570293847502983
  1167. VoicePitch = 110
  1168. End
  1169.  
  1170. Easy+Sniper Marvin
  1171. VoicePitch = 109
  1172. End
  1173.  
  1174. Easy+Rifle [MAIM]knifer
  1175. VoicePitch = 108
  1176. End
  1177.  
  1178. Easy+Power "Life 3"
  1179. VoicePitch = 122
  1180. End
  1181.  
  1182. Easy+PowerT Dinner
  1183. VoicePitch = 120
  1184. End
  1185.  
  1186. Easy+Rifle Pimp
  1187. VoicePitch = 125
  1188. End
  1189.  
  1190. Easy+OtherWeapons Aqua
  1191. VoicePitch = 92
  1192. End
  1193.  
  1194. Easy+Punch Mousepad
  1195. VoicePitch = 100
  1196. End
  1197.  
  1198. Easy+OtherWeapons [MAIM]Dire
  1199. VoicePitch = 102
  1200. End
  1201.  
  1202. Easy+PunchT GCFfile
  1203. VoicePitch = 104
  1204. End
  1205.  
  1206. Easy+Rifle Tool527
  1207. VoicePitch = 108
  1208. End
  1209.  
  1210. Easy+RifleT NIght
  1211. VoicePitch = 95
  1212. End
  1213.  
  1214. Easy+AutoSniper Data
  1215. VoicePitch = 100
  1216. End
  1217.  
  1218. Easy+Power Pest2014
  1219. VoicePitch = 120
  1220. End
  1221.  
  1222. Easy+AutoSniperT [MAIM]Leadfoot
  1223. VoicePitch = 112
  1224. End
  1225.  
  1226. Easy+PunchT Nail
  1227. VoicePitch = 99
  1228. End
  1229.  
  1230. Easy+Punch KILLMEPLX
  1231. VoicePitch = 110
  1232. End
  1233.  
  1234. EliteAwp+AutoSniper monday
  1235. Difficulty = NORMAL+HARD+EASY
  1236. VoicePitch = 50
  1237. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement