Search found 12 matches
- Sun Feb 14, 2016 5:07 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Modifying Drop Rarity Rates in Loot Based Games
- Replies: 1
- Views: 10272
Modifying Drop Rarity Rates in Loot Based Games
I was curious if anyone had any insight in how people make cheat engines for values that are inherently difficult to find. For example, there is a lua script for borderlands to modify the drop rate of the different rarity of items. The link is here: http://www.mpgh.net/forum/658-borderlands-2-hacks/...
- Sat Feb 13, 2016 8:11 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Cheat Engine: Changing Addresses Per Game Run
- Replies: 5
- Views: 14724
Re: Cheat Engine: Changing Addresses Per Game Run
i realized I needed to be looking at the double value in the pointer scan, not the 4byte value :\ It seems to work fairly well now.. It got a little funky once my friend joined, but I may just be looking at the wrong pointer. There are still 250 of them to choose from and I just picked a random one ...
- Sat Feb 13, 2016 7:48 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Cheat Engine: Changing Addresses Per Game Run
- Replies: 5
- Views: 14724
Re: Cheat Engine: Changing Addresses Per Game Run
Sure, so right now I'm just trying to modify the ammo amount in Warhammer Vermintide. I can find the address holding the double-value in memory for my character. However, this value obviously changes every time you restart the game. I'm not sure what you mean by base address, but I've attempted to u...
- Fri Feb 12, 2016 7:08 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Cheat Engine: Changing Addresses Per Game Run
- Replies: 5
- Views: 14724
Cheat Engine: Changing Addresses Per Game Run
Looking for a little insight here. Often I'm able to successfully hack the memory of a game through cheat engine. For example in Kingdoms of Amalur I can find the byte holding my hp value, number of available skill points, etc. However, the address seems to change every time I run the game, so turni...
- Sun Jun 09, 2013 2:52 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Star Wars Jedi Knight - Jedi Academy hacks / exploits
- Replies: 46
- Views: 51263
Re: Star Wars Jedi Knight - Jedi Academy hacks / exploits
If it is server side then there isn't much I can do to manipulate it other than on my server.. I've also tried freezing HP. I have done it successfully on my server, tested with a bot. He wasn't able to kill me. But on other MP servers it seems to only affect the HUD display - nothing else.
- Fri Jun 07, 2013 7:52 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Star Wars Jedi Knight - Jedi Academy hacks / exploits
- Replies: 46
- Views: 51263
Re: Star Wars Jedi Knight - Jedi Academy hacks / exploits
Single sabers have a length of 40, double bladed have a length of 32 per blade. I'm not sure about dual blade - probably 40 per saber. However, this arbitrary value is just for the graphical length. Not sure what the actual hit range value is. I attempted to contact a fellow hacker on youtube on thi...
- Fri Jun 07, 2013 2:49 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Star Wars Jedi Knight - Jedi Academy hacks / exploits
- Replies: 46
- Views: 51263
Re: Star Wars Jedi Knight - Jedi Academy hacks / exploits
I have not tested physical range recently. From what I remember, any weapon's projectile will move forward indefinitely until it hits an object. I will confirm though. The weapons all have the same range in the jk3 files. Which means the weapon may not hold the range but the projectile itself (and s...
- Thu Jun 06, 2013 5:59 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Star Wars Jedi Knight - Jedi Academy hacks / exploits
- Replies: 46
- Views: 51263
Re: Star Wars Jedi Knight - Jedi Academy hacks / exploits
Thanks for the link. I read the article, so basically values don't necessarily exist in the address you find? It will constantly change and that is why you use pointer scanning - to find the address that is actually being read? I'm not sure how to use this as the values I'm changing are two addresse...
- Thu Jun 06, 2013 4:20 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Star Wars Jedi Knight - Jedi Academy hacks / exploits
- Replies: 46
- Views: 51263
Re: Star Wars Jedi Knight - Jedi Academy hacks / exploits
I did all the debugging in my own MP server, I figured it would be better to skip SP as the addresses are probably different. Maybe that was a mistake? I'm also not familiar with pointer scanning. I'm using CE - would you recommend Tsearch instead? Either way, I found some sort of range for each sab...
- Thu Jun 06, 2013 1:58 am
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Star Wars Jedi Knight - Jedi Academy hacks / exploits
- Replies: 46
- Views: 51263
Re: Star Wars Jedi Knight - Jedi Academy hacks / exploits
Update: I have found the saberLength property in the saber files (i.e. saber_1.sab). You can manipulate this data in memory. It seems to increase the graphical size of your lightsaber (client side) but also increases the hitbox range. However, when I go onto MP, the addresses change, I have found th...
- Wed Jun 05, 2013 4:55 pm
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: Star Wars Jedi Knight - Jedi Academy hacks / exploits
- Replies: 46
- Views: 51263
Re: Star Wars Jedi Knight - Jedi Academy hacks / exploits
Per Sethioz request I've moved my discussion from Here to this thread. I've read over the thread before and followed some of the suggestions (as mentioned in my original post). It seems no one was able to find the exact addresses saber range was set? Every time I think I've found the right address a...
- Wed Jun 05, 2013 6:22 am
- Forum: Game > Hacks / Cheats / Exploits / Trainers / Glitches / Bugs
- Topic: JKA Saber Range Hack
- Replies: 1
- Views: 5178
JKA Saber Range Hack
I know this is a strange request and I'm not necessarily requesting a trainer but assistance or collaboration. I found this forum 3 years ago when searching how to hack Jedi Academy. I decided not to pursue my interest at that time. Fast forward to now and I've been tinkering with Cheat Engine to cr...