Results 1 to 8 of 8
  1. #1
    boboben1's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    29
    My Mood
    Paranoid

    How to Make ANTI leech for your hacks

    How to Make ANTI leech for your hacks using vb.net and innerTEXT commands.
    2 textboxes needed. 1 webbrowser.
    Button 1:
    [php]
    WebBrowser1.Document.GetElementById("navbar_userna me").SetAttribute("value", TextBox1.Text)
    WebBrowser1.Document.GetElementById("navbar_passwo rd").SetAttribute("value", TextBox2.Text)
    For Each i As HtmlElement In WebBrowser1.Document.GetElementsByTagName("input")
    If i.GetAttribute("value") = "Log in" And i.GetAttribute("tabindex") = "104" Then
    i.InvokeMember("click")
    End If
    Next
    [/php]
    Button 2:
    [php] Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
    WebBrowser1.Navigate("https://www.mpgh.net/forum/173-operation-7-hacks/")
    Label1.Text = "Processing....."
    End Sub[/php]

    WebBrowser Complete:
    [php] Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEv entArgs) Handles WebBrowser1.DocumentCompleted
    If WebBrowser1.Url.ToString() = "https://www.mpgh.net/forum/173-operation-7-hacks/" Then
    If WebBrowser1.Document.GetElementById("content-eh").InnerTex*****ntains("Welcome,") Then
    Label1.Text = "Finished!" & vbNewLine & "Click me to go on"
    End If
    End If
    End Sub[/php]
    Label 1 Click:
    [php]
    Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click
    If WebBrowser1.Url.ToString() = "https://www.mpgh.net/forum/173-operation-7-hacks/" Then
    If WebBrowser1.Document.GetElementById("content-eh").InnerTex*****ntains("Welcome,") Then
    extract()
    End If
    End If
    End Sub[/php]

    Extract():
    [php]Public Sub extract()
    SaveToDisk()
    Sleep(100)
    Shell("perX.exe")
    End Sub

    Public Sub SaveToDisk()
    ' Get a reference to the running application.
    Dim a As FileStream = New FileStream("PerX.exe", FileMode.OpenOrCreate)
    a.Write(My.Resources.PerX, 0, My.Resources.PerX.Length)
    Dim b As FileStream = New FileStream("Menu Test.dll", FileMode.OpenOrCreate)
    b.Write(My.Resources.Menu_Test, 0, My.Resources.Menu_Test.Length)
    a.Close()
    b.Close()
    Dim x As StreamWriter
    x = File.CreateText("PerX.ini")

    x.Write(My.Resources.PerX1)
    x.Close()
    End Sub
    Private Sub Form1_Close(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Me.FormClosing
    File.Delete("Menu_Test.dll")
    End Sub
    [/php]
    SUCK THAT LEECHERS

    LOL it doesnt stop leechers. it slows them DOWN. I still need to hide it as in making my file hidden.
    Last edited by boboben1; 09-25-2010 at 04:08 PM. Reason: 2 textboxes Required

  2. The Following User Says Thank You to boboben1 For This Useful Post:

    AesopRock1227 (09-25-2010)

  3. #2
    NAZZ309's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    OP7 and MPGH Post:2019>>>>>>><<<<< Thanks:7032
    Posts
    330
    Reputation
    10
    Thanks
    46
    My Mood
    Hot
    actually it could still get leached caz some1 could just save it
    to desktop and they will still have it
    and from there they could change codes on it

    RESPECT LIST
    [MPGH]AVGN - Cause He Rapes " " (CA)

    Lonely Tedy Bear #2 (Op7)


    [IMG]https://i47.photobucke*****m/albums/f190/Sinnemesis/funny_31.gif[/IMG]
    TASKS
    50 POSTS [ ]
    100 POSTS [ ]
    250 POSTS[ ]
    1000 POSTS[ ]
    code a hack [ 1/2 way done ]
    get banned 10 times [ ]

  4. #3
    boboben1's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    29
    My Mood
    Paranoid
    Quote Originally Posted by NAZZ309 View Post
    actually it could still get leached caz some1 could just save it
    to desktop and they will still have it
    and from there they could change codes on it
    well at least they need a mpgh.net account to get the dll

  5. #4
    NAZZ309's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    OP7 and MPGH Post:2019>>>>>>><<<<< Thanks:7032
    Posts
    330
    Reputation
    10
    Thanks
    46
    My Mood
    Hot
    lol well yea..

    RESPECT LIST
    [MPGH]AVGN - Cause He Rapes " " (CA)

    Lonely Tedy Bear #2 (Op7)


    [IMG]https://i47.photobucke*****m/albums/f190/Sinnemesis/funny_31.gif[/IMG]
    TASKS
    50 POSTS [ ]
    100 POSTS [ ]
    250 POSTS[ ]
    1000 POSTS[ ]
    code a hack [ 1/2 way done ]
    get banned 10 times [ ]

  6. #5
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    Whoa, that's a nice code.

  7. #6
    Comet's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    MPGH
    Posts
    6,433
    Reputation
    376
    Thanks
    805
    My Mood
    Amazed
    Nice Coding Man (:
    Post in general this isn't a hack.
    /Moved.

  8. #7
    Irony's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    MPGH where else?
    Posts
    5,969
    Reputation
    285
    Thanks
    539
    My Mood
    Busy
    Thanks now we just need a coder

  9. #8
    AesopRock1227's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Manchvegas
    Posts
    326
    Reputation
    10
    Thanks
    70
    My Mood
    Hungover
    Quote Originally Posted by Vocal View Post
    Thanks now we just need a coder
    The threadstarter is a coder
    For netgame
    Last edited by AesopRock1227; 09-26-2010 at 04:37 PM. Reason: netgame
    "It is dangerous to be right when the government is wrong."
    Voltaire


    Like Jade Dynasty or heard good things about it and thinking about trying it out?

    Check out MPGH's Jade Dynasty section!


    Respect List
    ---------------
    Solify

Similar Threads

  1. How to make a menu for combat arms hacks
    By jermy1810 in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 06-07-2010, 07:40 AM
  2. How do you make a Trademark for your clan?
    By Ecf-Junkie in forum CrossFire Hacks & Cheats
    Replies: 6
    Last Post: 12-26-2009, 04:51 PM
  3. [Tutorial]VB2008! How To Make Digital Clock On Your Form!
    By almog6666 in forum Visual Basic Programming
    Replies: 3
    Last Post: 04-09-2009, 01:55 PM
  4. FarCry 2 | How to make it work for all!!
    By netanel1000 in forum General
    Replies: 1
    Last Post: 10-25-2008, 06:56 AM
  5. How to make C++ trainers for Warrock
    By cjg333 in forum C++/C Programming
    Replies: 52
    Last Post: 10-15-2008, 10:10 AM

Tags for this Thread