Advertisement
Adel987654321

Boku No Roblox GUI

Dec 13th, 2019
2,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. --[[ _G.gym = true -- For Gym training
  2. _G.afk = true -- For Quest
  3. ]]
  4.  
  5. --[[ Quest Name: -- Kill UA Student, Kill Hero, Kill Villain, Kill Criminal, Kill Weak Villain, Kill Police]]
  6. --[[Mob Names (Some): UA Studend, Hero, Villain, Police]]
  7.  
  8. for i,o in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren()) do
  9. if o.ClassName == "Script" and o:FindFirstChildOfClass('RemoteEvent') then
  10. for i,l in pairs(o:GetChildren()) do
  11. if l.Name == "E" and "Q" then
  12. print(l.Parent.Name)
  13.  
  14. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "~~~ FunTratOr ~~~", Text = "Will You Be My E-GirlFriend?"})
  15. local new = Instance.new("ScreenGui")
  16. local Main = Instance.new("Frame")
  17. local frame = Instance.new("Frame")
  18. local farm = Instance.new("TextButton")
  19. local autoquest = Instance.new("TextButton")
  20. local name = Instance.new("TextBox")
  21. local quest = Instance.new("TextBox")
  22. local train = Instance.new("TextButton")
  23. local gym = Instance.new("TextButton")
  24. local TextLabel = Instance.new("TextLabel")
  25. local TextLabel_2 = Instance.new("TextLabel")
  26. local TextLabel_3 = Instance.new("TextLabel")
  27.  
  28. -- Properties
  29.  
  30. new.Name = "new"
  31. new.Parent = game.CoreGui
  32. new.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. Main.Name = "Main"
  35. Main.Parent = new
  36. Main.Active = true
  37. Main.Draggable = true
  38. Main.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  39. Main.BorderColor3 = Color3.new(0.596078, 0, 0.00784314)
  40. Main.Position = UDim2.new(0.486459196, 0, 0.388215035, 0)
  41. Main.Size = UDim2.new(0, 232, 0, 215)
  42.  
  43. frame.Name = "frame"
  44. frame.Parent = Main
  45. frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  46. frame.BorderColor3 = Color3.new(0.478431, 0.0196078, 0.0509804)
  47. frame.Position = UDim2.new(0.0289685484, 0, 0.175438598, 0)
  48. frame.Size = UDim2.new(0, 218, 0, 170)
  49.  
  50. farm.Name = "farm"
  51. farm.Parent = frame
  52. farm.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  53. farm.BorderColor3 = Color3.new(0.423529, 0, 0.00392157)
  54. farm.BorderSizePixel = 0
  55. farm.Position = UDim2.new(0.0366972461, 0, 0.233250335, 0)
  56. farm.Size = UDim2.new(0, 202, 0, 16)
  57. farm.Font = Enum.Font.Fantasy
  58. farm.Text = "Start Farm | Un-Stoppable"
  59. farm.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  60. farm.TextSize = 14
  61. farm.TextStrokeColor3 = Color3.new(0.67451, 0, 0.00784314)
  62. farm.TextWrapped = true
  63.  
  64. autoquest.Name = "autoquest"
  65. autoquest.Parent = frame
  66. autoquest.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  67. autoquest.BorderColor3 = Color3.new(0.423529, 0, 0.00392157)
  68. autoquest.BorderSizePixel = 0
  69. autoquest.Position = UDim2.new(0.0412844047, 0, 0.524983287, 0)
  70. autoquest.Size = UDim2.new(0, 202, 0, 19)
  71. autoquest.Font = Enum.Font.Fantasy
  72. autoquest.Text = "Auto Quest | Un-Stoppable"
  73. autoquest.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  74. autoquest.TextSize = 14
  75. autoquest.TextStrokeColor3 = Color3.new(0.67451, 0, 0.00784314)
  76. autoquest.TextWrapped = true
  77.  
  78. name.Name = "name"
  79. name.Parent = frame
  80. name.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  81. name.BorderColor3 = Color3.new(0.694118, 0.0156863, 0.117647)
  82. name.Position = UDim2.new(0.0366972499, 0, 0.0581395477, 0)
  83. name.Size = UDim2.new(0, 202, 0, 19)
  84. name.Font = Enum.Font.Gotham
  85. name.Text = "Mob Name Here"
  86. name.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  87. name.TextSize = 14
  88.  
  89. quest.Name = "quest"
  90. quest.Parent = frame
  91. quest.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  92. quest.BorderColor3 = Color3.new(0.694118, 0.0156863, 0.117647)
  93. quest.Position = UDim2.new(0.0366972461, 0, 0.391156375, 0)
  94. quest.Size = UDim2.new(0, 202, 0, 15)
  95. quest.Font = Enum.Font.Gotham
  96. quest.Text = "Quest Name Here"
  97. quest.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  98. quest.TextSize = 14
  99.  
  100. train.Name = "train"
  101. train.Parent = frame
  102. train.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  103. train.BorderColor3 = Color3.new(0.423529, 0, 0.00392157)
  104. train.BorderSizePixel = 0
  105. train.Position = UDim2.new(0.0412844047, 0, 0.688797951, 0)
  106. train.Size = UDim2.new(0, 202, 0, 14)
  107. train.Font = Enum.Font.Fantasy
  108. train.Text = "Auto Train | Simple Version"
  109. train.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  110. train.TextSize = 14
  111. train.TextStrokeColor3 = Color3.new(0.67451, 0, 0.00784314)
  112. train.TextWrapped = true
  113.  
  114. gym.Name = "gym"
  115. gym.Parent = frame
  116. gym.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  117. gym.BorderColor3 = Color3.new(0.423529, 0, 0.00392157)
  118. gym.BorderSizePixel = 0
  119. gym.Position = UDim2.new(0.0412844047, 0, 0.851364672, 0)
  120. gym.Size = UDim2.new(0, 202, 0, 15)
  121. gym.Font = Enum.Font.Fantasy
  122. gym.Text = "Auto Train | Gym Version"
  123. gym.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  124. gym.TextSize = 14
  125. gym.TextStrokeColor3 = Color3.new(0.67451, 0, 0.00784314)
  126. gym.TextWrapped = true
  127.  
  128. TextLabel.Parent = Main
  129. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TextLabel.BackgroundTransparency = 1
  131. TextLabel.Position = UDim2.new(0.0488293022, 0, 0, 0)
  132. TextLabel.Size = UDim2.new(0, 97, 0, 30)
  133. TextLabel.Font = Enum.Font.GothamSemibold
  134. TextLabel.Text = "D"
  135. TextLabel.TextColor3 = Color3.new(0.729412, 0, 0.0117647)
  136. TextLabel.TextSize = 18
  137. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  138.  
  139. TextLabel_2.Parent = Main
  140. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  141. TextLabel_2.BackgroundTransparency = 1
  142. TextLabel_2.Position = UDim2.new(0.12240614, 0, 0, 0)
  143. TextLabel_2.Size = UDim2.new(0, 127, 0, 30)
  144. TextLabel_2.Font = Enum.Font.GothamSemibold
  145. TextLabel_2.Text = "a r k D e v s"
  146. TextLabel_2.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  147. TextLabel_2.TextSize = 18
  148. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  149.  
  150. TextLabel_3.Parent = Main
  151. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  152. TextLabel_3.BackgroundTransparency = 1
  153. TextLabel_3.Position = UDim2.new(0.66982007, 0, 0.0781450123, 0)
  154. TextLabel_3.Size = UDim2.new(0, 113, 0, 20)
  155. TextLabel_3.Font = Enum.Font.GothamSemibold
  156. TextLabel_3.Text = "BOKU NO ROBLOX"
  157. TextLabel_3.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  158. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  159.  
  160. farm.MouseButton1Down:connect(function()
  161. --[[ Credits: FunTratOr | DarkDevs ]]
  162. local target; local mob = {}; local plr = game.Players.LocalPlayer
  163. while wait() do
  164. plr.Character.HumanoidRootPart.Anchored = false
  165. mob = game.Workspace['NPCs']:GetChildren()
  166. for i,v in pairs(mob) do
  167. if string.find(v.Name, name.Text) then
  168. target = mob[i]
  169. wait()
  170. repeat
  171. plr.Character.HumanoidRootPart.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0,1,3),v.HumanoidRootPart.Position)
  172. local Path = game:GetService("Workspace")[game.Players.LocalPlayer.Name]:WaitForChild(l.Parent.Name).E
  173. Path:FireServer()
  174. local Path = game:GetService("Workspace")[game.Players.LocalPlayer.Name]:WaitForChild(l.Parent.Name).Q
  175. Path:FireServer() -- The Most Iconic Move That Can't Kill A ANT Itself!!!
  176. wait()
  177. until v.Humanoid.Health == 0
  178. end
  179. end
  180. end
  181. end)
  182.  
  183. autoquest.MouseButton1Down:connect(function()
  184. warn('G.afk = false, to stop it')
  185. local Arg1 = quest.Text -- Kill Hero, Kill Villain, Kill Criminal, Kill Weak Villain, Kill Police,
  186. local Path = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  187. Path:FireServer(Arg1)
  188. wait(0.5)
  189. _G.afk = true
  190. while _G.afk do
  191. wait()
  192. if game.Workspace.Quests[game.Players.LocalPlayer.Name]:FindFirstChildOfClass('Folder').AmountKilled.Value == game.Workspace.Quests[game.Players.LocalPlayer.Name]:FindFirstChildOfClass('Folder').AmountNeeded.Value
  193. then
  194. local Arg1 = quest.Text -- Kill Hero, Kill Villain, Kill Criminal, Kill Weak Villain, Kill Police,
  195. local Path = game:GetService("ReplicatedStorage").Remotes.Quest.AcceptQuest
  196. Path:FireServer(Arg1)
  197. end
  198. end
  199. end)
  200.  
  201. gym.MouseButton1Down:connect(function()
  202. _G.gym = true
  203. local shroud = game.Workspace['Punching Bags']:GetChildren()
  204. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  205. while _G.gym do
  206. wait()
  207. for i,v in pairs(shroud) do
  208. if v.Name == 'Punching bag' then
  209. v['Punching bag'].Hitbox.Anchored = true
  210. v['Punching bag'].Hitbox.CFrame = plr.CFrame + Vector3.new(0,4)
  211. local Path = game:GetService("Workspace")[game.Players.LocalPlayer.Name]:WaitForChild(l.Parent.Name).E
  212. Path:FireServer()
  213. local Path = game:GetService("Workspace")[game.Players.LocalPlayer.Name]:WaitForChild(l.Parent.Name).Q
  214. Path:FireServer()
  215. end
  216. end
  217. end
  218. end)
  219.  
  220. train.MouseButton1Down:connect(function()
  221. game:GetService('RunService').RenderStepped:connect(function()
  222. local Path = game:GetService("Workspace")[game.Players.LocalPlayer.Name]:WaitForChild(l.Parent.Name).T
  223. Path:FireServer()
  224. end)
  225. end)
  226. end
  227. end
  228. end
  229. end
  230. while true do
  231. wait(5)
  232. local Path = game:GetService("ReplicatedStorage").Remotes.AutoSave
  233. Path:FireServer()
  234. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement