Advertisement
Guest User

FLAMINGO UTG OMG

a guest
Mar 24th, 2020
130,851
1
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 1 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. Player.Chatted:connect(function(cht)
  4. if cht:match("/open UTG") then
  5. loadstring(game:HttpGet("https://pastebin.com/raw/NhRrqGgy", true))() -- make sure you add in the script too
  6. elseif cht:match(";admin") 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
  7. loadstring(game:HttpGet("https://pastebin.com/raw/iM2Hhq68", true))()
  8. end
  9. end)
  10.  
  11. -- now we're going to add a simple script that lets us know when the script is working
  12.  
  13. game:GetService("StarterGui"):SetCore("SendNotification",{
  14. Title = "Loaded UTG";
  15. Text = "say /open UTG on the chat for UTG appear";
  16. })
  17.  
  18. -- this script will give you a pop up notification for when ever you load the script
  19.  
  20. -- im also going to show you how to convert normal scripts into pastebin links
  21.  
  22. -- lets get back to testing the script
  23.  
  24. -- 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)
  25.  
  26. -- as you can see, its working perfectly
  27.  
  28. -- now we're going to cover adding multiple script to your admin script
  29.  
  30. -- 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
  31. -- im now going to show you how to convert those big scripts into a loadstring which will compact the script. it's very simple'
  32.  
  33. -- loadstring(game:HttpGet("https://pastebin.com/raw/iM2Hhq68", true))() -- now you're going to need a already made pastebin link to do this
  34. -- i will add this loadstring link in the description so you can use it when you're making yours'
  35. -- 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'
  36. -- as im going to show
  37. -- now all you're going to do is just copy the whole link and put it into the script '
  38.  
  39.  
  40. -- this is going to be a good shit.
  41.  
  42. -- For open the Gui you need say /open UTG for it opens :)
  43.  
  44. -- This is an Remake of Ultimate Trolling GUI so subscribe my channel for more updates.
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement