loworbit
|
  |
| Joined: 15 Jul 2013 |
| Total Posts: 942 |
|
|
| 17 Aug 2013 07:13 PM |
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:GetService("GamePassService"):SetPlayerHasPassUrl("http://www.roblox.com/Game/GamePass/GamePassHandler.ashx?Action=HasPass&UserID=%d&PassID=%d") end) pcall(function() game:GetService("MarketplaceService"):SetProductInfoUrl("https://api.roblox.com/marketplace/productinfo?assetId=%d") end) pcall(function() game:GetService("MarketplaceService"):SetPlayerOwnsAssetUrl("https://api.roblox.com/ownership/hasasset?userId=%d&assetId=%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\" : 45487649, \"placeId\" : 0, \"os\" : \"" .. settings().Diagnostics.OsPlatform .. "\"}") end end
pcall(function() registerPlay("rbx_evt_ftp") delay(60*5, function() registerPlay("rbx_evt_fmp") end) end)
if true then pcall(function() game:HttpPost("https://api.roblox.com/auth/negotiate?ticket=0376bc2d78ad4e0ab5e896c9800e56fd", "negotiate") end) delay(300, function() while true do pcall(function() game:HttpPost("https://api.roblox.com/auth/renew", "renew") end) wait(300) end end)
game.Close:connect(function() pcall(function() game:HttpPost("https://api.roblox.com/auth/invalidate", "invalidate") end) 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 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(45487649) player.Name = [====[loworbit]====] else player = game:GetService("Players"):CreateLocalPlayer(0) end player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=45487649&placeId=0" player:LoadCharacter()
message.Text = "Setting GUI" player:SetSuperSafeChat(false) pcall(function() player:SetUnder13(false) end) pcall(function() player:SetMembershipType(Enum.MembershipType.None) end) pcall(function() player:SetAccountAge(32) end) if false then message.Text = "Setting Ping" visit:SetPing("http://www.roblox.com/Game/ClientPresence.ashx?version=old&PlaceID=0", 300)
message.Text = "Sending Stats" game:HttpGet("") end end
success, err = pcall(doVisit)
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?", "PlaySolo.lua: " .. err) end end
|
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
loworbit
|
  |
| Joined: 15 Jul 2013 |
| Total Posts: 942 |
|
| |
|
xSIXx
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 9202 |
|
|
| 17 Aug 2013 07:17 PM |
>some character with a limited face and hat, wearing no clothes, a primary group named "Trade", and a profile description attempting to troll.
op is as generic of a ROBLOX moron as he can get. |
|
|
| Report Abuse |
|
|
|
| 17 Aug 2013 07:22 PM |
"op is as generic of a ROBLOX moron as he can get" I literally thought the exact same sentence, word-for-word. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
|
| 17 Aug 2013 07:23 PM |
@xSix
The sad part about that is by that logic I probably know OP. |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 17 Aug 2013 07:29 PM |
wat?
How is that...nevermind. |
|
|
| Report Abuse |
|
|
129K
|
  |
| Joined: 23 Aug 2011 |
| Total Posts: 19010 |
|
|
| 17 Aug 2013 07:41 PM |
| That's not a secret, you're VERY late. |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
| |
|
K1D4
|
  |
| Joined: 13 Jun 2013 |
| Total Posts: 10006 |
|
| |
|
FusiaOS
|
  |
| Joined: 11 Aug 2013 |
| Total Posts: 99 |
|
|
| 17 Aug 2013 09:56 PM |
| op is epitome of roblox moron? |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 17 Aug 2013 10:23 PM |
OP is very much so.
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
|
| 17 Aug 2013 10:25 PM |
lets surf urls together guys
js.rbxcdn.com css.rbxcdn.com images.rbxcdn.com t1.rbxcdn.com t2.rbxcdn.com t3.rbxcdn.com t4.rbxcdn.com t5.rbxcdn.com t6.rbxcdn.com t7.rbxcdn.com
and all of those ak urls |
|
|
| Report Abuse |
|
|
Merely
|
  |
| Joined: 07 Dec 2010 |
| Total Posts: 17266 |
|
| |
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
| |
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 17 Aug 2013 10:30 PM |
ermahgawd web developer.
tell us what /test is for
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
omade
|
  |
| Joined: 21 Jul 2011 |
| Total Posts: 102 |
|
| |
|
|
| 24 May 2014 05:56 PM |
ok like i dont want to read all of this and then finally after i read this its a fake so like can like some body like tell me if this like works or not
like LOL |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 24 May 2014 06:00 PM |
Why the hell did you just necrobump this?
~ Non simpliciter Latinam legere ~ |
|
|
| Report Abuse |
|
|
|
| 25 May 2014 03:07 PM |
ya it works u iject it with ur Chat Engines |
|
|
| Report Abuse |
|
|
|
| 26 May 2014 06:19 AM |
| How you get a chat engine? |
|
|
| Report Abuse |
|
|
|
| 26 May 2014 06:25 AM |
| u donload, its like ultimat3 h@x |
|
|
| Report Abuse |
|
|