Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet('https://gist.githubusercontent.com/stellar-4242/69204e23fdd0bb4e7940b7e10bbd8bdc/raw/ea6c98d464e9c5b11041d318f7c8b49d4da7ae27/GA.lua'))()
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Find The Markers Script";
- Text = "Made by JN HH Gaming"; -- what the text says (ofc)
- Duration = 60;
- })
- wait(1)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Subscribe To Him";
- Text = "Now!"; -- what the text says (ofc)
- Duration = 60;
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement