From c03430f5e3aa8d0642bfafac6777e0f28b006189 Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:22:10 -0400 Subject: [PATCH] Im gonna fucking murder row --- src/lib/joinscript.js | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/src/lib/joinscript.js b/src/lib/joinscript.js index d5ff29f..b2775d6 100644 --- a/src/lib/joinscript.js +++ b/src/lib/joinscript.js @@ -1,38 +1,41 @@ const script = { ClientPort: 0, - MachineAddress: "localhost", + MachineAddress: "", ServerPort: 53640, PingUrl: "", - PingInterval: 120, - UserName: "Player", + PingInterval: 20, + UserName: "", SeleniumTestMode: false, - UserId: 0, + UserId: 1, SuperSafeChat: false, - PlaceId: 0, + CharacterAppearance: "", + ClientTicket: "", + GameId: 3, + PlaceId: 3, MeasurementUrl: "", - WaitingForCharacterGuid: "d40fd046-7a4f-41b5-aa33-c19829af09ed", - BaseUrl: "http://www.roblox.com/", - ChatStyle: "Classic", + WaitingForCharacterGuid: "", + BaseUrl: "http://rowblx.xyz/", + ChatStyle: "ClassicAndBubble", VendorId: 0, ScreenShotInfo: "", - VideoInfo: - 'GamesROBLOX, video, free game, online virtual world', - CreatorId: 0, + VideoInfo: "", + CreatorId: 1, CreatorTypeEnum: "User", MembershipType: "None", - AccountAge: 0, + AccountAge: 100, CookieStoreFirstTimePlayKey: "rbx_evt_ftp", CookieStoreFiveMinutePlayKey: "rbx_evt_fmp", - CookieStoreEnabled: false, - IsRobloxPlace: false, + CookieStoreEnabled: true, + IsRobloxPlace: true, GenerateTeleportJoin: false, IsUnknownOrUnder13: false, SessionId: "", DataCenterId: 0, - FollowUserId: 0, - UniverseId: 0, + UniverseId: 3, BrowserTrackerId: 0, - UsePortraitMode: false + UsePortraitMode: false, + FollowUserId: 0, + characterAppearanceId: 1 }; import signer from "./signer";