Secrets of Grindea [Steam]

Upload your cheat tables here (No requests)
rafaelrennow
Cheater
Cheater
Posts: 31
Joined: Thu Oct 19, 2017 1:31 pm
Reputation: 6

Re: Secrets of Grindea [Steam]

Post by rafaelrennow »

Kerus wrote:
Sun Mar 03, 2024 8:11 am
I found a workable table from website, created by Sepp.

[Link]
Thanks a lot! I don't know what the person above did wrong, but it downloaded without any issues for me and it's working.

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

Prydain
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sat May 05, 2018 9:43 pm
Reputation: 2

Re: Secrets of Grindea [Steam]

Post by Prydain »

@sannotsuki

Mine was listed on lines 478-480. I used edit method on those lines and changed it to:

int iGuarantee = iCardDrop * 30000;
int iGracePeriod = iCardDrop / 2;
double dAddedChance = 100.0;

With that edit I get a card drop every first kill.

tkalt1495
What is cheating?
What is cheating?
Posts: 3
Joined: Wed May 31, 2023 11:00 am
Reputation: 0

Re: Secrets of Grindea [Steam]

Post by tkalt1495 »

@Prydain

Hi, can you please explain what and how are you editing?

Prydain
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sat May 05, 2018 9:43 pm
Reputation: 2

Re: Secrets of Grindea [Steam]

Post by Prydain »

Using dnSpy on the SoG.exe as mentioned.
You load up dnSpy, Select "open" in the menu bar, then select your SoG.exe.
Helps to use the search function after and search for _enemy_droploot.

If anyone knows any other edits please share ^_^

stoondevton
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Oct 13, 2020 8:05 pm
Reputation: 0

Re: Secrets of Grindea [Steam]

Post by stoondevton »

Prydain wrote:
Mon Mar 04, 2024 8:10 pm
Using dnSpy on the SoG.exe as mentioned.
You load up dnSpy, Select "open" in the menu bar, then select your SoG.exe.
Helps to use the search function after and search for _enemy_droploot.

If anyone knows any other edits please share ^_^
So I decompiled SoG.exe and found _enemy_droploot and the lines you mention:

int iGuarantee = iCardDrop * 30000;
int iGracePeriod = iCardDrop / 2;
double dAddedChance = 100.0;

How do I edit the actual numbers? If I use the edit command to change the numbers, when I recompile it gives me errors and doesn't save my changes. What am I doing wrong?

Thanks in advance

Prydain
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sat May 05, 2018 9:43 pm
Reputation: 2

Re: Secrets of Grindea [Steam]

Post by Prydain »

I can only use dnSpy at a very basic level myself, so I can't really help you.
For me selecting the line, right clicking and selecting "Edit Method" then changing the numbers, compiling, saving module is what works for me.
Not sure if you are doing something by mistake or, and most likely, there is something wrong with your file(maybe restrictions?) or even your dnSpy might be restricted.

Sorry I can't be of much help.

Also

Lines 213-214

Change to:

int num11 = (int)((float)num10 * (SpellVariable.Get(SpellVariable.Handle.Misc_PotionLoot_ChanceIncrease) / 1f));
num11 = (int)((float)num11 * (1f + SpellVariable.Get(SpellVariable.Handle.Talent_FineTaste_BonusEffect) * (float)num8 / 1f));


Now when you drink the loot potion, enemies drop all their loot!

User avatar
Noire Blackheart
Expert Cheater
Expert Cheater
Posts: 368
Joined: Mon Mar 27, 2017 2:36 pm
Reputation: 50

Re: Secrets of Grindea [Steam]

Post by Noire Blackheart »

Editing the exe does flag the antipiracy, not 100% sure what it does apart from change the loading screen to "if you like the game please buy it"

Sorairo
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 05, 2024 12:35 pm
Reputation: 10

Re: Secrets of Grindea [Steam]

Post by Sorairo »

Done with this game, here's my table.

Features:
- 100% Crit Chance
- 100% Drop Chance
- Always Perfect Block
- EP Cost
- Free Craft
- Fish Never Moves
- Instant Charge
- ...
NOTE: Scripts can't be activated until you do certain action in-game (just kill a mob is enough to activate most of them)
Attachments
Secrets Of Grindea.CT
(5.92 KiB) Downloaded 718 times

sdnuchen
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jan 14, 2023 4:56 pm
Reputation: 0

Re: Secrets of Grindea [Steam]

Post by sdnuchen »

sannotsuki wrote:
Sat Mar 02, 2024 10:25 pm

find the _Enemy_DropLoot under /sog/game1/

edit with C#

Code: Select all

int num40 = iCardDropChance * 100000;
		int num41 = iCardDropChance / 2;
		double num42 = 1.0;
then compile this and save the exe file

Ok, I got until that part, but int's have changed position on the and are now close to 450. But after I tried to change it, the game says that was not made to my windows version. Any suggestions?
hey,i think i have found the way to change the dropchance of v1.0.

firstly, still find 'the _Enemy_DropLoot' under '/sog/game1/', after that, you need to find code below:

Code: Select all

int iCardDrop = xEnemy.xEnemyDescription.iCardDropChance;
add a line of code on its next line'double dCardChance = 1.0;', don't miss ' ; '
secondly, find the following code:

Code: Select all

dCardChance = 1.0 / (double)iCardDrop + dAddedChance;
change it to 'dCardChance = 1.0;'. then, in the if statement on the next line, set 'dCardChance=0.7;' Change to 'dCardChance=1.0;'

finally, you can enjoy the fun of the game!

Blackthorn11
Cheater
Cheater
Posts: 28
Joined: Fri Sep 21, 2018 10:19 am
Reputation: 1

Re: Secrets of Grindea [Steam]

Post by Blackthorn11 »

I believe Rhark has a trainer for this that is up to date might check with him.

rafaelrennow
Cheater
Cheater
Posts: 31
Joined: Thu Oct 19, 2017 1:31 pm
Reputation: 6

Re: Secrets of Grindea [Steam]

Post by rafaelrennow »

Sorairo wrote:
Tue Mar 05, 2024 1:12 pm
Done with this game, here's my table.

Features:
- 100% Crit Chance
- 100% Drop Chance
- Always Perfect Block
- EP Cost
- Free Craft
- Fish Never Moves
- Instant Charge
- ...
NOTE: Scripts can't be activated until you do certain action in-game (just kill a mob is enough to activate most of them)
Hello! It's working great, but what does "Lady Luck" and "Misc" do?
I don't know if you want feedback, but the fishing cheat, if on, might make you fail the fishing instantly, so for those having this problem, set a hotkey and use it whenever you confirm a fish bite after the "!".

Chindopopito
Cheater
Cheater
Posts: 49
Joined: Wed Apr 26, 2023 4:40 pm
Reputation: 21

Re: Secrets of Grindea [Steam]

Post by Chindopopito »

Sorairo wrote:
Tue Mar 05, 2024 1:12 pm
Done with this game, here's my table.

Features:
- 100% Crit Chance
- 100% Drop Chance
- Always Perfect Block
- EP Cost
- Free Craft
- Fish Never Moves
- Instant Charge
- ...
NOTE: Scripts can't be activated until you do certain action in-game (just kill a mob is enough to activate most of them)
This one works 100%. Thanks for sharing :)
P.S. If you guys are using the official game, don't mess with the exe, it will flag you for cheating and in the arcade mode, you'll be sent to the ladder of shame. So keep that in mind.

Sorairo
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 05, 2024 12:35 pm
Reputation: 10

Re: Secrets of Grindea [Steam]

Post by Sorairo »

rafaelrennow wrote:
Wed Mar 06, 2024 2:46 pm
Hello! It's working great, but what does "Lady Luck" and "Misc" do?
I don't know if you want feedback, but the fishing cheat, if on, might make you fail the fishing instantly, so for those having this problem, set a hotkey and use it whenever you confirm a fish bite after the "!".
The "Misc" script allows "Last Spark" and "Manaburn" to function even if the conditions aren't met.
Regarding the "Lady Luck" you have a 100% chance to dodge attacks (need to put atleast 1 point in the talent)
"Fishing" works properly for me in both story and arcane modes, so the issue might be related to in-game settings or save file?

TomoPower
Noobzor
Noobzor
Posts: 5
Joined: Thu Feb 16, 2023 8:30 pm
Reputation: 0

Re: Secrets of Grindea [Steam]

Post by TomoPower »

Don't know if it is possible but is there a way to make a cheat that auto clears the challenge rooms in arcade mode? I want the trophy decorations but I am getting tired of failing them and then having to hope they reappear again.

Sorairo
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 05, 2024 12:35 pm
Reputation: 10

Re: Secrets of Grindea [Steam]

Post by Sorairo »

TomoPower wrote:
Thu Mar 07, 2024 10:56 am
Don't know if it is possible but is there a way to make a cheat that auto clears the challenge rooms in arcade mode? I want the trophy decorations but I am getting tired of failing them and then having to hope they reappear again.
I've only encountered 3 types of challenges so far.
For "Don't Get Hit" you can either work with timer or collision (same function as my block and dodge).
For "Perfect Block" it's easier just use my cheat.
I never failed the bow challenge, so idk the condition.
TIP: Set the speedhack to 0.25 to make things easier.
There may be a way to alter the flag even if you fail the challenge, but I have never tried, so good luck.

Post Reply

Who is online

Users browsing this forum: 37miffy, AhrefsBot, Aranaktu, Bing [Bot], bluemoon27112, chlorine03, Google Adsense [Bot], krypton1337, MatBap7, MrHitman, nangdoofer, Sushi-Maki, uncleku9, Xzib