Page 1 of 1

[REQUEST] Spellcaster University

Posted: Wed Jun 16, 2021 11:35 am
by zhaofeng
please cheat table or trainer anything will work
thank you

I recently discovered that all the values are in float not in bytes
also if someone can direct me to "how to create cheat tables and how to write Lua scripts" that will be a great help
I know c# (basics) and c++

[REQUEST] Spellcaster University

Posted: Thu Jun 24, 2021 2:14 am
by Mefetran
Bump

Re: [REQUEST] Spellcaster University

Posted: Mon Jul 12, 2021 6:53 pm
by Orionna
Hello ,

It would be nice to have a small table for this game. I have tried to change the values via 4 bytes, but it doesn't work. it looks like the values are variable. Unfortunately, I do not know anything to find the solution by myself, despite my many tests.

Thanks to whoever can help us.

Re: [REQUEST] Spellcaster University

Posted: Sun Jul 18, 2021 1:51 pm
by sdarkpaladin
If you search for the value of the thing you want to change in Float, you can obtain the variable.

E.g. if you start with 600 gold, search 600 in float. Then pick a new card (which usually costs 100 gold), resulting in you having only 500 gold left. Update your search to 500. You'd probably immediately get the variable storing the amount of gold you have. If not, just pick another card and search for your new gold amount.

I just tested it and it works. But it's tedious to do it every time you start a new game. And also the game itself is very unpolished and buggy, so that's probably as far as I'll get.

Edit: Okay, I just made a table, so go get it if you want to.