Skip to content

Instantly share code, notes, and snippets.

View Roblox-Thot's full-sized avatar
:bowtie:

Roblox Thot Roblox-Thot

:bowtie:
View GitHub Profile
<meta property="twitter:card" content="player">
<meta property="twitter:player" content="https://w.soundcloud.com/player/?url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F547317354&amp;auto_play=false&amp;show_artwork=true&amp;visual=true&amp;origin=twitter">
<meta property="twitter:player:height" content="1">
<meta property="twitter:player:width" content="1">
<meta property="twitter:image" content="https://i1.sndcdn.com/artworks-000460810521-rtey0z-t500x500.jpg">

Keybase proof

I hereby claim:

  • I am roblox-thot on github.
  • I am roblox_thot (https://keybase.io/roblox_thot) on keybase.
  • I have a public key ASAuW5sTElmKNWcq4Bb_r21tfdLHFVSdO9rA06StOfPLVgo

To claim this, I am signing this object:

@Roblox-Thot
Roblox-Thot / alert.lua
Last active July 10, 2022 14:07
Code taken from narwhalhacks.xyz its just to prevent it from being lost tbh
--[[
Example:
loadstring(game:HttpGet("https://gist.github.com/Roblox-Thot/cc8964d978e6e7d60da0ddd72a14fd13/raw/e5dbbeaafaae8c80e7be9e8f401bb5033f53e99c/alert.lua"))()
Notify("Title","Description",5)
]]--
function Notify(a, b, c)
local d = Instance.new("ScreenGui")
local e = Instance.new("ImageLabel")
local f = Instance.new("ImageLabel")