Advertisement
lygelz23

ROCITIZENS [ EARLY RELEASE]

Feb 23rd, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.71 KB | None | 0 0
  1. -- PRESS " Q " TO OPEN/CLOSE
  2. -- ROCITIZENS
  3. -- NOTDONE
  4. -- TYPICAL_RBLX
  5. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("Frame")local d=Instance.new("TextLabel")local e=Instance.new("TextLabel")local f=Instance.new("Frame")local g=Instance.new("TextLabel")local h=Instance.new("Frame")local i=Instance.new("TextLabel")a.Name="RoCitizens"a.Parent=game.CoreGui;a.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")b.Name="FrameObject"b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.BackgroundTransparency=1;b.Position=UDim2.new(0.349999994,0,-1,0)b.Size=UDim2.new(0,100,0,100)c.Name="info"c.Parent=b;c.BackgroundColor3=Color3.new(0,0,0)c.BackgroundTransparency=0.55000001192093;c.BorderSizePixel=0;c.Position=UDim2.new(-2.02873898,0,-1.80297947,0)c.Size=UDim2.new(0,202,0,154)d.Parent=c;d.BackgroundColor3=Color3.new(0.905882,0.298039,0.235294)d.BorderSizePixel=0;d.Position=UDim2.new(-0.00196823478,0,-0.197497547,0)d.Size=UDim2.new(0,202,0,30)d.Font=Enum.Font.SciFi;d.Text="Info"d.TextColor3=Color3.new(1,1,1)d.TextScaled=true;d.TextSize=14;d.TextWrapped=true;e.Name="intro"e.Parent=c;e.BackgroundColor3=Color3.new(0.905882,0.298039,0.235294)e.BackgroundTransparency=1;e.BorderSizePixel=0;e.Position=UDim2.new(-0.00196823268,0,0,0)e.Size=UDim2.new(0,202,0,152)e.Font=Enum.Font.SciFi;e.Text=">Created by Typical_RBLX\n>Press \"Q\" to open/close\n>Join my Discord Server\n>gg/FygDrZt"e.TextColor3=Color3.new(1,1,1)e.TextScaled=true;e.TextSize=25;e.TextWrapped=true;f.Name="money"f.Parent=b;f.BackgroundColor3=Color3.new(0,0,0)f.BackgroundTransparency=0.55000001192093;f.BorderSizePixel=0;f.Position=UDim2.new(0.192882299,0,-1.81830406,0)f.Size=UDim2.new(0,202,0,154)g.Parent=f;g.BackgroundColor3=Color3.new(0.905882,0.298039,0.235294)g.BorderSizePixel=0;g.Position=UDim2.new(0,0,-0.191004023,0)g.Size=UDim2.new(0,202,0,30)g.Font=Enum.Font.SciFi;g.Text="Money"g.TextColor3=Color3.new(1,1,1)g.TextScaled=true;g.TextSize=14;g.TextWrapped=true;h.Name="teleports"h.Parent=b;h.BackgroundColor3=Color3.new(0,0,0)h.BackgroundTransparency=0.55000001192093;h.BorderSizePixel=0;h.Position=UDim2.new(2.35512686,0,-1.80830419,0)h.Size=UDim2.new(0,202,0,300)i.Parent=h;i.BackgroundColor3=Color3.new(0.905882,0.298039,0.235294)i.BorderSizePixel=0;i.Position=UDim2.new(0,0,-0.100830883,0)i.Size=UDim2.new(0,202,0,30)i.Font=Enum.Font.SciFi;i.Text="Teleports"i.TextColor3=Color3.new(1,1,1)i.TextScaled=true;i.TextSize=14;i.TextWrapped=true;wait(0.3)game:GetService("StarterGui"):SetCore("SendNotification",{Title="Loading...",Text="Created by Typical_RBLX"})wait(0.2)print("SUB2PEWDIEPIE")if game:GetService("Workspace").FilteringEnabled==true then warn("FE is Enabled (Filtering Enabled)")game:GetService("StarterGui"):SetCore("SendNotification",{Title="Gui Loaded",Text="Enjoy"})else warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")game:GetService("StarterGui"):SetCore("SendNotification",{Title="Sorry the this gui wont work here :(",Text="Filtering Disabled."})end;function SCRIPT_YMNL83_FAKESCRIPT()local j=Instance.new('LocalScript')j.Parent=e;repeat for k=0,1,.01 do j.Parent.Parent.intro.TextColor3=Color3.fromHSV(k,1,1)wait(0.6)end;for k=1,0-.01 do j.Parent.Parent.intro.TextColor3=Color3.fromHSV(k,1,1)wait(0.6)end until nil end;coroutine.resume(coroutine.create(SCRIPT_YMNL83_FAKESCRIPT))function SCRIPT_NIPY65_FAKESCRIPT()local j=Instance.new('LocalScript')j.Parent=a;local b=j.Parent.FrameObject;local l=false;local m=UDim2.new(0.35,0,-1,0)local n=UDim2.new(0.224,0,0.487,0)local o=game:GetService("UserInputService")o.InputBegan:connect(function(p)if p.keyCode==Enum.KeyCode.Q then if l then b:TweenPosition(m)l=false else l=true;b:TweenPosition(n)end end end)end;coroutine.resume(coroutine.create(SCRIPT_NIPY65_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement