Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. function esp_toggle { if $esp.active == 1 esp.active 0 else esp.active 1 }
  2. function up_aimtrigger_ { aimbot.active 0; triggerbot.active 0 }
  3. function dn_aimtrigger_ { aimbot.active 1; triggerbot.active 1 }
  4. function up_triggerbot_ { triggerbot.active 0 }
  5. function dn_triggerbot_ { triggerbot.active 1 }
  6. function up_aimbot_ { aimbot.active 0 }
  7. function dn_aimbot_ { aimbot.active 1 }
  8.  
  9. clr.bright 0.000000
  10. clr.sat 1.000000
  11. clr.a 0.000000
  12. clr.b 0.000000
  13. clr.g 0.000000
  14. clr.r 0.000000
  15. hud.showmessages 0
  16. misc.weaponconfig 1
  17. console.info 1
  18. triggerbot.afterburst 0.000000
  19. triggerbot.overburst 0.000000
  20. triggerbot.autounzoom 0
  21. triggerbot.autozoom 0
  22. triggerbot.hitchance 0.000000
  23. triggerbot.firedelay 0.000000
  24. triggerbot.delay 0.000000
  25. triggerbot.filter 3
  26. triggerbot.autowall 0
  27. triggerbot.active 0
  28. aimbot.rcs_speed_mod 0.3
  29. aimbot.locktime 0.000000
  30. aimbot.delay 0.000000
  31. aimbot.rcs_scale 1.3
  32. aimbot.rcs_mindist 0.000000
  33. aimbot.rcs_maxdist 10000.000000
  34. aimbot.rcs 2
  35. aimbot.humanscale 0.000000
  36. aimbot.humanspeed 0.100000
  37. aimbot.human 0
  38. aimbot.team 1
  39. aimbot.hitbox 6
  40. aimbot.active 0
  41. aimbot.speed 1.000000
  42. aimbot.fov 3
  43. aimbot.selection 1
  44. aimbot.onlyscoped 0
  45. aimbot.notwhenscoped 0
  46. aimbot.ignoreairborn 1
  47. esp.impacts 0
  48. esp.footsteps 0
  49. misc.spawnprotection 1
  50. recanalysis.h 0
  51. recanalysis.w 0
  52. recanalysis.y 99999
  53. recanalysis.x 99999
  54. recanalysis.active 1
  55. radar.h 0
  56. radar.w 0
  57. radar.y 99999
  58. radar.x 99999
  59. aimbot.lag_accel 0
  60. aimbot.lag 0
  61. monitor.h 0
  62. monitor.w 0
  63. monitor.y 99999
  64. monitor.x 99999
  65. monitor.active 1
  66. esp.font 12
  67. vis.wireframe 0
  68. vis.nightmode 0
  69. vis.whitewalls 0
  70. vis.nohands 0
  71. vis.transwalls 0
  72. vis.nosky 0
  73. aimbot.visrecoilremoval 0.000000
  74. esp.shots 0
  75. vis.crosshair 0
  76. esp.showlag 0
  77. esp.recindicator 0
  78. vis.nosmoke 1
  79. esp.tracking 0
  80. esp.box 1
  81. esp.lights 0
  82. esp.radar_items 0
  83. esp.radar_labels 0
  84. esp.health 2
  85. esp.radar 1
  86. esp.c4 1
  87. esp.ground 1
  88. esp.grenade 0
  89. esp.distance 0
  90. esp.cross 0
  91. esp.hitbox 0
  92. esp.weapon 1
  93. esp.align 2
  94. esp.name 1
  95. esp.team 1
  96. esp.active 0
  97. vis.flashalpha 255.000000
  98. aimbot.notwhenflashed 0
  99. aimbot.unautozoom 0
  100. aimbot.autozoom 0
  101. aimbot.autoknife 0
  102. misc.autostrafe 1
  103. aimbot.nonsticky 1
  104. aimbot.autopistol 1
  105. aimbot.shoot 0
  106. vis.colourhands 0
  107. vis.wirehands 0
  108. vis.wiremodels 0
  109. vis.wallhack 0
  110. vis.chamsmode 0
  111. vis.chams 0
  112.  
  113. bind mouse3 dn_aimbot_
  114. bind mouse4 dn_triggerbot_
  115. bind insert gui_toggle
  116. bind home esp_toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement