Fuck u
This commit is contained in:
parent
c03430f5e3
commit
131a82bd7b
|
|
@ -1,41 +1,42 @@
|
||||||
const script = {
|
const script = {
|
||||||
ClientPort: 0,
|
ClientPort: 0,
|
||||||
MachineAddress: "",
|
MachineAddress: "",
|
||||||
ServerPort: 53640,
|
ServerPort: 0,
|
||||||
PingUrl: "",
|
PingUrl: "",
|
||||||
PingInterval: 20,
|
PingInterval: 120,
|
||||||
UserName: "",
|
UserName: "",
|
||||||
SeleniumTestMode: false,
|
SeleniumTestMode: false,
|
||||||
UserId: 1,
|
UserId: 0,
|
||||||
SuperSafeChat: false,
|
SuperSafeChat: false,
|
||||||
CharacterAppearance: "",
|
CharacterAppearance: "http://assetgame.rowblox.cf/Asset/CharacterFetch.ashx?userId=&placeId=1818",
|
||||||
ClientTicket: "",
|
ClientTicket: "",
|
||||||
GameId: 3,
|
GameId: "00000000-0000-0000-0000-000000000000",
|
||||||
PlaceId: 3,
|
PlaceId: 0,
|
||||||
MeasurementUrl: "",
|
MeasurementUrl: "",
|
||||||
WaitingForCharacterGuid: "",
|
WaitingForCharacterGuid: "4d8dfc8d-cd68-4ed7-8adc-efebaba40f58",
|
||||||
BaseUrl: "http://rowblx.xyz/",
|
BaseUrl: "http://rowblx.xyz/",
|
||||||
ChatStyle: "ClassicAndBubble",
|
ChatStyle: "ClassicAndBubble",
|
||||||
VendorId: 0,
|
VendorId: 0,
|
||||||
ScreenShotInfo: "",
|
ScreenShotInfo: "",
|
||||||
VideoInfo: "",
|
VideoInfo:
|
||||||
CreatorId: 1,
|
'<?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: 0,
|
||||||
CreatorTypeEnum: "User",
|
CreatorTypeEnum: "User",
|
||||||
MembershipType: "None",
|
MembershipType: "",
|
||||||
AccountAge: 100,
|
AccountAge: 365,
|
||||||
CookieStoreFirstTimePlayKey: "rbx_evt_ftp",
|
CookieStoreFirstTimePlayKey: "rbx_evt_ftp",
|
||||||
CookieStoreFiveMinutePlayKey: "rbx_evt_fmp",
|
CookieStoreFiveMinutePlayKey: "rbx_evt_fmp",
|
||||||
CookieStoreEnabled: true,
|
CookieStoreEnabled: true,
|
||||||
IsRobloxPlace: true,
|
IsRobloxPlace: true,
|
||||||
GenerateTeleportJoin: false,
|
GenerateTeleportJoin: false,
|
||||||
IsUnknownOrUnder13: 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,
|
DataCenterId: 0,
|
||||||
UniverseId: 3,
|
UniverseId: 0,
|
||||||
BrowserTrackerId: 0,
|
BrowserTrackerId: 0,
|
||||||
UsePortraitMode: false,
|
UsePortraitMode: false,
|
||||||
FollowUserId: 0,
|
FollowUserId: 0,
|
||||||
characterAppearanceId: 1
|
characterAppearanceId: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
import signer from "./signer";
|
import signer from "./signer";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue