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 


Long Double?

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

Joined: 17 Feb 2017
Posts: 3

PostPosted: Fri Feb 17, 2017 12:04 pm    Post subject: Long Double? Reply with quote

Hi.

So, I found this game, err... idle game that (I guess) uses long double because the value can go to (currently) 1*10^2000. Afaik, the max value of double is about 7*10^308.

So, what should I do to hack the game?

Thanks
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4289

PostPosted: Fri Feb 17, 2017 12:27 pm    Post subject: Reply with quote

Is the game written in javascript? If so, that's what you should be using instead of CE.

Else, do unknown initial value scans and changed/unchanged scans to find related values. Figure it out from that point via trial and error.

(saying the game's name could help so long as it doesn't violate FAQ0)

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
AkipTsaqif
How do I cheat?
Reputation: 0

Joined: 17 Feb 2017
Posts: 3

PostPosted: Fri Feb 17, 2017 1:29 pm    Post subject: Reply with quote

The game is built with html5.

Anyway, this game is called Idle Bouncer. You can find it in Google (can't post a link yet). I dunno if that is categorized as online or not.

Thanks before.
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4289

PostPosted: Fri Feb 17, 2017 2:11 pm    Post subject: Reply with quote

It's a single player game; it should be fine.

I played that game a while ago. The export save string is encoded using window.btoa(escape(encodeURIComponent(a))). Decode it using the opposite process.
  1. Open the browser's console (Ctrl + Shift + J on Chrome)
  2. Decode the save string:
    Code:
    decodeURIComponent(unescape(window.atob('ENCODED SAVE STRING HERE')))
    Make sure you include the single quotation marks around the save string.
  3. Copy the resulting decoded string. If the console spits out the string in quotation marks, exclude those quotation marks. It should look something like this:
    Code:
    {"saveVer":8,"numberNotation":"engineering",other stuff...}

  4. Change the data to your liking.
  5. Encode the string:
    Code:
    window.btoa(escape(encodeURIComponent('DECODED SAVE STRING HERE')))
    Again, make sure to use single quotation marks around the data.
  6. Copy the encoded string (again, excluding any leading/ending quotation marks the console put there) and paste it into the game.

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
AkipTsaqif
How do I cheat?
Reputation: 0

Joined: 17 Feb 2017
Posts: 3

PostPosted: Fri Feb 17, 2017 10:31 pm    Post subject: Reply with quote

Alright. Thanks for the help. Smile
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