HI! The .dll you get on the new download is applied to your CE by going to Settings -> Plugins -> Add New and choosing the file. Just incase you got confused. Also worth noting since the .dll doesnt feature a SigMaker with Mask => been trying to find this out for two days.. The Sig is built by taking the AoB as a String, built in a notation that looks something like this: Imagine your Assembly being (example): *Bytes left | Opcode right* 7E A1 74100000 | Opcode... A3 32 13 | Opcode... F0 82 4D | Opcode... 11 D404 | Opcode...* 2E D5 94100000 | Opcode... *(no, D404 is not a typo, your Disassembler might actually show stuff to you that way!) Your Sig will look like this: x7E/xA1/x00/x00/x00/x00/xA3/x32/x13/xF0/x82/x4D/x11/xD4/x04/x2E/xD5/x00/x00/x00/x00 And your mask will look like this: xx????xxxxxxxxxxx???? x corresponding to values that *have to* match explicitly for the pattern to be valid, ?'s corresponding to Byte Values (notice in the Opcodes they always (seem to?) appear as long lines of numbers!).
@@casualgamer1791 Also worth noting since the .dll doesnt feature a SigMaker with Mask => been trying to find this out for two days.. The Sig is built by taking the AoB as a String, built in a notation that looks something like this: Imagine your Assembly being (example): *Bytes left | Opcode right* 7E A1 74100000 | Opcode... A3 32 13 | Opcode... F0 82 4D | Opcode... 11 D404 | Opcode...* 2E D5 94100000 | Opcode... *(no, D404 is not a typo, your Disassembler might actually show stuff to you that way!) Your Sig will look like this: x7E/xA1/x00/x00/x00/x00/xA3/x32/x13/xF0/x82/x4D/x11/xD4/x04/x2E/xD5/x00/x00/x00/x00 And your mask will look like this: xx????xxxxxxxxxxx???? x corresponding to values that *have to* match explicitly for the pattern to be valid, ?'s corresponding to Byte Values (notice in the Opcodes they always (seem to?) appear as long lines of numbers!).
Hello! I can recommend Guild Wars 2. Though it only passes 1 of requirements(it's free) it is possible to do many cool things. Some basic information about GW2: It's a F2P MMORPG game released in 2012, still has active players, size of it is around 60GBs, uses DirectX 9 and/or 11, the physics engine is Havok Why Guild Wars 2? 1. It doesn't have an anti-cheat 2. Packet hack is very fun to make and allows for interesting exploits(such as invincibility, no fall damage or animations changing visible on the server) 3. Movement from client is trusted by the server 4. It's good for reverse-engineering as it has debug messages that can help with RE(Note: Debug symbols of an early version of GW2 were leaked by the devs in ~2012) 5. It allows for cheats on which you've already made tutorials(for example: flyhack or ESP) Guild Wars 2 is a solid game and is fun to play, but also to hack. Thank you in advance for considering this game CasualGamer M.Sc. =D
Hello friend, Thank you very much for the recommendation. I am well aware of GW2. in fact it is the game that got me started with GH many years ago :D which makes it all the more tempting to use it as a target. But as you say it still has a healthy amount of players. So I am torn on if I can "promote" hacking it.
Fair point. My preference has the following justifications: 1. AA Maker sometimes completely fails where Sig Maker does not. I assume due to memory protection. 2. Sig Maker has option to output IDA format Edit: @1: I had this issue with C# games in particular
@@casualgamer1791 yeah I don't mind, thank you it is so sweet, I'm glad you liked the game, also thanks for these amazing videos, I actually achieve something in hacking because of your videos, my suggestion is that you should do a guide to overall writing a cheat, like first part: getting the addresses, second part: making UI, and so on, maybe you can try that on Terraria, though I recommend finishing it as it is a really great game, good luck mate!
Glad to hear that and great idea. I plan on covering ddl injection and function manipulation/calling next. Once we have all those tools we could use them all together to create a complete cheat start to finish.
Bro i have cheat engine and play dynsty warriors 4 xl (USA) really i lovr this game I did everything in it ....But I couldn't modify two things can u help me of u want help me tell me i want see u video
Hello, do you have discord? I just need help with something that is quite simple but I can not seem to get around it. If you could get back to me that would be great thanks.
Danke für den Input. Für das nächste Video bleib ich jetzt mal bei Terraria. Hab hier schon viel Zeit in Recherche investiert ^^ aber ich schaus mir auf jeden fall an!
HI!
The .dll you get on the new download is applied to your CE by going to Settings -> Plugins -> Add New and choosing the file. Just incase you got confused.
Also worth noting since the .dll doesnt feature a SigMaker with Mask => been trying to find this out for two days..
The Sig is built by taking the AoB as a String, built in a notation that looks something like this:
Imagine your Assembly being (example):
*Bytes left | Opcode right*
7E A1 74100000 | Opcode...
A3 32 13 | Opcode...
F0 82 4D | Opcode...
11 D404 | Opcode...*
2E D5 94100000 | Opcode...
*(no, D404 is not a typo, your Disassembler might actually show stuff to you that way!)
Your Sig will look like this:
x7E/xA1/x00/x00/x00/x00/xA3/x32/x13/xF0/x82/x4D/x11/xD4/x04/x2E/xD5/x00/x00/x00/x00
And your mask will look like this:
xx????xxxxxxxxxxx????
x corresponding to values that *have to* match explicitly for the pattern to be valid, ?'s corresponding to Byte Values (notice in the Opcodes they always (seem to?) appear as long lines of numbers!).
Thanks for that!
@@casualgamer1791 Also worth noting since the .dll doesnt feature a SigMaker with Mask => been trying to find this out for two days..
The Sig is built by taking the AoB as a String, built in a notation that looks something like this:
Imagine your Assembly being (example):
*Bytes left | Opcode right*
7E A1 74100000 | Opcode...
A3 32 13 | Opcode...
F0 82 4D | Opcode...
11 D404 | Opcode...*
2E D5 94100000 | Opcode...
*(no, D404 is not a typo, your Disassembler might actually show stuff to you that way!)
Your Sig will look like this:
x7E/xA1/x00/x00/x00/x00/xA3/x32/x13/xF0/x82/x4D/x11/xD4/x04/x2E/xD5/x00/x00/x00/x00
And your mask will look like this:
xx????xxxxxxxxxxx????
x corresponding to values that *have to* match explicitly for the pattern to be valid, ?'s corresponding to Byte Values (notice in the Opcodes they always (seem to?) appear as long lines of numbers!).
The music in the background got me vibin' though.
Niiiice intro!
the tai lopez thing was awesome.
Hello!
I can recommend Guild Wars 2. Though it only passes 1 of requirements(it's free) it is possible to do many cool things.
Some basic information about GW2:
It's a F2P MMORPG game released in 2012, still has active players, size of it is around 60GBs, uses DirectX 9 and/or 11,
the physics engine is Havok
Why Guild Wars 2?
1. It doesn't have an anti-cheat
2. Packet hack is very fun to make and allows for interesting exploits(such as invincibility, no fall damage or animations changing visible on the server)
3. Movement from client is trusted by the server
4. It's good for reverse-engineering as it has debug messages that can help with RE(Note: Debug symbols of an early version of GW2 were leaked by the devs in ~2012)
5. It allows for cheats on which you've already made tutorials(for example: flyhack or ESP)
Guild Wars 2 is a solid game and is fun to play, but also to hack.
Thank you in advance for considering this game CasualGamer M.Sc. =D
Hello friend,
Thank you very much for the recommendation. I am well aware of GW2. in fact it is the game that got me started with GH many years ago :D which makes it all the more tempting to use it as a target. But as you say it still has a healthy amount of players. So I am torn on if I can "promote" hacking it.
What do you mean by, "select some lines which seem rather unique" How am I supposed to know if it's unique or not ?
AA Maker plugin will tell you if it's unique or not. If it isn't, select more lines in the disassembler window
Hello, when you declare a memBuffer vector and allocate space for it, do you have any restrictions on its size?
Why is CE Sig Maker considered better than AA Maker? CE Sig Maker doesn't check to see if AoB is unique. But AA Maker does.
Fair point. My preference has the following justifications:
1. AA Maker sometimes completely fails where Sig Maker does not. I assume due to memory protection.
2. Sig Maker has option to output IDA format
Edit: @1: I had this issue with C# games in particular
dude I like your video
Very epic
Thanks m8 and thanks for sticking around ^^ I namedroped you at the end of the video. Hope you dont mind
@@casualgamer1791 yeah I don't mind, thank you it is so sweet, I'm glad you liked the game, also thanks for these amazing videos, I actually achieve something in hacking because of your videos, my suggestion is that you should do a guide to overall writing a cheat, like first part: getting the addresses, second part: making UI, and so on, maybe you can try that on Terraria, though I recommend finishing it as it is a really great game, good luck mate!
Glad to hear that and great idea. I plan on covering ddl injection and function manipulation/calling next. Once we have all those tools we could use them all together to create a complete cheat start to finish.
Bro how did u get the size of module bytes?
Moduleinfo
great video! you should do some on GTA 5 - its very easy but func names are still non-readable etc lol
I cant download the CE plugin it says that I dont have access
same
Well thats anoying. Back when i made the video there was no account required. I'll see what i can do
@@casualgamer1791 I actually did create a account, but it says the same thing
Updated link in description. Works a bit different than the one in the video but does the same job
@@casualgamer1791 same installation instructions?
what if it has code integrity checks
Hi bro
Can i ask you about something
just ask :p
Bro i have cheat engine and play dynsty warriors 4 xl (USA) really i lovr this game I did everything in it ....But I couldn't modify two things can u help me of u want help me tell me i want see u video
Hello, do you have discord? I just need help with something that is quite simple but I can not seem to get around it. If you could get back to me that would be great thanks.
CasualGamer#2579
@@casualgamer1791 Sent (One Click)
Pointer is always 0 why?
Replace all DWORD with uintptr_t
Can you make Aimbot pls?
Auf diese weise zu sig scannen ist verdammt langsam
Warrock
Wie wärs mit Roblox Beeswarm Simulator
Danke für den Input. Für das nächste Video bleib ich jetzt mal bei Terraria. Hab hier schon viel Zeit in Recherche investiert ^^ aber ich schaus mir auf jeden fall an!
Csgo