Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
se fai clik su allegato lo scarichi su pc e poi aprirlo ,comunque non e scrittoScusate per quanti colpi si dovrebbe giocare la previsione?
Ciao Alberto, pur non essendo un professionista ho cominciato a tirare su uno script. Al momento non è ancora definitivo ma i risultati non sono molto incoraggianti. Se vuoi posso postarlo in modo che tu possa dargli un'occhiata sperando che nel frattempo qualche mago ne prepari uno ad ok.buona sera a tutti gli intervenuti nella discussione, la previsione è: 8-14 terni 8-14-23 e 8-14-24 quindi esatte.
la previsione è per 9 estrazioni come si verifica un evento favorele si conclude la previsione a volte si hanno ulteriori risultati positivi. preciso che il metodo non è l mio, cercavo ssoltanto qualcuno che faacesse uno script,
ok mandalo così lo provo grazieCiao Alberto, pur non essendo un professionista ho cominciato a tirare su uno script. Al momento non è ancora definitivo ma i risultati non sono molto incoraggianti. Se vuoi posso postarlo in modo che tu possa dargli un'occhiata sperando che nel frattempo qualche mago ne prepari uno ad ok.
Sub Main()
Dim n(5)
Dim x(5)
Dim Ruotedigioco(12)
'Dim posta(3)
Dim Poste(4)
' posta(1) = 1
Poste(1) = 1
Poste(2) = 1
Poste(3) = 1
Poste(4) = 1
clp = 12
Scrivi String(22," ") & " NUMERO RIPETUTO ISOTOPO IN 2 ESTRAZIONI CONSECUTIVE SULLA STESSA RUOTA"
t = 0
esaritroso = InputBox("Inserisci le estrazioni di controllo","",20)
fin = EstrazioneFin
ini = EstrazioneFin - esaritroso
For es = ini To fin
AvanzamentoElab ini,fin,es
Messaggio(es)
For r = 1 To 12
If r = 11 Then r = 12
For p = 1 To 5
a = Estratto(es - 1,r,p)
b = Estratto(es,r,p)
c = Estratto(es - 1,r,p - 1)
d = Estratto(es,r,p - 1)
e = Estratto(es - 1,r,p + 1)
f = Estratto(es,r,p + 1)
If a = b Then
If pari(c) = True And pari(d) = True Or pari(e) = True And pari(f) = True Then
h = Differenza(c,d)
i = a + b
g = i + h
k = Fuori90(g/2)
j = Fuori90(Differenza(i,k))
qq = Fuori90(k + j)
ss = Fuori90(qq + 1)
vv = Fuori90(qq + 2)
z1 = j
z2 = k
z3 = qq
z4 = ss
z5 = vv'
x(1) = j
x(2) = k
x(3) = qq
x(4) = ss
x(5) = vv
' _______________________________________________________________
l = Differenza(e,f)
m = i + l
u = Fuori90(m/2)
o = Fuori90(Differenza(i,u))
q = Fuori90(U + o)
s = Fuori90(q + 1)
v = Fuori90(q + 2)
Ruotedigioco(1) = r
Ruotedigioco(2) = 12
n(1) = u
n(2) = o
n(3) = q
n(4) = s
n(5) = v
ColoreTesto 1
Scrivi
ColoreTesto 0
Scrivi String(110,"*"),1
Scrivi
Scrivi DataEstrazione(es - 1) & " " & SiglaRuota(r) & " " & StringaEstratti(es - 1,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(a) & " in " & p & "° Posizione ",1
ColoreTesto 1:Scrivi DataEstrazione(es) & " " & SiglaRuota(r) & " " & StringaEstratti(es,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(b) & " in " & p & "° Posizione(Ripetuto in estrazione consecutiva)",1
Scrivi Format2(j) & " " & Format2(k) & " " & Format2(qq) & " " & Format2(ss) & " " & Format2(vv),1
Scrivi String(110,"*"),2
Scrivi Format2(u) & " " & Format2(o) & " " & Format2(q) & " " & Format2(s) & " " & Format2(v),1
'Scrivi Format2(u) & " " & Format2(o) & " " & Format2(q) & " " & Format2(s) & " " & Format2(v),1
ImpostaGiocata 1,n,Ruotedigioco,Poste,clp
ImpostaGiocata 2,x,Ruotedigioco,Poste,clp
Gioca es
End If
End If
Next
Next
If ScriptInterrotto Then Exit For
Next
ScriviResoconto
End Sub
Sub Main()
Dim n(5)
Dim x(5)
Dim Ruotedigioco(12)
Dim Poste(4)
Poste(1) = 1
Poste(2) = 1
Poste(3) = 1
Poste(4) = 1
clp = 12
Scrivi String(22," ") & " NUMERO RIPETUTO ISOTOPO IN 2 ESTRAZIONI CONSECUTIVE SULLA STESSA RUOTA"
t = 0
esaritroso = InputBox("Inserisci le estrazioni di controllo","",20)
fin = EstrazioneFin
ini = EstrazioneFin - esaritroso
For es = ini To fin
AvanzamentoElab ini,fin,es
Messaggio(es)
For r = 1 To 12
If r = 11 Then r = 12
For p = 1 To 5
a = Estratto(es - 1,r,p)
b = Estratto(es,r,p)
c = Estratto(es - 1,r,p - 1)
d = Estratto(es,r,p - 1)
e = Estratto(es - 1,r,p + 1)
f = Estratto(es,r,p + 1)
If a = b Then
h = Differenza(c,d)
i = a + b
g = i + h
k = Fuori90(g/2)
j = Fuori90(Differenza(i,k))
qq = Fuori90(k + j)
ss = Fuori90(qq + 1)
vv = Fuori90(qq + 2)
ok = 0
If pari(c) = True And pari(d) = True Or dispari(c) = True And dispari(d) = True Then
z1 = j
z2 = k
z3 = qq
z4 = ss
z5 = vv'
x(1) = j
x(2) = k
'x(3) = qq
x(3) = ss
x(4) = vv
Ok = 1
'Scrivi String(110,"*"),1
Scrivi DataEstrazione(es - 1) & " " & SiglaRuota(r) & " " & StringaEstratti(es - 1,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(a) & " in " & p & "° Posizione ",1
ColoreTesto 1:Scrivi DataEstrazione(es) & " " & SiglaRuota(r) & " " & StringaEstratti(es,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(b) & " in " & p & "° Posizione(Ripetuto in estrazione consecutiva)",1
Scrivi Format2(j) & " " & Format2(k) & " " & Format2(ss) & " " & Format2(vv) & " Posizione sinistra " & c & " e " & d,1
End If
' _______________________________________________________________
l = Differenza(e,f)
m = i + l
u = Fuori90(m/2)
o = Fuori90(Differenza(i,u))
q = Fuori90(U + o)
s = Fuori90(q + 1)
v = Fuori90(q + 2)
If pari(e) = True And pari(f) = True Or dispari(e) = True And dispari(f) = True Then
x(1) = u
x(2) = o
'x(3) = q
x(3) = s
x(4) = v
ok = 1
'Scrivi String(110,"*"),1
Scrivi DataEstrazione(es - 1) & " " & SiglaRuota(r) & " " & StringaEstratti(es - 1,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(a) & " in " & p & "° Posizione ",1
ColoreTesto 1:Scrivi DataEstrazione(es) & " " & SiglaRuota(r) & " " & StringaEstratti(es,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(b) & " in " & p & "° Posizione(Ripetuto in estrazione consecutiva)",1
Scrivi Format2(u) & " " & Format2(o) & " " & Format2(s) & " " & Format2(v) & " Posizione destra " & e & " e " & f,1
End If
If ok = 1 Then
Scrivi
Scrivi String(110,"*"),2
'Scrivi Format2(u) & " " & Format2(o) & " " & Format2(q) & " " & Format2(s) & " " & Format2(v),1
Ruotedigioco(1) = r
Ruotedigioco(2) = 11
ImpostaGiocata 1,n,Ruotedigioco,Poste,clp
ImpostaGiocata 2,x,Ruotedigioco,Poste,clp
Gioca es
End If
End If
Next
Next
If ScriptInterrotto Then Exit For
Next
ScriviResoconto
End Sub
Qualcosa ho migliorato, fammi sapere eventuali errori.Codice:Sub Main() Dim n(5) Dim x(5) Dim Ruotedigioco(12) Dim Poste(4) Poste(1) = 1 Poste(2) = 1 Poste(3) = 1 Poste(4) = 1 clp = 12 Scrivi String(22," ") & " NUMERO RIPETUTO ISOTOPO IN 2 ESTRAZIONI CONSECUTIVE SULLA STESSA RUOTA" t = 0 esaritroso = InputBox("Inserisci le estrazioni di controllo","",20) fin = EstrazioneFin ini = EstrazioneFin - esaritroso For es = ini To fin AvanzamentoElab ini,fin,es Messaggio(es) For r = 1 To 12 If r = 11 Then r = 12 For p = 1 To 5 a = Estratto(es - 1,r,p) b = Estratto(es,r,p) c = Estratto(es - 1,r,p - 1) d = Estratto(es,r,p - 1) e = Estratto(es - 1,r,p + 1) f = Estratto(es,r,p + 1) If a = b Then h = Differenza(c,d) i = a + b g = i + h k = Fuori90(g/2) j = Fuori90(Differenza(i,k)) qq = Fuori90(k + j) ss = Fuori90(qq + 1) vv = Fuori90(qq + 2) ok = 0 If pari(c) = True And pari(d) = True Or dispari(c) = True And dispari(d) = True Then z1 = j z2 = k z3 = qq z4 = ss z5 = vv' x(1) = j x(2) = k 'x(3) = qq x(3) = ss x(4) = vv Ok = 1 'Scrivi String(110,"*"),1 Scrivi DataEstrazione(es - 1) & " " & SiglaRuota(r) & " " & StringaEstratti(es - 1,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(a) & " in " & p & "° Posizione ",1 ColoreTesto 1:Scrivi DataEstrazione(es) & " " & SiglaRuota(r) & " " & StringaEstratti(es,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(b) & " in " & p & "° Posizione(Ripetuto in estrazione consecutiva)",1 Scrivi Format2(j) & " " & Format2(k) & " " & Format2(ss) & " " & Format2(vv) & " Posizione sinistra " & c & " e " & d,1 End If ' _______________________________________________________________ l = Differenza(e,f) m = i + l u = Fuori90(m/2) o = Fuori90(Differenza(i,u)) q = Fuori90(U + o) s = Fuori90(q + 1) v = Fuori90(q + 2) If pari(e) = True And pari(f) = True Or dispari(e) = True And dispari(f) = True Then x(1) = u x(2) = o 'x(3) = q x(3) = s x(4) = v ok = 1 'Scrivi String(110,"*"),1 Scrivi DataEstrazione(es - 1) & " " & SiglaRuota(r) & " " & StringaEstratti(es - 1,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(a) & " in " & p & "° Posizione ",1 ColoreTesto 1:Scrivi DataEstrazione(es) & " " & SiglaRuota(r) & " " & StringaEstratti(es,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(b) & " in " & p & "° Posizione(Ripetuto in estrazione consecutiva)",1 Scrivi Format2(u) & " " & Format2(o) & " " & Format2(s) & " " & Format2(v) & " Posizione destra " & e & " e " & f,1 End If If ok = 1 Then Scrivi Scrivi String(110,"*"),2 'Scrivi Format2(u) & " " & Format2(o) & " " & Format2(q) & " " & Format2(s) & " " & Format2(v),1 Ruotedigioco(1) = r Ruotedigioco(2) = 11 ImpostaGiocata 1,n,Ruotedigioco,Poste,clp ImpostaGiocata 2,x,Ruotedigioco,Poste,clp Gioca es End If End If Next Next If ScriptInterrotto Then Exit For Next ScriviResoconto End Sub
Qualcosa ho migliorato, fammi sapere eventuali errori.Codice:Sub Main() Dim n(5) Dim x(5) Dim Ruotedigioco(12) Dim Poste(4) Poste(1) = 1 Poste(2) = 1 Poste(3) = 1 Poste(4) = 1 clp = 12 Scrivi String(22," ") & " NUMERO RIPETUTO ISOTOPO IN 2 ESTRAZIONI CONSECUTIVE SULLA STESSA RUOTA" t = 0 esaritroso = InputBox("Inserisci le estrazioni di controllo","",20) fin = EstrazioneFin ini = EstrazioneFin - esaritroso For es = ini To fin AvanzamentoElab ini,fin,es Messaggio(es) For r = 1 To 12 If r = 11 Then r = 12 For p = 1 To 5 a = Estratto(es - 1,r,p) b = Estratto(es,r,p) c = Estratto(es - 1,r,p - 1) d = Estratto(es,r,p - 1) e = Estratto(es - 1,r,p + 1) f = Estratto(es,r,p + 1) If a = b Then h = Differenza(c,d) i = a + b g = i + h k = Fuori90(g/2) j = Fuori90(Differenza(i,k)) qq = Fuori90(k + j) ss = Fuori90(qq + 1) vv = Fuori90(qq + 2) ok = 0 If pari(c) = True And pari(d) = True Or dispari(c) = True And dispari(d) = True Then z1 = j z2 = k z3 = qq z4 = ss z5 = vv' x(1) = j x(2) = k 'x(3) = qq x(3) = ss x(4) = vv Ok = 1 'Scrivi String(110,"*"),1 Scrivi DataEstrazione(es - 1) & " " & SiglaRuota(r) & " " & StringaEstratti(es - 1,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(a) & " in " & p & "° Posizione ",1 ColoreTesto 1:Scrivi DataEstrazione(es) & " " & SiglaRuota(r) & " " & StringaEstratti(es,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(b) & " in " & p & "° Posizione(Ripetuto in estrazione consecutiva)",1 Scrivi Format2(j) & " " & Format2(k) & " " & Format2(ss) & " " & Format2(vv) & " Posizione sinistra " & c & " e " & d,1 End If ' _______________________________________________________________ l = Differenza(e,f) m = i + l u = Fuori90(m/2) o = Fuori90(Differenza(i,u)) q = Fuori90(U + o) s = Fuori90(q + 1) v = Fuori90(q + 2) If pari(e) = True And pari(f) = True Or dispari(e) = True And dispari(f) = True Then x(1) = u x(2) = o 'x(3) = q x(3) = s x(4) = v ok = 1 'Scrivi String(110,"*"),1 Scrivi DataEstrazione(es - 1) & " " & SiglaRuota(r) & " " & StringaEstratti(es - 1,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(a) & " in " & p & "° Posizione ",1 ColoreTesto 1:Scrivi DataEstrazione(es) & " " & SiglaRuota(r) & " " & StringaEstratti(es,(r)) & " " & Left(SiglaRuota(r),3) & " " & Format2(b) & " in " & p & "° Posizione(Ripetuto in estrazione consecutiva)",1 Scrivi Format2(u) & " " & Format2(o) & " " & Format2(s) & " " & Format2(v) & " Posizione destra " & e & " e " & f,1 End If If ok = 1 Then Scrivi Scrivi String(110,"*"),2 'Scrivi Format2(u) & " " & Format2(o) & " " & Format2(q) & " " & Format2(s) & " " & Format2(v),1 Ruotedigioco(1) = r Ruotedigioco(2) = 11 ImpostaGiocata 1,n,Ruotedigioco,Poste,clp ImpostaGiocata 2,x,Ruotedigioco,Poste,clp Gioca es End If End If Next Next If ScriptInterrotto Then Exit For Next ScriviResoconto End Sub