ADVERTISEMENTREMOVE ADS
Game icon

Save your arts in screenshot

Speed Draw!
6 months ago
Script preview thumbnail
Script Preview

Description

Makes screenshot automatically after the round ends. You can save your cool moments and publish them. PLS KEEP THIS A SECRET FROM THE DEVELOPERS, ADMINS AND MODERATORS OF THIS GAME!!! - ПОЖАЛУЙСТА ХРАНИТЕ ЭТО В СЕКРЕТЕ ОТ РАЗРАБОТЧИКОВ, АДМИНОВ И МОДЕРАТОРОВ ЭТОЙ ИГРЫ!!! Speed Draw Bypasses anti game.CoreGui:TakeScreenshot(), so if your executor or another script blocks taking screenshots, it will bypass it.

Features:

  • Take screenshot
ADVERTISEMENTREMOVE ADS
10 Lines • 324 Bytes
Raw
local msg = game.Players.LocalPlayer.PlayerGui.Game.Message
local vim = game:GetService("VirtualInputManager")
local ps = Enum.KeyCode.Print
while true do
while not msg.Visible do wait() end
while msg.Visible do wait() end
vim:SendKeyEvent(true, ps, false, game)
vim:SendKeyEvent(false, ps, false, game)
end
ADVERTISEMENTREMOVE ADS

Comments

3 comments
to add a comment
Lo

the script does not load. :(

0
1
us

Can you teach me how to use this script in detail?

0
0
Ou

@user1690 Teleport to this game and execute this script, but it may not work perfectly on sensor devices

1
0
ADVERTISEMENTREMOVE ADS