Advertisement
artbarte

LIMITED LOADASSET BYPASS

Aug 13th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. ---https://v3rmillion.net/showthread.php?tid=205205
  2.  
  3. --rip--
  4. --CREATED BY HARKINIAN @ V3RM--
  5.  
  6. lighting = game:GetService'Lighting'
  7. localp = game:GetService'Players'.LocalPlayer
  8. admintool = nil
  9. ws = workspace
  10. for i,v in pairs(workspace:GetChildren()) do
  11. if v:FindFirstChild'GamePassId' and v:FindFirstChild'ToolAssetsToLoad' then
  12. admintool = v
  13. end
  14. end
  15. if admintool ~= nil then
  16. for i,v in pairs(lighting:GetChildren()) do
  17. if v.Name == 'AdminTools' then
  18. v.Parent = game:GetService'RobloxReplicatedStorage' --tables are gay lets just be lazy
  19. end
  20. end
  21. local newat = admintool:Clone()
  22. newat.Name = 'PlayerScript' --spoof it xd
  23. newat.GamePassId.Value = 12345
  24. local val = Instance.new('IntValue', newat.ToolAssetsToLoad)
  25. for i,v in pairs(newat.ToolAssetsToLoad:GetChildren()) do
  26. if v.ClassName == 'IntValue' then
  27. v.Value = 59524006
  28. end
  29. end
  30. val.Name = 'roblox gear'
  31. val.Value = 59524006 --same
  32. newat.Parent = workspace
  33. repeat wait(0.01) until lighting:FindFirstChild'AdminTools'
  34. if lighting:FindFirstChild'AdminTools' then lighting.AdminTools:Remove() end
  35. newat.Disabled = true
  36. wait(3)
  37. newat.Disabled = false
  38. wait(3)
  39. local main = lighting.AdminTools.TimebombDispenser:Clone()
  40. lighting.AdminTools:Remove()
  41. newat:Remove()
  42. for i,v in pairs(game:GetService'RobloxReplicatedStorage':GetChildren()) do
  43. if v.Name == 'AdminTools' then
  44. v.Parent = lighting
  45. end
  46. end
  47. print'got the inserter!'
  48. for i,v in pairs(main:GetChildren()) do
  49. if v.ClassName == 'Part' or v.ClassName == 'WedgePart' then v:Remove() end
  50. end
  51. main.Name = 'ins'
  52. function _G.loadasset(id)
  53. local newmain = main:Clone()
  54. local clone = newmain.TimebombDispenserScript
  55. clone.Parent = nil
  56. newmain.Gear.Value = false
  57. newmain.Asset.Value = id
  58. newmain.Parent = workspace
  59. clone:Clone().Parent = newmain
  60. repeat wait(0.01) until newmain:GetChildren() [4] ~= nil
  61. local asset = Instance.new('Model')
  62. newmain:GetChildren() [4].Parent = asset
  63. asset.Parent = nil
  64. newmain:Destroy()
  65. return asset
  66. end
  67. print'now you can use _G.loadasset to insert stuff XDDD'
  68. else
  69. warn'game not supported D:'
  70. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement