Search found 7 matches

by Sremmurd
Sun Aug 12, 2018 9:06 am
Forum: Tables
Topic: Monster Hunter World (SeiKur0)
Replies: 632
Views: 595778

Monster Hunter World (SeiKur0)

[B][USER=8101]@seikur0[/USER][/B]

Thank you for the anti tamper bullshit killer hope you are having an awesome day happy modding :)
by Sremmurd
Sat Aug 11, 2018 8:00 am
Forum: Cheat Engine
Topic: Cheat engine unknown scan type taking years
Replies: 2
Views: 3176

Cheat engine unknown scan type taking years

Does anyone know how to speed it up? trying to hack wolcen with decrease/increase/unknown search but it runs out of memory and takes like 5 minutes for the scans to complete every first scan.<br /> <br /> Should I just buy an SSD? cheat engine huge hobby of mine probably would be a good idea to upgr...
by Sremmurd
Tue Apr 10, 2018 5:27 pm
Forum: Cheat Engine Lua Scripting
Topic: Array of Bytes (AOB) Scan and Replace All
Replies: 9
Views: 30305

Re: Array of Bytes (AOB) Scan and Replace All

... it replaces two addresses but it wont stay frozen... Then some thing is writing to it, you'll need to disable the code that is writing to it Pretty sure the code I copy pasted is wrong, the only thing that writes to it once is the saved[i] = backup writeBytes(scans[i], bytes) I just dont know h...
by Sremmurd
Tue Apr 10, 2018 6:31 am
Forum: Cheat Engine Lua Scripting
Topic: Array of Bytes (AOB) Scan and Replace All
Replies: 9
Views: 30305

Re: Array of Bytes (AOB) Scan and Replace All

But the game crashing is most likely because of the replaced bytes and that script will replace all matches found. Is that the intention, is yes then why and how many address are you replacing bytes at (you'd need to debug all of the injections)? And is this instruction your scanning for and freezi...
by Sremmurd
Sun Apr 08, 2018 3:12 am
Forum: Cheat Engine Lua Scripting
Topic: Array of Bytes (AOB) Scan and Replace All
Replies: 9
Views: 30305

Re: Array of Bytes (AOB) Scan and Replace All

Cannot disable cheat/game crashing :/

edit:i got it working woo thanks
by Sremmurd
Sun Apr 08, 2018 12:28 am
Forum: Cheat Engine Lua Scripting
Topic: Array of Bytes (AOB) Scan and Replace All
Replies: 9
Views: 30305

Re: Array of Bytes (AOB) Scan and Replace All

Depends on the code you're scanning for. With what's shown iirc E8 is the opcode for a call so if it's the call that changes the values then nopping it with 0x90s will freeze the values (assuming nothing else changes them). Uh my game is a little different I cant NOP the opcode... would it be possi...
by Sremmurd
Sun Mar 18, 2018 8:51 am
Forum: Cheat Engine Lua Scripting
Topic: Array of Bytes (AOB) Scan and Replace All
Replies: 9
Views: 30305

Array of Bytes (AOB) Scan and Replace All

{$lua} if syntaxcheck then return end cheat_name = "MyCheat" [ENABLE] local pattern = "48 83 EC 28 E8 ?? ?? ?? ?? 48 83 C4 28" local replace = "?? ?? ?? ?? 90 90 90 90 90 ?? ?? ?? ??" -- edit the name of the cheat -- edit the pattern to search -- edit the replacement bytes -- use ?? to ignore the b...