Urban Terror aimbot for UrT 4.1
****************************************
* Requires: Linux or Unix, Urban Terror 4.1 installed *
**************************************
I promised I would release my aimbot at christmas. Unfortunately I was delayed on Dec 23, because my grand parents preponed their festivity.
And on Dec 24th, i slept a bit too long ;-)
Afterwards, we celebrated christmas, and later i had to extinguish the christmas tree with the fire extinguisher (my parents and siblings drunk a bit too much). Fortunately i was quick enough, so no damage to the house, except a bit smut on the floor and an awful lot of smoke in the living room...
And on Dec 25th i realised that FrozenSand had also chosen christmas as their release date...
So after i woke up at 18:00, i got working, installing IDA, disassembling the new release,
wondering about the qvm and who gets such mad ideas, and then updating the offsets.
Finally i got it working. I will release more towards the new year, including source and more detailed instructions, but right now i will only release the UrT binary.
In the attachment there is a zip file which should include
- libURTH.so
- aimbot41.sh
aimbot41.sh looks like this
Code:
#!/bin/sh
cd "/usr/local/games/UrbanTerror41" #your urt path here
export LD_PRELOAD=$HOME/Desktop/urth-0.1-2-src/build/libURTH.so # path to libURTH here
#don't change anything below this line
./ioUrbanTerror.i386 $*
unset LD_PRELOAD
exit 0
where you should replace "/usr/local/games/UrbanTerror41" with your urban terror 4.1 path
and
/Desktop/urth-0.1-2-src/build/libURTH.so
with the path to where you copy/paste libURTH.so to.
then go to console, switch to the directory where you have aimbot41.sh and there type:
Code:
sudo chmod +x aimbot41.sh
Afterwards you can start Urban terror by typing:
or
The original urban terrror hack, you can find here:
http://www.nixcoders.org/forum/index...topic=801&st=0
If you having trouble with installing ubuntu, go to:
ubuntuforums.com
(don't type www.ubuntuforums.com, it's without www)
The people there are really very nice.
So, that's it for now, I've to go to Zurich soon, to celebrate Christmas with my uncle and aunt, and my niece ;-)
I won't be back until tomorrow (Dec 27, CET).
Greetings, thanks, and merry Christmas to ASCII - and, how could i forget that, additionally to all the people who hate aimbots *LOL*
PS: You can play a mp3 file in the background by placing it to the directory ~ (=home) and naming it bla.mp3
system("open mplayer \"~/bla.mp3\"");
but as you see, it requires mplayer installed;
if you don't have mplayer installed, go to console and type:
Code:
sudo apt-get install mplayer ubuntu-restricted-extras
Bookmarks