Shoutbox

Nudge script - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Nudge script (/showthread.php?tid=80939)

Nudge script by chazb2k8banbury on 01-14-2008 at 08:30 PM

with the nudge script i typed in for it to do it every 0,1 seconds but it was still saying you cand sned nudges that often
is there anyway i can do it like every 0.1 seconds or even like every sec??? thx(Y)


RE: Nudge script by Spunky on 01-14-2008 at 09:24 PM

No and you will not find help for it here as it's really annoying


RE: Nudge script by Twitchy on 01-14-2008 at 10:03 PM

In the past, I did this, though manually - The time restriction on nudges is done internally, and so you could find the boolean value in memory which changes to 1 after you nudge, and back to 0 three seconds later. You could lock this value using an external memory editor,  or you could write up a dll which would allow modification of windows messenger in memory, and link to it with your nudge script. If you find the address (There are many tutorials on memory editing online), and have a loop constantly setting the value to 0 then this will remove the restriction.

However, I would guess that is slightly beyond your ability and thus this information is a curiosity at most.