Legends of Idleon

Ask about cheats/tables for single player games here
Merguin
Noobzor
Noobzor
Posts: 6
Joined: Thu Jun 15, 2023 7:14 pm
Reputation: 0

Re: Legends of Idleon

Post by Merguin »

new patch broke the cheats for me, cannot start the game, as soon as i select a char, even with 0 idle time the screen just goes black and thats it:/

i downloaded the latest cheat and patch and that broke it, anyone any idea? there is no error message or anything, it just gives black screen

edit: its not per-se a black screen, its loads my char and the position he/she is in but then blacks the screen, so i can still see everything(barely) but i cannot move, open any menues or interact with the game in any way.
Last edited by Merguin on Sun Feb 18, 2024 3:07 pm, edited 2 times in total.

Stratixx
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Feb 18, 2024 1:17 pm
Reputation: 0

Re: Legends of Idleon

Post by Stratixx »

Does anyone know how I can unshadowban myself?

newbie123
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Feb 14, 2024 6:55 am
Reputation: 0

Re: Legends of Idleon

Post by newbie123 »

FrostyFlames wrote:
Sun Feb 18, 2024 5:38 am
Melanthios wrote:
Sun Feb 18, 2024 4:14 am
do we have a list of all bundles available right now? I just gga Bundles and only see one LOL
Yup here you go:

a Lava Supporter Pack - Trailblazer (trophy) + candy
b New Year Pack - Giftmas Tree (prem.hat)
c Starter Pack - Newbie Card Pack x3 + candy
d Easter Bundle - Big Bunny (prem.hat)
e Totally Chill Pack - Fluffy Ramsy (prem.hat)
f Summer Bundle - Beach Bro (trophy)
g Dungeon Bundle - Boosted Dungeon Runs x20
h Giftmas Bundle - Giftmas Snoozy Cap x3 (prem.hat) + 2021 Giftmas Box x250
i Auto-Loot Pack - Auto-Loot Toggle + 5 Inventory Slots & 5 Storage Chest Slots
j Outta This World Pack - Angel Wings (cape)
k Eggscellent Pack - Easter Egg Backpack (cape)
l Super Hot Fire Pack - Molten Cloak (cape)
m Gem motherlode pack - gems + 100 envelopes
n Riftwalker Pack - Riftwalker wings + Riftwalker Nametag
o Bloomin' Pet Pack - Blooming Vine + Pet Crystal x2,000
p Island Explorer Pack - Island Adventurer Nametag
q Equinox Dreamer pack 4500 gems Account Bonuses: 50 bar fill rate +1.20 class exp gain + Chat Ring
r Calm Serenity Pack - Phoneix Wings + 1000 pet crystal + 4,600+ Cards and extras.
is getting these bundles safe against account bricking and shadow ban ?

Diaboluc
Cheater
Cheater
Posts: 28
Joined: Mon Jul 10, 2023 3:08 am
Reputation: 5

Re: Legends of Idleon

Post by Diaboluc »

Merguin wrote:
Sun Feb 18, 2024 2:23 pm
new patch broke the cheats for me, cannot start the game, as soon as i select a char, even with 0 idle time the screen just goes black and thats it:/

i downloaded the latest cheat and patch and that broke it, anyone any idea? there is no error message or anything, it just gives black screen

edit: its not per-se a black screen, its loads my char and the position he/she is in but then blacks the screen, so i can still see everything(barely) but i cannot move, open any menues or interact with the game in any way.
Disbaling the w4 mainframe worked for me

Diaboluc
Cheater
Cheater
Posts: 28
Joined: Mon Jul 10, 2023 3:08 am
Reputation: 5

Re: Legends of Idleon

Post by Diaboluc »

Will there be any pet cheat ? I mean, like insta kill or invincibility ? Because the 3rd level have 140T HP, and there is NO WAY i kill it with a monolith

EDIT : Nevermind i did it

BUT THE NEXT ONE ???? 10 050 000 000 000 000 HP ??? HELL NAH

newbie123
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Feb 14, 2024 6:55 am
Reputation: 0

Re: Legends of Idleon

Post by newbie123 »

ImHope wrote:
Mon Jan 01, 2024 9:24 pm
Well i went on some work for some of the people here.

First something i wanted as it annoyed me a shit ton:

A Unlock Current Portal function just so you can unlock the current portal of the map you are on.
unlock current map addition
registerCheats({
name: 'unlock',
message: 'unlock portals, rifts, pearls, presets, quickref, teleports, colloseum, silver pens, revives',
canToggleSubcheats: true,
subcheats: [
{
name: 'portals',
fn: function (params) {
bEngine.getGameAttribute("KillsLeft2Advance").map(entry => {
for(i=0; i < entry.length; i++) entry = 0;
return entry; });
return `The portals have been unlocked!`;
}
},
{ name: 'divinitypearl', message: 'divinity pearls > lvl50' },
{ name: 'presets', message: 'preset changes everywhere' },
{ name: 'quickref', message: 'quickref.' },
{ name: 'teleports', message: 'free teleports.' },
{ name: 'tickets', message: 'free colosseum tickets.' },
{ name: 'silvpen', message: 'free silver pens.' },
{ name: 'goldpen', message: 'free gold pens.' },
{ name: 'obolfrag', message: 'free obol fragments.' },
{ name: 'rifts', message: 'Unlock rift portals' },
{ name: 'revive', message: 'unlimited revives' },
{ name: 'islands', message: 'unlock islands' },
{ name: 'currentportal', message: 'unlocks the current maps portal',
fn: function (params) {
bEngine.getGameAttribute("KillsLeft2Advance")[bEngine.getGameAttribute("CurrentMap")] = 0;
return `The portals have been unlocked!`;
}
}
],
});



Then we have something i added just incase of shadowbans because of items you have from packs:
These are all Packs you can buy in the game with the necessary "entry" in the account for the pack being purchased!
Buy Packs Cheats
//Gem Pack Cheats
registerCheats(
{
name: 'buy',
message: 'buy gem shop packs',
canToggleSubcheats: true,
subcheats: [
{
name: "Starter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_c"]=1;
actorEvents189._customBlock_DropSomething("TimeCandy1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("TimeCandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
return `The Starter Pack has been bought!`;
}
},
{
name: "Auto Loot Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_i"]=1;
actorEvents189._customBlock_DropSomething("PremiumGem", 900, 0, 0, 2, y, 0, x, y);
return `The Auto Loot Pack has been bought!`;
}
},
{
name: "Gem Motherlode Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_m"]=1;
actorEvents189._customBlock_DropSomething("Quest71", 100, 0, 0, 2, y, 0, x, y);
return `The Gem Motherlode Pack has been bought!`;
}
},
{
name: "Lava Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_a"]=1;
actorEvents189._customBlock_DropSomething("Trophy8", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 7, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4200, 0, 0, 2, y, 0, x, y);
return `The Lava Supporter Pack has been bought!`;
}
},
{
name: "New Year Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_b"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats45", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The New Year Pack has been bought!`;
}
},
{
name: "Totally Chill Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_e"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats62", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack3", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy5", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `The Totally Chill Pack has been bought!`;
}
},
{
name: "Dungeon Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_g"]=1;
actorEvents189._customBlock_DropSomething("CardPack4", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4000, 0, 0, 2, y, 0, x, y);
return `The Dungeon Bundle has been bought!`;
}
},
{
name: "Outta This World Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_j"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape0", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `The Outta This World Pack has been bought!`;
}
},
{
name: "Super Hot Fire Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_l"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest72", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest73", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `Super Hot Fire Pack has been bought!`;
}
},
{
name: "Riftwalker Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_n"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag1", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentCape11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 6400, 0, 0, 2, y, 0, x, y);
return `Riftwalker Pack has been bought!`;
}
},
{
name: "Bloomin Pet Pack !NO PET CRYSTALS!",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_o"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape12", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Bloomin Pet Pack (No Pet Crystals) has been bought!`;
}
},
{
name: "Island Explorer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_p"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4400, 0, 0, 2, y, 0, x, y);
return `Island Explorer Pack has been bought!`;
}
},
{
name: "Equinox Dreamer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_q"]=1;
actorEvents189._customBlock_DropSomething("EquipmentRingsChat11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Equinox Dreamer Pack has been bought!`;
}
},
{
name: "Eggscellent Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_k"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape2", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest42", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest44", 60, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Eggscellent Pack has been bought!`;
}
},
{
name: "Easter Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_d"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats57", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 5, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Easter Bundle has been bought!`;
}
},
{
name: "Summer Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_f"]=1;
actorEvents189._customBlock_DropSomething("Trophy14", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 20, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("GemP9", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2000, 0, 0, 2, y, 0, x, y);
return `Summer Bundle has been bought!`;
}
},
{
name: "Giftmas Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_h"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats69", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest64", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The Giftmas Bundle has been bought!`;
}
}
]
}
);


And for the last part i searched an hour for to find this. This is the array where all your slab progress is saved:
bEngine.gameAttributes.h.Cards[1]
to add items to the slab just
bEngine.gameAttributes.h.Cards[1].push("itemName")
to remove items from the slab just
bEngine.gameAttributes.h.Cards[1].splice(bEngine.gameAttributes.h.Cards[1].indexOf("itemName"), 1)

AND FOR THE REALLY LAZY ONES WHO JUST WANNA "FILL" THEIR SLAB
bEngine.gameAttributes.h.Cards[1] = bEngine.gameAttributes.h.CustomLists.h.SlabItemSort
Image

sir, can you help me with the new bundle

cc289
Novice Cheater
Novice Cheater
Posts: 17
Joined: Fri Dec 29, 2023 6:49 am
Reputation: 0

Re: Legends of Idleon

Post by cc289 »

jorgen12 wrote:
Sat Feb 17, 2024 10:00 pm
Try disabling any cheats on startup, fixed it for me
How do you disable on startup? Every time I open the injector and select a character I get black screened.

NotMelx
Noobzor
Noobzor
Posts: 9
Joined: Tue Jun 27, 2023 1:55 pm
Reputation: 0

Re: Legends of Idleon

Post by NotMelx »

How do I use gga ServerGemsReceived, I know theres a chng command for it but I don't know what it is
Last edited by NotMelx on Sun Feb 18, 2024 6:04 pm, edited 1 time in total.

Diaboluc
Cheater
Cheater
Posts: 28
Joined: Mon Jul 10, 2023 3:08 am
Reputation: 5

Re: Legends of Idleon

Post by Diaboluc »

cc289 wrote:
Sun Feb 18, 2024 5:17 pm
jorgen12 wrote:
Sat Feb 17, 2024 10:00 pm
Try disabling any cheats on startup, fixed it for me
How do you disable on startup? Every time I open the injector and select a character I get black screened.
Before selecting a caracter you write the cheat you want to disable

ABOOBA
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Mar 14, 2021 6:41 pm
Reputation: 3

Re: Legends of Idleon

Post by ABOOBA »

when I try to play game blackscreens and logs says:
"Action ... [2024-02-18T18:02:14.162Z] @firebase/database: FIREBASE WARNING: Using an unspecified index. Your data will be downloaded and filtered on the client. Consider adding ".indexOn": "t" at /_party/-NRxu6OluTebuX0c_m4t/e/wLavaC2_18 to your security rules for better performance.
[2024-02-18T18:02:14.171Z] @firebase/database: FIREBASE WARNING: set at /_usersOnline/ed7RfTe6zGa4BuyUP42egikFyot2 failed: permission_denied"

I tried to do a complete reinstall but the issue is still there

Pirate Yass
Noobzor
Noobzor
Posts: 5
Joined: Thu Nov 02, 2023 6:17 pm
Reputation: 0

Re: Legends of Idleon

Post by Pirate Yass »

[/spoiler]

Then we have something i added just incase of shadowbans because of items you have from packs:
These are all Packs you can buy in the game with the necessary "entry" in the account for the pack being purchased!
Buy Packs Cheats
//Gem Pack Cheats
registerCheats(
{
name: 'buy',
message: 'buy gem shop packs',
canToggleSubcheats: true,
subcheats: [
{
name: "Starter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_c"]=1;
actorEvents189._customBlock_DropSomething("TimeCandy1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("TimeCandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
return `The Starter Pack has been bought!`;
}
},
{
name: "Auto Loot Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_i"]=1;
actorEvents189._customBlock_DropSomething("PremiumGem", 900, 0, 0, 2, y, 0, x, y);
return `The Auto Loot Pack has been bought!`;
}
},
{
name: "Gem Motherlode Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_m"]=1;
actorEvents189._customBlock_DropSomething("Quest71", 100, 0, 0, 2, y, 0, x, y);
return `The Gem Motherlode Pack has been bought!`;
}
},
{
name: "Lava Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_a"]=1;
actorEvents189._customBlock_DropSomething("Trophy8", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 7, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4200, 0, 0, 2, y, 0, x, y);
return `The Lava Supporter Pack has been bought!`;
}
},
{
name: "New Year Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_b"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats45", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The New Year Pack has been bought!`;
}
},
{
name: "Totally Chill Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_e"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats62", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack3", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy5", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `The Totally Chill Pack has been bought!`;
}
},
{
name: "Dungeon Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_g"]=1;
actorEvents189._customBlock_DropSomething("CardPack4", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4000, 0, 0, 2, y, 0, x, y);
return `The Dungeon Bundle has been bought!`;
}
},
{
name: "Outta This World Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_j"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape0", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `The Outta This World Pack has been bought!`;
}
},
{
name: "Super Hot Fire Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_l"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest72", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest73", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `Super Hot Fire Pack has been bought!`;
}
},
{
name: "Riftwalker Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_n"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag1", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentCape11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 6400, 0, 0, 2, y, 0, x, y);
return `Riftwalker Pack has been bought!`;
}
},
{
name: "Bloomin Pet Pack !NO PET CRYSTALS!",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_o"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape12", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Bloomin Pet Pack (No Pet Crystals) has been bought!`;
}
},
{
name: "Island Explorer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_p"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4400, 0, 0, 2, y, 0, x, y);
return `Island Explorer Pack has been bought!`;
}
},
{
name: "Equinox Dreamer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_q"]=1;
actorEvents189._customBlock_DropSomething("EquipmentRingsChat11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Equinox Dreamer Pack has been bought!`;
}
},
{
name: "Eggscellent Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_k"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape2", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest42", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest44", 60, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Eggscellent Pack has been bought!`;
}
},
{
name: "Easter Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_d"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats57", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 5, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Easter Bundle has been bought!`;
}
},
{
name: "Summer Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_f"]=1;
actorEvents189._customBlock_DropSomething("Trophy14", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 20, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("GemP9", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2000, 0, 0, 2, y, 0, x, y);
return `Summer Bundle has been bought!`;
}
},
{
name: "Giftmas Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_h"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats69", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest64", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The Giftmas Bundle has been bought!`;
}
}
]
}
);

hey guy, idk where to put the codes, maybe "config.custom"? im ignorant in programming

Tindal
Expert Cheater
Expert Cheater
Posts: 315
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 105

Re: Legends of Idleon

Post by Tindal »

Pirate Yass wrote:
Sun Feb 18, 2024 6:17 pm
[/spoiler]

Then we have something i added just incase of shadowbans because of items you have from packs:
These are all Packs you can buy in the game with the necessary "entry" in the account for the pack being purchased!
Buy Packs Cheats
//Gem Pack Cheats
registerCheats(
{
name: 'buy',
message: 'buy gem shop packs',
canToggleSubcheats: true,
subcheats: [
{
name: "Starter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_c"]=1;
actorEvents189._customBlock_DropSomething("TimeCandy1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("TimeCandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
return `The Starter Pack has been bought!`;
}
},
{
name: "Auto Loot Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_i"]=1;
actorEvents189._customBlock_DropSomething("PremiumGem", 900, 0, 0, 2, y, 0, x, y);
return `The Auto Loot Pack has been bought!`;
}
},
{
name: "Gem Motherlode Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_m"]=1;
actorEvents189._customBlock_DropSomething("Quest71", 100, 0, 0, 2, y, 0, x, y);
return `The Gem Motherlode Pack has been bought!`;
}
},
{
name: "Lava Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_a"]=1;
actorEvents189._customBlock_DropSomething("Trophy8", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 7, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4200, 0, 0, 2, y, 0, x, y);
return `The Lava Supporter Pack has been bought!`;
}
},
{
name: "New Year Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_b"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats45", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The New Year Pack has been bought!`;
}
},
{
name: "Totally Chill Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_e"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats62", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack3", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy5", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `The Totally Chill Pack has been bought!`;
}
},
{
name: "Dungeon Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_g"]=1;
actorEvents189._customBlock_DropSomething("CardPack4", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4000, 0, 0, 2, y, 0, x, y);
return `The Dungeon Bundle has been bought!`;
}
},
{
name: "Outta This World Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_j"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape0", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `The Outta This World Pack has been bought!`;
}
},
{
name: "Super Hot Fire Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_l"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest72", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest73", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `Super Hot Fire Pack has been bought!`;
}
},
{
name: "Riftwalker Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_n"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag1", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentCape11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 6400, 0, 0, 2, y, 0, x, y);
return `Riftwalker Pack has been bought!`;
}
},
{
name: "Bloomin Pet Pack !NO PET CRYSTALS!",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_o"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape12", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Bloomin Pet Pack (No Pet Crystals) has been bought!`;
}
},
{
name: "Island Explorer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_p"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4400, 0, 0, 2, y, 0, x, y);
return `Island Explorer Pack has been bought!`;
}
},
{
name: "Equinox Dreamer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_q"]=1;
actorEvents189._customBlock_DropSomething("EquipmentRingsChat11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Equinox Dreamer Pack has been bought!`;
}
},
{
name: "Eggscellent Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_k"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape2", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest42", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest44", 60, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Eggscellent Pack has been bought!`;
}
},
{
name: "Easter Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_d"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats57", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 5, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Easter Bundle has been bought!`;
}
},
{
name: "Summer Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_f"]=1;
actorEvents189._customBlock_DropSomething("Trophy14", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 20, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("GemP9", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2000, 0, 0, 2, y, 0, x, y);
return `Summer Bundle has been bought!`;
}
},
{
name: "Giftmas Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_h"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats69", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest64", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The Giftmas Bundle has been bought!`;
}
}
]
}
);

hey guy, idk where to put the codes, maybe "config.custom"? im ignorant in programming
Place it into Cheats.js

Pirate Yass
Noobzor
Noobzor
Posts: 5
Joined: Thu Nov 02, 2023 6:17 pm
Reputation: 0

Re: Legends of Idleon

Post by Pirate Yass »

Tindal wrote:
Sun Feb 18, 2024 6:47 pm
Pirate Yass wrote:
Sun Feb 18, 2024 6:17 pm
[/spoiler]

Then we have something i added just incase of shadowbans because of items you have from packs:
These are all Packs you can buy in the game with the necessary "entry" in the account for the pack being purchased!
Buy Packs Cheats
//Gem Pack Cheats
registerCheats(
{
name: 'buy',
message: 'buy gem shop packs',
canToggleSubcheats: true,
subcheats: [
{
name: "Starter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_c"]=1;
actorEvents189._customBlock_DropSomething("TimeCandy1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("TimeCandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
return `The Starter Pack has been bought!`;
}
},
{
name: "Auto Loot Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_i"]=1;
actorEvents189._customBlock_DropSomething("PremiumGem", 900, 0, 0, 2, y, 0, x, y);
return `The Auto Loot Pack has been bought!`;
}
},
{
name: "Gem Motherlode Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_m"]=1;
actorEvents189._customBlock_DropSomething("Quest71", 100, 0, 0, 2, y, 0, x, y);
return `The Gem Motherlode Pack has been bought!`;
}
},
{
name: "Lava Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_a"]=1;
actorEvents189._customBlock_DropSomething("Trophy8", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 7, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4200, 0, 0, 2, y, 0, x, y);
return `The Lava Supporter Pack has been bought!`;
}
},
{
name: "New Year Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_b"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats45", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The New Year Pack has been bought!`;
}
},
{
name: "Totally Chill Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_e"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats62", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack3", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy5", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `The Totally Chill Pack has been bought!`;
}
},
{
name: "Dungeon Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_g"]=1;
actorEvents189._customBlock_DropSomething("CardPack4", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4000, 0, 0, 2, y, 0, x, y);
return `The Dungeon Bundle has been bought!`;
}
},
{
name: "Outta This World Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_j"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape0", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `The Outta This World Pack has been bought!`;
}
},
{
name: "Super Hot Fire Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_l"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest72", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest73", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `Super Hot Fire Pack has been bought!`;
}
},
{
name: "Riftwalker Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_n"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag1", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentCape11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 6400, 0, 0, 2, y, 0, x, y);
return `Riftwalker Pack has been bought!`;
}
},
{
name: "Bloomin Pet Pack !NO PET CRYSTALS!",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_o"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape12", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Bloomin Pet Pack (No Pet Crystals) has been bought!`;
}
},
{
name: "Island Explorer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_p"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4400, 0, 0, 2, y, 0, x, y);
return `Island Explorer Pack has been bought!`;
}
},
{
name: "Equinox Dreamer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_q"]=1;
actorEvents189._customBlock_DropSomething("EquipmentRingsChat11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Equinox Dreamer Pack has been bought!`;
}
},
{
name: "Eggscellent Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_k"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape2", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest42", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest44", 60, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Eggscellent Pack has been bought!`;
}
},
{
name: "Easter Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_d"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats57", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 5, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Easter Bundle has been bought!`;
}
},
{
name: "Summer Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_f"]=1;
actorEvents189._customBlock_DropSomething("Trophy14", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 20, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("GemP9", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2000, 0, 0, 2, y, 0, x, y);
return `Summer Bundle has been bought!`;
}
},
{
name: "Giftmas Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_h"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats69", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest64", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The Giftmas Bundle has been bought!`;
}
}
]
}
);

hey guy, idk where to put the codes, maybe "config.custom"? im ignorant in programming
Place it into Cheats.js
ty so much bro s2 , and there is a way to obtain pet crystals?

Whosie
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Jul 23, 2023 4:16 am
Reputation: 0

Re: Legends of Idleon

Post by Whosie »

Does anyone know how to go to maps you can't access in the normal game?

Tindal
Expert Cheater
Expert Cheater
Posts: 315
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 105

Re: Legends of Idleon

Post by Tindal »

Pirate Yass wrote:
Sun Feb 18, 2024 7:01 pm
Tindal wrote:
Sun Feb 18, 2024 6:47 pm
Pirate Yass wrote:
Sun Feb 18, 2024 6:17 pm
[/spoiler]

Then we have something i added just incase of shadowbans because of items you have from packs:
These are all Packs you can buy in the game with the necessary "entry" in the account for the pack being purchased!
Buy Packs Cheats
//Gem Pack Cheats
registerCheats(
{
name: 'buy',
message: 'buy gem shop packs',
canToggleSubcheats: true,
subcheats: [
{
name: "Starter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_c"]=1;
actorEvents189._customBlock_DropSomething("TimeCandy1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("TimeCandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
return `The Starter Pack has been bought!`;
}
},
{
name: "Auto Loot Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_i"]=1;
actorEvents189._customBlock_DropSomething("PremiumGem", 900, 0, 0, 2, y, 0, x, y);
return `The Auto Loot Pack has been bought!`;
}
},
{
name: "Gem Motherlode Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_m"]=1;
actorEvents189._customBlock_DropSomething("Quest71", 100, 0, 0, 2, y, 0, x, y);
return `The Gem Motherlode Pack has been bought!`;
}
},
{
name: "Lava Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_a"]=1;
actorEvents189._customBlock_DropSomething("Trophy8", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 7, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4200, 0, 0, 2, y, 0, x, y);
return `The Lava Supporter Pack has been bought!`;
}
},
{
name: "New Year Supporter Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_b"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats45", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack1", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The New Year Pack has been bought!`;
}
},
{
name: "Totally Chill Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_e"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats62", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack3", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy5", 4, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `The Totally Chill Pack has been bought!`;
}
},
{
name: "Dungeon Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_g"]=1;
actorEvents189._customBlock_DropSomething("CardPack4", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4000, 0, 0, 2, y, 0, x, y);
return `The Dungeon Bundle has been bought!`;
}
},
{
name: "Outta This World Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_j"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape0", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `The Outta This World Pack has been bought!`;
}
},
{
name: "Super Hot Fire Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_l"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest72", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest73", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4300, 0, 0, 2, y, 0, x, y);
return `Super Hot Fire Pack has been bought!`;
}
},
{
name: "Riftwalker Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_n"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag1", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("EquipmentCape11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack5", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("CardPack6", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 6400, 0, 0, 2, y, 0, x, y);
return `Riftwalker Pack has been bought!`;
}
},
{
name: "Bloomin Pet Pack !NO PET CRYSTALS!",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_o"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape12", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Bloomin Pet Pack (No Pet Crystals) has been bought!`;
}
},
{
name: "Island Explorer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_p"]=1;
actorEvents189._customBlock_DropSomething("EquipmentNametag7", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4400, 0, 0, 2, y, 0, x, y);
return `Island Explorer Pack has been bought!`;
}
},
{
name: "Equinox Dreamer Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_q"]=1;
actorEvents189._customBlock_DropSomething("EquipmentRingsChat11", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 4500, 0, 0, 2, y, 0, x, y);
return `Equinox Dreamer Pack has been bought!`;
}
},
{
name: "Eggscellent Pack",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_k"]=1;
actorEvents189._customBlock_DropSomething("EquipmentCape2", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest42", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest44", 60, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Eggscellent Pack has been bought!`;
}
},
{
name: "Easter Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_d"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats57", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 5, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy3", 2, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy4", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2500, 0, 0, 2, y, 0, x, y);
return `Easter Bundle has been bought!`;
}
},
{
name: "Summer Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_f"]=1;
actorEvents189._customBlock_DropSomething("Trophy14", 1, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Timecandy2", 20, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("GemP9", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2000, 0, 0, 2, y, 0, x, y);
return `Summer Bundle has been bought!`;
}
},
{
name: "Giftmas Bundle",
fn: function (params) {
const actorEvents189 = events(189);
const character = bEngine.getGameAttribute("OtherPlayers").h[bEngine.getGameAttribute("UserInfo")[0]];
let x = character.getXCenter();
let y = character.getValue("ActorEvents_20", "_PlayerNode");
bEngine.getGameAttribute("BundlesReceived").h["bun_h"]=1;
actorEvents189._customBlock_DropSomething("EquipmentHats69", 3, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("Quest64", 250, 0, 0, 2, y, 0, x, y);
actorEvents189._customBlock_DropSomething("PremiumGem", 2021, 0, 0, 2, y, 0, x, y);
return `The Giftmas Bundle has been bought!`;
}
}
]
}
);

hey guy, idk where to put the codes, maybe "config.custom"? im ignorant in programming
Place it into Cheats.js
ty so much bro s2 , and there is a way to obtain pet crystals?
There is no way to get pet crystals.
But you can enable all pets bonus by "w1 companion" (look into config before)

Post Reply