Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. --------------
  2. hack_angle : 0 : , "numeric", "cl" : your current view = your current view - (45 * hack_angle)
  3. hack_autobhop : 1 : , "numeric", "cl" : simple autobhop
  4. hack_autobhop_ground_max : 25 : , "numeric", "cl" : max distance before fake scrolling
  5. hack_autobhop_ground_min : 20 : , "numeric", "cl" : min distance before fake scrolling
  6. hack_autobhop_inair_p_max : 3 : , "numeric", "cl" : how many ticks we should not jump in air(max value)
  7. hack_autobhop_inair_p_min : 1 : , "numeric", "cl" : how many ticks we should not jump in air(min value)
  8. hack_autobhop_onground_p_max : 1 : , "numeric", "cl" : after all the perfects jumps, how many ticks we should wait before jumping again on ground(max value)
  9. hack_autobhop_onground_p_min : 1 : , "numeric", "cl" : after all the perfects jumps, how many ticks we should wait before jumping again on ground(min value)
  10. hack_autobhop_p_max : 9 : , "numeric", "cl" : max perfects jumps
  11. hack_autobhop_p_min : 4 : , "numeric", "cl" : min perfects jumps
  12. hack_cclist : cmd : : list of cvars & commands
  13. hack_edgejump : 0 : , "numeric", "cl" :
  14. hack_ignore_angleteleport : 0 : , "numeric", "cl" :
  15. hack_spectatorlist : 1 : , "numeric", "cl" :
  16. hack_spinbot : 0 : , "numeric", "cl" :
  17. hack_strafeoptimizer : 0 : , "numeric", "cl" : 1) based on mouse movements 2) based on keys and mouse movements 3) based on keys
  18. hack_strafeoptimizer_gain_max : 0 : , "numeric", "cl" : Max Gain of strafe optimizer (0 -> 1)
  19. hack_strafeoptimizer_gain_min : 0 : , "numeric", "cl" : Min Gain of strafe optimizer (0 -> 1)
  20. hack_strafeoptimizer_influence_in : 0 : , "numeric", "cl" : How much your mouse should influence while optimizing (0 -> 1)
  21. hack_strafeoptimizer_influence_out : 1 : , "numeric", "cl" : basically the higher is that value, more the optimizer will be set if you move your mouse too much (play with values if you don
  22. hack_timescale : 1 : , "numeric", "cl" : Timescale hack
  23. hack_visual_landing : 0 : , "numeric", "cl" :
  24. hack_visual_predict_tick : -1 : , "numeric", "cl" :
  25. --------------
  26. 23 convars/concommands for [hack_]
  27. ] cvarlist mr_
  28. cvar list
  29. --------------
  30. mr_backup : 1 : , "numeric", "cl" : everytime stopping a recording, creating timestamp record, and save it on pc
  31. mr_copy_pos_angle : cmd : : Copy to clipboard positions and angles on the first tick of the record
  32. mr_edit : cmd : : edit the current record
  33. mr_edit_angle : 0 : , "numeric", "cl" : 1) edit only if you're moving your mouse 2) edit if only the mouse movements are corresponding to the recording 3) manual amoun
  34. mr_edit_angle_factor_2 : 0 : , "numeric", "cl" : works only in mr_edit_angle 2, it represents how much the y axis movement of the recording must correspond when you move your m
  35. mr_edit_angle_factor_3 : 0 : , "numeric", "cl" : works only in mr_edit_angle 3, adjust how much you should move your y axis to edit the record
  36. mr_edit_tick : -1 : , "numeric", "cl" : you can use this instead of binding on a key mr_edit for re-editing recordings.
  37. mr_listrecords : cmd : : list of the records
  38. mr_loadrecord : cmd : : load a record
  39. mr_pause : cmd : : pause recording/playing
  40. mr_pause_nexttick : -1 : , "numeric", "cl" :
  41. mr_pause_tick : -1 : , "numeric", "cl" :
  42. mr_play : cmd : : play the current record
  43. mr_record : cmd : : recording a record
  44. mr_recordname : cmd : : name of the current record
  45. mr_retrieve_angle_speed : 0 : , "numeric", "cl" : speed amount of retrieving the first angle on the movement record,1 = one tick to get the angle, 2 = two tick to get the angle,
  46. mr_saverecord : cmd : : save a record
  47. mr_showbeamend : 0 : , "numeric", "cl" :
  48. mr_showbeamstart : 0 : , "numeric", "cl" :
  49. mr_showbeamtick : -1 : , "numeric", "cl" :
  50. mr_showboxend : 0 : , "numeric", "cl" :
  51. mr_showboxstart : 0 : , "numeric", "cl" :
  52. mr_showboxtick : 100 : , "numeric", "cl" :
  53. mr_showpath : 0 : , "numeric", "cl" :
  54. mr_stop : cmd : : stop the current record
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement