[Request] Lust Goddess [Steam]

Ask about cheats/tables for single player games here
Bengelbrot
Novice Cheater
Novice Cheater
Posts: 17
Joined: Thu Jun 06, 2024 12:12 pm
Reputation: 2

Re: [Request] Lust Goddess [Steam]

Post by Bengelbrot »

try this after installing the files.but like i said.i dont know anything about this haha.i just did what was written there.hope i could help.

Cloudream
Noobzor
Noobzor
Posts: 10
Joined: Sun May 26, 2024 8:42 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by Cloudream »

Bengelbrot wrote:
Fri Jun 07, 2024 9:43 pm
diez37 wrote:
Wed Jun 05, 2024 6:10 pm
for those who want to play on a blocked account, you can do a bypass yourself, at least it worked on my previous builds

download [Link]

open the file SteamLibrary\steamapps\common\Lust Goddess\Adult_wars_Data\Managed\Assembly-CSharp.dll

find the function TestHandleUrlError

and find the following section in this function

Code: Select all

Debug.LogError("!!!!!!!!!!!!!!!CHEATER!!!!!!!!!!!!!!!");
DelayedActionsHandler.WaitForCondition(() => Localization.LoadedAndReady, delegate
{
    PnkHandler.TryShowErrorWindow(url, error);
});
return;
select the next piece

Code: Select all

DelayedActionsHandler.WaitForCondition(() => Localization.LoadedAndReady, delegate
{
	PnkHandler.TryShowErrorWindow(url, error);
});
right-click and select Edit Instructions IL

A new window will open, after which just press the key on your keyboard Delete

Click OK if the section in the function looks like

Code: Select all

Debug.LogError("!!!!!!!!!!!!!!!CHEATER!!!!!!!!!!!!!!!");
return;
then everything is ok, press the key combination ctl+shift+s and click ok, after compilation is complete you can play

if the whole code starts to look like a piece of crap, or if a section of the code differs from the example, press ctrl+z and start over again


I don’t know how it is now, before it allowed me to start the game and continue playing
I appreciate the help! just tried this, I even installed the files afterwards/before and still get the same error, but i think if you are getting a "cheater" ban message then yes i think this should work as well as everything else that bypasses it. I am having a network error code issue which is different type ban? i guess? I am also having the same issue with my alt accounts but even though im on different accounts it's still saying the same ID as my main account so maybe it's a IP ban but idk, still looking into this

Bengelbrot
Novice Cheater
Novice Cheater
Posts: 17
Joined: Thu Jun 06, 2024 12:12 pm
Reputation: 2

Re: [Request] Lust Goddess [Steam]

Post by Bengelbrot »

i deleted and reinstall again just to make sure again and i just saw you dont even need to delete the lines i mentioned before. for me it works so i dont know this is way above my knowledge haha

realmanX
Cheater
Cheater
Posts: 32
Joined: Fri May 27, 2022 7:22 pm
Reputation: 1

Re: [Request] Lust Goddess [Steam]

Post by realmanX »

Cloudream wrote:
Fri Jun 07, 2024 10:04 pm
Bengelbrot wrote:
Fri Jun 07, 2024 9:43 pm
diez37 wrote:
Wed Jun 05, 2024 6:10 pm
for those who want to play on a blocked account, you can do a bypass yourself, at least it worked on my previous builds

download [Link]

open the file SteamLibrary\steamapps\common\Lust Goddess\Adult_wars_Data\Managed\Assembly-CSharp.dll

find the function TestHandleUrlError

and find the following section in this function

Code: Select all

Debug.LogError("!!!!!!!!!!!!!!!CHEATER!!!!!!!!!!!!!!!");
DelayedActionsHandler.WaitForCondition(() => Localization.LoadedAndReady, delegate
{
    PnkHandler.TryShowErrorWindow(url, error);
});
return;
select the next piece

Code: Select all

DelayedActionsHandler.WaitForCondition(() => Localization.LoadedAndReady, delegate
{
	PnkHandler.TryShowErrorWindow(url, error);
});
right-click and select Edit Instructions IL

A new window will open, after which just press the key on your keyboard Delete

Click OK if the section in the function looks like

Code: Select all

Debug.LogError("!!!!!!!!!!!!!!!CHEATER!!!!!!!!!!!!!!!");
return;
then everything is ok, press the key combination ctl+shift+s and click ok, after compilation is complete you can play

if the whole code starts to look like a piece of crap, or if a section of the code differs from the example, press ctrl+z and start over again


I don’t know how it is now, before it allowed me to start the game and continue playing
I appreciate the help! just tried this, I even installed the files afterwards/before and still get the same error, but i think if you are getting a "cheater" ban message then yes i think this should work as well as everything else that bypasses it. I am having a network error code issue which is different type ban? i guess? I am also having the same issue with my alt accounts but even though im on different accounts it's still saying the same ID as my main account so maybe it's a IP ban but idk, still looking into this
i think it's id ban,try change your profile id...how ? i don't know...tech me.

Cloudream
Noobzor
Noobzor
Posts: 10
Joined: Sun May 26, 2024 8:42 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by Cloudream »

if you change your ID then you honestly never get banned, but idk if it works like that, is there a way to change ID?

Sharp17
Novice Cheater
Novice Cheater
Posts: 23
Joined: Thu May 16, 2024 4:38 pm
Reputation: 2

Re: [Request] Lust Goddess [Steam]

Post by Sharp17 »

is possible to change the player ID in the game files? maybe using the developer ID …

skavenuk
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Jun 04, 2024 12:00 am
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by skavenuk »

Poking around the assembly-CSharp.dll. Anyone know where in dnSpy you set the credit shop prices? Thought it might of been under the ShopData section

