OfficeR0808

[UPDATE 1]🎮ROBLOX | Viking Simulator | Script

Jan 30th, 2020
1,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextLabel")a.Name="champSimLoaded"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="background"b.Parent=a;b.BackgroundColor3=Color3.new(0.117647,0.117647,0.117647)b.BorderSizePixel=0;b.Position=UDim2.new(1,0,1,0)b.Size=UDim2.new(0,200,0,120)c.Name="label2"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1;c.Position=UDim2.new(0.5,-70,0.5,0)c.Size=UDim2.new(0,140,0,27)c.Font=Enum.Font.SciFi;c.Text="Loaded!"c.TextColor3=Color3.new(0.866667,0.184314,0.184314)c.TextScaled=true;c.TextSize=14;c.TextWrapped=true;d.Name="label1"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Position=UDim2.new(0.5,-70,0.5,-40)d.Size=UDim2.new(0,140,0,40)d.Font=Enum.Font.SciFi;d.Text="Viking Simulator"d.TextColor3=Color3.new(1,1,1)d.TextScaled=true;d.TextSize=14;d.TextWrapped=true;spawn(function()local e={}e=b:GetChildren()b:TweenPosition(UDim2.new(0.5,-100,0.5,-100),"Out","Back",1,true)wait(2)while b.BackgroundTransparency~=1 and wait()do b.BackgroundTransparency=b.BackgroundTransparency+0.1;for f,g in ipairs(e)do g.TextTransparency=g.TextTransparency+0.1 end end;wait(5)a:Destroy()end)wait(2)a:Destroy()wait(2)local h=loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv",true))()function sell()local i=game.Players.LocalPlayer;local j=i.Character.HumanoidRootPart;game.Workspace.Sell.Sell.Main.CanCollide=false;game.Workspace.Sell.Sell.Union.CanCollide=false;game.Workspace.Sell.Sell.Main.Transparency=1;game.Workspace.Sell.Sell.Union.Transparency=1;game.Workspace.Sell.Sell.Main.CFrame=j.CFrame;game.Workspace.Sell.Sell.Union.CFrame=j.CFrame end;function farm()local i=game.Players.LocalPlayer;for f,g in pairs(game.Workspace.Objects:FindFirstChild("IronCrate"):GetChildren())do if g and i.Character:FindFirstChild("HumanoidRootPart")and g:IsA("Part")then i.Character.HumanoidRootPart.CFrame=g.CFrame end end end;local k=h:CreateWindow({text='Credits'})k:AddLabel("UI Maker: SirCC#3950\nScripts: SirCC#3950\nJoin My Discord Server!\n = https://discord.gg/gcs3ndt")k:AddButton("Print Link Discord Server",function()print("[discord.gg/gcs3ndt]")end)local l=h:CreateWindow({text='Main'})l:AddToggle("Auto Farm",function(m)_G.swing=m and true or false;while _G.swing do wait(0.01)sell()game.ReplicatedStorage.Swing:FireServer()game.ReplicatedStorage.Swing:FireServer()sell()farm()sell()wait(5)end end)l:AddToggle("[FE] Coins Farm + \n100M per coin",function(m)_G.Coins=m and true or false;while _G.Coins==true do wait(.4)do local i=game.Players.LocalPlayer;for f,g in pairs(game.Workspace.Coins:GetChildren())do if g and i.Character:FindFirstChild("HumanoidRootPart")and g:IsA("UnionOperation")then g.CFrame=i.Character.HumanoidRootPart.CFrame end end end end end)l:AddButton("\nDestroy GUI",function()game.CoreGui:FindFirstChild("UILibrary"):Destroy()end)
Add Comment
Please, Sign In to add comment