1up Clan Forums

Gaming => Urban Terror => Topic started by: UncleSam on April 02, 2013, 05:47:35 PM

Title: Some Cool Scripts
Post by: UncleSam on April 02, 2013, 05:47:35 PM
I've recently found some pretty cool scripts, I'll put them here.  Most of these require vstr support so you need to download the mitsu client
None most are not mine, just found them.
http://www.urbanterror.info/forums/topic/18972-optimized-exe-builds-of-ioq3-engine/       <---  4.1.1
http://www.r00t.cz/SW/UrbanTerror       <----   4.2

I recommend copying urt folder and trying the new client and scripts in that version.




Code: [Select]
set thrownade1 "weapon 11; wait 10; +attack; wait 8"
set thrownade2 "-attack; wait 8; ut_weaptoggle primary"
bind f "+vstr thrownade1 thrownade2"

hit the f key to arm a nade release to throw. (vstr)  if you have a gaming mouse consider replacing f with MOUSE4 or MOUSE5
Thanks to Obscure


Code: [Select]
set zoom_in "ut_zoomin; cg_fov 90"
set zoom_out "ut_zoomreset; cg_fov 100"
bind MOUSE2 "+vstr zoom_in zoom_out"

zooms in your weapon hold to zoom. works with any weapon. (vstr)
Thanks to |PWNY|Nitro


Code: [Select]
bind r "+vstr w_reload w_rstop"      //heal and reload, with zoom reset (1)
// ensure zoom mode is unzoomed when reloading, and start healing first (since we can reload while healing)
set w_reload "+button6; wait 5; -button6; +button6;  wait 5; -button6; +button6; wait 5; +button5; vstr zNot; -button6"
set w_rstop "-button5;"

automatically heals when you reload. (vstr)
Thanks to HonoredMule



Code: [Select]
bind f "vstr attackscript"
set attackscript "vstr attack1"
set attack1 "set attackscript vstr attack2; bind MWHEELDOWN +attack;bind MWHEELUP +attack; "ut_weaptoggle sidearm"; bind MOUSE3 clear; ut_echo fast attack"
set attack2 "set attackscript vstr attack1; bind MWHEELDOWN weapprev; bind MOUSE3 ut_zoomreset; bind MWHEELUP weapnext; ut_echo weapswitch"

auto beretta script.  basically, change to beretta by hitting f, and scroll up and down fast.  When you're done hit f again.  If you have a gaming mouse conside changing f to MOUSE4 or MOUSE5 (the side buttons).  Since I have hold to zoom, I don't need Mouse3 so That's what I have it set to.  This script doesn't shoot as fast as a g36 or anything, but it will get you up to the level of a pro beretta user.  Plus it's easy on your fingers. Also works with DE.  I have implemented a feature so that if you accidentally press MOUSE3 while scrolling up and down it won't do anything. Before it would turn off auto mode.

Thanks to <PWC> YAY5637 from Urban Terror forums.


Code: [Select]
bind f "vstr attaz"
set attaz "vstr attackab"
set attackab "set attaz vstr attackac; bind MOUSE1 vstr attackdrop; ut_echo drop"
set attackac "set attaz vstr attackab; bind MOUSE1 +attack; ut_echo regular"
set attackdrop "+attack; wait 2; ut_weapdrop; -attack; bind MOUSE1 +attack; set attaz vstr attackab; ut_echo regular"

Shoot and drop sr8.  toggle this behavior with f (can be replaced with any key).  Allows fast switch to secondary and sr8 is recocked when you pick it up.  Illegal in tournaments.

Thanks to JRandomNoob




Code: [Select]
bind f "ut_zoomin; +attack"

On curby's request f zooms in and shoots at the same time.  If you want a delay between scoping and shooting change the # sign below.
Currently not working.  Searching for fix.

Code: [Select]
bind f "ut_zoomin; wait #; +attack"




Code: [Select]
bind c "vstr attack_script"
set attack_script "vstr attack1"
set attack1 "bind i snake_up; bind j snake_left; bind k snake_down; bind l snake_right; bind b snake_play; bind n snake_pause; bind m bind_reset; ut_echo snake"
set attack2 "bind n breakout_left; bind m breakout_right; bind h breakout_play; bind j breakout_pause; bind k breakout_reset; ut_echo breakout"

play breakout and snake :D
Title: Re: Some Cool Scripts
Post by: HonoredMule on April 02, 2013, 06:11:17 PM
If you're going to use that last one, you'll need additional excerpts from my config--i.e. the portions that define w_reload and w_stop:

Code: [Select]
// ensure zoom mode is unzoomed when reloading, and start healing first (since we can reload while healing)
set w_reload "+button6; wait 5; -button6; +button6;  wait 5; -button6; +button6; wait 5; +button5; vstr zNot; -button6"
set w_rstop "-button5;"

As you can see I tried really hard to make the pre-heal reliable, but due to UrT bugs it's basically impossible without enforcing a ridiculously long control lockout (those "wait" commands freeze the controls).  This does at least seem to be more responsive and consistent than the trivial solution that ought to work, which would just be set w_reload "+button6; -button6; +button5"

If you're not using my zoom memory system, you can just remove "vstr zNot" from the w_reload command.
Title: Re: Some Cool Scripts
Post by: UncleSam on April 02, 2013, 08:37:23 PM
put it in, thanks.
Title: Re: Some Cool Scripts
Post by: Curby on April 04, 2013, 12:16:38 PM
Nice scripts indeed...
but the only script i really want is a script that makes you scope and shoot at the same time :)
like you can quickscope by pressing one button
Title: Re: Some Cool Scripts
Post by: UncleSam on April 04, 2013, 06:20:06 PM
Not hard, go to urt forums and post there, although I would definitely not use a script like that.
Title: Re: Some Cool Scripts
Post by: DoLT*[1up] on April 04, 2013, 06:23:15 PM
learn to play without scripts...
Title: Re: Some Cool Scripts
Post by: Dynasty[1up] on April 04, 2013, 06:28:32 PM
learn to play without scripts...

This statement has been endorsed by the one and only Dynasty[1up]


Title: Re: Some Cool Scripts
Post by: UncleSam on April 04, 2013, 07:07:34 PM
Oh yeah?  I demand a 1v1 now!!! lol :P  not with dolt he's too good I'll get dynasty I think I could take him.  Try the scripts though, they're awesome.
Title: Re: Some Cool Scripts
Post by: YoMomma[1upZ] on April 04, 2013, 07:35:48 PM
lol sam you can barely take me forget about dynasty :P
Title: Re: Some Cool Scripts
Post by: UncleSam on April 04, 2013, 07:46:26 PM
lol sam you can barely take me forget about dynasty :P

did you make a typo?  I don't understand this.
Title: Re: Some Cool Scripts
Post by: UncleSam on April 07, 2013, 02:27:06 PM
Improved the berretta script.  When you press mouse3 switches to sidearm and has fast attack.  press mouse3 again and you switch weapons.
Title: Re: Some Cool Scripts
Post by: Curby on April 07, 2013, 03:07:20 PM
Improved the berretta script.  When you press mouse3 switches to sidearm and has fast attack.  press mouse3 again and you switch weapons.
i still think mine is better,
to start the script i only have to hold the mouse button,
and then it will start shooting as fast as possible for my ping, which is fast :)
and it goes faster then a g36, just ask sander or premium, they have been raped by it lots of times ^
Title: Re: Some Cool Scripts
Post by: Dynasty[1up] on April 07, 2013, 03:08:41 PM
Here's my script:

Move mouse cursor over enemy;
Fire repeatedly.

Result:

Enemy defeated.



^ That there's gold. :P
Title: Re: Some Cool Scripts
Post by: YoMomma[1upZ] on April 07, 2013, 03:11:38 PM
Here's my script:

Move mouse cursor over enemy;
Fire repeatedly.

Result:

Enemy defeated.



^ That there's gold. :P
ha
Title: Re: Some Cool Scripts
Post by: UncleSam on April 07, 2013, 03:14:18 PM
Here's my script:

Move mouse cursor over enemy;
Fire repeatedly.

Result:

Enemy defeated.



^ That there's gold. :P


If you have a script like that it would be an aimbot.
Title: Re: Some Cool Scripts
Post by: UncleSam on April 07, 2013, 07:15:19 PM
I don't think curby wants to share his script :(
Title: Re: Some Cool Scripts
Post by: Premium[1upZ] on April 08, 2013, 01:14:49 AM
I don't think curby wants to share his script :(
Of course he would not, that ass :D
Title: Re: Some Cool Scripts
Post by: UncleSam on April 08, 2013, 10:10:36 AM
Okay, retta script updated.  Now accidentally pressing mouse3 button while firing won't stop auto beretta mode.

Edit: 

Code: [Select]
+attack;-attack;wait 6;+attack;-attack;wait 6;+attack;-attack;+attack;-attack;wait 6;+attack;-attack

That's probably his script (insert a bind at the front).  But you can't move while firing, which means he's screwed.
Title: Re: Some Cool Scripts
Post by: Curby on April 08, 2013, 02:20:30 PM
I don't think curby wants to share his script :(
Of course he would not, that ass :D
HA it took me ages to make that script,
now i want to have profit from it instead of everyone using it against me :P
Title: Re: Some Cool Scripts
Post by: Sander on April 08, 2013, 02:34:38 PM
I don't think curby wants to share his script :(
Of course he would not, that ass :D
HA it took me ages to make that script,
now i want to have profit from it instead of everyone using it against me :P
If it is only for your Ping you can't give it away lol
Title: Re: Some Cool Scripts
Post by: Premium[1upZ] on April 08, 2013, 03:38:10 PM
I don't think curby wants to share his script :(
Of course he would not, that ass :D
HA it took me ages to make that script,
now i want to have profit from it instead of everyone using it against me :P
If it is only for your Ping you can't give it away lol
You can really easy change that
Title: Re: Some Cool Scripts
Post by: UncleSam on April 08, 2013, 03:40:43 PM
I don't think curby wants to share his script :(
Of course he would not, that ass :D
HA it took me ages to make that script,
now i want to have profit from it instead of everyone using it against me :P

I will hax your computer  :P
Title: Re: Some Cool Scripts
Post by: CuttyFlam[1up] on April 08, 2013, 03:53:53 PM
Hey do you guys know the sr8 drop trick script ? I do that without script but sometimes I fail, it's hard to get the right timing
Title: Re: Some Cool Scripts
Post by: UncleSam on April 08, 2013, 04:26:01 PM
Hey do you guys know the sr8 drop trick script ? I do that without script but sometimes I fail, it's hard to get the right timing

It's called a hack.  Seriously, you will be banned.

But you're an admin lol, you can't get banned.  But yeah, it is considered hacking.
Title: Re: Some Cool Scripts
Post by: CuttyFlam[1up] on April 08, 2013, 04:29:08 PM
Hey do you guys know the sr8 drop trick script ? I do that without script but sometimes I fail, it's hard to get the right timing

It's called a hack.  Seriously, you will be banned.

But you're an admin lol, you can't get banned.  But yeah, it is considered hacking.

I still wanna know how to do it, it's not a like an actual cheat it's just skill, since you can do it without scripting.
Title: Re: Some Cool Scripts
Post by: UncleSam on April 08, 2013, 05:03:36 PM
Hey do you guys know the sr8 drop trick script ? I do that without script but sometimes I fail, it's hard to get the right timing

It's called a hack.  Seriously, you will be banned.

But you're an admin lol, you can't get banned.  But yeah, it is considered hacking.

I still wanna know how to do it, it's not a like an actual cheat it's just skill, since you can do it without scripting.

I actually don't know what it is or how you do it.  But I know it is banned in tournament settings.  I think it's considered extorting a glitch.  Could you please post what it is and how you do it?  I think we may get a better idea.

Edit:  correct me if I'm wrong, but I just saw a video and it seems that when you drop your sr8 after shooting, you can shoot through walls with another weapon.  To script this I would probably toggle drop and shoot to the MOUSE1 key.  If you confirm that this is the glitch, I'll write a script up real quick.
Title: Re: Some Cool Scripts
Post by: CuttyFlam[1up] on April 08, 2013, 05:07:48 PM
Hey do you guys know the sr8 drop trick script ? I do that without script but sometimes I fail, it's hard to get the right timing

It's called a hack.  Seriously, you will be banned.

But you're an admin lol, you can't get banned.  But yeah, it is considered hacking.



I still wanna know how to do it, it's not a like an actual cheat it's just skill, since you can do it without scripting.

I actually don't know what it is or how you do it.  But I know it is banned in tournament settings.  I think it's considered extorting a glitch.  Could you please post what it is and how you do it?  I think we may get a better idea.



So how I do it, it's basically with g key I drop my weapon, and I fire with mouse1, so I shoot and press g at the same time, it has to be perfect timing or it won't work
Title: Re: Some Cool Scripts
Post by: UncleSam on April 08, 2013, 05:11:07 PM
okay so you can't shoot through walls.  this actually isn't that much of a glitch, I thought it would be something crazy lol.  Basically an old glitch in the original cs where you switch to pistol and back to awp after shooting and it is already reloaded.  Attempting a script after some homework.  Check back here later.
Title: Re: Some Cool Scripts
Post by: CuttyFlam[1up] on April 08, 2013, 05:13:06 PM
okay so you can't shoot through walls.  this actually isn't that much of a glitch, I thought it would be something crazy lol.  Basically an old glitch in the original cs where you switch to pistol and back to awp after shooting and it is already reloaded.  Attempting a script after some homework.  Check back here later.

Ok, ty man :)
Title: Re: Some Cool Scripts
Post by: UncleSam on April 08, 2013, 07:27:04 PM
it's harder than I thought.  I might have to sleep on this one.  Also posted in urt forums.  I might have a better chance provided my mom wouldn't scream at me to get off the computer (im doing homework roflmao), guess she hates the computer.
Title: Re: Some Cool Scripts
Post by: CuttyFlam[1up] on April 08, 2013, 08:16:12 PM
it's harder than I thought.  I might have to sleep on this one.  Also posted in urt forums.  I might have a better chance provided my mom wouldn't scream at me to get off the computer (im doing homework roflmao), guess she hates the computer.

I used to have it, it's on my old hard drive (IDE) lol

Edit: I never had that script lol, I always used the keyboard :P
Title: Re: Some Cool Scripts
Post by: UncleSam on April 08, 2013, 08:49:01 PM
The problem really is that I am just a newbie to scripting and hardly know anything.  Yeah, posted on urt forums and waiting for a reply.
Title: Re: Some Cool Scripts
Post by: UncleSam on April 09, 2013, 10:48:21 AM
Alright.

Code: [Select]
bind f "vstr attaz"
set attaz "vstr attackab"
set attackab "set attaz vstr attackac; bind MOUSE1 vstr attackdrop; ut_echo drop"
set attackac "set attaz vstr attackab; bind MOUSE1 +attack; ut_echo regular"
set attackdrop "+attack; wait 2; ut_weapdrop; -attack; bind MOUSE1 +attack; set attaz vstr attackab; ut_echo regular"



That should work okay, although shoot and drop is toggled off once the weapon is dropped.  So when you pick the sr8 up again, you must press f to toggle shoot and drop mode back on.  Use the f key

Thanks to JRandomNoob from the urt forums.

Edit:  I have not tested it though.

Also try messing with wait or removing it if neccessary.  I think that that will work however.
Title: Re: Some Cool Scripts
Post by: UncleSam on April 09, 2013, 03:37:16 PM
it works :D

You need a special build like I said in the instruction/intro part of the thread (mitsubishi optimized).

Also added in Curby's script (the one he requested)
Title: Re: Some Cool Scripts
Post by: UncleSam on April 11, 2013, 03:39:39 PM
okay, easter egg time posting a script for it in a sec http://dailynade.com/funny-minigames-hidden-in-urban-terror/