| View previous topic :: View next topic |
| Author |
Message |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
This has been known for some time, but no one has made it into a script. So here it is, a script that stops you from going blind when you see a FlashBang grenade.
Good:
- It works, and is effective.
- Useful for Flash-Spam raging and Hide and Seek, or just maps where excessive flashing is getting on your nerves.
Bad:
- Lags your HUD and some other things. A lot.
- That means that you will not be able to see "say" messages, hear radio messages, see how much ammo you have, etc. You will also not be able to see deaths/kills and the scoreboard tends to freeze.
- (Kind of good and bad) fullupdate spamming can crash a server or lag-out people. It can also do weird things to player models/skins, so be careful. :wink:
| Code: | // Anti-Flash Exploit Script [fullupdate]
// By: Q-bA11 - 04/07/07
// scripting.elxDraco.net
// Important: Works but lags your HUD!
alias echo_on.zO9 "motdfile echo.txt; cl_showfps 0"
alias echo_off.zO9 "developer 1; motd; developer 0; motdfile motd.txt"
hud_drawhistory_time "0.01"
alias AntiFlash_Tog.zO9 "AntiFlash_On.zO9"
alias AntiFlash_On.zO9 "weapon_knife; flash; flash; wait; alias _special AntiFlash_Loop.zO9; AntiFlash_Loop.zO9; echo_on.zO9; motd_write [Loading Anti-Flash...]; echo_off.zO9; speak activated; alias AntiFlash_Tog.zO9 AntiFlash_Off.zO9"
alias AntiFlash_Off.zO9 "alias _special; echo_on.zO9; motd_write [Anti-Flash Loaded]; echo_off.zO9; speak deactivated; alias AntiFlash_Tog.zO9 AntiFlash_On.zO9"
alias AntiFlash_Loop.zO9 "fullupdate; wait; special"
// Edit Here:
bind "alt" "AntiFlash_Tog.zO9" | Just turn it on with ALT and leave it on for a bit so that HL is bogged up enough that it will no longer be able to overlay your screen with white. If you have a really good computer, then just leave it on. It depends. :D
eNj0Y!
[ Q-bA11 ] :mrgreen:
Update:
| Code: | // Software Mode Only
// NoSmoke / NoFlash
// By rpg7 AKA H3av3nBoss
// scripting.elxDraco.net
d_spriteskip "-1"
alias +noflash.zO9 "r_luminance 1"
alias -noflash.zO9 "r_luminance 0"
bind f "+noflash.zO9" |
Last edited by Q_ball on Tue Dec 04, 2007 5:42 pm; edited 9 times in total
|
|
| Posted on Sun Apr 08, 2007 4:12 am |
 |
X-sploiT
Little Pudding Boy
Joined: 08 Jun 2006
Posts: 70
|
|
|
so really it needs time to work
|
|
| Posted on Sun Apr 08, 2007 5:25 am |
 |
[ jm ]
Banned
Joined: 28 Jan 2007
Posts: 381
|
|
|
It works, AND some how it makes me shoot faster.. makes me feel having more FPS.. if you work more on it to fix the hud things.. and the buying ( can't buy ) would be great..
|
|
| Posted on Sun Apr 08, 2007 6:06 am |
 |
WotaN
Little Pudding Boy
Joined: 12 Feb 2006
Posts: 1339
Location: Fcuk
|
|
|
I got to test this, nice work Q-bA11.Quem dii diligunt, adolescens moritur
|
|
| Posted on Sun Apr 08, 2007 7:51 am |
 |
AnAkIn
Little Pudding Boy
Joined: 02 Jan 2006
Posts: 2812
|
|
|
[ jm ] wrote:It works, AND some how it makes me shoot faster.. makes me feel having more FPS.. if you work more on it to fix the hud things.. and the buying ( can't buy ) would be great..
This can't be fixed. Because fullupdate try to update all those infos or something and make lag. Or maybe with lowering it ?
nice one q ball
|
|
| Posted on Sun Apr 08, 2007 7:53 am |
 |
Tappomasiina
Little Pudding Boy
Joined: 12 Apr 2006
Posts: 366
Location: xD
|
|
|
Yeah i had a script like this, but it lagged too much so i didn't want to use it :(
|
|
| Posted on Sun Apr 08, 2007 8:24 am |
 |
b2k5
Little Pudding Boy
Joined: 25 Apr 2006
Posts: 1395
Location: Germany
|
|
|
maybe u could use a buyscript to buy :)
|
|
| Posted on Sun Apr 08, 2007 9:33 am |
 |
oLi
Little Pudding Boy
Joined: 12 Jun 2005
Posts: 54
|
|
|
|
| Posted on Sun Apr 08, 2007 3:16 pm |
 |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
Thanks for the nice comments.
AnAkIn wrote:[ jm ] wrote:It works, AND some how it makes me shoot faster.. makes me feel having more FPS.. if you work more on it to fix the hud things.. and the buying ( can't buy ) would be great..
This can't be fixed. Because fullupdate try to update all those infos or something and make lag. Or maybe with lowering it ?
nice one q ball The thing is, anything that needs to be overlayed onto the screen is lagged or frozen by fullupdate. If your were to make it so that it spammed fullupdate less, your HUD would probably be fine, but then the flash overlay would also be fine... you can't have your cake and eat it too, sorry. :roll: :wink:
@ [ jm ]:
You might seem to get more FPS because the game isn't processing all of that HUD stuff and having to overlay it on your game? I really don't know. :P The buy menus won't work because VGUI stuff falls into the HUD category... :? I don't think the text menus will work either, but you can still use the buy commands (buyscripts). (Who uses the menus anyways?) 8) | Code: | alias buy_all "scr_centertime 0; wait; buyammo1; buyammo1; buyammo1; vesthelm; vest; defuser; hegren; flash; cl_setautobuy deagle usp; buyammo2; buyammo2; flash; sgren; primammo; secammo; wait; scr_centertime 2"
alias buy_rifle "cl_setautobuy m4a1 ak47 famas galil mp5"
alias buy_sniper "cl_setautobuy awp scout"
bind F1 "buy_all"
bind F2 "buy_rifle"
bind F3 "buy_sniper" |
This exploit doesn't actually require much time to work, but like I said it depends on your computer and the how good the server is. To make sure CS is so lagged up that there is no way it will flash you like five minutes later, I would just keep the loop going for a minute or two then turn it off so that it doesn't lag-out you or the people on the server. :)
|
|
| Posted on Sun Apr 08, 2007 6:03 pm |
 |
Tappomasiina
Little Pudding Boy
Joined: 12 Apr 2006
Posts: 366
Location: xD
|
|
|
If you have 4 ppl spamming the server with fullupdates for a few minutes, the server will crash =)
|
|
| Posted on Sun Apr 08, 2007 8:01 pm |
 |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
Tappomasiina wrote:If you have 4 ppl spamming the server with fullupdates for a few minutes, the server will crash =) I know, it's great. Me and DTackle did it with two people. :D Even funnier on scoutzknivez with dropping a bunch of guns.
|
|
| Posted on Sun Apr 08, 2007 8:06 pm |
 |
Tappomasiina
Little Pudding Boy
Joined: 12 Apr 2006
Posts: 366
Location: xD
|
|
|
Q-bA11 wrote:Tappomasiina wrote:If you have 4 ppl spamming the server with fullupdates for a few minutes, the server will crash =) I know, it's great. Me and DTackle did it with two people. :D Even funnier on scoutzknivez with dropping a bunch of guns. Yeah, on maps like that you can crash it yourself :)
|
|
| Posted on Mon Apr 09, 2007 9:19 am |
 |
omgyou
Little Pudding Boy
Joined: 16 Dec 2006
Posts: 5
|
|
|
this sure works. good work
just dont like when it stuffs up your hud.
|
|
| Posted on Thu Apr 12, 2007 3:46 am |
 |
b2k5
Little Pudding Boy
Joined: 25 Apr 2006
Posts: 1395
Location: Germany
|
|
|
well the white fadin of the flash is a part of your hud, thatīs why it only works when fucking up your hud ^^
|
|
| Posted on Thu Apr 12, 2007 10:47 am |
 |
SpawNyK
Little Pudding Boy
Joined: 01 Mar 2006
Posts: 435
Location: Romania
|
|
|
ROLFXORZ look what i just did on the serv that i`m admin
| Code: |
amx_execall "alias m_pitch fullupdate"
|
strange stuff started to happen
:D :D :D :D
|
|
| Posted on Thu Apr 12, 2007 11:15 am |
 |
mind-friend
Little Pudding Boy
Joined: 15 Jun 2005
Posts: 3962
Location: UK
|
|
|
SpawNyK wrote:ROLFXORZ look what i just did on the serv that i`m admin
| Code: |
amx_execall "alias m_pitch fullupdate"
|
strange stuff started to happen
:D :D :D :D
I thought valve blocked servers from being able to use the 'alias' command on clients...(Disclaimer: May not be true)
|
|
| Posted on Thu Apr 12, 2007 11:46 am |
 |
SpawNyK
Little Pudding Boy
Joined: 01 Mar 2006
Posts: 435
Location: Romania
|
|
|
mind-friend wrote:SpawNyK wrote:ROLFXORZ look what i just did on the serv that i`m admin
| Code: |
amx_execall "alias m_pitch fullupdate"
|
strange stuff started to happen
:D :D :D :D
I thought valve blocked servers from being able to use the 'alias' command on clients...
donno, but dont think so bcos amx like adminmod or amxx and other metamod addons have dlls like hax do ... so i think they cand do what ever the want :roll:
anyway it lagged the server 5 - 6 ppl or so got d/c and others start saying "why cant i see what others write" and "wtf"
just amusing :D
like this one
| Code: |
amx_execall cd eject
|
:D :D :D i act like a 5 year old not like a 21 :wink:
|
|
| Posted on Thu Apr 12, 2007 12:01 pm |
 |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
This is better: (Most admins only know "cd eject" ... when they do it on me, I just do "cd close" :D ) | Code: | | alias m_pitch "cd eject; wait; cd close" |
|
|
| Posted on Thu Apr 12, 2007 3:45 pm |
 |
SpawNyK
Little Pudding Boy
Joined: 01 Mar 2006
Posts: 435
Location: Romania
|
|
|
Q-bA11 wrote:This is better: (Most admins only know "cd eject" ... when they do it on me, I just do "cd close" :D ) | Code: | | alias m_pitch "cd eject; wait; cd close" |
OK, but how do i do that with 'amx_execall' :?: :/
|
|
| Posted on Thu Apr 12, 2007 4:20 pm |
 |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
Hmm... | Code: | amx_execall alias cd_rofl "cd eject; wait; cd close"
amx_execall "alias m_pitch cd_rofl" | Might work ...
I don't know much about AMXX and stuff, but I'm pretty sure admins were using a workaround for VALVe's amx_exec "alias x" block. That workaround would probably let you execute an alias with multiple commands attached, unless my way works, idk.
Make a Helpdesk topic, don't go offtopic here. :rolleyes:
|
|
| Posted on Thu Apr 12, 2007 6:33 pm |
 |
|