Results 1 to 10 of 10
  1. #1
    Yepikiyay's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    320
    Reputation
    10
    Thanks
    37
    My Mood
    Drunk

    Thumbs up [VB]Combat Arms Multi Tool Source

    Credits: Br33Zzii, Dennis, acid_buRn, freedompeace, XGelite

    CBL Detector:
    Code:
    Dim url As String
            url = "https://thecaconline.net/cbl/cbl.php?player=" + TextBox1.Text
            Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create(url)
            Dim response As System.Net.HttpWebResponse = request.GetResponse()
            Dim sr As System.IO.StreamReader = New System.IO.StreamReader(response.GetResponseStream(), System.Text.Encoding.GetEncoding("windows-1252"))
            Dim Online As String
            Online = sr.ReadToEnd()
            If InStr(Online, "</S></FONT></A> ") Then
                Label2.Text = "BANNED"
                Label2.ForeColor = Color.Red
                Label2.Visible = True
            ElseIf InStr(Online, "cbl/images/clean.png") Then
                Label2.Text = "CLEAN"
                Label2.ForeColor = Color.Green
                Label2.Visible = True
            ElseIf InStr(Online, "cbl/images/dirty.png") Then
                Label2.Text = "DIRTY"
                Label2.ForeColor = Color.Red
                Label2.Visible = True
            End If
        End Sub
    Cleaner:
    Code:
    Public Class Cleaner
        Const WM_NCHITTEST As Integer = &H84
        Const HTCLIENT As Integer = &H1
        Const HTCAPTION As Integer = &H2
        Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
            Select Case m.Msg
                Case WM_NCHITTEST
                    MyBase.WndProc(m)
                    If m.Result = HTCLIENT Then m.Result = HTCAPTION
                Case Else
                    MyBase.WndProc(m)
            End Select
        End Sub
        Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
            Me.Close()
        End Sub
    
        Private Sub Cleaner_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    
        End Sub
    
        Private Sub CheckBox7_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox7.CheckedChanged
            If CheckBox7.Checked = True Then
                CheckBox1.Checked = True
                CheckBox2.Checked = True
                CheckBox3.Checked = True
                CheckBox4.Checked = True
                CheckBox5.Checked = True
                CheckBox6.Checked = True
                CheckBox9.Checked = True
            Else
                If CheckBox7.Checked = False Then
                    CheckBox1.Checked = False
                    CheckBox2.Checked = False
                    CheckBox3.Checked = False
                    CheckBox4.Checked = False
                    CheckBox5.Checked = False
                    CheckBox6.Checked = False
                    CheckBox9.Checked = False
                End If
            End If
        End Sub
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If CheckBox1.Checked Then
                On Error Resume Next
                Kill("C:\Nexon\Combat Arms\*.txt")
            If CheckBox2.Checked Then
                On Error Resume Next
                Kill("C:\Nexon\Combat Arms\*.jpg")
                If CheckBox3.Checked Then
                    On Error Resume Next
                    Kill("C:\Nexon\Combat Arms\*.bin")
                    If CheckBox4.Checked Then
                        On Error Resume Next
                        Kill("C:\Nexon\Combat Arms\*.v3d")
                        If CheckBox5.Checked Then
                            On Error Resume Next
                            Kill("C:\Nexon\Combat Arms\*.dmp")
                            If CheckBox6.Checked Then
                                On Error Resume Next
                                Kill("C:\Nexon\Combat Arms\*.dump")
                                    If CheckBox9.Checked Then
                                        On Error Resume Next
                                    Kill("C:\Nexon\Combat Arms\EndingBanner.exe")
                                    End If
                                End If
                            End If
                        End If
                    End If
                End If
            End If
        End Sub
    End Class
    Flashing LinkLabel:
    Code:
     Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
            System.Diagnostics.Process.Start("https://www.*********.com/")
        End Sub
    
        Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
            Timer1.Interval = (600)
            Me.LinkLabel1.Visible = Not Me.LinkLabel1.Visible
        End Sub
    well that its!

    I Hate You
    Current Status: Online Playing MineCraft

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    You may add a sample project.

    Very basic, thanks for the release though.



  3. #3
    Yepikiyay's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    320
    Reputation
    10
    Thanks
    37
    My Mood
    Drunk

    Lightbulb

    Quote Originally Posted by Blubb1337 View Post
    You may add a sample project.

    Very basic, thanks for the release though.
    im not at home and i dont have vb i wiped my HDD's 2 days ago

    I Hate You
    Current Status: Online Playing MineCraft

  4. #4
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    nice, this time you placed it on the right section

    plus this is a easy way for leechers to C&P and claim their code.. but still. thanks for share.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  5. #5
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    I don't think that CBL Detector works anymore.

    Pretty dumb way to make a cleaner, but i guess it works =/.

    The flashing label is kinda cool.

    Its all basic except the CBL Detector.

  6. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    [php]

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    If CheckBox1.Checked Then
    On Error Resume Next
    Kill("C:\Nexon\Combat Arms\*.txt")
    If CheckBox2.Checked Then
    On Error Resume Next
    Kill("C:\Nexon\Combat Arms\*.jpg")
    If CheckBox3.Checked Then
    On Error Resume Next
    Kill("C:\Nexon\Combat Arms\*.bin")
    If CheckBox4.Checked Then
    On Error Resume Next
    Kill("C:\Nexon\Combat Arms\*.v3d")
    If CheckBox5.Checked Then
    On Error Resume Next
    Kill("C:\Nexon\Combat Arms\*.dmp")
    If CheckBox6.Checked Then
    On Error Resume Next
    Kill("C:\Nexon\Combat Arms\*.dump")
    If CheckBox9.Checked Then
    On Error Resume Next
    Kill("C:\Nexon\Combat Arms\EndingBanner.exe")
    End If
    End If
    End If
    End If
    End If
    End If
    End If
    End Sub
    [/php]

    fail kill commands. If checkbox1 isn't checked then nothing else will clean. Give each Kill it's own "If -> End If" wrappers.

    Also this makes killing a lot easier

    [php]
    Private Sub Killa (ByVal ext as String)

    Kill("C:\Nexon\Combat Arms\" & ext)

    End Sub
    [/php]
    Then whenever you kill shit.

    say to remove endingbanner:

    [php]
    killa("EndingBanner.exe")
    [/php]

    chyeah.
    Last edited by Jason; 06-25-2010 at 03:47 AM.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. The Following User Says Thank You to Jason For This Useful Post:

    Yepikiyay (06-25-2010)

  8. #7
    tempta43's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    980
    Reputation
    23
    Thanks
    295
    My Mood
    Bored
    Epic Leech.
    I've seen this on like 10 websites.

  9. #8
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by tempta43 View Post
    Epic Leech.
    I've seen this on like 10 websites.
    well.. he is giving credits..
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  10. The Following User Says Thank You to 'Bruno For This Useful Post:

    Yepikiyay (06-25-2010)

  11. #9
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Nice tutorial... kinda.

    Err, copy and paste much?

  12. The Following User Says Thank You to Lolland For This Useful Post:

    Yepikiyay (06-25-2010)

  13. #10
    Yepikiyay's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    320
    Reputation
    10
    Thanks
    37
    My Mood
    Drunk
    Quote Originally Posted by lolland View Post
    Nice tutorial... kinda.

    Err, copy and paste much?
    Yea but o have credit where credit was due

    I Hate You
    Current Status: Online Playing MineCraft

Similar Threads

  1. [Release] Criss's Combat Arms Multi-Tool (Noob Version)
    By Criss-Cross in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 5
    Last Post: 06-16-2011, 08:05 PM
  2. [Discussion] Combat Arms Multi Tool
    By Takari1 in forum Combat Arms Discussions
    Replies: 3
    Last Post: 05-17-2011, 02:23 PM
  3. Combat Arms Multi Tool
    By [Minion]Fo in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 04-17-2010, 05:41 AM
  4. [Release] My First Combat Arms Multi-Tool
    By romario313 in forum Combat Arms Hacks & Cheats
    Replies: 26
    Last Post: 12-07-2009, 12:02 PM
  5. Combat Arms Utilities Open Source Project
    By User1 in forum Combat Arms Hacks & Cheats
    Replies: 28
    Last Post: 09-20-2009, 02:08 AM