generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: Roblox Join Game Script [Broken]

Previous Thread :: Next Thread 
marioluigi2011 is not online. marioluigi2011
Joined: 29 Apr 2011
Total Posts: 2306
04 Aug 2012 06:01 AM
%eDdYJ196TAT4JjaEN3lpLBsHuE0I6OJha86A59xh45rEAf40SEgHlDuCV9oGkLMzW8KGWkaXh5iQqx2bcUeCbLnedfUZk+RB9veqaiikihXrOyGi1bq/q3fYiPJZBGoSfX/AIVUl5NlXVtlX/5EBOBnQvfQloglxVZywIueJ5gI=%-- Prepended to Edit.lua and Visit.lua and Studio.lua and PlaySolo.lua--

function ifSeleniumThenSetCookie(key, value)
if false then
game:GetService("CookiesService"):SetCookieValue(key, value)
end
end

ifSeleniumThenSetCookie("SeleniumTest1", "Inside the visit lua script")

if true then
pcall(function() game:SetPlaceID(0) end)
else
if 0>0 then
pcall(function() game:SetPlaceID(0) end)
end
end

visit = game:GetService("Visit")

local message = Instance.new("Message")
message.Parent = workspace
message.archivable = false

game:GetService("ScriptInformationProvider"):SetAssetUrl("http://www.roblox.com/Asset/")
game:GetService("ContentProvider"):SetThreadPool(16)
pcall(function() game:GetService("InsertService"):SetFreeModelUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?type=fm&q=%s&pg=%d&rs=%d") end) -- Used for free model search (insert tool)
pcall(function() game:GetService("InsertService"):SetFreeDecalUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?type=fd&q=%s&pg=%d&rs=%d") end) -- Used for free decal search (insert tool)

ifSeleniumThenSetCookie("SeleniumTest2", "Set URL service")

settings().Diagnostics:LegacyScriptMode()

game:GetService("InsertService"):SetBaseSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=10&type=base")
game:GetService("InsertService"):SetUserSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d")
game:GetService("InsertService"):SetCollectionUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?sid=%d")
game:GetService("InsertService"):SetAssetUrl("http://www.roblox.com/Asset/?id=%d")
game:GetService("InsertService"):SetAssetVersionUrl("http://www.roblox.com/Asset/?assetversionid=%d")

pcall(function() game:GetService("SocialService"):SetFriendUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsFriendsWith&playerid=%d&userid=%d") end)
pcall(function() game:GetService("SocialService"):SetBestFriendUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsBestFriendsWith&playerid=%d&userid=%d") end)
pcall(function() game:GetService("SocialService"):SetGroupUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=%d&groupid=%d") end)
pcall(function() game:GetService("SocialService"):SetGroupRankUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=%d&groupid=%d") end)
pcall(function() game:GetService("SocialService"):SetGroupRoleUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid=%d&groupid=%d") end)
pcall(function() game:SetCreatorID(0, Enum.CreatorType.User) end)

ifSeleniumThenSetCookie("SeleniumTest3", "Set creator ID")

pcall(function() game:SetScreenshotInfo("") end)
pcall(function() game:SetVideoInfo("") end)

function registerPlay(key)
if true and game:GetService("CookiesService"):GetCookieValue(key) == "" then
game:GetService("CookiesService"):SetCookieValue(key, "{ \"userId\" : 16413860, \"placeId\" : 0, \"os\" : \"" .. settings().Diagnostics.OsPlatform .. "\"}")
end
end

pcall(function()
registerPlay("rbx_evt_ftp")
delay(60*5, function() registerPlay("rbx_evt_fmp") end)
end)

ifSeleniumThenSetCookie("SeleniumTest4", "Exiting SingleplayerSharedScript")-- SingleplayerSharedScript.lua inserted here --

pcall(function() settings().Rendering.EnableFRM = true end)
pcall(function() settings()["Task Scheduler"].PriorityMethod = Enum.PriorityMethod.AccumulatedError end)

game:GetService("ChangeHistoryService"):SetEnabled(false)
pcall(function() game:GetService("Players"):SetBuildUserPermissionsUrl("http://www.roblox.com//Game/BuildActionPermissionCheck.ashx?assetId=0&userId=%d&isSolo=true") end)

workspace:SetPhysicsThrottleEnabled(true)

local addedBuildTools = false
local screenGui = game:GetService("CoreGui"):FindFirstChild("RobloxGui")

function doVisit()
message.Text = "Loading Game"
if false then
game:Load("")
pcall(function() visit:SetUploadUrl("") end)
else
pcall(function() visit:SetUploadUrl("") end)
end


message.Text = "Running"
game:GetService("RunService"):Run()

message.Text = "Creating Player"
if false then
player = game:GetService("Players"):CreateLocalPlayer(16413860)
player.Name = [====[marioluigi2011]====]
else
player = game:GetService("Players"):CreateLocalPlayer(0)
end
player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=16413860&placeId=0"
local propExists, canAutoLoadChar = false
propExists = pcall(function() canAutoLoadChar = game.Players.CharacterAutoLoads end)

if (propExists and canAutoLoadChar) or (not propExists) then
player:LoadCharacter()
end


message.Text = "Setting GUI"
player:SetSuperSafeChat(false)
pcall(function() player:SetMembershipType(Enum.MembershipType.None) end)
pcall(function() player:SetAccountAge(463) end)

if false then
message.Text = "Setting Ping"
visit:SetPing("http://www.roblox.com/Game/ClientPresence.ashx?version=oldPlaceID=0", 300)

message.Text = "Sending Stats"
game:HttpGet("")
end

end

success, err = pcall(doVisit)

if not addedBuildTools then
local playerName = Instance.new("StringValue")
playerName.Name = "PlayerName"
playerName.Value = player.Name
playerName.RobloxLocked = true
playerName.Parent = screenGui

pcall(function() game:GetService("ScriptContext"):AddCoreScript(59431535,screenGui,"BuildToolsScript") end)
addedBuildTools = true
end

if success then
message.Parent = nil
else
print(err)
if false then
pcall(function() visit:SetUploadUrl("") end)
end
wait(5)
message.Text = "Error on visit: " .. err
if false then
game:HttpPost("http://www.roblox.com/Error/Lua.ashx?", "Visit.lua: " .. err)
end
end
Report Abuse
ArceusInator is not online. ArceusInator
Joined: 10 Oct 2009
Total Posts: 30553
04 Aug 2012 06:14 AM
There are people who don't know that this exists.

They are called people who don't go to this forum.

Don't post junk here.
Report Abuse
marioluigi2011 is not online. marioluigi2011
Joined: 29 Apr 2011
Total Posts: 2306
02 Apr 2013 10:24 PM
kk

late reply much?

☠u jelly of my siggy?☠
Report Abuse
ColorfulBody is not online. ColorfulBody
Joined: 17 Jun 2012
Total Posts: 2353
02 Apr 2013 10:27 PM
That's not the join game script, it's the visit script. http://www.roblox.com/Game/Visit.ashx

The join script is here: http://www.roblox.com/Game/Join.ashx
Report Abuse
TeamDman is not online. TeamDman
Joined: 04 Dec 2009
Total Posts: 897
03 Apr 2013 06:20 AM
That's not from 2013, that's from 2012.
Report Abuse
batistapowerbonbtla is not online. batistapowerbonbtla
Joined: 16 Dec 2011
Total Posts: 2203
03 Apr 2013 07:21 AM
Ok

if false then
player = game:GetService("Players"):CreateLocalPlayer(16413860)
player.Name = [====[marioluigi2011]====]
Report Abuse
marioluigi2011 is not online. marioluigi2011
Joined: 29 Apr 2011
Total Posts: 2306
09 Apr 2013 05:17 AM
of course its not working, look at original post

Posted: 08-04-2012 04:01 AM
Report Abuse
Meowstics is not online. Meowstics
Joined: 11 Sep 2010
Total Posts: 2478
11 Jun 2015 12:00 AM
2 years later


"NO CHILDREN ALLOWED"
Report Abuse
KateElizabeth2003 is not online. KateElizabeth2003
Joined: 01 Nov 2015
Total Posts: 1
15 Sep 2016 06:27 PM
wtf is dis idk what is dis and it does not let meh play.....
Report Abuse
iskyoork is not online. iskyoork
Joined: 04 Jun 2008
Total Posts: 1628
12 Apr 2017 02:26 PM
why am i bumping this XDDDDDDDD


bob omb
Report Abuse
KavunluKarpuz is not online. KavunluKarpuz
Joined: 28 May 2017
Total Posts: 1
11 Jul 2017 08:51 AM
what
Report Abuse
SinisterMemories is not online. SinisterMemories
Joined: 21 Mar 2013
Total Posts: 4892
11 Jul 2017 10:14 AM
why do we need thiss on this sub forum


#code print("oh no an errorz!")
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image