Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Credit Funtrator
- -- Goku Gamer - NVM - Got Shot
- -- Objects
- local SomeoneShark = Instance.new("ScreenGui")
- local m1 = Instance.new("Frame")
- local s1 = Instance.new("TextLabel")
- local ak = Instance.new("TextButton")
- local f1 = Instance.new("Frame")
- local FS = Instance.new("TextButton")
- local AB = Instance.new("TextButton")
- local LV = Instance.new("TextButton")
- local Mai = Instance.new("TextButton")
- local w1 = Instance.new("TextButton")
- local r1 = Instance.new("Frame")
- local m2 = Instance.new("Frame")
- local wx = Instance.new("TextButton")
- local s3 = Instance.new("TextLabel")
- local f2 = Instance.new("Frame")
- local w2 = Instance.new("TextButton")
- local w3 = Instance.new("TextButton")
- local w4 = Instance.new("TextButton")
- local w6 = Instance.new("TextButton")
- local w5 = Instance.new("TextButton")
- local slt2 = Instance.new("TextLabel")
- local slt1 = Instance.new("TextLabel")
- local slt3 = Instance.new("TextLabel")
- local cross = Instance.new("TextButton")
- -- Properties
- SomeoneShark.Name = "SomeoneShark"
- SomeoneShark.Parent = game.CoreGui
- m1.Name = "m1"
- m1.Parent = SomeoneShark
- m1.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
- m1.BackgroundTransparency = 0.25
- m1.BorderColor3 = Color3.new(0.129412, 0.968628, 0.0705882)
- m1.Position = UDim2.new(0.0788461566, 0, 0.297551781, 0)
- m1.Size = UDim2.new(0, 194, 0, 209)
- m1.Draggable = true
- s1.Name = "s1"
- s1.Parent = m1
- s1.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
- s1.BorderColor3 = Color3.new(0.980392, 0.262745, 0.0196078)
- s1.Position = UDim2.new(0.0360824727, 0, 0.0717703328, 0)
- s1.Size = UDim2.new(0, 181, 0, 17)
- s1.Font = Enum.Font.Fantasy
- s1.Text = "Life Suxks - FunTrator"
- s1.TextColor3 = Color3.new(0.988235, 0.00784314, 0.972549)
- s1.TextSize = 18
- s1.TextWrapped = true
- ak.Name = "ak"
- ak.Parent = m1
- ak.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- ak.BorderColor3 = Color3.new(1, 1, 0)
- ak.Position = UDim2.new(0.0361445807, 0, 0.249487177, 0)
- ak.Size = UDim2.new(0, 69, 0, 25)
- ak.Font = Enum.Font.SciFi
- ak.Text = "Auto Kill"
- ak.TextColor3 = Color3.new(1, 0.333333, 0)
- ak.TextSize = 14
- ak.TextWrapped = true
- ak.MouseButton1Down:connect(function()
- while wait(0.01) do
- game.Players.LocalPlayer.keyinput:FireServer("combat")
- game.Players.LocalPlayer.keyinput:FireServer("combat2")
- end
- end)
- f1.Name = "f1"
- f1.Parent = m1
- f1.BackgroundColor3 = Color3.new(0.00392157, 1, 1)
- f1.BorderColor3 = Color3.new(0.0156863, 0.964706, 0.980392)
- f1.BorderSizePixel = 0
- f1.Position = UDim2.new(0.030927835, 0, 0.181818187, 0)
- f1.Size = UDim2.new(0, 182, 0, 1)
- FS.Name = "FS"
- FS.Parent = m1
- FS.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- FS.BorderColor3 = Color3.new(0, 0.666667, 0)
- FS.Position = UDim2.new(0.484536082, 0, 0.249166653, 0)
- FS.Size = UDim2.new(0, 94, 0, 25)
- FS.Font = Enum.Font.SciFi
- FS.Text = "Fast Shoot"
- FS.TextColor3 = Color3.new(1, 0.027451, 0.611765)
- FS.TextSize = 14
- FS.TextWrapped = true
- FS.MouseButton1Down:connect(function()
- while wait(0.01) do
- game.Players.LocalPlayer.keyinput:FireServer("checkwep", game.Players.LocalPlayer:GetMouse().Hit)
- end
- end)
- AB.Name = "AB"
- AB.Parent = m1
- AB.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- AB.BorderColor3 = Color3.new(0.666667, 0, 0)
- AB.Position = UDim2.new(0.484536082, 0, 0.430000007, 0)
- AB.Size = UDim2.new(0, 94, 0, 25)
- AB.Font = Enum.Font.SciFi
- AB.Text = "Akatsuki Base"
- AB.TextColor3 = Color3.new(0.223529, 1, 0.27451)
- AB.TextSize = 14
- AB.TextWrapped = true
- AB.MouseButton1Down:connect(function()
- local l = game.Workspace.enterable:FindFirstChild("Akatsuki Base").Model:FindFirstChild("akat").CFrame
- game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.CFrame = l
- end)
- LV.Name = "LV"
- LV.Parent = m1
- LV.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- LV.BorderColor3 = Color3.new(1, 0.576471, 0.890196)
- LV.Position = UDim2.new(0.0361445546, 0, 0.430045813, 0)
- LV.Size = UDim2.new(0, 69, 0, 25)
- LV.Font = Enum.Font.SciFi
- LV.Text = "Level"
- LV.TextColor3 = Color3.new(0, 1, 1)
- LV.TextSize = 14
- LV.TextWrapped = true
- LV.MouseButton1Down:connect(function()
- for i=1, 200 do
- game.Players.LocalPlayer.keyinput:FireServer("combo2", "custom", 1541484681, "reverseflame")
- end
- end)
- Mai.Name = "Mai"
- Mai.Parent = m1
- Mai.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- Mai.BorderColor3 = Color3.new(0.333333, 1, 0.498039)
- Mai.Position = UDim2.new(0.0335051529, 0, 0.842500031, 0)
- Mai.Size = UDim2.new(0, 181, 0, 20)
- Mai.Font = Enum.Font.SciFi
- Mai.Text = "Under Maintainance"
- Mai.TextColor3 = Color3.new(0.396078, 1, 0.8)
- Mai.TextSize = 14
- Mai.TextWrapped = true
- w1.Name = "w1"
- w1.Parent = m1
- w1.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- w1.BorderColor3 = Color3.new(0.423529, 0.972549, 1)
- w1.Position = UDim2.new(0.20103091, 0, 0.605000019, 0)
- w1.Size = UDim2.new(0, 116, 0, 37)
- w1.Font = Enum.Font.SciFi
- w1.Text = "WEAPONS"
- w1.TextColor3 = Color3.new(1, 0.839216, 0.027451)
- w1.TextSize = 24
- w1.TextWrapped = true
- w1.MouseButton1Down:connect(function()
- m2.Visible = true
- end)
- r1.Name = "r1"
- r1.Parent = m1
- r1.BackgroundColor3 = Color3.new(0.00392157, 1, 1)
- r1.BorderColor3 = Color3.new(0.0156863, 0.964706, 0.980392)
- r1.BorderSizePixel = 0
- r1.Position = UDim2.new(0.0360824727, 0, 0.0287081338, 0)
- r1.Size = UDim2.new(0, 181, 0, 1)
- m2.Name = "m2"
- m2.Parent = SomeoneShark
- m2.BackgroundColor3 = Color3.new(0.0627451, 1, 0.298039)
- m2.BackgroundTransparency = 0.75
- m2.BorderColor3 = Color3.new(0, 0, 0)
- m2.Position = UDim2.new(0.501923084, 0, 0.203389823, 0)
- m2.Size = UDim2.new(0, 248, 0, 295)
- m2.Visible = false
- m2.Draggable = true
- wx.Name = "wx"
- wx.Parent = m2
- wx.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- wx.BorderColor3 = Color3.new(0.321569, 0.972549, 0.0862745)
- wx.Position = UDim2.new(0.0373443998, 0, 0.317788839, 0)
- wx.Size = UDim2.new(0, 110, 0, 33)
- wx.Font = Enum.Font.SciFi
- wx.Text = "Orochi Kusanagi"
- wx.TextColor3 = Color3.new(0.0235294, 0.988235, 0.92549)
- wx.TextSize = 15
- wx.MouseButton1Down:connect(function()
- local Arg1 = "equipwep"
- local Arg2 = "1" -- change this to any number slot you want the weapon to be in, can be 1, 2 or 3
- local Arg3 = "ocho" -- change this to any in-game weapon name. List can be found in the thread
- local Event = game:GetService("Players")["LocalPlayer"].keyinput
- end)
- s3.Name = "s3"
- s3.Parent = m2
- s3.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
- s3.BackgroundTransparency = 0.34999999403954
- s3.BorderColor3 = Color3.new(0.980392, 0.262745, 0.0196078)
- s3.Position = UDim2.new(0.0362903215, 0, 0.0591471121, 0)
- s3.Size = UDim2.new(0, 227, 0, 23)
- s3.Font = Enum.Font.Fantasy
- s3.Text = "Life Suxks - FunTrator"
- s3.TextColor3 = Color3.new(0.988235, 0.0196078, 0.0392157)
- s3.TextSize = 20
- s3.TextWrapped = true
- f2.Name = "f2"
- f2.Parent = m2
- f2.BackgroundColor3 = Color3.new(0.00392157, 1, 1)
- f2.BorderColor3 = Color3.new(0.00784314, 0.709804, 0.709804)
- f2.BorderSizePixel = 0
- f2.Position = UDim2.new(0.0362903215, 0, 0.165879652, 0)
- f2.Size = UDim2.new(0, 227, 0, 1)
- w2.Name = "w2"
- w2.Parent = m2
- w2.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- w2.BorderColor3 = Color3.new(0.156863, 0.972549, 0.972549)
- w2.Position = UDim2.new(0.506224096, 0, 0.317788839, 0)
- w2.Size = UDim2.new(0, 110, 0, 33)
- w2.Font = Enum.Font.SciFi
- w2.Text = "Madara Gunbai"
- w2.TextColor3 = Color3.new(0.572549, 0.835294, 0.152941)
- w2.TextSize = 16
- w2.MouseButton1Down:connect(function()
- local Arg1 = "equipwep"
- local Arg2 = "1"
- local Arg3 = "gunbai"
- local Event = game:GetService("Players")["LocalPlayer"].keyinput
- end)
- w3.Name = "w3"
- w3.Parent = m2
- w3.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- w3.BorderColor3 = Color3.new(0.972549, 0.741176, 0.0431373)
- w3.Position = UDim2.new(0.0373443998, 0, 0.59807992, 0)
- w3.Size = UDim2.new(0, 110, 0, 33)
- w3.Font = Enum.Font.SciFi
- w3.Text = "Minato Kunai"
- w3.TextColor3 = Color3.new(0.584314, 0.901961, 0.533333)
- w3.TextSize = 16
- w3.TextWrapped = true
- w3.MouseButton1Down:connect(function()
- local Arg1 = "equipwep"
- local Arg2 = "2"
- local Arg3 = "minatokunai"
- local Event = game:GetService("Players")["LocalPlayer"].keyinput
- end)
- w4.Name = "w4"
- w4.Parent = m2
- w4.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- w4.BorderColor3 = Color3.new(0, 0.333333, 1)
- w4.Position = UDim2.new(0.509118617, 0, 0.59807992, 0)
- w4.Size = UDim2.new(0, 110, 0, 33)
- w4.Font = Enum.Font.SciFi
- w4.Text = "Hiramekarei"
- w4.TextColor3 = Color3.new(1, 1, 1)
- w4.TextSize = 18
- w4.MouseButton1Down:connect(function()
- local Arg1 = "equipwep"
- local Arg2 = "2"
- local Arg3 = "hira"
- local Event = game:GetService("Players")["LocalPlayer"].keyinput
- end)
- w6.Name = "w6"
- w6.Parent = m2
- w6.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- w6.BorderColor3 = Color3.new(0.184314, 0.670588, 0.972549)
- w6.Position = UDim2.new(0.509118617, 0, 0.856668949, 0)
- w6.Size = UDim2.new(0, 110, 0, 33)
- w6.Font = Enum.Font.SciFi
- w6.Text = "Triple Scythe"
- w6.TextColor3 = Color3.new(0.752941, 0.988235, 0.74902)
- w6.TextSize = 18
- w6.MouseButton1Down:connect(function()
- local Arg1 = "equipwep"
- local Arg2 = "3"
- local Arg3 = "triplebladed"
- local Event = game:GetService("Players")["LocalPlayer"].keyinput
- end)
- w5.Name = "w5"
- w5.Parent = m2
- w5.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- w5.BorderColor3 = Color3.new(0.666667, 0, 1)
- w5.Position = UDim2.new(0.0373444259, 0, 0.856668949, 0)
- w5.Size = UDim2.new(0, 110, 0, 33)
- w5.Font = Enum.Font.SciFi
- w5.Text = "Samehada"
- w5.TextColor3 = Color3.new(0, 0.666667, 0)
- w5.TextSize = 20
- w5.MouseButton1Down:connect(function()
- local Arg1 = "equipwep"
- local Arg2 = "3"
- local Arg3 = "samehada"
- local Event = game:GetService("Players")["LocalPlayer"].keyinput
- end)
- slt2.Name = "slt2"
- slt2.Parent = m2
- slt2.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- slt2.BackgroundTransparency = 0.20000000298023
- slt2.BorderColor3 = Color3.new(0.847059, 0, 0.835294)
- slt2.Position = UDim2.new(0.310483873, 0, 0.47068581, 0)
- slt2.Size = UDim2.new(0, 95, 0, 26)
- slt2.Font = Enum.Font.SciFi
- slt2.Text = "SLOT 2"
- slt2.TextColor3 = Color3.new(0.972549, 0, 0.517647)
- slt2.TextSize = 24
- slt1.Name = "slt1"
- slt1.Parent = m2
- slt1.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- slt1.BackgroundTransparency = 0.20000000298023
- slt1.BorderColor3 = Color3.new(0.847059, 0, 0.835294)
- slt1.Position = UDim2.new(0.308467746, 0, 0.204801276, 0)
- slt1.Size = UDim2.new(0, 95, 0, 26)
- slt1.Font = Enum.Font.SciFi
- slt1.Text = "SLOT 1"
- slt1.TextColor3 = Color3.new(0.431373, 0.972549, 0.333333)
- slt1.TextSize = 24
- slt3.Name = "slt3"
- slt3.Parent = m2
- slt3.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- slt3.BackgroundTransparency = 0.20000000298023
- slt3.BorderColor3 = Color3.new(0.847059, 0, 0.835294)
- slt3.Position = UDim2.new(0.302419364, 0, 0.744200468, 0)
- slt3.Size = UDim2.new(0, 95, 0, 26)
- slt3.Font = Enum.Font.SciFi
- slt3.Text = "SLOT 3"
- slt3.TextColor3 = Color3.new(0.333333, 0.972549, 0.933333)
- slt3.TextSize = 24
- cross.Name = "cross"
- cross.Parent = m2
- cross.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- cross.BorderColor3 = Color3.new(0.156863, 0.972549, 0.972549)
- cross.Position = UDim2.new(0.899193585, 0, -0.0474576354, 0)
- cross.Size = UDim2.new(0, 25, 0, 23)
- cross.Font = Enum.Font.SciFi
- cross.Text = "X"
- cross.TextColor3 = Color3.new(0.572549, 0.835294, 0.152941)
- cross.TextSize = 16
- cross.MouseButton1Down:connect(function()
- m2.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement