Search found 12 matches

by Y.A.K.E
Sat Sep 03, 2022 7:25 am
Forum: Tables
Topic: Stardew Valley 1.5.4 [steam]
Replies: 41
Views: 85255

Re: Stardew Valley 1.5.4 [steam]

Thanks so much for your work! Unfortunately it doesn't seem to work for me (win10, CE7.3, game 1.5.5 from steam) - I just get 'this function is not available yet, please try again later' when I turn on any of the features. I have found a way. https://github.com/cheat-engine/cheat-engine/issues/2172...
by Y.A.K.E
Fri Jun 10, 2022 2:00 pm
Forum: Single Player Cheat Requests
Topic: [REQUEST] Grim Dawn (max random stats)
Replies: 0
Views: 503

[REQUEST] Grim Dawn (max random stats)

Game Name: Grim Dawn Game Engine: Titan Quest engine Game Version: v1.1.9.5 (32bit) Options Required: Better loot: with max random stats Game/Steam Website: https://store.steampowered.com/app/219990/ Address: Game.GAME::ItemEquipment::InitializeItem+1A6 >>>>Game.GAME::ItemEquipment::InitializeItem+1...
by Y.A.K.E
Thu Apr 28, 2022 8:49 am
Forum: Tables
Topic: Lumencraft
Replies: 28
Views: 9094

Re: Lumencraft

Hmmm the game reminds me on Factorio :lol: Small table for now (I probably won't update it until the full game is released) https://i.imgur.com/sVHGSAG.png Some Notes: Inf. Resources prevents the decreasing of all items (ammo,flare,dynamite,lumen,metal and so on) you can also use it to "duplicate" ...
by Y.A.K.E
Thu Mar 17, 2022 6:01 am
Forum: Tables
Topic: Core Keeper (Playtest and Demo)
Replies: 46
Views: 39875

Re: Core Keeper (Playtest and Demo)

High light { Game : CoreKeeper.exe Version: Date : 2022-03-09 Author : Y.A.K.E High light } [ENABLE] aobscanmodule(slowINJECT,GameAssembly.dll,44 8B 28 45 85 ED) // should be unique alloc(newmem,$1000,slowINJECT) label(code) label(return) newmem: mov r13d,[rax] setg r12l cmp r13d ,#0 je code add r13...
by Y.A.K.E
Thu Mar 17, 2022 5:58 am
Forum: Tables
Topic: Core Keeper (Playtest and Demo)
Replies: 46
Views: 39875

Re: Core Keeper (Playtest and Demo)

GreenHouse wrote:
Thu Feb 17, 2022 7:52 pm
maxmackey wrote:
Mon Feb 14, 2022 6:26 pm
Hey, this table was great, thank you!

A demo has been released a few days ago and it's no longer compatible. Could you do a rework?
Updated for the Demo version. Have fun :P
How to call "PlayerCommand.ClientSystem.CreateEntity" to create a boss?

boss id #3058 is Shaman
by Y.A.K.E
Fri Jan 14, 2022 1:44 pm
Forum: Generic Tutorials
Topic: CE Lua Mono Code Repository
Replies: 5
Views: 14599

Re: CE Lua Mono Code Repository

How to hack this game? https://store.steampowered.com/app/986040 'mono_printAllStaticfrom' not working. I don't know how to use it. monocreatestruct('Unliving.Player','PlayerBehaviour') findAddress('LocalPlayer',1,'Unliving.Player.PlayerBehaviour:.ctor') print(string.format('%08X',getAddress('LocalP...
by Y.A.K.E
Sat Jan 08, 2022 7:57 am
Forum: Tools
Topic: Basic UE4 Win64 Base Table
Replies: 132
Views: 172746

Re: Basic UE4 Win64 Base Table

nice Tool.


'Construct Console' does not work.


attempt to get lenght of a nil value (local 'result2')
by Y.A.K.E
Fri Sep 17, 2021 5:41 am
Forum: Single Player Cheat Requests
Topic: (REQ) Valheim (steam)
Replies: 28
Views: 30659

Re: (REQ) Valheim (steam)

Cake-san wrote:
Fri Feb 19, 2021 6:39 am
:roll:
The game has been updated
by Y.A.K.E
Thu Feb 18, 2021 11:53 pm
Forum: Single Player Cheat Requests
Topic: (REQ) Valheim (steam)
Replies: 28
Views: 30659

Re: (REQ) Valheim (steam)

Here's a simple table... Update 1 - Fixed No Damage script to ignore damage from fire - Added Item spawner script - Added Inventory pointer Update 2 https://imgur.com/cfBER6v.png Update 2.5 - Added Build Anywhere script - Added a few pointers... Update 3 - Added Gluttony script - MinimapOnMapDouble...
by Y.A.K.E
Mon Jan 25, 2021 8:57 am
Forum: Single Player Cheat Requests
Topic: [REQUEST] SKUL: THE HERO SLAYER 1.0
Replies: 18
Views: 11383

Re: [REQUEST] SKUL: THE HERO SLAYER 1.0

Skul: The Hero Slayer v1.0.0 Scripts - Infinite Health *Hotkey Included* (Get some damage and then activate this cheat) - 1 Billion Gold, Dark Quartz & Bone Fragments *Hotkey Included* (Collect some gold coins and then activate this cheat. You can deactivate this when all currencies are collected i...
by Y.A.K.E
Mon Jan 25, 2021 6:03 am
Forum: Tables
Topic: Skul: The Hero Slayer (Early Access) +5 (table Update1)
Replies: 31
Views: 50725

Re: Skul: The Hero Slayer (Early Access) +5 (table Update1)

so played the 1.0 version and made this small table: https://i.imgur.com/FRfwvEi.png maybe someone can need it, enjoy cheating :) note : Set Drop Rarity will only work if you activate it before the level awake is called (activating it infront of a chest wont work) coz the game stores the rarity inf...
by Y.A.K.E
Sat Sep 07, 2019 4:31 am
Forum: Specific Game Tutorials
Topic: Bypassing SCUE4 anticheat (for example Killsquad)
Replies: 35
Views: 393352

Re: Bypassing SCUE4 anticheat (for example Killsquad)

Hey BruteForce, Mind sharing? Appears things like numbers get treated like strings, swapped out with the same position in the key (or is there shifting?), and converted back to an INT from a string. Not sure if they are using the default KEY or a custom one I need to dig up. Anyways, if you're will...