PDA

View Full Version : Steady Sniper


smoOth
26th January 2006, 17:22
when i zoom can i make the sniper automatical steady they cvar for that or other stuff

BlackDove
26th January 2006, 17:38
You could probably create a little skript that is executed every time the right mouse button is pressed. There is no cvar for removing sniper breathing and after the specified duration of time has ended, your scope will be moving all over the place like normal.

smoOth
26th January 2006, 17:49
how can i make a script???

Sevendust
26th January 2006, 18:07
how can i make a script???

Learn how to code ;)

- Sevendust

smoOth
26th January 2006, 19:51
Learn how to code ;)

- Sevendust
its hard to code i am 13 year old and its hard for me :confused:

EDIT(question):: Are They Fast Singleshot cvars ???

justauser
26th January 2006, 23:16
You could get yourself a recoil hack, it stops the sniper moving right blackdove? im sure it does. I only use wallhacks, not very often i use recoil. But for the sniper, maybe ;)

xanather
27th January 2006, 01:25
Try holding shift after scoping, it's really not that hard, making a script for it is kinda a waste of your time.

BlackDove
27th January 2006, 01:25
There are two types of recoil hacks:

- client-hook (total recoil removal by hooking or patching the game's functions)
- Windows API / DirectInput - (moves mouse down when mouse button is down)

Client-Hook:

It is possible to stop the sniper graphic / your view from moving in all CoD versions, however, the server still calculates your view as moving. In effect, bullets will still hit random targets instead of traveling directly where the crosshair is pointed to.

Windows API / DirectInput:

Not even worth attempting to remove sniper movement this way. You'd have to read pixels from the screen, and if dark or black in a certain location, move the mouse to adjust.

Gotcha: use Google to learn how to make scripts. The script that you want to make will not improve your scores significantly. There are plenty of intelligent thirteen year olds out there.

Edit: Found this thread which directly applies to steady sniper scope view: http://www.iwnation.com/Forums/index.php?showtopic=19213

smoOth
27th January 2006, 11:49
There are two types of recoil hacks:

- client-hook (total recoil removal by hooking or patching the game's functions)
- Windows API / DirectInput - (moves mouse down when mouse button is down)

Client-Hook:

It is possible to stop the sniper graphic / your view from moving in all CoD versions, however, the server still calculates your view as moving. In effect, bullets will still hit random targets instead of traveling directly where the crosshair is pointed to.

Windows API / DirectInput:

Not even worth attempting to remove sniper movement this way. You'd have to read pixels from the screen, and if dark or black in a certain location, move the mouse to adjust.

Gotcha: use Google to learn how to make scripts. The script that you want to make will not improve your scores significantly. There are plenty of intelligent thirteen year olds out there.

Edit: Found this thread which directly applies to steady sniper scope view: http://www.iwnation.com/Forums/index.php?showtopic=19213
Ok i gonna search on google how to code.
where is the config. to edit it???

BlackDove
27th January 2006, 16:22
You have to create a new configuration file with a text editor like Notepad. After adding all of your code, save it as a .cfg file and execute it in game. The IWNation thread describes how to do it.

Closed.