Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. #------------------------------------------------------
  2. # Global Settings
  3. #------------------------------------------------------
  4. global.panic_key 69
  5.  
  6. #------------------------------------------------------
  7. # AimBot Settings
  8. #------------------------------------------------------
  9. aimbot.active 1
  10. aimbot.toggle_key 67
  11. aimbot.active_key 11
  12. aimbot.target_selection 2
  13. aimbot.fov 200
  14. aimbot.smooth 10
  15. aimbot.sticky.fov 10
  16. aimbot.sticky.smooth 2
  17. aimbot.bone 10
  18. aimbot.min_dist 0
  19. aimbot.max_dist 20000
  20. aimbot.disable_while_jumping 0
  21. aimbot.disable_when_target_jumping 0
  22. aimbot.crosshair.X_offset 11
  23. aimbot.crosshair.Y_offset 24
  24.  
  25.  
  26. #------------------------------------------------------
  27. # TriggerBot Settings
  28. #------------------------------------------------------
  29. # Notes:
  30. # TriggerBot will be gun specific, burst
  31. # will also be bullets based not time base
  32. #------------------------------------------------------
  33. triggerbot.active 1
  34. triggerbot.toggle_key 68
  35. triggerbot.active_key 11
  36. triggerbot.delay 40
  37. triggerbot.after_burst 200
  38. triggerbot.burst_speed 50
  39.  
  40. #------------------------------------------------------
  41. # RCS Settings
  42. #------------------------------------------------------
  43. # Notes:
  44. # Only works with aim bot for current build
  45. #------------------------------------------------------
  46. rcs.enabled 1
  47. rcs.no_spread 13
  48. rcs.enabled_after_X_shots 2
  49. rcs.disable_after_X_shots 10
  50.  
  51. #------------------------------------------------------
  52. # Bunnyhop Settings
  53. #------------------------------------------------------
  54. # Notes:
  55. # Not in current build
  56. #------------------------------------------------------
  57. bunnyhop.enabled 1
  58. bunnyhop.toggle_key 128
  59.  
  60. #------------------------------------------------------
  61. # Advanced Settings
  62. #------------------------------------------------------
  63. # Notes:
  64. # Only used when multiple mouse devices are
  65. # active / enabled
  66. #------------------------------------------------------
  67. advanced.mouse_device_option 0
  68.  
  69. #------------------------------------------------------
  70. # Info
  71. #------------------------------------------------------
  72. #
  73. # Bones
  74. #
  75. # Spine = 0
  76. # Abdomen = 1
  77. # Solar Plexus = 2
  78. # Chest = 3
  79. # Chest Top = 4
  80. # Just below the neck = 5
  81. # Left side of the Chest = 6
  82. # Left Shoulder = 7
  83. # Left Elbow = 8
  84. # Left Wrist = 9
  85. # Head = 10
  86. # Right side of the Chest = 11
  87. # Right Shoulder = 12
  88. # Right Elbow = 13
  89. # Right Wrist = 14
  90. # Right Hip = 15
  91. # Right Knee = 16
  92. # Right Ankle = 17
  93. # Left Hip = 18
  94. # Left Knee = 19
  95. # Left Ankle = 20
  96. # Right Foot = 21
  97. # Left Foot = 22
  98. # Right Hand = 23
  99. # Left Hand = 24
  100. #
  101. #
  102. # Target Selection
  103. #
  104. # Closest to player = 1
  105. # Closest to crosshair = 2
  106. #
  107. #
  108. # General
  109. #
  110. # on = 1
  111. # off = 0
  112. #
  113. #------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement