Welcome Guest, please login or register .
Username:
Password:

News: Want to navigate in forum without ads and send messages to anyone without limits? Upgrade your account to no ads one by just 2€.
You are not allowed to view links.
Register or Login
Click here
Pages: 1 [2]
Topic Tools  
Read
July 14, 2008, 08:57:59 AM

Rampage
**
Posts: 53



well, yoyo, have you read my second last post??
(the post before "oh, i am really sorry about it if i have ma........")

in fact what does the delayed command do?? is it to activate the command after the bdelayedcommand is set to true??

but then if it's true , i will only need to press 1 and then 2, and no need to keep on pressing 1212 to change the dodgeclicktime

edit:
it works in the demo,  i tested it
« Last Edit: July 18, 2008, 05:06:04 AM by player » Logged
 

Read
July 17, 2008, 12:48:36 AM

Guest

i just changed these 2 lines in my user.ini
NumPad2=
NumPad3=

to

NumPad2=set tmale2 delayedcommand set tmale2 dodgeclicktime 99
NumPad3=set tmale2 bdelayedcommand 1

and i repeatedly press NumPad2,NumPad3,NumPad2,NumPad3,NumPad2,NumPad3

after that i tried to press moveforward key twice with a time delay of about 3 seconds
in between the taps of the keys but i still cannot dodge.

when i repeatedly pressed NumPad2,NumPad3,NumPad2,NumPad3,NumPad2,NumPad3
my computer got some lag , is it due to my 700mHz CPU or it's just normal??
this could be the fact that you kept pressing the keys Tongue 121221121212121211212112121
Logged
 

Read
July 18, 2008, 05:10:36 AM

Rampage
**
Posts: 53



i finally know why it didn't work for me in utgoty

because i have been using botpack.tmale1, not tmale2

botpack.tmale1 is something related to your skin model i suppose

i should have tried this instead:
set tmale1 dodgeclicktime 99

or

user.ini:
[DefaultPlayer]
Name=your name
Class=Botpack.TMale2    <---change skin until you get tmale2
« Last Edit: July 22, 2008, 03:30:41 PM by player » Logged
 

Read
July 18, 2008, 08:47:55 AM

Guest

well, yoyo, have you read my second last post??
(the post before "oh, i am really sorry about it if i have ma........")

in fact what does the delayed command do?? is it to activate the command after the bdelayedcommand is set to true??

but then if it's true , i will only need to press 1 and then 2, and no need to keep on pressing 1212 to change the dodgeclicktime

edit:
it works in the demo,  i tested it
Yes i read if that some of the commands work for full but i dont think every single one does.
Delayed command is another way of typing into consoel its a console within a console. only downfall is you can do more than 1 command the | key doesnt read.
i havnt looked at full's source in a loooong time but i think everything is pretty much the same. if it does work than you only need to press it just 2 times once for numpad1 and once for numpad2.
Logged
 

Read
July 30, 2008, 07:53:27 PM

Rampage
**
Posts: 53



yoyo, i remember you wrote in the forum somewhere that  you couldn't find the left & right dodge command

for the ////DODGE ONRELEASE DODGE FORWARD AND BACK (NO DODGE DELAY)\\\\,

i've tried to edited your binds a bit  & deleted something but they only work for single key dodging now

Aliases[25]=(Command="set tmale2 abasey 500 | onrelease set tmale2 abasey 500",Alias=1)
Aliases[26]=(Command="set tmale2 abasey -500 | onrelease set tmale2 abasey -500",Alias=2)
Aliases[27]=(Command="set tmale2 astrafe 500|onrelease set tmale2 astrafe 500",Alias=3)
Aliases[28]=(Command="set tmale2 astrafe -500|onrelease set tmale2 astrafe -500",Alias=4)
Aliases[29]=(Command="set tmale2 dodgedir dodge_none",Alias=5)

dodge forward:
set input up 1|5
backward:
set input down 2|5
left:
set input left 4|5
right:
set input right 3|5
« Last Edit: August 24, 2008, 02:13:44 PM by player » Logged
 

Read
July 31, 2008, 06:22:31 AM

Rampage
**
Posts: 53



if this really don't work you:

well, these edited bind do required some timing to let you dodge in a way you want to
ah.... they don't work as good as the
set input up set tmale2 dodgedir dodge_forward|moveforward     (if i remember it correctly...)
the dodging time delay is in between manual dodge & the set tmale2 dodgedir dodge_forward|moveforward command

you will have to first press the key in a way which let you dodge, then press it again after you have landed...
keep tapping the key won't let you dodge well, at least this is my case, i don't know if it will varies in different computer or settings of the ut demo

or simply ..... use this
set input up set tmale2 dodgedir dodge_forward | set tmale2 abasey 500

i think the set tmale2 abasey 500 let you move forward a bit, have similar function as the moveforward command

if i am wrong , don't be too harsh on me, i don't know these things well...
Logged
 

Read
July 31, 2008, 11:55:10 AM

Rampage
**
Posts: 53



i was testing those binds late at night or must be sleepy  and thus made lots of stupid mistakes ....... if the aliases things don't work
try this..... (plz go to user.ini)

Up=set tmale2 abasey 1 | onrelease set tmale2 abasey 1 | set tmale2 dodgedir dodge_none
Down=set tmale2 abasey -1 | onrelease set tmale2 abasey -1 | set tmale2 dodgedir dodge_none
Right=set tmale2 astrafe 1 | onrelease set tmale2 astrafe 1 | set tmale2 dodgedir dodge_none
Left=set tmale2 astrafe -1 | onrelease set tmale2 astrafe -1 | set tmale2 dodgedir dodge_none

in fact they are very much the same  but
 Commands work in Different Ways when they are in Aliases

i forgot which one i was using, with or without aliases , at that night
« Last Edit: August 24, 2008, 02:04:10 PM by player » Logged
 

Read
July 31, 2008, 11:57:11 AM

Rampage
**
Posts: 53



(problem solved)
« Last Edit: August 24, 2008, 02:02:19 PM by player » Logged
 

Read
August 03, 2008, 08:24:05 PM

Rampage
**
Posts: 53



no delay dodging (double tap)
moveforward|onrelease set tmale1 dodgedir dodge_forward

??|onrelease set tmale1 dodgedir Huh
« Last Edit: August 24, 2008, 02:12:20 PM by player » Logged
 

Read
August 07, 2008, 09:32:38 PM

Parasite

Posts: 3



I don't get what's the point of these? they only work in practice, and not on a game server.
Logged
 

Pages: 1 [2]
Jump to:  



Advertise Here
Keywords: utcheats ut hacks ut2004 unreal tournament aimbot free radar helios skin framework hack unreal tournament 2003 III 3 download voices cheats ut aimbot


Florida Bass LakesJoão Jerónimo
Theme Made by Inbetwee