Strona 1 z 3 123 OstatniOstatni
Pokaż wyniki od 1 do 10 z 26
  1. #1
    Dołączył
    Jun 2006
    Posty
    1,496
    wszystko mozna zmienic !
    ------------------------

    MaxSessionHands = 10000
    MaxSessionTime = 720
    MaxStackSize = 1000000
    BathroomBreakAfter = 180
    BathroomBreakTime = 2
    SitOutWhenOpponentsAreLessThan = 1
    MakePotSizedPreFlopRaisesWhen = 1
    FoldToPre-FlopRaisesForAQAJsKQ = OFF
    FoldPost-FlopBelowTopPairToAnyBetOrRaise = OFF
    FoldToPost-FlopRaisesWithUnpairedBoardsFor = 2
    FoldToPost-FlopRaisesWithPairedBoardsFor = 5
    NeverBetTurnOrRiverWithHandBelow = 4
    NeverBetFlopWithHandBelowMiddlePairWhen = 4
    NeverBetFlopWithHandBelowMiddlePairStackSize = 4
    NeverCallPairedBoardsWithHandBelow = 6
    NeverCallFlushPossibleBoardsWithHandBelow = 6
    FoldToPre-FlopRaiseWith55Or66When = 3
    FoldToPre-FlopRaiseWith77Or88When = 3
    FoldToPre-FlopRaiseWith99OrTTWhen = 3
    FoldToPre-FlopRaiseWithJJOrQQWhen = 3
    FoldToPre-FlopRaiseWithAKWhen = 3
    FoldToPre-FlopRaiseWithAQsWhen = 3
    FoldToPre-FlopRaiseWithAKsWhen = 3
    FoldToPre-FlopRaiseWithKQsWhen = 3
    SuperTightPlay = OFF
    SemiSuperTightPlay = OFF
    NoLimp = 15
    AggressivePreFlop = 7
    AggressivePostFlop = 3
    AggressivePreFlopStackSize = 1000000
    AggressivePostFlopStackSize = 1000000
    MiningForSets = 0
    PostFlopinBlindsOverride = 3
    PreFlopReRaiseOverride = OFF
    MinBetOverride = 6
    FoldOrGoAllInWhenOpponentsAfterFoldsLessThan = 5
    FoldOrGoAllInWhenOpponentsAfterFoldsLessThanStackS ize = 1000000
    ApplyFoldOrAllInAfter = 0
    FoldOrGoAllInWhenOpponentsAtTableLessThan = 5
    FoldOrGoAllInWhenOpponentsAtTableLessThanStackSize = 1000000
    AlwaysCallWhenOpponentsRaiseIsLessThan = 4
    AlwaysCallWhenStackSizeIsLessThanTotalInvested = 90
    Verbose = ON
    AutoPlay = ON
    UserDefinedGameType = 0
    AlwaysAskForTableName = OFF

    custom

    preflop

    // Cash Limit Holdem Script by ................... dated 5-9-2009

    when (hand = AA or hand = KK or hand = QQ or hand = JJ or hand = AK or hand = AQ suited) raise force

    when (hand = TT or hand = 99 or hand = 88 or hand = 77 or hand = AQ or hand = AJ suited or hand = AT suited or hand = KQ or hand = KJ suited or hand = QJ suited)
    when (botslastaction = raise or botslastaction = call) call force
    when raises = 0 call force
    when raises = 1 and calls >= 3 call force
    when raises = 1 and calls < 3 fold force
    when raises >= 2 fold force

    when others
    when others fold force


    flop

    when HaveStraightFlush or HaveQuads or HaveFullHouse or HaveFlush or HaveStraight or HaveSet or HaveTrips or HaveTwoPair or HaveOverPair or (HaveTopPair and HaveBestKicker)
    when Bets = 1 or Raises >= 1 Raise Force
    when Bets = 0 Bet Force

    when HaveTopPair
    when BotRaisedOnFlop Call Force
    when Bets = 0 Bet Force
    when Bets = 1 Raise Force

    when HaveStraightDraw or HaveFlushDraw
    when Others Call Force

    when Others
    when Others Fold Force

    turn

    when HaveStraightFlush or HaveQuads or HaveFullHouse or HaveFlush or HaveStraight or HaveSet or HaveTrips
    when Bets = 1 or Raises >= 1 Raise Force
    when Bets = 0 Bet Force

    when HaveTwoPair or HaveOverPair
    when Bets >= 1 and Raises >= 1 call Force
    when Bets = 0 Bet Force

    when HaveTopPair
    when BotRaisedOnTurn Call Force
    when bets =1 and Raises >= 1 fold Force
    when Bets = 0 Bet Force
    when Bets = 1 Raise Force

    when HaveStraightDraw or HaveFlushDraw
    when Others Call Force

    when Others
    when Others Fold Force

    river

    when HaveStraightFlush or HaveQuads or HaveFullHouse or HaveFlush or HaveStraight or HaveSet or HaveTrips
    when Bets = 1 or Raises >= 1 Raise Force
    when Bets = 0 Bet Force

    when HaveTwoPair or HaveOverPair
    when Bets = 1 and Raises >= 1 call Force
    when Bets = 1 raise Force

    when HaveTopPair
    when RaisesSinceLastPlay >= 2 Fold Force
    when Bets = 0 and Raises = 0 and BotIsLastRaiser Bet Force
    when Bets >= 1 and Raises >= 1 fold force
    when Others Call Force

    when Others
    when Others Fold Force

    ----------------------------------------------------------------------
    ----------------------------------------------------------------------
    ten preflop chyba lepszy ---------------------------------------------
    ----------------------------------------------------------------------
    ----------------------------------------------------------------------

    custom
    preflop
    When ( hand = A A or hand = K K or hand = Q Q or hand = K A suited or hand = K A ) raise force
    When BotsLastAction = raise raise force
    When ( hand = J J or hand = T T or hand = 9 9 or hand = A Q suited or hand = A Q or hand = A J suited )
    When ( BotsLastAction = raise or BotsLastAction = call ) call force
    When StillToAct >= 7 and raises = 1 and calls = 0 fold force
    When StillToAct <= 6 and raises = 1 and calls = 0 raise force
    When raises = 0 and calls >= 0 raise force
    When raises = 1 and calls >= 1 call force
    When hand = K Q suited
    When ( BotsLastAction = raise or BotsLastAction = call ) fold force
    When StillToAct >= 7 fold force
    When StillToAct <= 6 and raises = 0 and calls >= 0 raise force
    When In BigBlind and raises = 1 and calls = 0 call force
    When raises = 1 and calls >= 1 call force
    When ( hand = A J or hand = A T suited or hand = A T or hand = K Q )
    When ( BotsLastAction = raise or BotsLastAction = call ) fold force
    When StillToAct >= 7 fold force
    When StillToAct <= 6 and raises = 0 and calls >= 0 raise force
    When In BigBlind and raises = 1 and calls >= 0 call force
    When ( hand = 2 2 or hand = 3 3 or hand = 4 4 or hand = 5 5 or hand = 6 6 or hand = 7 7 or hand = 8 8 or hand = K J suited or hand = K T suited or hand = Q J suited or hand = Q T suited or hand = J T suited or hand = T 9 suited )
    When ( BotsLastAction = raise or BotsLastAction = call ) fold force
    When StillToAct >= 4 and raises = 0 and calls <= 1 fold force
    When StillToAct <= 3 and raises = 0 and calls = 0 raise force
    When StillToAct <= 3 and raises = 0 and calls = 1 call force
    When In BigBlind and raises = 1 and calls = 0 call force
    When raises = 0 and calls >= 2 call force
    When raises = 1 and calls >= 1 call force
    When ( hand = K J or hand = K T or hand = Q J or hand = Q T or hand = J T or hand = A 2 suited or hand = A 3 suited or hand = A 4 suited or hand = A 5 suited or hand = A 6 suited or hand = A 7 suited or hand = A 8 suited or hand = A 9 suited or hand = K 9 suited or hand = 8 7 suited or hand = 9 8 suited )
    When ( BotsLastAction = raise or BotsLastAction = call ) fold force
    When StillToAct >= 4 and raises = 0 and calls = 0 fold force
    When StillToAct >= 4 and raises = 0 and calls >= 2 fold force
    When StillToAct <= 3 and raises = 0 and calls = 0 raise force
    When StillToAct <= 3 and raises = 0 and calls >= 2 call force
    When In SmallBlind and raises = 0 and calls = 1 call force
    When In BigBlind and raises = 0 and calls = 1 call force
    When raises >= 1 fold force
    When Others
    When Others fold force

    i made this preflop profile then added a beep function for the flop. worked pretty good. its copy of **pok***strategy********.coms preflop beginner graph


    przed flopem jest ok, pozniej czasami gra zbyt agresywnie raise bez pary (np tylko z AK)

    moze ktos EDUKACYJNIE chce cos ulepszyc, pobawic sie, pogrzebac w tym skrypcie?
    Ostatnio edytowane przez kuerten ; 10-05-2009 o 21:52

  2. #2
    Dołączył
    Dec 2007
    Posty
    436
    Masz jakiś interpreter do tego?

  3. #3
    Dołączył
    Jun 2006
    Posty
    1,496
    do tego jest bot ktory czyta ten profil i tak gra!

    BTW
    Nie odpowiadam na priv ani na ogolnym co to za bot

  4. #4
    Dołączył
    Sep 2007
    Przegląda
    Espirito Santo
    Posty
    158
    jak na moje to Bonus Bots Gaming Assistance Software bo korzysta z podobnych skryptów

  5. #5
    Dołączył
    Dec 2007
    Posty
    436
    Cytat Zamieszczone przez Vigird Zobacz posta
    jak na moje to Bonus Bots Gaming Assistance Software bo korzysta z podobnych skryptów
    Strasznie wirusowo wygląda ta strona, ja bym uważał.

  6. #6
    Dołączył
    Dec 2008
    Posty
    109
    No Ameryki nie odkryłeś że są boty które można zaprogramować dowolnie do gry w limit holdem, omaha czy 7 studa. Są nawet takie które "nh" piszą na czacie jak ich przeciwnik coś trafi ciekawego. To doskonałe narzędzia nie tiltuja, maja mniejsze swingi i nie trzeba kisić się jak warzywo przy komputerze po 10godzin. Do tego można stworzyć wiele profilów graczy przeciwko którym gra taki bot na podstawie danych z wielu ciekawych programów jak przykładowo Online Poker Inspector. W czasie gry dobry bot sam przełącza te profile zależnie na jaki typ trafi gracza, jeśli jest to gracz o którym nie ma danych stosuje uniwersalny profil tight aż zbierze wystarczającą ilość rąk. Więc głownie jego gra opiera się na statystyce co wystarcza na 95% grających na niskich stawkach wszystkich gier limit.
    Kokosów nie ma z takiego bota ale bonusy i rake wyrabia wystarczający dla kogoś którego życiem nie jest sama gra. Oprócz Pokerstars można go używać praktycznie do woli bo mało kto to sprawdza gdyż jedynie chipdumping ścigają i multikonta.
    Na NL też grają pewnie wygrywające boty do micro i niskich stawek bo tam wystarcza do wygrywania zwykłe ABC czyli napisanie skryptu profilu agresywnego gracza tight, jedyny praktycznie problem nie do przeskoczenia na NL to blef. Na FTP swego czasu grywały na NL1000 wygrywające boty nawet ktoś tą sprawę na 2+2 opisał.
    Ale jak ktoś myśli że fortune zdobędzie dzieki używaniu bota jeszcze ściągniętego z torrentów to chyba się przeliczy.

  7. #7
    Dołączył
    Jun 2006
    Posty
    1,496
    Cytat Zamieszczone przez loser Zobacz posta
    Na NL też grają pewnie wygrywające boty do micro i niskich stawek bo tam wystarcza do wygrywania zwykłe ABC czyli napisanie skryptu profilu agresywnego gracza tight, jedyny praktycznie problem nie do przeskoczenia na NL to blef. .
    no tak na nl mozna ustawic tak

    preflop
    when (hand = AA or hand = KK ) raiseMAX force

    czyli all in

    albo na sitach lub mtt ustawic AA KK QQ JJ all in, gdy na sitach zostanie juz malo graczy 3-4 to trzeba przelaczyc profil

  8. #8
    Dołączył
    Aug 2006
    Posty
    125
    Cytat Zamieszczone przez Vigird Zobacz posta
    jak na moje to Bonus Bots Gaming Assistance Software bo korzysta z podobnych skryptów

    ciekawe, że można się rejestrować przez tą stronę do ftp, bodoga ...
    a przecież granie botami jest zabronione :/

  9. #9
    Dołączył
    Sep 2007
    Przegląda
    Espirito Santo
    Posty
    158
    Jest zabronione ale chyba tylko PokerStars mocno to kontroluje...

  10. #10
    Dołączył
    Apr 2006
    Posty
    461
    Nie wnikam, czy wygrywa czy nie, ale to mnie konkretnie rozwalilo:

    How many tables can it play?
    Up to three at the present time. We feel that is a good number which looks naturally human. Getting too greedy is the downfall of many good things.

    Gdy porownamy z zapewnieniem, ze:

    Rakeback, Baby. A break-even cash game profile will actually return an impressive monthly profit in rakeback payments.