Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Upload your cheat tables here (No requests)
DieATribe
Novice Cheater
Novice Cheater
Posts: 15
Joined: Thu May 05, 2022 3:41 pm
Reputation: 4

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by DieATribe »

BlackXIII wrote:
Fri Sep 09, 2022 7:24 am
DieATribe wrote:
Thu Sep 08, 2022 11:35 am
rjjweak wrote:
Thu Sep 08, 2022 6:36 am
is there a tutorial video on how to use this?
the tutorial is simple, open game, start an adventure and then click the scripts you want...
Hello mate. First of all, thank you for the table. Skip to Zone 1800 option doesn't seems to work on steam. Is it possible to update?
its working for myself, it is somewhat buggy and may require a reboot or two, just make sure you are in an adventure when you enable it and dont disable it unless

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

ArSo
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Sep 10, 2022 6:11 pm
Reputation: 0

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by ArSo »

Is this ct still working?
I cant get it to work with steam version and CE 7.4
eg error when trying to activate clicklevel 9999 - error while scanning for AOB's Not all results found

autoattach X'es correctly
but mainscript shows, error while scanning for AOB's Not all results found

shapka85
Expert Cheater
Expert Cheater
Posts: 114
Joined: Sun Oct 21, 2018 7:48 pm
Reputation: 20

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by shapka85 »

is it possible to change the "skip to zone" to 1500?
since the core can only go to 1499

DieATribe
Novice Cheater
Novice Cheater
Posts: 15
Joined: Thu May 05, 2022 3:41 pm
Reputation: 4

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by DieATribe »

if you use the core to keep skipping to 1499, you will get banned for atleast 24 hours
Attachments
IDLE-CHAMPIONS-v470-Admin-Pots-Haste-Speed-Click-Quest-Skip.CT
updated for new campaign
(17.96 KiB) Downloaded 762 times

bpx
Expert Cheater
Expert Cheater
Posts: 89
Joined: Tue Dec 01, 2020 9:53 am
Reputation: 10

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by bpx »

Any way to get pointers for seasonal quests? Milestone quests in particular. Checked for 4byte and Double but no chance

m1nxy1
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Oct 03, 2022 3:10 pm
Reputation: 0

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by m1nxy1 »

Hi there.

Not sure if this is still updating or not but It doesnt seem to work for me.
Mainscript is untickable and becomes red?

Frinkel
Expert Cheater
Expert Cheater
Posts: 71
Joined: Sun Sep 26, 2021 8:26 am
Reputation: 20

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by Frinkel »

Still working for me. thanks for the upload <3

wawu
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Sep 04, 2022 4:31 pm
Reputation: 2

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by wawu »

Freeze Briv Haste just stopped working today. It was working fine before and now I get <<The array of byte named brivskipendless could not be found>>

Frinkel
Expert Cheater
Expert Cheater
Posts: 71
Joined: Sun Sep 26, 2021 8:26 am
Reputation: 20

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by Frinkel »

Yep. Briv Haste stopped working for me today too

EDIT: I think I fixed it.

Put this instead of the older briv haste code:

Code: Select all

USEMONO()
[ENABLE]

aobscan(brivhaste999999,F2 41 0F 11 87 98 00 00 00) // should be unique
aobscan(brivskipendless,F2 41 0F 11 87 98 00 00 00) // should be unique
alloc(newmem,$1000,brivhaste999999)
registersymbol(brivhaste999999)
registersymbol(brivskipendless)

label(code)
label(return)
label(briv999999)

brivskipendless:
db 90 90 90 90 90 90 90 90

newmem:

code:
movsd xmm0,[briv999999]
  movsd [r15+00000098],xmm0
  jmp return

briv999999:
dq (double)999

brivhaste999999:
  jmp newmem
  nop 4
return:

[DISABLE]

brivhaste999999:
  db F2 41 0F 11 87 98 00 00 00

brivskipendless:
  db F2 41 0F 11 87 98 00 00 00


unregistersymbol(brivskipendless)
unregistersymbol(brivhaste999999)
dealloc(newmem)
Last edited by Frinkel on Thu Mar 09, 2023 11:56 pm, edited 1 time in total.

yayacj
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Dec 29, 2021 11:50 pm
Reputation: 0

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by yayacj »

Frinkel wrote:
Fri Oct 28, 2022 10:49 pm
Yep. Briv Haste stopped working for me today too

EDIT: I think I fixed it.

Put this instead of the older briv haste code:

Code: Select all

USEMONO()
[ENABLE]

aobscan(brivhaste999999,F2 41 0F 11 87 98 00 00 00) // should be unique
aobscan(brivskipendless,F2 41 0F 11 87 98 00 00 00) // should be unique
alloc(newmem,$1000,brivhaste999999)
registersymbol(brivhaste999999)
registersymbol(brivskipendless)

label(code)
label(return)
label(briv999999)

brivskipendless:
db 90 90 90 90 90 90 90 90

newmem:

code:
movsd xmm0,[briv999999]
  movsd [r15+00000098],xmm0
  jmp return

briv999999:
dq (double)999999

brivhaste999999:
  jmp newmem
  nop 4
return:

[DISABLE]

brivhaste999999:
  db F2 41 0F 11 87 98 00 00 00

