Jump to content

useful scripts,


Lenovo

Recommended Posts

you're right I am confused, however, to take the chat only use condump filename.txt   B)

 

Does it need to be split into two? This should do what you wanted

set pbgon "condump chat.txt;wait 50;clear;cl_guid;toggleconsole;wait 50;screenshotjpeg;clear;pb_list;wait 50;screenshotjpeg;toggleconsole""
Edited by DrPotato
  • Like 1
Link to comment
Share on other sites

  • 4 months later...

 

/////////////////////////////////////////
//Automatic Stamina
 
bind 4 "weaponbank 7;wait 60;+attack;wait 20;-attack;wait 5; weaponbank 3"
 
////////////////////////////////////////
 
//Automatic Speed Jump
 
set  speedjump   "+sprint; wait 12; +moveup; wait; -sprint; wait; -moveup"
bind < "vstr speedjump"
 
////////////////////////////////////////
 

 

 

Can you explain these to me?

Link to comment
Share on other sites

bind 4 "weaponbank 7;wait 60;+attack;wait 20;-attack;wait 5; weaponbank 3"

 

This one is for using adre and going back to slot 3. So automatic stamina ^^

 

set  speedjump   "+sprint; wait 12; +moveup; wait; -sprint; wait; -moveup"
bind
If you are not using stamina to move around and you want to save it for fights only use this script for jumping. It makes you sprint then jump then stop sprinting to use as low as possible stamina and jump with higher speed as you'd normally sprint :)
Imo 99% of such scripts are useless :)
  • Like 4
Link to comment
Share on other sites

Can you explain these to me?

First one opens dren, uses it, then goes back to gun. Second one is brief sprint into a jump then stop. Edit: Cat distracted me, some else posted before I did.

 

I would be carefull with this guys I had several incidents that I had to fix after someone tried lenovo his scripts or suggestions

 

I haven't seen anything here that should cause issues even if it doesn't work.

Edited by DrPotato
Link to comment
Share on other sites

It shouldnt go wrong. Just make sure you know what you are doing and not just blindly creating scripts without knowing what it does anndddd always make a backup of your default preferred settings.

Link to comment
Share on other sites

  • 1 month later...

Here's the fov toggle script that I use to zoom in for long distance shots, sometimes.


 

set fovswitcher "vstr distance_near"
set distance_far "set cg_fov 110; set fovswitcher vstr distance_near; echo ^7Standard"
set distance_near "set cg_fov 90; set fovswitcher vstr distance_far; echo ^1ZOOM"
bind t "vstr fovswitcher"

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

and I'm not sure if this got posted, but I have a couple binds for timers.

 

bind n "timerset 20; echo ^120 second timer"
bind m "timerset 30; echo ^1Dyno ^7timer-- ^130 seconds

Press n for a 20 second time, press m for a 30 second timer (dyno timer, or typically axis spawntime in a competitive match)


Now, on FA hardcore, typically allies spawn every 14 seconds and axis spawn every 18. You can check what it is on any server by typing /g_bluelimbotime or /g_redlimbotime. I rebind n to whatever it is, then press n when I see the enemy spawn. Careful on servers that don't allow spawnkilling, though.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 


I also use a volume script so I can turn the game up or down without going into settings---

bind "]" "vstr volup"
bind "[" "vstr voldown"
set vol00 "set s_volume 0.0;set voldown vstr vol00; set volup vstr vol01; echo Volume ^uO^7=========="
set vol01 "set s_volume 0.1;set voldown vstr vol00;set volup vstr vol02;echo Volume =^uO^7========="
set vol02 "set s_volume 0.2;set voldown vstr vol01;set volup vstr vol03;echo Volume ==^uO^7========"
set vol03 "set s_volume 0.3;set voldown vstr vol02;set volup vstr vol04;echo Volume ===^uO^7======="
set vol04 "set s_volume 0.4;set voldown vstr vol03;set volup vstr vol05;echo Volume ====^uO^7======"
set vol05 "set s_volume 0.5;set voldown vstr vol04;set volup vstr vol06;echo Volume =====^uO^7====="
set vol06 "set s_volume 0.6;set voldown vstr vol05;set volup vstr vol07;echo Volume ======^uO^7===="
set vol07 "set s_volume 0.7;set voldown vstr vol06;set volup vstr vol08;echo Volume =======^uO^7==="
set vol08 "set s_volume 0.8;set voldown vstr vol07;set volup vstr vol09;echo Volume ========^uO^7=="
set vol09 "set s_volume 0.9;set voldown vstr vol08;set volup vstr vol10;echo Volume =========^uO^7="
set vol10 "set s_volume 1.0;set voldown vstr vol09;set volup vstr vol10;echo Volume ==========^uO^7"
set volup vstr vol02
set voldown vstr vol00
Edited by emaL
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.