Bitcoin Forum
May 04, 2024, 09:42:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Meron po ba ditong pwedeng magturo kung paano gumawa ng Dice Betting Script?  (Read 194 times)
Toffer (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 10, 2020, 06:41:12 AM
 #1

Meron po kasi akong modified version ng Fibonacci betting system. Gusto ko po sanang gumawa ng script for Dicebot.  Salamat po.
1714815758
Hero Member
*
Offline Offline

Posts: 1714815758

View Profile Personal Message (Offline)

Ignore
1714815758
Reply with quote  #2

1714815758
Report to moderator
1714815758
Hero Member
*
Offline Offline

Posts: 1714815758

View Profile Personal Message (Offline)

Ignore
1714815758
Reply with quote  #2

1714815758
Report to moderator
1714815758
Hero Member
*
Offline Offline

Posts: 1714815758

View Profile Personal Message (Offline)

Ignore
1714815758
Reply with quote  #2

1714815758
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Shimmiry
Full Member
***
Offline Offline

Activity: 840
Merit: 105


★Bitvest.io★ Play Plinko or Invest!


View Profile
May 10, 2020, 06:51:31 AM
 #2

Meron po kasi akong modified version ng Fibonacci betting system. Gusto ko po sanang gumawa ng script for Dicebot.  Salamat po.

May alam akong link ng maraming script para sa mga dice games. See: https://bot.seuntjie.com/Scripts.aspx

Maraming examples jan pero hindi ako sure kung ayan hinahanap mo kasi medyo malawak yung topic na gusto mo like gusto mo mag code while gusto mo na din agad gumawa ng BOT which is hindi ganun ka simple. And kung may Fibonnaci ka naman na, feeling ko hindi ka naman na mahihirapan intindihin yung mga nasa link.

Toffer (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 10, 2020, 07:03:06 AM
 #3

No boss, di po ako gagawa ng bot, bale yung script lang po ang gagawin ko for dicebot. Yung Dicebot po, ang creator nun ay yung mismong link na binigay nyo. Actually, meron po siya nung betting system nung katulad sa'kin, ang problema ko po, ay di ko alam kung paano magmodified.
crwth
Copper Member
Legendary
*
Offline Offline

Activity: 2758
Merit: 1251


Try Gunbot for a month go to -> https://gunbot.ph


View Profile WWW
May 10, 2020, 10:54:43 AM
Last edit: May 10, 2020, 11:15:27 AM by crwth
Merited by cabalism13 (2)
 #4

If you have the same script, betting system, I think it would be wise to just adjust the betting amount. Babaguhin mo ba yung formula or adjust lang yung mga amounts of bet?

Kasi if we're talking about adjusting amounts or the formulas it would be easy to edit. Hindi ko makita kung may script na nakapost sa DiceBot about Fibonacci pero ibang script muna to, just for an example.

Code:
if (balance < (cbal+cbal*stoplosspercent/100)) then
print("You lost your session roll...Stopping")
stop()
end
It's an equation that is for calculated balance and checking if it reached the stop loss amount.

Most scripts have the variables this way
Code:
initialbet = 0.00000100
sessionprofit = 0.00050000
Change the amount that you prefer then you are good.

Anyway, siguro pwede tayo mag collaborate with making your script para at least, tulong tulong. Tapos siyempre Use at Your Own Risk.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Toffer (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 10, 2020, 01:50:07 PM
 #5

Sa DiceBot po kasi, merong fibonacci betting na pwedeng icustomize. May konting tweaking lang po sana ako na gagawin.. Bale iibahin ko lang po ng konti yung rules nya..
crwth
Copper Member
Legendary
*
Offline Offline

Activity: 2758
Merit: 1251


Try Gunbot for a month go to -> https://gunbot.ph


View Profile WWW
May 11, 2020, 06:44:46 AM
 #6

So eto ba yung tinutukoy mong gusto i-edit?



So possible formula yung una mong hahanapin kung gusto mo ibahin yung rules niya. Maganda kung mas maging specific ka, pero if you don't want to share the specifics, pwede mo naman i-pm sakin, baka matulungan din kita dito.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Toffer (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 12, 2020, 04:01:53 AM
 #7

Boss, kaya mo bang i-edit ito ng katulad nung PM ko sa'yo? http://www.mediafire.com/file/bri5t2bauzbibra/ELMO_FIBONACCI_BETTING_SYSTEM.txt/file
crwth
Copper Member
Legendary
*
Offline Offline

Activity: 2758
Merit: 1251


Try Gunbot for a month go to -> https://gunbot.ph


View Profile WWW
May 12, 2020, 09:44:50 AM
 #8

Hindi ba parang ganun na yung ginagawa nung script? kasi parang iba yung base fibonnaci, sa script na yan.

Sa part nung script na to

Code:
if balance < initbalance then

if (initbalance-balance)==prebet then
nextbet=prebet
end

if (initbalance-balance)==(prebet*2) then
nextbet=prebet
end

if (initbalance-balance)>(prebet*2) then
nextbet=firstbet+secondbet
end


if win and (initbalance>balance) then
nextbet=previousbet
end
end

Meron ng prebet*2 . Pero this is what happens pag yung balance mo is less than initial balance. Kaso nga lang ito ay base sa balance, not the actual bet itself. Susubukan ko pa i-edit ulit. Wala pa kasi ulit ako ma-testingan na account for now.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Theb
Hero Member
*****
Offline Offline

Activity: 1680
Merit: 655


View Profile
May 12, 2020, 04:22:54 PM
Last edit: May 12, 2020, 04:43:13 PM by Theb
 #9

I personally don't use Seunjie DiceBot at sa tingin ko hindi ito yung tamang section para sa thread na ito pero since nandito na rin lamang I think makakatulong sayo ito. Yung program ng dice bot meron silang tinatawag na programmer mode kung saan pwede ka mag-adjust ng LUA scripts within Dicebot, meron silang in-depth tutorial na ginawa sa Steemit Account nila (Part 1, 1.1, 1.2, 2, 3, 4) at meron din silang Youtube channel na may guide para sa programmer mode nila. And since hindi nga ito yung tamang section para dito and baka yung topic mo hindi talaga para sa forum na ito ang mismong Seuntjie Dice Bot ay may sariling forum para dito, if gusto mo talaga matutunan mag-edit ng script pwede mo i-post yung concern mo sakanila under sa Programmer Mode section nila, nag-basa ako ng mga topic dito at mismong developers ng Seuntjie Dice Bot nag-rereply sa mga topics ng forum members so sure kang makakakuha ng sagot na hinahanap mo.

..bustadice..         ▄▄████████████▄▄
     ▄▄████████▀▀▀▀████████▄▄
   ▄███████████    ███████████▄
  █████    ████▄▄▄▄████    █████
 ██████    ████████▀▀██    ██████
██████████████████   █████████████
█████████████████▌  ▐█████████████
███    ██████████   ███████    ███
███    ████████▀   ▐███████    ███
██████████████      ██████████████
██████████████      ██████████████
 ██████████████▄▄▄▄██████████████
  ▀████████████████████████████▀
                     ▄▄███████▄▄
                  ▄███████████████▄
   ███████████  ▄████▀▀       ▀▀████▄
               ████▀      ██     ▀████
 ███████████  ████        ██       ████
             ████         ██        ████
███████████  ████     ▄▄▄▄██        ████
             ████     ▀▀▀▀▀▀        ████
 ███████████  ████                 ████
               ████▄             ▄████
   ███████████  ▀████▄▄       ▄▄████▀
                  ▀███████████████▀
                     ▀▀███████▀▀
           ▄██▄
           ████
            ██
            ▀▀
 ▄██████████████████████▄
██████▀▀██████████▀▀██████
█████    ████████    █████
█████▄  ▄████████▄  ▄█████
██████████████████████████
██████████████████████████
    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
       ████████████
......Play......
Toffer (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 13, 2020, 12:06:02 PM
 #10

Hindi ba parang ganun na yung ginagawa nung script? kasi parang iba yung base fibonnaci, sa script na yan.

Sa part nung script na to

Code:
if balance < initbalance then

if (initbalance-balance)==prebet then
nextbet=prebet
end

if (initbalance-balance)==(prebet*2) then
nextbet=prebet
end

if (initbalance-balance)>(prebet*2) then
nextbet=firstbet+secondbet
end


if win and (initbalance>balance) then
nextbet=previousbet
end
end

Meron ng prebet*2 . Pero this is what happens pag yung balance mo is less than initial balance. Kaso nga lang ito ay base sa balance, not the actual bet itself. Susubukan ko pa i-edit ulit. Wala pa kasi ulit ako ma-testingan na account for now.

Parehas lang ba nung sa'kin? Di ko kasi naiintindihan yung nakasulat jan.. X2 din ba yung previous bet jan?
crwth
Copper Member
Legendary
*
Offline Offline

Activity: 2758
Merit: 1251


Try Gunbot for a month go to -> https://gunbot.ph


View Profile WWW
May 14, 2020, 10:37:59 AM
 #11

And since hindi nga ito yung tamang section para dito and baka yung topic mo hindi talaga para sa forum na ito ang mismong Seuntjie Dice Bot ay may sariling forum para dito, if gusto mo talaga matutunan mag-edit ng script pwede mo i-post yung concern mo sakanila under sa Programmer Mode section nila, nag-basa ako ng mga topic dito at mismong developers ng Seuntjie Dice Bot nag-rereply sa mga topics ng forum members so sure kang makakakuha ng sagot na hinahanap mo.
Baka dito niya din nadiscover yung program? Pero mas maganda nga kung dun mismo sa discussion forum nila makipag usap.



Parehas lang ba nung sa'kin? Di ko kasi naiintindihan yung nakasulat jan.. X2 din ba yung previous bet jan?
Yup, pag lower yung initial balance mo sa current balance, lalakihan niya yung previous bet. Vice versa.

Maganda kung dun nga sa mga professionals makipag usap, katulad ng sinabi ni Theb.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
Toffer (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 15, 2020, 04:23:09 PM
 #12

And since hindi nga ito yung tamang section para dito and baka yung topic mo hindi talaga para sa forum na ito ang mismong Seuntjie Dice Bot ay may sariling forum para dito, if gusto mo talaga matutunan mag-edit ng script pwede mo i-post yung concern mo sakanila under sa Programmer Mode section nila, nag-basa ako ng mga topic dito at mismong developers ng Seuntjie Dice Bot nag-rereply sa mga topics ng forum members so sure kang makakakuha ng sagot na hinahanap mo.
Baka dito niya din nadiscover yung program? Pero mas maganda nga kung dun mismo sa discussion forum nila makipag usap.



Parehas lang ba nung sa'kin? Di ko kasi naiintindihan yung nakasulat jan.. X2 din ba yung previous bet jan?
Yup, pag lower yung initial balance mo sa current balance, lalakihan niya yung previous bet. Vice versa.

Maganda kung dun nga sa mga professionals makipag usap, katulad ng sinabi ni Theb.

"Yup, pag lower yung initial balance mo sa current balance, lalakihan niya yung previous bet. Vice versa." Pwede mo ba'ko bigyan ng example boss?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!