side note/ facepunch pushed a patch to this exploit last full wipe, that drastically changes the odds shown by the program 😞 If you enjoy the video guys and want to help support an unemployed developer I'll ask you to consider ▶subscribing thanks!! ❤
it could be do to the way that they do rng could be do to a default seed number, computers can't really do random the way humans can, i also noticed some servers might mod the wheel to allow for different types of rolls
@@devbud i have seen the sourcecode for the rust wheel. it uses a solid pseudorandom number generator, however it chooses a random force between 4.5 and 7 unity newton to turn the wheel. if 4.5N and 7N would result in the same final wheel position, there would be no abuse. however they picked the worst possible values so that the 7N is 180° off the 4.5, so that a half rotation has a slightly higher probability than a full one, which screws with the whole probability distribution. from this distribution you can caluclate your expected value and thus also use the kelly criterion to calculate the best bet and bet size. this is very important! even if you play only winning bets, you can still go broke with a very high chance if you dont adjust your betsize according to EV! i made a tool for the rust wheel that incorporates this with open source code, however i believe my comment will be deleted if i post a link here^^ dm me if interested^^
They could easily and chose not to. Even when they changed the probabilities a while ago to fix it being easy to win, they chose to keep a small bias, probably because it's a big rusty wheel, it's not supposed to be perfect
Very nice video! I was suprised you had under 600subs because ur video quality and editing is way above that. I subscribe. And wheelguru is working very well too.
thanks bud i really appreciate it, channel will grow i'll promises i will improve the video editing and the content is only going to get crazier and crazier
@@devbud 99% of rust blackjack players walk away right before the 5 hand run, it's all about that 5 hand run and then you lose it all in hopes to get that golden 5 hand run again
I mean, i did everything you said to do and ended up losing like 12 in a row, even tried only betting on high ones as your post mentioned 3-4 on green and blue, and just literally deleted 500 scrap. GG
Since the wheel was added we've built up our own calculator that, starting with 40 scrap, averages to 26K an hour. There's a lot more information you can use to determine the outcome other than the probability on the wheel itself and I've never really seen anyone talk about that. Just for reference my group and I haven't had to grind monuments or farm nodes since 2021 and we spend all our time now on the fun parts of the game (though I've only played it twice in the last year, Rust has gone downhill). I'm sure the wheel being determinate is actually intentional and meant to be a viable strategy for getting scrap but the developers obviously don't understand the mechanics behind their own game. Great video bud.
OMG LOVE THIS NEW SUBSCRIBER , funny thing is your application is exactly what I had thought of with no development experience except the way you have to make it see the colors with flashlights lol
You got a new sub, this video was really good and funny. I've not played Rust in like 7 years, but I played it non stop from 2014-2017, so I have never first hand seen all these new things, but I love watching content creators play. I can certainly see a new strat with this when starting a fresh wipe with no BPs. Shit shack down just outside of Outpost, maybe a few to spread the loot, research everything within the first hour or so and then sell excess scrap for like stone, metal and hqm etc to make sure your base is solid 😅
my bad, if you read the video description there are some TIMESTAMPS, the ones you want to click on is In-depth Breakdown, Showcasing App Features, Betting strategy and use, on the patreon post there is also some more tips
@@CooKie-kd5bs thank you Bud ♥️ is funny you say that today, I build this ai power gif explorer to help me pull gifts and edit them on the fly in other words it's still evolving and is going to keep better new video on Friday.
@@devbud I get that if you change the zero position it won't work, however, I can never seem to get them to line up even with the arrows. I think if you had the ability to lock and unlock being able to drag it would just make it a lot more user friendly in my opinion.
I watched the same video and I theorised back than what would be possible. I tried to make a program that would do just this but I am a bad programer. Really interesting. So back than I knew that the current rotation of the wheel impacts where it lands next. I wonder if this could be improved by factoring in the exact position (rotation of the current number) not just the number it landed on. maybe if you search for just a couple of numbers together in relation to the arrow of the wheel. I don't know, maybe when I learn more coding I can attempt something like this. Good video!
maybe doing a program with a replica of the wheel and you can click where it landed. Then you can also choose in which part of the number was the arrow pointing and then it would tell you even better ods. That was what I wanted to do back then. I just remembered this. also that couldn't get flagged as an overlay and it solves the problem of detecting colors. You just have to figure out how to quickly mark the position based on where the arrow is pointing. i guess you can just count the spaces from 20 or something. also I might just be wrong
The way eac generally detects cheats is by scanning signatures on players computers who are reported. If many players have a suspicious matching signature that program will be investigated.
Something that will never be patched is doubling your bet on the same number over and over and over till you win and then resetting. So for example 20 on 1, you lose, 40 on 1, you lose, 60 on 1, you win. Now restart at 20 at 1. Reset every win and double bet every loss.
If you have a black box taking an input and spitting out an output, a neural net is the best way to approximate that black box's function. A large data set of like 50 or so outcomes for each starting position should give pretty accurate output percentages. After that, making a second neural net to actually play the game using the first nn and find winning strategies would be pretty tough. Either having the nn play rust real time or maybe recording a gambling run and having the nn pretend to gamble over a past run could work to train it, I guess
you need to hit the key R to refresh the numbers while you are on the program make sure your game is in windwos mode that way you can select the application and the game when you need to
I set it up like you did and suggested - but mine is not working like yours and as such the results aren't coming. The middle where it says how many of each color accumulates - yours resets each time. Mine always suggests 3 colors, never 2 or 1 but yours occasionally has 2 or 1. Not sure what is wrong but mine is not working like yours at all, sadly. Would love to fix if you can make any suggestions or have a Discord.
No github code? I dont trust youre not running malware or some kind of other script on poor rust gamers computers. Also the wheel colors dont really mean much, you could use number outline recognition and then you dont really need good lighting. There are already pre trained handwriting recognizers that could handle the different lighting conditions.
am not using tesseract, ciede2000 is smaller and don't require an additional install steps like tesseract ,am also not going to train a vision model gpu potato, no money for compute creds
Hi, kudos for this video and program. Just an idea. Wouldn't it be possible to just check the spot of the 20 and use that to determine all the other spots. I think that would improve the accuracy, but maybe I'm wrong.
Friday or Saturday I saw someone sitting there with the flashlight n miners hat. I went and commended their lighting technique... idk if this video was even out yet
Any news if this is patched? The "Meta Madness" patch notes had this at the bottom of the list of improvements: • Reworked bandit camp's roulette randomness
Imagine if a human got good enough to predict the wheel most of the time I’ve done that kind of thing with predicting random generation based on other parts of the generation with decent accuracy it did take a lot of time for me to do that even though the human brain is extremely good at pattern recognition AI can take tens of thousands of examples to guess if a image contains a specific element while humans only need 1 or 2 to beat that AI
I always thought this wheel could be cracked. Thank you for doing that. You'll be forever loved in the Rust community. Expect to see you in next events
good vid... but i was a bit confused on how to use it and which to gamble on. next was mainly confused about the numers in the middle and what they mean.
I remember that the wheel wasn’t rng, it followed a series of number and that if you knew which one it was on you could get the right one every time. There was a video out a while ago I don’t know if they changed it or not
@@devbud having fun and making money don’t need to be mutually exclusive. It can be fun to farm in rust, but the real joy is in reaping the rewards of your farm. If you farm for randoms don’t expect much, good chance they will take what benefits them and leave you with nothing but the experience. But hey if you had fun along the way more power to ya. I just hate to see someone provide value to others with no benefit to themselves. Not to say you’re doing anything wrong. Probably the play is get the customer base then get the money. I’m going to see about try your strategy on that gambling site another comment mentioned, wish me luck.
nearly impossible the Game uses a RNG unity function witch changes the seed every time in order to predict the exact spot is going to land on you need a supper computer to simulate each seed in less then 30 seconds witch is the time between spin in other words impossible kimosabe, i'll just settle for probability
side note/ facepunch pushed a patch to this exploit last
full wipe, that drastically changes the odds shown by the program 😞
If you enjoy the video guys and want to help support
an unemployed developer I'll ask you to consider ▶subscribing thanks!! ❤
where is wheel guru
@@beamer_449 🙏🤲🤲🙏🙏
hey dev u know the gambling site bandit camp runs off the in game wheel statistics so u might be able to use it to make inf money irl
@@echo-rust jdk man sounds illegal's 🤑🤑
@@devbud i mean i dont think it says in the rules to not use it
All fun and games until someone sits in front of you 😂
you need to set in the first site or else those big headed nakeds are going to drive you nuts i used to give them scrap so tell move #IknowTheStruggle
never heard a joke with a 2 minute spa ce between the setup and punchline
"to understand this comment please head to this time stamp" 1:08
Try out Norm Macdonald
@@willfreeman4208 NORMMMM!!!, the Goat Rip❤
So you've never heard any standup comedy that goes beyond one linersl?
Ok.
@@DrummerJacob 2 minutes between the setup and the punchline, not jokes with a 2 minute setup
Im confused at why they didn't just make every number on the wheel have a 1/25 chance of getting picked
it could be do to the way that they do rng could be do to a default seed number, computers can't really do random the way humans can, i also noticed some servers might mod the wheel to allow for different types of rolls
@@devbud i have seen the sourcecode for the rust wheel. it uses a solid pseudorandom number generator, however it chooses a random force between 4.5 and 7 unity newton to turn the wheel. if 4.5N and 7N would result in the same final wheel position, there would be no abuse. however they picked the worst possible values so that the 7N is 180° off the 4.5, so that a half rotation has a slightly higher probability than a full one, which screws with the whole probability distribution. from this distribution you can caluclate your expected value and thus also use the kelly criterion to calculate the best bet and bet size. this is very important! even if you play only winning bets, you can still go broke with a very high chance if you dont adjust your betsize according to EV! i made a tool for the rust wheel that incorporates this with open source code, however i believe my comment will be deleted if i post a link here^^ dm me if interested^^
😬😀😐
They could easily and chose not to. Even when they changed the probabilities a while ago to fix it being easy to win, they chose to keep a small bias, probably because it's a big rusty wheel, it's not supposed to be perfect
when u play traditional roulette (red, black, green) would u want every color to have a 1/3 chance of getting picked ?
I can feel the devs changing the wheel logic already!
we can only hope they take some time
@@devbudthey updated it a month or so after it was released, on PC atleast thats what i’ve heard. Consoles maybe not.
Strategy tested and confirmed over 70% of the time it hits
From 45 to 3200 scrap in 35 minutes
@@Kalynowsky how are you doing it
@@Smoke7720
I watch video 3 times, 4 times read text on patreon page and i finally did it. Use brain. Reading with understaning is the key.
@@Smoke7720 the video....
its not working
Running solo should be much easier now. You're awesome
it dose even the odds XD
It won't be. The clan will raid you while you're gambling.
@@jimdandy8119 only if you have a base 😉😉
If they do just use scrap and buy resources to build a new one XD then you just buy guns and snowball@jimdandy8119
no idea who this is, my first time clicking on a devbud video. he's using the trailer park boys intro song. Ive never subbed this fast before
By far one of the best Shows of all times, thanks for the sub Bud
Bro this is crazy and free you the nicest human ever
thanks bud, i felt like it would have being shitty to charge you guys for it
Very nice video! I was suprised you had under 600subs because ur video quality and editing is way above that. I subscribe. And wheelguru is working very well too.
thanks bud i really appreciate it, channel will grow i'll promises i will improve the video editing and the content is only going to get crazier and crazier
I know the wheel is the way to win scrap but the blackjack computer calls, its laugh mocks me in my sleep
that thing is evil stay away from it !!
@@devbud i win big everytime
@@devbud 99% of rust blackjack players walk away right before the 5 hand run, it's all about that 5 hand run and then you lose it all in hopes to get that golden 5 hand run again
I mean, i did everything you said to do and ended up losing like 12 in a row, even tried only betting on high ones as your post mentioned 3-4 on green and blue, and just literally deleted 500 scrap. GG
Did you split between the top two or just top?
skill issue i guess
this man copied my line XD
@@devbud as a dev i always bet on user's fault
@@devbud I could be doing something wrong. I've watched the video a few times and still don't get it, I reckon a 5 min tutorial could help 😭
Since the wheel was added we've built up our own calculator that, starting with 40 scrap, averages to 26K an hour. There's a lot more information you can use to determine the outcome other than the probability on the wheel itself and I've never really seen anyone talk about that. Just for reference my group and I haven't had to grind monuments or farm nodes since 2021 and we spend all our time now on the fun parts of the game (though I've only played it twice in the last year, Rust has gone downhill). I'm sure the wheel being determinate is actually intentional and meant to be a viable strategy for getting scrap but the developers obviously don't understand the mechanics behind their own game. Great video bud.
honestly at this point i just have fun using it i love that hit sound 🛎🔔
put me on bro
hmu with the strat bro
5
The video skip trick got me, ended up watching the breakdown lol nice job
nice !! i was wondering if i got any one with it
OMG LOVE THIS NEW SUBSCRIBER , funny thing is your application is exactly what I had thought of with no development experience except the way you have to make it see the colors with flashlights lol
you know what they say Bud, great minds think alike Thanks !! for the sub i'll be uploading good content i promised 😉
You got a new sub, this video was really good and funny. I've not played Rust in like 7 years, but I played it non stop from 2014-2017, so I have never first hand seen all these new things, but I love watching content creators play. I can certainly see a new strat with this when starting a fresh wipe with no BPs. Shit shack down just outside of Outpost, maybe a few to spread the loot, research everything within the first hour or so and then sell excess scrap for like stone, metal and hqm etc to make sure your base is solid 😅
you and i bud i don't play rust ether i just like building things that are not supposed to be built
This is going to make getting scrap so much easier 🤯
that's the idea
makes so much sense, good work bud!
thanks bud
as much as i watch the video i still dont understand how to use it lol im dead
my bad, if you read the video description there are some TIMESTAMPS, the ones you want to click on is In-depth Breakdown, Showcasing App Features, Betting strategy and use, on the patreon post there is also some more tips
once you got the overlay lined up with the wheel click on any of the round buttons and that should start counting the colors on the wheel
@@devbud Yea but the numbers on the counter stay they same and the thing that tells you what to bet doesnt change
@@devbud where do u download the overlay? theres no link
@@r3k2mutter79in the description it says download wheelguru look for it
Regardless of the patch, this video was a treat to watch. Thank you!
thanks bud, comments like yours makes me want to keep building things and at the same time doing my best to entertain you guys ♥
thank you sooo much for making this video I was so invested into the idea of finding the percentages out i almost wanted to do what you did thank you
Thank Bud, some times i see a puzzle and i can't stop thinking about it
To be honest I like the editing style, somehow i just love it. feeling is pure by watching it
@@CooKie-kd5bs thank you Bud ♥️ is funny you say that today, I build this ai power gif explorer to help me pull gifts and edit them on the fly in other words it's still evolving and is going to keep better new video on Friday.
Personally this is a really great program and the only thing that I would change is the ability to move the numbers instead of them being locked in
up arrow down arrow to change there radius, if you change the position of the 0 then the prediction wont be accurate
@@devbud I get that if you change the zero position it won't work, however, I can never seem to get them to line up even with the arrows. I think if you had the ability to lock and unlock being able to drag it would just make it a lot more user friendly in my opinion.
@@devbud Also thank you for responding that's really cool of you
@@papastallone9960 well nothing we can do now alistair him self pushed a fixe 3 days ago to change the roullet_random
@@devbud Funny question do you think it still would work on console?
Never watched this channel but you have won me over with the trailer park boys intro song
@@stanleygraff9833 top 10 shows of all time
Your editing is great and you’re funny. Subbed
thanks bud, i promised to keep improving it
even if the wheel isn't 100% accurate, there's still that chance when it is. Bet all of your scrap on red, now
😁😁😆
apreciate the time and effort it took to make this my dude !
thanks Bud, it took like 2 months on and off ❤
insane quality for such a small channel keep it up !
Thanks Bud, is only going to get better I promise ❤
Love the trailer park boys theme song running . Golden 👌🏼
fucking eeyyy
you got hacked when using it?
try to make another one🙏 much love in all seriousness, love the content.
@@Tommy-_-. Thanks bud! Is hard finding gambling exploits
I watched the same video and I theorised back than what would be possible. I tried to make a program that would do just this but I am a bad programer. Really interesting.
So back than I knew that the current rotation of the wheel impacts where it lands next. I wonder if this could be improved by factoring in the exact position (rotation of the current number) not just the number it landed on. maybe if you search for just a couple of numbers together in relation to the arrow of the wheel. I don't know, maybe when I learn more coding I can attempt something like this.
Good video!
maybe doing a program with a replica of the wheel and you can click where it landed. Then you can also choose in which part of the number was the arrow pointing and then it would tell you even better ods. That was what I wanted to do back then. I just remembered this. also that couldn't get flagged as an overlay and it solves the problem of detecting colors. You just have to figure out how to quickly mark the position based on where the arrow is pointing. i guess you can just count the spaces from 20 or something.
also I might just be wrong
nop i logged hundreds of hours it don't draw in the kernel
Encouraging gambling is the most rust thing ever 🤣
so I've headed 😁😁
waiting for this to blow up
it already is man is insane i did not expect it to get this big i tell you that
The way eac generally detects cheats is by scanning signatures on players computers who are reported. If many players have a suspicious matching signature that program will be investigated.
i have being using the wheelguru for over 200 hours
please turn this channel into a rust channel!
I love building things, but future content will be about making games and some other top secret stuff
@@devbudrust
Fellow shots enjoyer nice to see!!
Something that will never be patched is doubling your bet on the same number over and over and over till you win and then resetting. So for example 20 on 1, you lose, 40 on 1, you lose, 60 on 1, you win. Now restart at 20 at 1. Reset every win and double bet every loss.
double of 40 is not 60
His is the martingale strategy. This does not work long term.
@@teodorosantos9821 it does but you need a lot of currency
If you have a black box taking an input and spitting out an output, a neural net is the best way to approximate that black box's function. A large data set of like 50 or so outcomes for each starting position should give pretty accurate output percentages.
After that, making a second neural net to actually play the game using the first nn and find winning strategies would be pretty tough. Either having the nn play rust real time or maybe recording a gambling run and having the nn pretend to gamble over a past run could work to train it, I guess
you click the circles and it shows the number but resets each time. mine just accumulates how many greens and never resets. confusing
you need to hit the key R to refresh the numbers while you are on the program make sure your game is in windwos mode that way you can select the application and the game when you need to
Trailer park boys into is heat
love you buddy
thanks Bud, i really appreciate the support ❤
im that gambling addicted that i would pay for that calculator lol (yes i am :,( )
hahah i'll be honest i enjoy gamboling more after this project, fyi the app is free no need to pay but any support will be widely appreciated
This is amazing, well done on making it👍 Now I need to see gambling in other games being cracked lol
I set it up like you did and suggested - but mine is not working like yours and as such the results aren't coming. The middle where it says how many of each color accumulates - yours resets each time. Mine always suggests 3 colors, never 2 or 1 but yours occasionally has 2 or 1. Not sure what is wrong but mine is not working like yours at all, sadly. Would love to fix if you can make any suggestions or have a Discord.
add me up on discord
you got hacked when using it?
@@Agodimusno way did you?😂
@@devbud hey! what is your discord?
Saul Goodman ad looks fire
thanks Bud, worked some what hard on it 🙂
Is there a way to make the circle bigger because its calling like red 20 everytime I click it
Up arrow and down arrow on your keyboard to changed the radius of the buttons you can also change your fov
Months later, bro single handedly ruined the wheel forever
@@kyledunfee8763 it really doesn't hit big numbers as much any more kind of sad 😢
I’m getting 60 reds.
that can't be good are you using your flashlight
@@devbud yes and headlamp
@@devbud it seemed to worked better on another server where outpost had the wheel unlike where I tried previously ( bandit )
Thank you man, i won 1500 scrap just by looking at your video, and im on console!
Is it patched?
Yeah
amazing content and effort keep it up man!
Thanks Bud, I appreciate the encouragement
- economic 😢
Tell me about it
I remember a whole bunch of people getting boxes of scrap from the wheel like years ago.
Ive been trying to figure out how they did it since
No github code? I dont trust youre not running malware or some kind of other script on poor rust gamers computers. Also the wheel colors dont really mean much, you could use number outline recognition and then you dont really need good lighting. There are already pre trained handwriting recognizers that could handle the different lighting conditions.
am not using tesseract, ciede2000 is smaller and don't require an additional install steps like tesseract ,am also not going to train a vision model gpu potato, no money for compute creds
“To access your box use outlook” nice subtle joke lmao
Don't go into teaching. Just do fun little videos or something this was horrible this was a nightmare I didn't finish it.
The trailer park boys intro is what brought a few Canadiéns 'ere.
HON HON HON.
fucking eh bud
Way too much ediiting
Thanks for the feedback bud, what do you think i can do to improve it
Get rid of the excessive meme overlays
Love the editing Elio, Spingle approves
hehe spingleeee, thanks bud
Dude REALLY wants to be General Sam.
Dont know Who that is but he sounds like a chad
First thing I thought lol. Just lacking the comedy
that was a good bit for the skip gang lol (I was stay gang)
@@actualrealmixxamm2984 am glad next time I'll do a cursed rock roll
this is actually nuts, what
Dudes speaking into a red tube
u making fun of my mic quality, i cry
Goated vid!
Thanks Bud!
Hi, kudos for this video and program. Just an idea. Wouldn't it be possible to just check the spot of the 20 and use that to determine all the other spots. I think that would improve the accuracy, but maybe I'm wrong.
many people have pint that out and yes there is a way of doing that, that will required to rewrite the app, good eye Bud
trailer park boys into was fireee
You actually got me😂
another one bites the dust XD
Friday or Saturday I saw someone sitting there with the flashlight n miners hat. I went and commended their lighting technique... idk if this video was even out yet
video when out on Friday , i don't know how it went this crazy but yea, every server i go to i see those weirdos
@devbud rust players are degenerate gamblers, how could it not be a viral success
hahahah, the full game loop is built on gambling believe it or not, props to the Devs
this has alot of general sam vibes
I'll take the complement, but instead just double it and give it to the next guy
9:39 the shear number of tabs and apps open xD
Is cool i got a powerfull compiter
YOOOOOO definitely show this to spoon and fredplayspoker theyre reaction be amazing for sure!
That would be cool!
This man bought his subscribers in rust😂
there was soo much footage that i didn't show 1k a sub
Love Guru + Rust Wheel = Post Malone
great stuff but could you not make the number wheel's radius larger so that there is less margin for error when setting it up?
the way that is display changes depending on the user resolution in game fov and wheel seating arrangement
@@devbud oh i see
Wait till bro make one for howl and other gambling sites
Yo man
Nice vid 💪
Mind sharing the code/math you used for the probabilities?
source is only available for patreon Script Kitty's members
Any news if this is patched? The "Meta Madness" patch notes had this at the bottom of the list of improvements:
• Reworked bandit camp's roulette randomness
this new patch changed the odds now all the good colors hit at a reduce rate 70% of the time is yellow
@@devbud Ahh okay, thank you, and thanks for the damn quick reply too 😂
@@ownedcoot1046 any time bud
Imagine if a human got good enough to predict the wheel most of the time I’ve done that kind of thing with predicting random generation based on other parts of the generation with decent accuracy it did take a lot of time for me to do that even though the human brain is extremely good at pattern recognition AI can take tens of thousands of examples to guess if a image contains a specific element while humans only need 1 or 2 to beat that AI
That is a really good Indepth observation
Legend, cheers
Thanks bud
$2 whatever a month, less than a coffee, sounds a lot better than 8 cents a day imo lool
I always thought this wheel could be cracked. Thank you for doing that. You'll be forever loved in the Rust community. Expect to see you in next events
Thanks bud, i don't really play rust actively i feel like i will suck at it
we all suck at it@@devbud
HELLO MY FELLOW SPOONERS
good vid... but i was a bit confused on how to use it and which to gamble on. next was mainly confused about the numers in the middle and what they mean.
now to make an AI bot that ya can just run off ya phone camera or something to make it hit every time hahaha
Wheel-GPT 😂😂
I remember that the wheel wasn’t rng, it followed a series of number and that if you knew which one it was on you could get the right one every time. There was a video out a while ago I don’t know if they changed it or not
brother there has being two update to the wheel since that video 2 years ago one of them was done because of this video 😆😉
Sick Video!
thanks Bud, the content is going to keep getting better and better, promise ❤
Lol like the guys name who read the add first
You definitely could have made bank charging for this. Basically a scrap hack
i like money
If that’s the case you better figure out how to monetize because this is going to blow up
we can only hope it dose, but naa i only made it cuz i thought it would be fun to do so
@@devbud having fun and making money don’t need to be mutually exclusive. It can be fun to farm in rust, but the real joy is in reaping the rewards of your farm. If you farm for randoms don’t expect much, good chance they will take what benefits them and leave you with nothing but the experience. But hey if you had fun along the way more power to ya. I just hate to see someone provide value to others with no benefit to themselves. Not to say you’re doing anything wrong. Probably the play is get the customer base then get the money.
I’m going to see about try your strategy on that gambling site another comment mentioned, wish me luck.
goated video
Thanks bud I appreciate it
there can only be one dev in these parts of rust, jk hi I welcome another dev
Thanks Bud this town is big for the both of us
@@devbud Can't wait to watch the content you make :D
hey great video but you have to upgrade that audio and youll be perfect ! Thanks
thanks drahin really appreciate the feedback, i'll work on that for sure among other things XD
1000th sub damn gg 🔥
i know Bud i thought this wasn't happening but here we are thanks y'all
lOVE THE LITTLE PRANK
did it got you?
Someone send this to Wiljum…
You could've just disassembled the server code and have the exact math
nearly impossible the Game uses a RNG unity function witch changes the seed every time in order to predict the exact spot is going to land on you need a supper computer to simulate each seed in less then 30 seconds witch is the time between spin in other words impossible kimosabe, i'll just settle for probability
@@devbud Idea being that you pre simulate the probabilities so you have extremely accurate results rather quickly
damn, well done!
Thanks Bud, I appreciate the support
you got hacked when using it?
you could try to break the RNG seed, the algorythm should be discoverable in source code
Its imposible, the seed changes on evry spin
Someone sent this to Fredplayspoker!
i tray he no replay back me sad 😞
W video🎉
thanks bud i really appreciated ♥
Id made a website for that old strat and it wasnt amazing
that strat from 3-14 was patched about a year ago the one the program exploited was different carnivalizing of the way that the wheel slowed down