Advertisement
crashz33

jumpz.cfg

Jul 25th, 2015
7,869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. /////////////////////////////////////////////
  2. //// Teleport cfg script by crashz
  3. //// http://steamcommunity.com/id/crashz/
  4. /////////////////////////////////////////////
  5. ////1. Copy this file into: C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg
  6. ////2. Start a offline server (OFFLINE WITH BOTS)
  7. ////3. Open console and type: exec jumpz
  8. /////////////////////////////////////////////
  9.  
  10. //THE SAVE POSITION PART:
  11. alias "savepos" "writeip; con_logfile cfg/banned_ip.cfg; getpos_exact; con_logfile ."
  12.  
  13. // THE LOAD SAVED POSITION PART:
  14. alias "loadpos" "exec banned_ip"
  15.  
  16. ////BINDS:
  17. //// Picture of the Keyboard Key names for CS:GO ( http://nsa34.casimages.com/img/2013/08/13/1308130818561230.jpg )
  18.  
  19. bind "ralt" "savepos; play ui\csgo_ui_crate_item_scroll.wav"
  20.  
  21. bind "rctrl" "loadpos; play ui\csgo_ui_page_scroll.wav"
  22.  
  23. //// You can replace the keys to anything else!
  24.  
  25. //////Commands//////
  26. writeip
  27. sv_cheats 1
  28. bot_kick
  29. mp_freezetime 0
  30. mp_maxmoney 300000
  31. mp_startmoney 300000
  32. mp_buy_anywhere 1
  33. mp_roundtime 60
  34. mp_roundtime_defuse 60
  35. mp_buytime 33333
  36. sv_infinite_ammo 2
  37. sv_grenade_trajectory 1
  38. ammo_grenade_limit_total 5
  39. mp_respawn_on_death_ct 1
  40. mp_respawn_on_death_t 1
  41. mp_warmup_end
  42. developer 1
  43. ent_absbox player
  44. ////////////////////
  45. clear
  46. ///////////////////
  47. echo "------------------------------------------------------/////////////////////////////";
  48. echo "------------------------------------------------------/////////////////////////////";
  49. echo "------------------------------------------------------/////////////////////////////";
  50. echo "TELEPORT CFG EXECUTED---------------------------------/////////////////////////////";
  51. echo "------------------------------------------------------/////////////////////////////";
  52. key_findbinding loadpos
  53. key_findbinding savepos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement