PDA

View Full Version : Name changing


RyST
15th May 2005, 05:21
some server dont allow the .45 or they want to kick you for TKing or what ever reason. i make up about 3 names, when they say thier about to kick me i press the ` key and and up arrow, and just keep changing names, they cant type fast enough to kick me, but it gets boring changing names all the time

or i make my name copy someone elces name so theres 2 of the same names in the server, but the admin would kick or ban us both, even the other guy whos name i copied lol

does anyone know how to make a name changing script? so your name can just keep changing without the console coming up? since you cant move with it up.

the way you cange your name in swat4 is the same way you change your name in CS:S, theres a name script in CS:S that changes your name wihtout the console coming up, but i cant figure it out

Flip1989.
15th May 2005, 06:15
Iv heard that this can be done, iv heard from people saying they have such a name changer. Soo its possible to be done,. I havnt really checked into it but if you need any help trying to figure out such a name changer message me private and we can get together on msn and try to figure it out.

mantacore
15th May 2005, 06:30
some server dont allow the .45 or they want to kick you for TKing or what ever reason. i make up about 3 names, when they say thier about to kick me i press the ` key and and up arrow, and just keep changing names, they cant type fast enough to kick me, but it gets boring changing names all the time

or i make my name copy someone elces name so theres 2 of the same names in the server, but the admin would kick or ban us both, even the other guy whos name i copied lol

does anyone know how to make a name changing script? so your name can just keep changing without the console coming up? since you cant move with it up.

the way you cange your name in swat4 is the same way you change your name in CS:S, theres a name script in CS:S that changes your name wihtout the console coming up, but i cant figure it out
Do this put a .txt file in your system folder of swat and in it put

Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"

Then when in game type in console "exec "name of the text file".txt" Without quotations.
Or you can bind it to a key.

ReckaH
15th May 2005, 07:01
Im pretty sure Swat devs blocked set/exec commands in MP.

AnonymousX
15th May 2005, 12:48
It works I made a file "Name.txt" and put a lot of names in it then when playing I typed in console exec Name.txt it changed my name in 1 sec in all the names but it stayed on the last name of the file, I typed exec Name.txt again and stayed again on the last name. What could I do that it keeps changing names or at least that it wont stay on my last name?
Still it's pretty cool!

halla1
15th May 2005, 15:01
Do this put a .txt file in your system folder of swat and in it put

Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"

Then when in game type in console "exec "name of the text file".txt" Without quotations.
Or you can bind it to a key.

how do i bind keys?

Pvt.Hacks
17th May 2005, 16:09
Is there a suicide command just like AA in SWAT 4 or not?
To bind keys just type in console: bind "the key that you wanna use" "command you wanna use".
That's how it in AA works(not sure that SWAT 4 works just like that).
And how does that Name.txt works just like AnonymousX said?
BTW hi I'm new here!

nightmare
17th May 2005, 16:16
I just avoid these servers,I mean .45 just puts in the fun :D.
Despite my classmate's who also play swat4 calling me .45 noob :D

Flip1989.
17th May 2005, 16:49
I think its stupid that no one wants us to use the .45. Like if theyr is really a big problem with it why not release a patch fixing it.

Junfan
17th May 2005, 17:06
They will release a patch, that's for sure, that not only fixes the .45 JHP Ammo bug, but also some "new" anti-cheat-protection methods, so that copy & pasting the INI-Files won't help anymore. They will also tune down the A.I. due to performance issues & heavy lacks even players with high-end PC experience. And perhaps they will also add an Admin Interface, with MOTD features and so on.
See Chris Kline's 1000 statements on that on 10-david or the official SWAT4 Forum @VUG.

Junfan

RyST
18th May 2005, 05:00
Do this put a .txt file in your system folder of swat and in it put

Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"

Then when in game type in console "exec "name of the text file".txt" Without quotations.
Or you can bind it to a key.

can you make that loop it self? repeat it self?
if you can i would have 2 difrent .txt files with only 1 name on each of them and have then repeating themselves so your always switching between names.
i dont know if its posible im just guessing
and the when you press "`" to open the console, you cant type "`" in the console.
in the user.ini the "`" is blank, so how does it open the console?
i was thinking of binding W,A,S,D to each have a diffrent name change, so you can play like normal and be changing names

GdoggX
18th May 2005, 09:04
It works I made a file "Name.txt" and put a lot of names in it then when playing I typed in console exec Name.txt it changed my name in 1 sec in all the names but it stayed on the last name of the file, I typed exec Name.txt again and stayed again on the last name. What could I do that it keeps changing names or at least that it wont stay on my last name?
Still it's pretty cool!

Doing this right would require an alias binding. But this goes on the bases that the admins cannot boot you based on a player ID when you enter the server, and can only boot you by name ( which I doubt).

If the engine is similiar as unreal or quake or whatever then alias commands should theoreticall work, but I am not going to test it; but you can.

Basically it works simple (but can get more complicated) like this:

bind SPACE namechange1
alias namechange1 "name I_am_a_cheater;bind SPACE namechange2"
alias namechange2 "name I_am_a_Cheater_Part_2;bind SPACE namechange3"
alias namechange3 "I_need_to_stop_Cheating; bind SPACE namechange1"


so each third hit would take you back to the original, or you can add as many as you want. Judging by looking at the user.ini file I don't think it will work this easy but it is very possible from what I see. If I get more time I will have a go at it.

Pvt.Hacks
18th May 2005, 17:55
I don not really get this, do I got to modify the User.ini or just put it in a .txt and exec.?
It should be very usefull if you release it(plz).

SaulFerBR
21st May 2005, 21:17
its ezer to do this; it will spam the server btw
Put this into notepad and save it as name.cfg

Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Name "whatever name you want"
Exec name.cfg

so it will keep on changin every time spamming theserver

Pvt.Hacks
21st May 2005, 23:54
It doesn't work, if I type exec Name.cfg in console the Game freeze and after a couple of sec. it crash, too bad.

GdoggX
22nd May 2005, 04:25
It doesn't work, if I type exec Name.cfg in console the Game freeze and after a couple of sec. it crash, too bad.
That's because it's creating an infinite loop, and it is also pretty ****ed up. I wouldn't recommend that. It's just plain silly.

slag
23rd May 2005, 21:08
You can spam all you want, but you can still be banned and kicked by ID.

Pvt.Hacks
23rd May 2005, 21:10
I know but most Admin's don't know.

SolidusSnake
25th May 2005, 11:05
Any smart Server Admin types "showids" and then "kickids #".