EmeraldIT

Boohyah Im lazy af

Apr 28th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.15 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Shark = Instance.new("ScreenGui")
  4. local bar1 = Instance.new("Frame")
  5. local LifeSucks = Instance.new("TextLabel")
  6. local Chests = Instance.new("TextButton")
  7. local KALL = Instance.new("TextButton")
  8. local Stamina = Instance.new("TextButton")
  9. local PTCL = Instance.new("TextButton")
  10. local INVI = Instance.new("TextButton")
  11. local StillMaintainance = Instance.new("TextLabel")
  12. local BTRA = Instance.new("TextButton")
  13. local MTRA = Instance.new("TextButton")
  14. local STRA = Instance.new("TextButton")
  15. local bar2 = Instance.new("Frame")
  16. local bar3 = Instance.new("Frame")
  17. local DTRA = Instance.new("TextButton")
  18. local DFS = Instance.new("TextButton")
  19. local DFTP = Instance.new("TextButton")
  20.  
  21. -- Properties
  22.  
  23. Shark.Name = "Shark"
  24. Shark.Parent = game.CoreGui
  25.  
  26. bar1.Name = "bar1"
  27. bar1.Parent = Shark
  28. bar1.Active = true
  29. bar1.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  30. bar1.BackgroundTransparency = 0.20000000298023
  31. bar1.BorderColor3 = Color3.new(0.666667, 0, 1)
  32. bar1.Position = UDim2.new(0.0154320989, 0, 0.138755977, 0)
  33. bar1.Selectable = true
  34. bar1.Size = UDim2.new(0, 208, 0, 378)
  35. bar1.Draggable = true
  36.  
  37. LifeSucks.Name = "LifeSucks"
  38. LifeSucks.Parent = bar1
  39. LifeSucks.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  40. LifeSucks.BackgroundTransparency = 0.55000001192093
  41. LifeSucks.BorderColor3 = Color3.new(0.0980392, 0.905882, 0.219608)
  42. LifeSucks.Position = UDim2.new(0.028846154, 0, 0.039682541, 0)
  43. LifeSucks.Size = UDim2.new(0, 193, 0, 19)
  44. LifeSucks.Font = Enum.Font.SciFi
  45. LifeSucks.Text = "- Life Suckx - FunTraTor"
  46. LifeSucks.TextColor3 = Color3.new(0, 1, 1)
  47. LifeSucks.TextSize = 14
  48.  
  49. Chests.Name = "Chests"
  50. Chests.Parent = bar1
  51. Chests.BackgroundColor3 = Color3.new(0.0156863, 0.0588235, 0.0117647)
  52. Chests.BackgroundTransparency = 0.5
  53. Chests.BorderColor3 = Color3.new(0.333333, 1, 1)
  54. Chests.Position = UDim2.new(0.0300366171, 0, 0.161380291, 0)
  55. Chests.Size = UDim2.new(0, 92, 0, 35)
  56. Chests.Font = Enum.Font.SciFi
  57. Chests.Text = "Chests"
  58. Chests.TextColor3 = Color3.new(0.894118, 0.67451, 1)
  59. Chests.TextSize = 16
  60. Chests.MouseButton1Down:connect(function()
  61. chests = game.Workspace.Chests:GetChildren()
  62. plr = game.Players.LocalPlayer
  63. num = 1
  64. chests.CanCollide = false
  65. locaa = plr.Character.HumanoidRootPart.Position
  66.  
  67. while num <= #chests do
  68. plr.Character.HumanoidRootPart.CFrame = chests[num].CFrame
  69. print(num)
  70. num = num +1
  71. wait(1)
  72. end
  73. plr.Character:MoveTo(locaa)
  74. end)
  75.  
  76. KALL.Name = "KALL"
  77. KALL.Parent = bar1
  78. KALL.BackgroundColor3 = Color3.new(0.027451, 0.027451, 0.027451)
  79. KALL.BackgroundTransparency = 0.30000001192093
  80. KALL.BorderColor3 = Color3.new(1, 0, 0.498039)
  81. KALL.Position = UDim2.new(0.512157023, 0, 0.160336658, 0)
  82. KALL.Size = UDim2.new(0, 92, 0, 35)
  83. KALL.Font = Enum.Font.SciFi
  84. KALL.Text = "Kill All"
  85. KALL.TextColor3 = Color3.new(1, 0, 1)
  86. KALL.TextSize = 14
  87. KALL.MouseButton1Down:connect(function()
  88. while true do
  89. local char = game.Players.LocalPlayer.Character
  90. for i,v in pairs(game.Players:GetPlayers()) do
  91. for i = 1,1000 do
  92. game.ReplicatedStorage.RemoteEvents.PunchRemote:FireServer(v.Character.HumanoidRootPart, char, game.Players.LocalPlayer.PlayerValues.Melee, true, game.Players.LocalPlayer.PlayerValues.StrengthExperience, game.Players.LocalPlayer.PlayerValues.StrengthExperienceMax, game.Players.LocalPlayer.PlayerValues.StrengthExpMultiplier, v.Character.HumanoidRootPart.CFrame)
  93. char.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  94. end
  95. wait(0.03)
  96. end
  97. wait()
  98. end
  99. end)
  100.  
  101. Stamina.Name = "Stamina"
  102. Stamina.Parent = bar1
  103. Stamina.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  104. Stamina.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
  105. Stamina.Position = UDim2.new(0.0285390466, 0, 0.282809973, 0)
  106. Stamina.Size = UDim2.new(0, 92, 0, 35)
  107. Stamina.Font = Enum.Font.SciFi
  108. Stamina.Text = "Stamina"
  109. Stamina.TextColor3 = Color3.new(1, 0, 0)
  110. Stamina.TextSize = 14
  111. Stamina.MouseButton1Down:connect(function()
  112. while true do
  113. game.ReplicatedStorage.RemoteEvents.AddStaminaRemote:FireServer(game.Players.LocalPlayer.PlayerValues.Stamina,222) --change the 225 to something lower or itll prolly lag a bit
  114. wait()
  115. end
  116. end)
  117.  
  118. PTCL.Name = "PTCL"
  119. PTCL.Parent = bar1
  120. PTCL.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  121. PTCL.BackgroundTransparency = 0.25
  122. PTCL.BorderColor3 = Color3.new(0, 0.666667, 1)
  123. PTCL.Position = UDim2.new(0.0308822095, 0, 0.412862867, 0)
  124. PTCL.Size = UDim2.new(0, 92, 0, 35)
  125. PTCL.Font = Enum.Font.SciFi
  126. PTCL.Text = "Particles"
  127. PTCL.TextColor3 = Color3.new(1, 0.568627, 0.0431373)
  128. PTCL.TextSize = 14
  129. PTCL.MouseButton1Down:connect(function()
  130. game.ReplicatedStorage.RemoteEvents.DefenseStatRemote:FireServer(game.Players.LocalPlayer.PlayerValues.Melee, game.ReplicatedStorage.Assets.PlayerParticles.StrengthParticles, game.Players.LocalPlayer.Character.HumanoidRootPart, game.Players.LocalPlayer.Character.Humanoid)
  131. game.ReplicatedStorage.RemoteEvents.DefenseStatRemote:FireServer(game.Players.LocalPlayer.PlayerValues.DevilFruit, game.ReplicatedStorage.Assets.PlayerParticles.DevilParticles, game.Players.LocalPlayer.Character.HumanoidRootPart, game.Players.LocalPlayer.Character.Humanoid)
  132. game.ReplicatedStorage.RemoteEvents.DefenseStatRemote:FireServer(game.Players.LocalPlayer.PlayerValues.Defense, game.ReplicatedStorage.Assets.PlayerParticles.DefenseParticles, game.Players.LocalPlayer.Character.HumanoidRootPart, game.Players.LocalPlayer.Character.Humanoid)
  133. game.ReplicatedStorage.RemoteEvents.DefenseStatRemote:FireServer(game.Players.LocalPlayer.PlayerValues.Blade, game.ReplicatedStorage.Assets.PlayerParticles.BladeParticles, game.Players.LocalPlayer.Character.HumanoidRootPart, game.Players.LocalPlayer.Character.Humanoid)
  134. game.ReplicatedStorage.RemoteEvents.DefenseStatRemote:FireServer(game.Players.LocalPlayer.PlayerValues.Sniper, game.ReplicatedStorage.Assets.PlayerParticles.SniperParticles, game.Players.LocalPlayer.Character.HumanoidRootPart, game.Players.LocalPlayer.Character.Humanoid)
  135. end)
  136.  
  137. INVI.Name = "INVI"
  138. INVI.Parent = bar1
  139. INVI.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  140. INVI.BackgroundTransparency = 0.25
  141. INVI.BorderColor3 = Color3.new(0, 1, 0)
  142. INVI.Position = UDim2.new(0.513379753, 0, 0.413704693, 0)
  143. INVI.Size = UDim2.new(0, 92, 0, 35)
  144. INVI.Font = Enum.Font.SciFi
  145. INVI.Text = "Half Invisible"
  146. INVI.TextColor3 = Color3.new(0.666667, 0, 0)
  147. INVI.TextSize = 14
  148. INVI.MouseButton1Down:connect(function()
  149. while wait() do
  150. local Player = game.Players.LocalPlayer.Name
  151. local A_1 = true
  152. local A_2 = game.Players[Player].Character.LowerTorso
  153. local A_3 = game.Players[Player].Character.UpperTorso
  154. local A_4 = game.Players[Player].Character.Head
  155. local A_5 = game.Players[Player].Character.RightHand
  156. local A_6 = game.Players[Player].Character.RightUpperArm
  157. local A_7 = game.Players[Player].Character.RightLowerArm
  158. local A_8 = game.Players[Player].Character.LeftHand
  159. local A_9 = game.Players[Player].Character.LeftLowerArm
  160. local A_10 = game.Players[Player].Character.LeftUpperArm
  161. local A_11 = game.Players[Player].Character.RightFoot
  162. local A_12 = game.Players[Player].Character.RightUpperLeg
  163. local A_13 = game.Players[Player].Character.RightLowerLeg
  164. local A_14 = game.Players[Player].Character.LeftFoot
  165. local A_15 = game.Players[Player].Character.LeftLowerLeg
  166. local A_16 = game.Players[Player].Character.LeftUpperLeg
  167. local Event = game:GetService("ReplicatedStorage").RemoteEvents.InvisibleRemote
  168. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8, A_9, A_10, A_11, A_12, A_13, A_14, A_15, A_16)
  169. wait(0.1)
  170. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7, A_8, A_9, A_10, A_11, A_12, A_13, A_14, A_15, A_16)
  171. end
  172. end)
  173.  
  174. StillMaintainance.Name = "Still Maintainance"
  175. StillMaintainance.Parent = bar1
  176. StillMaintainance.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  177. StillMaintainance.BackgroundTransparency = 0.55000001192093
  178. StillMaintainance.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  179. StillMaintainance.Position = UDim2.new(0.014423077, 0, 0.928571403, 0)
  180. StillMaintainance.Size = UDim2.new(0, 196, 0, 19)
  181. StillMaintainance.Font = Enum.Font.SciFi
  182. StillMaintainance.Text = "Still Maintainance"
  183. StillMaintainance.TextColor3 = Color3.new(1, 0.333333, 0)
  184. StillMaintainance.TextSize = 14
  185.  
  186. BTRA.Name = "BTRA"
  187. BTRA.Parent = bar1
  188. BTRA.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  189. BTRA.BackgroundTransparency = 0.25
  190. BTRA.BorderColor3 = Color3.new(0.988235, 1, 0.219608)
  191. BTRA.Position = UDim2.new(0.027802825, 0, 0.552593589, 0)
  192. BTRA.Size = UDim2.new(0, 92, 0, 35)
  193. BTRA.Font = Enum.Font.SciFi
  194. BTRA.Text = "Blade Train"
  195. BTRA.TextColor3 = Color3.new(0.298039, 0.815686, 1)
  196. BTRA.TextSize = 14
  197. BTRA.MouseButton1Down:connect(function()
  198. local lol = game.Players.LocalPlayer
  199. while wait() do
  200. game.ReplicatedStorage.RemoteEvents.PunchRemote:FireServer(lol.Character.HumanoidRootPart, lol.Character, lol.PlayerValues.Blade, false, lol.PlayerValues.BladeExperience, lol.PlayerValues.BladeExperienceMax, lol.PlayerValues.BladeExpMultiplier, lol:GetMouse())
  201. end
  202. end)
  203.  
  204. MTRA.Name = "MTRA"
  205. MTRA.Parent = bar1
  206. MTRA.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  207. MTRA.BackgroundTransparency = 0.25
  208. MTRA.BorderColor3 = Color3.new(1, 0.560784, 1)
  209. MTRA.Position = UDim2.new(0.513379753, 0, 0.552593589, 0)
  210. MTRA.Size = UDim2.new(0, 92, 0, 35)
  211. MTRA.Font = Enum.Font.SciFi
  212. MTRA.Text = "Melee Train"
  213. MTRA.TextColor3 = Color3.new(0.666667, 0, 1)
  214. MTRA.TextSize = 14
  215. MTRA.MouseButton1Down:connect(function()
  216. local lol = game.Players.LocalPlayer
  217. while wait() do
  218. game.ReplicatedStorage.RemoteEvents.PunchRemote:FireServer(lol.Character.HumanoidRootPart, lol.Character, lol.PlayerValues.Melee, false, lol.PlayerValues.StrengthExperience, lol.PlayerValues.StrengthExperienceMax, lol.PlayerValues.StrengthExpMultiplier, lol:GetMouse())
  219. end
  220. end)
  221.  
  222. STRA.Name = "STRA"
  223. STRA.Parent = bar1
  224. STRA.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  225. STRA.BackgroundTransparency = 0.25
  226. STRA.BorderColor3 = Color3.new(0.690196, 0.415686, 1)
  227. STRA.Position = UDim2.new(0.027802825, 0, 0.687514186, 0)
  228. STRA.Size = UDim2.new(0, 92, 0, 35)
  229. STRA.Font = Enum.Font.SciFi
  230. STRA.Text = "Sniper Train"
  231. STRA.TextColor3 = Color3.new(0.666667, 1, 0)
  232. STRA.TextSize = 14
  233. STRA.MouseButton1Down:connect(function()
  234. local lol = game.Players.LocalPlayer
  235. while wait() do
  236. game.ReplicatedStorage.RemoteEvents.PunchRemote:FireServer(lol.Character.HumanoidRootPart, lol.Character, lol.PlayerValues.Sniper, false, lol.PlayerValues.SniperExperience, lol.PlayerValues.SniperExperienceMax, lol.PlayerValues.SniperExpMultiplier, lol:GetMouse())
  237. end
  238. end)
  239.  
  240. bar2.Name = "bar2"
  241. bar2.Parent = bar1
  242. bar2.Active = true
  243. bar2.BackgroundColor3 = Color3.new(1, 0, 0)
  244. bar2.Position = UDim2.new(0.0294990502, 0, 0.104706213, 0)
  245. bar2.Size = UDim2.new(0, 193, 0, 1)
  246.  
  247. bar3.Name = "bar3"
  248. bar3.Parent = bar1
  249. bar3.Active = true
  250. bar3.BackgroundColor3 = Color3.new(1, 0, 0)
  251. bar3.Position = UDim2.new(0.024038462, 0, 0.0185185187, 0)
  252. bar3.Size = UDim2.new(0, 196, 0, 1)
  253.  
  254. DTRA.Name = "DTRA"
  255. DTRA.Parent = bar1
  256. DTRA.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  257. DTRA.BackgroundTransparency = 0.25
  258. DTRA.BorderColor3 = Color3.new(1, 0.105882, 0.0431373)
  259. DTRA.Position = UDim2.new(0.513379753, 0, 0.687514246, 0)
  260. DTRA.Size = UDim2.new(0, 92, 0, 35)
  261. DTRA.Font = Enum.Font.SciFi
  262. DTRA.Text = "Defense Train"
  263. DTRA.TextColor3 = Color3.new(0, 1, 1)
  264. DTRA.TextSize = 14
  265. DTRA.MouseButton1Down:connect(function()
  266. local lol = game.Players.LocalPlayer
  267. while wait() do
  268. game.ReplicatedStorage.RemoteEvents.PunchRemote:FireServer(lol.Character.HumanoidRootPart, lol.Character, lol.PlayerValues.Defense, false, lol.PlayerValues.DefenseExperience, lol.PlayerValues.DefenseExperienceMax, lol.PlayerValues.DefenseExpMultiplier, lol:GetMouse())
  269. end
  270. end)
  271.  
  272. DFS.Name = "DFS"
  273. DFS.Parent = bar1
  274. DFS.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  275. DFS.BackgroundTransparency = 0.25
  276. DFS.BorderColor3 = Color3.new(0.666667, 1, 0)
  277. DFS.Position = UDim2.new(0.264423072, 0, 0.806878328, 0)
  278. DFS.Size = UDim2.new(0, 92, 0, 35)
  279. DFS.Font = Enum.Font.SciFi
  280. DFS.Text = "DF Scanner"
  281. DFS.TextColor3 = Color3.new(1, 0.937255, 0.45098)
  282. DFS.TextSize = 14
  283. DFS.MouseButton1Down:connect(function()
  284. function QuickMessage(TextMessage)
  285. local Message = Instance.new("Message")
  286. Message.Parent = game.Workspace
  287. Message.Text = TextMessage
  288. wait(1)
  289. Message:Destroy()
  290. end
  291.  
  292. function Message(TextMessage)
  293. local Message = Instance.new("Message")
  294. Message.Parent = game.Workspace
  295. Message.Text = TextMessage
  296. wait(3)
  297. Message:Destroy()
  298. end
  299.  
  300. QuickMessage("Finding Devil Fruits...\n")
  301. local Database = {}
  302. local GetWorkspace = game.Workspace:GetDescendants()
  303. for i=1, #GetWorkspace do
  304. if GetWorkspace[i].ClassName == "Tool" and GetWorkspace[i].Parent == game.Workspace then
  305. table.insert(Database, GetWorkspace[i].Name.." | "..GetWorkspace[i].ClassName.." | "..GetWorkspace[i]:GetFullName())
  306. QuickMessage("(Devil Fruit) Tool Name: "..GetWorkspace[i].Name.."\n")
  307. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = GetWorkspace[i].Handle.CFrame
  308. break
  309. end
  310. end
  311. QuickMessage("Scan Complete!\n")
  312. QuickMessage("Total Items Found: "..#Database)
  313.  
  314. for i=1, #Database do
  315. QuickMessage(i..": "..Database[i])
  316. end
  317.  
  318. game.Workspace.ChildAdded:connect(function(Item)
  319. if Item.ClassName == "Tool" then
  320. Message("Possible Devil Fruit Detected:\n\n"..Item.Name.." | "..Item:GetFullName())
  321. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Item.Handle.CFrame
  322. end
  323. end)
  324.  
  325. QuickMessage("Devil Fruit Detector Activated!")
  326. end)
  327.  
  328. DFTP.Name = "DFTP"
  329. DFTP.Parent = bar1
  330. DFTP.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  331. DFTP.BackgroundTransparency = 0.25
  332. DFTP.BorderColor3 = Color3.new(0.666667, 1, 0)
  333. DFTP.Position = UDim2.new(0.524038494, 0, 0.283068776, 0)
  334. DFTP.Size = UDim2.new(0, 92, 0, 35)
  335. DFTP.Font = Enum.Font.SciFi
  336. DFTP.Text = "DF Teleport"
  337. DFTP.TextColor3 = Color3.new(0.0470588, 1, 0.635294)
  338. DFTP.TextSize = 14
  339. DFTP.MouseButton1Down:connect(function()
  340. fruits = game.Workspace.FruitSpawnLocation:GetChildren()
  341. nums = 1
  342. plr = game.Players.LocalPlayer
  343.  
  344. while nums <= #fruits do
  345. plr.Character.HumanoidRootPart.CFrame = fruits[nums].CFrame
  346. print(nums)
  347. nums = nums +1
  348. wait(0.5)
  349. end
  350. end)
Add Comment
Please, Sign In to add comment