Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How can I do this in auto assembler

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
KujoEats
How do I cheat?
Reputation: 0

Joined: 29 Apr 2016
Posts: 3

PostPosted: Fri Apr 29, 2016 8:34 pm    Post subject: How can I do this in auto assembler Reply with quote

Probably wrong section, but I figured out how to do no recoil in cheat engine for mw2. I go to the address in memory viewer and then go to the bytes (74 22 48 43 e2 3d 4v) not exact but u know, anyway I change the first 2 sets too (00 EB), and it goes no recoil, can somebody use a fake address and make me a script for this and explain everthing in it?
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4722

PostPosted: Fri Apr 29, 2016 9:44 pm    Post subject: Reply with quote

Code:
aobscan(fakeaddress,74 22 48 43 e2 3d 4v)

fakeaddress:
  db 00 EB

aobscan - scans for an AoB and stores it into the local symbol fakeaddress.

db 00 EB - declare bytes; writes bytes to a spot in memory.

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
KujoEats
How do I cheat?
Reputation: 0

Joined: 29 Apr 2016
Posts: 3

PostPosted: Sat Apr 30, 2016 4:21 am    Post subject: Reply with quote

ParkourPenguin wrote:
Code:
aobscan(fakeaddress,74 22 48 43 e2 3d 4v)

fakeaddress:
  db 00 EB

aobscan - scans for an AoB and stores it into the local symbol fakeaddress.

db 00 EB - declare bytes; writes bytes to a spot in memory.


It's working, but do you know about how to do this in C++ or any other language that I can use this via exe?
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4722

PostPosted: Sat Apr 30, 2016 9:11 am    Post subject: Reply with quote

https://msdn.microsoft.com/en-us/library/windows/desktop/ms681674%28v=vs.85%29.aspx

Besides that, use Google.

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
PinPoint
Expert Cheater
Reputation: 10

Joined: 07 Apr 2016
Posts: 223
Location: Scotland

PostPosted: Sat Apr 30, 2016 10:24 am    Post subject: Reply with quote

KujoEats wrote:


It's working, but do you know about how to do this in C++ or any other language that I can use this via exe?


Watch this series of videos from Guided Hacking to see how to make an external hack or dll injection with c++. Assuming this is what you meant by "via exe"
They go step by step from finding the value, writing the C++ code and to the finished product.
https://www.youtube.com/watch?v=A_MrrAo8uLk
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Sat Apr 30, 2016 12:03 pm    Post subject: Reply with quote

KujoEats wrote:
ParkourPenguin wrote:
Code:
aobscan(fakeaddress,74 22 48 43 e2 3d 4v)

fakeaddress:
  db 00 EB

aobscan - scans for an AoB and stores it into the local symbol fakeaddress.

db 00 EB - declare bytes; writes bytes to a spot in memory.


It's working, but do you know about how to do this in C++ or any other language that I can use this via exe?


In a few steps

Get handle of process (FindWindow/GWTPI API/OpenProcess or Toolhelpsnapshot/OpenProcess - the exe name searching route)

Dump game memory - not whole but parts. Only searching module makes it fast (ReadProcessMemory/querymem regions)

OR

My favorite - inject your dll into game and scan game's memory directly

Make your own pattern search function.

Once you find the signature/aob, modify it through WPM or directly if you're inside the game.

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
KujoEats
How do I cheat?
Reputation: 0

Joined: 29 Apr 2016
Posts: 3

PostPosted: Sat Apr 30, 2016 5:12 pm    Post subject: Reply with quote

Can you point me towards injecting a dll into the game and scanning the memory, how to go about it? I got a sig scan off line now I just need to learn how to do that.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites