[Request] Lust Goddess [Steam]

Ask about cheats/tables for single player games here
Naveen2910
Expert Cheater
Expert Cheater
Posts: 55
Joined: Sat Jun 01, 2024 1:22 pm
Reputation: 11

Re: [Request] Lust Goddess [Steam]

Post by Naveen2910 »

LordMrEvil wrote:
Sun Aug 11, 2024 6:18 am
Nicks4202 wrote:
Sun Aug 11, 2024 1:34 am
LordMrEvil wrote:
Sun Aug 11, 2024 12:39 am


[Link]
im confused on how it works. can you make a video on the steps please

Although once you've decompiled it you then have to use that information to write a mod, that's not something I'm capable of so you'll have to figure out how to do that on your own
You can't dump them now they have encrypted the il2cpp files now not able to dump dummy dlls

zectflius
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Aug 15, 2024 3:01 am
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by zectflius »

Overwatch26 wrote:
Thu May 23, 2024 5:22 pm
[Link]
Hey Bro, the link is no longer working. Any chance to share it again?

wolf2c
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Aug 18, 2024 8:33 pm
Reputation: 1

Re: [Request] Lust Goddess [Steam]

Post by wolf2c »

Rize wrote:
Sun May 12, 2024 8:16 am
I try again with another account and keep a low profile while cheating and hadn't been ban so I here how to cheat for anyone want to try. Remember not to go overboard and get too strong too fast to keep your account healthy :roll:

First you'll need dnSpy. You can find it on github.
Open Adult_wars_Data\Managed\Assembly-CSharp.dll with dnSpy.
For free gacha
  • Go to NewAssets.Scripts.DataClasses -> BankSummonLot -> Price.
  • Right click on "if (this.FreeBuyTimesLeft > 0)" And choose Edit IL Instruction.
  • Click on ldc.i4.0(3rd one) and change it to ldc.i4.s.
  • Write -100 on the input box next to it.
  • Click OK
  • File -> Save All
[Link]
[Link]
For Instant crate opening
  • Go to NewAssets.Scripts.DataClasses -> ChestData -> GetOpenTime.
  • Right click on "return this._openTime * modifier" And choose Edit IL Instruction.
  • Click on ldarg.1 and change to ldc.r4.
  • Click OK
  • File -> Save All
[Link]
when i go to the game folder thru dnSpy, there is no "managed" folder! i go to S:\SteamLibrary\steamapps\common\Lust Goddess\Adult_wars_Data
NO "managed" folder

wolf2c
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Aug 18, 2024 8:33 pm
Reputation: 1

Re: [Request] Lust Goddess [Steam]

Post by wolf2c »

TheHeroDeservedALT wrote:
Sun May 19, 2024 5:21 pm
yes!!

aci232
Noobzor
Noobzor
Posts: 6
Joined: Mon Aug 19, 2024 3:34 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by aci232 »

is it any possible way to pay someone of you 10 dollars or maybe more and get me gems and credits or just make it to buy everything for free or something?

space1821
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Aug 25, 2024 12:18 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by space1821 »

LordMrEvil wrote:
Sun Aug 11, 2024 6:18 am
Nicks4202 wrote:
Sun Aug 11, 2024 1:34 am
LordMrEvil wrote:
Sun Aug 11, 2024 12:39 am


[Link]
im confused on how it works. can you make a video on the steps please

Although once you've decompiled it you then have to use that information to write a mod, that's not something I'm capable of so you'll have to figure out how to do that on your own
and then,, this happened
Initializing metadata...
System.IO.InvalidDataException: ERROR: Metadata file supplied is not valid metadata file.
at Il2CppDumper.Metadata..ctor(Stream stream) in C:\projects\il2cppdumper\Il2CppDumper\Il2Cpp\Metadata.cs:line 48
at Il2CppDumper.Program.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 124
at Il2CppDumper.Program.Main(String[] args) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 98
Press any key to exit...

Bea5T
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Aug 26, 2024 5:17 am
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by Bea5T »

CAN u teach me, from zero using this method?? i cant find how, even from here >> In dnSpy open Assembly-CSharp.dll (Lust Goddess\Adult_wars_Data\Managed).. sry..
inwhtmst wrote:
Tue May 21, 2024 6:59 pm
Guide on how to complete Roadmap and get event scene.

In dnSpy open Assembly-CSharp.dll (Lust Goddess\Adult_wars_Data\Managed)
Follow path: WindowScripts.EventRoadmap.EventRoadmapPagePresenter>GoToQuest
Screenshot
Image
Open GoToQuest
Right Click on GoToQuest>Change Method(C#)
Insert code like shown on screenshot

Code: Select all

 quest.SetCompleted(false);
Screenshot
Image
Click Compile
Then File>Save All

How to use:
Open event Roadmap, click on active quest and then click on "Go"
After doing so, return to quest you clicked and it will be complited.

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 »

space1821 wrote:
Sun Aug 25, 2024 1:06 pm
LordMrEvil wrote:
Sun Aug 11, 2024 6:18 am
Nicks4202 wrote:
Sun Aug 11, 2024 1:34 am

im confused on how it works. can you make a video on the steps please

Although once you've decompiled it you then have to use that information to write a mod, that's not something I'm capable of so you'll have to figure out how to do that on your own
and then,, this happened
Initializing metadata...
System.IO.InvalidDataException: ERROR: Metadata file supplied is not valid metadata file.
at Il2CppDumper.Metadata..ctor(Stream stream) in C:\projects\il2cppdumper\Il2CppDumper\Il2Cpp\Metadata.cs:line 48
at Il2CppDumper.Program.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 124
at Il2CppDumper.Program.Main(String[] args) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 98
Press any key to exit...
Unbelievable :cry:

vladizlav24
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Sep 01, 2024 4:54 am
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by vladizlav24 »

TheHeroDeservedALT wrote:
Sun May 19, 2024 5:21 pm
I been poking around and found a solution for you guys
When I first Tested It
Image

Now
Image
Image
Image


Just Reply if you'd like a knowhow
I lost access to my old account (forum account)
how?

decloudius2
Noobzor
Noobzor
Posts: 6
Joined: Fri Sep 06, 2024 12:51 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by decloudius2 »

TheHeroDeservedALT wrote:
Sun May 19, 2024 5:21 pm
I been poking around and found a solution for you guys
When I first Tested It
Image

Now
Image
Image
Image


Just Reply if you'd like a knowhow
I lost access to my old account (forum account)
we'd like some for sure

reeemixx
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Sep 06, 2024 1:56 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by reeemixx »

Noxxx88 wrote:
Mon May 20, 2024 2:24 am
Gems are Server sided in shop even when you change the price it will return the server price... get gem from event (Roulette> the hack is already posted ***dont abuse it)
sakurano1 wrote:
Sun May 19, 2024 11:57 pm
bro how to add gems ( that green thing )

TheHeroDeservedALT wrote:
Sun May 19, 2024 9:47 pm
Easy Path
How to set how much you want from buying something E.g Gems/Coins

Steps
Open dnspy and open the assemby-csharp file
Image
Press on the search bar next to start

Image
type in "set_quantity" it should lead you to "set_quantity NewAssets.Scripts.DataClasses.LevelReward"
The rest is straight forward from the images
Image

Image

Image

Image

Image

Image

Image

Image

Doing another post for prices just reply

so how do even find assembly-csharp in the game its not even there ?

tevlar82
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Feb 12, 2023 8:04 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by tevlar82 »

Dont know how "safe" it is but i found i could just enable speedhack in cheatengine and set it to 500 for box timers to run out, then set it back to 1 and open boxes.

Game will crash after that but you still get rewards from boxes.

Doctor-Thai
Noobzor
Noobzor
Posts: 6
Joined: Mon Sep 09, 2024 5:09 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by Doctor-Thai »

Can someone tell me how to get my acc unbanned? Is it possible to get it unbanned?

MrTank4D
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Sep 11, 2024 11:04 pm
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by MrTank4D »

LordMrEvil wrote:
Sun May 26, 2024 7:40 am
made a simple assembly-CSharp.dll that makes it so you can always buy stuff even if you cant afford and also makes it so theres no resource lost on buying stuff

edit: AAAANNNNDDDD im back with a funky new thingy, so i was able to mod it so that text chats and gallery is unlocked along with some other random stuff which goes through the isunlocked function thing i changed

extract into C:\Program Files (x86)\Steam\steamapps\common\Lust Goddess\Adult_wars_Data\Managed make backup of original dll and password is 1234
Been playing for a week now, but keep running out of gems. I refuse to purchase. Found this amazing board and discord (Thanks to all who's investing to the cheat codes).
I thought I was looking at the wrong place but finally at Page 10 you showed the actual location and I was looking at the right place. Only problem I find is that I do not have the "Managed" folder with the "assembly-CSharp.dll" file or anything?? I verified hiddem items is visable just incase the folder was hidden.
I'm confused...any suggestions?
*unable to paste screenshot here*

Loner247
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Sep 17, 2024 11:37 am
Reputation: 0

Re: [Request] Lust Goddess [Steam]

Post by Loner247 »

MrTank4D wrote:
Wed Sep 11, 2024 11:35 pm
LordMrEvil wrote:
Sun May 26, 2024 7:40 am
made a simple assembly-CSharp.dll that makes it so you can always buy stuff even if you cant afford and also makes it so theres no resource lost on buying stuff

edit: AAAANNNNDDDD im back with a funky new thingy, so i was able to mod it so that text chats and gallery is unlocked along with some other random stuff which goes through the isunlocked function thing i changed

extract into C:\Program Files (x86)\Steam\steamapps\common\Lust Goddess\Adult_wars_Data\Managed make backup of original dll and password is 1234
Been playing for a week now, but keep running out of gems. I refuse to purchase. Found this amazing board and discord (Thanks to all who's investing to the cheat codes).
I thought I was looking at the wrong place but finally at Page 10 you showed the actual location and I was looking at the right place. Only problem I find is that I do not have the "Managed" folder with the "assembly-CSharp.dll" file or anything?? I verified hiddem items is visable just incase the folder was hidden.
I'm confused...any suggestions?
*unable to paste screenshot here*

Game was updated and folder is not anymore in game files. I tried do dump gameassebly file to get to metadata but it shownig me wrong metadata type so idk what to do next

Post Reply

Who is online

Users browsing this forum: AlphaZulu, Baidu [Spider], daninthemix, raki_can