Sinisterly
Your program in the official HC Programs? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Your program in the official HC Programs? (/Thread-Your-program-in-the-official-HC-Programs)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


RE: Your program in the official HC Programs? - bluedog.tar.gz - 12-19-2012

(12-19-2012, 04:50 PM)Deque Wrote:
Quote:(sry but i'm german, so much variables are german... ^^)

I am german too, that is no excuse. Wink

No, seriously, code in English. English is the language you should not only code, but also do the documentation and the comments, if you really want to become a serious coder. If you publish your codes or want to ask for help for your codes even more.

Quote:Autoit 3 (Yeah i know that's nooby but i'm just 16 Sad )

AutoIt is just fine. It always depends on the task to solve, which language is appropriate. Using a tool that makes your task easy is not nooby, it is wise.

Nice little tool, though.

Using a tool that makes your task easy is not nooby, it is wise.
-Deque

Quote of the year haha.


RE: Your program in the official HC Programs? - bluedog.tar.gz - 12-19-2012

(12-19-2012, 04:50 PM)Deque Wrote:
Quote:(sry but i'm german, so much variables are german... ^^)

I am german too, that is no excuse. Wink

No, seriously, code in English. English is the language you should not only code, but also do the documentation and the comments, if you really want to become a serious coder. If you publish your codes or want to ask for help for your codes even more.

Quote:Autoit 3 (Yeah i know that's nooby but i'm just 16 Sad )

AutoIt is just fine. It always depends on the task to solve, which language is appropriate. Using a tool that makes your task easy is not nooby, it is wise.

Nice little tool, though.

Using a tool that makes your task easy is not nooby, it is wise.
-Deque

Quote of the year haha.


RE: Your program in the official HC Programs? - bluedog.tar.gz - 12-19-2012

(12-19-2012, 04:50 PM)Deque Wrote:
Quote:(sry but i'm german, so much variables are german... ^^)

I am german too, that is no excuse. Wink

No, seriously, code in English. English is the language you should not only code, but also do the documentation and the comments, if you really want to become a serious coder. If you publish your codes or want to ask for help for your codes even more.

Quote:Autoit 3 (Yeah i know that's nooby but i'm just 16 Sad )

AutoIt is just fine. It always depends on the task to solve, which language is appropriate. Using a tool that makes your task easy is not nooby, it is wise.

Nice little tool, though.

Using a tool that makes your task easy is not nooby, it is wise.
-Deque

Quote of the year haha.


RE: Your program in the official HC Programs? - NeoXen - 12-19-2012

Ok so I'll make it look more like HC.
Actually this little program IS nooby ^^ but it's one of my first Autoit programs i've ever made...

Using a tool that makes your task easy is not nooby, it is wise.
-Deque

Biggrin yeah, that may be true!

Don't expect it to come out in the next week, i got much to do (school, christmas etc.).
But i'll definitly do it Smile

See you next week =)

Neo

(and no, actually i didn't name myself after the hacker in "Matrix". I had the name NeoXen before i even knew that this film exists... Biggrin)


RE: Your program in the official HC Programs? - NeoXen - 12-19-2012

Ok so I'll make it look more like HC.
Actually this little program IS nooby ^^ but it's one of my first Autoit programs i've ever made...

Using a tool that makes your task easy is not nooby, it is wise.
-Deque

Biggrin yeah, that may be true!

Don't expect it to come out in the next week, i got much to do (school, christmas etc.).
But i'll definitly do it Smile

See you next week =)

Neo

(and no, actually i didn't name myself after the hacker in "Matrix". I had the name NeoXen before i even knew that this film exists... Biggrin)


RE: Your program in the official HC Programs? - NeoXen - 12-19-2012

Ok so I'll make it look more like HC.
Actually this little program IS nooby ^^ but it's one of my first Autoit programs i've ever made...

Using a tool that makes your task easy is not nooby, it is wise.
-Deque

Biggrin yeah, that may be true!

Don't expect it to come out in the next week, i got much to do (school, christmas etc.).
But i'll definitly do it Smile

See you next week =)

Neo

(and no, actually i didn't name myself after the hacker in "Matrix". I had the name NeoXen before i even knew that this film exists... Biggrin)


RE: Your program in the official HC Programs? - TheSkillfularrow - 12-22-2012

this is a very nice idea


RE: Your program in the official HC Programs? - NeoXen - 12-22-2012

Ok i think i git it.
Actually i'm not really the best designer you've ever seen, but i think it's "Close enough" Biggrin
[Image: 9fbwg3hs.png]

Is it ok now?

Download: Click here

Code:

Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\lol.ico
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1_1 = GUICreate("Spambot", 263, 275, 922, 209)
GUISetBkColor(0x000000)
$start = GUICtrlCreateButton("Start", 0, 88, 131, 49)
GUICtrlSetColor(-1, 0xFF0000)
$stop = GUICtrlCreateButton("Exit", 136, 88, 123, 49)
GUICtrlSetColor(-1, 0xFF0000)
$text = GUICtrlCreateInput("Text", 0, 144, 257, 21)
GUICtrlSetColor(-1, 0xFF0000)
$anzahl = GUICtrlCreateInput("Count", 0, 168, 257, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_NUMBER))
GUICtrlSetColor(-1, 0xFF0000)
$Label1 = GUICtrlCreateLabel("Press Esc to stop writing", 0, 192, 258, 24, $SS_CENTER)
GUICtrlSetFont(-1, 13, 400, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$Label2 = GUICtrlCreateLabel("0/0", 0, 216, 258, 29, $SS_CENTER)
GUICtrlSetFont(-1, 15, 400, 0, "Impact")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("© NeoXen", 93, 248, 80, 17)
GUICtrlSetFont(-1, 10, 400, 0, "BankGothic Md BT")
GUICtrlSetColor(-1, 0xFF0000)
$Pic1 = GUICtrlCreatePic("C:\Users\Banck\Desktop\Unbenannt.jpg", 0, 0, 260, 84)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

HotKeySet("{esc}","_Exit")
Func _Exit()
    Exit
EndFunc
While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
        Case $start
            Sleep(5000)
            $echtertext = GUICtrlRead($text)
            $echteanzahl = GUICtrlRead($anzahl)
            $i = 0

            While 2
            opt("SendKeyDelay", 0)
            $echteanzahl = GUICtrlRead($anzahl)
            Send($echtertext)
            Send("{enter}")
            $i = $i + 1
            if $i = $echteanzahl then MsgBox(0,"Finished","You just wrote -"&$echtertext&"- "&$echteanzahl&" times.")
            if $i = $echteanzahl then Exit
            GUICtrlSetData($Label2,$i + 1 & "/" & $echteanzahl)
            WEnd
        Case $stop
            Exit
    EndSwitch
WEnd



RE: Your program in the official HC Programs? - bluedog.tar.gz - 12-22-2012

(12-22-2012, 03:31 PM)NeoXen Wrote: Ok i think i git it.
Actually i'm not really the best designer you've ever seen, but i think it's "Close enough" Biggrin
[Image: 9fbwg3hs.png]

Is it ok now?

Download: Click here

Code:

Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\lol.ico
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1_1 = GUICreate("Spambot", 263, 275, 922, 209)
GUISetBkColor(0x000000)
$start = GUICtrlCreateButton("Start", 0, 88, 131, 49)
GUICtrlSetColor(-1, 0xFF0000)
$stop = GUICtrlCreateButton("Exit", 136, 88, 123, 49)
GUICtrlSetColor(-1, 0xFF0000)
$text = GUICtrlCreateInput("Text", 0, 144, 257, 21)
GUICtrlSetColor(-1, 0xFF0000)
$anzahl = GUICtrlCreateInput("Count", 0, 168, 257, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_NUMBER))
GUICtrlSetColor(-1, 0xFF0000)
$Label1 = GUICtrlCreateLabel("Press Esc to stop writing", 0, 192, 258, 24, $SS_CENTER)
GUICtrlSetFont(-1, 13, 400, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$Label2 = GUICtrlCreateLabel("0/0", 0, 216, 258, 29, $SS_CENTER)
GUICtrlSetFont(-1, 15, 400, 0, "Impact")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("© NeoXen", 93, 248, 80, 17)
GUICtrlSetFont(-1, 10, 400, 0, "BankGothic Md BT")
GUICtrlSetColor(-1, 0xFF0000)
$Pic1 = GUICtrlCreatePic("C:\Users\Banck\Desktop\Unbenannt.jpg", 0, 0, 260, 84)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

HotKeySet("{esc}","_Exit")
Func _Exit()
    Exit
EndFunc
While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
        Case $start
            Sleep(5000)
            $echtertext = GUICtrlRead($text)
            $echteanzahl = GUICtrlRead($anzahl)
            $i = 0

            While 2
            opt("SendKeyDelay", 0)
            $echteanzahl = GUICtrlRead($anzahl)
            Send($echtertext)
            Send("{enter}")
            $i = $i + 1
            if $i = $echteanzahl then MsgBox(0,"Finished","You just wrote -"&$echtertext&"- "&$echteanzahl&" times.")
            if $i = $echteanzahl then Exit
            GUICtrlSetData($Label2,$i + 1 & "/" & $echteanzahl)
            WEnd
        Case $stop
            Exit
    EndSwitch
WEnd


Make the program bigger in width so that the logo is 100% scaled, it looks not in proportion now Wink


RE: Your program in the official HC Programs? - bluedog.tar.gz - 12-22-2012

(12-22-2012, 03:31 PM)NeoXen Wrote: Ok i think i git it.
Actually i'm not really the best designer you've ever seen, but i think it's "Close enough" Biggrin
[Image: 9fbwg3hs.png]

Is it ok now?

Download: Click here

Code:

Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\lol.ico
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1_1 = GUICreate("Spambot", 263, 275, 922, 209)
GUISetBkColor(0x000000)
$start = GUICtrlCreateButton("Start", 0, 88, 131, 49)
GUICtrlSetColor(-1, 0xFF0000)
$stop = GUICtrlCreateButton("Exit", 136, 88, 123, 49)
GUICtrlSetColor(-1, 0xFF0000)
$text = GUICtrlCreateInput("Text", 0, 144, 257, 21)
GUICtrlSetColor(-1, 0xFF0000)
$anzahl = GUICtrlCreateInput("Count", 0, 168, 257, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_NUMBER))
GUICtrlSetColor(-1, 0xFF0000)
$Label1 = GUICtrlCreateLabel("Press Esc to stop writing", 0, 192, 258, 24, $SS_CENTER)
GUICtrlSetFont(-1, 13, 400, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$Label2 = GUICtrlCreateLabel("0/0", 0, 216, 258, 29, $SS_CENTER)
GUICtrlSetFont(-1, 15, 400, 0, "Impact")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("© NeoXen", 93, 248, 80, 17)
GUICtrlSetFont(-1, 10, 400, 0, "BankGothic Md BT")
GUICtrlSetColor(-1, 0xFF0000)
$Pic1 = GUICtrlCreatePic("C:\Users\Banck\Desktop\Unbenannt.jpg", 0, 0, 260, 84)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

HotKeySet("{esc}","_Exit")
Func _Exit()
    Exit
EndFunc
While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
        Case $start
            Sleep(5000)
            $echtertext = GUICtrlRead($text)
            $echteanzahl = GUICtrlRead($anzahl)
            $i = 0

            While 2
            opt("SendKeyDelay", 0)
            $echteanzahl = GUICtrlRead($anzahl)
            Send($echtertext)
            Send("{enter}")
            $i = $i + 1
            if $i = $echteanzahl then MsgBox(0,"Finished","You just wrote -"&$echtertext&"- "&$echteanzahl&" times.")
            if $i = $echteanzahl then Exit
            GUICtrlSetData($Label2,$i + 1 & "/" & $echteanzahl)
            WEnd
        Case $stop
            Exit
    EndSwitch
WEnd


Make the program bigger in width so that the logo is 100% scaled, it looks not in proportion now Wink