wotdewot


Become a fan of TBN!

IRC Web Connect: (mibbit) (java)
Navigation » The Botting Network > The Botting Sector > Bot Exploiting » New Auth GUI


Reply

 

Thread Tools Display Modes
Old 07-09-2009, 02:58 PM   #21
Regular Member
 
Join Date: Jun 2009
Posts: 101
Thanked 0 Times
Reputation: 9
Default

That is classy, I love it. 9/10!!
goldenhelpdesk is offline   Reply With Quote
Old 07-09-2009, 08:30 PM   #22
I Leech Bots
 
Shermanator's Avatar
 
Join Date: Jul 2009
Location: San Diego, CA
Posts: 24
Thanked 0 Times
Reputation: 0
Default

haha looks like the photoshop opening screen
very smooth and sleek, 10/10
Shermanator is offline   Reply With Quote
Old 07-09-2009, 08:47 PM   #23
Administrator/Noob Helper
 
Join Date: Jan 2009
Posts: 535
Thanked 13 Times
Reputation: 61
Default

Auth is mostly done. Here's what the finished product looks like.

http://grapplinghookcoding.com/AuthPreview.exe
__________________

Originally Posted by Andy View Post
i hope he gets his pussy eaten by a walrus
grapplinghook is offline   Reply With Quote
Old 07-10-2009, 12:24 AM   #24
HD
Banned
 
Join Date: Jan 2009
Location: Never You Mind! TBN's Unofficial Dictator
Posts: 862
Thanked 1 Time
Reputation: 35
Default

Originally Posted by grapplinghook View Post
Auth is mostly done. Here's what the finished product looks like.

http://grapplinghookcoding.com/AuthPreview.exe
You should add hand cursor to the close picturebox.
HD is offline   Reply With Quote
Old 07-10-2009, 05:48 AM   #25
Been Around
 
Join Date: Jan 2009
Posts: 314
Thanked 0 Times
Reputation: 22
Default

this new auth is ALMOST a bit sexier than grapp
ALMOST
not really tho

no joking aside
shits sexy as fuck
rubberchickenmx is offline   Reply With Quote
Old 07-13-2009, 06:42 PM   #26
Ninja Member
 
Join Date: Apr 2009
Location: On my computer
Posts: 591
Thanked 1 Time
Reputation: 79
Send a message via MSN to lamlam
Default

This auth doesn't look like Photoshop, it looks like After Effects:

lamlam is offline   Reply With Quote
Old 07-18-2009, 03:46 AM   #27
Banned
 
Join Date: Jul 2009
Posts: 110
Thanked 0 Times
Reputation: 1
Default

Mhhh... its a bit confusing where the "close" button is
Maybe reverse the location at the right like any windows
The TBN logo and all a bit more to the left .
Personal opinion really ;x
tythuy is offline   Reply With Quote
Old 07-18-2009, 07:33 PM   #28
Banned
 
Join Date: Jul 2009
Location: Nöt Tëllïng ▼_▼
Posts: 58
Thanked 0 Times
Reputation: 1
Send a message via AIM to Expert Cheater
Default

