Hi, I have 0 knowledge of js but I found out I can use local overrides on logout.js for chrome/ (If no one has any better recommendation this was the way I go).
For me the variables were different, so instead of "const n = F(a);", it was "const r = x(a);" for me. I don't know if the developer changed this or it is random. So I use something like "r.coins = 99999;".
However, it didn't seem to work for me either way. Neither coins nor the inventory codes. I might be doing something wrong too. I don't know when the game state updates but I waited over 1 hour.
[Request] World Seed (paid)
-
- What is cheating?
- Posts: 1
- Joined: Thu Jun 16, 2022 9:26 am
- Reputation: 0
Re: [Request] World Seed (paid)
ye, variable names were changed,
r.coins = 999999;
r.coins = 999999;
Re: [Request] World Seed (paid)
.
Last edited by Wase33 on Thu Jul 28, 2022 1:17 pm, edited 1 time in total.
Re: [Request] World Seed (paid)
.
Last edited by Wase33 on Thu Jul 28, 2022 3:26 pm, edited 1 time in total.
Re: [Request] World Seed (paid)
As far as I remember the max tier is 10.
Code: Select all
r.inventory[0].tier = 10;
r.inventory[0].level = 9999;
Code: Select all
let stats = r.characters[0].stats;
stats.health = 10000;
stats.armor = 10000;
stats.damage = 10000;
stats.blockChance = 10000;
stats.dodgeChance = 10000;
stats.armorPenetration = 10000;
stats.criticalChance = 10000;
stats.criticalDamage = 10000;
stats.attackSpeed = 10000;
stats.chanceOnHit = 10000;
stats.chanceOnBlock = 10000;
let chest_item = r.characters[0].equipment.chest;
let head_item = r.characters[0].equipment.head;
let accessory_item = r.characters[0].equipment.accessory;
let feet_item = r.characters[0].equipment.feet;
let mainHand = r.characters[0].equipment.mainHand;
let offHand = r.characters[0].equipment.offHand;
let hands = r.characters[0].equipment.hands;
let trophy = r.characters[0].equipment.trophy;
trophy.id = "X6J67";
trophy.tier = 10;
trophy.level = 9999;
trophy.factor = 1.0;
hands.id = "XOUPR";
hands.tier = 10;
hands.level = 9999;
hands.factor = 1.0;
mainHand.id = "X6APS";
mainHand.tier = 10;
mainHand.level = 9999;
mainHand.factor = 1.0;
mainHand.quality = 1.0;
offHand.id = "XN0S5";
offHand.tier = 10;
offHand.level = 9999;
offHand.factor = 1.0;
chest_item.id = "X10PQ";
chest_item.tier = 10;
chest_item.level = 9999;
chest_item.factor = 1.0;
head_item.id = "X6LAM";
head_item.tier = 10;
head_item.level = 9999;
head_item.factor = 1.0;
accessory_item.id = "XNZ2P";
accessory_item.tier = 10;
accessory_item.level = 9999;
accessory_item.factor = 1.0;
feet_item.id = "X10R2";
feet_item.tier = 10;
feet_item.level = 9999;
feet_item.factor = 1.0;
console.log("y")
Re: [Request] World Seed (paid)
Where did you all find the logout file?
I searched my entire computer and the only files with *logout*js for a name were in program files for NodeJS (and unrelated to this game).
I did find 1,089 *.js files in the Steam install folder for the game, but none of those were called logout (anything) either.
I searched my entire computer and the only files with *logout*js for a name were in program files for NodeJS (and unrelated to this game).
I did find 1,089 *.js files in the Steam install folder for the game, but none of those were called logout (anything) either.
Who is online
Users browsing this forum: Berniebibbles12, Skittlesandbits, YandexBot