Advertisement
Be_Gone_Thot

TEST

Apr 20th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/A2EQeDhe"))();
  2. -- Locals for the game --
  3. local Players = game:GetService("Players")
  4. local mouse = Players.LocalPlayer:GetMouse()
  5. local UserInputService = game:GetService("UserInputService")
  6. local LocalPlayer = game:GetService("Players").LocalPlayer
  7. local RunService = game:GetService('RunService')
  8. local camera = game:GetService("Workspace").CurrentCamera
  9.  
  10. local Window1 = library:CreateWindow("YoungStar");
  11.  
  12. Window1:Dropdown("locations", {
  13. location = _G;
  14. flag = "memes";
  15. list = {
  16. "jewelryin";
  17. "jewelryout";
  18. 'bank';
  19. 'gas';
  20. 'prison';
  21. 'crimbase1';
  22. 'crimbase2';
  23. }
  24. }, function(new)
  25. warn(new)
  26. print(_G.memes)
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement