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 


[Release] Updated script for infinite nudges in MSN 8.5
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> Auto Assembler tutorials
View previous topic :: View next topic  
Author Message
Stylo
Grandmaster Cheater Supreme
Reputation: 3

Joined: 16 May 2007
Posts: 1073
Location: Israel

PostPosted: Fri Feb 29, 2008 9:46 am    Post subject: [Release] Updated script for infinite nudges in MSN 8.5 Reply with quote

Version of Messanger: 8.5.1302.1018

Code:

[enable]
alloc(newmem,50)
label(returnhere)

00621530:
jmp newmem
nop

returnhere:

newmem:
mov eax,1
mov [esi+000002e0],eax
jmp returnhere

[disable]
dealloc(newmem)

00621530:
mov [esi+000002e0],eax
[/code]
_________________
Stylo
Back to top
View user's profile Send private message
hacksign23
Master Cheater
Reputation: 0

Joined: 26 Nov 2006
Posts: 404

PostPosted: Fri Mar 07, 2008 12:59 am    Post subject: How to use Reply with quote

How to use:
1. Assign to Cheat Table
2. Enable
3. Click Nudge rapidly, because once it's done, it will say "it's normal crap"
Ex.
Annoy:
Jesus
Nudge (click X 100)
Don't stop clicking 'till your tired.
The older version is just click, wait, click again.

_________________
Back to top
View user's profile Send private message AIM Address
Stylo
Grandmaster Cheater Supreme
Reputation: 3

Joined: 16 May 2007
Posts: 1073
Location: Israel

PostPosted: Fri Mar 07, 2008 6:22 am    Post subject: Reply with quote

i also patched nudges with CE and created other msnmsgr.exe file for that
just replace it with your original one and u can spam nugdes..
btw if you'll stop nudging for 1 or 2 seconds it'll say you need to wait..
after that you'll be able to spam nudge again =D

download here - http://www.mediafire.com/?tmmj2m0yvd1

_________________
Stylo
Back to top
View user's profile Send private message
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Wed Mar 12, 2008 8:41 am    Post subject: Reply with quote

