Search found 11 matches

by LeftBlindEye
Fri Dec 11, 2020 7:34 pm
Forum: Tables
Topic: theHunter: Call of The Wild
Replies: 360
Views: 248046

Re: theHunter: Call of The Wild

Hey, I just wanted to share my No Reload & Freeze Ammo script maybe it will help someone. No Reload & Freeze Ammo [ENABLE] aobscanmodule(reload,theHunterCotW_F.exe,BA 01 00 00 00 FF 90 B8) reload: mov edx,00000000 registersymbol(reload) [DISABLE] reload: db BA 01 00 00 00 unregistersymbol(reload) { ...
by LeftBlindEye
Thu Dec 03, 2020 1:48 am
Forum: Tables
Topic: theHunter: Call of The Wild
Replies: 360
Views: 248046

Re: theHunter: Call of The Wild

Hey anyone have any tips for finding "No Reload"?
by LeftBlindEye
Thu Sep 24, 2020 7:21 pm
Forum: Tables
Topic: theHunter: Call of The Wild
Replies: 360
Views: 248046

Re: theHunter: Call of The Wild

Ok its been a year since I've hacked around with this game. What is this new Antitamper that I'm seeing in mem?
by LeftBlindEye
Sun Jul 07, 2019 10:19 pm
Forum: Cheat Engine
Topic: Super Jump issue
Replies: 5
Views: 21805

Re: Super Jump issue

hey fantomas thanks I knew something was weird, I can actually activate them both if I activate super speed first. Thank you for the heads up, 90% of the time I use super speed and jump at the same time, would i have issues just combining the scripts?
by LeftBlindEye
Sun Jul 07, 2019 4:04 pm
Forum: Cheat Engine
Topic: Super Jump issue
Replies: 5
Views: 21805

Re: Super Jump issue

I'm retarded... I somehow mixed up the Normal Opcode with super speed... I can't believe I didn't see it before :lol: Working code for super jump: [ENABLE] //code from here to '[DISABLE]' will be used to enable the cheat aobscanmodule(INJECT,theHunterCotW_F.exe,80 00 00 00 00 0F 10 00 0F 11 01 0F 10...
by LeftBlindEye
Sun Jul 07, 2019 12:42 am
Forum: Cheat Engine
Topic: Super Jump issue
Replies: 5
Views: 21805

Re: Super Jump issue

Hey Rysefox, thanks for the help! I like the way your code is layed out, Unfortunately I'm still having the same issue. It will enable but not return original value on disable. Its a head scratcher...
by LeftBlindEye
Sat Jul 06, 2019 6:30 pm
Forum: Cheat Engine
Topic: Super Jump issue
Replies: 5
Views: 21805

Super Jump issue

Hey guys, I made a super speed and a super jump for The Hunter COTW. Both are working but I'm having an issue when trying to return the jump value to normal. Heres my speed code which works 100% enable and disable: [ENABLE] //code from here to '[DISABLE]' will be used to enable the cheat aobscanmodu...
by LeftBlindEye
Wed Jan 24, 2018 8:52 am
Forum: Tables
Topic: theHunter™: Call of the Wild
Replies: 256
Views: 249311

Re: theHunter™: Call of the Wild

Hey one more thing, I can guess the original value but how can I find it? lol i know its a easy step but i forgot and cant find it on the googles
by LeftBlindEye
Wed Jan 24, 2018 8:40 am
Forum: Tables
Topic: theHunter™: Call of the Wild
Replies: 256
Views: 249311

Re: theHunter™: Call of the Wild

Hey man, thank you that worked! You have to restore the original value in [rax+30]/[rax+3C] to undo the effect. Example: [ENABLE] //code from here to '[DISABLE]' will be used to enable the cheat alloc(newmem,2048,"theHunterCotW_F.exe"+4E1847) label(returnhere) label(originalcode) label(exit) label(n...
by LeftBlindEye
Sun Jan 07, 2018 2:41 am
Forum: Tables
Topic: theHunter™: Call of the Wild
Replies: 256
Views: 249311

Re: theHunter™: Call of the Wild

:?: My super jump is doing the same thing, any ideas? Heres the code [ENABLE] //code from here to '[DISABLE]' will be used to enable the cheat alloc(newmem,2048,"theHunterCotW_F.exe"+4E1837) label(returnhere) label(originalcode) label(exit) newmem: //this is allocated memory, you have read,write,exe...
by LeftBlindEye
Fri Jan 05, 2018 6:54 am
Forum: Tables
Topic: theHunter™: Call of the Wild
Replies: 256
Views: 249311

Re: theHunter™: Call of the Wild

Hey guys I got speed hack working but how do I disable it? I ended up just making my crawl speed be the super speed because I can't figure out how to toggle it. I'm pretty new at this, I would appreciate any help. dealloc(newmem) doesn't seem to be working? Here my aob code: [ENABLE] //code from her...