[beta] Several Scripts Inside |
Author: |
Message: |
Huhu_Manix
Full Member
Upload me again... *salivate*
Posts: 106
– / / –
Joined: Jul 2006
|
RE: [beta] Several Scripts Inside
If someone want a nudger, i've made a c++ script ( with a MP!L script, that freeze and crash WLM ) to send infinite nudge to the last focus chat window ( if the protection is disable ).
This code'll freeze WLM ( but not crashed it ), so you can add "Sleep(x);" if you want.
code: #include <windows.h>
#include <stdio.h>
int main(){
HWND hMSGRUI = FindWindow("IMWindowClass", NULL);
for(int i=0; true; i++){
SendMessage(hMSGRUI, 273, 689, 0);
printf("\r %d", i);
// Sleep(1);
}
return 0;
}
bigbob85 -> You can use the "SendMessage" function to send a nudge without limit. Look at : http://shoutbox.menthix.net/showthread.php?tid=65...d=719603#pid719603
This post was edited on 09-21-2006 at 04:04 PM by Huhu_Manix.
|
|
09-21-2006 04:04 PM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: [beta] Several Scripts Inside
quote: Originally posted by Plik
quote: Originally posted by bigbob85
Ahhh. I never knew that.
What about if you sit in a chat box, with /nudge copied, and you keep pasting it, you can have endless then right?
Or you could send the window the correct windows message to make it think the nudge button has been pressed. (Use a message spy like spy++ to work out the message )
Example:
code: var WM_COMMAND = 0x0111;
function SendNudge(ChatWnd){
Interop.Call('User32', 'SendMessageW', ChatWnd.Handle, WM_COMMAND, (689 | (0 << 8)), 0);
}
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
if(Message == '!nudge') SendNudge(ChatWnd);
}
|
|
09-21-2006 05:11 PM |
|
|
MattyRid
Veteran Member
Red Bull Racing Australia
Posts: 1321 Reputation: 21
– / /
Joined: Jan 2006
Status: Away
|
RE: [beta] Several Scripts Inside
Just as a question...why are you script when I'm downloading them come up as zip files rather than pslc files?
P.S I did realise that I had to change the file extenstion but I just want to know the cause of that.
Red Bull Racing Australia - Triple Eight Race Engineering - Holden
|
|
09-24-2006 02:32 AM |
|
|
Chris4
Elite Member
Posts: 4461 Reputation: 84
33 / /
Joined: Dec 2004
|
RE: [beta] Several Scripts Inside
'Sme' is nice, just wish it wouldn't lg the name change. :-\
|
|
09-24-2006 02:50 AM |
|
|
bigbob85
Full Member
Is Good, Is Bob...
Posts: 128 Reputation: 4
37 / /
Joined: Jul 2003
|
O.P. RE: RE: [beta] Several Scripts Inside
quote: Originally posted by MattyRid
Just as a question...why are you script when I'm downloading them come up as zip files rather than pslc files?
P.S I did realise that I had to change the file extenstion but I just want to know the cause of that.
Err... There downloading as .plsc for me.
Anyone know what could be causing this?
quote: Originally posted by Chris4
'Sme' is nice, just wish it wouldn't lg the name change. :-\
lg?
|
|
09-24-2006 07:09 AM |
|
|
Kenji
Veteran Member
Previously: Dazmatic, Dazzy, :zippy:
Posts: 1226 Reputation: 39
32 / /
Joined: Jun 2006
Status: Away
|
RE: [beta] Several Scripts Inside
quote: Originally posted by bigbob85
lg?
I think he means lag, Doesnt for me though
|
|
09-24-2006 07:19 AM |
|
|
noroom
Full Member
www.noroom.tk
Posts: 107 Reputation: 4
Joined: Sep 2003
|
RE: [beta] Several Scripts Inside
So Clear-er will stop filetransfers and activities? Not good. =/
|
|
09-24-2006 07:34 AM |
|
|
markee
Veteran Member
Posts: 1622 Reputation: 50
36 / /
Joined: Jan 2006
|
RE: [beta] Several Scripts Inside
quote: Originally posted by Dazmatic
quote: Originally posted by bigbob85
lg?
I think he means lag, Doesnt for me though
I think he actually means log, as in the event logger. This would spam it quite a lot.
|
|
09-24-2006 08:17 AM |
|
|
bigbob85
Full Member
Is Good, Is Bob...
Posts: 128 Reputation: 4
37 / /
Joined: Jul 2003
|
O.P. RE: RE: [beta] Several Scripts Inside
quote: Originally posted by markee
I think he actually means log, as in the event logger. This would spam it quite a lot.
Ah, yeah, I didn't think of that.
Well theres heaps of scripts out there that change your PSM, surely that would spam it alot to.
quote: Originally posted by noroom
So Clear-er will stop filetransfers and activities? Not good. =/
I didn't think of that either.
|
|
09-24-2006 11:04 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: [beta] Several Scripts Inside
quote: Originally posted by Zoozoo
ATS is good, although i think the sound may gete to be a bit annoying, though it works so heck it doesnt really matter.
ATS does not work at all... it is full of bugs and has very big flaws.
look here:
CookieRevised's reply to [Request] Block someone if login too many times for X period of time
quote: Originally posted by noroom
So Clear-er will stop filetransfers and activities? Not good. =/
indeed
-------------------------------------
sorry bigbob85, although the ideas are nice, you need to take in account a whole bunch of stuff when you're scripting and making stuff like that (especially when releasing such things in publics)
This post was edited on 09-24-2006 at 12:12 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
09-24-2006 11:59 AM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|