Advertisement
Guest User

Gui

a guest
Dec 7th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.79 KB | None | 0 0
  1. -- Made By MeONaJa1
  2. game:GetService"StarterGui":SetCore("SendNotification", {
  3.     Title = "JoJo Blox",
  4.     Text = "By MeONaJa1"
  5. })
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local main = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local Thug = Instance.new("TextButton")
  11. local HamonUser = Instance.new("TextButton")
  12. local Gryphon = Instance.new("TextButton")
  13. local Vampire = Instance.new("TextButton")
  14. local Snowman = Instance.new("TextButton")
  15. local SnowThug = Instance.new("TextButton")
  16. local DesertBandit = Instance.new("TextButton")
  17. local DesertMonster = Instance.new("TextButton")
  18. local DioGuard = Instance.new("TextButton")
  19. local DioRoyalGuard = Instance.new("TextButton")
  20. local SchoolBully = Instance.new("TextButton")
  21. local CrimialMaster = Instance.new("TextButton")
  22. local Close = Instance.new("TextButton")
  23. local Damage = Instance.new("TextButton")
  24. local TpArrow = Instance.new("TextButton")
  25. local Admin = Instance.new("TextButton")
  26. local openmain = Instance.new("Frame")
  27. local open = Instance.new("TextButton")
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30.  
  31. main.Name = "main"
  32. main.Parent = ScreenGui
  33. main.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  34. main.Position = UDim2.new(0.3567788, 0, 0.275725603, 0)
  35. main.Size = UDim2.new(0, 401, 0, 284)
  36. main.Visible = false
  37. main.Active = true
  38. main.Draggable = true
  39.  
  40. title.Name = "title"
  41. title.Parent = main
  42. title.BackgroundColor3 = Color3.new(1, 1, 1)
  43. title.Size = UDim2.new(0, 401, 0, 26)
  44. title.Font = Enum.Font.GothamBold
  45. title.Text = "Auto Quest"
  46. title.TextColor3 = Color3.new(0, 0, 0)
  47. title.TextSize = 14
  48.  
  49. Thug.Name = "Thug"
  50. Thug.Parent = main
  51. Thug.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Thug.Position = UDim2.new(0.0225225221, 0, 0.127272725, 0)
  53. Thug.Size = UDim2.new(0, 118, 0, 33)
  54. Thug.Font = Enum.Font.GothamBold
  55. Thug.Text = "Q Thug"
  56. Thug.TextColor3 = Color3.new(0, 0, 0)
  57. Thug.TextSize = 14
  58. Thug.MouseButton1Down:connect(function()
  59. game.ReplicatedStorage.RS.Quest:FireServer("Thug")
  60. end)
  61.  
  62. HamonUser.Name = "HamonUser"
  63. HamonUser.Parent = main
  64. HamonUser.BackgroundColor3 = Color3.new(1, 1, 1)
  65. HamonUser.Position = UDim2.new(0.350525141, 0, 0.124840483, 0)
  66. HamonUser.Size = UDim2.new(0, 118, 0, 33)
  67. HamonUser.Font = Enum.Font.GothamBold
  68. HamonUser.Text = "Q HamonUser"
  69. HamonUser.TextColor3 = Color3.new(0, 0, 0)
  70. HamonUser.TextSize = 14
  71. HamonUser.MouseButton1Down:connect(function()
  72. game.ReplicatedStorage.RS.Quest:FireServer("HamonUser")
  73. end)
  74.  
  75. Gryphon.Name = "Gryphon"
  76. Gryphon.Parent = main
  77. Gryphon.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Gryphon.Position = UDim2.new(0.681069791, 0, 0.124840483, 0)
  79. Gryphon.Size = UDim2.new(0, 118, 0, 33)
  80. Gryphon.Font = Enum.Font.GothamBold
  81. Gryphon.Text = "Q Gryphon"
  82. Gryphon.TextColor3 = Color3.new(0, 0, 0)
  83. Gryphon.TextSize = 14
  84. Gryphon.MouseButton1Down:connect(function()
  85. game.ReplicatedStorage.RS.Quest:FireServer("Gryphons")
  86. end)
  87.  
  88. Vampire.Name = " Vampire"
  89. Vampire.Parent = main
  90. Vampire.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Vampire.Position = UDim2.new(0.0208904743, 0, 0.297255933, 0)
  92. Vampire.Size = UDim2.new(0, 118, 0, 33)
  93. Vampire.Font = Enum.Font.GothamBold
  94. Vampire.Text = "Q Vampire"
  95. Vampire.TextColor3 = Color3.new(0, 0, 0)
  96. Vampire.TextSize = 14
  97. Vampire.MouseButton1Down:connect(function()
  98. game.ReplicatedStorage.RS.Quest:FireServer("Vampire")
  99. end)
  100.  
  101. Snowman.Name = "Snowman"
  102. Snowman.Parent = main
  103. Snowman.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Snowman.Position = UDim2.new(0.348486394, 0, 0.297255933, 0)
  105. Snowman.Size = UDim2.new(0, 118, 0, 33)
  106. Snowman.Font = Enum.Font.GothamBold
  107. Snowman.Text = "Q Snowman"
  108. Snowman.TextColor3 = Color3.new(0, 0, 0)
  109. Snowman.TextSize = 14
  110. Snowman.MouseButton1Down:connect(function()
  111. game.ReplicatedStorage.RS.Quest:FireServer("Snowman")
  112. end)
  113.  
  114. SnowThug.Name = "SnowThug"
  115. SnowThug.Parent = main
  116. SnowThug.BackgroundColor3 = Color3.new(1, 1, 1)
  117. SnowThug.Position = UDim2.new(0.680050433, 0, 0.297255933, 0)
  118. SnowThug.Size = UDim2.new(0, 118, 0, 33)
  119. SnowThug.Font = Enum.Font.GothamBold
  120. SnowThug.Text = "Q SnowThug"
  121. SnowThug.TextColor3 = Color3.new(0, 0, 0)
  122. SnowThug.TextSize = 14
  123. SnowThug.MouseButton1Down:connect(function()
  124. game.ReplicatedStorage.RS.Quest:FireServer("SnowThug")
  125. end)
  126.  
  127. DesertBandit.Name = "Desert Bandit"
  128. DesertBandit.Parent = main
  129. DesertBandit.BackgroundColor3 = Color3.new(1, 1, 1)
  130. DesertBandit.Position = UDim2.new(0.0223648846, 0, 0.46207726, 0)
  131. DesertBandit.Size = UDim2.new(0, 118, 0, 33)
  132. DesertBandit.Font = Enum.Font.GothamBold
  133. DesertBandit.Text = "Q Desert Bandit"
  134. DesertBandit.TextColor3 = Color3.new(0, 0, 0)
  135. DesertBandit.TextSize = 14
  136. DesertBandit.MouseButton1Down:connect(function()
  137. game.ReplicatedStorage.RS.Quest:FireServer("Desert Bandit")
  138. end)
  139.  
  140. DesertMonster.Name = "Desert Monster"
  141. DesertMonster.Parent = main
  142. DesertMonster.BackgroundColor3 = Color3.new(1, 1, 1)
  143. DesertMonster.Position = UDim2.new(0.348941445, 0, 0.457121611, 0)
  144. DesertMonster.Size = UDim2.new(0, 118, 0, 33)
  145. DesertMonster.Font = Enum.Font.GothamBold
  146. DesertMonster.Text = "Q Desert Monster"
  147. DesertMonster.TextColor3 = Color3.new(0, 0, 0)
  148. DesertMonster.TextSize = 14
  149. DesertMonster.MouseButton1Down:connect(function()
  150. game.ReplicatedStorage.RS.Quest:FireServer("Desert Monster")
  151. end)
  152.  
  153. DioGuard.Name = "Dio Guard"
  154. DioGuard.Parent = main
  155. DioGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  156. DioGuard.Position = UDim2.new(0.678011715, 0, 0.457121611, 0)
  157. DioGuard.Size = UDim2.new(0, 118, 0, 33)
  158. DioGuard.Font = Enum.Font.GothamBold
  159. DioGuard.Text = "Q Dio Guard"
  160. DioGuard.TextColor3 = Color3.new(0, 0, 0)
  161. DioGuard.TextSize = 14
  162. DioGuard.MouseButton1Down:connect(function()
  163. game.ReplicatedStorage.RS.Quest:FireServer("Dio Guard")
  164. end)
  165.  
  166. DioRoyalGuard.Name = "Dio Royal Guard"
  167. DioRoyalGuard.Parent = main
  168. DioRoyalGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  169. DioRoyalGuard.Position = UDim2.new(0.0208905041, 0, 0.616987288, 0)
  170. DioRoyalGuard.Size = UDim2.new(0, 118, 0, 33)
  171. DioRoyalGuard.Font = Enum.Font.GothamBold
  172. DioRoyalGuard.Text = "Q Dio Royal Guard"
  173. DioRoyalGuard.TextColor3 = Color3.new(0, 0, 0)
  174. DioRoyalGuard.TextSize = 14
  175. DioRoyalGuard.MouseButton1Down:connect(function()
  176. while true do
  177. wait(15)
  178. game.ReplicatedStorage.RS.Quest:FireServer("Dio Royal Guard")
  179. end
  180. end)
  181.  
  182. SchoolBully.Name = "School Bully"
  183. SchoolBully.Parent = main
  184. SchoolBully.BackgroundColor3 = Color3.new(1, 1, 1)
  185. SchoolBully.Position = UDim2.new(0.348941445, 0, 0.616987288, 0)
  186. SchoolBully.Size = UDim2.new(0, 118, 0, 33)
  187. SchoolBully.Font = Enum.Font.GothamBold
  188. SchoolBully.Text = "Q School Bully"
  189. SchoolBully.TextColor3 = Color3.new(0, 0, 0)
  190. SchoolBully.TextSize = 14
  191. SchoolBully.MouseButton1Down:connect(function()
  192. while true do
  193. wait(15)
  194. game.ReplicatedStorage.RS.Quest:FireServer("School Bully")
  195. end
  196. end)
  197.  
  198. CrimialMaster.Name = "Crimial Master"
  199. CrimialMaster.Parent = main
  200. CrimialMaster.BackgroundColor3 = Color3.new(1, 1, 1)
  201. CrimialMaster.Position = UDim2.new(0.680050433, 0, 0.616987288, 0)
  202. CrimialMaster.Size = UDim2.new(0, 118, 0, 33)
  203. CrimialMaster.Font = Enum.Font.GothamBold
  204. CrimialMaster.Text = "Q Crimial Master"
  205. CrimialMaster.TextColor3 = Color3.new(0, 0, 0)
  206. CrimialMaster.TextSize = 14
  207. CrimialMaster.MouseButton1Down:connect(function()
  208. while true do
  209. wait(12)
  210. game.ReplicatedStorage.RS.Quest:FireServer("Criminal Master")
  211. end
  212. end)
  213.  
  214. Close.Name = "Close"
  215. Close.Parent = main
  216. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  217. Close.Position = UDim2.new(0.940149605, 0, 0, 0)
  218. Close.Size = UDim2.new(0, 24, 0, 26)
  219. Close.Font = Enum.Font.GothamBold
  220. Close.Text = "X"
  221. Close.TextColor3 = Color3.new(0, 0, 0)
  222. Close.TextSize = 14
  223. Close.MouseButton1Down:connect(function()
  224. main.Visible = false
  225. openmain.Visible = true
  226. end)
  227.  
  228. Damage.Name = "Damage"
  229. Damage.Parent = main
  230. Damage.BackgroundColor3 = Color3.new(1, 1, 1)
  231. Damage.Position = UDim2.new(0.0212972164, 0, 0.777231097, 0)
  232. Damage.Size = UDim2.new(0, 118, 0, 33)
  233. Damage.Font = Enum.Font.GothamBold
  234. Damage.Text = "Damage x10"
  235. Damage.TextColor3 = Color3.new(0, 0, 0)
  236. Damage.TextSize = 14
  237. Damage.MouseButton1Down:connect(function()
  238. local meta = getrawmetatable(game)
  239. local old = meta.__namecall
  240. setreadonly(meta,false)
  241. meta.__namecall = newcclosure(function(self,...)
  242. local method = getnamecallmethod()
  243. local args = {...}
  244. if method == "FireServer" and self.Name == "Damage"  then
  245. for i = 1, 10 do
  246. old(self,...)
  247. end
  248. return old(self,...)
  249. else
  250. return old(self,...)
  251. end
  252. end)
  253. end)
  254.  
  255. TpArrow.Name = "TpArrow"
  256. TpArrow.Parent = main
  257. TpArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  258. TpArrow.Position = UDim2.new(0.346854389, 0, 0.777231097, 0)
  259. TpArrow.Size = UDim2.new(0, 118, 0, 33)
  260. TpArrow.Font = Enum.Font.GothamBold
  261. TpArrow.Text = "Tp Arrow"
  262. TpArrow.TextColor3 = Color3.new(0, 0, 0)
  263. TpArrow.TextSize = 14
  264. TpArrow.MouseButton1Down:connect(function()
  265. while true do
  266. wait()
  267.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Arrows.Arrow.ArrowPart.CFrame
  268. end
  269. end)
  270.  
  271. Admin.Name = "Admin"
  272. Admin.Parent = main
  273. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  274. Admin.Position = UDim2.new(0.679203987, 0, 0.773895741, 0)
  275. Admin.Size = UDim2.new(0, 118, 0, 33)
  276. Admin.Font = Enum.Font.GothamBold
  277. Admin.Text = "Admin"
  278. Admin.TextColor3 = Color3.new(0, 0, 0)
  279. Admin.TextSize = 14
  280. Admin.MouseButton1Down:connect(function()
  281. loadstring(game:HttpGet(('https://pastebin.com/raw/EEMr03xa'),true))()
  282. end)
  283.  
  284. openmain.Name = "openmain"
  285. openmain.Parent = ScreenGui
  286. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  287. openmain.Position = UDim2.new(0, 0, 0.48393476, 0)
  288. openmain.Size = UDim2.new(0, 92, 0, 24)
  289. openmain.Active = true
  290. openmain.Draggable = true
  291.  
  292. open.Name = "open"
  293. open.Parent = openmain
  294. open.BackgroundColor3 = Color3.new(1, 1, 1)
  295. open.Size = UDim2.new(0, 92, 0, 24)
  296. open.Font = Enum.Font.GothamBold
  297. open.Text = "Open"
  298. open.TextColor3 = Color3.new(0, 0, 0)
  299. open.TextSize = 14
  300. open.MouseButton1Down:connect(function()
  301. openmain.Visible = false
  302. main.Visible = true
  303. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement