Im gonna fucking murder row
This commit is contained in:
parent
6274ade362
commit
c03430f5e3
|
|
@ -1,38 +1,41 @@
|
||||||
const script = {
|
const script = {
|
||||||
ClientPort: 0,
|
ClientPort: 0,
|
||||||
MachineAddress: "localhost",
|
MachineAddress: "",
|
||||||
ServerPort: 53640,
|
ServerPort: 53640,
|
||||||
PingUrl: "",
|
PingUrl: "",
|
||||||
PingInterval: 120,
|
PingInterval: 20,
|
||||||
UserName: "Player",
|
UserName: "",
|
||||||
SeleniumTestMode: false,
|
SeleniumTestMode: false,
|
||||||
UserId: 0,
|
UserId: 1,
|
||||||
SuperSafeChat: false,
|
SuperSafeChat: false,
|
||||||
PlaceId: 0,
|
CharacterAppearance: "",
|
||||||
|
ClientTicket: "",
|
||||||
|
GameId: 3,
|
||||||
|
PlaceId: 3,
|
||||||
MeasurementUrl: "",
|
MeasurementUrl: "",
|
||||||
WaitingForCharacterGuid: "d40fd046-7a4f-41b5-aa33-c19829af09ed",
|
WaitingForCharacterGuid: "",
|
||||||
BaseUrl: "http://www.roblox.com/",
|
BaseUrl: "http://rowblx.xyz/",
|
||||||
ChatStyle: "Classic",
|
ChatStyle: "ClassicAndBubble",
|
||||||
VendorId: 0,
|
VendorId: 0,
|
||||||
ScreenShotInfo: "",
|
ScreenShotInfo: "",
|
||||||
VideoInfo:
|
VideoInfo: "",
|
||||||
'<?xml version="1.0"?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007"><media:group><media:title type="plain"><![CDATA[ROBLOX Place]]></media:title><media:description type="plain"><![CDATA[ For more games visit http://www.roblox.com]]></media:description><media:category scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Games</media:category><media:keywords>ROBLOX, video, free game, online virtual world</media:keywords></media:group></entry>',
|
CreatorId: 1,
|
||||||
CreatorId: 0,
|
|
||||||
CreatorTypeEnum: "User",
|
CreatorTypeEnum: "User",
|
||||||
MembershipType: "None",
|
MembershipType: "None",
|
||||||
AccountAge: 0,
|
AccountAge: 100,
|
||||||
CookieStoreFirstTimePlayKey: "rbx_evt_ftp",
|
CookieStoreFirstTimePlayKey: "rbx_evt_ftp",
|
||||||
CookieStoreFiveMinutePlayKey: "rbx_evt_fmp",
|
CookieStoreFiveMinutePlayKey: "rbx_evt_fmp",
|
||||||
CookieStoreEnabled: false,
|
CookieStoreEnabled: true,
|
||||||
IsRobloxPlace: false,
|
IsRobloxPlace: true,
|
||||||
GenerateTeleportJoin: false,
|
GenerateTeleportJoin: false,
|
||||||
IsUnknownOrUnder13: false,
|
IsUnknownOrUnder13: false,
|
||||||
SessionId: "",
|
SessionId: "",
|
||||||
DataCenterId: 0,
|
DataCenterId: 0,
|
||||||
FollowUserId: 0,
|
UniverseId: 3,
|
||||||
UniverseId: 0,
|
|
||||||
BrowserTrackerId: 0,
|
BrowserTrackerId: 0,
|
||||||
UsePortraitMode: false
|
UsePortraitMode: false,
|
||||||
|
FollowUserId: 0,
|
||||||
|
characterAppearanceId: 1
|
||||||
};
|
};
|
||||||
|
|
||||||
import signer from "./signer";
|
import signer from "./signer";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue