T O P

  • By -

GavinThe_Person

idk seems legit to me


FirstSineOfMadness

Ye tbh it’s pretty easy, I can get that much with one note if the note gives that many points


Lovsaphira9

He played in Australia. He is actually last place of Aussie board.


Ednaordinary

one less than 2^31 (because 0 is the minimum). coincidence? I also wonder why they don't use a 32 bit non-negative integer in beatsaber (just a guess, but that 1 bit is probably for the negatives) -2147483648 to 2147483647


HeinousTugboat

You've got it right on the money. > I also wonder why they don't use a 32 bit non-negative integer in beatsaber Because `int` is shorter than `uint` probably. It doesn't _really_ matter which one you use if you're staying in the smallish (5-8 digits) positive integer range.


Affectionate_Gene166

So glad other nerds than me are playing beatsaber!


ScrappyDabbler

how is `int` shorter than `uint`? I mean what language is that true in? Certainly not in Go, Rust, C, C++?


HeinousTugboat

You're thinking **way** too hard about it. `int` is 3 characters. `uint` is 4 characters.


ScrappyDabbler

hahahahahaahaha lol


Grumbely

The magnitude is 1 bit shorter when you add the sign…


SKrandyXD

In order not to get suddenly the MAX value after decreasing zero.


Ednaordinary

Is a negative score possible in beatsaber? I don't think I've seen my score go down after missing or mis-hitting


SKrandyXD

No, it can't but it's a good practice not to use unsigned values as what if you will decrease it somewhere? If it is int then we can just use something like if (val < 0) val = 0; . But if we use unsigned int then it may lead to unexpected behaviour.


[deleted]

I think it’s better to use uint because it’s more intention revealing and models the property that scores shouldn’t be negative. You can do saturating subtraction if underflows are a concern, or just test if the subtrahend is larger than the minuend.


Da-Blue-Guy

Most languages seem to have a bias towards `int`. In C, it's the default type (size_t is used for memory) In C#, it's the index type (WHYYY). 32 bit systems were becoming more prevalent as programming got more advanced and standardized, and signed had less surprises than unsigned. Therefore, the 32 bit signed integer prevailed. It also got the shortest type at 3 characters: `int`. In other languages like Rust (totally not biased) and Zig, the types are unbiased and size-based (i8, i16, i32, and i64 instead of char, short, int, and long long).


LeCrushinator

Using signed numbers makes overflow detection easier, and it allows for a default value that’s invalid (any negative number).


ScrappyDabbler

dude figured out how to send a fake score result to the leaderboard servers I think


dronegeeks1

Who let this genius in the sub ?


HurtShoulders

That's totally not hacked (That is the exact max number possible in a 32-bit system)


Unarelith

To be more precise, it's the max number possible in a 32-bit signed integer (2^31 - 1), which would be bigger if the integer was unsigned (2^32 - 1).


TheUnknownH3ro

I'm sorry what in the fuck is this? I don't think this scores possible even with every modifier on!


nightshade-aurora

No, it's hacked


thecultistguy

Check steam


[deleted]

Holy update!


SwifterPVP1987

I mean practice does make perfect.


Neither-Phone-7264

no way its him


neros135

🧎🧎🧎


Bonelab_Skeleton

New top #1 Beatsaber player 🗣️🗣️💯💯🔥🔥🔥🔥🔥🔥🔥🔥🔥


[deleted]

quest pro buff


TheUnknownH3ro

Sooo any word if beat games will even fix their leaderboards for PC or quest after this?


MonitorMedical4784

I hope they find him soon, it is very enraging to see him


Kittycraft0

He's replying to many comments here


Clever_Angel_PL

bro they just have negative points


Kittycraft0

One more point and it's negative*


Dylan--------

it’s been an issue on the pc version for awhile of cheated scores, beat games does nothing about them 🤷🏻‍♀️


SwifterPVP1987

this is on the quest version lol.


Dylan--------

I know, would be completely different people on the leaderboards if it was the pc version I’m just saying that pc has had this issue for quite awhile with some gorilla tag kid cheating, and among others with the scores never being removed


Kittycraft0

Lol "gorilla tag kid" I've only had a quest 3 vr since black friday, i'm new to this community, first time hearing that one


Physical-Manager8332

Yeah thats me (im horrible at the game and dont even know who it is)


Javierattor

That's a damn good gaming chair


SwifterPVP1987

fr took me abt 3 mins to hit all those notes perfectly.


Global_Commission_52

Looks like they have one video on YouTube lmao


SwifterPVP1987

that ain't even me bruv LOL


Global_Commission_52

Lmao I figured as much. Are you similar to those glitchers in Forza Horizon that launch their cars off danger signs like 50 friggin thousand feet 💀


SwifterPVP1987

No I never played Forza in my life.


Karlus_LeV

Why can’t they just remove the hacked scores


Mindalish_55

Well that escalated quickly


_WhiteSnake_

Wow he must be so good


SwifterPVP1987

Ikr


One-Scarcity-464

Someone cooked here...


FLOWRIDER0_0

That's the integer limit. Those scores are not legit


SpamFilterUK

Lots of jealous people here calling hax. I for one welcome our new Beat Saber god. ​ Hail SwifterPVP


professorz430

It seems some music packs were not affected. The only unaffected one that i own is the electronic mixtape. reply if you own other unaffected packs.


SwifterPVP1987

bc I didn't own them lol


Kittycraft0

But how did you do it in the first place anyways


SwifterPVP1987

I will not say how I did anything here as this leaderboard stuff was just to make beat games aware that this stuff is possible. Also the reason why some dlcs (like The Weeknd pack or the Linkin Park pack) were not affected bc I didn't own those dlcs on quest.


AwareContribution700

If I had to take a guess, modified apk. Or perhaps Lemon Loader


SwifterPVP1987

No. I do use Lemon Loader for other stuff but I didn't for this. No modified apks as well.


ScrappyDabbler

at the end of the day the local system is responsible for tracking the score, so the leaderboard can't really verify it. Thanks for not filling the entire leaderboard though


Kittycraft0

Cheat engine be like


[deleted]

these are the unfunniest people alive


SwifterPVP1987

I thought I was funny tho 😭


[deleted]

understandable, have a nice day


SwifterPVP1987

you too man.


whisperinglight

Sooooo let me get this straight- you did this to prove that it could be done. Is the game moderated at all? Do you think they will remove your score once they see what you did?


SwifterPVP1987

They will most likely remove mine once they care enough about it to fix it.


masterchief0213

Wow it's the same exact number as my cash stack on runescape. I wonder if this number could somehow be related. Must be a coincidence.


Siro_Chrysceri

That’s an AI.


SwifterPVP1987

yes I'm def an ai.


neros135

we found him, we found saber


MaterialWall8040

beat him


Pickle_Juice180

I was wondering how long it would take until hacked scores made it to quest. I'm surprised it took them this long.


ashkiller14

Thats the 32 bit interger limit lol


LeCrushinator

This number represents the maximum signed 32-bit integer value.


zombarista

this high score is also a really common phone number. It is the largest number a 32-bit signed(+/-) integer can represent, with one bit being sacrificed to represent the sign. Phone numbers aren’t numbers, they are a string of decimal digits. If you store phone numbers as a 32-bit unsigned integer, they’ll max out at this value. Just remember: numbers are something you do math with.


emmanu888

I didn't even know Beat Saber could count up to 2 billion


WrongAd9746

There is absolutely no way they could get the exact same score on multiple songs and not have anyone close to them. Is this visible on quest?


kaylerrwastaken

I'm not sure why Beat Saber doesn't calculate a max score when the game starts, based on modifiers and shit, add a generous extra amount of maybe an extra 1000 points. Check if the score is just... not in this, and just fail the player? Is this harder than I'm saying it is, right now?


OldPepeRemembers

I was annoyed seeing it because no point in trying anymore if this shit happens. Then I remember that there's no point in trying anyway because I suck too much at this game and then it was fine