Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/A2EQeDhe"))();
- -- Locals for the game --
- local Players = game:GetService("Players")
- local mouse = Players.LocalPlayer:GetMouse()
- local UserInputService = game:GetService("UserInputService")
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local RunService = game:GetService('RunService')
- local camera = game:GetService("Workspace").CurrentCamera
- local Window1 = library:CreateWindow("YoungStar");
- Window1:Dropdown("locations", {
- location = _G;
- flag = "memes";
- list = {
- "jewelryin";
- "jewelryout";
- 'bank';
- 'gas';
- 'prison';
- 'crimbase1';
- 'crimbase2';
- }
- }, function(new)
- warn(new)
- print(_G.memes)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement