Legends of Idleon

Ask about cheats/tables for single player games here
User avatar
tibasichelp
Expert Cheater
Expert Cheater
Posts: 140
Joined: Mon Oct 18, 2021 3:18 am
Reputation: 43

Re: Legends of Idleon

Post by tibasichelp »

pajion wrote:
Wed Jun 08, 2022 5:32 am
Daelyks wrote:
Sun Jun 05, 2022 12:15 am
Hey guys, I did an oopsie with cards and it ended up with me dealing a s*** load of damage... My account isn't shadowbanned or bricked, but I got that number here in tasks and I was wondering if I could change it or reset it...

Image

Thanks in advance !

Edit : Fixed it thanks to BasicHelp's previous post, thank you !
tibasichelp wrote:
Wed Jun 01, 2022 10:49 am

Until you sample it again with a clean Z.js, it is permanent. Well, once a save is initiated.
For this do I just remove the whole huge section with 1000? or whatever number i desire?
//(double slash) to comment out the return statement and then write in return number
Image

jinxz00
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Oct 20, 2021 5:58 pm
Reputation: 0

Re: Legends of Idleon

Post by jinxz00 »

SlamHick wrote:
Tue Jun 07, 2022 3:45 pm
Disputate wrote:
Mon May 30, 2022 9:16 pm
SlamHick wrote:
Mon May 30, 2022 3:13 pm

Code: Select all

 }var fa = a.engine.getGameAttribute("QuestComplete");
 if (0 == (null != e.Eliteus1 ? fa.getReserved("Eliteus1") : fa.h.Eliteus1) && 154 == a.engine.getGameAttribute("CurrentMap")) { 
Someone know how reset a quest ?
try this with iBelg's console:

Code: Select all

chng bEngine.getGameAttribute("QuestComplete").h.Eliteus1=-1
chng bEngine.getGameAttribute("QuestComplete").h.Eliteus2=-1
jinxz00 wrote:
Tue Jun 07, 2022 2:42 pm
I did something stupid on my 10th Character, class promotion 1 by promotheus and class promotion 2 by speccius ...
I was in a rush and closed the class selection window because I wanted to double check which class I should go with

I tried resetting both of them in the z.js file, didn't go too well I guess, could complete the quests again, but not character selection windows for my 10th character.

found these lines here searching for promotheus to start it off again:

var ze = b.engine.getGameAttribute("QuestComplete");
if (0 == (null != e.Promotheus2 ? ze.getReserved("Promotheus2") : ze.h.Promotheus2) && 1 < b.engine.getGameAttribute("CharacterClass") && 6 > b.engine.getGameAttribute("CharacterClass")) {
var Ye = b.engine.getGameAttribute("QuestStatus");
(null != e.Promotheus2 ? Ye.getReserved("Promotheus2") : Ye.h.Promotheus2)[0] = 1


followed up by the following commands I found some pages ago, but modified for Promotheus with correlated variables:

chng bEngine.getGameAttribute("QuestComplete").t.h.Promotheus2=-1
chng bEngine.getGameAttribute("QuestComplete").t.h.Promotheus3=-1
chng bEngine.getGameAttribute("QuestComplete").t.h.Promotheus4=-1


but with no success, am I missing something? My Beginner would like to be a wizard and not just a beginner.

Thanks in advance and cheers!
Why t.h ? Same trouble for me with Eliteus and just .h. work.
I tried it with just .h.Promotheus2/3/4 and Speccius2 - but I am not able to reset the quests properly and choose a class for my beginner.
On the other hand, is it possible to change the class of my current played character with the console?
Using version 1.1.1 fork 3 by Creater

Laspil
Noobzor
Noobzor
Posts: 12
Joined: Sun May 29, 2022 4:05 pm
Reputation: 1

Re: Legends of Idleon

Post by Laspil »

sapir5522 wrote:
Tue Jun 07, 2022 3:46 pm
Laspil wrote:
Tue Jun 07, 2022 1:31 pm
I accidentaly got something in my inventory that i guess is not supposed to be there, now the game crashes everytime i open anything that shows my inventory what should i do? im thinking of using the ability that puts all your items in your inventory to your storage chest but i think that may break my chest and i really dont wanna make a new account ive spent a lot of time on this so if i cant fix my inventory thatll be fine but i cant play without opening my chest, so could anyone help me?

edit: just remembered i cant open the storage chest either
If its still in your inventory:
try to find out what inventory slot its in if you want to not wipe the entire inventory.
You can use idleonefficiency for this (in the players tab theres an inventory section)
once you know the inventory slot # it is in, you want to do the following:
assuming its in slot 9, lower the number by 1 and run:
b.engine.getGameAttribute("InventoryOrder")[8] = "Blank";

If you use the inject cheat you can run it with that (idk how since I don't use it).
If you just edit the Z.js file, you want to find a section of code that is simply to activate to add it to.
personally I added it to the part of the code that runs when you click to change presets (Not really a good place but it works)
search for GenINFO[119] , last result (should be 4) is in a line that checks if you are allowed to change presets (in town etc.)
add the b.engine.getGameAttribute("InventoryOrder")[8] = "Blank"; line above it.
go in game and try to change preset, hopefully that deletes your item successfully.


If you got it into your chest, you can probably do something similar, I believe b.engine.getGameAttribute("ChestOrder") refers to chest items but I'm not 100% on that

Hey thanks alot, i just wanted to ask you, how do you find all of this stuff? to me it sounds impossible, dont you have to look at all the code? Theres like 300k lines of code do you actually go trough all of that?

User avatar
Link20
Noobzor
Noobzor
Posts: 10
Joined: Mon May 30, 2022 6:12 pm
Reputation: 0

Re: Legends of Idleon

Post by Link20 »

tibasichelp wrote:
Tue Jun 07, 2022 8:58 pm
Link20 wrote:
Tue Jun 07, 2022 2:25 pm
I got the InjectCheatsF3 to inject the cheat but everytime I type in a common it always come up with "undefined" I just want Time candy and gems. Did I mess a step or something?

can someone post there Z.js
Obtain a clean app.asar from steam; check and verify file integrity after deleting app.asar in your steam folder.
Run injectorcheats and it works flawlessly every time. Before game loads, you can type any character into the console, if it returns anything other than undefined, then it's injected.
Still doesn't work [Link] heres a screenshot

User avatar
tibasichelp
Expert Cheater
Expert Cheater
Posts: 140
Joined: Mon Oct 18, 2021 3:18 am
Reputation: 43

Re: Legends of Idleon

Post by tibasichelp »

jinxz00 wrote:
Wed Jun 08, 2022 9:08 am
SlamHick wrote:
Tue Jun 07, 2022 3:45 pm
Disputate wrote:
Mon May 30, 2022 9:16 pm


try this with iBelg's console:

Code: Select all

chng bEngine.getGameAttribute("QuestComplete").h.Eliteus1=-1
chng bEngine.getGameAttribute("QuestComplete").h.Eliteus2=-1
jinxz00 wrote:
Tue Jun 07, 2022 2:42 pm
I did something stupid on my 10th Character, class promotion 1 by promotheus and class promotion 2 by speccius ...
I was in a rush and closed the class selection window because I wanted to double check which class I should go with

I tried resetting both of them in the z.js file, didn't go too well I guess, could complete the quests again, but not character selection windows for my 10th character.

found these lines here searching for promotheus to start it off again:

var ze = b.engine.getGameAttribute("QuestComplete");
if (0 == (null != e.Promotheus2 ? ze.getReserved("Promotheus2") : ze.h.Promotheus2) && 1 < b.engine.getGameAttribute("CharacterClass") && 6 > b.engine.getGameAttribute("CharacterClass")) {
var Ye = b.engine.getGameAttribute("QuestStatus");
(null != e.Promotheus2 ? Ye.getReserved("Promotheus2") : Ye.h.Promotheus2)[0] = 1


followed up by the following commands I found some pages ago, but modified for Promotheus with correlated variables:

chng bEngine.getGameAttribute("QuestComplete").t.h.Promotheus2=-1
chng bEngine.getGameAttribute("QuestComplete").t.h.Promotheus3=-1
chng bEngine.getGameAttribute("QuestComplete").t.h.Promotheus4=-1


but with no success, am I missing something? My Beginner would like to be a wizard and not just a beginner.

Thanks in advance and cheers!
Why t.h ? Same trouble for me with Eliteus and just .h. work.
I tried it with just .h.Promotheus2/3/4 and Speccius2 - but I am not able to reset the quests properly and choose a class for my beginner.
On the other hand, is it possible to change the class of my current played character with the console?
Using version 1.1.1 fork 3 by Creater
Use command class to change class; however if you do this, you won't get the talents associated with the class.

First use class 1 to change to Beginner
Image

egga bEngine.getGameAttribute("QuestComplete").h (-1=haven't started, 0=in-progress, 1=finished)
Image

We want to set the Choosing class quest to in-progress, so we do:
chng bEngine.getGameAttribute("QuestComplete").h.Promotheus2=0

egga bEngine.getGameAttribute("QuestStatus").h gets the status of the quests
Image

Here we see, the Choosing class (Promotheus2) quest is set to 1 (before i ran class 1 command, I have had already finished this advancement quest), we do this command below to reset it.
chng bEngine.getGameAttribute("QuestStatus").h.Promotheus2[0]=0

After we swap map/channel, we are prompted with the option to change class.
Image
Last edited by tibasichelp on Wed Jun 08, 2022 3:23 pm, edited 2 times in total.

User avatar
tibasichelp
Expert Cheater
Expert Cheater
Posts: 140
Joined: Mon Oct 18, 2021 3:18 am
Reputation: 43

Re: Legends of Idleon

Post by tibasichelp »

Link20 wrote:
Wed Jun 08, 2022 2:55 pm
tibasichelp wrote:
Tue Jun 07, 2022 8:58 pm
Link20 wrote:
Tue Jun 07, 2022 2:25 pm
I got the InjectCheatsF3 to inject the cheat but everytime I type in a common it always come up with "undefined" I just want Time candy and gems. Did I mess a step or something?

can someone post there Z.js
Obtain a clean app.asar from steam; check and verify file integrity after deleting app.asar in your steam folder.
Run injectorcheats and it works flawlessly every time. Before game loads, you can type any character into the console, if it returns anything other than undefined, then it's injected.
Still doesn't work [Link] heres a screenshot
Use this one:
viewtopic.php?p=198916#p198916

User avatar
Link20
Noobzor
Noobzor
Posts: 10
Joined: Mon May 30, 2022 6:12 pm
Reputation: 0

Re: Legends of Idleon

Post by Link20 »

tibasichelp wrote:
Wed Jun 08, 2022 3:17 pm
Link20 wrote:
Wed Jun 08, 2022 2:55 pm
tibasichelp wrote:
Tue Jun 07, 2022 8:58 pm


Obtain a clean app.asar from steam; check and verify file integrity after deleting app.asar in your steam folder.
Run injectorcheats and it works flawlessly every time. Before game loads, you can type any character into the console, if it returns anything other than undefined, then it's injected.
Still doesn't work [Link] heres a screenshot
Use this one:
viewtopic.php?p=198916#p198916

everything i type in still come up as undefined..... this is what my folder looks like [Link]

User avatar
tibasichelp
Expert Cheater
Expert Cheater
Posts: 140
Joined: Mon Oct 18, 2021 3:18 am
Reputation: 43

Re: Legends of Idleon

Post by tibasichelp »

Deebopp wrote:
Tue May 31, 2022 12:32 am
Does anyone know how to nullify the breeding upgrades and or clearing pet battles?

Code: Select all

_customBlock_PetStuff = function (t, s, a, r) {
if ("TotalDMG" == t) {
return 5e10 //50 billion
if ("BlockChance" == t) {
return 100
if ("BasicAttackCDreq" == t) {
return 1
if ("TotalBreedChance" == s) {
return 100

User avatar
tibasichelp
Expert Cheater
Expert Cheater
Posts: 140
Joined: Mon Oct 18, 2021 3:18 am
Reputation: 43

Re: Legends of Idleon

Post by tibasichelp »

Link20 wrote:
Wed Jun 08, 2022 3:31 pm
tibasichelp wrote:
Wed Jun 08, 2022 3:17 pm
Link20 wrote:
Wed Jun 08, 2022 2:55 pm


Still doesn't work [Link] heres a screenshot
Use this one:
viewtopic.php?p=198916#p198916

everything i type in still come up as undefined..... this is what my folder looks like [Link]
Are you using InjectorCheatsF3 by Creater0822?
Image

User avatar
Link20
Noobzor
Noobzor
Posts: 10
Joined: Mon May 30, 2022 6:12 pm
Reputation: 0

Re: Legends of Idleon

Post by Link20 »

tibasichelp wrote:
Wed Jun 08, 2022 3:45 pm
Link20 wrote:
Wed Jun 08, 2022 3:31 pm
tibasichelp wrote:
Wed Jun 08, 2022 3:17 pm

Use this one:
viewtopic.php?p=198916#p198916

everything i type in still come up as undefined..... this is what my folder looks like [Link]
Are you using InjectorCheatsF3 by Creater0822?
Image
[Link] yeah I am, I even tried the one from here [Link]

User avatar
tibasichelp
Expert Cheater
Expert Cheater
Posts: 140
Joined: Mon Oct 18, 2021 3:18 am
Reputation: 43

Re: Legends of Idleon

Post by tibasichelp »

Link20 wrote:
Wed Jun 08, 2022 3:55 pm
tibasichelp wrote:
Wed Jun 08, 2022 3:45 pm
Link20 wrote:
Wed Jun 08, 2022 3:31 pm



everything i type in still come up as undefined..... this is what my folder looks like [Link]
Are you using InjectorCheatsF3 by Creater0822?
Image
[Link] yeah I am, I even tried the one from here [Link]
Hmm.. It's working for me.
Image

User avatar
Link20
Noobzor
Noobzor
Posts: 10
Joined: Mon May 30, 2022 6:12 pm
Reputation: 0

Re: Legends of Idleon

Post by Link20 »

tibasichelp wrote:
Wed Jun 08, 2022 4:33 pm
Link20 wrote:
Wed Jun 08, 2022 3:55 pm
tibasichelp wrote:
Wed Jun 08, 2022 3:45 pm


Are you using InjectorCheatsF3 by Creater0822?
Image
[Link] yeah I am, I even tried the one from here [Link]
Hmm.. It's working for me.
Image
no matter what I do every command comes up as "undefined"

User avatar
tibasichelp
Expert Cheater
Expert Cheater
Posts: 140
Joined: Mon Oct 18, 2021 3:18 am
Reputation: 43

Re: Legends of Idleon

Post by tibasichelp »

Link20 wrote:
Wed Jun 08, 2022 4:51 pm
tibasichelp wrote:
Wed Jun 08, 2022 4:33 pm
Link20 wrote:
Wed Jun 08, 2022 3:55 pm


[Link] yeah I am, I even tried the one from here [Link]
Hmm.. It's working for me.
Image
no matter what I do every command comes up as "undefined"
Then I would suggest doing manual edits to Z.js file.
viewtopic.php?p=208405#p208405

sapir5522
Noobzor
Noobzor
Posts: 11
Joined: Thu May 12, 2022 3:12 pm
Reputation: 2

Re: Legends of Idleon

Post by sapir5522 »

Laspil wrote:
Wed Jun 08, 2022 2:25 pm
sapir5522 wrote:
Tue Jun 07, 2022 3:46 pm
Laspil wrote:
Tue Jun 07, 2022 1:31 pm
I accidentaly got something in my inventory that i guess is not supposed to be there, now the game crashes everytime i open anything that shows my inventory what should i do? im thinking of using the ability that puts all your items in your inventory to your storage chest but i think that may break my chest and i really dont wanna make a new account ive spent a lot of time on this so if i cant fix my inventory thatll be fine but i cant play without opening my chest, so could anyone help me?

edit: just remembered i cant open the storage chest either
If its still in your inventory:
try to find out what inventory slot its in if you want to not wipe the entire inventory.
You can use idleonefficiency for this (in the players tab theres an inventory section)
once you know the inventory slot # it is in, you want to do the following:
assuming its in slot 9, lower the number by 1 and run:
b.engine.getGameAttribute("InventoryOrder")[8] = "Blank";

If you use the inject cheat you can run it with that (idk how since I don't use it).
If you just edit the Z.js file, you want to find a section of code that is simply to activate to add it to.
personally I added it to the part of the code that runs when you click to change presets (Not really a good place but it works)
search for GenINFO[119] , last result (should be 4) is in a line that checks if you are allowed to change presets (in town etc.)
add the b.engine.getGameAttribute("InventoryOrder")[8] = "Blank"; line above it.
go in game and try to change preset, hopefully that deletes your item successfully.


If you got it into your chest, you can probably do something similar, I believe b.engine.getGameAttribute("ChestOrder") refers to chest items but I'm not 100% on that

Hey thanks alot, i just wanted to ask you, how do you find all of this stuff? to me it sounds impossible, dont you have to look at all the code? Theres like 300k lines of code do you actually go trough all of that?


Some things are easier to find than others, but generally you start by searching for some known names/phrases from in game, that could get you a lot of search results or just a few with some luck. From there, if there its some detective work to figure out what code might be relevant.
In the case of wiping the inventory I mostly got the name references from other posts in this thread (The inject cheat wipe function).
Then, since I don't use the inject cheat I started thinking where I could force that line to run.

TLDR - Ctrl - F and detective work mostly. Being familiar with low level code helps a lot as well

Laspil
Noobzor
Noobzor
Posts: 12
Joined: Sun May 29, 2022 4:05 pm
Reputation: 1

Re: Legends of Idleon

Post by Laspil »

salmon85 wrote:
Sat Jun 12, 2021 4:35 pm
Lucifer M wrote:
Sat Jun 12, 2021 3:45 pm
salmon85 wrote:
Sat Jun 12, 2021 2:28 pm

Code: Select all

ItemToCraftCostTYPE = function ()
Is for all the anvil crafting costs (items)

its a few thousand lines long but using regex + notepad++ I replaced it all with

Code: Select all

["Copper", "0"]
so crafting is free now.
How exactly did you achieve that?


Copied the whole function into notepad++ (it's about a thousand lines of code)

used the find and replace feature with the following

find (with regex enabled)

Code: Select all

\[.*\]
replace with

Code: Select all

\["Copper", "0"\]
then do a normal find and search for

Code: Select all

["Copper", "0"],
replace with

Code: Select all

["Copper", "0"]
so it removes all the ,'s after the lines

then in notepad++ go edit -> Line operations -> remove consecutive duplicate lines (not remove duplicate lines)

you should be just left with single lines that looks like

Code: Select all

["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
then you juct copy and paste it over the top of the code in the .js file

Code: Select all

 Dc.ItemToCraftCostTYPE = function () {
                    return [
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ],
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ],
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ],
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ]
                    ]
Can you explain a little bit better? like what is regex and lets say im already using notepad++ what do i do then?

Post Reply

Who is online

Users browsing this forum: alchierevolution, coccocbot-web, deary5, LocoTM, Mahmed Terfas