Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


More Ore helpp

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
ogiboyy
How do I cheat?
Reputation: 0

Joined: 17 Jun 2022
Posts: 1

PostPosted: Fri Jun 17, 2022 7:56 am    Post subject: More Ore helpp Reply with quote

Hey guysss I m trying to use cheat engine on a game called more ore. its browser based clicker/idler game and i cant make it work pls hlp Rolling Eyes

how to decode its save that would be helpfull too!
Back to top
View user's profile Send private message
Frouk
Master Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 489
Location: mov dword ptr [Ukraine]

PostPosted: Sun Jun 19, 2022 11:48 am    Post subject: Reply with quote

you can't hack browser games if they don't have client save data
or you can just make autoclciker in CE

_________________
void(__cdecl *Haxing)(HWND hGameWindow)
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Sun Jun 19, 2022 7:20 pm    Post subject: Reply with quote

This game is entirely client sided so you can cheat pretty easily. Since it is a browser game, you need to use Javascript.
Any modern browser will work fine as you just need access to the developer tools of the browser.

For Chrome, you can do this by right-clicking anywhere and choosing 'Inspect' or pressing 'F12' (by default) to open the dev tools.

To give a quick rundown, you would need to find where the game stores the important scripts you would want to look at. For that, you can go to the 'Sources' tab and look at the layout of the files that the site loaded. The main HTML of the site is marked as '(index)'. Lookg at that you can pretty the code (press the {} button on Chrome for this or use a site to generate pretty code for HTML/JS) and see that the main included script is done via:

Code:
scripts.6f9303af.js


So you can find that script in the 'Sources' list and make that pretty as well.

Here you can see how the game is loading this script. If you're familiar with writing JS apps and such, you'll notice this script is multiple scripts minified into one, using a call to 'require' scripts which is: parcelRequire

Skimming through the source you can find the strings and elements that contain the games state, your inventory, ore count, etc. which are stored inside of a global 'State'. This State object is minified and renamed to a require instead, called 'ibrd'

Code:
"./State": "ibrd"


From there you can then require the object yourself and see your information and modify your inventory as you see fit.

In the developer tools, go to the 'Console' tab and then enter:

Code:
window.parcelRequire('ibrd').State


This will show the full state and all sub-elements of the state.

For example, to directly edit your ore count you can do the following now:
Code:
window.parcelRequire('ibrd').State.inventory.ores = 999999999


You can then hack all the rest of the game directly from this same state object, just use the console to see what each parent object holds within the state.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Unautharized
How do I cheat?
Reputation: 0

Joined: 08 Oct 2022
Posts: 2

PostPosted: Sat Oct 08, 2022 2:53 pm    Post subject: how do i skip the research time on more ore Reply with quote

how do i skip the research time on more ore
Back to top
View user's profile Send private message
Unautharized
How do I cheat?
Reputation: 0

Joined: 08 Oct 2022
Posts: 2

PostPosted: Sun Oct 09, 2022 12:17 pm    Post subject: Re: how do i skip the research time on more ore Reply with quote

Unautharized wrote:
how do i skip the research time on more ore

i found out
Back to top
View user's profile Send private message
Jkgzzz
How do I cheat?
Reputation: 0

Joined: 20 Oct 2022
Posts: 1

PostPosted: Thu Oct 20, 2022 8:45 pm    Post subject: Reply with quote

How do you skip the research time
Back to top
View user's profile Send private message
BuLu_edman
How do I cheat?
Reputation: 0

Joined: 09 Nov 2022
Posts: 1

PostPosted: Wed Nov 09, 2022 8:44 pm    Post subject: Re: how do i skip the research time on more ore Reply with quote

Unautharized wrote:
how do i skip the research time on more ore


you can try command like
Code:
window.parcelRequire('ibrd').State.research.power = 1e100

this will change you current researchpower to 1e100, then every research will end in less then 1s.[/code]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites