My Way The Leader System v3
My Way The Leader System Version 3.dgt
—
Xtreme,
19 KB (19536 bytes)
Contenuto del file
system "My Way The Leader System Ver 3" { ************************************* * System by bobco * * on the VIP Lounge * ************************************* Rx-ed by Sp1N-D1zZy ------------------------------------- not 00-c0mpatible ------------------------------------- Wait 90 spins. Back the leading 4 numbers. If 2 numbers the same back the latest. After EVERY 18 spins increase by 1 unit until a new high is reached EG after 108 spins, 2 winners, all level, increase by one unit. 2 spins later a win arrives reset to 1 unit. 16 spins later increase again by 1 unit . A negative and positive progression being used together. Win goal 72 units. Loss limit 500 units. DNQ did not qualify. I think this was if a number had arrived 7 times or more at spin 90. Needs checking. NES not enough spins. At 160 spins look to bail out with any profit or level If not unlucky keep going until bust or level. ------------------------------------- } method "main" begin while starting new session begin call "Init" end call "Track" add 1 record"No Spins"data if record"No Spins"data < 90 begin end else begin call "Get Highest Show" call "Get Bets" call "Get Number to Bet" end if record"No Spins"data = 90 begin call"Check if qualified" end if record"No Spins"data >= 90 begin call "Place Bets" end end method "Check if qualified" begin put 1 record"Outcome"data index loop until record"Outcome"data index > record"Outcome"data count begin if record"Outcome"data >= 7 begin call "Reset" end add 1 record"Outcome"data index end end method "Place Bets" begin add 1 record"Spins"data add 1 record"Progression"data put 100% bankroll record"Profit"data subtract 100% record"Starting Bankroll"data record"Profit"data if record"Profit"data >= 72 or record"Profit"data <= -500 begin call "Reset" end if record"Profit"data >= 0 and record"Spins"data >= 70 begin call "Reset" end if record"Progression"data = 18 begin add 1 record"Unit Size"data put 0 record"Progression"data end if bankroll > record"New High"data begin put 100% bankroll record"New High"data put 1 record"Unit Size"data end put 100% record"Unit Size"data record"Bet this"layout put 100% record"Unit Size"data record"Second Bet this"layout put 100% record"Unit Size"data record"Third Bet this"layout put 100% record"Unit Size"data record"Fourth Bet this"layout end method "Get Number to Bet" begin if record"Highest Show"layout count = 1 begin put 1 record"Highest Show"layout index copy record"Highest Show"layout record"Bet this"layout end else begin put 1 record"Highest Show"layout index clear record"Last Appeared"data clear record"Last Appeared Lowest"data put 1 record"Last Appeared"data index loop until record"Highest Show"layout index > record"Highest Show"layout count begin calculate last appeared record"Highest Show"layout record"Last Appeared"data add 1 record"Last Appeared"data index add 1 record"Highest Show"layout index end put 1 record"Last Appeared"data index put 1 record"Last Appeared Lowest"data index set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Last Appeared Lowest"data duplicate record"Last Appeared" record"Duplicate Last Appeared" loop until record"Last Appeared"data index > record"Last Appeared"data count begin put 1 record"Duplicate Last Appeared"data index loop until record"Duplicate Last Appeared"data index > record"Duplicate Last Appeared"data count begin if record"Duplicate Last Appeared"data < record"Last Appeared"data begin put 0 record"Last Appeared Lowest"data end add 1 record"Duplicate Last Appeared"data index end add 1 record"Last Appeared"data index add 1 record"Last Appeared Lowest"data index end put 1 record"Last Appeared Lowest"data index loop until record"Last Appeared Lowest"data index = 99 begin if record"Last Appeared Lowest"data = 1 begin put 100% record"Last Appeared Lowest"data index record"Highest Show"layout index clear record"Bet this"layout copy record"Highest Show"layout record"Bet this"layout put 98 record"Last Appeared Lowest"data index end add 1 record"Last Appeared Lowest"data index end end if record"Second Highest Show"layout count = 1 begin put 1 record"Second Highest Show"layout index copy record"Second Highest Show"layout record"Second Bet this"layout end else begin put 1 record"Second Highest Show"layout index clear record"Last Appeared"data clear record"Last Appeared Lowest"data put 1 record"Last Appeared"data index loop until record"Second Highest Show"layout index > record"Second Highest Show"layout count begin calculate last appeared record"Second Highest Show"layout record"Last Appeared"data add 1 record"Last Appeared"data index add 1 record"Second Highest Show"layout index end put 1 record"Last Appeared"data index put 1 record"Last Appeared Lowest"data index set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Last Appeared Lowest"data duplicate record"Last Appeared" record"Duplicate Last Appeared" loop until record"Last Appeared"data index > record"Last Appeared"data count begin put 1 record"Duplicate Last Appeared"data index loop until record"Duplicate Last Appeared"data index > record"Duplicate Last Appeared"data count begin if record"Duplicate Last Appeared"data < record"Last Appeared"data begin put 0 record"Last Appeared Lowest"data end add 1 record"Duplicate Last Appeared"data index end add 1 record"Last Appeared"data index add 1 record"Last Appeared Lowest"data index end put 1 record"Last Appeared Lowest"data index loop until record"Last Appeared Lowest"data index = 99 begin if record"Last Appeared Lowest"data = 1 begin put 100% record"Last Appeared Lowest"data index record"Second Highest Show"layout index clear record"Second Bet this"layout copy record"Second Highest Show"layout record"Second Bet this"layout put 98 record"Last Appeared Lowest"data index end add 1 record"Last Appeared Lowest"data index end end if record"Third Highest Show"layout count = 1 begin put 1 record"Third Highest Show"layout index copy record"Third Highest Show"layout record"Third Bet this"layout end else begin put 1 record"Third Highest Show"layout index clear record"Last Appeared"data clear record"Last Appeared Lowest"data put 1 record"Last Appeared"data index loop until record"Third Highest Show"layout index > record"Third Highest Show"layout count begin calculate last appeared record"Third Highest Show"layout record"Last Appeared"data add 1 record"Last Appeared"data index add 1 record"Third Highest Show"layout index end put 1 record"Last Appeared"data index put 1 record"Last Appeared Lowest"data index set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Last Appeared Lowest"data duplicate record"Last Appeared" record"Duplicate Last Appeared" loop until record"Last Appeared"data index > record"Last Appeared"data count begin put 1 record"Duplicate Last Appeared"data index loop until record"Duplicate Last Appeared"data index > record"Duplicate Last Appeared"data count begin if record"Duplicate Last Appeared"data < record"Last Appeared"data begin put 0 record"Last Appeared Lowest"data end add 1 record"Duplicate Last Appeared"data index end add 1 record"Last Appeared"data index add 1 record"Last Appeared Lowest"data index end put 1 record"Last Appeared Lowest"data index loop until record"Last Appeared Lowest"data index = 99 begin if record"Last Appeared Lowest"data = 1 begin put 100% record"Last Appeared Lowest"data index record"Third Highest Show"layout index clear record"Third Bet this"layout copy record"Third Highest Show"layout record"Third Bet this"layout put 98 record"Last Appeared Lowest"data index end add 1 record"Last Appeared Lowest"data index end end if record"Fourth Highest Show"layout count = 1 begin put 1 record"Fourth Highest Show"layout index copy record"Fourth Highest Show"layout record"Fourth Bet this"layout end else begin put 1 record"Fourth Highest Show"layout index clear record"Last Appeared"data clear record"Last Appeared Lowest"data put 1 record"Last Appeared"data index loop until record"Fourth Highest Show"layout index > record"Fourth Highest Show"layout count begin calculate last appeared record"Fourth Highest Show"layout record"Last Appeared"data add 1 record"Last Appeared"data index add 1 record"Fourth Highest Show"layout index end put 1 record"Last Appeared"data index put 1 record"Last Appeared Lowest"data index set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Last Appeared Lowest"data duplicate record"Last Appeared" record"Duplicate Last Appeared" loop until record"Last Appeared"data index > record"Last Appeared"data count begin put 1 record"Duplicate Last Appeared"data index loop until record"Duplicate Last Appeared"data index > record"Duplicate Last Appeared"data count begin if record"Duplicate Last Appeared"data < record"Last Appeared"data begin put 0 record"Last Appeared Lowest"data end add 1 record"Duplicate Last Appeared"data index end add 1 record"Last Appeared"data index add 1 record"Last Appeared Lowest"data index end put 1 record"Last Appeared Lowest"data index loop until record"Last Appeared Lowest"data index = 99 begin if record"Last Appeared Lowest"data = 1 begin put 100% record"Last Appeared Lowest"data index record"Fourth Highest Show"layout index clear record"Fourth Bet this"layout copy record"Fourth Highest Show"layout record"Fourth Bet this"layout put 98 record"Last Appeared Lowest"data index end add 1 record"Last Appeared Lowest"data index end end end method "Get Bets" begin put 1 record"Number Layout"layout index put 1 record"Highest"data index clear record"Highest Show"layout put 1 record"Highest Show"layout index loop until record"Highest"data index > record"Highest"data count begin if record"Highest"data = 1 begin copy record"Number Layout"layout record"Highest Show"layout add 1 record"Highest Show"layout index end add 1 record"Highest"data index add 1 record"Number Layout"layout index end put 1 record"Number Layout"layout index put 1 record"Second Highest"data index clear record"Second Highest Show"layout put 1 record"Second Highest Show"layout index loop until record"Second Highest"data index > record"Second Highest"data count begin if record"Second Highest"data = 1 begin copy record"Number Layout"layout record"Second Highest Show"layout add 1 record"Second Highest Show"layout index end add 1 record"Second Highest"data index add 1 record"Number Layout"layout index end put 1 record"Number Layout"layout index put 1 record"Third Highest"data index clear record"Third Highest Show"layout put 1 record"Third Highest Show"layout index loop until record"Third Highest"data index > record"Third Highest"data count begin if record"Third Highest"data = 1 begin copy record"Number Layout"layout record"Third Highest Show"layout add 1 record"Third Highest Show"layout index end add 1 record"Third Highest"data index add 1 record"Number Layout"layout index end put 1 record"Number Layout"layout index put 1 record"Fourth Highest"data index clear record"Fourth Highest Show"layout put 1 record"Fourth Highest Show"layout index loop until record"Fourth Highest"data index > record"Fourth Highest"data count begin if record"Fourth Highest"data = 1 begin copy record"Number Layout"layout record"Fourth Highest Show"layout add 1 record"Fourth Highest Show"layout index end add 1 record"Fourth Highest"data index add 1 record"Number Layout"layout index end end method "Get Highest Show" begin put 1 record"Outcome"data index put 1 record"Highest"data index duplicate record"Outcome" record"Duplicate Outcome" set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Highest"data loop until record"Outcome"data index > record"Outcome"data count begin put 1 record"Duplicate Outcome"data index loop until record"Duplicate Outcome"data index > record"Duplicate Outcome"data count begin if record"Duplicate Outcome"data > record"Outcome"data begin put 0 record"Highest"data end add 1 record"Duplicate Outcome"data index end add 1 record"Outcome"data index add 1 record"Highest"data index end put 1 record"Outcome"data index put 1 record"Second Outcome"data index put 1 record"Highest"data index loop until record"Outcome"data index > record"Outcome"data count begin if record"Highest"data = 1 begin put 0 record"Second Outcome"data end else begin put 100% record"Outcome"data record"Second Outcome"data end add 1 record"Outcome"data index add 1 record"Second Outcome"data index add 1 record"Highest"data index end put 1 record"Second Outcome"data index put 1 record"Second Highest"data index duplicate record"Second Outcome" record"Duplicate Second Outcome" set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Second Highest"data loop until record"Second Outcome"data index > record"Second Outcome"data count begin put 1 record"Duplicate Second Outcome"data index loop until record"Duplicate Second Outcome"data index > record"Duplicate Second Outcome"data count begin if record"Duplicate Second Outcome"data > record"Second Outcome"data begin put 0 record"Second Highest"data end add 1 record"Duplicate Second Outcome"data index end add 1 record"Second Outcome"data index add 1 record"Second Highest"data index end put 1 record"Second Outcome"data index put 1 record"Third Outcome"data index put 1 record"Second Highest"data index loop until record"Second Outcome"data index > record"Second Outcome"data count begin if record"Second Highest"data = 1 begin put 0 record"Third Outcome"data end else begin put 100% record"Second Outcome"data record"Third Outcome"data end add 1 record"Second Outcome"data index add 1 record"Third Outcome"data index add 1 record"Second Highest"data index end put 1 record"Third Outcome"data index put 1 record"Third Highest"data index duplicate record"Third Outcome" record"Duplicate Third Outcome" set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Third Highest"data loop until record"Third Outcome"data index > record"Third Outcome"data count begin put 1 record"Duplicate Third Outcome"data index loop until record"Duplicate Third Outcome"data index > record"Duplicate Third Outcome"data count begin if record"Duplicate Third Outcome"data > record"Third Outcome"data begin put 0 record"Third Highest"data end add 1 record"Duplicate Third Outcome"data index end add 1 record"Third Outcome"data index add 1 record"Third Highest"data index end put 1 record"Third Outcome"data index put 1 record"Fourth Outcome"data index put 1 record"Third Highest"data index loop until record"Third Outcome"data index > record"Third Outcome"data count begin if record"Third Highest"data = 1 begin put 0 record"Fourth Outcome"data end else begin put 100% record"Third Outcome"data record"Fourth Outcome"data end add 1 record"Third Outcome"data index add 1 record"Fourth Outcome"data index add 1 record"Third Highest"data index end put 1 record"Fourth Outcome"data index put 1 record"Fourth Highest"data index duplicate record"Fourth Outcome" record"Duplicate Fourth Outcome" set list [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1] record"Fourth Highest"data loop until record"Fourth Outcome"data index > record"Fourth Outcome"data count begin put 1 record"Duplicate Fourth Outcome"data index loop until record"Duplicate Fourth Outcome"data index > record"Duplicate Fourth Outcome"data count begin if record"Duplicate Fourth Outcome"data > record"Fourth Outcome"data begin put 0 record"Fourth Highest"data end add 1 record"Duplicate Fourth Outcome"data index end add 1 record"Fourth Outcome"data index add 1 record"Fourth Highest"data index end end method "Reset" begin clear all records call "Init" end method "Track" begin track last number for 1 spins record"Last Number"layout put 1 record"Number Layout"layout index put 1 record"Outcome"data index loop until record"Number Layout"layout index > record"Number Layout"layout count begin if record"Last Number"layout = record"Number Layout"layout begin add 1 record"Outcome"data end add 1 record"Outcome"data index add 1 record"Number Layout"layout index end end method "Init" begin copy list [number 0, number 1, number 2, number 3, number 4, number 5, number 6, number 7, number 8, number 9, number 10, number 11, number 12, number 13, number 14, number 15, number 16, number 17, number 18, number 19, number 20, number 21, number 22, number 23, number 24, number 25, number 26, number 27, number 28, number 29, number 30, number 31, number 32, number 33, number 34, number 35, number 36] record"Number Layout"layout set list [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] record"Outcome"data put 1 record"Unit Size"data put 100% bankroll record"Starting Bankroll"data exit end