Jump to content

Can u tell me!


ZUHAIR

Recommended Posts

CAN U GUYS TELL ME WHAT IS THE TYPES OF ENCRYPTION R USING IN ANDROID GAMES

I WANT TO KNOW THEM MAYBE IF U KNOW SOME OF THOS ENCRYPTION LANGUAGES

U CAN MODIFY UR GAME EASILY OR SOMETHING LIKE THIS LIKE IF U HAVE A GAME

AND U WANNA GET A LOT OF RESOURCES U WILL GO AND MODIFY UR GAME DATA

BUT U FIND EVERYTHING ENCRYPTED EVEN THE NAME OF GOLD IS ENCRYPTED

INSTEAD OF GOLD U FIND (JGFHLKHFD) AS HIS NAME LET'S SAY THAT U KNOW 

THIS LANGUAGE BUT ANOTHER PERSON DIDN'T LET'S SAY IF U DON'T KNOW

THE ENCRYPTION LANGUAGE THAT USED IN THE GAME BUT U HAVE GUESSED

THAT'S THE (JGFHLKHFD) IS THE GOLD AND U WANNA MODIFY IT BUT 

WHEN U DI THAT AND BACK TO THE GAME U FIND UR GOLD BECAME ZERO

BUT IF U KNOW THE ENCRYPTION LANGUAGE THAT USED IN THE GAME

U WILL MODIFY THAT VALUE EASILY 

I THINK U GET IT IF U DON'T I JUST WANT TO KNOW WHAT IS THE COMMON ENCRYPTION LANGUAGES 

R USING IN THE GAMES THESE DAYS CAUSE I WANT TO LEARN THEM

AND YAH THANKS FOR YOUR TIME I APPRECIATE THAT EVEN IF U DON'T KNOW

 

BIG THANKS FOR YALL AND SORRY FOR MY ENGLISH 

Link to comment
Share on other sites

29 minutes ago, ZUHAIR said:

damn it is my English that bad 1f613.png

I just wanted to know the types of encryption that is using in games these day

damn it I embarrassed my self 1f616.png

Your English isn't the bad Part.

 

The All Caps and zero punctuation is the problem.

 

There is no universal encryption in most mobile Games.

They're mostly all different depending on Developer and Game (Ketchapp for example)

 

And yes. I have to agree, you did embarrass yourself.

 

Edit: I'm guessing you based this off of the Hack Method i gave you for Hattrickshots by Ketchapp.

I do not know every Value and i do not have a decryptor, all i do is when i have 200 Coins i go into the Prefs and Copy the Encrypted Value to a List for Future use.

In the Hattrickshots Video i showed you how to exactly get the encrypted Amount you want using a Unencrypted Value ingame.

 

So for 2000 as Encrytped Value

You edit your Highscore to 1999, 

Get one Point

Lose

Exit out of Game

Go into Prefs File

Copy Value from Highscore to Coins 

And then you have 2000 Coins.

Link to comment
Share on other sites

  • Administrators
1 hour ago, ZUHAIR said:

just wanted to know the types of encryption that is using in games these day

It can be any.

  • Some bitwise operation like xor, ror and so on.
  • Add/sub constant.
  • Store decimal as floating type (float, double).
  • Mul/div to constant (rare).
  • Store numbers as strings.

But most of them is simply enough because must fast calculate for does not impact to performance.

In general, devs can implement any algorithm.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.