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's Secrets

Previous Thread :: Next Thread 
loworbit is not online. 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 is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
17 Aug 2013 07:15 PM
Reported for spam
Report Abuse
loworbit is not online. loworbit
Joined: 15 Jul 2013
Total Posts: 942
17 Aug 2013 07:16 PM
not spam but ok.
Report Abuse
xSIXx is not online. 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
AbsoluteLOL is not online. AbsoluteLOL
Joined: 01 Dec 2012
Total Posts: 3939
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 is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
17 Aug 2013 07:23 PM
^^ r u guise twins?
Report Abuse
mew903 is not online. 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
SparrowCore is not online. SparrowCore
Joined: 05 Jul 2013
Total Posts: 98
17 Aug 2013 07:27 PM
What is OP?
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
17 Aug 2013 07:28 PM
a heshe
Report Abuse
SparrowCore is not online. SparrowCore
Joined: 05 Jul 2013
Total Posts: 98
17 Aug 2013 07:29 PM
wat?

How is that...nevermind.
Report Abuse
129K is not online. 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 is not online. blocco
Joined: 14 Aug 2008
Total Posts: 29474
17 Aug 2013 09:37 PM
Hey look, a URL surfer
Report Abuse
K1D4 is not online. K1D4
Joined: 13 Jun 2013
Total Posts: 10006
17 Aug 2013 09:50 PM
what is this..

◙ℐᾔᾔ◎√α⊥℮◙
Report Abuse
FusiaOS is not online. FusiaOS
Joined: 11 Aug 2013
Total Posts: 99
17 Aug 2013 09:56 PM
op is epitome of roblox moron?
Report Abuse
dekkonot is not online. 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 is not online. 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 is not online. Merely
Joined: 07 Dec 2010
Total Posts: 17266
17 Aug 2013 10:27 PM
Visit.ashx is cOLD mOLD
Report Abuse
blocco is not online. blocco
Joined: 14 Aug 2008
Total Posts: 29474
17 Aug 2013 10:29 PM
@Merely: What's /test for
Report Abuse
dekkonot is not online. 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 is not online. omade
Joined: 21 Jul 2011
Total Posts: 102
18 Aug 2013 12:46 AM
not u again
Report Abuse
alexomonkey is online. alexomonkey
Joined: 17 Feb 2012
Total Posts: 16
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 is not online. 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
lampwnage121 is not online. lampwnage121
Joined: 20 Oct 2012
Total Posts: 4285
25 May 2014 03:07 PM
ya it works
u iject it with ur Chat Engines
Report Abuse
alexomonkey is online. alexomonkey
Joined: 17 Feb 2012
Total Posts: 16
26 May 2014 06:19 AM
How you get a chat engine?
Report Abuse
Duelingwarlord is not online. Duelingwarlord
Joined: 15 Feb 2010
Total Posts: 22333
26 May 2014 06:25 AM
u donload, its like ultimat3 h@x
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