Advertisement
Guest User

Satoru Edit for JoJo Blox Script

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