Mounir36

Java utile robot

Jan 25th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.34 KB | None | 0 0
  1. Fore détaille robot contrôle see the link:
  2. ----------
  3. http://bit.ly/3aI39hG
  4. -----------
  5.  
  6. http://bit.ly/3aI39hG
  7.  
  8. How Many US Troops Were Killed By Iranian IEDs in Iraq?How Many US Troops Were Killed By Iranian IEDs in Iraq?Sponsored - DefenseOne
  9. Recommended by
  10. rawdownloadreport6.78 KB
  11. -- Farewell Infortality.
  12. -- Version: 2.82
  13. -- Instances:
  14. local Exploit = Instance.new("ScreenGui")
  15. local OpenFrame = Instance.new("Frame")
  16. local Open = Instance.new("TextButton")
  17. local Main = Instance.new("Frame")
  18. local Beauty = Instance.new("Frame")
  19. local TextLabel = Instance.new("TextLabel")
  20. local AddHunger = Instance.new("TextButton")
  21. local AddThirst = Instance.new("TextButton")
  22. local SubtractHunger = Instance.new("TextButton")
  23. local TextLabel_2 = Instance.new("TextLabel")
  24. local NoFog = Instance.new("TextButton")
  25. local InfiniteThirst = Instance.new("TextButton")
  26. local InfiniteHunger = Instance.new("TextButton")
  27. local Close = Instance.new("TextButton")
  28. --Properties:
  29. Exploit.Name = "Exploit"
  30. Exploit.Parent = game.CoreGui
  31.  
  32. OpenFrame.Name = "OpenFrame"
  33. OpenFrame.Parent = Exploit
  34. OpenFrame.Active = true
  35. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  36. OpenFrame.Position = UDim2.new(-0.000990095199, 0, 0.389513105, 0)
  37. OpenFrame.Size = UDim2.new(0, 124, 0, 36)
  38.  
  39. Open.Name = "Open"
  40. Open.Parent = OpenFrame
  41. Open.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  42. Open.Position = UDim2.new(-0.0725806728, 0, 0, 0)
  43. Open.Size = UDim2.new(0, 133, 0, 36)
  44. Open.Font = Enum.Font.SourceSans
  45. Open.Text = "Open"
  46. Open.TextColor3 = Color3.new(0, 0, 0)
  47. Open.TextScaled = true
  48. Open.TextSize = 30
  49. Open.TextWrapped = true
  50. Open.MouseButton1Down:connect(function()
  51. Main.Visible = true
  52. OpenFrame.Visible = false
  53. end)
  54.  
  55. Main.Name = "Main"
  56. Main.Parent = Exploit
  57. Main.Active = true
  58. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Main.Position = UDim2.new(0.299009919, 0, 0.185393274, 0)
  60. Main.Size = UDim2.new(0, 489, 0, 253)
  61. Main.Visible = false
  62. Main.Draggable = true
  63.  
  64. Beauty.Name = "Beauty"
  65. Beauty.Parent = Main
  66. Beauty.Active = true
  67. Beauty.BackgroundColor3 = Color3.new(1, 0, 0)
  68. Beauty.BackgroundTransparency = 0.20000000298023
  69. Beauty.Size = UDim2.new(0, 489, 0, 31)
  70.  
  71. TextLabel.Parent = Beauty
  72. TextLabel.Active = true
  73. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  74. TextLabel.BackgroundTransparency = 0.20000000298023
  75. TextLabel.Position = UDim2.new(0.294478536, 0, 0, 0)
  76. TextLabel.Size = UDim2.new(0, 200, 0, 31)
  77. TextLabel.Font = Enum.Font.SourceSans
  78. TextLabel.Text = "NoobGui"
  79. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  80. TextLabel.TextScaled = true
  81. TextLabel.TextSize = 14
  82. TextLabel.TextWrapped = true
  83.  
  84. AddHunger.Name = "Add Hunger"
  85. AddHunger.Parent = Main
  86. AddHunger.BackgroundColor3 = Color3.new(1, 0, 0)
  87. AddHunger.Position = UDim2.new(0, 0, 0.320158094, 0)
  88. AddHunger.Size = UDim2.new(0, 200, 0, 37)
  89. AddHunger.Font = Enum.Font.SourceSans
  90. AddHunger.Text = "Add Hunger"
  91. AddHunger.TextColor3 = Color3.new(0, 0, 0)
  92. AddHunger.TextScaled = true
  93. AddHunger.TextSize = 14
  94. AddHunger.TextWrapped = true
  95. AddHunger.MouseButton1Click:connect(function()
  96. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  97. end)
  98.  
  99.  
  100.  
  101. AddThirst.Name = "AddThirst"
  102. AddThirst.Parent = Main
  103. AddThirst.BackgroundColor3 = Color3.new(1, 0, 0)
  104. AddThirst.Position = UDim2.new(0, 0, 0.573122501, 0)
  105. AddThirst.Size = UDim2.new(0, 200, 0, 37)
  106. AddThirst.Font = Enum.Font.SourceSans
  107. AddThirst.Text = "Add Thirst"
  108. AddThirst.TextColor3 = Color3.new(0, 0, 0)
  109. AddThirst.TextScaled = true
  110. AddThirst.TextSize = 14
  111. AddThirst.TextWrapped = true
  112. AddThirst.MouseButton1Click:connect(function()
  113. local Robo = game:GetService("Workspace").Water
  114. local Exploit = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  115. local Event = game:GetService("Workspace").GameEvents.addThirst
  116. Event:FireServer(Robo, Exploit)
  117. end)
  118.  
  119.  
  120.  
  121. SubtractHunger.Name = "Subtract Hunger"
  122. SubtractHunger.Parent = Main
  123. SubtractHunger.BackgroundColor3 = Color3.new(1, 0, 0)
  124. SubtractHunger.Position = UDim2.new(0, 0, 0.822134376, 0)
  125. SubtractHunger.Size = UDim2.new(0, 200, 0, 37)
  126. SubtractHunger.Font = Enum.Font.SourceSans
  127. SubtractHunger.Text = "Subtract Hunger"
  128. SubtractHunger.TextColor3 = Color3.new(0, 0, 0)
  129. SubtractHunger.TextScaled = true
  130. SubtractHunger.TextSize = 14
  131. SubtractHunger.TextWrapped = true
  132. SubtractHunger.MouseButton1Click:connect(function()
  133. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,-10)
  134. end)
  135.  
  136.  
  137.  
  138. TextLabel_2.Parent = Main
  139. TextLabel_2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  140. TextLabel_2.Position = UDim2.new(0, 0, 0.122529641, 0)
  141. TextLabel_2.Size = UDim2.new(0, 489, 0, 50)
  142. TextLabel_2.Font = Enum.Font.SourceSans
  143. TextLabel_2.Text = "By: NoobKilleYou PC"
  144. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  145. TextLabel_2.TextScaled = true
  146. TextLabel_2.TextSize = 14
  147. TextLabel_2.TextWrapped = true
  148.  
  149. NoFog.Name = "No Fog"
  150. NoFog.Parent = Main
  151. NoFog.BackgroundColor3 = Color3.new(1, 0, 0)
  152. NoFog.Position = UDim2.new(0.591002047, 0, 0.320158064, 0)
  153. NoFog.Size = UDim2.new(0, 200, 0, 37)
  154. NoFog.Font = Enum.Font.SourceSans
  155. NoFog.Text = "No Fog"
  156. NoFog.TextColor3 = Color3.new(0, 0, 0)
  157. NoFog.TextScaled = true
  158. NoFog.TextSize = 14
  159. NoFog.TextWrapped = true
  160. NoFog.MouseButton1Click:connect(function()
  161. game.Lighting.FogEnd = 999999999
  162. end)
  163.  
  164.  
  165.  
  166. InfiniteThirst.Name = "InfiniteThirst"
  167. InfiniteThirst.Parent = Main
  168. InfiniteThirst.BackgroundColor3 = Color3.new(1, 0, 0)
  169. InfiniteThirst.Position = UDim2.new(0.591002047, 0, 0.573122501, 0)
  170. InfiniteThirst.Size = UDim2.new(0, 200, 0, 37)
  171. InfiniteThirst.Font = Enum.Font.SourceSans
  172. InfiniteThirst.Text = "Infinite Thirst"
  173. InfiniteThirst.TextColor3 = Color3.new(0, 0, 0)
  174. InfiniteThirst.TextScaled = true
  175. InfiniteThirst.TextSize = 14
  176. InfiniteThirst.TextWrapped = true
  177. InfiniteThirst.MouseButton1Click:connect(function()
  178. while true do
  179. wait(0.1)
  180. local Robo = game:GetService("Workspace").Water
  181. local Exploit = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  182. local Event = game:GetService("Workspace").GameEvents.addThirst
  183. Event:FireServer(Robo, Exploit)
  184. end
  185. end)
  186.  
  187.  
  188.  
  189. InfiniteHunger.Name = "Infinite Hunger"
  190. InfiniteHunger.Parent = Main
  191. InfiniteHunger.BackgroundColor3 = Color3.new(1, 0, 0)
  192. InfiniteHunger.Position = UDim2.new(0.591002047, 0, 0.822134376, 0)
  193. InfiniteHunger.Size = UDim2.new(0, 200, 0, 37)
  194. InfiniteHunger.Font = Enum.Font.SourceSans
  195. InfiniteHunger.Text = "Infinite Hunger"
  196. InfiniteHunger.TextColor3 = Color3.new(0, 0, 0)
  197. InfiniteHunger.TextScaled = true
  198. InfiniteHunger.TextSize = 14
  199. InfiniteHunger.TextWrapped = true
  200. InfiniteHunger.MouseButton1Click:connect(function()
  201. while true do
  202. wait(0.1)
  203. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  204. end
  205. end)
  206.  
  207.  
  208.  
  209. Close.Name = "Close"
  210. Close.Parent = Main
  211. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  212. Close.Position = UDim2.new(0.885480583, 0, 0, 0)
  213. Close.Size = UDim2.new(0, 56, 0, 31)
  214. Close.Font = Enum.Font.SourceSans
  215. Close.Text = "X"
  216. Close.TextColor3 = Color3.new(0, 0, 0)
  217. Close.TextScaled = true
  218. Close.TextSize = 14
  219. Close.TextWrapped = true
  220. Close.MouseButton1Click:connect(function()
  221. OpenFrame.Visible = true
  222. Main.Visible = false
  223. end)
  224. RAW Paste Data
  225. -- Farewell Infortality.
  226. -- Version: 2.82
  227. -- Instances:
  228. local Exploit = Instance.new("ScreenGui")
  229. local OpenFrame = Instance.new("Frame")
  230. local Open = Instance.new("TextButton")
  231. local Main = Instance.new("Frame")
  232. local Beauty = Instance.new("Frame")
  233. local TextLabel = Instance.new("TextLabel")
  234. local AddHunger = Instance.new("TextButton")
  235. local AddThirst = Instance.new("TextButton")
  236. local SubtractHunger = Instance.new("TextButton")
  237. local TextLabel_2 = Instance.new("TextLabel")
  238. local NoFog = Instance.new("TextButton")
  239. local InfiniteThirst = Instance.new("TextButton")
  240. local InfiniteHunger = Instance.new("TextButton")
  241. local Close = Instance.new("TextButton")
  242. --Properties:
  243. Exploit.Name = "Exploit"
  244. Exploit.Parent = game.CoreGui
  245.  
  246. OpenFrame.Name = "OpenFrame"
  247. OpenFrame.Parent = Exploit
  248. OpenFrame.Active = true
  249. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  250. OpenFrame.Position = UDim2.new(-0.000990095199, 0, 0.389513105, 0)
  251. OpenFrame.Size = UDim2.new(0, 124, 0, 36)
  252.  
  253. Open.Name = "Open"
  254. Open.Parent = OpenFrame
  255. Open.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  256. Open.Position = UDim2.new(-0.0725806728, 0, 0, 0)
  257. Open.Size = UDim2.new(0, 133, 0, 36)
  258. Open.Font = Enum.Font.SourceSans
  259. Open.Text = "Open"
  260. Open.TextColor3 = Color3.new(0, 0, 0)
  261. Open.TextScaled = true
  262. Open.TextSize = 30
  263. Open.TextWrapped = true
  264. Open.MouseButton1Down:connect(function()
  265. Main.Visible = true
  266. OpenFrame.Visible = false
  267. end)
  268.  
  269. Main.Name = "Main"
  270. Main.Parent = Exploit
  271. Main.Active = true
  272. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  273. Main.Position = UDim2.new(0.299009919, 0, 0.185393274, 0)
  274. Main.Size = UDim2.new(0, 489, 0, 253)
  275. Main.Visible = false
  276. Main.Draggable = true
  277.  
  278. Beauty.Name = "Beauty"
  279. Beauty.Parent = Main
  280. Beauty.Active = true
  281. Beauty.BackgroundColor3 = Color3.new(1, 0, 0)
  282. Beauty.BackgroundTransparency = 0.20000000298023
  283. Beauty.Size = UDim2.new(0, 489, 0, 31)
  284.  
  285. TextLabel.Parent = Beauty
  286. TextLabel.Active = true
  287. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  288. TextLabel.BackgroundTransparency = 0.20000000298023
  289. TextLabel.Position = UDim2.new(0.294478536, 0, 0, 0)
  290. TextLabel.Size = UDim2.new(0, 200, 0, 31)
  291. TextLabel.Font = Enum.Font.SourceSans
  292. TextLabel.Text = "NoobGui"
  293. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  294. TextLabel.TextScaled = true
  295. TextLabel.TextSize = 14
  296. TextLabel.TextWrapped = true
  297.  
  298. AddHunger.Name = "Add Hunger"
  299. AddHunger.Parent = Main
  300. AddHunger.BackgroundColor3 = Color3.new(1, 0, 0)
  301. AddHunger.Position = UDim2.new(0, 0, 0.320158094, 0)
  302. AddHunger.Size = UDim2.new(0, 200, 0, 37)
  303. AddHunger.Font = Enum.Font.SourceSans
  304. AddHunger.Text = "Add Hunger"
  305. AddHunger.TextColor3 = Color3.new(0, 0, 0)
  306. AddHunger.TextScaled = true
  307. AddHunger.TextSize = 14
  308. AddHunger.TextWrapped = true
  309. AddHunger.MouseButton1Click:connect(function()
  310. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  311. end)
  312.  
  313.  
  314.  
  315. AddThirst.Name = "AddThirst"
  316. AddThirst.Parent = Main
  317. AddThirst.BackgroundColor3 = Color3.new(1, 0, 0)
  318. AddThirst.Position = UDim2.new(0, 0, 0.573122501, 0)
  319. AddThirst.Size = UDim2.new(0, 200, 0, 37)
  320. AddThirst.Font = Enum.Font.SourceSans
  321. AddThirst.Text = "Add Thirst"
  322. AddThirst.TextColor3 = Color3.new(0, 0, 0)
  323. AddThirst.TextScaled = true
  324. AddThirst.TextSize = 14
  325. AddThirst.TextWrapped = true
  326. AddThirst.MouseButton1Click:connect(function()
  327. local Robo = game:GetService("Workspace").Water
  328. local Exploit = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  329. local Event = game:GetService("Workspace").GameEvents.addThirst
  330. Event:FireServer(Robo, Exploit)
  331. end)
  332.  
  333.  
  334.  
  335. SubtractHunger.Name = "Subtract Hunger"
  336. SubtractHunger.Parent = Main
  337. SubtractHunger.BackgroundColor3 = Color3.new(1, 0, 0)
  338. SubtractHunger.Position = UDim2.new(0, 0, 0.822134376, 0)
  339. SubtractHunger.Size = UDim2.new(0, 200, 0, 37)
  340. SubtractHunger.Font = Enum.Font.SourceSans
  341. SubtractHunger.Text = "Subtract Hunger"
  342. SubtractHunger.TextColor3 = Color3.new(0, 0, 0)
  343. SubtractHunger.TextScaled = true
  344. SubtractHunger.TextSize = 14
  345. SubtractHunger.TextWrapped = true
  346. SubtractHunger.MouseButton1Click:connect(function()
  347. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,-10)
  348. end)
  349.  
  350.  
  351.  
  352. TextLabel_2.Parent = Main
  353. TextLabel_2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  354. TextLabel_2.Position = UDim2.new(0, 0, 0.122529641, 0)
  355. TextLabel_2.Size = UDim2.new(0, 489, 0, 50)
  356. TextLabel_2.Font = Enum.Font.SourceSans
  357. TextLabel_2.Text = "By: NoobKilleYou PC"
  358. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  359. TextLabel_2.TextScaled = true
  360. TextLabel_2.TextSize = 14
  361. TextLabel_2.TextWrapped = true
  362.  
  363. NoFog.Name = "No Fog"
  364. NoFog.Parent = Main
  365. NoFog.BackgroundColor3 = Color3.new(1, 0, 0)
  366. NoFog.Position = UDim2.new(0.591002047, 0, 0.320158064, 0)
  367. NoFog.Size = UDim2.new(0, 200, 0, 37)
  368. NoFog.Font = Enum.Font.SourceSans
  369. NoFog.Text = "No Fog"
  370. NoFog.TextColor3 = Color3.new(0, 0, 0)
  371. NoFog.TextScaled = true
  372. NoFog.TextSize = 14
  373. NoFog.TextWrapped = true
  374. NoFog.MouseButton1Click:connect(function()
  375. game.Lighting.FogEnd = 999999999
  376. end)
  377.  
  378.  
  379.  
  380. InfiniteThirst.Name = "InfiniteThirst"
  381. InfiniteThirst.Parent = Main
  382. InfiniteThirst.BackgroundColor3 = Color3.new(1, 0, 0)
  383. InfiniteThirst.Position = UDim2.new(0.591002047, 0, 0.573122501, 0)
  384. InfiniteThirst.Size = UDim2.new(0, 200, 0, 37)
  385. InfiniteThirst.Font = Enum.Font.SourceSans
  386. InfiniteThirst.Text = "Infinite Thirst"
  387. InfiniteThirst.TextColor3 = Color3.new(0, 0, 0)
  388. InfiniteThirst.TextScaled = true
  389. InfiniteThirst.TextSize = 14
  390. InfiniteThirst.TextWrapped = true
  391. InfiniteThirst.MouseButton1Click:connect(function()
  392. while true do
  393. wait(0.1)
  394. local Robo = game:GetService("Workspace").Water
  395. local Exploit = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  396. local Event = game:GetService("Workspace").GameEvents.addThirst
  397. Event:FireServer(Robo, Exploit)
  398. end
  399. end)
  400.  
  401.  
  402.  
  403. InfiniteHunger.Name = "Infinite Hunger"
  404. InfiniteHunger.Parent = Main
  405. InfiniteHunger.BackgroundColor3 = Color3.new(1, 0, 0)
  406. InfiniteHunger.Position = UDim2.new(0.591002047, 0, 0.822134376, 0)
  407. InfiniteHunger.Size = UDim2.new(0, 200, 0, 37)
  408. InfiniteHunger.Font = Enum.Font.SourceSans
  409. InfiniteHunger.Text = "Infinite Hunger"
  410. InfiniteHunger.TextColor3 = Color3.new(0, 0, 0)
  411. InfiniteHunger.TextScaled = true
  412. InfiniteHunger.TextSize = 14
  413. InfiniteHunger.TextWrapped = true
  414. InfiniteHunger.MouseButton1Click:connect(function()
  415. while true do
  416. wait(0.1)
  417. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  418. end
  419. end)
  420.  
  421.  
  422.  
  423. Close.Name = "Close"
  424. Close.Parent = Main
  425. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  426. Close.Position = UDim2.new(0.885480583, 0, 0, 0)
  427. Close.Size = UDim2.new(0, 56, 0, 31)
  428. Close.Font = Enum.Font.SourceSans
  429. Close.Text = "X"
  430. Close.TextColor3 = Color3.new(0, 0, 0)
  431. Close.TextScaled = true
  432. Close.TextSize = 14
  433. Close.TextWrapped = true
  434. Close.MouseButton1Click:connect(function()
  435. OpenFrame.Visible = true
  436. Main.Visible = false
  437. end)
  438. Eleven US Troops Were Injured in Jan. 8 Iran Missile Strike
  439. Eleven US Troops Were Injured in Jan. 8 Iran Missile Strike
  440. DefenseOne
  441. Recommended by
  442.  
  443. create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
  444. privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
  445.  
  446. Dedicated Server Hosting by Steadfast
  447. Top
Add Comment
Please, Sign In to add comment