User avatar
45hgv43whgf
Expert Cheater
Expert Cheater
Posts: 437
Joined: Fri May 31, 2024 5:19 pm
Reputation: 329

Re: [Request] Lust Goddess [Steam]

Post by 45hgv43whgf »

skavenuk wrote:
Sat Jun 08, 2024 4:12 am
Poking around the assembly-CSharp.dll. Anyone know where in dnSpy you set the credit shop prices? Thought it might of been under the ShopData section
get_Price
in
BankLotData

change
this._price = value;
to
this._price = -1000;

or any other value

skavenuk
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Jun 04, 2024 12:00 am
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by skavenuk »

skavenuk wrote:
Sat Jun 08, 2024 4:12 am
get_Price
in
BankLotData

change
this._price = value;
to
this._price = -1000;

or any other value
Perfect, thanks!

realmanX
Cheater
Cheater
Posts: 32
Joined: Fri May 27, 2022 7:22 pm
Reputation: 1

Re: [Request] Lust Goddess [Steam]

Post by realmanX »

anyone knows how to make hash files to avoid ban please ? i have another game that has anticheat system and i want to...cheat there too...how to make hash files from same game files ? private message me the steps ? thanks

rianraka
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jun 06, 2024 9:49 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by rianraka »

I only have 1 computer to play lust goddess, and I have 1 account that is blocked and 1 new account, all games on the old steam account are also found on the new account, so if I want to stir up the old lust goddess files and I think it will endanger the new lust goddess account. 5 lust goddess accounts are banned, for the masters, is there a solution?

tera
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jun 04, 2024 7:13 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by tera »

Cloudream wrote:
Fri Jun 07, 2024 10:04 pm
Bengelbrot wrote:
Fri Jun 07, 2024 9:43 pm
diez37 wrote:
Wed Jun 05, 2024 6:10 pm
for those who want to play on a blocked account, you can do a bypass yourself, at least it worked on my previous builds

download [Link]

open the file SteamLibrary\steamapps\common\Lust Goddess\Adult_wars_Data\Managed\Assembly-CSharp.dll

find the function TestHandleUrlError

and find the following section in this function

Code: Select all

Debug.LogError("!!!!!!!!!!!!!!!CHEATER!!!!!!!!!!!!!!!");
DelayedActionsHandler.WaitForCondition(() => Localization.LoadedAndReady, delegate
{
    PnkHandler.TryShowErrorWindow(url, error);
});
return;
select the next piece

Code: Select all

DelayedActionsHandler.WaitForCondition(() => Localization.LoadedAndReady, delegate
{
	PnkHandler.TryShowErrorWindow(url, error);
});
right-click and select Edit Instructions IL

A new window will open, after which just press the key on your keyboard Delete

Click OK if the section in the function looks like

Code: Select all

Debug.LogError("!!!!!!!!!!!!!!!CHEATER!!!!!!!!!!!!!!!");
return;
^^^^ Remove this line too^^^^
then everything is ok, press the key combination ctl+shift+s and click ok, after compilation is complete you can play
And I used files

lolface345y
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Jun 04, 2024 3:40 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by lolface345y »

I would really like to open the cheat menu, but unfortunately I can’t find IsQaAccount
inwhtmst wrote:
Wed May 22, 2024 3:26 pm
Guide on how to activate Lust Goddes cheat menu.

I cannot guarantee the security of your account, giving yourself resources is the most dangerous thing on the menu, some functions may not work as they were introduced to test earlier versions. I recommend trying out the features on something other than your main account first.

Also in battle you will have a WIN button, clicking on it instantly wins the battle (seems safe, I wasn’t banned).

1. Enabling cheats menu
  • Search for EnableCheats class (NewAssets.Scripts.UtilScripts)
  • Click on IsRealQaAccount and change it, it should return true:
Code

Code: Select all

public bool IsRealQaAccount
		{
			get
			{
				return true;
			}
		}
  • Also change IsQaAccount which is located higher the same way.
  • Go back to EnableCheats class, Right Click>Change Instructions(IL).
  • In first row (index 0) select ldc.i4, your EnableCheats class should look like this:
Code

Code: Select all

public static bool EnableCheats
		{
			get
			{
				return 0 != 4 && ProfileHandler.Instance.IsRealQaAccount;
			}
		}
  • Cheats menu enabled.
2. Disabling cheat flags
  • Follow path: UI_Scripts.WindowManager>CheatWindow(there should be around 1200 rows of code)
  • Right Click in code section>Edit Class(C#).
  • Ctrl+F or Right Click>Search. Type CheatMenuUsed
  • Click on arrow left to the search bar and type HintShown
  • Click on button Replace everything
  • Compile, File>Save All
  • Menu button should appear at main screen.

User avatar
45hgv43whgf
Expert Cheater
Expert Cheater
Posts: 437
Joined: Fri May 31, 2024 5:19 pm
Reputation: 329

Re: [Request] Lust Goddess [Steam]

Post by 45hgv43whgf »

lolface345y wrote:
Sat Jun 08, 2024 2:33 pm
I would really like to open the cheat menu, but unfortunately I can’t find IsQaAccount
havent figured it out too, code has changed since then, theres no IsQaAccount but there is is_qa_account.
at best i could get the button itself to open the menu but it didnt open it.

Bengelbrot
Novice Cheater
Novice Cheater
Posts: 17
Joined: Thu Jun 06, 2024 12:12 pm
Reputation: 2

Re: [Request] Lust Goddess [Steam]

Post by Bengelbrot »

same here.i can press the button when its activated but nothing happens.press and hold the button kinda freezes it for a second.strange.

Post Reply

Who is online

Users browsing this forum: AhrefsBot, blbuchanan23, Ceanura, Google Adsense [Bot], Nebulalala, Sogou, wizardboy16