Keplerth +7 | v1.1.4845 | Update#3

Upload your cheat tables here (No requests)
User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Keplerth +7 | v1.1.4845 | Update#3

Post by hysspy »

This cheat table is my 13th upload on this forum, i hope there's no problem, i do read forum rules..
In this tables, there are 7 cheat. [Readme in the a]
=======================
Description :

GOT ITEMS : This script will make your items to 999 when you got an item ;). To activate, you need to get an item first, then activate this cheat.

SUB ITEMS : This script will make your items to 999 when you decrease it or using it. ;) To activate, you need to use/decrease an item first, then activate this cheat.

Image

=======================
Game : Keplerth.exe
In Game Version : 1.0.4468
File Version : 2017.1.0.9747
Product Version : 2017.1.0.4662803
=======================
That's the file version, check yours [File Version & Product Version] on Keplerth.exe -> RightClick -> Properties -> Details.
Well that's the formality and the word. Enjoy!

Note : Not finished are Health and Hunger :( . Anyone kindly to help or giving me the clue to find those 2 values?

Update#1 : Table for Keplerth v1.1.4817 +6

INFINITE HEALTH P & E:D : This script freeze Health Player & Enemy to 100% :D . Becareful activating this script. ;)

ONE HIT KILL P & E:D : This script freeze Health Player & Enemy to 0 :D . Becareful activating this script. ;)

INFINITE HUNGER : This script freeze Hunger Player always 100% [No Hungry] :D .

INFINITE ITEMS [Got Items] : This script freeze your item to 999 when you got an item ;) Recommended to activate this cheat :D

INFINITE ITEMS [Got Items 2] : This script freeze your item to 999 when you got an item ;) Recommended to activate this cheat :D

INFINITE ITEMS : This script freeze your item to 999 when you use/decrease an item ;) Recommended to activate this cheat :D

Image

=======================
Game : Keplerth.exe
In Game Version : v1.1.4817
File Version : 2017.1.0.9747
Product Version : 2017.1.0.4662803
=======================

Update#2 : Table for Keplerth v1.1.4817 +7
=======================
Game : Keplerth.exe
In Game Version : v1.1.4817
File Version : 2017.1.0.9747
Product Version : 2017.1.0.4662803
=======================

Image

No More P & E => Player & Enemy yeah :D
FASt HUNTING : This script freeze NPC like chicken or sheep to 0, so it will be easy and fast to kill/hunt :D . Deactivate when encounter enemy ;)


Update#3 : Table for Keplerth v1.1.4845 +7
=======================
Game : Keplerth.exe
In Game Version : v1.1.4845
File Version : 2017.1.0.9747
Product Version : 2017.1.0.4662803
=======================

Image

No More P & E => Player & Enemy yeah :D
FASt HUNTING : This script freeze NPC like chicken or sheep to 0, so it will be easy and fast to kill/hunt :D . Deactivate when encounter enemy ;)


Recommended to Download : Keplerth_update#3 => v1.1.4845


How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
Keplerth_update#3.CT
Update#3 v1.1.4845
(23.12 KiB) Downloaded 1027 times
Keplerth_update#2.CT
Update#2 v1.1.4817
(69.66 KiB) Downloaded 165 times
Keplerth_update#1.CT
Update#1 v1.1.4817
(66.88 KiB) Downloaded 158 times
Keplerth.CT
v1.04468
(8.07 KiB) Downloaded 257 times
Last edited by hysspy on Thu May 10, 2018 7:16 pm, edited 2 times in total.

User avatar
SuperLowScores
Noobzor
Noobzor
Posts: 11
Joined: Fri Apr 13, 2018 7:13 pm
Reputation: 4

Keplerth +7 | v1.1.4845 | Update#3

Post by SuperLowScores »

I have infinite health and satiety still working on tools durability and some other stuff, just activate mono makes it easier to look for stuff
Attachments
Keplerth.CT
(54.52 KiB) Downloaded 230 times

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Keplerth +7 | v1.1.4845 | Update#3

Post by hysspy »

[QUOTE="SuperLowScores, post: 43903, member: 16151"]I have infinite health and satiety still working on tools durability and some other stuff, just activate mono makes it easier to look for stuff[/QUOTE]

[USER=16151]@SuperLowScores[/USER] : wew man awesome, i've just learn mono this morning :D

I'm totally new about this mono stuff. Which one do you jit? sethp or gethp?



[CODE=lua]newmem:

cmp [rdi+0124],0 // ?

je code // ?

mov eax,[rdi+018C] //mov max hp to eax

mov [rdi+00000190],eax //mov eax to hp

jmp return



code:

mov [rdi+00000190],eax

jmp return

================================

newmem:

mov esi,[rdi+00000194] //mov max hunger to esi

mov [rdi+00000198],esi //mov max esi to hunger

jmp return[/CODE]



And can you add some explanation on the code with question mark? I'm a bit confused :( . And how do you found this address [1AA79DB3] to inject? On me 14A79DB3 :(
Last edited by hysspy on Sun Apr 29, 2018 8:19 am, edited 2 times in total.

User avatar
SuperLowScores
Noobzor
Noobzor
Posts: 11
Joined: Fri Apr 13, 2018 7:13 pm
Reputation: 4

Keplerth +7 | v1.1.4845 | Update#3

Post by SuperLowScores »

the cmp is because enemies and player share same code, so 1 is the isplayer value for player and 0 for enemies on mono, if the rdi+124 is 0 jump to code for normal reduction of damage if its not give player full hp(hint u can add 1 hit kills here too)

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Keplerth +7 | v1.1.4845 | Update#3

Post by hysspy »

[QUOTE="SuperLowScores, post: 43958, member: 16151"]the cmp is because enemies and player share same code, so 1 is the isplayer value for player and 0 for enemies on mono, if the rdi+124 is 0 jump to code for normal reduction of damage if its not give player full hp(hint u can add 1 hit kills here too)[/QUOTE]

[USER=16151]@SuperLowScores[/USER] : Yeap one hit kill can be made in there too :D

I've sent a pm to you sir, let's talk it more deep about this mono yea? :D

matrix501
Expert Cheater
Expert Cheater
Posts: 137
Joined: Sat Sep 02, 2017 5:21 am
Reputation: 10

Keplerth +7 | v1.1.4845 | Update#3

Post by matrix501 »

ok never heard of mono i see these codes everywhere! im not sure if im adding it right i take the code go into cheat engine i open the tables tab click show cheat table lua script then copy and paste it in there and hit execute script thats it? am i right???? uh no! i get an error!

[automerge]1525296540[/automerge]

nothing seems to be working for me the trainers, the script! ugh! looks like ill have to edit each item one at a time! i followed the directions but both trainers just dont work! thanks for trying! i know its hard to do!
Last edited by matrix501 on Wed May 02, 2018 9:29 pm, edited 2 times in total.

matrix501
Expert Cheater
Expert Cheater
Posts: 137
Joined: Sat Sep 02, 2017 5:21 am
Reputation: 10

Keplerth +7 | v1.1.4845 | Update#3

Post by matrix501 »

[QUOTE="hysspy, post: 43813, member: 8069"]This cheat table is my 13th upload on this forum, i hope there's no problem, i do read forum rules..

In this tables, there are 2 cheat. [Readme in the ]

=======================

Description :



[B]GOT ITEMS : [/B]This script will make your items to 999 when you got an item ;). To activate, you need to get an item first, then activate this cheat.



[B]SUB ITEMS :[/B] This script will make your items to 999 when you decrease it or using it. ;) To activate, you need to use/decrease an item first, then activate this cheat.



[IMG]https://image.ibb.co/nC6ugx/kepp.png[/IMG]



=======================

Game : Keplerth.exe

In Game Version : 1.0.4468

File Version : 2017.1.0.9747

Product Version : 2017.1.0.4662803

=======================

That's the file version, check yours [File Version & Product Version] on Keplerth.exe -> RightClick -> Properties -> Details.

Well that's the formality and the word. Enjoy!



Note : Not finished are Health and Hunger :( . Anyone kindly to help or giving me the clue to find those 2 values?[/QUOTE]

[automerge]1525300451[/automerge]

ive been looking but when i get close they all disappear it seems the value address keep changing every so often! thats what i found anyway. i found out why trainers dont work! both product and file versions for mine are :

File Version : 2017.1.0.9747

Product Version : 2017.1.0.9747



and yours are:

File Version : 2017.1.0.9747

Product Version : 2017.1.0.4662803



so i have a different product version thats why it dont work for me! DOH! looks like ill have to keep changing them one at a time! it takes such a long time! and with the values address changing every 3 minutes or so makes it a very frustrating task as well! good luck and thanks again!
Last edited by matrix501 on Wed May 02, 2018 10:34 pm, edited 1 time in total.

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Keplerth +7 | v1.1.4845 | Update#3

Post by hysspy »

[QUOTE="matrix501, post: 44360, member: 8264"][automerge]1525300451[/automerge]

ive been looking but when i get close they all disappear it seems the value address keep changing every so often! thats what i found anyway. i found out why trainers dont work! both product and file versions for mine are :

File Version : 2017.1.0.9747

Product Version : 2017.1.0.9747



and yours are:

File Version : 2017.1.0.9747

Product Version : 2017.1.0.4662803



so i have a different product version thats why it dont work for me! DOH! looks like ill have to keep changing them one at a time! it takes such a long time! and with the values address changing every 3 minutes or so makes it a very frustrating task as well! good luck and thanks again![/QUOTE]

[USER=8264]@matrix501[/USER] : i got the game from pir*** site :D

maybe you can send me your game through pm with gdrive link? :D

matrix501
Expert Cheater
Expert Cheater
Posts: 137
Joined: Sat Sep 02, 2017 5:21 am
Reputation: 10

Keplerth +7 | v1.1.4845 | Update#3

Post by matrix501 »

i tried to find an earlier version 1.04 so i could use your trainer but no luck im stuck with 1.09! oh well! ill keep changing one item at a time!

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Keplerth +7 | v1.1.4845 | Update#3

Post by hysspy »

[QUOTE="matrix501, post: 44488, member: 8264"]i tried to find an earlier version 1.04 so i could use your trainer but no luck im stuck with 1.09! oh well! ill keep changing one item at a time![/QUOTE]

[USER=8264]@matrix501[/USER] : Check pm yea :D

User avatar
hentai-sama
Expert Cheater
Expert Cheater
Posts: 94
Joined: Fri Mar 03, 2017 6:55 pm
Reputation: 2

Keplerth +7 | v1.1.4845 | Update#3

Post by hentai-sama »

Hi guys, can u please update and merge both tables? Non of them work in v1.1.4845.

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Keplerth +7 | v1.1.4845 | Update#3

Post by hysspy »

[QUOTE="hentai-sama, post: 45115, member: 453"]Hi guys, can u please update and merge both tables? Non of them work in v1.1.4845.[/QUOTE]

[USER=453]@hentai-sama[/USER] : [S]Alright, i will find the game first :D and update the table ;)[/S]

Table updated for v1.1.4817 ;)
Last edited by hysspy on Wed May 09, 2018 7:08 pm, edited 1 time in total.

User avatar
SuperLowScores
Noobzor
Noobzor
Posts: 11
Joined: Fri Apr 13, 2018 7:13 pm
Reputation: 4

Keplerth +7 | v1.1.4845 | Update#3

Post by SuperLowScores »

hey 8069 heres what i had so far in the old version, you can have to edit all you want since u seem to be updating, it has inf tools crafting, its buggy but some work
Attachments
Keplerth (1).CT
(136.08 KiB) Downloaded 120 times

matrix501
Expert Cheater
Expert Cheater
Posts: 137
Joined: Sat Sep 02, 2017 5:21 am
Reputation: 10

Keplerth +7 | v1.1.4845 | Update#3

Post by matrix501 »

hey hysspy, i just got updated trainer for keplearth your amazing!!!!!!! really great job!!!

User avatar
hysspy
Expert Cheater
Expert Cheater
Posts: 149
Joined: Thu Aug 24, 2017 6:09 pm
Reputation: 100

Keplerth +7 | v1.1.4845 | Update#3

Post by hysspy »

[QUOTE="SuperLowScores, post: 45337, member: 16151"]hey [USER=8069]@hysspy[/USER] heres what i had so far in the old version, you can have to edit all you want since u seem to be updating, it has inf tools crafting, its buggy but some work[/QUOTE]

[USER=16151]@SuperLowScores[/USER] : wew thanks man :D I'll try to learn it first ;)



[QUOTE="matrix501, post: 45350, member: 8264"]hey hysspy, i just got updated trainer for keplearth your amazing!!!!!!! really great job!!![/QUOTE]

[USER=8264]@matrix501[/USER] : Yeap thanks :D. And i've got the newer version of this game v1.1.4845, i will update the table again ;)

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Alrrem, deuxdoom, dragonhold24, Google [Bot], Google Adsense [Bot], Jedgar1337, NeatWolf, Scaredt, SNX3, trohed