Novità

richiesta script

armando59

Advanced Member >GOLD<
c'è qualcuno bravo e paziente che avrebbe voglia di elaborare
prendendo in considerazione alla prima del mese i 5 estratti di torino e venezia
e metterli in gioco su milano x tutto il mese x ambo terno quaterna e cinquina?
con la possibiltà di verificare anche le altre ruote.

spero di essermi fatto capire grazie.
 
così gioca una lunghetta di 10 numeri su Milano e tutte


Codice:
Sub Main()
	Scrivi String(40," ") & "Per Armando59 List By Black",1
	Scrivi
	Dim aruo(2)
	Dim aruot(1)
	Dim anum(10)
	Dim aposte(5)
	Dim apostee(5)
	aposte(2) = 1
	aposte(3) = 1
	aposte(4) = 1
	aposte(5) = 1
	apostee(2) = 1
	apostee(3) = 1
	apostee(4) = 1
	apostee(5) = 1
	r = CInt(InputBox("1° RUOTA DI GIOCO",,5))
	rr = CInt(InputBox("2° RUOTA DI GIOCO",,11))
	y = InputBox("QUANTE ESTRAZIONI VUOI CONTROLLARE? ",,500)
	k = CInt(InputBox("PER QUANTI COLPI?",,13))
	aruo(1) = r
	aruot(1) = rr
	ini = y
	fin = EstrazioneFin
	co = 0
	For es = fin - y To fin
		Messaggio(es)
		If IndiceMensile(es) = 1 Then
			casi = casi + 1
			Scrivi String(96,"=") & " Caso n° " & casi,1
			ColoreTesto 1
			Scrivi "1° Del Mese: i 5 estratti di Torino e Venezia In gioco su Milano e Tutte"
			ColoreTesto 0
			Scrivi String(96,"="),1
			co = co + 1
			anum(1) = Estratto(es,TO_,1)
			anum(2) = Estratto(es,TO_,2)
			anum(3) = Estratto(es,TO_,3)
			anum(4) = Estratto(es,TO_,4)
			anum(5) = Estratto(es,TO_,5)
			anum(6) = Estratto(es,VE_,1)
			anum(7) = Estratto(es,VE_,2)
			anum(8) = Estratto(es,VE_,3)
			anum(9) = Estratto(es,VE_,4)
			anum(10) = Estratto(es,VE_,5)
			ImpostaGiocata 1,anum,aruo,aposte,k
			ImpostaGiocata 2,anum,aruot,apostee,k
			Gioca es
		End If
	Next
	Scrivi
	Scrivi "Casi Rilevati " & CInt(co)
	ScriviResoconto
End Sub
 
Codice:
Sub Main()
    Dim idEstr
    Dim Inizio
    Dim Fine
    Dim ruote(10)
    Dim poste(10)
    Dim r
    Dim r1
    Dim r2
    Dim nAnalisi
    Dim nColpiDiGioco
    Dim n(10)
    poste(2) = 1
    poste(3) = 1
    poste(4) = 1
    poste(5) = 1
    r = CInt(InputBox(" Scegli la prima ruota ",,"9"))
    r1 = CInt(InputBox(" Scegli la seconda ruota ",,"10"))
    r2 = CInt(InputBox(" Scegli la ruota di gioco ",,"5"))
    nAnalisi = CInt(InputBox(" Quante estrazioni vuoi controllare ? ",,"100"))
    nColpiDiGioco = CInt(InputBox(" Per quanti colpi vuoi giocare ? ",,"13"))
    Inizio = EstrazioneFin - nAnalisi
    Fine = EstrazioneFin
    co = 0
    For idEstr = Inizio To Fine
        Messaggio "elab. estr. [" &(idEstr) & "] di " & DataEstrazione(idEstr,1)
        Call AvanzamentoElab(Inizio,Fine,idEstr)
        If IndiceMensile(idEstr) = 1 Then
            ruote(1) = r2
            a = Estratto(idEstr,r,1)
            b = Estratto(idEstr,r,2)
            c = Estratto(idEstr,r,3)
            d = Estratto(idEstr,r,4)
            e = Estratto(idEstr,r,5)
            a1 = Estratto(idEstr,r1,1)
            b1 = Estratto(idEstr,r1,2)
            c1 = Estratto(idEstr,r1,3)
            d1 = Estratto(idEstr,r1,4)
            e1 = Estratto(idEstr,r1,5)
            n(1) = a
            n(2) = b
            n(3) = c
            n(4) = d
            n(5) = e
            n(6) = a1
            n(7) = b1
            n(8) = c1
            n(9) = d1
            n(10) = e1
            ruote(1) = r2
            co = co + 1
            Scrivi String(100,"°") & " Caso n°" & co,1
            Scrivi DataEstrazione(idEstr) & " -- " & SiglaRuota(r2),1
            Scrivi String(100,"°"),1
            ImpostaGiocata 1,n,ruote,poste,nColpiDiGioco
            Gioca idEstr,1
        End If
        If ScriptInterrotto Then Exit For
    Next
    Scrivi
    Scrivi String(100,"*")
    ColoreTesto 2
    Scrivi" casi trovati : " & co,1
    ColoreTesto 0
    Scrivi String(100," * ")
    TestoInBandaPassante(" IDEA BY ARMANDO <> LISTATO BY  B A F F O B L U "),1,3,0
    ScriviResoconto
End Sub
 
così gioca una lunghetta di 10 numeri su Milano e tutte


Codice:
Sub Main()
    Scrivi String(40," ") & "Per Armando59 List By Black",1
    Scrivi
    Dim aruo(2)
    Dim aruot(1)
    Dim anum(10)
    Dim aposte(5)
    Dim apostee(5)
    aposte(2) = 1
    aposte(3) = 1
    aposte(4) = 1
    aposte(5) = 1
    apostee(2) = 1
    apostee(3) = 1
    apostee(4) = 1
    apostee(5) = 1
    r = CInt(InputBox("1° RUOTA DI GIOCO",,5))
    rr = CInt(InputBox("2° RUOTA DI GIOCO",,11))
    y = InputBox("QUANTE ESTRAZIONI VUOI CONTROLLARE? ",,500)
    k = CInt(InputBox("PER QUANTI COLPI?",,13))
    aruo(1) = r
    aruot(1) = rr
    ini = y
    fin = EstrazioneFin
    co = 0
    For es = fin - y To fin
        Messaggio(es)
        If IndiceMensile(es) = 1 Then
            casi = casi + 1
            Scrivi String(96,"=") & " Caso n° " & casi,1
            ColoreTesto 1
            Scrivi "1° Del Mese: i 5 estratti di Torino e Venezia In gioco su Milano e Tutte"
            ColoreTesto 0
            Scrivi String(96,"="),1
            co = co + 1
            anum(1) = Estratto(es,TO_,1)
            anum(2) = Estratto(es,TO_,2)
            anum(3) = Estratto(es,TO_,3)
            anum(4) = Estratto(es,TO_,4)
            anum(5) = Estratto(es,TO_,5)
            anum(6) = Estratto(es,VE_,1)
            anum(7) = Estratto(es,VE_,2)
            anum(8) = Estratto(es,VE_,3)
            anum(9) = Estratto(es,VE_,4)
            anum(10) = Estratto(es,VE_,5)
            ImpostaGiocata 1,anum,aruo,aposte,k
            ImpostaGiocata 2,anum,aruot,apostee,k
            Gioca es
        End If
    Next
    Scrivi
    Scrivi "Casi Rilevati " & CInt(co)
    ScriviResoconto
End Sub

grazie x lo script lo volevo proprio così.
complimenti ottimo lavoro.
 
Codice:
Sub Main()
    Dim idEstr
    Dim Inizio
    Dim Fine
    Dim ruote(10)
    Dim poste(10)
    Dim r
    Dim r1
    Dim r2
    Dim nAnalisi
    Dim nColpiDiGioco
    Dim n(10)
    poste(2) = 1
    poste(3) = 1
    poste(4) = 1
    poste(5) = 1
    r = CInt(InputBox(" Scegli la prima ruota ",,"9"))
    r1 = CInt(InputBox(" Scegli la seconda ruota ",,"10"))
    r2 = CInt(InputBox(" Scegli la ruota di gioco ",,"5"))
    nAnalisi = CInt(InputBox(" Quante estrazioni vuoi controllare ? ",,"100"))
    nColpiDiGioco = CInt(InputBox(" Per quanti colpi vuoi giocare ? ",,"13"))
    Inizio = EstrazioneFin - nAnalisi
    Fine = EstrazioneFin
    co = 0
    For idEstr = Inizio To Fine
        Messaggio "elab. estr. [" &(idEstr) & "] di " & DataEstrazione(idEstr,1)
        Call AvanzamentoElab(Inizio,Fine,idEstr)
        If IndiceMensile(idEstr) = 1 Then
            ruote(1) = r2
            a = Estratto(idEstr,r,1)
            b = Estratto(idEstr,r,2)
            c = Estratto(idEstr,r,3)
            d = Estratto(idEstr,r,4)
            e = Estratto(idEstr,r,5)
            a1 = Estratto(idEstr,r1,1)
            b1 = Estratto(idEstr,r1,2)
            c1 = Estratto(idEstr,r1,3)
            d1 = Estratto(idEstr,r1,4)
            e1 = Estratto(idEstr,r1,5)
            n(1) = a
            n(2) = b
            n(3) = c
            n(4) = d
            n(5) = e
            n(6) = a1
            n(7) = b1
            n(8) = c1
            n(9) = d1
            n(10) = e1
            ruote(1) = r2
            co = co + 1
            Scrivi String(100,"°") & " Caso n°" & co,1
            Scrivi DataEstrazione(idEstr) & " -- " & SiglaRuota(r2),1
            Scrivi String(100,"°"),1
            ImpostaGiocata 1,n,ruote,poste,nColpiDiGioco
            Gioca idEstr,1
        End If
        If ScriptInterrotto Then Exit For
    Next
    Scrivi
    Scrivi String(100,"*")
    ColoreTesto 2
    Scrivi" casi trovati : " & co,1
    ColoreTesto 0
    Scrivi String(100," * ")
    TestoInBandaPassante(" IDEA BY ARMANDO <> LISTATO BY  B A F F O B L U "),1,3,0
    ScriviResoconto
End Sub

con questo listrato posso fare i miei ragionamenti grezie.
complimenti ottimo lavoro.
 

Ultima estrazione Lotto

  • Estrazione del lotto
    sabato 26 luglio 2025
    Bari
    81
    09
    05
    54
    10
    Cagliari
    56
    07
    45
    69
    64
    Firenze
    39
    16
    56
    29
    09
    Genova
    67
    12
    55
    74
    04
    Milano
    40
    30
    44
    63
    27
    Napoli
    63
    07
    74
    86
    81
    Palermo
    80
    34
    16
    27
    53
    Roma
    08
    78
    43
    03
    52
    Torino
    38
    84
    47
    57
    20
    Venezia
    88
    70
    85
    65
    24
    Nazionale
    36
    09
    43
    55
    10
    Estrazione Simbolotto
    Nazionale
    25
    23
    13
    40
    35

Ultimi Messaggi

Indietro
Alto