Skip to content

Instantly share code, notes, and snippets.

View melon-boi's full-sized avatar

melon boi melon-boi

View GitHub Profile
@melon-boi
melon-boi / Hanging artist go brrrrrr
Created February 16, 2023 18:18
GIST created by python code
Ok
@melon-boi
melon-boi / Hanging artist go brrrrrr
Created February 16, 2023 18:18
GIST created by python code
Ok
@melon-boi
melon-boi / Hanging artist go brrrrrr
Created February 16, 2023 17:49
GIST created by python code
local lib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/fluxlib.txt")()
_G.closeBind = Enum.KeyCode.F2
local win = lib:Window("Hanging Artist", "Best script for SA!", Color3.fromRGB(226, 42, 232), _G.closeBind)
local tab = win:Tab("Main script", "http://www.roblox.com/asset/?id=6023426915")
local tab_cr = win:Tab("Credits", "http://www.roblox.com/asset/?id=6023426915")
tab_cr:Label("Discord server - discord.gg/7zhgpZWeWR")
tab_cr:Label("Owners - melon boi#2511 , MrAWAY#0069")
tab_cr:Label("Developers - melon boi#2511 , upssXaxa#6129")
tab_cr:Label("Helpers - gato#4192 , juani#1811")
@melon-boi
melon-boi / Hanging artist go brrrrrr
Created February 16, 2023 17:47
GIST created by python code
Ok
@melon-boi
melon-boi / Hanging artist go brrrrrr
Created February 16, 2023 17:44
GIST created by python code
local lib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/fluxlib.txt")()
_G.closeBind = Enum.KeyCode.F2
local win = lib:Window("Hanging Artist", "Best script for SA!", Color3.fromRGB(226, 42, 232), _G.closeBind)
local tab = win:Tab("Main script", "http://www.roblox.com/asset/?id=6023426915")
local tab_cr = win:Tab("Credits", "http://www.roblox.com/asset/?id=6023426915")
tab_cr:Label("Discord server - discord.gg/7zhgpZWeWR")
tab_cr:Label("Owners - melon boi#2511 , MrAWAY#0069")
tab_cr:Label("Developers - melon boi#2511 , upssXaxa#6129")
tab_cr:Label("Helpers - gato#4192 , juani#1811")
@melon-boi
melon-boi / Hanging artist go brrrrrr
Created February 16, 2023 17:25
GIST created by python code
Ok
@melon-boi
melon-boi / Hanging artist go brrrrrr
Created February 16, 2023 17:18
GIST created by python code
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
local textLabel = game.Players.LocalPlayer.PlayerGui.MainGui.PaintFrame.NextButton.Label
local nextButton = game.Players.LocalPlayer.PlayerGui.MainGui.PaintFrame.NextButton
local nameButton = game.Players.LocalPlayer.PlayerGui.MainGui.ArtDetailsFrame.ArtName.TextBox
local finishButton = game.Players.LocalPlayer.PlayerGui.MainGui.ArtDetailsFrame.FinishButton
_G.timeout = ""
_G.timer = ""
@melon-boi
melon-boi / python request module
Created February 16, 2023 17:15
GIST created by python code
Python requests has 3 parameters: 1)Request URL
2)Header Fields
3)Parameter
4)Request body