Jump to content

Fake Stats 0.3 - Change Your Stats With A Simple Command


`Sanctus

Recommended Posts

You will be able to change:
 
Division
Tier
Level
Normal Wins
Ranked Wins
Mastery Points
Playing Champ
League Name
 
Screenshot: 

6HGzaDm.png

 
To do that simply insert the following commands in the status msg box (case sensitive):
 

/tier = Change tier
Example: /tier CHALLENGER
Note: Put anything you want, but remember that this is case sensitive


/level = Change level
Example: /level 30
Options are: 0-999


/ranked = Set ranked stats (useful for fixing your player stats)
Note: You might want to use this command if you are below level 30


/reset = Reset your stats


/league = Change league
Example: /league X
Options are: Endless~


/mastery = Change mastery value
Example: /mastery 9999
Options are: From 0 to Endless~


/wins = Change wins
Example: /wins 5400
Options are: From 0 to Endless~


/rwins = Change Ranked wins
Example: /rwins 5400
Options are: From 0 to Endless~


/skin = Change the "Playing with XXX" champion with a desired one
Example: /skin Bard
Note: Use this command while in game (not ingame chat). Use ALT+TAB to switch to the clint


/name = Change LeagueName
Example: /name LulusRunemasters
Note: You can find many more names if you dig here \Riot Games\League of Legends\RADS\projects\lol_air_client\releases\0.0.X.XXX\deploy\mod\lsi\assets\leagueNames\Your_Language\LeagueNames.properties
Note2: You can find your client language right here: \Riot Games\League of Legends\RADS\projects\lol_air_client\releases\0.0.X.XXX\deploy\locale.properties


/preset = A preset to use for lazy people like me


Case sensitive

Download

 

 

In order to install this mod you need LES

 

 

 

FAQ

 

 
I don't see any changes
If your level is lower than 30 try to use the /ranked command first and then the rest
 
Weird stuff happends and varius crash and/or doesn't work
1) Try to remove all LES modifications
2) Install only Fake Stats
 
Did that but doesn't work and I have to uninstall all the mods
The mod is ment to be working alone, any other mod might make your client buggy. One last solution:
1) Install all mods except Fake Stats, 
2) Untick all mods and then install FakeStats
 
I don't see any virus scans, omg virus
Files like .asasm are like .txt
 
How can I change my Ranked wins?
Try /rwins 999 (or any other value) first, or
To change the default ranked wins you will have to modify the file named Ranked.asasm.
When you open the file, scroll down until you see 5000 replace the numbers with a desired win count, save and finally you can patch
 
How about customization?
You can custominze every command inside patch1.asasm
I've also added some extra commands inside patch1.asasm, find them!
 
 
How do I install this thing?
To install the mod:
Then Right click the folder "Fake Stats" and download it
Then move the folder you downloaded inside the mods folder (inside the main LES folder)

 

 

Always USE IT AT YOUR OWN RISK!

 

 

Credits

Creator: Bhff

Testers:
TykiMikk
Cr34t1v3
Nouser
Neoth
5hp
Caprizze
Nourdin
winterorb
huuruvaara
Yakumo
sonickid15
Smeb
Lordafj
JyuVioleGrace
xElitez
LSharpIsBetter
Alysius
daves20
savvy
Grimlawl918
cacturne2
HotshotGG

 

Edited by `Sanctus
  • Upvote 1
Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...

can you get banned?

 

use it at your own risk.

 

 

DONT DO THIS OR YOU WILL BE BANNED!

 

thats why you are using those things at your own Risk.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Thank you for your reply. I have removed it from the L2Server.exe file, but the L2Server still crashes. It doesn't crash if I don't start l2npc, otherwise it will crash within a few days at the latest.
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
  • Topics

×
×
  • Create New...