not 100% Complete yet you need to add code so when you Grab the Form it will move right now you cant Move it and to do this add this code
Code:
Imports System.Runtime.InteropServices
Public Class Form1
    Private Const BorderWidth As Integer = 6
    Private _resizeDir As ResizeDirection = ResizeDirection.None

    Public Enum ResizeDirection
        None = 0
        Left = 1
        TopLeft = 2
        Top = 3
        TopRight = 4
        Right = 5
        BottomRight = 6
        Bottom = 7
        BottomLeft = 8
    End Enum
    Private Sub Form1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown
        If e.Button = Windows.Forms.MouseButtons.Left And Me.WindowState <> FormWindowState.Maximized Then
            MoveForm()
        End If
        If e.Button = Windows.Forms.MouseButtons.Left And Me.WindowState <> FormWindowState.Maximized Then

        End If
    End Sub
    Private Sub MoveForm()
        ReleaseCapture()
        SendMessage(Me.Handle, WM_NCLBUTTONDOWN, HTCAPTION, 0)
    End Sub

    <DllImport("user32.dll")> _
    Public Shared Function ReleaseCapture() As Boolean
    End Function

    <DllImport("user32.dll")> _
    Public Shared Function SendMessage(ByVal hWnd As IntPtr, ByVal Msg As Integer, ByVal wParam As Integer, ByVal lParam As Integer) As Integer
    End Function

    Private Const WM_NCLBUTTONDOWN As Integer = &HA1
    Private Const HTBORDER As Integer = 18
    Private Const HTBOTTOM As Integer = 15
    Private Const HTBOTTOMLEFT As Integer = 16
    Private Const HTBOTTOMRIGHT As Integer = 17
    Private Const HTCAPTION As Integer = 2
    Private Const HTLEFT As Integer = 10
    Private Const HTRIGHT As Integer = 11
    Private Const HTTOP As Integer = 12
    Private Const HTTOPLEFT As Integer = 13
    Private Const HTTOPRIGHT As Integer = 14
   

    Public Sub New()
        InitializeComponent()
    End Sub
Expert Cheater is offline   Reply With Quote
Old 07-19-2009, 10:32 PM   #29
I Leech Bots
 
Join Date: May 2009
Posts: 20
Thanked 0 Times
Reputation: 3
Default

I love it but i think you need to include a logo like the cookie
turner850 is offline   Reply With Quote
Old 07-20-2009, 12:20 AM   #30
Banned
 
Join Date: Jun 2009
Location: Gilroy, California
Posts: 128
Thanked 0 Times
Reputation: 3
Default

how do i use this in a bot? can someone PM me? sorry noob at making bots and just wanna give it a try. thanks to anyone that can help
ArmyGrunt10 is offline   Reply With Quote
Old 07-21-2009, 12:00 AM   #31
On A Roll
 
Join Date: Jul 2009
Posts: 56
Thanked 0 Times
Reputation: 1
Default

wow, this is sexy. was it inspired by Adobe Photoshop or another Adobe program? cuz it resembles it nicely!

Good job!
consolemods is offline   Reply With Quote
Old 12-26-2009, 12:35 PM   #32
I Leech Bots
 
Join Date: Dec 2009
Location: Hershey's Chocolate Factory
Posts: 5
Thanked 0 Times
Reputation: 0
Default

I haven't actually seen the old one, but this one looks very good, I like it.
__________________
Yes, the chip has arrived, you may all be seated.
chocolate_chip is offline   Reply With Quote
Old 01-02-2010, 09:09 AM   #33
New Member
 
Join Date: Dec 2009
Posts: 35
Thanked 0 Times
Reputation: 6
Default

Username: Former
Posts: 10000
Reputation: 10000
Subscriber: No

that's what it says when I press "Fetch Information".
Former is offline   Reply With Quote
Old 01-10-2010, 07:59 AM   #34
Regular Member
 
Join Date: Jan 2010
Posts: 120
Thanked 1 Time
Reputation: 3
Default

this kinda looks like the splash screen for adobe programs
grue is offline   Reply With Quote
Old 01-10-2010, 08:07 AM   #35
God of Slapdash
 
Join Date: Aug 2009
Location: NY
Posts: 352
Thanked 1 Time
Reputation: 22
Send a message via AIM to timertrainer Send a message via MSN to timertrainer Send a message via Yahoo to timertrainer Send a message via Skype™ to timertrainer
Default

Why isn't anyone using this auth on their bots?
__________________
[21:05] <Curt^> Colin you bitch
[21:05] <Curt^> the contest doesn't win $5
[21:05] <Colin> the other ones did
[21:05] <Curt^> fork up the money u sack of shit
[20:58] <ken18> colin ur useless
timertrainer is offline   Reply With Quote
Reply

Tags
auth, gui

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off