Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- was made by jynz_l or ExploiterRoblox
- -- this is game checker i will paste for it if you'd like to make one.
- -- GAME CHECKER!
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local CHECK = Instance.new("TextLabel")
- local gamefound = Instance.new("TextLabel")
- local Loader = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
- Frame.Position = UDim2.new(0.215590745, 0, 0.27888447, 0)
- Frame.Size = UDim2.new(0, 441, 0, 205)
- Frame.Active = true
- Frame.Draggable = true
- CHECK.Name = "CHECK"
- CHECK.Parent = Frame
- CHECK.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CHECK.BackgroundTransparency = 1.000
- CHECK.Size = UDim2.new(0, 441, 0, 31)
- CHECK.Font = Enum.Font.SourceSans
- CHECK.Text = "GAME CHECKER"
- CHECK.TextColor3 = Color3.fromRGB(0, 0, 0)
- CHECK.TextScaled = true
- CHECK.TextSize = 14.000
- CHECK.TextWrapped = true
- gamefound.Name = "gamefound"
- gamefound.Parent = Frame
- gamefound.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- gamefound.Position = UDim2.new(0.272108853, 0, 0.375609756, 0)
- gamefound.Size = UDim2.new(0, 200, 0, 50)
- gamefound.Font = Enum.Font.SourceSans
- gamefound.Text = ""
- gamefound.TextColor3 = Color3.fromRGB(255, 255, 255)
- gamefound.TextScaled = true
- gamefound.TextSize = 14.000
- gamefound.TextWrapped = true
- Loader.Name = "Loader"
- Loader.Parent = Frame
- Loader.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Loader.BackgroundTransparency = 1.000
- Loader.Position = UDim2.new(0.272108853, 0, 0.72682929, 0)
- Loader.Size = UDim2.new(0, 200, 0, 50)
- Loader.Font = Enum.Font.SourceSans
- Loader.Text = "LOADING IF GAME FOUND... THIS WAS MADE BY JYNZ_L!"
- Loader.TextColor3 = Color3.fromRGB(0, 0, 0)
- Loader.TextSize = 14.000
- -- scripts:
- -- epic mini games
- if game.PlaceId == 277751860 then
- gamefound.Text = ("Epic MiniGames")
- wait(1)
- loadstring(game:HttpGet("https://pastebin.com/raw/YePwz5u5", true))()
- wait(1)
- Frame.Visible = false
- end
- -- Arsenal
- if game.PlaceId == 286090429 then
- gamefound.Text = ("Arsenal")
- wait(1)
- loadstring(game:HttpGet("https://pastebin.com/f2vV0wU3", true))()
- wait(1)
- Frame.Visible = false
- end
- -- breaking point
- if game.PlaceId == 648362523 then
- gamefound.Text = ("Breaking Point")
- wait(1)
- loadstring(game:HttpGet('https://pastebin.com/raw/MLPypHYv', true))()
- wait(1)
- Frame.Visible = false
- end
- -- ragdoll engine
- if game.PlaceId == 2041312716 then
- gamefound.Text = ("Ragdoll Engine")
- wait(1)
- loadstring(game:HttpGet(('https://pastebin.com/raw/T7weKqag'),true))()
- wait(1)
- Frame.Visible = false
- end
- -- the rake
- if game.PlaceId == 2413927524 then
- gamefound.Text = ("The Rake")
- wait(1)
- loadstring(game:HttpGet("http://gameovers.net/Scripts/Free/The%20Rake/TheRake.lua", true))()
- wait(1)
- Frame.Visible = false
- end
- -- Murder mystery 2
- if game.PlaceId == 142823291 then
- gamefound.Text = ("Murder Mystery 2")
- wait(1)
- loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
- wait(1)
- Frame.Visible = false
- end
RAW Paste Data
Copied