Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. #------------------------------------------------------
  2. # Global Settings
  3. #------------------------------------------------------
  4. # Notes:
  5. #
  6. #------------------------------------------------------
  7. global.panic_key 23 #End key
  8. global.attach_key 2D #INS key
  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 67 #Numeric keypad 7 key
  22. aimbot.active_key 1 #Mouse 1
  23. aimbot.target_selection 2
  24. aimbot.fov 60
  25. aimbot.smooth 20
  26. aimbot.sticky.fov 60
  27. aimbot.sticky.smooth 15
  28. aimbot.bone 4
  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 0
  34. aimbot.crosshair.Y_offset 0
  35.  
  36.  
  37. #------------------------------------------------------
  38. # TriggerBot Settings
  39. #------------------------------------------------------
  40. # Notes:
  41. #
  42. #------------------------------------------------------
  43. triggerbot.active 1
  44. triggerbot.toggle_key 50 #P key
  45. triggerbot.active_key 4 #Middle
  46. triggerbot.delay 150
  47. triggerbot.after_burst 300
  48. triggerbot.burst_speed 50
  49.  
  50. #------------------------------------------------------
  51. # RCS Settings
  52. #------------------------------------------------------
  53. # Notes:
  54. #
  55. #------------------------------------------------------
  56. rcs.enabled 2
  57. rcs.no_spreadY 15
  58. rcs.no_spreadX 15
  59. rcs.enabled_after_X_shots 2
  60. rcs.disable_after_X_shots 200
  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 0
  79.  
  80. #------------------------------------------------------
  81. # Aimbot visibility check
  82. #------------------------------------------------------
  83. aimbot.vischeck 1
  84.  
  85. #------------------------------------------------------
  86. # Info
  87. #------------------------------------------------------
  88. #
  89. # Bones
  90. #
  91. # Spine = 0
  92. # Abdomen = 1
  93. # Solar Plexus = 2
  94. # Chest = 3
  95. # Chest Top = 4
  96. # Just below the neck = 5
  97. # Left side of the Chest = 6
  98. # Left Shoulder = 7
  99. # Left Elbow = 8
  100. # Left Wrist = 9
  101. # Head = 10
  102. # Right side of the Chest = 11
  103. # Right Shoulder = 12
  104. # Right Elbow = 13
  105. # Right Wrist = 14
  106. # Right Hip = 15
  107. # Right Knee = 16
  108. # Right Ankle = 17
  109. # Left Hip = 18
  110. # Left Knee = 19
  111. # Left Ankle = 20
  112. # Right Foot = 21
  113. # Left Foot = 22
  114. # Right Hand = 23
  115. # Left Hand = 24
  116. #
  117. #
  118. # Target Selection
  119. #
  120. # Closest to player = 1
  121. # Closest to crosshair = 2
  122. #
  123. #
  124. # General
  125. #
  126. # on = 1
  127. # off = 0
  128. #
  129. #------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement