Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- Player.Chatted:connect(function(cht)
- if cht:match(":fling all") then
- loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))() -- make sure you add in the script too
- elseif cht:match(":bighead") then -- add what you want to say for the script to execute so i put "admin" because i want it to load an admin script
- loadstring(game:HttpGet("https://raw.githubusercontent.com/sysGhost-aka-BiKode/Scripts2022/main/BigHeadV3_Unpatched", true))()
- end
- end)
- -- now we're going to add a simple script that lets us know when the script is working
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Loaded Admin";
- Text = "Working! Made By 7S_Vantus";
- })
- -- this script will give you a pop up notification for when ever you load the script
- -- im also going to show you how to convert normal scripts into pastebin links
- -- lets get back to testing the script
- -- make sure you copy the whole scriot (Control A) than copy it (Control C) than paste it into your executor like im going to show (COntrol V to Paste)
- -- as you can see, its working perfectly
- -- now we're going to cover adding multiple script to your admin script
- -- as you can see from inside the synapse executor some times you get scripts that are just way to big to put into an executor
- -- im now going to show you how to convert those big scripts into a loadstring which will compact the script. it's very simple'
- -- loadstring(game:HttpGet("https://pastebin.com/raw/iM2Hhq68", true))() -- now you're going to need a already made pastebin link to do this
- -- i will add this loadstring link in the description so you can use it when you're making yours'
- -- all you're going to need to do is replace the url of the old one with the url of the new one you made'
- -- as im going to show
- -- now all you're going to do is just copy the whole link and put it into the script '
- -- now we're going back to testing :)'
- -- this is going to be the end of part one, part 2 will be coming very soon.
- -- in part 2 we're going to show you how to add a commands list and also do simple animation for it
- -- THank you for watching!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement