Advertisement
bivakhiem114

inf coins

Apr 22nd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextButton")a.Name="Superhero"a.Parent=game.CoreGui;b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.Position=UDim2.new(-0.0101936832,0,0.271802336,0)b.Size=UDim2.new(0,218,0,234)b.Draggable=true;b.Active=true;c.Name="title"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Size=UDim2.new(0,218,0,51)c.Font=Enum.Font.SourceSans;c.Text="Khiêm Channel"c.TextColor3=Color3.new(0,0,0)c.TextSize=30;d.Name="hackcoins"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.Position=UDim2.new(0.0458715595,0,0.461538464,0)d.Size=UDim2.new(0,200,0,50)d.Font=Enum.Font.SourceSans;d.Text="INF COINS"d.TextColor3=Color3.new(0,0,0)d.TextSize=30;d.MouseButton1Down:connect(function()while wait(.1)do for e,f in pairs(game.Workspace.CoinSpawners:GetChildren())do wait(0.01)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=f.CFrame end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement