.:`=-~rANdOm~`-=:.

Other Shiz => Boneyard => Topic started by: Krasher on March 04, 2010, 03:23:11 PM

Title: How to catch Name Changers.
Post by: Krasher on March 04, 2010, 03:23:11 PM
Krasher's How-To on Catching a Name Changer
in plain english

1.) Run into a name changer.

2.) Exchange looks.
     Krasher: :l
     Minge: l:
     Krasher: :l
     Minge: o:
     Krasher: :O
     Frank: >:{U


3.) Type "status" into the console by pressing "~".

4.) Get A Screenshot/Mental image of the names.

5.) Repeat steps 3 & 4, Then go onto the next step.

6.) Quit the game.

~Note: Screeshots will be located in C:\Program Files\Steam\steamapps\username\garrysmod\garrysmod\screenshots~

7.) Go Here: http://forum.randomgs.co.cc/index.php/board,30.0.html (http://forum.randomgs.co.cc/index.php/board,30.0.html)

8.) Make a new topic entitled, "Name Changer."

9.) Make Sure you have the pictures upload somewhere!

10.) Put the imgae links into the post using the following code:
Code: [Select]
[img][/img], or simply by pressing the picture of 'Mona Lisa' while making the post.

11.) Make sure to give a simple explanation of what was going on.

12.) Wait for an admin to ban the player.

13.) Make a "Happy Faic."

14.) Go on to play another day.


Simple, ;).

Quote
Sticky Please
Title: Re: How to catch Name Changers.
Post by: Xrain on March 04, 2010, 03:35:38 PM
Or a more accurate method:

1. Find a name changer

Jerk: I HAtez JOO
Xrain: Ever floats your boat
Jerk: IMMA Gunna FAKEN YOUR NAMEZ!!11!1
xRAIN: SEE? I FAKEDS IT
Xrain: Oh the humanity

2. Fire up your Quantum Entanglement Analyzation Preamplifier (QEAP)

3. Make sure the Quantum Proxy humidifier is full

4. Use the QEAP to measure the quantizative normalizations between you and the suspected name changer

5. Fire up your Hyperbolic Mass Accelerator (HMA).

6. Once Positive Quantizative Normalization has been verified, use the pythagrian theorm, using the number from the QEAP as A, and the speed of light (c) as b.

7. Input the resultant C into the Hyperbolic Mass Accelerator normalizer.

8. Once the HMA cycles, open the Quantum Reactant Chamber and take out the slice of toast that appeared.

9. Add the slice of toast to your library of other suspected name changers.

- Problem dealt with!-
Title: Re: How to catch Name Changers.
Post by: Krasher on March 04, 2010, 03:39:50 PM
lol, all the getting of two statuses does is single out his ID. lol
Title: Re: How to catch Name Changers.
Post by: Frank on March 04, 2010, 04:00:43 PM
How to catch a noob: Name changers

Pawnage.
[/list]
Title: Re: How to catch Name Changers.
Post by: Krasher on March 04, 2010, 04:21:48 PM
Everyone stfu, this is Krashers post not yours
Exactly
Title: Re: How to catch Name Changers.
Post by: Sanders on March 04, 2010, 04:38:54 PM
Krasher showed how to give admin steam id. To actively remove threat after reporting the fool.


HOW TO PWN NAME CHANGE LUA HAXXORS WITHOUT ADMIN


1. Go to ingame steam, click add friend

2. Click users recently played with (users that are in the current game).

3. Make mental note of the names that appear .

4. Check ingame for those names. The name that appears in recently played with list but NOT ingame is your perpetrator
(some people that are not legitimate may appear ingame but NOT in recent played.)

5. Voteban him with his REAL name.

6. Have some lulz while he goes "WTF HOW U GET MAH NAME?!?!".

Thus, lua haxxor is purged.

If you cant see who you recently played with you aren't legit and deserve a name changer to fux u up.
Title: Re: How to catch Name Changers.
Post by: Xrain on March 04, 2010, 07:16:12 PM
They both have shown people how to do things if you don't have admin, here how to do it if you do!


HOW TO PWN NAME CHANGE LUA HAXXORS WITH ADMIN

1. Press P

2. Scroll to Ban

3. Select Permanent

4. Select Name

5. Have no lulz because person didn't have time to say something unintelligible



Thus, the guys gone, end of story.


But all kidding aside, thanks krasher, and sanders for the informative guides, although in sanders case, being in plain English could be debated.  ::)
Title: Re: How to catch Name Changers.
Post by: cssfps on March 04, 2010, 07:46:38 PM
what about for super admins and the owner?
Title: Re: How to catch Name Changers.
Post by: Krasher on March 04, 2010, 07:56:59 PM
lol, its actually a good thing that you guys are posting lots of things like my post, So that means that there is more than one way to do it !
Title: Re: How to catch Name Changers.
Post by: Xrain on March 04, 2010, 09:55:53 PM
what about for super admins and the owner?

In game, it remains the same.

However out of game, Coolz can just add people manually to the ban-list.
Title: Re: How to catch Name Changers.
Post by: PhrozenFox on March 04, 2010, 09:58:59 PM
How to find a name changer:

Steal underpants
?? ??
Profit
Title: Re: How to catch Name Changers.
Post by: » Magic « on March 04, 2010, 11:52:37 PM
there is a easier way to determine which one is the hacker

EG:

"Name" -- The real 'Name'
"Name " -- The fake 'Name'

You can tell because the fake has a space after their name
Title: Re: How to catch Name Changers.
Post by: ¦FlapJack¦ on March 10, 2010, 12:22:02 PM
All these techniques are shit. Untested.

Code: [Select]
local names = {}

for k , v in ipairs(player.GetAll()) do
table.insert(names , {v , v:Nick()})
end

function table.HasMember(tbl , val) -- table.HasValue only works on tables with singular indexes
for k ,v in ipairs(tbl) do
for a , b in ipairs(v) do
if val == b then
return true
end
end
if v == val then
return true
end
end
end

local function CheckNames(p , c , a)
for k , v in ipairs(player.GetAll()) do
if not table.HasMember(names , v) then
table.insert(names , {v , v:Nick()})
end
for a , b in pairs(names) do
if b[1] == v then
if b[2] != v:Nick() then
print(v:SteamID().. " is using a name changer")
end
end
end
end
end
concommand.Add("check_names" , CheckNames)
Title: Re: How to catch Name Changers.
Post by: » Magic « on March 10, 2010, 01:16:52 PM
All these techniques are shit. Untested.

Code: [Select]
local names = {}

for k , v in ipairs(player.GetAll()) do
table.insert(names , {v , v:Nick()})
end

function table.HasMember(tbl , val) -- table.HasValue only works on tables with singular indexes
for k ,v in ipairs(tbl) do
for a , b in ipairs(v) do
if val == b then
return true
end
end
if v == val then
return true
end
end
end

local function CheckNames(p , c , a)
for k , v in ipairs(player.GetAll()) do
if not table.HasMember(names , v) then
table.insert(names , {v , v:Nick()})
end
for a , b in pairs(names) do
if b[1] == v then
if b[2] != v:Nick() then
print(v:SteamID().. " is using a name changer")
end
end
end
end
end
concommand.Add("check_names" , CheckNames)

lolwut, who can really be bothered to make a lua to tell ya whos haaxing
Title: Re: How to catch Name Changers.
Post by: ¦FlapJack¦ on March 10, 2010, 02:03:07 PM
lolwut, who can really be bothered to make a lua to tell ya whos haaxing

Yes, lets keep taking screenshots and comparing them while the namechanger can voice spam, speedhack and aimbot.
Title: Re: How to catch Name Changers.
Post by: Krasher on March 10, 2010, 02:03:39 PM
Yes, lets keep taking screenshots and comparing them while the namechanger can voice spam, speedhack and aimbot.
Calm your hormones
Title: Re: How to catch Name Changers.
Post by: ƒąĢĢǿŧ™ on March 11, 2010, 03:16:19 AM
Calm your hormones
lolwat ?
Title: Re: How to catch Name Changers.
Post by: jimonions on March 11, 2010, 05:03:08 AM
lolwat ?

Dear Eddy,

It has come to my greatest attention that you have now resorted to implementing bold faced font in big letters. I also understand that you are posting totally irrelevant phrases such as "lolwut?" and "HAI GUYZ MI NAM IS EDDY AND I WAN BE UR FREND!".

 In your current situation (mounting upon your terrible reputation with jim-onions onion hauling company) i would greatly advise you to choose more agreeable careers and perhaps adopt a more satisfying hobby such as such as mountain climbing or sky diving. We at jim-onions.co wish you the greatest luck in your endevours in te great outer world and we are most sincerely are sorry to have brought this embarrasing situation into our hands and laid it out on the table like this.

                                                            sincerely yours
                                                                    jim-onions
                                                                            founder and CEO of Jim's Onion Hauling Company
Title: Re: How to catch Name Changers.
Post by: ƒąĢĢǿŧ™ on March 11, 2010, 07:38:01 AM
Dear Eddy,

It has come to my greatest attention that you have now resorted to implementing bold faced font in big letters. I also understand that you are posting totally irrelevant phrases such as "lolwut?" and "HAI GUYZ MI NAM IS EDDY AND I WAN BE UR FREND!".

 In your current situation (mounting upon your terrible reputation with jim-onions onion hauling company) i would greatly advise you to choose more agreeable careers and perhaps adopt a more satisfying hobby such as such as mountain climbing or sky diving. We at jim-onions.co wish you the greatest luck in your endevours in te great outer world and we are most sincerely are sorry to have brought this embarrasing situation into our hands and laid it out on the table like this.

                                                            sincerely yours
                                                                    jim-onions
                                                                            founder and CEO of Jim's Onion Hauling Company
Lol that made me laughed. So are you saying that i am spamming ?
Title: Re: How to catch Name Changers.
Post by: » Magic « on March 11, 2010, 08:12:32 AM
Lol that made me laughed. So are you saying that i am spamming ?

yah
Title: Re: How to catch Name Changers.
Post by: Krasher on March 11, 2010, 01:08:10 PM
- Dear Noobs,
-
-         GTFO NAOW BEFORE I SHALL HAZ KEEL ON JOO
-
- Best Regards,
-
- Krasher
- Vice President of "Gtfo Noobs" Department of rANdOm
Title: Re: How to catch Name Changers.
Post by: hkill415 on March 12, 2010, 06:11:11 PM
wow i hate name changers
Title: Re: How to catch Name Changers.
Post by: hkill415 on March 12, 2010, 06:11:35 PM
there almost as bad a magic xD
Title: Re: How to catch Name Changers.
Post by: ƒąĢĢǿŧ™ on March 13, 2010, 08:17:30 AM
there almost as bad a magic xD
they are almost as bad as our friend here too, hkill415. hes worst, he mingers alot !
Title: Re: How to catch Name Changers.
Post by: Sanders on March 19, 2010, 11:05:07 AM
there is a easier way to determine which one is the hacker

EG:

"Name" -- The real 'Name'
"Name " -- The fake 'Name'

You can tell because the fake has a space after their name

That is for some retard name changer, we talking speed change lua hax.
Title: Re: How to catch Name Changers.
Post by: » Magic « on March 19, 2010, 03:56:51 PM
That is for some retard name changer, we talking speed change lua hax.

Quote
Topic: How to catch Name Changers.
Title: Re: How to catch Name Changers.
Post by: UberLord on March 20, 2010, 06:55:12 PM
they are almost as bad as our friend here too, hkill415. hes worst, he mingers alot !
Just like to say I can verify this, minges me a lot, trolls a lot too.
Title: Re: How to catch Name Changers.
Post by: Tabitha on March 25, 2010, 04:54:23 AM
I did meet up with a name changer some smart fellow found out who it was (in flood) and i got to ban him but for now on i will try to do that so thanks :D
Title: Re: How to catch Name Changers.
Post by: the_virus on April 01, 2010, 10:51:11 AM
you can also kick and ban those guys yourself just try to find out his real name and then voteban *his real name* or votekick *his real name* just like that mexican apple hat guy who uses those hacks
Title: Re: How to catch Name Changers.
Post by: Krasher on April 01, 2010, 12:53:48 PM
Just like to say I can verify this, minges me a lot, trolls a lot too.
He has never trolled infront of me, :P. Now back on-topic
Title: Re: How to catch Name Changers.
Post by: Xexxar on April 03, 2010, 07:38:38 PM
Krasher showed how to give admin steam id. To actively remove threat after reporting the fool.


HOW TO PWN NAME CHANGE LUA HAXXORS WITHOUT ADMIN


1. Go to ingame steam, click add friend

2. Click users recently played with (users that are in the current game).

3. Make mental note of the names that appear .

4. Check ingame for those names. The name that appears in recently played with list but NOT ingame is your perpetrator
(some people that are not legitimate may appear ingame but NOT in recent played.)

5. Voteban him with his REAL name.

6. Have some lulz while he goes "WTF HOW U GET MAH NAME?!?!".

Thus, lua haxxor is purged.

If you cant see who you recently played with you aren't legit and deserve a name changer to fux u up.


That works unless the hacker has fake steam.
Title: Re: How to catch Name Changers.
Post by: Boat Sinker on April 11, 2010, 08:02:24 PM
how to ban name changer:

voteban all players