Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1.  
  2. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextLabel")local e=Instance.new("TextButton")a.Parent=game.CoreGui;game:GetService("StarterGui"):SetCore("SendNotification",{Title="~ Devil Script ~",Text="Hello: "..game.Players.LocalPlayer.Name})b.Parent=a;b.BackgroundColor3=Color3.new(0.129412,0.129412,0.129412)b.BorderColor3=Color3.new(1,0.666667,0)b.Position=UDim2.new(0.110876448,0,0.190851733,0)b.Size=UDim2.new(0,289,0,189)b.Draggable=true;b.Active=true;c.Name="C"c.Parent=b;c.BackgroundColor3=Color3.new(0,0,0)c.BorderColor3=Color3.new(1,0.666667,0)c.Size=UDim2.new(0,289,0,50)c.Font=Enum.Font.SourceSans;c.Text="Made By : Devil Script"c.TextColor3=Color3.new(1,0.666667,0)c.TextSize=30;d.Name="dd"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Position=UDim2.new(0.221453294,0,0.804232836,0)d.Size=UDim2.new(0,186,0,50)d.Font=Enum.Font.SourceSans;d.Text="https://discord.gg/mQDtYPu"d.TextColor3=Color3.new(1,0,0.0156863)d.TextSize=25;e.Name="inf cash"e.Parent=b;e.BackgroundColor3=Color3.new(0,0,0)e.BorderColor3=Color3.new(1,0.666667,0)e.Position=UDim2.new(0.141868502,0,0.470899493,0)e.Size=UDim2.new(0,206,0,47)e.Font=Enum.Font.SourceSans;e.Text="Infinity Cash"e.TextColor3=Color3.new(1,0.666667,0)e.TextSize=30;e.MouseButton1Click:Connect(function()local f={1000000}game:GetService("ReplicatedStorage").Storage.RemoteServices.TycoonService.Smelt:InvokeServer(unpack(f))end)e.MouseButton1Click:connect(function()game.StarterGui:SetCore("SendNotification",{Title=" Made By ",Text="~ Devil Script ~",Icon="rbxassetid://3014363853",Duration=3})end)loadstring(game:HttpGet('https://pastebin.com/raw/4dH1Qx8P',true))()function zigzag(g)return math.acos(math.cos(g*math.pi))/math.pi end;counter=0;while wait(0.1)do b.BorderColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01;c.BorderColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01;c.TextColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01;d.TextColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01;e.BorderColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01;e.TextColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement