Author Topic: report  (Read 2494 times)

Atheros

  • Newbie
  • *
  • Posts: 24
  • Karma: +4/-5
    • View Profile
report
« on: April 03, 2016, 12:41:05 pm »
People think, that im a hacker
what about ankris? look what hes doing:


Fulling other servers with bots, and trying to make his server the best.
He thinks hes the best, but in my opinion, he should be black listed permamently.

rwwpl

  • Full Member
  • ***
  • Posts: 126
  • Karma: +18/-6
  • LU-DM Team
    • View Profile
    • LU-DM Team
Re: report
« Reply #1 on: April 03, 2016, 01:39:25 pm »
Some time ago I have the same problem ;)

Code: [Select]
PlayerNick <- array(GetMaxPlayers(),0);

Code: [Select]
function onPlayerPart(p,r)
{
if (PlayerNick[p.ID] > 2) return 0;
else
{
//your script
PlayerNick[p.ID] = 0;
return 1;
}
}

Code: [Select]
function Second()
{
for (local i = 0; i <= GetMaxPlayers(); i++) //Anti Player Bug
{
local pidx = FindPlayer(i);
if (pidx)
{
if (pidx.LUID.len() < 5) PlayerNick[pidx.ID] ++; //countdown, bcs without this, server kicks normal players
if (PlayerNick[pidx.ID] > 2 && pidx.LUID.len() < 5)
{
PlayerNick[pidx.ID] = 0;
KickPlayer(pidx);
}
}
}
}

Motley

  • Full Member
  • ***
  • Posts: 252
  • Karma: +32/-34
    • View Profile
Re: report
« Reply #2 on: April 03, 2016, 02:53:46 pm »
Nice code rwwpl,.

Also nice find Atheros! I just bug tested some random servers of mine attempting to do this and I can crash my server as well as lock others out of it. As it appears in that photo. The server finaly came back after an long awaited update, It appears Its either play Aurora, or I will crash your server. I want to believe this is how my server keep crashing.

WE Need VRocker to attempt a Simple Update/Hotfix.
« Last Edit: April 03, 2016, 11:15:56 pm by Motley »

Vortrex

  • Full Member
  • ***
  • Posts: 267
  • Karma: +54/-73
    • View Profile
Re: report
« Reply #3 on: April 04, 2016, 05:04:27 am »
How does he fill servers with bots?

Atheros

  • Newbie
  • *
  • Posts: 24
  • Karma: +4/-5
    • View Profile
Re: report
« Reply #4 on: April 04, 2016, 08:36:34 am »
simple:

windowed mode, 640x340 resolution,
changes his nickname to some color [#ff0000] for example,
and just keeps clicking the same server untill the server is full of bots connecting for infinte time.
This was bad to add support of multiple gta3.exes allowed.
The solution should be add the script as rwwpl said.

Vortrex

  • Full Member
  • ***
  • Posts: 267
  • Karma: +54/-73
    • View Profile
Re: report
« Reply #5 on: April 04, 2016, 08:48:18 am »
Wow.

Is every connection from the same IP?

Motley

  • Full Member
  • ***
  • Posts: 252
  • Karma: +32/-34
    • View Profile
Re: report
« Reply #6 on: April 04, 2016, 02:27:17 pm »
Well if they ever update the multiple gta3.exe part, I hope there's a simple way to allow multiple gta3.exe for LAN testing, Its very helpful

Theremin

  • Full Member
  • ***
  • Posts: 154
  • Karma: +48/-18
  • Worst Server Owner
    • View Profile
    • Visit my YouTube channel
Re: report
« Reply #7 on: April 08, 2016, 10:58:00 pm »
simple:

windowed mode, 640x340 resolution,
changes his nickname to some color [#ff0000] for example,
and just keeps clicking the same server untill the server is full of bots connecting for infinte time.
Yeah what you wrote it's a possible way to do it, but I doubt he's doing that, he should be very stubborn to do it in such a manner.

Anyway I don't support such means but since that server is using lolmortuary name, owner's name, attempting to copy lolmortuary scripts, everything done without Svenko's consent, well leave it like that for him. And I suggest players not to play in that server because it's not the original one but just a rip-off.

Motley

  • Full Member
  • ***
  • Posts: 252
  • Karma: +32/-34
    • View Profile
Re: report
« Reply #8 on: April 09, 2016, 03:53:22 am »
^^^^^^^^^^^^^^^^^^^^^^^^^
No harsh feelings then to Ankris. I thought  Svenko came back ..

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: report
« Reply #9 on: May 03, 2016, 09:03:34 pm »
I've forwarded this topic to VRocker.

rwwpl

  • Full Member
  • ***
  • Posts: 126
  • Karma: +18/-6
  • LU-DM Team
    • View Profile
    • LU-DM Team
Re: report
« Reply #10 on: May 03, 2016, 09:18:12 pm »

 

© Liberty Unleashed Team.