Advertisement
Guest User

Untitled

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