ฟอรั่ม PSsix

Would you like to react to this message? Create an account in a few clicks or log in to continue.

ฟอรั่มของบล็อก http://pssix.blogspot.com


3 posters

    Cracks Searcher 1.0

    Arm
    Arm
    PSsix Member Super Class III
    PSsix Member Super Class III


    PSsix Master PSsix Program Coder
    จำนวนข้อความ : 268
    ความนิยม : 54
    เข้าร่วมเมื่อ : 31/03/2011
    อายุ : 27

    Cracks Searcher 1.0 Empty Cracks Searcher 1.0

    ตั้งหัวข้อ by Arm 22/09/11, 01:43 pm

    Code:
    #NoTrayIcon
    #include <ButtonConstants.au3>
    #include <EditConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <WindowsConstants.au3>
    #Region ### START Koda GUI section ### Form=
    $Form1 = GUICreate("Cracks Searcher 1.0", 277, 159)
    $Checkbox1 = GUICtrlCreateCheckbox("Deep Search?", 24, 112, 97, 17)
    $Input1 = GUICtrlCreateInput("", 24, 64, 225, 21)
    $Button1 = GUICtrlCreateButton("เริ่มค้นหา", 144, 104, 107, 33)
    $Label1 = GUICtrlCreateLabel("พิมพ์ชื่อโปรแกรมที่ต้องการจะค้นหา", 24, 40, 191, 20)
    GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
    $Menu = GUICtrlCreateMenu("&Help")
    $OptionMenu = GUICtrlCreateMenuItem("&Help   F1", $Menu)
    GUICtrlSetState(-1, $GUI_DISABLE)
    $OptionMenu = GUICtrlCreateMenuItem("&Option..", $Menu)
    GUICtrlSetState(-1, $GUI_DISABLE)
    GUICtrlCreateMenuItem("", $Menu, 2)
    $AboutMenu = GUICtrlCreateMenuItem("&About..", $Menu)
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

    While 1
       $nMsg = GUIGetMsg()
       Switch $nMsg
          Case $GUI_EVENT_CLOSE
             Exit
          Case $AboutMenu
             MsgBox(64, "About Cracks Searcher", "Cracks Searcher 1.0 by Admin_MyPrograms", 10, $Form1)
          Case $Button1
             _Crack()
       EndSwitch
    WEnd

    Func _Crack()
       If GUICtrlRead($Input1) <> "" Then
          If BitAnd(GUICtrlRead($Checkbox1), $GUI_CHECKED) Then
             ShellExecute("http://keygens.nl/cracked_warez_search.php?s=" & GUICtrlRead($Input1) & "&deep_crack=on")
             Exit
          EndIf
          If BitAnd(GUICtrlRead($Checkbox1), $GUI_UNCHECKED) Then
             ShellExecute("http://keygens.nl/cracked_warez_search.php?s=" & GUICtrlRead($Input1))
             Exit
          EndIf
       EndIf
       MsgBox(0, "Error!", "ยังไม่ได้พิมพ์ชื่อโปรแกรม")
    EndFunc
    ลองเอาไปใช้กันดูนะครับ ^^
    ชินจัง em233 em233 em230 em218 ชินจัง
    aut
    aut
    PSsix Powerful Scripting Class
    PSsix Powerful Scripting Class


    PSsix Game Coder
    จำนวนข้อความ : 472
    ความนิยม : 126
    เข้าร่วมเมื่อ : 24/07/2010

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by aut 22/09/11, 06:49 pm

    ShellExecute อันนี้มันเปิดเว๊บอะนาย _INetGetSource เร้วกว่าเขียนก้อประมานนี้เอาปายลองแก้ดูนะ


    $save =_INetGetSource ("http://keygens.nl/cracked_warez_search.php?s=" & GUICtrlRead($Input1))
    ConsoleWrite( $save &@crlf)
    POS
    POS
    PSsix
    PSsix


    Cracks Searcher 1.0 Empty Cracks Searcher 1.0 Empty Cracks Searcher 1.0 Empty
    จำนวนข้อความ : 1152
    ความนิยม : 326
    เข้าร่วมเมื่อ : 19/07/2010

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by POS 23/09/11, 07:44 am

    เอาข้อมูลมาสั่งเซฟเป็นไฟล์ แล้วคัดเอาเฉพาะส่วนที่เราต้องการมาแสดงทีหลังก็ได้ครับ หรือจะใช้คำสั่งหมวด _String จัดการกับข้อมูลก็ได้เช่นกัน ตัวอย่าง

    Code:
    #Include <String.au3>
    #include <INet.au3>
    #Include <Array.au3>

    $save = _INetGetSource("http://pssix.blogspot.com")
     $Array = _StringBetween ($save, "<a href=", '">')
     _ArrayDisplay($Array)
    Arm
    Arm
    PSsix Member Super Class III
    PSsix Member Super Class III


    PSsix Master PSsix Program Coder
    จำนวนข้อความ : 268
    ความนิยม : 54
    เข้าร่วมเมื่อ : 31/03/2011
    อายุ : 27

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by Arm 24/09/11, 09:40 am

    [You must be registered and logged in to see this image.]
    em218
    aut
    aut
    PSsix Powerful Scripting Class
    PSsix Powerful Scripting Class


    PSsix Game Coder
    จำนวนข้อความ : 472
    ความนิยม : 126
    เข้าร่วมเมื่อ : 24/07/2010

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by aut 24/09/11, 10:40 am

    จัดปาย ชินจัง

    #Include <String.au3>
    #include <INet.au3>
    #Include <Array.au3>


    #NoTrayIcon
    #include <ButtonConstants.au3>
    #include <EditConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <WindowsConstants.au3>
    #Region ### START Koda GUI section ### Form=
    $Form1 = GUICreate("Cracks Searcher 1.0", 277, 159)
    $Checkbox1 = GUICtrlCreateCheckbox("Deep Search?", 24, 112, 97, 17)
    $Input1 = GUICtrlCreateInput("", 24, 64, 225, 21)
    $Button1 = GUICtrlCreateButton("เริ่มค้นหา", 144, 104, 107, 33)
    $Label1 = GUICtrlCreateLabel("พิมพ์ชื่อโปรแกรมที่ต้องการจะค้นหา", 24, 40, 191, 20)
    GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
    $Menu = GUICtrlCreateMenu("&Help")
    $OptionMenu = GUICtrlCreateMenuItem("&Help F1", $Menu)
    GUICtrlSetState(-1, $GUI_DISABLE)
    $OptionMenu = GUICtrlCreateMenuItem("&Option..", $Menu)
    GUICtrlSetState(-1, $GUI_DISABLE)
    GUICtrlCreateMenuItem("", $Menu, 2)
    $AboutMenu = GUICtrlCreateMenuItem("&About..", $Menu)
    GUISetState(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###

    While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
    Case $GUI_EVENT_CLOSE
    Exit
    Case $AboutMenu
    MsgBox(64, "About Cracks Searcher", "Cracks Searcher 1.0 by Admin_MyPrograms", 10, $Form1)
    Case $Button1
    _Crack()
    EndSwitch
    WEnd

    Func _Crack()
    If GUICtrlRead($Input1) <> "" Then
    If BitAnd(GUICtrlRead($Checkbox1), $GUI_CHECKED) Then
    ShellExecute("http://keygens.nl/cracked_warez_search.php?s=" & GUICtrlRead($Input1) & "&deep_crack=on")
    Exit
    EndIf
    If BitAnd(GUICtrlRead($Checkbox1), $GUI_UNCHECKED) Then


    dim $link[1]

    $save =_INetGetSource ("http://keygens.nl/cracked_warez_search.php?s=" & GUICtrlRead($Input1))
    $Array = _StringBetween ($save, "<a href=", '">')
    for $i = 0 to UBound($Array)-1

    if StringInStr ($Array[$i],"/crack/") then _ArrayAdd( $link,$Array[$i])
    Next
    _ArrayDisplay($link)

    Exit
    EndIf
    EndIf
    MsgBox(0, "Error!", "ยังไม่ได้พิมพ์ชื่อโปรแกรม")
    EndFunc
    Arm
    Arm
    PSsix Member Super Class III
    PSsix Member Super Class III


    PSsix Master PSsix Program Coder
    จำนวนข้อความ : 268
    ความนิยม : 54
    เข้าร่วมเมื่อ : 31/03/2011
    อายุ : 27

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by Arm 24/09/11, 10:17 pm

    [You must be registered and logged in to see this image.]
    em228 em229 em230 em232 em234 em246
    aut
    aut
    PSsix Powerful Scripting Class
    PSsix Powerful Scripting Class


    PSsix Game Coder
    จำนวนข้อความ : 472
    ความนิยม : 126
    เข้าร่วมเมื่อ : 24/07/2010

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by aut 25/09/11, 10:33 am

    ไม่มีรัยก้อเน๊ตเน่าอะนายใส่อันนี้ดักไปดูมีไรตอบกลับมามั้ง if $save ="" then MsgBox(0,"ไม่มีไร","")

    $save =_INetGetSource ("http://keygens.nl/cracked_warez_search.php?s=" & GUICtrlRead($Input1))
    if $save ="" then MsgBox(0,"ไม่มีไร","") ;ใส่ดักตวดดูก่อนว่ารับได้เป่า
    Arm
    Arm
    PSsix Member Super Class III
    PSsix Member Super Class III


    PSsix Master PSsix Program Coder
    จำนวนข้อความ : 268
    ความนิยม : 54
    เข้าร่วมเมื่อ : 31/03/2011
    อายุ : 27

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by Arm 25/09/11, 05:27 pm

    [You must be registered and logged in to see this image.]
    em234
    aut
    aut
    PSsix Powerful Scripting Class
    PSsix Powerful Scripting Class


    PSsix Game Coder
    จำนวนข้อความ : 472
    ความนิยม : 126
    เข้าร่วมเมื่อ : 24/07/2010

    Cracks Searcher 1.0 Empty Re: Cracks Searcher 1.0

    ตั้งหัวข้อ by aut 25/09/11, 09:31 pm

    ใส่รูปทำมัยโหลดยากวะเปี่ยน$Array = _StringBetween ($save, "<a href=", '">') เปน $Array = _StringBetween ($save, "<a href=", '</a>') ชินจัง

      เวลาขณะนี้ 17/05/24, 10:03 am