From 131a82bd7b89e061e6610e7757aefeb7b3637e68 Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:57:24 -0400 Subject: [PATCH] Fuck u --- src/lib/joinscript.js | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/lib/joinscript.js b/src/lib/joinscript.js index b2775d6..0c14d82 100644 --- a/src/lib/joinscript.js +++ b/src/lib/joinscript.js @@ -1,41 +1,42 @@ const script = { ClientPort: 0, MachineAddress: "", - ServerPort: 53640, + ServerPort: 0, PingUrl: "", - PingInterval: 20, + PingInterval: 120, UserName: "", SeleniumTestMode: false, - UserId: 1, + UserId: 0, SuperSafeChat: false, - CharacterAppearance: "", + CharacterAppearance: "http://assetgame.rowblox.cf/Asset/CharacterFetch.ashx?userId=&placeId=1818", ClientTicket: "", - GameId: 3, - PlaceId: 3, + GameId: "00000000-0000-0000-0000-000000000000", + PlaceId: 0, MeasurementUrl: "", - WaitingForCharacterGuid: "", + WaitingForCharacterGuid: "4d8dfc8d-cd68-4ed7-8adc-efebaba40f58", BaseUrl: "http://rowblx.xyz/", ChatStyle: "ClassicAndBubble", VendorId: 0, ScreenShotInfo: "", - VideoInfo: "", - CreatorId: 1, + VideoInfo: + 'GamesROBLOX, video, free game, online virtual world', + CreatorId: 0, CreatorTypeEnum: "User", - MembershipType: "None", - AccountAge: 100, + MembershipType: "", + AccountAge: 365, CookieStoreFirstTimePlayKey: "rbx_evt_ftp", CookieStoreFiveMinutePlayKey: "rbx_evt_fmp", CookieStoreEnabled: true, IsRobloxPlace: true, GenerateTeleportJoin: false, IsUnknownOrUnder13: false, - SessionId: "", + SessionId: "01d86c45-e649-4d4b-8726-2c9026fd7b53|00000000-0000-0000-0000-000000000000|0|204.236.226.210|8|2016-08-18T07:50:15.7522758Z|0|null|null|null|null", DataCenterId: 0, - UniverseId: 3, + UniverseId: 0, BrowserTrackerId: 0, UsePortraitMode: false, FollowUserId: 0, - characterAppearanceId: 1 + characterAppearanceId: 0 }; import signer from "./signer";