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";