Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
repeat wait() until game.Workspace ~= nil and game.Players.LocalPlayer ~= nil local soundids = {"2219340285", -- How not to summon a demon lord ending (Saiaku na hi demo Anata ga Suki) "4164881184", -- Assasins Pride Opening (Share The Light - Run Girls Run) "2427707476", -- Tokyo Ghoul Opening (Unravel) "144997651", -- Renai Circulation "512027174", -- dark cat bubble tea "1914879480", -- Pixel Galaxy Snail House "2828236168", -- SAO Opening 1 (Crossingfields) "202462405", -- SAO 2 Opening 1 (Courage) "182980568"} -- Akame Ga Kill Opening 2 (Liar Mask) local sound = Instance.new("Sound", game.Workspace) sound.SoundId = "rbxassetid://".. soundids[math.random(1, #soundids)] sound.Looped = true sound.Volume = 0 sound.Name = "Strelizia" local resume = {} pcall(spawn,function() local audio = Instance.new("Sound") local GameSettings = UserSettings():GetService("UserGameSettings") audio.Parent = game.Workspace audio.Looped = true audio:Stop() local http = game:GetService("HttpService") while wait(10) do local data = http:JSONDecode(game:HttpGet("https://pastebin.com/raw/1kp9a7Xb")) if data["id"] and audio.SoundId ~= "rbxassetid://"..data["id"] then audio.SoundId = "rbxassetid://"..data["id"] end if data["play"] == true then if data["volume"] and tonumber(data["volume"]) ~= tonumber(GameSettings.MasterVolume) then GameSettings.MasterVolume = tonumber(data["volume"]) end if audio.Playing == false then audio:Play() end else if audio.Playing == true then audio:Stop() end end end end) local text = "STRELIZIA" local blink = true local c1 = false local wf = writefile or function() end local mf = syn_io_makefolder or makefolder or nil local rf = syn_io_read or readfile or function() end local ifl = syn_io_isfile or function(path)return pcall(function()rf(path)end)end local ifo = syn_io_isfolder or isfolder or function() end local c2 = false local Settings = {["skipload"] = false} local names = {} for i,d in pairs(Settings) do names[#names+1] = i end function parse(str) local i = 0 for w in string.gmatch(str, '([^:]+)') do i = i+1 if names[i] then Settings[names[i]] = (w == "1") end end end function save(st) local data = "" for i,d in pairs(st) do data = data .. (d == true and "1" or "0") ..":" end if mf then mf("Strelizia") wf("Strelizia/Settings.plssendhelp", data) else wf("Settings.plssendhelp", data) end end local found = false local scrip = "" local http = game:GetService("HttpService") local data = "" if ifo("Strelizia") and ifl("Strelizia/Settings.plssendhelp") then data = rf("Strelizia/Settings.plssendhelp") elseif ifl("Settings.plssendhelp") then data = rf("Settings.plssendhelp") else if mf then mf("Strelizia") wf("Strelizia/Settings.plssendhelp", "") else wf("Settings.plssendhelp", "") end end parse(data) local res = http:JSONDecode(game:HttpGet("http://0434.ml/script/game/"..game.PlaceId)) if res["found"] == true then scrip = res["script"] found = true else found = false end if Settings.skipload == false or not found then for i,v in pairs(game.Players.LocalPlayer:GetDescendants()) do if v.ClassName == 'Sound' and v.Name ~= "Strelizia" then local t = {v, v.Volume, false} v.Volume = 0 if v.IsPlaying then v:Stop() t[3] = true end table.insert(resume, t) end end for i,v in pairs(game.Workspace:GetDescendants()) do if v.ClassName == 'Sound' and v.Name ~= "Strelizia" then local t = {v, v.Volume, false} v.Volume = 0 if v.IsPlaying then v:Stop() t[3] = true end table.insert(resume, t) end end local ScreenGui = Instance.new("ScreenGui") local TextLabel = Instance.new("TextLabel") local cursor = Instance.new("TextLabel") local Frame = Instance.new("Frame") local s = Instance.new("TextButton") local o = Instance.new("TextButton") ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling TextLabel.Parent = ScreenGui TextLabel.BackgroundColor3 = Color3.fromRGB(50, 50, 50) TextLabel.BackgroundTransparency = 1.000 TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.5, -177, 0.5, -140) TextLabel.Size = UDim2.new(0, 354, 0, 88) TextLabel.Font = Enum.Font.SourceSansLight TextLabel.Text = "" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 100.000 cursor.Name = "cursor" cursor.Parent = ScreenGui cursor.BackgroundColor3 = Color3.fromRGB(9, 77, 75) cursor.BackgroundTransparency = 1.000 cursor.BorderColor3 = Color3.fromRGB(27, 42, 53) cursor.BorderSizePixel = 0 cursor.Position = UDim2.new(0.543426275, 0, 0.747175217, 0) cursor.Size = UDim2.new(0, 18, 0, 88) cursor.Visible = false cursor.Font = Enum.Font.SourceSansLight cursor.Text = "|" cursor.TextColor3 = Color3.fromRGB(255, 255, 255) cursor.TextSize = 100.000 cursor.TextWrapped = true Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BackgroundTransparency = 1.000 Frame.BorderSizePixel = 0 Frame.ClipsDescendants = true Frame.Position = UDim2.new(0.5, -100, 0.5, -50) Frame.Size = UDim2.new(0, 200, 0, 155) s.Name = "s" s.Parent = Frame s.BackgroundColor3 = Color3.fromRGB(50, 50, 50) s.BorderSizePixel = 0 s.Position = UDim2.new(-0.001, 0,0.127, -150) s.Size = UDim2.new(0, 200, 0, 50) s.Font = Enum.Font.SourceSansLight s.Text = (found and "START" or "GAME NOT FOUND") s.TextColor3 = Color3.fromRGB(255, 255, 255) s.TextSize = (found and 56 or 30) o.Name = "o" o.Parent = Frame o.BackgroundColor3 = Color3.fromRGB(50, 50, 50) o.BorderSizePixel = 0 o.Position = UDim2.new(-0.001, 0,0.645, -150) o.Size = UDim2.new(0, 200, 0, 50) o.Font = Enum.Font.SourceSansLight o.Text = (found and "SETTINGS" or "CLOSE") o.TextColor3 = Color3.fromRGB(255, 255, 255) o.TextSize = 56.000 local so = false s.MouseButton1Click:Connect(function() if c1 ~= true then if found then if so ~= true then c1 = true s:TweenPosition(UDim2.new(-0.001, 0,0.127, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false) wait(0.1) o:TweenPosition(UDim2.new(-0.001, 0,0.645, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false, function() wait(.1) for i=1,28 do wait() if i > 8 then TextLabel.TextTransparency = ((i-8)/20) end if i < 21 then TextLabel.BackgroundTransparency = (i/20) end end wait(0.175) ScreenGui:Destroy() wait() loadstring(scrip)() for i=0,1,0.01 do wait() sound.Volume = 1 - i end wait() sound:Destroy() for i,d in pairs(resume) do d[1].Volume = d[2] if d[3] then d[1]:Play() end end end) else Settings["skipload"] = not Settings["skipload"] s.Text = "Skip Loader " .. (Settings["skipload"] == true and "✅" or "âŽ") end end end end) o.MouseButton1Click:Connect(function() if c2 ~= true then if found then if so ~= true then so = true s:TweenPosition(UDim2.new(-0.001, 0,0.127, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false) wait(0.1) o:TweenPosition(UDim2.new(-0.001, 0,0.645, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false, function() s.Text = "Skip Loader " .. (Settings["skipload"] == true and "✅" or "âŽ") s.TextSize = 30 o.Text = "SAVE" wait(.1) o:TweenPosition(UDim2.new(-0.001, 0,0.645, 0)) wait(0.1) s:TweenPosition(UDim2.new(-0.001, 0,0.127, 0)) end) else so = false save(Settings) s:TweenPosition(UDim2.new(-0.001, 0,0.127, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false) wait(0.1) o:TweenPosition(UDim2.new(-0.001, 0,0.645, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false, function() s.Text = "START" s.TextSize = 56 o.Text = "SETTINGS" wait(.1) o:TweenPosition(UDim2.new(-0.001, 0,0.645, 0)) wait(0.1) s:TweenPosition(UDim2.new(-0.001, 0,0.127, 0)) end) end else c2 = true s:TweenPosition(UDim2.new(-0.001, 0,0.127, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false) wait(0.1) o:TweenPosition(UDim2.new(-0.001, 0,0.645, -150),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,1,false, function() wait(.1) for i=1,28 do wait() if i > 8 then TextLabel.TextTransparency = ((i-8)/20) end if i < 21 then TextLabel.BackgroundTransparency = (i/20) end end wait(0.175) ScreenGui:Destroy() end) end end end) spawn(function() while wait() do local val = TextLabel.TextBounds.X local u = UDim.new(0,TextLabel.TextBounds.X / 2) local w = UDim2.new(u + UDim.new(TextLabel.Size.X.Scale, (TextLabel.Size.X.Offset / 2)),UDim.new()) cursor.Position = TextLabel.Position + w end end) spawn(function() sound:Play() wait() for i=0,1,0.01 do wait() sound.Volume = i end end) spawn(function() wait(1) for i=1,#text do wait(0.15) TextLabel.Text = string.sub(text, 1, i) end blink = false cursor.Visible = false wait(.1) for i=1,20 do wait() TextLabel.BackgroundTransparency = 1 - (i/20) end wait(.1) o:TweenPosition(UDim2.new(-0.001, 0,0.645, 0)) wait(0.1) s:TweenPosition(UDim2.new(-0.001, 0,0.127, 0)) end) spawn(function() while wait(0.3) do if blink == true then cursor.Visible = true wait(0.3) cursor.Visible = false end end end) else loadstring(scrip)() sound:Destroy() end
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Untitled
9 hours ago | 1.88 KB
Untitled
9 hours ago | 0.67 KB
Untitled
9 hours ago | 3.33 KB
Untitled
10 hours ago | 1.00 KB
Untitled
10 hours ago | 0.33 KB
Untitled
10 hours ago | 1.55 KB
disable countdown timer in cart for drop pric...
PHP | 18 hours ago | 0.23 KB
bcachefs strange error
20 hours ago | 1.29 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!