Hacker WarRock :: [tuto] Cré son propre Nudge Tool Script ( MSN )
Hacker WarRock Forum Index
Hacker WarRock
Les meilleurs Hacks WarRock!!
 
Hacker WarRock Forum IndexFAQSearchRegisterLog in

:: [tuto] Cré son propre Nudge Tool Script ( MSN ) ::

 
Post new topic   Reply to topic    Hacker WarRock Forum Index -> Programmation -> Visual basic 2008
Previous topic :: Next topic  
Author Message
[Ṗяø] ◄Яɪɢнτ
Hacker Pro
Hacker Pro

Offline

Joined: 31 Jan 2010
Posts: 516
Système d'exploitation: Vista
Localisation: Vosges
Masculin Taureau (20avr-20mai)
LVL Warrock: lvl 34
Moyenne de points: 0.60

PostPosted: Tue 2 Nov 2010 - 07:10    Post subject: [tuto] Cré son propre Nudge Tool Script ( MSN ) Reply with quote

Petit tuto pour crée un spammer de wizz :


Il faut :


- 1 listbox
- 1 timer
- 2 buttons
- 1 textbox


Ensuite inserer ce code au dessus de "Public Class Form1" :


 
Code:


Imports MessengerAPI
Imports System.Runtime.InteropServices 


Inserer en dessous de "Public Class Form1" ce code


 
Code:


Dim msn As New MessengerAPI.Messenger
    Dim msn2 As New MessengerAPI.Messenger
    Private Declare Function Chat Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Integer
    Private Declare Function Nudge Lib "user32" Alias "SendMessageA" (ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, ByRef lParam As Integer) As Integer
 



Avec ce code on déclare 2 fonctions : la première sert a trouvé la fentre du contact cible, la 2éme sert a envoyé un message. De plus on déclare 2 messengerApi pour controler msn.


Apres ceci inserer le code dans le premier boutton :



 
Code:



Timer1.Enabled = True ' on active juste le timer
        Timer1.Start() 


Dans le timer ajouter ceci :

 
Code:



Dim win As Integer
        Try ' essaie de spam
            msn.InstantMessage(TextBox1.Text) ' envoie le wizz a l'adresse dans la textbox1
            win = Chat("IMWindowClass", vbNullString) ' on utilise la function Chat declarer au debut
            Nudge(win, &H111S, &H2B1S, 0) ' envoie un wizz
            Me.TopMost = True ' permet que la fenetre reste au 1er plan
        Catch
        End Try
 


Regler l'interval du timer pour regler la vitesse du spam.


Dans le 2eme boutton ajouter ce code qui stop le timer :


 
Code:



Timer1.Enabled = False
        Timer1.Stop() 


Dans le "sub form1_load" ajouter ce code :

 
Code:



Dim msncontact As IMessengerContact
        Dim msncontacts As IMessengerContacts
        msncontacts = msn.MyContacts
        ListBox1.Items.Clear()
        For Each msncontact In msncontacts
            If msncontact.Status <> MISTATUS.MISTATUS_OFFLINE Then
                ListBox1.Items.Add(msncontact.SigninName)
            End If
        Next 


Se code permet de faire une liste de vos contacte en ligne

Ensuite double cliquez sur votre listbox1 est ajoutez ce code



 
Code:


TextBox1.Text = ListBox1.Text 




Et voila organizer vos boutton etc ... et vous avez créé un spammer de wizz , mais pour l'utiliser correctement il faut patcher la limitations Wink



 


Back to top
Visit poster’s website
Řųsħ-βэяsэkэя
Hacker Pro
Hacker Pro

Offline

Joined: 18 Jun 2010
Posts: 364
Système d'exploitation: Vista
Localisation: Derrière toi !!
Masculin Capricorne (22déc-19jan)
LVL Warrock: lvl 65
Moyenne de points: 1.00

PostPosted: Tue 2 Nov 2010 - 16:21    Post subject: [tuto] Cré son propre Nudge Tool Script ( MSN ) Reply with quote

Sa sert a quoi ?

Back to top
th3k1n9127
Membre
Membre

Offline

Joined: 03 Nov 2010
Posts: 14
Système d'exploitation: XP
Localisation: nord-pas-de-calais
Masculin Lion (24juil-23aoû)
Moyenne de points: 1.07

PostPosted: Wed 3 Nov 2010 - 03:51    Post subject: [tuto] Cré son propre Nudge Tool Script ( MSN ) Reply with quote

sa  reproduit se ek tu a écrit

Back to top
MSN Skype
Display posts from previous:   
Post new topic   Reply to topic    Hacker WarRock Forum Index -> Programmation -> Visual basic 2008 All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  

Index | Create a forum | Free support forum | Free forums directory | Report a violation | Conditions générales d'utilisation

© Hacker-WarRock © 2009 - 2012
Powered by WeWeWe13 & Himka