[Request] Mindustry
[Request] Mindustry
Game Name: Mindustry
Game Engine: libGDX
Game Version: 4.0 Build 91
Options Required: instant mining
Game/Steam Website: [Link]
Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies.
Game Engine: libGDX
Game Version: 4.0 Build 91
Options Required: instant mining
Game/Steam Website: [Link]
Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies.
Re: [Request] Mindustry
I second this.
Re: [Request] Mindustry
Mindustry is now on Steam too.
Game/Steam Website:
Resource values in the 'Core' are 4-byte. But those are only used for construction and 'delivery' after a mission. The Core won't accept every type of resource, either. Kind of confusing there. Fun game though. Heh.
I'd really like a way to stop the spawn timer though. I enjoy the building aspect, but I've never been that good under pressure. So a simple option would be great, thanks!
Game/Steam Website:
Resource values in the 'Core' are 4-byte. But those are only used for construction and 'delivery' after a mission. The Core won't accept every type of resource, either. Kind of confusing there. Fun game though. Heh.
I'd really like a way to stop the spawn timer though. I enjoy the building aspect, but I've never been that good under pressure. So a simple option would be great, thanks!
-
- What is cheating?
- Posts: 2
- Joined: Fri Mar 03, 2017 6:00 pm
- Reputation: 0
Re: [Request] Mindustry
I dont know how to stop the timer, but I figured out the address to increase it.Viken wrote: ↑Sun Sep 29, 2019 2:54 amMindustry is now on Steam too.
Game/Steam Website:
Resource values in the 'Core' are 4-byte. But those are only used for construction and 'delivery' after a mission. The Core won't accept every type of resource, either. Kind of confusing there. Fun game though. Heh.
I'd really like a way to stop the spawn timer though. I enjoy the building aspect, but I've never been that good under pressure. So a simple option would be great, thanks!
8122EB58
At least thats what it was for me. On stained mountains I think it was. Not sure if the timer is the same address on each map or not. Timer was/is a major thing for me as well, so I know your pain.
*EDIT*
Hmmm...I reloaded the game and had to find the address again since apparently it changed. This time it was 813AD000
Re: [Request] Mindustry
Still trying to pin the codes down...they seem to change after I close the game and open it again.
Re: [Request] Mindustry
My rudimentory method
I search for Copper. Find 1 or 2 results. I do a "dissect Data/Structures" et give all ressources 9 999 999.
[Link]
The results of memory addresses changes over time. We can't freeze them or maybe just the couple first minutes.
I tried "what writes this address" but I'm not familiar with the complex code (for me ) like :
mov [rdx+rbx*4+10],eax
So, I stick with the first method for now
Edit: Update
I unpause the game and the values change by itself
[Link]
I search for Copper. Find 1 or 2 results. I do a "dissect Data/Structures" et give all ressources 9 999 999.
[Link]
The results of memory addresses changes over time. We can't freeze them or maybe just the couple first minutes.
I tried "what writes this address" but I'm not familiar with the complex code (for me ) like :
mov [rdx+rbx*4+10],eax
So, I stick with the first method for now
Edit: Update
I unpause the game and the values change by itself
[Link]
Re: [Request] Mindustry
After hours searching for answers, I found some pointers but I guess they're not proper pointers.
I also found this game work on java. That's why the adresses change. My pointers work at the beginning and they break the moment the game change the adresses.
Here's my outstanding masterpiece
Load the game
Launch CE
Attach/Load Table
Launch a map
Change value and enjoy
I also found this game work on java. That's why the adresses change. My pointers work at the beginning and they break the moment the game change the adresses.
Here's my outstanding masterpiece
Load the game
Launch CE
Attach/Load Table
Launch a map
Change value and enjoy
- Attachments
-
- Mindustry.CT
- (64.58 KiB) Downloaded 1670 times
Re: [Request] Mindustry
can we get an update?Kraash wrote: ↑Sat Oct 12, 2019 5:02 pmAfter hours searching for answers, I found some pointers but I guess they're not proper pointers.
I also found this game work on java. That's why the adresses change. My pointers work at the beginning and they break the moment the game change the adresses.
Here's my outstanding masterpiece
Load the game
Launch CE
Attach/Load Table
Launch a map
Change value and enjoy
Re: [Request] Mindustry
I did not update the cheat table, I'm too lazy
I've found 2 interesting cheat mods on the steam workshop, zmod is one of them.
I've found 2 interesting cheat mods on the steam workshop, zmod is one of them.
Re: [Request] Mindustry
Would you kindly tell us, how did you find the time variable? Address is always different for almost everything.Raigoth wrote: ↑Mon Sep 30, 2019 8:04 amI dont know how to stop the timer, but I figured out the address to increase it.
8122EB58
At least thats what it was for me. On stained mountains I think it was. Not sure if the timer is the same address on each map or not. Timer was/is a major thing for me as well, so I know your pain.
*EDIT*
Hmmm...I reloaded the game and had to find the address again since apparently it changed. This time it was 813AD000
-
- What is cheating?
- Posts: 2
- Joined: Tue Oct 06, 2020 3:39 pm
- Reputation: 0
Re: [Request] Mindustry
I don't know if it's still working.Nili3000042 wrote: ↑Tue Oct 06, 2020 3:41 pmCould you please post the Link or the Name of those Mods thank you
[Link]
[Link]
-
- What is cheating?
- Posts: 2
- Joined: Tue Oct 06, 2020 3:39 pm
- Reputation: 0
Re: [Request] Mindustry
ThanksKraash wrote: ↑Fri Oct 09, 2020 3:38 pmI don't know if it's still working.Nili3000042 wrote: ↑Tue Oct 06, 2020 3:41 pmCould you please post the Link or the Name of those Mods thank you
[Link]
[Link]
Re: [Request] Mindustry
Resource values are 4-byte. These can be found easily by searching for your copper amount, mining/spending a little, then searching again.
Other resources are in the same memory region.
Countdown timer is Float. This can be found by multiplying the seconds by 60. So if there's a minute value you can multiply it by 3600 and use "value between" search.
Assume you paused the timer and it reads 2:56 in this example. Search for Float, Value between 3600*2+50*60 and 3600*3. Unpause the game for a sec. Rescan "decreased value" then "value between" again.
Every time I've done this, I get a single value. Just repeat if you have multiple values.
Just add a bunch of time by moving the decimal place a couple digits. DO NOT FREEZE THIS VALUE as it may change and crash the game.
Other resources are in the same memory region.
Countdown timer is Float. This can be found by multiplying the seconds by 60. So if there's a minute value you can multiply it by 3600 and use "value between" search.
Assume you paused the timer and it reads 2:56 in this example. Search for Float, Value between 3600*2+50*60 and 3600*3. Unpause the game for a sec. Rescan "decreased value" then "value between" again.
Every time I've done this, I get a single value. Just repeat if you have multiple values.
Just add a bunch of time by moving the decimal place a couple digits. DO NOT FREEZE THIS VALUE as it may change and crash the game.
Who is online
Users browsing this forum: firefury101, OBiscu1t