Burkino

Untitled

Apr 6th, 2020
1,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. assert(fireclickdetector, "Exploit not supported")
  2. local root = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  3. local objs = workspace.InteractableObjects
  4. local function click(p)
  5. local cd = p:FindFirstChildOfClass("ClickDetector")
  6. if not cd then return end
  7. fireclickdetector(cd, 1)
  8. wait()
  9. fireclickdetector(cd, 0)
  10. end
  11.  
  12. click(objs.Ladder.LadderPickup)
  13. wait(3)
  14. click(objs.Ladder.HighlightPlace)
  15. wait(1)
  16. root.CFrame = CFrame.new(-240.75, 36.05, -163.58)
  17. wait(1)
  18. click(objs.Keycard.KeycardGlow)
  19. wait(15)
  20. click(objs.Keycard.KeyGlow)
  21. wait(11)
  22. click(objs.Keycard.KeycardGlow)
  23. wait(11)
  24. for i = 1, 12 do
  25. -- find part that's not red
  26. local btn
  27. for i,v in next, objs.ButtonGame.Buttons:GetChildren() do
  28. if v.BrickColor ~= BrickColor.new("Really red") and v.BrickColor ~= BrickColor.new("Lime green") then
  29. brick = v
  30. end
  31. end
  32. click(brick)
  33. wait(1)
  34. end
  35. wait(1)
  36. root.CFrame = CFrame.new(-147.90, 36.05, -112.09)
  37. wait(1)
  38. root.CFrame = CFrame.new(-66.20, 45.26, -179.86)
  39. wait(1)
  40. for i = 1, 3 do
  41. click(objs.GearMission["Gear"..tostring(i)].highlight)
  42. end
  43. wait(1)
  44. click(objs.GearMission.GearFinal)
  45. wait(33)
  46. root.CFrame = CFrame.new(81.12, 35.75, -175.76)
  47. wait()
  48. click(objs.EggGrab.Egg)
  49. wait(3)
  50. root.CFrame = CFrame.new(92.24, 43.80, -15.62)
Add Comment
Please, Sign In to add comment