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 


Suspend a process thread

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  
Author Message
tptdynamic
Newbie cheater
Reputation: 0

Joined: 06 Feb 2016
Posts: 13

PostPosted: Wed Mar 02, 2016 4:49 am    Post subject: Suspend a process thread Reply with quote

any ideas how to suspend a process thread with AA or Lua scripts. I need to suspend ntdll.dll!EtwNotificationRegister in client.exe process.
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Wed Mar 02, 2016 9:25 pm    Post subject: Reply with quote

Crash it?
Code:
xor eax,eax
mov eax,[eax]
Back to top
View user's profile Send private message
tptdynamic
Newbie cheater
Reputation: 0

Joined: 06 Feb 2016
Posts: 13

PostPosted: Wed Mar 02, 2016 11:32 pm    Post subject: Reply with quote

Not crash. Just because ntdll.... That protect game from debuger
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25788
Location: The netherlands

PostPosted: Thu Mar 03, 2016 3:08 am    Post subject: Reply with quote

how a about an infinite loop?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
hhhuut
Grandmaster Cheater
Reputation: 6

Joined: 08 Feb 2015
Posts: 607

PostPosted: Thu Mar 03, 2016 3:15 am    Post subject: Reply with quote

Which debugger do you use? Have you already tested the VEH, maybe that already solves the problem ...
Back to top
View user's profile Send private message
tptdynamic
Newbie cheater
Reputation: 0

Joined: 06 Feb 2016
Posts: 13

PostPosted: Thu Mar 03, 2016 4:17 am    Post subject: Reply with quote

I tested Veh but not work. But how can i do infinite loop?
Back to top
View user's profile Send private message
Redouane
Master Cheater
Reputation: 3

Joined: 05 Sep 2013
Posts: 363
Location: Algeria

PostPosted: Thu Mar 03, 2016 4:54 am    Post subject: Reply with quote

tptdynamic wrote:
I tested Veh but not work. But how can i do infinite loop?

Code:

alloc(continue,1024)
registersymbol(continue)
label(loop)

// thread executes here

loop:
cmp [continue],1 // if continue is not 1 then it'll loop
jne loop

// here, you are out of the loop (continue is 1)
// Run some more code, and jump somewhere

continue:
dd 0


Then write 1 to 'continue' to break from the loop (you can add that as a table entry, 'add address manually' then enter continue as address).
Back to top
View user's profile Send private message
tptdynamic
Newbie cheater
Reputation: 0

Joined: 06 Feb 2016
Posts: 13

PostPosted: Thu Mar 03, 2016 7:35 am    Post subject: Reply with quote

Oh thank
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 Discussions 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