What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Unlimited Nudges script

Unlimited Nudges script
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Unlimited Nudges script
quote:
Originally posted by BrendanL
Is mess.be safe?
It is as safe as any other patch. A patch changes code in a program. If the patch screws it up (because it patches the wrong address because you are trying to patch a different version than for what the patch was intended, unexpected stuff might happen like crashes).

MessPatch, as well as the other very well known A-patch are tested and used by thousands of people. But this still does not garantuee they are bug free of course. As a matter of fact, certain stuff in those patches have sideeffects and can screw up addons like Messenger Plus!. Patches should always be used at your own risk.

Also, hard-patching (= physically changing program code on disc) is illegal. Note that it is not because everybody does it that it is not illegal. Soft-patching (eg: a script like requested here) is less illegal (if there is such a thing), thus still not totally 100% legal as you still change programming code, you only don't modify the physical files.


Tutorials and detailed explanations related to patching:

What's the difference between disassembling and decompiling?
CookieRevised's reply to Decompile dll

How do you know what bytes to patch (and other questions):
CookieRevised's reply to [Tut-Updated 08/04/05] Resource Hacking - Hex Editing

What is hex-editing and patching:
CookieRevised's reply to Help with understanding.


quote:
Originally posted by absorbation
Patches don't take any room on your PC, they directly edit the hex values within the program :)
true... however, one inaccuratie here... they don't change hex values. A hex value is only a means to display a certain byte value. You can also display it as a decimal number, binary number, octal number, ascii character, whatever... Patches change bytes. And those bytes form the code of the program.

Hex values are only a way to represent those bytes and codes.


quote:
Originally posted by ForestLand
but why make it a script when u can get mess patch...
1) Because a script can be turned on/off on the fly.
2) You don't have the drawback that other features don't work anymore because you patched msgr...
3) etc...


quote:
Originally posted by skyserpent
the script would be good for developing into other scripts.
quote:
Originally posted by CookieRevised
example on how to do it can be found in my Idle on demand script.

This post was edited on 08-30-2006 at 05:45 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-30-2006 05:14 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Unlimited Nudges script - by BrendanL on 08-30-2006 at 02:49 AM
RE: Unlimited Nudges script - by NiteMare on 08-30-2006 at 02:55 AM
RE: Unlimited Nudges script - by BrendanL on 08-30-2006 at 02:57 AM
RE: Unlimited Nudges script - by DarkMe on 08-30-2006 at 03:01 AM
RE: Unlimited Nudges script - by BrendanL on 08-30-2006 at 03:04 AM
RE: Unlimited Nudges script - by DarkMe on 08-30-2006 at 03:06 AM
RE: Unlimited Nudges script - by BrendanL on 08-30-2006 at 03:07 AM
RE: Unlimited Nudges script - by Reload2 on 08-30-2006 at 03:18 AM
RE: Unlimited Nudges script - by BrendanL on 08-30-2006 at 03:27 AM
RE: Unlimited Nudges script - by Matti on 08-30-2006 at 08:23 AM
RE: Unlimited Nudges script - by Underlord on 08-30-2006 at 09:21 AM
RE: Unlimited Nudges script - by absorbation on 08-30-2006 at 10:29 AM
RE: Unlimited Nudges script - by CookieRevised on 08-30-2006 at 12:16 PM
RE: Unlimited Nudges script - by Kenji on 08-30-2006 at 12:22 PM
RE: Unlimited Nudges script - by skyserpent on 08-30-2006 at 02:11 PM
RE: Unlimited Nudges script - by ForestPlus! on 08-30-2006 at 02:17 PM
RE: RE: Unlimited Nudges script - by skyserpent on 08-30-2006 at 05:09 PM
RE: Unlimited Nudges script - by Reload2 on 08-30-2006 at 02:53 PM
RE: Unlimited Nudges script - by saralk on 08-30-2006 at 02:57 PM
RE: Unlimited Nudges script - by Felu on 08-30-2006 at 03:00 PM
RE: Unlimited Nudges script - by ForestPlus! on 08-30-2006 at 03:34 PM
RE: Unlimited Nudges script - by Reload2 on 08-30-2006 at 04:04 PM
RE: Unlimited Nudges script - by CookieRevised on 08-30-2006 at 05:14 PM
RE: Unlimited Nudges script - by BrendanL on 08-30-2006 at 07:42 PM
RE: Unlimited Nudges script - by CookieRevised on 08-30-2006 at 10:39 PM
RE: Unlimited Nudges script - by Chris4 on 08-30-2006 at 11:43 PM
RE: Unlimited Nudges script - by ForestPlus! on 08-31-2006 at 08:10 AM
RE: Unlimited Nudges script - by linx05 on 08-31-2006 at 02:04 PM
RE: Unlimited Nudges script - by ForestPlus! on 08-31-2006 at 02:09 PM
RE: Unlimited Nudges script - by Chocolatino on 11-11-2006 at 04:56 PM
RE: Unlimited Nudges script - by BrendanL on 11-11-2006 at 05:03 PM
RE: Unlimited Nudges script - by Jimbo on 11-11-2006 at 05:07 PM
RE: RE: Unlimited Nudges script - by BrendanL on 11-11-2006 at 05:14 PM
RE: Unlimited Nudges script - by Chocolatino on 11-11-2006 at 05:07 PM
RE: Unlimited Nudges script - by CookieRevised on 11-12-2006 at 12:31 AM
RE: Unlimited Nudges script - by questsin on 01-21-2007 at 04:01 AM
RE: Unlimited Nudges script - by Sebby on 02-01-2007 at 12:12 AM
RE: Unlimited Nudges script - by Eljay on 02-03-2007 at 06:47 PM
RE: Unlimited Nudges script - by CookieRevised on 02-04-2007 at 12:03 AM
RE: Unlimited Nudges script - by psycho_maniac on 03-05-2007 at 12:52 AM
RE: Unlimited Nudges script - by markee on 03-05-2007 at 01:09 AM
RE: RE: Unlimited Nudges script - by BrendanL on 03-05-2007 at 02:41 AM
RE: RE: RE: Unlimited Nudges script - by psycho_maniac on 03-05-2007 at 06:02 AM
RE: Unlimited Nudges script - by High Speed Chaser on 03-05-2007 at 06:16 AM
RE: Unlimited Nudges script - by Cool Fruits on 03-05-2007 at 06:42 AM
RE: Unlimited Nudges script - by High Speed Chaser on 03-05-2007 at 07:50 AM
RE: Unlimited Nudges script - by CookieRevised on 03-05-2007 at 11:34 AM
RE: RE: Unlimited Nudges script - by BrendanL on 03-06-2007 at 12:43 AM
RE: Unlimited Nudges script - by MicroWay on 03-06-2007 at 01:38 AM
RE: Unlimited Nudges script - by psycho_maniac on 03-06-2007 at 09:40 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On