Jump to content

mandeamarian

Active Members
  • Posts

    223
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by mandeamarian

  1. Poker Made Easy

    Calculatem Pro makes it easy to know

    when you should fold, raise or call

    * ? Instantly know the chances that your hand will win

    * ? Adjusts advice based on your preferred playing style

    * ? Works with 250+ poker rooms

    http://www.calculatempro.com/download/CalculatemProSetup.exe

    Name: SHVtYSBEYW5pZWwyMjUy
    Serial #: VFkyRkRDRVFWV1U1VFdGNQ==

    Bafta.

  2. HotKeySet("{F9}", "Terminate") ; daca apesi pe F9, se opreste scriptul... sau cel putin ar trebui

    ;Schimba Optiunile aici!
    ;-------------------------------------------------------------
    ;Numarele la care formezi, separate de un spatiu.
    ;Ex: "1234 4567 7890" etc.
    Global $numbers = "012263913792983"

    ;De cate ori sa formez numarele intr-un ciclu
    Global $cycles = 10

    ;Timpul de asteptare intre formari, intr-un ciclu, in secunde
    Global $dialtime = 3

    ;Cat timp sa astept intre ciclurile de formare, in secunde
    Global $waittime = 600

    ;Bagam PIN? 0 = nu, 1 = da
    Global $inputpin = 0

    ;Numar PIN? In format: 1 = {NUMPAD1}, 2 = {NUMPAD2} etc.
    ;De exemplu, pentru PIN 1234: {NUMPAD1}{NUMPAD2}{NUMPAD3}{NUMPAD4}
    Global $pin = "{NUMPAD1}{NUMPAD2}{NUMPAD3}{NUMPAD4}"

    ;Ce facem dupa ciclul de formare? 0 = nimic, 1 = ascundem zoiper, 2 = omoaram zoiper
    Global $dosomething = 0

    ;Unde sa scriu informatiile?
    ;Ex: 0 cu 0 == colt stanga sus
    Global $tipx = 0
    Global $tipy = 150
    ;-------------------------------------------------------------
    ;NU MAI EDITA DE AICI!

    Func SleepTime($seconds)
    for $i = $seconds to 0 step -1
    $displaymessage = "Sleeping " & $i & " seconds"
    $displaytitle = "Dialing " & $numbers
    ToolTip($displaymessage, $tipx, $tipy, $displaytitle, 1, 5)
    Sleep(1000)
    Next
    Return True
    EndFunc

    Func DialNumber($numbertodial)
    ;WinSetState("Zoiper", "", @SW_DISABLE)
    ControlClick("Zoiper", "", "[CLASS:Edit; INSTANCE:1]")
    ControlSetText("Zoiper", "", "[CLASS:Edit; INSTANCE:1]", $numbertodial)
    ControlSend("Zoiper", "", "[CLASS:Edit; INSTANCE:1]", "{enter}")
    ;WinSetState("Zoiper", "", @SW_ENABLE)

    If $inputpin = 1 Then
    Sleep(4000)
    WinActivate("Zoiper")
    Opt("SendKeyDelay", 250)
    Send($pin)
    Send("^+3")
    Opt("SendKeyDelay", 5)
    EndIf

    $waitcycle = $dialtime * 1000
    Sleep($waitcycle)
    EndFunc

    Global $arr = StringSplit($numbers, " ")

    $var=1

    While $var=1 ; Infinite Loop

    If ProcessExists("Zoiper.exe") Then
    ToolTip("Zoiper exists!", $tipx, $tipy, "Checking for Zoiper", 1, 5)
    Else
    ToolTip("Zoiper is closed. Running...", $tipx, $tipy, "Checking for Zoiper", 3, 5)
    Run(@ProgramFilesDir & "\Zoiper Communicator\Zoiper.exe")
    ToolTip("Waiting for the process to be active", $tipx, $tipy, "Checking for Zoiper", 2, 5)
    ProcessWait("Zoiper.exe")
    WinActivate("Zoiper")
    WinWaitActive("Zoiper")
    EndIf

    For $c = 1 to $cycles
    ;---------------------------------------------------------------------------

    If $dosomething = 1 Then
    WinSetState("Zoiper", "", @SW_SHOW)
    EndIf

    If IsArray($arr) Then
    $iMax = UBound($arr)
    For $i = 1 to $iMax - 1

    $displaytext = "Cycle #" & $c & " out of " & $cycles
    $displaytitle = "Dialing " & $arr[$i]
    ToolTip($displaytext, $tipx, $tipy, $displaytitle, 2, 5)

    DialNumber($arr[$i])

    Next
    Endif

    ;---------------------------------------------------------------------------
    Next

    If $dosomething = 2 Then
    ToolTip("Sending the kill...", $tipx, $tipy, "Killing Zoiper", 3, 5)
    ProcessClose("Zoiper.exe")
    ToolTip("Waiting for it to dead...", $tipx, $tipy, "Killing Zoiper", 3, 5)
    ProcessWaitClose("Zoiper.exe", 10)
    ElseIf $dosomething = 1 Then
    ToolTip("Hiding!.", $tipx, $tipy, "Hiding Zoiper", 3, 5)
    WinSetState("Zoiper", "", @SW_HIDE)
    EndIf

    SleepTime($waittime)
    Wend

    sursa : HotKeySet("{F9}", "Terminate") ; daca apesi pe F9, se opreste scriptul... sau ce - Pastebin.com

  3. ...- ..- .-.. -. . .-. .- -... .. .-.. .. - .- - .. -. --- .. ..-. .-. . . .--. -... -..- --..-- - .-. .. -..- -... --- -..- --..-- . .-.. .- ... - .. -..- --..-- ..-. --- -. .- .-.. .. - -.-- --..-- ... -.-. .- -. . .-. -.. . .-. --- ..- - . .-. . ...- --- .. .--. . - -.-.

  4. You use instant messengers to chat with your friends or

    colleagues. Did you know that your messages are sent in cleartext

    over the Internet, regardless of their destination?

    SimpPro secures popular instant messengers (MSN Messenger, Yahoo!

    Messenger, ICQ, AIM, Jabber, Google Talk ) by encrypting text

    messages and file transfers. SimpPro is the commercial version of

    SimpLite, currently used by more than 50,000 security-aware IM

    users worldwide.

    Main SimpPro features:

    · Encrypts IM text messages before they leave your computer

    · Protects MSN Messenger and ICQ/AIM file transfers

    · Personal, small business and corporate use

    · Full compatibility with popular IM networks, clients and with

    SimpLite

    download

×
×
  • Create New...