Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. #------------------------------------------------------
  2. # Global Settings
  3. #------------------------------------------------------
  4. # Notes: deze werkt goed, voor lagere resolutie de fov
  5. # iets omlaag zetten, sticky zo laten
  6. #------------------------------------------------------
  7. global.panic_key 73
  8. global.attach_key 72
  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 54
  22. aimbot.active_key 70
  23. aimbot.target_selection 2
  24. aimbot.fov 50
  25. aimbot.smooth 8
  26. aimbot.sticky.fov 25
  27. aimbot.sticky.smooth 2
  28. aimbot.bone 10
  29. aimbot.min_dist 0
  30. aimbot.max_dist 20000
  31. aimbot.disable_while_jumping 1
  32. aimbot.disable_when_target_jumping 0
  33. aimbot.crosshair.X_offset 11
  34. aimbot.crosshair.Y_offset 24
  35. aimbot.vischeck 0
  36.  
  37. #------------------------------------------------------
  38. # TriggerBot Settings
  39. #------------------------------------------------------
  40. # Notes:
  41. #
  42. #------------------------------------------------------
  43. triggerbot.active 1
  44. triggerbot.toggle_key 47
  45. triggerbot.active_key 71
  46. triggerbot.delay 45
  47. triggerbot.after_burst 150
  48. triggerbot.burst_speed 250
  49.  
  50. #------------------------------------------------------
  51. # RCS Settings
  52. #------------------------------------------------------
  53. # Notes: y11x5 / y10x4 9 6 proberen nog
  54. #
  55. #------------------------------------------------------
  56. rcs.enabled 1
  57. rcs.no_spreadY 10
  58. rcs.no_spreadX 4
  59. rcs.enabled_after_X_shots 1
  60. rcs.disable_after_X_shots 30
  61.  
  62. #------------------------------------------------------
  63. # Bunnyhop Settings
  64. #------------------------------------------------------
  65. # Notes:
  66. # Not in current build
  67. #------------------------------------------------------
  68. bunnyhop.enabled 0
  69. bunnyhop.toggle_key 56
  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.  
  82. #------------------------------------------------------
  83. # Info
  84. #------------------------------------------------------
  85. #
  86. # Bones
  87. #
  88. # Spine = 0
  89. # Abdomen = 1
  90. # Solar Plexus = 2
  91. # Chest = 3
  92. # Chest Top = 4
  93. # Just below the neck = 5
  94. # Left side of the Chest = 6
  95. # Left Shoulder = 7
  96. # Left Elbow = 8
  97. # Left Wrist = 9
  98. # Head = 10
  99. # Right side of the Chest = 11
  100. # Right Shoulder = 12
  101. # Right Elbow = 13
  102. # Right Wrist = 14
  103. # Right Hip = 15
  104. # Right Knee = 16
  105. # Right Ankle = 17
  106. # Left Hip = 18
  107. # Left Knee = 19
  108. # Left Ankle = 20
  109. # Right Foot = 21
  110. # Left Foot = 22
  111. # Right Hand = 23
  112. # Left Hand = 24
  113. #
  114. #
  115. # Target Selection
  116. #
  117. # Closest to player = 1
  118. # Closest to crosshair = 2
  119. #
  120. #
  121. # General
  122. #
  123. # on = 1
  124. # off = 0
  125. #
  126. #------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement