[Request] Microcosmum 2
[Request] Microcosmum 2
This game seems to have anticheat, and useful data cannot be found in both search or Assembly CSharp. DLL.
After finding a numerical value ,Mono addresses cannot be injected and cannot be jump to。
// ---------- INJECTING HERE ----------
Unity.Entities.EntityDataAccess:GetComponentData+91: 48 63 48 04 - movsxd rcx,dword ptr [rax+04]
// ---------- DONE INJECTING ----------
Unity.Entities.EntityDataAccess:GetComponentData+95: 89 4D CC - mov [rbp-34],ecx
Unity.Entities.EntityDataAccess:GetComponentData+98: 48 63 40 08 - movsxd rax,dword ptr [rax+08]
For such a mini game, the developer spent much more effort on anti-cheating than he did on making this mini game.
After finding a numerical value ,Mono addresses cannot be injected and cannot be jump to。
// ---------- INJECTING HERE ----------
Unity.Entities.EntityDataAccess:GetComponentData+91: 48 63 48 04 - movsxd rcx,dword ptr [rax+04]
// ---------- DONE INJECTING ----------
Unity.Entities.EntityDataAccess:GetComponentData+95: 89 4D CC - mov [rbp-34],ecx
Unity.Entities.EntityDataAccess:GetComponentData+98: 48 63 40 08 - movsxd rax,dword ptr [rax+08]
For such a mini game, the developer spent much more effort on anti-cheating than he did on making this mini game.
Re: [Request] Microcosmum 2
I am looking for this too, I have found Biomatter by searching Float, seems very easy and can be adjusted. Health, I have no idea.
Re: [Request] Microcosmum 2
Try this, let me know if it works.
Max Organism Stats [Highly possible it's just a visible change.]
Infinite Biomatter On Gain
Gain Biomatter On Spend
Max Organism Stats [Highly possible it's just a visible change.]
Infinite Biomatter On Gain
Gain Biomatter On Spend
Last edited by Send on Wed Mar 13, 2024 3:36 pm, edited 2 times in total.
Re: [Request] Microcosmum 2
Thanks for sharing this, unfortunately the max stats show on the info at the bottom but as far as I can tell they don't have any effect on the game. It could just be changing the number on screen. Maybe someone else could check too?
Re: [Request] Microcosmum 2
The access code for the special energy bar is this,It is a simple float number. but When clicked once its address will change once, the health address may have similar operations.
"lib_burst_generated.dll"+B4EB7:
db C4 A1 7A 10 94 35 C8 00 00 00
vmovss xmm2,[rbp+r14+000000C8]
"lib_burst_generated.dll"+B4EB7:
db C4 A1 7A 10 94 35 C8 00 00 00
vmovss xmm2,[rbp+r14+000000C8]
Re: [Request] Microcosmum 2
Thanks for letting me know, edited my original post.
Re: [Request] Microcosmum 2
If a scene has only one cell, then the address Will not change. The address can be searched. To find the health address, need a scene has only one cell and the health can be changed.
Skills no cooldown, if the enemy is same, please try to solve the share code by yourself.
When the scene has only one unit, the cooldown value is the maximum minus the reciprocal time, which is an increasing floating point number.
Skills no cooldown, if the enemy is same, please try to solve the share code by yourself.
When the scene has only one unit, the cooldown value is the maximum minus the reciprocal time, which is an increasing floating point number.
Last edited by longsers on Fri Mar 15, 2024 6:43 pm, edited 2 times in total.
Re: [Request] Microcosmum 2
This is really good! Thank youlongsers wrote: ↑Thu Mar 14, 2024 7:43 amIf a scene has only one cell, then the address Will not change. The address can be searched. To find the health address, need a scene has only one cell and the health can be changed.
Skills no cooldown, if the enemy is same, please try to solve the share code by yourself.
test1.CT
When the scene has only one unit, the cooldown value is the maximum minus the reciprocal time, which is an increasing floating point number.
Re: [Request] Microcosmum 2
Actually, scratch that. It also has the same for the AI, I just went into a battle and lost in about 5 secondsRisoobeon wrote: ↑Thu Mar 14, 2024 2:52 pmThis is really good! Thank youlongsers wrote: ↑Thu Mar 14, 2024 7:43 amIf a scene has only one cell, then the address Will not change. The address can be searched. To find the health address, need a scene has only one cell and the health can be changed.
Skills no cooldown, if the enemy is same, please try to solve the share code by yourself.
test1.CT
When the scene has only one unit, the cooldown value is the maximum minus the reciprocal time, which is an increasing floating point number.
Re: [Request] Microcosmum 2
Follow the ce tutorial to find the difference, which is very difficult, or use the search code to access the address, manually lock each address, and the address will change.
That aob result has two identical addresses and cannot be separated. Using the mono address ce jumps to weird places. This game is very troublesome.
Re: [Request] Microcosmum 2
Thanks for Test2, unfortunately it gives the same result.longsers wrote: ↑Thu Mar 14, 2024 7:43 amIf a scene has only one cell, then the address Will not change. The address can be searched. To find the health address, need a scene has only one cell and the health can be changed.
Skills no cooldown, if the enemy is same, please try to solve the share code by yourself.
test1.CT
test2.CT
When the scene has only one unit, the cooldown value is the maximum minus the reciprocal time, which is an increasing floating point number.
Re: [Request] Microcosmum 2
Building 100% is a floating point number of about 160, but after an interruption, the address changes when building again.The code has multiple duplicates and cannot be injected.
Each cell has a healing ability. When the health increases in the later stage, a cell with low health entering an empty scene will probably be able to search for the health address.
The generated cell mono address can be accessed after mono is activated, but it is not known if it is shared code。——
Microcosmum2.MapIncubatorsTimersHandler:UpdateTimers+9f
Countdown to Skill Upgrading——
Microcosmum2.UI.UIResearchProgress:SetProgress+23
Parts and research done immediately Because it's the exact same code,Cannot inject,It can be used by array scanning,Without restarting the game, the address remains the same
Airspace occupying cell
aobscan(ERROR: AOB,"48 63 48 04 89 4D CC 48 63 40 08 89 45 D0 48 63 45 C8" )
construct
aobscan(INJECT,48 63 48 08 89 4D D0 48 63 40 0C 89 45 D4 48 63 45 C8 )
Each cell has a healing ability. When the health increases in the later stage, a cell with low health entering an empty scene will probably be able to search for the health address.
The generated cell mono address can be accessed after mono is activated, but it is not known if it is shared code。——
Microcosmum2.MapIncubatorsTimersHandler:UpdateTimers+9f
Countdown to Skill Upgrading——
Microcosmum2.UI.UIResearchProgress:SetProgress+23
Parts and research done immediately Because it's the exact same code,Cannot inject,It can be used by array scanning,Without restarting the game, the address remains the same
Airspace occupying cell
aobscan(ERROR: AOB,"48 63 48 04 89 4D CC 48 63 40 08 89 45 D0 48 63 45 C8" )
construct
aobscan(INJECT,48 63 48 08 89 4D D0 48 63 40 0C 89 45 D4 48 63 45 C8 )
Last edited by longsers on Thu Mar 21, 2024 7:03 am, edited 6 times in total.
Re: [Request] Microcosmum 2
You are amazing!! Test 3 worked perefectly, I can use special ability without cooldown and it appears that the ai doesn't have the same ability. Strangely the turrets didn't seem to file at all (enemy) I haven't tried mine yet. I'll keep testing, thanks.longsers wrote: ↑Thu Mar 14, 2024 7:43 amIf a scene has only one cell, then the address Will not change. The address can be searched. To find the health address, need a scene has only one cell and the health can be changed.
Skills no cooldown, if the enemy is same, please try to solve the share code by yourself.
test3.CT
When the scene has only one unit, the cooldown value is the maximum minus the reciprocal time, which is an increasing floating point number.
Re: [Request] Microcosmum 2
Also this works very well with Test 3.
viewtopic.php?t=28257
viewtopic.php?t=28257
Who is online
Users browsing this forum: AmazonBot, Arklain, Google Adsense [Bot], ogmfpsrw, TheRedFear, toydefenser