Advertisement
razexude

Untitled

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