Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat wait() until game:IsLoaded()
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- game:GetService("VirtualUser"):ClickButton2(Vector2.new()) --anti afk cuz why not
- end)
- while wait(1) do
- game:GetService("ReplicatedStorage").ShootingGallery.RemoteEvents.RequestGalleryStart:FireServer()
- wait(0.1)
- game:GetService("ReplicatedStorage").ShootingGallery.RemoteEvents.Statistics.TargetHit:FireServer({["TargetName"] = "Your Mom",["score"] = 9e9,["position"] = Vector3.new(0,0,0)})
- wait(1)
- game:GetService("ReplicatedStorage").ShootingGallery.RemoteEvents.FinalBeatCleared:FireServer({[1] = true})
- wait(0.1)
- game:GetService("Players").LocalPlayer.PlayerGui.MainPlace.PopUps.ShootingGalleryStatistics.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.MainPlace.PopUps.BackgroundEffect.Visible = false
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement