CSMouseTrapper + some updates
2012-04-21 20:23
Trap your mouse cursor with CSMouseTrapper!

Description
Using this tool you can prevent mouse cursor from moving outside of the game window while the game has focus, therefore it fixes one of the "mouse cursor flickering at the middle of the screen" bug.

There are 2 extra features you can toggle via parameters:
-b or -noborder : removes window borders
-l or -lowpriorty : sets low priority for the game

Remove borders before->after image:
i.imgur.com/tyFN9.jpg

No ugly console window this time, just a pretty tiny tray icon.

Download
Binary executable:
pene.hu/zokny/download.php?id=23

Source code:
pene.hu/zokny/download.php?id=24

If you find any bug, feel free to write a PM or comment.


Some updates

CSMoneyReporter v1.1:

In case if you missed, you can read about it here:
www.hltv.org/blog/5213-csmoneyreporter

Changes:
- Dynamic messages are disabled by default.
- Default report message replaced. Now it's gonna report only your current amount of money, without additional text.
- If you trigger the "weapon" message and dynamic messages are enabled, the poor state gonna be ignored.
- No need to set the default cstrike folder name in "config.lua".
- Leaves a nice message in the moneyreport.cfg file. This gives you additional info if you want to execute it without CSMR.
- Added some error reports.
- Fixed bugs!

Download CSMoneyReporter:
pene.hu/zokny/download.php?id=21


CSDemoArchiver v1.1:

In case if you missed, you can read about it here:
www.hltv.org/blog/5167-csdemoarchiver

Changes:
- Default archive directory is now your cstrike folder. You can change it in "config.lua".
- No need to set the default cstrike folder name in "config.lua".
- Added some error reports.
- Fixed bugs!

Download CSDemoArchiver:
pene.hu/zokny/download.php?id=19
by: Erty
#1
I had the CSMoneyReporter v1.0, should I delete all files from that and just use the ones in this(v1.1) .zip file or just replace 3 in the .zip?
2012-04-21 20:51:27
what kind of script is that CSMoneyReporter?
2012-04-21 22:39:19
by: Erty
#6
I wouldn't call it a script really, as ZokNy(the maker of this) said in his first blog, its a program that passes debug messages if im not mistaken.

The result is that you only have to press 1 key to show your team mates what money you have and you can set messages.

Example:
money above 10k = "$10500 I can drop"
money below 10k = "$7500"

2012-04-21 22:57:36
ahh.. ty ;]
2012-04-21 23:04:01
by: ZokNy
#2
You can overwrite/replace the old one.
2012-04-21 20:53:40
by: spddl
#3
<3
2012-04-21 20:55:55
Really nice programs.
Thanks.
2012-04-21 22:56:20
OK I downloaded the 1.1 version of CSMoneyReporter, but it doesn't say like Erty (#6) stated before "I can drop" or anything, it just says the money.. How can I edit it to let it say "I can drop" on the rich limit and "DROP!" on the poor limit? :) Thank you, great programs you got there
2012-04-21 23:54:00
by: ZokNy
#9
Open up "config.lua" in your favourite text editor, search for the "enableDynamicMessages" variable and set the value from "false" to "true".

Additionally you can change the limits, or add more messages to each type.

Some examples:
MessageAdd("${CURRENTMONEY} > I'm fine")
MessageAdd("${CURRENTMONEY} > Yea, that's what I got, how 'bout you?")
PoorMessageAdd("${CURRENTMONEY} > DROP!")
PoorMessageAdd("${CURRENTMONEY} > Need more w33d!")
RichMessageAdd("${CURRENTMONEY} > Want something?")
RichMessageAdd("${CURRENTMONEY} > Any weapon + deagle for free anyone?")
2012-04-22 00:21:15
I actually thought about that but then I was like nah no way haha... Thanks man, great help :-)
2012-04-22 00:24:08
Forgot to mention at the CSMoneyReporter changes: now you can edit the additional weapon message in the config file!
2012-04-22 00:25:54
by: muNi
#12
How to Install this?
2012-04-22 01:48:36
No need to install. Just unpack the archive and start with the executable. Use the following commands in-game, and press the key:
bind "F9" "echo CSMoneyReporter; exec moneyreport.cfg"
bind "F10" "echo CSMoneyReporterWeapon; exec moneyreport.cfg"
2012-04-22 12:47:18
Nice one
2012-04-22 07:39:46
When i use "echo CSMoneyReporter" in console the actual moneyreporter quits without error, anyway i can fix that?
2012-04-22 11:45:20
Start the program from command prompt, and paste the error message here pls.
2012-04-22 12:49:25
command prompt= administrator start? :/

and i got the error message "PANIC: unprotected error in call Lua API (GetGamePid(): Unable to find game window!)" now doing the same thing as before. (dunno if "(" and ")" in the error message should be "<" and ">")
2012-04-22 13:01:42
by: Erty
#22
did you open CS first? first open CS and then run the .exe file as administrator
2012-04-22 14:13:00
Try with this pls:
http://pene.hu/zokny/download.php?id=1021
2012-04-22 13:14:57
it says "file not exist" :(
2012-04-22 13:20:07
Mea culpa. Try now :)
2012-04-22 13:22:00
The exe says "Waiting for game to activate..." even when the game is up and running. Nothing else happens :/
2012-04-22 13:40:38
can you upload that again cuz the file does not exist again :S
2012-04-23 19:17:31
Do we need CSMouseTrapper only while playing windowed or its also useful when we got fullscreen?
Discribe a lil better that problem with cursor please.
2012-04-22 14:13:52
No, you don't need it if you play in fullscreen.
The problem occurs if you move your mouse too fast, so the cursor appears outside of the window, from this time the cursor gonna flicker at the center of the screen. You can hide it again by pressing double ESC or using CSMouseTrapper.
There is another bug with the same effect. If an other window steals focus from the game, the cursor appears again. This tool can't solve this issue.
2012-04-22 14:42:54
Is this require Visual C++? :)
2012-04-22 16:09:50
No, except if you want to recompile it.

If you get msvcp100.dll error, just install "Microsoft Visual C++ 2010 Redistributable Package".
2012-04-22 16:20:03
thanks for info.
anyway great stuffs that u release.
2012-04-22 16:29:57
could be useful for multiple monitor users, as somtimes during really fast movements it will leave the screen when u click itll minimize the game... would this work with that?
2012-04-23 12:54:23
Yes, It could be useful in that case.
2012-04-23 17:11:02
mai friend wanted me to tell you he literally h8ed that cmr update xD

made him have to rewrite this whole thing here http://www.vaginatown.org/showthread.php?t=1803



Post edited 2012-04-23 11:24:58
2012-04-23 11:16:20
Nice, btw you don't need to put it into your cstrike folder.
2012-04-23 17:11:55
okay we will then fix that as well with the update xD
2012-04-23 18:37:26
is the moneyreporter considered as a cheat in any league?
2012-04-23 12:26:31
"It should be safe, since it does not modify any game related data, only reads game directory path and your current money, but some poorly written anti-cheat software might alert if you use it. I take no responsibility for any damage."
2012-04-23 17:13:20
how do I apply to CSMouseTrapper right?
2012-04-23 20:19:42
Just start the exe, it's fully automatic.
2012-04-23 20:36:42
then it does not work: D
I started CSMouseTrapper.exe also with -b
2012-04-23 21:14:35
Thanks for the report.
Luckily I could reproduce the error, and fix it.
You can download the new version (v1.1), link unchanged.

Post edited 2012-04-28 21:56:34
2012-04-28 21:50:22
what in the world are you guys trying to accomplish?

rarely do i get the cursor on my crosshair.. if i do.. i can tab or alt-z (my steam shortcut) to get outta it...

dont fix what's not broken...
2012-04-23 20:48:05
CSMoneyReporter is not compatible with EAC. :( CSMoneyReporter gets (fatal) error when I push the money bind. :( No "cheat message" or ban, just the program shutdown. :(
2012-04-30 19:47:15
Yep, EAC denies any access to the memory.
2012-05-01 17:14:02

Login or register to add your comment to the discussion.