https://1foreverhd.github.io/HDAdmin/projects/topbarplus/about/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const events = require('events'); | |
let eventEmitter = new events.EventEmitter(); | |
//Create an event handler: | |
let myEventHandler = function () { | |
console.log('I hear a scream!'); | |
} | |
//Assign the event handler to an event: | |
eventEmitter.on('scream', myEventHandler); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Newtonsoft.JSON; | |
namespace JSONExample | |
{ | |
internal class Program | |
{ | |
public static void main(string[] args) | |
{ | |
Product product = new Product(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace cursed_csharp | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
{}{}{}{}{}{}{}{}Console.Title = "Guess the number vee 1 - cursed_csharp"; | |
{}{}{}{}{}{}{}{}Console.WriteLine("Welcome to the game of guessing the number of one to one hundread!"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- repr - Version 1.1 | |
-- Ozzypig - ozzypig.com - http://twitter.com/Ozzypig | |
-- Check out this thread for more info: | |
-- https://devforum.roblox.com/t/repr-function-for-printing-tables/276575 | |
--[[ | |
local repr = require(3148021300) | |
local myTable = { | |
hello = "world", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- https://chatengine.xyz/chat | |
local Players = game:GetService("Players") | |
local http_service = game:GetService("HttpService") | |
math.randomseed(tick()) | |
local authorization_cookie = "b1060a52b07c933b192298aede18a4e079e2cb3be98c2bd6fcd30e77c4c80cb9822937927db1797ccc9fdc6804e85777" | |
if syn then | |
http_request = syn.request | |
end | |
function send_msg_ai(message) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Location: game.6jv39v9shV4hGZcQlzfEs53q2303E.StarterPlayerScripts.PlayerScriptsLoader | |
-- Calamari Luau Decompiler [BETA] | |
-- 161/189 operations decompiled | |
local v1 = function() | |
local v1 = function() | |
local v1 = getfenv(2) | |
local v2 = getfenv(2).script | |
local v3 = { | |
["Parent"] = getfenv(2).script.Parent | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local TweenService = game:GetService("TweenService") | |
local image_zoomer = {} | |
image_zoomer.__index = image_zoomer | |
-- @image image where you will zoom. must be a to_zoom | |
-- @what_type_used what type of unit u use for ur image | |
function image_zoomer.set_zoom(to_zoom) | |
assert(to_zoom.ClassName ~= "ImageLabel" or "ImageButton","Error in #1, you have to provide a image label or a image button") | |
local image = {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
input function was flagged as potentially incompatible. | |
please private message a developer for support. | |
]] | |
local v1 = {} | |
local function Fade_1(v4, v5, v6) | |
v5.Position = UDim2.new(0, 0, 0, 0) | |
v5.Size = UDim2.new(1, 0, 1, 0) | |
local v18 = 1 | |
local v27 = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
math.randomseed(tick()) | |
local HttpService = game:GetService "HttpService" | |
local Players = game:GetService("Players") | |
-- bible bot window lib | |
panel = Window.new("Bible bot configuration panel") | |
-- Advertisment timer label | |
adLabel = panel.AddElement(panel,"Label") | |
adLabel.Text = "Adverisment configuration" | |
-- ad_timer |