Find out what writes to the nudge value address (the one that holds the value of if you're able to nudge, not able to nudge or nudging right now) and replace also the address that changes the value to 0 (not being able to nudge) with nop.
Back to top
View user's profile Send private message
hacksign23
Master Cheater
Reputation: 0

Joined: 26 Nov 2006
Posts: 404

PostPosted: Wed Mar 12, 2008 8:09 pm    Post subject: Reply with quote

?? I'm not sure you can do that. Lemme try nudging your account. I tried doing Binary, Unknown initial value, and some other stuff. I didn't find the address. Maybe because I did something wrong.
_________________
Back to top
View user's profile Send private message AIM Address
kamiknx
Cheater
Reputation: 0

Joined: 12 Mar 2008
Posts: 35

PostPosted: Thu Mar 13, 2008 9:02 am    Post subject: Reply with quote

Nice!

Just...

How can I find the address of the nudge, I have to insert this code there, right?

_________________
神 Knx
Back to top
View user's profile Send private message
24653187
Expert Cheater
Reputation: 0

Joined: 19 Aug 2007
Posts: 214
Location: 218.255.97.194/61.18.170.???

PostPosted: Thu Mar 13, 2008 10:38 am    Post subject: Reply with quote

hacksign23 wrote:
?? I'm not sure you can do that. Lemme try nudging your account. I tried doing Binary, Unknown initial value, and some other stuff. I didn't find the address. Maybe because I did something wrong.


it's probably 1 and 0. no need to be too complicated

_________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks

and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum

and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed
Back to top
View user's profile Send private message
kamiknx
Cheater
Reputation: 0

Joined: 12 Mar 2008
Posts: 35

PostPosted: Thu Mar 13, 2008 10:48 am    Post subject: Reply with quote

I found a easier way.

Ok, first to find the address:

1. Search for 1
2. Nudge
3. Search for 0 (fast enough to the nudge don't be unblocked)
4. Wait some seconds
5. Search for 1
6. Nudge
7. Search for 0

You probably will get two address, the last one to change to 1 will be the nudge lock, add to the list and check Frozen.

You can nudge anytime...

_________________
神 Knx
Back to top
View user's profile Send private message
24653187
Expert Cheater
Reputation: 0

Joined: 19 Aug 2007
Posts: 214
Location: 218.255.97.194/61.18.170.???

PostPosted: Thu Mar 13, 2008 10:51 am    Post subject: Reply with quote

kamiknx wrote:
I found a easier way.

Ok, first to find the address:

1. Search for 1
2. Nudge
3. Search for 0 (fast enough to the nudge don't be unblocked)
4. Wait some seconds
5. Search for 1
6. Nudge
7. Search for 0

You probably will get two address, the last one to change to 1 will be the nudge lock, add to the list and check Frozen.

You can nudge anytime...


P.S to nudge faster, close the window, reopen, and nudge.

_________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks

and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum

and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed
Back to top
View user's profile Send private message
kamiknx
Cheater
Reputation: 0

Joined: 12 Mar 2008
Posts: 35

PostPosted: Thu Mar 13, 2008 11:44 am    Post subject: Reply with quote

I also found what writes to that address and changed the values of eax which is 1/0.

There is
Code:
neg eax

Changed to
Code:
nop


And another address:
Code:
add [eax].3

Changed to
Code:
nop


(So it will never be 0, you don't have any kind of delay)

How can I save in a new executable?

_________________
神 Knx
Back to top
View user's profile Send private message
24653187
Expert Cheater
Reputation: 0

Joined: 19 Aug 2007
Posts: 214
Location: 218.255.97.194/61.18.170.???

PostPosted: Thu Mar 13, 2008 11:47 am    Post subject: Reply with quote

kamiknx wrote:
I also found what writes to that address and changed the values of eax which is 1/0.

There is
Code:
neg eax

Changed to
Code:
nop


And another address:
Code:
add [eax].3

Changed to
Code:
nop


(So it will never be 0, you don't have any kind of delay)

How can I save in a new executable?


trainer.

_________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks

and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum

and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed
Back to top
View user's profile Send private message
kamiknx
Cheater
Reputation: 0

Joined: 12 Mar 2008
Posts: 35

PostPosted: Thu Mar 13, 2008 12:10 pm    Post subject: Reply with quote

Could you point a simple tutorial, like making a trainer for pinball or something like that?

I couldn't understand the ones I found...

_________________
神 Knx
Back to top
View user's profile Send private message
24653187
Expert Cheater
Reputation: 0

Joined: 19 Aug 2007
Posts: 214
Location: 218.255.97.194/61.18.170.???

PostPosted: Thu Mar 13, 2008 12:12 pm    Post subject: Reply with quote

kamiknx wrote:
Could you point a simple tutorial, like making a trainer for pinball or something like that?

I couldn't understand the ones I found...


pinball? that's for newbie idiots!

ok, then just send me, or someone else that's not newbie, and we can finish that really fast

_________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks

and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum

and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed
Back to top
View user's profile Send private message
kamiknx
Cheater
Reputation: 0

Joined: 12 Mar 2008
Posts: 35

PostPosted: Thu Mar 13, 2008 12:19 pm    Post subject: Reply with quote

Yes, I'm a newbie.
Didn't you see me title?
"How do I cheat?"

Seriously, like this tutorial:
http://forum.cheatengine.org/viewtopic.php?p=1365624#1365624

He gives the code, but WHERE DO I INSERT that code???
And whats next? It will generate a new exe file?

That's what I can't understand...

Thanks for the patience...

_________________
神 Knx
Back to top
View user's profile Send private message
24653187
Expert Cheater
Reputation: 0

Joined: 19 Aug 2007
Posts: 214
Location: 218.255.97.194/61.18.170.???

PostPosted: Thu Mar 13, 2008 12:29 pm    Post subject: Reply with quote

kamiknx wrote:
Yes, I'm a newbie.
Didn't you see me title?
"How do I cheat?"

Seriously, like this tutorial:
http://forum.cheatengine.org/viewtopic.php?p=1365624#1365624

He gives the code, but WHERE DO I INSERT that code???
And whats next? It will generate a new exe file?

That's what I can't understand...

Thanks for the patience...


use auto assemble->code injection.......

and CE's exe file isn't able to do code injection by exe

so don't ask me, and make sure you used tutorial!!!!

_________________
newbies post these threads:
1. all capital letters
2. lots of exclamation marks

and these posts:
1. no punctuation marks
2. not enough information
3. post on wrong forum

and these attitudes:
1. unformal words
2. say "thanks" in 90% post
3. angry when got pissed
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> Auto Assembler tutorials All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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