Advertisement
karobloxYT

Untitled

Mar 7th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("TextButton")local e=Instance.new("TextButton")a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.Position=UDim2.new(0.25836575,0,0.319018394,0)b.Size=UDim2.new(0,312,0,282)b.Style=Enum.FrameStyle.DropShadow;b.Draggable=true;b.Active=true;c.Name="If Money"c.Parent=b;c.BackgroundColor3=Color3.new(0.188235,0.290196,0.109804)c.Position=UDim2.new(0.179487184,0,0.286678612,0)c.Size=UDim2.new(0,200,0,50)c.Font=Enum.Font.SourceSans;c.Text="IF Money"c.TextColor3=Color3.new(0,0,0)c.TextSize=14;c.MouseButton1Down:connect(function()game:GetService('RunService').RenderStepped:connect(function()local f=2000000000;local g=game:GetService("ReplicatedStorage").FillBalloon;g:FireServer(f)local f=game:GetService("Workspace").UITriggers.Sell;local g=game:GetService("ReplicatedStorage").Sell;g:FireServer(f)end)end)d.Name="If Geam"d.Parent=b;d.BackgroundColor3=Color3.new(0.203922,0.203922,0.203922)d.Position=UDim2.new(0.179487184,0,0.693027437,0)d.Size=UDim2.new(0,200,0,50)d.Font=Enum.Font.SourceSans;d.Text="IF geam"d.TextColor3=Color3.new(0,0,0)d.TextSize=14;d.MouseButton1Down:connect(function()local h=game.Players.LocalPlayer.Character.HumanoidRootPart;local i=game:GetService("Workspace").Gems;for j,k in pairs(i:GetChildren())do if k.Name=='Gem'then k.CFrame=h.CFrame end end end)e.Name="By Dog Cat"e.BackgroundColor3=Color3.new(0.309804,0.309804,0.309804)e.Position=UDim2.new(0.192307696,0,-0.0283687934,0)e.Size=UDim2.new(0,200,0,50)e.Font=Enum.Font.SourceSans;e.Text="BY dog CAT"e.TextColor3=Color3.new(0,0,0)e.TextSize=14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement