How to change game cursor, Possible?

06/04/2012 03:55 shinitenshi#1
Is there a way to change the game cursor? I find my self losing the cursor when alot if effects are going on. Is this possible?
06/04/2012 11:10 Vaidas B#2
Well, Pservers do it. So yeah. I'm pretty sure you'll need a bypass tho (cause you have to edit some game files).
06/04/2012 12:54 guesswho-.-#3
i dont think so. if you make the dds file the same size as the original then I'm pretty sure you can do it without any bypass.
06/04/2012 19:45 vBot#4
Quote:
Originally Posted by guesswho-.- View Post
i dont think so. if you make the dds file the same size as the original then I'm pretty sure you can do it without any bypass.
You can :).
06/05/2012 16:21 shinitenshi#5
How! Lol
06/05/2012 20:52 guesswho-.-#6
unpack the data, replace the dds file and repack it..?
06/06/2012 05:02 kennethas#7
Quote:
Originally Posted by guesswho-.- View Post
unpack the data, replace the dds file and repack it..?
it will get error in packing...:(
06/06/2012 17:44 ntKid#8
code inject -> SetCursor( LoadCursorFromFileA( "cursor.cur" ) );
works great.