Search found 34 matches

by tympanicblock61
Sat Oct 14, 2023 1:01 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

has anyone else been getting this error ? Image
its because of

Code: Select all

Network.setRequestInterception
nvm fixed
by tympanicblock61
Sun Oct 08, 2023 10:35 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

load mods in idleon compile it yourself const spawn = require("child_process").spawn; const _ = require("lodash"); const CDP = require("chrome-remote-interface"); const fs = require("fs").promises; const atob = require("atob"); const btoa = require("btoa"); const Enquirer = require("enquirer"); asy...
by tympanicblock61
Sat Jul 01, 2023 3:39 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

async function fileExists(path) { try { await fs.access(path); console.log('File exists:', path); return true; } catch (error) { if (error.code === 'ENOENT') { console.log('File does not exist:', path); return false; } else { console.error('Error checking file existence:', error); throw error; } } ...
by tympanicblock61
Sat Jul 01, 2023 1:54 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

so i have almost figured out how the images get assigned to items and entities in legends of idleon i just cant open pak file if anyone knows how it would help if you would tell me
by tympanicblock61
Fri Jun 23, 2023 1:52 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

i cannot identify where the monsters and items get set their images :(
by tympanicblock61
Fri Jun 23, 2023 11:54 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

im going to add modding functionality basically because i have been wanting to do this for like a year now gonna work on events, chat stuff, adding items, changing items and maybe adding monsters adding items gonna be easy lol `bEngine.gameAttributes.h.ItemDefinitionsGET.h` https://i.ibb.co/1mycdMv/...
by tympanicblock61
Sun Nov 06, 2022 9:22 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

primedew wrote:
Sun Nov 06, 2022 3:50 pm
can the water droplets and talent be edited with the engine? I can't seem to find the correct value for droplet and talent points returning no result
why would you need talent points when you can just edit the talent level itself and talent max level
by tympanicblock61
Sat Nov 05, 2022 8:20 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

working on name spoof client side only tho i have this so far i would need to replace all references of the old name with the new name but i cant find any other references function nameSpoof(name) { const bEngine = this["com.stencyl.Engine"].engine const oldName = bEngine.getGameAttribute("UserInfo"...
by tympanicblock61
Fri Nov 04, 2022 11:52 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

https://pastebin.com/LA1hp3Bq Following on from https://fearlessrevolution.com/viewtopic.php?p=268697#p268697 New things added: w4 mainframe Enables mainframe bonuses without anyone in the lab. You can also set the value of those bonuses in many cases. take a look near the top of the file for mainf...
by tympanicblock61
Sun Oct 30, 2022 12:44 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

not all cheats have been ported from the old cheats only 4 have has : working keybinds working event logger working gui custom popup custom prompt custom injector: https://anonfiles.com/NeK0daFcyc/injectMenuV1_exe const cheats = {} var mainDone = false var proxyDone = false var events = [] var keybi...
by tympanicblock61
Sat Oct 29, 2022 10:34 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

ok some improvements since last time ive put my code here: fully working gui prompt was disabled so i had to make my own prompt function and it works event logger using setinterval keybinds using on keypress
by tympanicblock61
Sat Oct 29, 2022 2:33 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

bro i didnt need to mess with loops or proxys i could have just used setinterval to make it loop
by tympanicblock61
Fri Oct 28, 2022 11:23 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

Bro u do know this is the idleon topic? Yeah "bro", the time limit in idleon when claiming your rewards in idleon that you get from playing idleskilling PD: Found it, days left is stored in ("OptionsListAccount")[121] Could you make it a bit more clear? How do you set up waiting days to 0 ? In the ...
by tympanicblock61
Thu Oct 27, 2022 2:02 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

Might be able to make a way to make mods for idleon
by tympanicblock61
Thu Oct 27, 2022 11:27 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125617

Re: Legends of Idleon

yeah it did work so now I can make a gui