brivskipendless:
  db F2 41 0F 11 87 98 00 00 00


unregistersymbol(brivskipendless)
unregistersymbol(brivhaste999999)
dealloc(newmem)
You're an angel. Thank you!

Frinkel
Expert Cheater
Expert Cheater
Posts: 71
Joined: Sun Sep 26, 2021 8:26 am
Reputation: 20

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by Frinkel »

Just a heads up... While this new code does work to get Briv instant stacks, it also seemed to put 999,999 Valentine stacks also, so it could potentially do insane Trials DPS that you may not want. It might also have other unintended effects that I am not aware of yet.

I'll post here if I fix it, but I don't think I know enough to be able to.

Sevorast72
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Mar 17, 2021 7:38 pm
Reputation: 0

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by Sevorast72 »

Frinkel wrote:
Fri Oct 28, 2022 10:49 pm
Yep. Briv Haste stopped working for me today too

EDIT: I think I fixed it.

Put this instead of the older briv haste code:

Code: Select all

USEMONO()
[ENABLE]

aobscan(brivhaste999999,F2 41 0F 11 87 98 00 00 00) // should be unique
aobscan(brivskipendless,F2 41 0F 11 87 98 00 00 00) // should be unique
alloc(newmem,$1000,brivhaste999999)
registersymbol(brivhaste999999)
registersymbol(brivskipendless)

label(code)
label(return)
label(briv999999)

brivskipendless:
db 90 90 90 90 90 90 90 90

newmem:

code:
movsd xmm0,[briv999999]
  movsd [r15+00000098],xmm0
  jmp return

briv999999:
dq (double)999999

brivhaste999999:
  jmp newmem
  nop 4
return:

[DISABLE]

brivhaste999999:
  db F2 41 0F 11 87 98 00 00 00

brivskipendless:
  db F2 41 0F 11 87 98 00 00 00


unregistersymbol(brivskipendless)
unregistersymbol(brivhaste999999)
dealloc(newmem)
This stopped working for me today.

deathmusa
Novice Cheater
Novice Cheater
Posts: 23
Joined: Fri Apr 03, 2020 5:48 am
Reputation: 1

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by deathmusa »

Frinkel wrote:
Fri Oct 28, 2022 10:49 pm
Yep. Briv Haste stopped working for me today too

EDIT: I think I fixed it.

Put this instead of the older briv haste code:

Code: Select all

USEMONO()
[ENABLE]

aobscan(brivhaste999999,F2 41 0F 11 87 98 00 00 00) // should be unique
aobscan(brivskipendless,F2 41 0F 11 87 98 00 00 00) // should be unique
alloc(newmem,$1000,brivhaste999999)
registersymbol(brivhaste999999)
registersymbol(brivskipendless)

label(code)
label(return)
label(briv999999)

brivskipendless:
db 90 90 90 90 90 90 90 90

newmem:

code:
movsd xmm0,[briv999999]
  movsd [r15+00000098],xmm0
  jmp return

briv999999:
dq (double)999999

brivhaste999999:
  jmp newmem
  nop 4
return:

[DISABLE]

brivhaste999999:
  db F2 41 0F 11 87 98 00 00 00

brivskipendless:
  db F2 41 0F 11 87 98 00 00 00


unregistersymbol(brivskipendless)
unregistersymbol(brivhaste999999)
dealloc(newmem)
this is causing ctd now. not sure if its due to the new heroes.

edit: seems working as long as Imoen is not in the party/levelled up

Frinkel
Expert Cheater
Expert Cheater
Posts: 71
Joined: Sun Sep 26, 2021 8:26 am
Reputation: 20

[ 9th March 2023 - UPDATE ]

Post by Frinkel »

[ 9th March 2023 - UPDATE ]

I have updated this script as a lot of it was slow and broken. This one works a lot better, faster, and doesn't crash. Enjoy.

Idle Champions

Code: Select all

Update Date:		9th March 2023
Process:		IdleDragons.exe
Build:			v0.500
CheatEngine:		7.50
Options:
  • Enable Admin
    This is an admin menu. You check this and then press Ctrl+A in game and an admin menu is in here. If you want gold, or to jump forward, do it here. If you jump too much, your account will get an ban for a few days, so don't abuse it.

    Recommended Use:
    • Fast Ultimates
    • Dmg Heroes: Off
    • Super Speed!
  • Free Click Upgrades
    Sets Click Upgrade to 0 cost.
  • Set Briv Haste
    Freezes Briv's Sprint Stacks. He needs 50+ stacks to jump. Default is 52 as you don't need any higher. If you want, you can change this value to whatever you want.
  • 1 Drop Completes Quest Requirements
    This option makes it so any drops instantly complete the area quest total.
  • Freeze Time
    This option freezes all potion time in the game.
Download:
230309 Idle Champions v500 FR.CT
(4.17 KiB) Downloaded 2266 times

AnonCod
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 28, 2020 10:47 am
Reputation: 0

Re: Idle Champions of the Forgotten Realms [09.01.2020] Completed.

Post by AnonCod »

Tried the table today, not working for 501. Throws an error about line 4 :(

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], Google Adsense [Bot], jfzavala2020, LegendZero88, Majestic-12 [Bot], PinocchioTeeHee, wuxiangjinxing