Advertisement
Guest User

Find Markers

a guest
Mar 4th, 2022
2,893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. loadstring(game:HttpGet('https://gist.githubusercontent.com/stellar-4242/69204e23fdd0bb4e7940b7e10bbd8bdc/raw/ea6c98d464e9c5b11041d318f7c8b49d4da7ae27/GA.lua'))()
  2.  
  3. local vu = game:GetService("VirtualUser")
  4. game:GetService("Players").LocalPlayer.Idled:connect(function()
  5. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6. wait(1)
  7. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  8. end)
  9.  
  10. game.StarterGui:SetCore("SendNotification", {
  11. Title = "Find The Markers Script";
  12. Text = "Made by JN HH Gaming"; -- what the text says (ofc)
  13. Duration = 60;
  14. })
  15. wait(1)
  16. game.StarterGui:SetCore("SendNotification", {
  17. Title = "Subscribe To Him";
  18. Text = "Now!"; -- what the text says (ofc)
  19. Duration = 60;
  20. })
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement