Advertisement
Guest User

BotProfile.db

a guest
Aug 27th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.29 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.  
  9. //EDITS, PROFILES, SKILLS, and NAMES BY dDefinder '08 ( Adaptation by Lendis for CS:GO 2012)
  10. //----------------------------------------------------------------------------
  11.  
  12. //
  13. // All profiles begin with this data and overwrite their own
  14. //
  15. Default
  16. Skill = 50
  17. Aggression = 50
  18. ReactionTime = 0.3
  19. AttackDelay = 0
  20. Teamwork = 75
  21. AimFocusInitial = 20 // initial focus spread in degrees (from desired center)
  22. AimFocusDecay = 0.7 // how much focus shrinks per second (.25 = 25% of size after 1 sec)
  23. AimFocusOffsetScale = 0.30 // controls accuracy when tracking to target (0 == perfect, should always be < 1)
  24. AimfocusInterval = 0.8 // how often focus is adjusted (smaller intervals means better movement tracking)
  25. WeaponPreference = none
  26. Cost = 0
  27. Difficulty = NORMAL
  28. VoicePitch = 100
  29. Skin = 0
  30. LookAngleMaxAccelNormal = 2000.0
  31. LookAngleStiffnessNormal = 100.0
  32. LookAngleDampingNormal = 25.0
  33. LookAngleMaxAccelAttacking = 3500.0
  34. LookAngleStiffnessAttacking = 200.0
  35. LookAngleDampingAttacking = 30.0
  36. End
  37.  
  38. //----------------------------------------------------------------------------
  39.  
  40. //
  41. // These templates inherit from Default and override with their values
  42. // The name of the template defines a type that is used by individual bot profiles
  43. //
  44.  
  45. // weapon preference templates
  46.  
  47. Template Trueawpsniper
  48. WeaponPreference = awp
  49. WeaponPreference = ak47
  50. WeaponPreference = m4a1
  51. WeaponPreference = deagle
  52. End
  53.  
  54. Template TournyT
  55. WeaponPreference = ak47
  56. WeaponPreference = m4a1
  57. WeaponPreference = deagle
  58. End
  59.  
  60. Template Tourny
  61. WeaponPreference = m4a1
  62. WeaponPreference = ak47
  63. WeaponPreference = deagle
  64. End
  65.  
  66. Template Custom
  67. WeaponPreference = awp
  68. WeaponPreference = aug
  69. WeaponPreference = sg552
  70. WeaponPreference = m4a1
  71. WeaponPreference = ak47
  72. WeaponPreference = mp7
  73. WeaponPreference = deagle
  74. End
  75.  
  76. Template CustomT
  77. WeaponPreference = awp
  78. WeaponPreference = sg552
  79. WeaponPreference = aug
  80. WeaponPreference = ak47
  81. WeaponPreference = m4a1
  82. WeaponPreference = mp7
  83. WeaponPreference = deagle
  84. End
  85.  
  86. Template AutoSniper
  87. WeaponPreference = g3sg1
  88. WeaponPreference = sg550
  89. WeaponPreference = scout
  90. WeaponPreference = galilar
  91. WeaponPreference = famas
  92. WeaponPreference = mp7
  93. End
  94.  
  95. Template AutoSniperT
  96. WeaponPreference = sg550
  97. WeaponPreference = g3sg1
  98. WeaponPreference = scout
  99. WeaponPreference = famas
  100. WeaponPreference = galilar
  101. WeaponPreference = mp7
  102. End
  103.  
  104. Template Rifle
  105. WeaponPreference = m4a1
  106. WeaponPreference = ak47
  107. WeaponPreference = famas
  108. WeaponPreference = galilar
  109. WeaponPreference = mp7
  110. End
  111.  
  112. Template RifleT
  113. WeaponPreference = ak47
  114. WeaponPreference = m4a1
  115. WeaponPreference = galilar
  116. WeaponPreference = famas
  117. WeaponPreference = mp7
  118. End
  119.  
  120. Template Punch
  121. WeaponPreference = aug
  122. WeaponPreference = sg552
  123. WeaponPreference = mp7
  124. WeaponPreference = deagle
  125. End
  126.  
  127. Template PunchT
  128. WeaponPreference = aug
  129. WeaponPreference = sg552
  130. WeaponPreference = mp7
  131. WeaponPreference = deagle
  132. End
  133.  
  134. Template Sniper
  135. WeaponPreference = awp
  136. WeaponPreference = scout
  137. WeaponPreference = mp7
  138. WeaponPreference = deagle
  139. End
  140.  
  141. Template Power
  142. WeaponPreference = m249
  143. WeaponPreference = xm1014
  144. WeaponPreference = nova
  145. WeaponPreference = famas
  146. WeaponPreference = galilar
  147. WeaponPreference = deagle
  148. End
  149.  
  150. Template Shotgun
  151. WeaponPreference = xm1014
  152. WeaponPreference = nova
  153. WeaponPreference = elite
  154. WeaponPreference = fiveseven
  155. End
  156.  
  157. Template Shield
  158. // WeaponPreference = shield
  159. WeaponPreference = m4a1 // in case shield is disallowed
  160. WeaponPreference = ak47
  161. WeaponPreference = famas
  162. WeaponPreference = galilar
  163. WeaponPreference = mp7
  164. End
  165.  
  166. Template Spray
  167. WeaponPreference = p90
  168. WeaponPreference = mp9
  169. WeaponPreference = mp7
  170. WeaponPreference = elite
  171. WeaponPreference = fiveseven
  172. End
  173.  
  174. // skill templates
  175. Template Awppro
  176. Skill = 100
  177. Aggression = 75
  178. ReactionTime = 0.1
  179. Cost = 4
  180. Difficulty = EXPERT+HARD+NORMAL+EASY
  181. VoicePitch = 90
  182. AimFocusInitial = 2
  183. AimFocusDecay = 0.1
  184. AimFocusOffsetScale = 0.05
  185. AimfocusInterval = 0.05
  186. End
  187.  
  188. Template EliteScared
  189. Skill = 100
  190. Aggression = 60
  191. ReactionTime = 0.2
  192. Cost = 4
  193. Difficulty = EXPERT+HARD+NORMAL+EASY
  194. VoicePitch = 90
  195. AimFocusInitial = 3
  196. AimFocusDecay = 0.15
  197. AimFocusOffsetScale = 0.07
  198. AimfocusInterval = 0.10
  199. End
  200.  
  201. Template ExpertScared
  202. Skill = 95
  203. Aggression = 50
  204. ReactionTime = 0.2
  205. Cost = 4
  206. Difficulty = EXPERT+HARD+NORMAL
  207. VoicePitch = 88
  208. AimFocusInitial = 3
  209. AimFocusDecay = 0.15
  210. AimFocusOffsetScale = 0.07
  211. AimfocusInterval = 0.10
  212. End
  213.  
  214. Template Elite
  215. Skill = 100
  216. Aggression = 100
  217. ReactionTime = 0.2
  218. Cost = 4
  219. Difficulty = EXPERT
  220. VoicePitch = 85
  221. AimFocusInitial = 3
  222. AimFocusDecay = 0.2
  223. AimFocusOffsetScale = 0.07
  224. AimfocusInterval = 0.2
  225. End
  226.  
  227. Template Expert
  228. Skill = 90
  229. Aggression = 90
  230. ReactionTime = 0.2
  231. Cost = 4
  232. Difficulty = EXPERT+HARD
  233. VoicePitch = 88
  234. AimFocusInitial = 3
  235. AimFocusDecay = 0.2
  236. AimFocusOffsetScale = 0.07
  237. AimfocusInterval = 0.2
  238. End
  239.  
  240. Template VeryHard
  241. Skill = 80
  242. Aggression = 80
  243. ReactionTime = 0.25
  244. Cost = 3
  245. Difficulty = HARD+NORMAL
  246. VoicePitch = 92
  247. AimFocusInitial = 3
  248. AimFocusDecay = 0.3
  249. AimFocusOffsetScale = 0.09
  250. AimfocusInterval = 0.30
  251. End
  252.  
  253. Template Hard
  254. Skill = 75
  255. Aggression = 75
  256. ReactionTime = 0.25
  257. Cost = 3
  258. Difficulty = HARD
  259. VoicePitch = 94
  260. AimFocusInitial = 3
  261. AimFocusDecay = 0.3
  262. AimFocusOffsetScale = 0.11
  263. AimfocusInterval = 0.40
  264. End
  265.  
  266. Template Tough
  267. Skill = 60
  268. Aggression = 60
  269. ReactionTime = 0.3
  270. AttackDelay = 0.35
  271. Cost = 2
  272. Difficulty = NORMAL
  273. VoicePitch = 96
  274. AimFocusInitial = 5
  275. AimFocusDecay = 0.4
  276. AimFocusOffsetScale = 0.15
  277. AimfocusInterval = 0.50
  278. End
  279.  
  280. Template Normal
  281. Skill = 50
  282. Aggression = 50
  283. ReactionTime = 0.4
  284. AttackDelay = 0.7
  285. Cost = 2
  286. Difficulty = NORMAL
  287. AimFocusInitial = 8
  288. AimFocusDecay = 0.4
  289. AimFocusOffsetScale = 0.18
  290. AimfocusInterval = 0.60
  291. End
  292.  
  293. Template Fair
  294. Skill = 25
  295. Aggression = 30
  296. ReactionTime = 0.4
  297. AttackDelay = 1.0
  298. Cost = 1
  299. Difficulty = EASY
  300. VoicePitch = 105
  301. AimFocusInitial = 8
  302. AimFocusDecay = 0.5
  303. AimFocusOffsetScale = 0.20
  304. AimfocusInterval = 0.70
  305. End
  306.  
  307. Template Easy
  308. Skill = 0
  309. Aggression = 20
  310. ReactionTime = 0.5
  311. AttackDelay = 1.5
  312. Cost = 1
  313. Difficulty = EASY
  314. VoicePitch = 110
  315. AimFocusInitial = 10
  316. AimFocusDecay = 0.7
  317. AimFocusOffsetScale = 0.20
  318. AimfocusInterval = 0.8
  319. End
  320.  
  321. //----------------------------------------------------------------------------
  322. //
  323. // These are the individual bot profiles, which inherit first from
  324. // Default and then the specified Template(s), in order
  325. //
  326.  
  327. Awppro+Trueawpsniper "fnx"
  328. Skin = 1
  329. VoicePitch = 84
  330. End
  331.  
  332. Awppro+Trueawpsniper "FalleN"
  333. Skin = 1
  334. VoicePitch = 84
  335. End
  336.  
  337. Awppro+Trueawpsniper "fer"
  338. Skin = 2
  339. VoicePitch = 85
  340. End
  341.  
  342. Awppro+Trueawpsniper "coldzera"
  343. Skin = 3
  344. VoicePitch = 80
  345. End
  346.  
  347. Elite+Rifle "TACO"
  348. Skin = 1
  349. VoicePitch = 95
  350. End
  351.  
  352. Elite+CustomT "TaZ"
  353. Skin = 4
  354. VoicePitch = 80
  355. End
  356.  
  357. Elite+Custom "NEO"
  358. Skin = 3
  359. VoicePitch = 90
  360. End
  361.  
  362. Elite+AutoSniper "pashaBiceps"
  363. Skin = 2
  364. VoicePitch = 78
  365. End
  366.  
  367. EliteScared+Tourny "Snax"
  368. Skin = 1
  369. VoicePitch = 60
  370. End
  371.  
  372. Elite+TournyT "byali"
  373. Skin = 2
  374. VoicePitch = 85
  375. End
  376.  
  377. Elite+Spray "pronax"
  378. Skin = 3
  379. VoicePitch = 105
  380. End
  381.  
  382. Elite+Shotgun "flusha"
  383. Skin = 4
  384. VoicePitch = 84
  385. End
  386.  
  387. EliteScared+Punch "znajder"
  388. Skin = 1
  389. VoicePitch = 110
  390. End
  391.  
  392. Elite+Power "JW"
  393. Skin = 2
  394. VoicePitch = 80
  395. End
  396.  
  397. Elite+PunchT "KRIMZ"
  398. Skin = 4
  399. VoicePitch = 90
  400. End
  401.  
  402. Elite+Rifle "KQLY"
  403. Skin = 2
  404. VoicePitch = 98
  405. End
  406.  
  407. Elite+RifleT "twist"
  408. Skin = 1
  409. VoicePitch = 96
  410. End
  411.  
  412. Elite+Sniper "Lekr0"
  413. Skin = 3
  414. VoicePitch = 105
  415. End
  416.  
  417. Elite+RifleT "pauf"
  418. Skin = 1
  419. VoicePitch = 84
  420. End
  421.  
  422. Elite+PunchT "wenton"
  423. Skin = 4
  424. VoicePitch = 86
  425. End
  426.  
  427.  
  428. //----------------------------------------
  429.  
  430. Expert+RifleT "Edward"
  431. Skin = 4
  432. VoicePitch = 85
  433. End
  434.  
  435. Expert+CustomT "GuardiaN"
  436. Skin = 4
  437. VoicePitch = 80
  438. End
  439.  
  440. Expert+Trueawpsniper "seized"
  441. Skin = 3
  442. VoicePitch = 95
  443. End
  444.  
  445. Expert+TournyT "flamie"
  446. Skin = 1
  447. VoicePitch = 90
  448. End
  449.  
  450. Expert+Tourny "s1mple"
  451. Skin = 2
  452. VoicePitch = 98
  453. End
  454.  
  455. Expert+AutoSniperT "shox"
  456. Skin = 1
  457. VoicePitch = 84
  458. End
  459.  
  460. ExpertScared+Tourny "RpK"
  461. Skin = 2
  462. VoicePitch = 110
  463. End
  464.  
  465. ExpertScared+Custom "SmithZz"
  466. Skin = 1
  467. VoicePitch = 85
  468. End
  469.  
  470. Expert+Rifle "ScreaM"
  471. Skin = 2
  472. VoicePitch = 100
  473. End
  474.  
  475. Expert+Punch "bodyy"
  476. Skin = 4
  477. VoicePitch = 95
  478. End
  479.  
  480. Expert+Sniper "f0rest"
  481. SKin = 1
  482. VoicePitch = 115
  483. End
  484.  
  485. Expert+Shotgun "GeT_RiGht"
  486. Skin = 4
  487. VoicePitch = 87
  488. End
  489.  
  490. Expert+Rifle "Xizt"
  491. Skin = 1
  492. VoicePitch = 91
  493. End
  494.  
  495. Expert+Rifle "friberg"
  496. Skin = 2
  497. VoicePitch = 101
  498. End
  499.  
  500. EliteScared+Custom "pyth"
  501. Skin = 3
  502. VoicePitch = 112
  503. End
  504.  
  505. Expert+PunchT "Hiko"
  506. Skin = 3
  507. VoicePitch = 99
  508. End
  509.  
  510. Expert+Rifle "Pimp"
  511. Skin = 4
  512. VoicePitch = 100
  513. End
  514.  
  515. //----------------------------------------
  516.  
  517. VeryHard+Power "nitr0"
  518. Skin = 1
  519. VoicePitch = 110
  520. End
  521.  
  522. VeryHard+Sniper "jdm64"
  523. Skin = 3
  524. VoicePitch = 93
  525. End
  526.  
  527. VeryHard+AutoSniper "EliGE"
  528. Skin = 2
  529. VoicePitch = 98
  530. End
  531.  
  532. VeryHard+Rifle "karrigan"
  533. Skin = 2
  534. VoicePitch = 100
  535. End
  536.  
  537. VeryHard+RifleT "Xyp9x"
  538. Skin = 4
  539. VoicePitch = 86
  540. End
  541.  
  542.  
  543. //----------------------------------------
  544.  
  545. Hard+Rifle "dupreeh"
  546. Skin = 1
  547. VoicePitch = 95
  548. End
  549.  
  550. Hard+RifleT "device"
  551. Skin = 2
  552. VoicePitch = 90
  553. End
  554.  
  555. Hard+Custom "Kjaerbye"
  556. Skin = 2
  557. VoicePitch = 110
  558. End
  559.  
  560. Hard+AutoSniper "kennyS"
  561. Skin = 2
  562. VoicePitch = 95
  563. End
  564.  
  565. Hard+CustomT "NBK"
  566. Skin = 2
  567. VoicePitch = 81
  568. End
  569.  
  570. Hard+Spray "apEX"
  571. Skin = 4
  572. VoicePitch = 102
  573. End
  574.  
  575. Hard+Shotgun "Happy"
  576. Skin = 1
  577. VoicePitch = 98
  578. End
  579.  
  580. Hard+RifleT "DEVIL"
  581. Skin = 2
  582. VoicePitch = 96
  583. End
  584.  
  585. Hard+Punch "oskar"
  586. Skin = 4
  587. VoicePitch = 103
  588. End
  589.  
  590. Hard+PunchT "chrisJ"
  591. Skin = 1
  592. VoicePitch = 105
  593. End
  594.  
  595. Hard+Rifle "NiKo"
  596. Skin = 2
  597. VoicePitch = 97
  598. End
  599.  
  600. Hard+Rifle "Spiidi"
  601. Skin = 4
  602. VoicePitch = 84
  603. End
  604.  
  605. Hard+PunchT "denis"
  606. Skin = 1
  607. VoicePitch = 90
  608. End
  609.  
  610. Hard+Rifle "AdreN"
  611. Skin = 2
  612. VoicePitch = 98
  613. End
  614.  
  615. Hard+Sniper "hooch"
  616. Skin = 3
  617. VoicePitch = 110
  618. End
  619.  
  620. Hard+Spray "Dosia"
  621. Skin = 4
  622. VoicePitch = 103
  623. End
  624.  
  625. Hard+Rifle "mou"
  626. Skin = 2
  627. VoicePitch = 110
  628. End
  629.  
  630. //----------------------------------------
  631.  
  632. Tough+Sniper "spaze"
  633. Skin = 3
  634. VoicePitch = 120
  635. End
  636.  
  637. Tough+AutoSniper "markeloff"
  638. Skin = 2
  639. VoicePitch = 121
  640. End
  641.  
  642. Tough+Rifle "B1ad3"
  643. Skin = 1
  644. VoicePitch = 100
  645. End
  646.  
  647. Tough+Rifle "Shara"
  648. Skin = 2
  649. VoicePitch = 104
  650. End
  651.  
  652. Tough+RifleT "WorldEdit"
  653. Skin = 4
  654. VoicePitch = 98
  655. End
  656.  
  657. Tough+Spray "wayLander"
  658. Skin = 1
  659. VoicePitch = 100
  660. End
  661.  
  662. Tough+Rifle "allu"
  663. Skin = 2
  664. VoicePitch = 102
  665. End
  666.  
  667. Tough+Shotgun "kioShiMa"
  668. Skin = 4
  669. VoicePitch = 95
  670. End
  671.  
  672. Tough+Rifle "aizy"
  673. Skin = 1
  674. VoicePitch = 95
  675. End
  676.  
  677. Tough+RifleT "rain"
  678. Skin = 2
  679. VoicePitch = 110
  680. End
  681.  
  682. Tough+Rifle "jkaem"
  683. Skin = 4
  684. VoicePitch = 112
  685. End
  686.  
  687. Tough+Shotgun "n0thing"
  688. Skin = 1
  689. VoicePitch = 90
  690. End
  691.  
  692. Tough+Rifle "Skadoodle"
  693. Skin = 2
  694. VoicePitch = 115
  695. End
  696.  
  697. Tough+RifleT "shroud"
  698. Skin = 4
  699. VoicePitch = 107
  700. End
  701.  
  702. Tough+Rifle "autimatic"
  703. Skin = 2
  704. VoicePitch = 102
  705. End
  706.  
  707. Tough "Stewie2K"
  708. Skin = 1
  709. VoicePitch = 98
  710. End
  711.  
  712. Tough+Rifle "Friis"
  713. Skin = 2
  714. VoicePitch = 100
  715. End
  716.  
  717. Tough+RifleT "MODDII"
  718. Skin = 4
  719. VoicePitch = 95
  720. End
  721.  
  722. Tough+Rifle "Snappi"
  723. Skin = 1
  724. VoicePitch = 86
  725. End
  726.  
  727. Tough+RifleT "gla1ve"
  728. Skin = 2
  729. VoicePitch = 100
  730. End
  731.  
  732. Tough+Rifle "valde"
  733. Skin = 4
  734. VoicePitch = 95
  735. End
  736.  
  737. //----------------------------------------
  738.  
  739. Normal+Rifle "RUBINO"
  740. Skin = 1
  741. VoicePitch = 105
  742. End
  743.  
  744. Normal+PunchT "cajunb"
  745. Skin = 2
  746. VoicePitch = 90
  747. End
  748.  
  749. Normal+Custom "MSL"
  750. Skin = 1
  751. VoicePitch = 105
  752. End
  753.  
  754. Normal+CustomT "Magiskb0Y"
  755. Skin = 2
  756. VoicePitch = 90
  757. End
  758.  
  759. Normal+Rifle "k0nfig"
  760. Skin = 3
  761. VoicePitch = 100
  762. End
  763.  
  764. Normal+AutoSniper "zews"
  765. Skin = 4
  766. VoicePitch = 107
  767. End
  768.  
  769. Normal+Shield "hen1"
  770. Skin = 1
  771. VoicePitch = 104
  772. End
  773.  
  774. Normal+RifleT "lucas"
  775. Skin = 2
  776. VoicePitch = 110
  777. End
  778.  
  779. Normal+Rifle "boltz"
  780. Skin = 3
  781. VoicePitch = 95
  782. End
  783.  
  784. Normal+CustomT "felps"
  785. Skin = 4
  786. VoicePitch = 112
  787. End
  788.  
  789. Normal+Rifle "xelos"
  790. Skin = 1
  791. VoicePitch = 111
  792. End
  793.  
  794. Normal+Sniper "draken"
  795. Skin = 3
  796. VoicePitch = 115
  797. End
  798.  
  799. Normal+Rifle "disco doplan"
  800. Skin = 4
  801. VoicePitch = 112
  802. End
  803.  
  804. Normal+Rifle "freddib"
  805. Skin = 1
  806. VoicePitch = 96
  807. End
  808.  
  809. Normal+Custom "REZ"
  810. Skin = 2
  811. VoicePitch = 98
  812. End
  813.  
  814. Normal+Rifle yam
  815. Skin = 4
  816. VoicePitch = 110
  817. End
  818.  
  819. Normal+Rifle "jks"
  820. Skin = 1
  821. VoicePitch = 95
  822. End
  823.  
  824. Normal+RifleT "AZR"
  825. Skin = 2
  826. VoicePitch = 100
  827. End
  828.  
  829. Normal+Rifle "Rickeh"
  830. Skin = 4
  831. VoicePitch = 99
  832. End
  833.  
  834. Normal+Rifle "USTILO"
  835. Skin = 3
  836. VoicePitch = 98
  837. End
  838.  
  839. Normal+Rifle "seang@res"
  840. Skin = 1
  841. VoicePitch = 105
  842. End
  843.  
  844. Normal+Rifle "freakazoid"
  845. Skin = 2
  846. VoicePitch = 115
  847. End
  848.  
  849. Normal+Rifle "ShaZaM"
  850. Skin = 3
  851. VoicePitch = 110
  852. End
  853.  
  854. Normal+Custom "roca"
  855. Skin = 4
  856. VoicePitch = 92
  857. End
  858.  
  859. //----------------------------------------
  860.  
  861. Fair+Spray "ryx"
  862. Skin = 3
  863. VoicePitch = 110
  864. End
  865.  
  866. Fair+Custom "mOE"
  867. Skin = 1
  868. VoicePitch = 100
  869. End
  870.  
  871. Fair+Rifle "TuGuX"
  872. Skin = 2
  873. VoicePitch = 99
  874. End
  875.  
  876. Fair+Spray "XANTARES"
  877. Skin = 2
  878. VoicePitch = 120
  879. End
  880.  
  881. Fair+Power "DESPE"
  882. Skin = 1
  883. VoicePitch = 111
  884. End
  885.  
  886. Fair+Sniper "paz"
  887. Skin = 4
  888. VoicePitch = 98
  889. End
  890.  
  891. Fair+Sniper "ngiN"
  892. Skin = 4
  893. VoicePitch = 112
  894. End
  895.  
  896. Fair+Custom "RUSH"
  897. Skin = 1
  898. VoicePitch = 90
  899. End
  900.  
  901. Fair+RifleT "mixwell"
  902. Skin = 3
  903. VoicePitch = 120
  904. End
  905.  
  906. Fair+Shotgun "NAF"
  907. Skin = 3
  908. VoicePitch = 118
  909. End
  910.  
  911. Fair+Rifle "daps"
  912. Skin = 1
  913. VoicePitch = 116
  914. End
  915.  
  916. Fair+Custom "tarik"
  917. Skin = 2
  918. VoicePitch = 114
  919. End
  920.  
  921. Fair+PunchT "SEMPHIS"
  922. Skin = 2
  923. VoicePitch = 110
  924. End
  925.  
  926. Fair+Punch "FNS"
  927. Skin = 1
  928. VoicePitch = 98
  929.  
  930. End
  931. Fair+Rifle "SicK"
  932. Skin = 4
  933. VoicePitch = 92
  934. End
  935.  
  936. Fair+Power "Twistzz"
  937. Skin = 4
  938. VoicePitch = 113
  939. End
  940.  
  941. Fair+Spray "taco"
  942. Skin = 1
  943. VoicePitch = 114
  944. End
  945.  
  946. Fair+Punch "Maniac"
  947. Skin = 3
  948. VoicePitch = 115
  949. End
  950.  
  951. Fair+Power "glace"
  952. Skin = 3
  953. VoicePitch = 100
  954. End
  955.  
  956. Fair+Rifle "TENZKI"
  957. Skin = 1
  958. VoicePitch = 102
  959. End
  960.  
  961. Fair+Rifle "cadiaN"
  962. Skin = 2
  963. VoicePitch = 98
  964. End
  965.  
  966. Fair+Rifle "HS"
  967. Skin = 2
  968. VoicePitch = 96
  969. End
  970.  
  971. Fair+Power "PERCY"
  972. Skin = 1
  973. VoicePitch = 94
  974. End
  975.  
  976. //----------------------------------------
  977. Easy+Rifle "HUNDEN"
  978. Skin = 1
  979. VoicePitch = 100
  980. End
  981.  
  982. Easy+Spray "Inzta"
  983. Skin = 3
  984. VoicePitch = 110
  985. End
  986.  
  987. Easy+Spray "JUGi"
  988. Skin = 3
  989. VoicePitch = 120
  990. End
  991.  
  992. Easy+Spray "niko"
  993. Skin = 1
  994. VoicePitch = 99
  995. End
  996.  
  997. Easy+Rifle "Mo"
  998. Skin = 2
  999. VoicePitch = 120
  1000. End
  1001.  
  1002. Easy+PunchT "DD"
  1003. Skin = 1
  1004. VoicePitch = 125
  1005. End
  1006.  
  1007. Easy+Punch "fancy1"
  1008. Skin = 2
  1009. VoicePitch = 110
  1010. End
  1011.  
  1012. Easy+Rifle "AttackeR"
  1013. Skin = 1
  1014. VoicePitch = 100
  1015. End
  1016.  
  1017. Easy+Rifle "somebody"
  1018. Skin = 4
  1019. VoicePitch = 112
  1020. End
  1021.  
  1022. Easy+Rifle "RaZ"
  1023. Skin = 4
  1024. VoicePitch = 121
  1025. End
  1026.  
  1027. Easy+Spray "jmqa"
  1028. Skin = 1
  1029. VoicePitch = 99
  1030. End
  1031.  
  1032. Easy+Spray "suNny"
  1033. Skin = 3
  1034. VoicePitch = 119
  1035. End
  1036.  
  1037. Easy+Sniper "zehN"
  1038. Skin = 3
  1039. VoicePitch = 118
  1040. End
  1041.  
  1042. Easy+Rifle "loWel"
  1043. Skin = 1
  1044. VoicePitch = 117
  1045. End
  1046.  
  1047. Easy+Power "yellowwwwwwww"
  1048. Skin = 2
  1049. VoicePitch = 116
  1050. End
  1051.  
  1052. Easy+Rifle "FejtZ"
  1053. Skin = 2
  1054. VoicePitch = 115
  1055. End
  1056.  
  1057. Easy+Rifle "LONSDALE"
  1058. Skin = 1
  1059. VoicePitch = 114
  1060. End
  1061.  
  1062. Easy+Rifle "ub1que"
  1063. Skin = 4
  1064. VoicePitch = 112
  1065. End
  1066.  
  1067. Easy+Spray "Blacc"
  1068. Skin = 4
  1069. VoicePitch = 111
  1070. End
  1071.  
  1072. Easy+Spray "xartE"
  1073. Skin = 1
  1074. VoicePitch = 110
  1075. End
  1076.  
  1077. Easy+Sniper "ANGE1"
  1078. Skin = 3
  1079. VoicePitch = 109
  1080. End
  1081.  
  1082. Easy+Rifle "COLDYY1"
  1083. Skin = 3
  1084. VoicePitch = 108
  1085. End
  1086.  
  1087. Easy+Power "marpz"
  1088. Skin = 1
  1089. VoicePitch = 122
  1090. End
  1091.  
  1092. Easy+Power "smike"
  1093. Skin = 1
  1094. VoicePitch = 120
  1095. End
  1096.  
  1097. Easy+Rifle "DavCost"
  1098. Skin = 2
  1099. VoicePitch = 125
  1100. End
  1101.  
  1102. Easy+Power "El Patron"
  1103. Skin = 2
  1104. VoicePitch = 92
  1105. End
  1106.  
  1107. Easy+Punch "arch"
  1108. Skin = 1
  1109. VoicePitch = 100
  1110. End
  1111.  
  1112. Easy+Rifle "THREAT"
  1113. Skin = 1
  1114. VoicePitch = 102
  1115. End
  1116.  
  1117. Easy+Rifle "olofmeister"
  1118. Skin = 4
  1119. VoicePitch = 104
  1120. End
  1121.  
  1122. Easy+Rifle "dennis"
  1123. Skin = 3
  1124. VoicePitch = 108
  1125. End
  1126.  
  1127. Easy+Rifle "Ex6TenZ"
  1128. Skin = 2
  1129. VoicePitch = 95
  1130. End
  1131.  
  1132. Easy+Power "to1nou"
  1133. Skin = 1
  1134. VoicePitch = 100
  1135. End
  1136.  
  1137. Easy+Power "ALEX"
  1138. Skin = 4
  1139. VoicePitch = 120
  1140. End
  1141.  
  1142. Easy+Power "mistou"
  1143. Skin = 3
  1144. VoicePitch = 112
  1145. End
  1146.  
  1147. Easy+PunchT "xms"
  1148. Skin = 2
  1149. VoicePitch = 99
  1150. End
  1151.  
  1152. Easy+Punch "Emilio"
  1153. Skin = 1
  1154. VoicePitch = 110
  1155. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement