Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By MeONaJa1 & Edited by Satoru
- game:GetService"StarterGui":SetCore("SendNotification", {
- Title = "JoJo Blox",
- Text = "Made By MeONaJa1 - Edited by Satoru"
- })
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local Thug = Instance.new("TextButton")
- local HamonUser = Instance.new("TextButton")
- local Gryphon = Instance.new("TextButton")
- local Vampire = Instance.new("TextButton")
- local Snowman = Instance.new("TextButton")
- local SnowThug = Instance.new("TextButton")
- local DesertBandit = Instance.new("TextButton")
- local DesertMonster = Instance.new("TextButton")
- local CityCriminal = Instance.new("TextButton")
- local DioRoyalGuard = Instance.new("TextButton")
- local SchoolBully = Instance.new("TextButton")
- local CriminalMaster = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Damage = Instance.new("TextButton")
- local TpArrow = Instance.new("TextButton")
- local Admin = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- main.Position = UDim2.new(0.3567788, 0, 0.275725603, 0)
- main.Size = UDim2.new(0, 401, 0, 284)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.Size = UDim2.new(0, 401, 0, 26)
- title.Font = Enum.Font.GothamBold
- title.Text = "Auto Quest"
- title.TextColor3 = Color3.new(0, 0, 0)
- title.TextSize = 14
- Thug.Name = "Thug"
- Thug.Parent = main
- Thug.BackgroundColor3 = Color3.new(1, 1, 1)
- Thug.Position = UDim2.new(0.0225225221, 0, 0.127272725, 0)
- Thug.Size = UDim2.new(0, 118, 0, 33)
- Thug.Font = Enum.Font.GothamBold
- Thug.Text = "Q Thug"
- Thug.TextColor3 = Color3.new(0, 0, 0)
- Thug.TextSize = 14
- Thug.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Thug")
- wait(15)
- end
- end)
- HamonUser.Name = "HamonUser"
- HamonUser.Parent = main
- HamonUser.BackgroundColor3 = Color3.new(1, 1, 1)
- HamonUser.Position = UDim2.new(0.350525141, 0, 0.124840483, 0)
- HamonUser.Size = UDim2.new(0, 118, 0, 33)
- HamonUser.Font = Enum.Font.GothamBold
- HamonUser.Text = "Q HamonUser"
- HamonUser.TextColor3 = Color3.new(0, 0, 0)
- HamonUser.TextSize = 14
- HamonUser.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("HamonUser")
- wait(15)
- end
- end)
- Gryphon.Name = "Gryphon"
- Gryphon.Parent = main
- Gryphon.BackgroundColor3 = Color3.new(1, 1, 1)
- Gryphon.Position = UDim2.new(0.681069791, 0, 0.124840483, 0)
- Gryphon.Size = UDim2.new(0, 118, 0, 33)
- Gryphon.Font = Enum.Font.GothamBold
- Gryphon.Text = "Q Gryphon"
- Gryphon.TextColor3 = Color3.new(0, 0, 0)
- Gryphon.TextSize = 14
- Gryphon.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Gryphons")
- wait(15)
- end
- end)
- Vampire.Name = " Vampire"
- Vampire.Parent = main
- Vampire.BackgroundColor3 = Color3.new(1, 1, 1)
- Vampire.Position = UDim2.new(0.0208904743, 0, 0.297255933, 0)
- Vampire.Size = UDim2.new(0, 118, 0, 33)
- Vampire.Font = Enum.Font.GothamBold
- Vampire.Text = "Q Vampire"
- Vampire.TextColor3 = Color3.new(0, 0, 0)
- Vampire.TextSize = 14
- Vampire.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Vampire")
- wait(15)
- end
- end)
- Snowman.Name = "Snowman"
- Snowman.Parent = main
- Snowman.BackgroundColor3 = Color3.new(1, 1, 1)
- Snowman.Position = UDim2.new(0.348486394, 0, 0.297255933, 0)
- Snowman.Size = UDim2.new(0, 118, 0, 33)
- Snowman.Font = Enum.Font.GothamBold
- Snowman.Text = "Q Snowman"
- Snowman.TextColor3 = Color3.new(0, 0, 0)
- Snowman.TextSize = 14
- Snowman.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Snowman")
- wait(15)
- end
- end)
- SnowThug.Name = "SnowThug"
- SnowThug.Parent = main
- SnowThug.BackgroundColor3 = Color3.new(1, 1, 1)
- SnowThug.Position = UDim2.new(0.680050433, 0, 0.297255933, 0)
- SnowThug.Size = UDim2.new(0, 118, 0, 33)
- SnowThug.Font = Enum.Font.GothamBold
- SnowThug.Text = "Q SnowThug"
- SnowThug.TextColor3 = Color3.new(0, 0, 0)
- SnowThug.TextSize = 14
- SnowThug.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("SnowThug")
- wait(15)
- end
- end)
- DesertBandit.Name = "Desert Bandit"
- DesertBandit.Parent = main
- DesertBandit.BackgroundColor3 = Color3.new(1, 1, 1)
- DesertBandit.Position = UDim2.new(0.0223648846, 0, 0.46207726, 0)
- DesertBandit.Size = UDim2.new(0, 118, 0, 33)
- DesertBandit.Font = Enum.Font.GothamBold
- DesertBandit.Text = "Q Desert Bandit"
- DesertBandit.TextColor3 = Color3.new(0, 0, 0)
- DesertBandit.TextSize = 14
- DesertBandit.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Desert Bandit")
- wait(15)
- end
- end)
- DesertMonster.Name = "Desert Monster"
- DesertMonster.Parent = main
- DesertMonster.BackgroundColor3 = Color3.new(1, 1, 1)
- DesertMonster.Position = UDim2.new(0.348941445, 0, 0.457121611, 0)
- DesertMonster.Size = UDim2.new(0, 118, 0, 33)
- DesertMonster.Font = Enum.Font.GothamBold
- DesertMonster.Text = "Q Desert Monster"
- DesertMonster.TextColor3 = Color3.new(0, 0, 0)
- DesertMonster.TextSize = 14
- DesertMonster.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Desert Monster")
- wait(15)
- end
- end)
- DioRoyalGuard.Name = "Dio Royal Guard"
- DioRoyalGuard.Parent = main
- DioRoyalGuard.BackgroundColor3 = Color3.new(1, 1, 1)
- DioRoyalGuard.Position = UDim2.new(0.678011715, 0, 0.457121611, 0)
- DioRoyalGuard.Size = UDim2.new(0, 118, 0, 33)
- DioRoyalGuard.Font = Enum.Font.GothamBold
- DioRoyalGuard.Text = "Q Dio Royal Guard"
- DioRoyalGuard.TextColor3 = Color3.new(0, 0, 0)
- DioRoyalGuard.TextSize = 14
- DioRoyalGuard.MouseButton1Downl:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Dio Royal Guard")
- wait(25)
- end
- end)
- CityCriminal.Name = "City Criminal"
- CityCriminal.Parent = main
- CityCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
- CityCriminal.Position = UDim2.new(0.0208905041, 0, 0.616987288, 0)
- CityCriminal.Size = UDim2.new(0, 118, 0, 33)
- CityCriminal.Font = Enum.Font.GothamBold
- CityCriminal.Text = "Q City Criminal"
- CityCriminal.TextColor3 = Color3.new(0, 0, 0)
- CityCriminal.TextSize = 14
- CityCriminal.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("City Criminal")
- wait(25)
- end
- end)
- SchoolBully.Name = "School Bully"
- SchoolBully.Parent = main
- SchoolBully.BackgroundColor3 = Color3.new(1, 1, 1)
- SchoolBully.Position = UDim2.new(0.348941445, 0, 0.616987288, 0)
- SchoolBully.Size = UDim2.new(0, 118, 0, 33)
- SchoolBully.Font = Enum.Font.GothamBold
- SchoolBully.Text = "Q School Bully"
- SchoolBully.TextColor3 = Color3.new(0, 0, 0)
- SchoolBully.TextSize = 14
- SchoolBully.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("School Bully")
- wait(60)
- end
- end)
- CriminalMaster.Name = "Crimial Master"
- CriminalMaster.Parent = main
- CriminalMaster.BackgroundColor3 = Color3.new(1, 1, 1)
- CriminalMaster.Position = UDim2.new(0.680050433, 0, 0.616987288, 0)
- CriminalMaster.Size = UDim2.new(0, 118, 0, 33)
- CriminalMaster.Font = Enum.Font.GothamBold
- CriminalMaster.Text = "Q Criminal Master"
- CriminalMaster.TextColor3 = Color3.new(0, 0, 0)
- CriminalMaster.TextSize = 14
- CriminalMaster.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.RS.Quest:FireServer("Criminal Master")
- wait(60)
- end
- end)
- Close.Name = "Close"
- Close.Parent = main
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Position = UDim2.new(0.940149605, 0, 0, 0)
- Close.Size = UDim2.new(0, 24, 0, 26)
- Close.Font = Enum.Font.GothamBold
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextSize = 14
- Close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- Damage.Name = "Damage"
- Damage.Parent = main
- Damage.BackgroundColor3 = Color3.new(1, 1, 1)
- Damage.Position = UDim2.new(0.0212972164, 0, 0.777231097, 0)
- Damage.Size = UDim2.new(0, 118, 0, 33)
- Damage.Font = Enum.Font.GothamBold
- Damage.Text = "Damage x10"
- Damage.TextColor3 = Color3.new(0, 0, 0)
- Damage.TextSize = 14
- Damage.MouseButton1Down:connect(function()
- local meta = getrawmetatable(game)
- local old = meta.__namecall
- setreadonly(meta,false)
- meta.__namecall = newcclosure(function(self,...)
- local method = getnamecallmethod()
- local args = {...}
- if method == "FireServer" and self.Name == "Damage" then
- for i = 1, 10 do
- old(self,...)
- end
- return old(self,...)
- else
- return old(self,...)
- end
- end)
- end)
- TpArrow.Name = "TpArrow"
- TpArrow.Parent = main
- TpArrow.BackgroundColor3 = Color3.new(1, 1, 1)
- TpArrow.Position = UDim2.new(0.346854389, 0, 0.777231097, 0)
- TpArrow.Size = UDim2.new(0, 118, 0, 33)
- TpArrow.Font = Enum.Font.GothamBold
- TpArrow.Text = "Tp Arrow"
- TpArrow.TextColor3 = Color3.new(0, 0, 0)
- TpArrow.TextSize = 14
- TpArrow.MouseButton1Down:connect(function()
- while true do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Arrows.Arrow.ArrowPart.CFrame
- end
- end)
- Admin.Name = "Admin"
- Admin.Parent = main
- Admin.BackgroundColor3 = Color3.new(1, 1, 1)
- Admin.Position = UDim2.new(0.679203987, 0, 0.773895741, 0)
- Admin.Size = UDim2.new(0, 118, 0, 33)
- Admin.Font = Enum.Font.GothamBold
- Admin.Text = "Admin"
- Admin.TextColor3 = Color3.new(0, 0, 0)
- Admin.TextSize = 14
- Admin.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/EEMr03xa'),true))()
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.new(1, 1, 1)
- openmain.Position = UDim2.new(0, 0, 0.48393476, 0)
- openmain.Size = UDim2.new(0, 92, 0, 24)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.new(1, 1, 1)
- open.Size = UDim2.new(0, 92, 0, 24)
- open.Font = Enum.Font.GothamBold
- open.Text = "Open"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 14
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement