Advertisement
AGZU09_scripts

Prison life script (With UTG) (With IY)

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