Author Topic: Hacking thing..  (Read 10491 times)

0 Members and 2 Guests are viewing this topic.

LastWish

  • What's Yours?
  • Uber Menace
  • *******
  • Posts: 1,743
  • Reputation: +0/-0
Hacking thing..
« on: April 15, 2004 08:25 pm CDT »
Ok, I retract all previous statements about this person NOT hacking.  He isn't using the fake server trick, or simply stealing people's passwords in other servers.  I know for a fact that I haven't been on any server other than particles, and now someone has MY character.

If this keeps happening, it will be pointless to keep the server up anymore..
« Last Edit: December 31, 1969 06:00 pm CST by LastWish »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #1 on: April 15, 2004 08:28 pm CDT »
Let me make a temporary fix for this..
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #2 on: April 15, 2004 08:37 pm CDT »
Ok here it is..

You need to call the function before you join the server or add this line in yoru autoexec.cs

chpass();

This will change your password to a random 6 digit number every 30 seconds.. The person who is doing this is stealing passwords from your other info field.. Your most current password will be in your console log.

Code: [Select]
function chpass()
{
$console::logmode = 2;

%ch1 = (getRandom() * 9);
%ch2 = (getRandom() * 9);
%ch3 = (getRandom() * 9);
%ch4 = (getRandom() * 9);
%ch5 = (getRandom() * 9);
%ch6 = (getRandom() * 9);

say(0,"#mypassword "@%ch1@""@%ch2@""@%ch3@""@%ch4@""@%ch5""@%ch6@"");

schedule("chpass();", 30);
}


This is only a temporary fix..
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

LastWish

  • What's Yours?
  • Uber Menace
  • *******
  • Posts: 1,743
  • Reputation: +0/-0
(No subject)
« Reply #3 on: April 15, 2004 08:43 pm CDT »
Cool, thanky.
« Last Edit: December 31, 1969 06:00 pm CST by LastWish »

LastWish

  • What's Yours?
  • Uber Menace
  • *******
  • Posts: 1,743
  • Reputation: +0/-0
(No subject)
« Reply #4 on: April 15, 2004 08:43 pm CDT »
We in trouble if our tribes client crashes, though..
« Last Edit: December 31, 1969 06:00 pm CST by LastWish »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #5 on: April 15, 2004 08:46 pm CDT »
Whats worse?

You losing your character or your password?
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

LastWish

  • What's Yours?
  • Uber Menace
  • *******
  • Posts: 1,743
  • Reputation: +0/-0
(No subject)
« Reply #6 on: April 15, 2004 08:56 pm CDT »
I guess you are right.
« Last Edit: December 31, 1969 06:00 pm CST by LastWish »

Gnight

  • Elvin Legion
  • *****
  • Posts: 430
  • Reputation: +0/-0
(No subject)
« Reply #7 on: April 15, 2004 09:04 pm CDT »
WHAT AM I GONNNA DO WHEN MY TRIBES CRASHES?????
« Last Edit: December 31, 1969 06:00 pm CST by Gnight »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #8 on: April 15, 2004 09:06 pm CDT »
Do you want to forking play or not?

This isn't the time to be unsavory womaning around.
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

Silvanoshei

  • Centurian Lord
  • ********
  • Posts: 1,804
  • Reputation: +0/-0
(No subject)
« Reply #9 on: April 15, 2004 09:07 pm CDT »
Quote from: "Gnight"
WHAT AM I GONNNA DO WHEN MY TRIBES CRASHES?????


Shut up.
« Last Edit: December 31, 1969 06:00 pm CST by Silvanoshei »

The DoDoDo.

Your opinion is worthless unless you can support it.
We are not responsible for your stupidity.
I don't take sides. I take action.

Currently Playing:  Warcraft III [PC]

LastWish

  • What's Yours?
  • Uber Menace
  • *******
  • Posts: 1,743
  • Reputation: +0/-0
(No subject)
« Reply #10 on: April 15, 2004 09:08 pm CDT »
Are you working on a more server side method of fixing this or just working on a better client side method?  Or neither? o_O
« Last Edit: December 31, 1969 06:00 pm CST by LastWish »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #11 on: April 15, 2004 09:55 pm CDT »
*bump*

This needs to stay on top right now..
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #12 on: April 15, 2004 10:14 pm CDT »
*bump*

Ok.. I'm going to bed.. I've done all I can do, leave me alone.
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

LastWish

  • What's Yours?
  • Uber Menace
  • *******
  • Posts: 1,743
  • Reputation: +0/-0
(No subject)
« Reply #13 on: April 16, 2004 03:38 am CDT »
It's a simple fix, it's just that Particle was away yesterday so we couldn't do anything about it.
« Last Edit: December 31, 1969 06:00 pm CST by LastWish »

Newbie

  • Spam Specialist
  • Centurian Lord
  • Posts: 2,531
  • Reputation: +1/-0
    • http://imchaos.com/newl.asp?x=M0ckious&y=900627
(No subject)
« Reply #14 on: April 16, 2004 04:12 am CDT »
Quote from: "Gnight"
WHAT AM I GONNNA DO WHEN MY TRIBES CRASHES?????


God I hate you so much.
« Last Edit: December 31, 1969 06:00 pm CST by Newbie »