The Botting Network


 
NEW GUIDELINES BEING ENFORCED
IRC CHAT: irc.thebotnet.com #thebotnet Web Connect:(mibbit)(java)

Go Back   The Botting Network > The Botting Sector > Bot Resources and Exploiting discussions.

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

Thread Tools Display Modes
Old 07-09-2009, 03:58 PM   #21 (permalink)
Regular Member
 
Join Date: Jun 2009
Posts: 102
Reputation: 9
Default

That is classy, I love it. 9/10!!
goldenhelpdesk is offline   Reply With Quote
Old 07-09-2009, 09:30 PM   #22 (permalink)
Bot Leecher
GPT Earnings: $0.45
 
Shermanator's Avatar
 
Join Date: Jul 2009
Location: San Diego, CA
Posts: 24
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, 09:47 PM   #23 (permalink)
Administrator/Noob Helper
 
Join Date: Jan 2009
Posts: 520
Reputation: 57
Default

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

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

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Quote:
i hope he gets his pussy eaten by a walrus
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
grapplinghook is offline   Reply With Quote
Old 07-10-2009, 01:24 AM   #24 (permalink)
HD
Ex-Móderator
GPT Earnings: $1.90
 
HD's Avatar
 
Join Date: Jan 2009
Location: Never You Mind! TBN's Unofficial Dictator
Posts: 877
Reputation: 35
Default

Quote:
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
HD is offline   Reply With Quote
Old 07-10-2009, 06:48 AM   #25 (permalink)
Super Active Member
 
Join Date: Jan 2009
Posts: 338
Reputation: 22
Default

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

no joking aside
shits sexy as fuck
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
rubberchickenmx is offline   Reply With Quote
Old 07-13-2009, 07:42 PM   #26 (permalink)
Super Active Member
 
lamlam's Avatar
 
Join Date: Apr 2009
Location: On my computer
Posts: 609
Reputation: 79
Send a message via MSN to lamlam
Default

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

__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


Like any of my bots? Rep +


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
lamlam is offline   Reply With Quote
Old 07-18-2009, 04:46 AM   #27 (permalink)
Banned
 
Join Date: Jul 2009
Posts: 112
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, 08:33 PM   #28 (permalink)
Banned
 
Join Date: Jul 2009
Location: Nöt Tëllďng ▼_▼
Posts: 58
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, 11:32 PM   #29 (permalink)
Bot Leecher
 
Join Date: May 2009
Posts: 20
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, 01:20 AM   #30 (permalink)
Banned
 
Join Date: Jun 2009
Location: Gilroy, California
Posts: 128
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, 01:00 AM   #31 (permalink)
Regular Member
 
Join Date: Jul 2009
Posts: 60
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, 01:35 PM   #32 (permalink)
Bot Leecher
 
Join Date: Dec 2009
Location: Hershey's Chocolate Factory
Posts: 5
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, 10:09 AM   #33 (permalink)
Regular Member
 
Join Date: Dec 2009
Posts: 36
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, 08:59 AM   #34 (permalink)
Regular Member
GPT Earnings: $0.64
 
Join Date: Jan 2010
Posts: 58
Reputation: 0
Default

this kinda looks like the splash screen for adobe programs
grue is offline   Reply With Quote
Old 01-10-2010, 09:07 AM   #35 (permalink)
Active Member
GPT Earnings: $20.59
 
Join Date: Aug 2009
Posts: 229
Reputation: 16
Send a message via AIM to timertrainer Send a message via MSN to timertrainer Send a message via Yahoo to timertrainer
Default

Why isn't anyone using this auth on their bots?
__________________
Quote:
[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
Quote:
[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



All times are GMT -7. The time now is 04:43 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.5.0 RC2
The Botting Network, ©2009