Search found 6 matches

by polipolictosaurus
Wed Sep 11, 2019 4:39 pm
Forum: Tables
Topic: Arty's Portal Knights Table
Replies: 64
Views: 76198

Re: Arty's Portal Knights Table

Hello everyone, i've updated Arty's table (sort of) let me explain, I've tried this table with the current game version which is 1.6.3, most of it still works, regarding inventory and hotbar slots it's kinda buggy right now, sometime it recognizes the right addresses other it won't... So i've update...
by polipolictosaurus
Wed Mar 13, 2019 7:33 pm
Forum: General Gamehacking
Topic: Worms United (1996) code injection problem
Replies: 7
Views: 18601

Re: Worms United (1996) code injection problem

Ok, I tried the way you suggested, it works perfectly but i had to change everything for the what i had in mind originally: I want to make a double damage gamemode, the script i've originally created and yours checked for 1 particular hp address, so it worked but only for that 1 worm out of the poss...
by polipolictosaurus
Tue Mar 12, 2019 10:52 pm
Forum: General Gamehacking
Topic: Worms United (1996) code injection problem
Replies: 7
Views: 18601

Re: Worms United (1996) code injection problem

Ohh thanks for the tip!, I'll try everything in the next days, and share the results here.
by polipolictosaurus
Tue Mar 12, 2019 9:06 pm
Forum: General Gamehacking
Topic: Worms United (1996) code injection problem
Replies: 7
Views: 18601

Re: Worms United (1996) code injection problem

Ok i'm back after some more tests ahah, i couldn't manage to find properly where the stack pointer is called but i've discovered the reason why i can't touch anything about the code without making it crash, my guess it's due to the game being emulated, that causes the instruction I try to override t...
by polipolictosaurus
Sat Mar 09, 2019 11:16 pm
Forum: General Gamehacking
Topic: Worms United (1996) code injection problem
Replies: 7
Views: 18601

Re: Worms United (1996) code injection problem

Ok, At least I have some clues now, I know how stack works but maybe not enough ahahah, so i'm trying to backtrace where it writes on that esp+24, without much of results, if i try to break and trace that function i just get endless results and it's hard to get something Above the code i've sent in ...
by polipolictosaurus
Sat Mar 09, 2019 5:36 pm
Forum: General Gamehacking
Topic: Worms United (1996) code injection problem
Replies: 7
Views: 18601

Worms United (1996) code injection problem

Hello everyone, i'm searching someone that can help me with a problem i've encountered so far: I'm relatively new to assembly and cheat engine and i'm doing this for learning and make this old game more fun. So basically i want to replicate some "Gamemodes" that newer worms game have to this old gam...