Advertisement
kyanopro

Untitled

Feb 22nd, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.04 KB | None | 0 0
  1. local aLon = Instance.new("ScreenGui")
  2. local Holder = Instance.new("Frame")
  3. local Top = Instance.new("Frame")
  4. local OpenClose = Instance.new("TextButton")
  5. local Title = Instance.new("TextLabel")
  6. local ErrorLabel = Instance.new("TextLabel")
  7. local PlayerList = Instance.new("Frame")
  8. local Top_2 = Instance.new("Frame")
  9. local OpenClose_2 = Instance.new("TextButton")
  10. local Players = Instance.new("Frame")
  11. local Player1 = Instance.new("TextButton")
  12. local Xray = Instance.new("TextButton")
  13. local Player2 = Instance.new("TextButton")
  14. local Player3 = Instance.new("TextButton")
  15. local Player4 = Instance.new("TextButton")
  16. local Player6 = Instance.new("TextButton")
  17. local Player5 = Instance.new("TextButton")
  18. local Player8 = Instance.new("TextButton")
  19. local Player7 = Instance.new("TextButton")
  20. local Player10 = Instance.new("TextButton")
  21. local Player11 = Instance.new("TextButton")
  22. local Player12 = Instance.new("TextButton")
  23. local Player9 = Instance.new("TextButton")
  24. local Roles = Instance.new("Frame")
  25. local Murderer = Instance.new("ImageLabel")
  26. local Sherrif = Instance.new("ImageLabel")
  27. local MurdererLabel = Instance.new("TextLabel")
  28. local SherrifLabel = Instance.new("TextLabel")
  29. local Main = Instance.new("Frame")
  30. local CoinFarm = Instance.new("TextButton")
  31. local Underline = Instance.new("TextLabel")
  32. local Fly = Instance.new("TextButton")
  33. local Underline_2 = Instance.new("TextLabel")
  34. local GunDropGrabber = Instance.new("TextButton")
  35. local Underline_3 = Instance.new("TextLabel")
  36. local KillAll = Instance.new("TextButton")
  37. local Underline_4 = Instance.new("TextLabel")
  38. local MurdererESP = Instance.new("TextButton")
  39. local Underline_5 = Instance.new("TextLabel")
  40. local Noclip = Instance.new("TextButton")
  41. local Underline_6 = Instance.new("TextLabel")
  42. local PlayerName = Instance.new("TextBox")
  43. local Underline_7 = Instance.new("TextLabel")
  44. local SherrifESP = Instance.new("TextButton")
  45. local Underline_8 = Instance.new("TextLabel")
  46. local ShowNames = Instance.new("TextButton")
  47. local Underline_9 = Instance.new("TextLabel")
  48. local TPtoLobby = Instance.new("TextButton")
  49. local Underline_10 = Instance.new("TextLabel")
  50. local TPtoMap = Instance.new("TextButton")
  51. local Underline_11 = Instance.new("TextLabel")
  52. local TPtoMuderer = Instance.new("TextButton")
  53. local Underline_12 = Instance.new("TextLabel")
  54. local TPtoPlayer = Instance.new("TextButton")
  55. local Underline_13 = Instance.new("TextLabel")
  56. local TPtoSherrif = Instance.new("TextButton")
  57. local Underline_14 = Instance.new("TextLabel")
  58. local Walkspeed = Instance.new("TextButton")
  59. local Underline_15 = Instance.new("TextLabel")
  60. local JumpPower = Instance.new("TextButton")
  61. local Underline_16 = Instance.new("TextLabel")
  62. local WSInput = Instance.new("TextBox")
  63. local Underline_17 = Instance.new("TextLabel")
  64. local JPInput = Instance.new("TextBox")
  65. local Underline_18 = Instance.new("TextLabel")
  66. local WSReset = Instance.new("TextButton")
  67. local Underline_19 = Instance.new("TextLabel")
  68. local JPReset = Instance.new("TextButton")
  69. local Underline_20 = Instance.new("TextLabel")
  70.  
  71. aLon.Name = "aLon"
  72. aLon.Parent = game.CoreGui
  73. aLon.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  74. aLon.ResetOnSpawn = false
  75.  
  76. Holder.Name = "Holder"
  77. Holder.Parent = aLon
  78. Holder.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. Holder.BorderSizePixel = 0
  80. Holder.Position = UDim2.new(1, -350, 1, -405)
  81. Holder.Size = UDim2.new(0, 340, 0, 395)
  82.  
  83. Top.Name = "Top"
  84. Top.Parent = Holder
  85. Top.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  86. Top.BorderSizePixel = 0
  87. Top.Position = UDim2.new(0, 0, 0, -25)
  88. Top.Size = UDim2.new(1, 0, 0, 25)
  89.  
  90. OpenClose.Name = "OpenClose"
  91. OpenClose.Parent = Top
  92. OpenClose.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  93. OpenClose.BorderSizePixel = 0
  94. OpenClose.Rotation = -90
  95. OpenClose.Size = UDim2.new(0, 25, 0, 25)
  96. OpenClose.Font = Enum.Font.SourceSans
  97. OpenClose.Text = ">"
  98. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  99. OpenClose.TextSize = 32
  100. OpenClose.TextStrokeTransparency = 0
  101. OpenClose.TextWrapped = true
  102.  
  103. Title.Name = "Title"
  104. Title.Parent = Top
  105. Title.BackgroundColor3 = Color3.new(2, 2, 2)
  106. Title.BackgroundTransparency = 1
  107. Title.BorderSizePixel = 0
  108. Title.Size = UDim2.new(1, 0, 1, 0)
  109. Title.Font = Enum.Font.SourceSans
  110. Title.Text = "אלון של הציטים"
  111. Title.TextColor3 = Color3.new(2, 2, 2)
  112. Title.TextSize = 22
  113. Title.TextStrokeTransparency = 0
  114.  
  115. ErrorLabel.Name = "ErrorLabel"
  116. ErrorLabel.Parent = Holder
  117. ErrorLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  118. ErrorLabel.BackgroundTransparency = 1
  119. ErrorLabel.BorderSizePixel = 0
  120. ErrorLabel.Position = UDim2.new(0, 0, 0, -50)
  121. ErrorLabel.Size = UDim2.new(1, 0, 0, 25)
  122. ErrorLabel.Font = Enum.Font.Fantasy
  123. ErrorLabel.Text = ""
  124. ErrorLabel.TextColor3 = Color3.new(1, 0, 0.0980392)
  125. ErrorLabel.TextSize = 14
  126. ErrorLabel.TextStrokeTransparency = 0
  127.  
  128. PlayerList.Name = "PlayerList"
  129. PlayerList.Parent = Holder
  130. PlayerList.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. PlayerList.BorderSizePixel = 0
  132. PlayerList.Position = UDim2.new(0, -25, 0, 0)
  133. PlayerList.Size = UDim2.new(0, 175, 0, 395)
  134.  
  135. Top_2.Name = "Top"
  136. Top_2.Parent = PlayerList
  137. Top_2.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  138. Top_2.BorderSizePixel = 0
  139. Top_2.Size = UDim2.new(0, 25, 1, 0)
  140.  
  141. OpenClose_2.Name = "OpenClose"
  142. OpenClose_2.Parent = Top_2
  143. OpenClose_2.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  144. OpenClose_2.BorderSizePixel = 0
  145. OpenClose_2.Position = UDim2.new(0, 0, 1, -25)
  146. OpenClose_2.Rotation = 180
  147. OpenClose_2.Size = UDim2.new(0, 25, 0, 25)
  148. OpenClose_2.Font = Enum.Font.SourceSans
  149. OpenClose_2.Text = ">"
  150. OpenClose_2.TextColor3 = Color3.new(1, 1, 1)
  151. OpenClose_2.TextSize = 32
  152. OpenClose_2.TextStrokeTransparency = 0
  153. OpenClose_2.TextWrapped = true
  154.  
  155. Players.Name = "Players"
  156. Players.Parent = PlayerList
  157. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  158. Players.BackgroundTransparency = 1
  159. Players.BorderSizePixel = 0
  160. Players.Size = UDim2.new(1, 0, 1, 0)
  161.  
  162. Player1.Name = "Player1"
  163. Player1.Parent = Players
  164. Player1.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Player1.BackgroundTransparency = 1
  166. Player1.BorderSizePixel = 0
  167. Player1.Position = UDim2.new(0, 25, 0, 7)
  168. Player1.Size = UDim2.new(1, -25, 0, 25)
  169. Player1.Font = Enum.Font.Fantasy
  170. Player1.Text = "Player"
  171. Player1.TextColor3 = Color3.new(1, 1, 1)
  172. Player1.TextSize = 14
  173. Player1.TextStrokeTransparency = 0
  174.  
  175.  
  176. Xray.Name = "Xray"
  177. Xray.Parent = Main
  178. Xray.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  179. Xray.BackgroundTransparency = 0
  180. Xray.BorderSizePixel = 2
  181. Xray.BorderColor3 = Color3.new(0.392157, 0, 1)
  182. Xray.Position = UDim2.new(0, 230, 0, 401)
  183. Xray.Size = UDim2.new(0, 100, 0, 26)
  184. Xray.Font = Enum.Font.Fantasy
  185. Xray.Text = "Xray[X]"
  186. Xray.TextColor3 = Color3.new(1, 1, 1)
  187. Xray.TextSize = 14
  188. Xray.TextStrokeTransparency = 1
  189. Xray.MouseButton1Click:Connect(function()
  190. penis = false
  191. Xray.MouseButton1Up:connect(function()
  192. if penis == false then
  193. penis = true
  194. Xray.Text = ("Disable Xray")
  195.  
  196.  
  197. local t=false
  198.  
  199. local function scan(z,t)
  200. for _,i in pairs(z:GetChildren()) do
  201. if i:IsA("BasePart") and not i.Parent:FindFirstChild("Humanoid") and not i.Parent.Parent:FindFirstChild("Humanoid") then
  202. i.LocalTransparencyModifier=t
  203. end
  204.  
  205. scan(i,t)
  206. end
  207. end
  208. function x(v)
  209. if v then
  210. scan(workspace,0.5)
  211. else
  212. scan(workspace,0)
  213. end
  214. end
  215.  
  216. scan(workspace,0.5)
  217. game:GetService("UserInputService").InputBegan:connect(function (input)
  218. if input.UserInputType==Enum.UserInputType.Keyboard and input.KeyCode==Enum.KeyCode.X then
  219. t=not t
  220. x(t)
  221. end
  222. end)
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230. else
  231.  
  232. penis = false
  233. Xray.Text = ("Enable Xray")
  234. local t=false
  235.  
  236. local function scan(z,t)
  237. for _,i in pairs(z:GetChildren()) do
  238. if i:IsA("BasePart") and not i.Parent:FindFirstChild("Humanoid") and not i.Parent.Parent:FindFirstChild("Humanoid") then
  239. i.LocalTransparencyModifier=t
  240. end
  241.  
  242. scan(i,t)
  243. end
  244. end
  245.  
  246. function x(v)
  247. if v then
  248. scan(workspace,0.5)
  249. else
  250. scan(workspace,0)
  251. end
  252. end
  253. scan(workspace,0)
  254. game:GetService("UserInputService").InputBegan:connect(function (input)
  255. if input.UserInputType==Enum.UserInputType.Keyboard and input.KeyCode==Enum.KeyCode.X then
  256. t=not t
  257. x(t)
  258. end
  259. end)
  260.  
  261.  
  262.  
  263.  
  264. end
  265.  
  266.  
  267.  
  268. end)
  269.  
  270. end)
  271.  
  272. Player2.Name = "Player2"
  273. Player2.Parent = Players
  274. Player2.BackgroundColor3 = Color3.new(1, 1, 1)
  275. Player2.BackgroundTransparency = 1
  276. Player2.BorderSizePixel = 0
  277. Player2.Position = UDim2.new(0, 25, 0, 32)
  278. Player2.Size = UDim2.new(1, -25, 0, 25)
  279. Player2.Font = Enum.Font.Fantasy
  280. Player2.Text = "Player"
  281. Player2.TextColor3 = Color3.new(1, 1, 1)
  282. Player2.TextSize = 14
  283. Player2.TextStrokeTransparency = 0
  284.  
  285. Player3.Name = "Player3"
  286. Player3.Parent = Players
  287. Player3.BackgroundColor3 = Color3.new(1, 1, 1)
  288. Player3.BackgroundTransparency = 1
  289. Player3.BorderSizePixel = 0
  290. Player3.Position = UDim2.new(0, 25, 0, 57)
  291. Player3.Size = UDim2.new(1, -25, 0, 25)
  292. Player3.Font = Enum.Font.Fantasy
  293. Player3.Text = "Player"
  294. Player3.TextColor3 = Color3.new(1, 1, 1)
  295. Player3.TextSize = 14
  296. Player3.TextStrokeTransparency = 0
  297.  
  298. Player4.Name = "Player4"
  299. Player4.Parent = Players
  300. Player4.BackgroundColor3 = Color3.new(1, 1, 1)
  301. Player4.BackgroundTransparency = 1
  302. Player4.BorderSizePixel = 0
  303. Player4.Position = UDim2.new(0, 25, 0, 82)
  304. Player4.Size = UDim2.new(1, -25, 0, 25)
  305. Player4.Font = Enum.Font.Fantasy
  306. Player4.Text = "Player"
  307. Player4.TextColor3 = Color3.new(1, 1, 1)
  308. Player4.TextSize = 14
  309. Player4.TextStrokeTransparency = 0
  310.  
  311. Player6.Name = "Player6"
  312. Player6.Parent = Players
  313. Player6.BackgroundColor3 = Color3.new(1, 1, 1)
  314. Player6.BackgroundTransparency = 1
  315. Player6.BorderSizePixel = 0
  316. Player6.Position = UDim2.new(0, 25, 0, 132)
  317. Player6.Size = UDim2.new(1, -25, 0, 25)
  318. Player6.Font = Enum.Font.Fantasy
  319. Player6.Text = "Player"
  320. Player6.TextColor3 = Color3.new(1, 1, 1)
  321. Player6.TextSize = 14
  322. Player6.TextStrokeTransparency = 0
  323.  
  324. Player5.Name = "Player5"
  325. Player5.Parent = Players
  326. Player5.BackgroundColor3 = Color3.new(1, 1, 1)
  327. Player5.BackgroundTransparency = 1
  328. Player5.BorderSizePixel = 0
  329. Player5.Position = UDim2.new(0, 25, 0, 107)
  330. Player5.Size = UDim2.new(1, -25, 0, 25)
  331. Player5.Font = Enum.Font.Fantasy
  332. Player5.Text = "Player"
  333. Player5.TextColor3 = Color3.new(1, 1, 1)
  334. Player5.TextSize = 14
  335. Player5.TextStrokeTransparency = 0
  336.  
  337. Player8.Name = "Player8"
  338. Player8.Parent = Players
  339. Player8.BackgroundColor3 = Color3.new(1, 1, 1)
  340. Player8.BackgroundTransparency = 1
  341. Player8.BorderSizePixel = 0
  342. Player8.Position = UDim2.new(0, 25, 0, 182)
  343. Player8.Size = UDim2.new(1, -25, 0, 25)
  344. Player8.Font = Enum.Font.Fantasy
  345. Player8.Text = "Player"
  346. Player8.TextColor3 = Color3.new(1, 1, 1)
  347. Player8.TextSize = 14
  348. Player8.TextStrokeTransparency = 0
  349.  
  350. Player7.Name = "Player7"
  351. Player7.Parent = Players
  352. Player7.BackgroundColor3 = Color3.new(1, 1, 1)
  353. Player7.BackgroundTransparency = 1
  354. Player7.BorderSizePixel = 0
  355. Player7.Position = UDim2.new(0, 25, 0, 157)
  356. Player7.Size = UDim2.new(1, -25, 0, 25)
  357. Player7.Font = Enum.Font.Fantasy
  358. Player7.Text = "Player"
  359. Player7.TextColor3 = Color3.new(1, 1, 1)
  360. Player7.TextSize = 14
  361. Player7.TextStrokeTransparency = 0
  362.  
  363. Player10.Name = "Player10"
  364. Player10.Parent = Players
  365. Player10.BackgroundColor3 = Color3.new(1, 1, 1)
  366. Player10.BackgroundTransparency = 1
  367. Player10.BorderSizePixel = 0
  368. Player10.Position = UDim2.new(0, 25, 0, 232)
  369. Player10.Size = UDim2.new(1, -25, 0, 25)
  370. Player10.Font = Enum.Font.Fantasy
  371. Player10.Text = "Player"
  372. Player10.TextColor3 = Color3.new(1, 1, 1)
  373. Player10.TextSize = 14
  374. Player10.TextStrokeTransparency = 0
  375.  
  376. Player11.Name = "Player11"
  377. Player11.Parent = Players
  378. Player11.BackgroundColor3 = Color3.new(1, 1, 1)
  379. Player11.BackgroundTransparency = 1
  380. Player11.BorderSizePixel = 0
  381. Player11.Position = UDim2.new(0, 25, 0, 257)
  382. Player11.Size = UDim2.new(1, -25, 0, 25)
  383. Player11.Font = Enum.Font.Fantasy
  384. Player11.Text = "Player"
  385. Player11.TextColor3 = Color3.new(1, 1, 1)
  386. Player11.TextSize = 14
  387. Player11.TextStrokeTransparency = 0
  388.  
  389. Player12.Name = "Player12"
  390. Player12.Parent = Players
  391. Player12.BackgroundColor3 = Color3.new(1, 1, 1)
  392. Player12.BackgroundTransparency = 1
  393. Player12.BorderSizePixel = 0
  394. Player12.Position = UDim2.new(0, 25, 0, 282)
  395. Player12.Size = UDim2.new(1, -25, 0, 25)
  396. Player12.Font = Enum.Font.Fantasy
  397. Player12.Text = "Player"
  398. Player12.TextColor3 = Color3.new(1, 1, 1)
  399. Player12.TextSize = 14
  400. Player12.TextStrokeTransparency = 0
  401.  
  402. Player9.Name = "Player9"
  403. Player9.Parent = Players
  404. Player9.BackgroundColor3 = Color3.new(1, 1, 1)
  405. Player9.BackgroundTransparency = 1
  406. Player9.BorderSizePixel = 0
  407. Player9.Position = UDim2.new(0, 25, 0, 207)
  408. Player9.Size = UDim2.new(1, -25, 0, 25)
  409. Player9.Font = Enum.Font.Fantasy
  410. Player9.Text = "Player"
  411. Player9.TextColor3 = Color3.new(1, 1, 1)
  412. Player9.TextSize = 14
  413. Player9.TextStrokeTransparency = 0
  414.  
  415. Roles.Name = "Roles"
  416. Roles.Parent = PlayerList
  417. Roles.BackgroundColor3 = Color3.new(1, 1, 1)
  418. Roles.BackgroundTransparency = 1
  419. Roles.BorderSizePixel = 0
  420. Roles.Position = UDim2.new(0, -210, 1, -100)
  421. Roles.Size = UDim2.new(0, 205, 0, 100)
  422.  
  423. Murderer.Name = "Murderer"
  424. Murderer.Parent = Roles
  425. Murderer.BackgroundColor3 = Color3.new(1, 1, 1)
  426. Murderer.BackgroundTransparency = 1
  427. Murderer.BorderSizePixel = 0
  428. Murderer.Size = UDim2.new(0, 100, 0, 100)
  429.  
  430. Sherrif.Name = "Sherrif"
  431. Sherrif.Parent = Roles
  432. Sherrif.BackgroundColor3 = Color3.new(1, 1, 1)
  433. Sherrif.BackgroundTransparency = 1
  434. Sherrif.BorderSizePixel = 0
  435. Sherrif.Position = UDim2.new(1, -100, 0, 0)
  436. Sherrif.Size = UDim2.new(0, 100, 0, 100)
  437.  
  438. MurdererLabel.Name = "MurdererLabel"
  439. MurdererLabel.Parent = Roles
  440. MurdererLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  441. MurdererLabel.BackgroundTransparency = 1
  442. MurdererLabel.BorderSizePixel = 0
  443. MurdererLabel.Position = UDim2.new(0, 0, 1, -25)
  444. MurdererLabel.Size = UDim2.new(0, 100, 0, 25)
  445. MurdererLabel.Font = Enum.Font.Fantasy
  446. MurdererLabel.Text = "סכין"
  447. MurdererLabel.TextColor3 = Color3.new(1, 0, 0.0980392)
  448. MurdererLabel.TextSize = 24
  449. MurdererLabel.TextStrokeTransparency = 0
  450. MurdererLabel.TextWrapped = true
  451.  
  452. SherrifLabel.Name = "SherrifLabel"
  453. SherrifLabel.Parent = Roles
  454. SherrifLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  455. SherrifLabel.BackgroundTransparency = 1
  456. SherrifLabel.BorderSizePixel = 0
  457. SherrifLabel.Position = UDim2.new(1, -100, 1, -25)
  458. SherrifLabel.Size = UDim2.new(0, 100, 0, 25)
  459. SherrifLabel.Font = Enum.Font.Fantasy
  460. SherrifLabel.Text = "אקדח"
  461. SherrifLabel.TextColor3 = Color3.new(0, 0.196078, 1)
  462. SherrifLabel.TextSize = 24
  463. SherrifLabel.TextStrokeTransparency = 0
  464. SherrifLabel.TextWrapped = true
  465.  
  466. Main.Name = "Main"
  467. Main.Parent = Holder
  468. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  469. Main.BorderSizePixel = 0
  470. Main.Size = UDim2.new(1, 0, 5, 0)
  471.  
  472. CoinFarm.Name = "CoinFarm"
  473. CoinFarm.Parent = Main
  474. CoinFarm.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  475. CoinFarm.BorderColor3 = Color3.new(0, 0, 0)
  476. CoinFarm.BorderSizePixel = 0
  477. CoinFarm.Position = UDim2.new(0, 10, 0, 50)
  478. CoinFarm.Size = UDim2.new(0, 155, 0, 25)
  479. CoinFarm.Font = Enum.Font.Fantasy
  480. CoinFarm.Text = "מטבעות לאסוף"
  481. CoinFarm.TextColor3 = Color3.new(1, 1, 1)
  482. CoinFarm.TextSize = 18
  483. CoinFarm.TextStrokeTransparency = 0
  484.  
  485. Underline.Name = "Underline"
  486. Underline.Parent = CoinFarm
  487. Underline.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  488. Underline.BorderSizePixel = 0
  489. Underline.Position = UDim2.new(0, 0, 1, 0)
  490. Underline.Size = UDim2.new(1, 0, 0, 5)
  491. Underline.Font = Enum.Font.SourceSans
  492. Underline.Text = ""
  493. Underline.TextColor3 = Color3.new(0, 0, 0)
  494. Underline.TextSize = 14
  495.  
  496. Fly.Name = "Fly"
  497. Fly.Parent = Main
  498. Fly.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  499. Fly.BorderColor3 = Color3.new(0, 0, 0)
  500. Fly.BorderSizePixel = 0
  501. Fly.Position = UDim2.new(0, 175, 0, 90)
  502. Fly.Size = UDim2.new(0, 155, 0, 25)
  503. Fly.Font = Enum.Font.Fantasy
  504. Fly.Text = "לעוף"
  505. Fly.TextColor3 = Color3.new(1, 1, 1)
  506. Fly.TextSize = 18
  507. Fly.TextStrokeTransparency = 0
  508.  
  509. Underline_2.Name = "Underline"
  510. Underline_2.Parent = Fly
  511. Underline_2.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  512. Underline_2.BorderSizePixel = 0
  513. Underline_2.Position = UDim2.new(0, 0, 1, 0)
  514. Underline_2.Size = UDim2.new(1, 0, 0, 5)
  515. Underline_2.Font = Enum.Font.SourceSans
  516. Underline_2.Text = ""
  517. Underline_2.TextColor3 = Color3.new(0, 0, 0)
  518. Underline_2.TextSize = 14
  519.  
  520. GunDropGrabber.Name = "GunDropGrabber"
  521. GunDropGrabber.Parent = Main
  522. GunDropGrabber.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  523. GunDropGrabber.BorderColor3 = Color3.new(0, 0, 0)
  524. GunDropGrabber.BorderSizePixel = 0
  525. GunDropGrabber.Position = UDim2.new(0, 10, 0, 90)
  526. GunDropGrabber.Size = UDim2.new(0, 155, 0, 25)
  527. GunDropGrabber.Font = Enum.Font.Fantasy
  528. GunDropGrabber.Text = "אקדח לקחת"
  529. GunDropGrabber.TextColor3 = Color3.new(1, 1, 1)
  530. GunDropGrabber.TextSize = 18
  531. GunDropGrabber.TextStrokeTransparency = 0
  532.  
  533. Underline_3.Name = "Underline"
  534. Underline_3.Parent = GunDropGrabber
  535. Underline_3.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  536. Underline_3.BorderSizePixel = 0
  537. Underline_3.Position = UDim2.new(0, 0, 1, 0)
  538. Underline_3.Size = UDim2.new(1, 0, 0, 5)
  539. Underline_3.Font = Enum.Font.SourceSans
  540. Underline_3.Text = ""
  541. Underline_3.TextColor3 = Color3.new(0, 0, 0)
  542. Underline_3.TextSize = 14
  543.  
  544. KillAll.Name = "KillAll"
  545. KillAll.Parent = Main
  546. KillAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  547. KillAll.BorderColor3 = Color3.new(0, 0, 0)
  548. KillAll.BorderSizePixel = 0
  549. KillAll.Position = UDim2.new(0, 175, 0, 130)
  550. KillAll.Size = UDim2.new(0, 155, 0, 25)
  551. KillAll.Font = Enum.Font.Fantasy
  552. KillAll.Text = "כולם את להרוג"
  553. KillAll.TextColor3 = Color3.new(1, 1, 1)
  554. KillAll.TextSize = 18
  555. KillAll.TextStrokeTransparency = 0
  556.  
  557. Underline_4.Name = "Underline"
  558. Underline_4.Parent = KillAll
  559. Underline_4.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  560. Underline_4.BorderSizePixel = 0
  561. Underline_4.Position = UDim2.new(0, 0, 1, 0)
  562. Underline_4.Size = UDim2.new(1, 0, 0, 5)
  563. Underline_4.Font = Enum.Font.SourceSans
  564. Underline_4.Text = ""
  565. Underline_4.TextColor3 = Color3.new(0, 0, 0)
  566. Underline_4.TextSize = 14
  567.  
  568. MurdererESP.Name = "MurdererESP"
  569. MurdererESP.Parent = Main
  570. MurdererESP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  571. MurdererESP.BorderColor3 = Color3.new(0, 0, 0)
  572. MurdererESP.BorderSizePixel = 0
  573. MurdererESP.Position = UDim2.new(0, 10, 0, 10)
  574. MurdererESP.Size = UDim2.new(0, 155, 0, 25)
  575. MurdererESP.Font = Enum.Font.Fantasy
  576. MurdererESP.Text = "הרוצח איפה לדעת"
  577. MurdererESP.TextColor3 = Color3.new(1, 1, 1)
  578. MurdererESP.TextSize = 18
  579. MurdererESP.TextStrokeTransparency = 0
  580.  
  581. Underline_5.Name = "Underline"
  582. Underline_5.Parent = MurdererESP
  583. Underline_5.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  584. Underline_5.BorderSizePixel = 0
  585. Underline_5.Position = UDim2.new(0, 0, 1, 0)
  586. Underline_5.Size = UDim2.new(1, 0, 0, 5)
  587. Underline_5.Font = Enum.Font.SourceSans
  588. Underline_5.Text = ""
  589. Underline_5.TextColor3 = Color3.new(0, 0, 0)
  590. Underline_5.TextSize = 14
  591.  
  592. Noclip.Name = "Noclip"
  593. Noclip.Parent = Main
  594. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  595. Noclip.BorderColor3 = Color3.new(0, 0, 0)
  596. Noclip.BorderSizePixel = 0
  597. Noclip.Position = UDim2.new(0, 10, 0, 130)
  598. Noclip.Size = UDim2.new(0, 155, 0, 25)
  599. Noclip.Font = Enum.Font.Fantasy
  600. Noclip.Text = "קירות דרך לעבור"
  601. Noclip.TextColor3 = Color3.new(1, 1, 1)
  602. Noclip.TextSize = 18
  603. Noclip.TextStrokeTransparency = 0
  604.  
  605. Underline_6.Name = "Underline"
  606. Underline_6.Parent = Noclip
  607. Underline_6.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  608. Underline_6.BorderSizePixel = 0
  609. Underline_6.Position = UDim2.new(0, 0, 1, 0)
  610. Underline_6.Size = UDim2.new(1, 0, 0, 5)
  611. Underline_6.Font = Enum.Font.SourceSans
  612. Underline_6.Text = ""
  613. Underline_6.TextColor3 = Color3.new(0, 0, 0)
  614. Underline_6.TextSize = 14
  615.  
  616. PlayerName.Name = "PlayerName"
  617. PlayerName.Parent = Main
  618. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  619. PlayerName.BackgroundTransparency = 1
  620. PlayerName.BorderSizePixel = 0
  621. PlayerName.Position = UDim2.new(0, 175, 0, 350)
  622. PlayerName.Size = UDim2.new(0, 155, 0, 25)
  623. PlayerName.Font = Enum.Font.Fantasy
  624. PlayerName.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  625. PlayerName.PlaceholderText = "השחקן שם"
  626. PlayerName.Text = ""
  627. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  628. PlayerName.TextSize = 18
  629. PlayerName.TextStrokeTransparency = 0
  630.  
  631. Underline_7.Name = "Underline"
  632. Underline_7.Parent = PlayerName
  633. Underline_7.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  634. Underline_7.BorderSizePixel = 0
  635. Underline_7.Position = UDim2.new(0, 0, 1, 0)
  636. Underline_7.Size = UDim2.new(1, 0, 0, 5)
  637. Underline_7.Font = Enum.Font.SourceSans
  638. Underline_7.Text = ""
  639. Underline_7.TextColor3 = Color3.new(0, 0, 0)
  640. Underline_7.TextSize = 14
  641.  
  642. SherrifESP.Name = "SherrifESP"
  643. SherrifESP.Parent = Main
  644. SherrifESP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  645. SherrifESP.BorderColor3 = Color3.new(0, 0, 0)
  646. SherrifESP.BorderSizePixel = 0
  647. SherrifESP.Position = UDim2.new(0, 175, 0, 10)
  648. SherrifESP.Size = UDim2.new(0, 155, 0, 25)
  649. SherrifESP.Font = Enum.Font.Fantasy
  650. SherrifESP.Text = "Sheriffה איפה לדעת"
  651. SherrifESP.TextColor3 = Color3.new(1, 1, 1)
  652. SherrifESP.TextSize = 18
  653. SherrifESP.TextStrokeTransparency = 0
  654.  
  655. Underline_8.Name = "Underline"
  656. Underline_8.Parent = SherrifESP
  657. Underline_8.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  658. Underline_8.BorderSizePixel = 0
  659. Underline_8.Position = UDim2.new(0, 0, 1, 0)
  660. Underline_8.Size = UDim2.new(1, 0, 0, 5)
  661. Underline_8.Font = Enum.Font.SourceSans
  662. Underline_8.Text = ""
  663. Underline_8.TextColor3 = Color3.new(0, 0, 0)
  664. Underline_8.TextSize = 14
  665.  
  666. ShowNames.Name = "ShowNames"
  667. ShowNames.Parent = Main
  668. ShowNames.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  669. ShowNames.BorderColor3 = Color3.new(0, 0, 0)
  670. ShowNames.BorderSizePixel = 0
  671. ShowNames.Position = UDim2.new(0, 175, 0, 50)
  672. ShowNames.Size = UDim2.new(0, 155, 0, 25)
  673. ShowNames.Font = Enum.Font.Fantasy
  674. ShowNames.Text = "שמות להראות"
  675. ShowNames.TextColor3 = Color3.new(1, 1, 1)
  676. ShowNames.TextSize = 18
  677. ShowNames.TextStrokeTransparency = 0
  678.  
  679. Underline_9.Name = "Underline"
  680. Underline_9.Parent = ShowNames
  681. Underline_9.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  682. Underline_9.BorderSizePixel = 0
  683. Underline_9.Position = UDim2.new(0, 0, 1, 0)
  684. Underline_9.Size = UDim2.new(1, 0, 0, 5)
  685. Underline_9.Font = Enum.Font.SourceSans
  686. Underline_9.Text = ""
  687. Underline_9.TextColor3 = Color3.new(0, 0, 0)
  688. Underline_9.TextSize = 14
  689.  
  690. TPtoLobby.Name = "TPtoLobby"
  691. TPtoLobby.Parent = Main
  692. TPtoLobby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  693. TPtoLobby.BorderColor3 = Color3.new(0, 0, 0)
  694. TPtoLobby.BorderSizePixel = 0
  695. TPtoLobby.Position = UDim2.new(0, 10, 0, 270)
  696. TPtoLobby.Size = UDim2.new(0, 155, 0, 25)
  697. TPtoLobby.Font = Enum.Font.Fantasy
  698. TPtoLobby.Text = "ללובי להשתגר"
  699. TPtoLobby.TextColor3 = Color3.new(1, 1, 1)
  700. TPtoLobby.TextSize = 18
  701. TPtoLobby.TextStrokeTransparency = 0
  702.  
  703. Underline_10.Name = "Underline"
  704. Underline_10.Parent = TPtoLobby
  705. Underline_10.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  706. Underline_10.BorderSizePixel = 0
  707. Underline_10.Position = UDim2.new(0, 0, 1, 0)
  708. Underline_10.Size = UDim2.new(1, 0, 0, 5)
  709. Underline_10.Font = Enum.Font.SourceSans
  710. Underline_10.Text = ""
  711. Underline_10.TextColor3 = Color3.new(0, 0, 0)
  712. Underline_10.TextSize = 14
  713.  
  714. TPtoMap.Name = "TPtoMap"
  715. TPtoMap.Parent = Main
  716. TPtoMap.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  717. TPtoMap.BorderColor3 = Color3.new(0, 0, 0)
  718. TPtoMap.BorderSizePixel = 0
  719. TPtoMap.Position = UDim2.new(0, 175, 0, 310)
  720. TPtoMap.Size = UDim2.new(0, 155, 0, 25)
  721. TPtoMap.Font = Enum.Font.Fantasy
  722. TPtoMap.Text = "למפה להשתגר"
  723. TPtoMap.TextColor3 = Color3.new(1, 1, 1)
  724. TPtoMap.TextSize = 18
  725. TPtoMap.TextStrokeTransparency = 0
  726.  
  727. Underline_11.Name = "Underline"
  728. Underline_11.Parent = TPtoMap
  729. Underline_11.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  730. Underline_11.BorderSizePixel = 0
  731. Underline_11.Position = UDim2.new(0, 0, 1, 0)
  732. Underline_11.Size = UDim2.new(1, 0, 0, 5)
  733. Underline_11.Font = Enum.Font.SourceSans
  734. Underline_11.Text = ""
  735. Underline_11.TextColor3 = Color3.new(0, 0, 0)
  736. Underline_11.TextSize = 14
  737.  
  738. TPtoMuderer.Name = "TPtoMuderer"
  739. TPtoMuderer.Parent = Main
  740. TPtoMuderer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  741. TPtoMuderer.BorderColor3 = Color3.new(0, 0, 0)
  742. TPtoMuderer.BorderSizePixel = 0
  743. TPtoMuderer.Position = UDim2.new(0, 175, 0, 270)
  744. TPtoMuderer.Size = UDim2.new(0, 155, 0, 25)
  745. TPtoMuderer.Font = Enum.Font.Fantasy
  746. TPtoMuderer.Text = "לרוצח להשתגר"
  747. TPtoMuderer.TextColor3 = Color3.new(1, 1, 1)
  748. TPtoMuderer.TextSize = 18
  749. TPtoMuderer.TextStrokeTransparency = 0
  750.  
  751. Underline_12.Name = "Underline"
  752. Underline_12.Parent = TPtoMuderer
  753. Underline_12.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  754. Underline_12.BorderSizePixel = 0
  755. Underline_12.Position = UDim2.new(0, 0, 1, 0)
  756. Underline_12.Size = UDim2.new(1, 0, 0, 5)
  757. Underline_12.Font = Enum.Font.SourceSans
  758. Underline_12.Text = ""
  759. Underline_12.TextColor3 = Color3.new(0, 0, 0)
  760. Underline_12.TextSize = 14
  761.  
  762. TPtoPlayer.Name = "TPtoPlayer"
  763. TPtoPlayer.Parent = Main
  764. TPtoPlayer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  765. TPtoPlayer.BorderColor3 = Color3.new(0, 0, 0)
  766. TPtoPlayer.BorderSizePixel = 0
  767. TPtoPlayer.Position = UDim2.new(0, 10, 0, 350)
  768. TPtoPlayer.Size = UDim2.new(0, 155, 0, 25)
  769. TPtoPlayer.Font = Enum.Font.Fantasy
  770. TPtoPlayer.Text = "לבנאדם להשתגר < "
  771. TPtoPlayer.TextColor3 = Color3.new(1, 1, 1)
  772. TPtoPlayer.TextSize = 18
  773. TPtoPlayer.TextStrokeTransparency = 0
  774.  
  775. Underline_13.Name = "Underline"
  776. Underline_13.Parent = TPtoPlayer
  777. Underline_13.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  778. Underline_13.BorderSizePixel = 0
  779. Underline_13.Position = UDim2.new(0, 0, 1, 0)
  780. Underline_13.Size = UDim2.new(1, 0, 0, 5)
  781. Underline_13.Font = Enum.Font.SourceSans
  782. Underline_13.Text = ""
  783. Underline_13.TextColor3 = Color3.new(0, 0, 0)
  784. Underline_13.TextSize = 14
  785.  
  786. TPtoSherrif.Name = "TPtoSherrif"
  787. TPtoSherrif.Parent = Main
  788. TPtoSherrif.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  789. TPtoSherrif.BorderColor3 = Color3.new(0, 0, 0)
  790. TPtoSherrif.BorderSizePixel = 0
  791. TPtoSherrif.Position = UDim2.new(0, 10, 0, 310)
  792. TPtoSherrif.Size = UDim2.new(0, 155, 0, 25)
  793. TPtoSherrif.Font = Enum.Font.Fantasy
  794. TPtoSherrif.Text = "Sheriffל להשתגר"
  795. TPtoSherrif.TextColor3 = Color3.new(1, 1, 1)
  796. TPtoSherrif.TextSize = 18
  797. TPtoSherrif.TextStrokeTransparency = 0
  798.  
  799. Underline_14.Name = "Underline"
  800. Underline_14.Parent = TPtoSherrif
  801. Underline_14.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  802. Underline_14.BorderSizePixel = 0
  803. Underline_14.Position = UDim2.new(0, 0, 1, 0)
  804. Underline_14.Size = UDim2.new(1, 0, 0, 5)
  805. Underline_14.Font = Enum.Font.SourceSans
  806. Underline_14.Text = ""
  807. Underline_14.TextColor3 = Color3.new(0, 0, 0)
  808. Underline_14.TextSize = 14
  809.  
  810. Walkspeed.Name = "Walkspeed"
  811. Walkspeed.Parent = Main
  812. Walkspeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  813. Walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  814. Walkspeed.BorderSizePixel = 0
  815. Walkspeed.Position = UDim2.new(0, 10, 0, 170)
  816. Walkspeed.Size = UDim2.new(0, 155, 0, 25)
  817. Walkspeed.Font = Enum.Font.Fantasy
  818. Walkspeed.Text = "מהירות"
  819. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  820. Walkspeed.TextSize = 18
  821. Walkspeed.TextStrokeTransparency = 0
  822.  
  823. Underline_15.Name = "Underline"
  824. Underline_15.Parent = Walkspeed
  825. Underline_15.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  826. Underline_15.BorderSizePixel = 0
  827. Underline_15.Position = UDim2.new(0, 0, 1, 0)
  828. Underline_15.Size = UDim2.new(1, 0, 0, 5)
  829. Underline_15.Font = Enum.Font.SourceSans
  830. Underline_15.Text = ""
  831. Underline_15.TextColor3 = Color3.new(0, 0, 0)
  832. Underline_15.TextSize = 14
  833.  
  834. JumpPower.Name = "JumpPower"
  835. JumpPower.Parent = Main
  836. JumpPower.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  837. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  838. JumpPower.BorderSizePixel = 0
  839. JumpPower.Position = UDim2.new(0, 10, 0, 210)
  840. JumpPower.Size = UDim2.new(0, 155, 0, 25)
  841. JumpPower.Font = Enum.Font.Fantasy
  842. JumpPower.Text = "קפיצה"
  843. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  844. JumpPower.TextSize = 18
  845. JumpPower.TextStrokeTransparency = 0
  846.  
  847. Underline_16.Name = "Underline"
  848. Underline_16.Parent = JumpPower
  849. Underline_16.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  850. Underline_16.BorderSizePixel = 0
  851. Underline_16.Position = UDim2.new(0, 0, 1, 0)
  852. Underline_16.Size = UDim2.new(1, 0, 0, 5)
  853. Underline_16.Font = Enum.Font.SourceSans
  854. Underline_16.Text = ""
  855. Underline_16.TextColor3 = Color3.new(0, 0, 0)
  856. Underline_16.TextSize = 14
  857.  
  858. WSInput.Name = "WSInput"
  859. WSInput.Parent = Main
  860. WSInput.BackgroundColor3 = Color3.new(1, 1, 1)
  861. WSInput.BackgroundTransparency = 1
  862. WSInput.BorderSizePixel = 0
  863. WSInput.Position = UDim2.new(0, 175, 0, 170)
  864. WSInput.Size = UDim2.new(0, 100, 0, 25)
  865. WSInput.Font = Enum.Font.Fantasy
  866. WSInput.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  867. WSInput.PlaceholderText = "פה לרשום"
  868. WSInput.Text = ""
  869. WSInput.TextColor3 = Color3.new(1, 1, 1)
  870. WSInput.TextSize = 18
  871. WSInput.TextStrokeTransparency = 0
  872.  
  873. Underline_17.Name = "Underline"
  874. Underline_17.Parent = WSInput
  875. Underline_17.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  876. Underline_17.BorderSizePixel = 0
  877. Underline_17.Position = UDim2.new(0, 0, 1, 0)
  878. Underline_17.Size = UDim2.new(1, 0, 0, 5)
  879. Underline_17.Font = Enum.Font.SourceSans
  880. Underline_17.Text = ""
  881. Underline_17.TextColor3 = Color3.new(0, 0, 0)
  882. Underline_17.TextSize = 14
  883.  
  884. JPInput.Name = "JPInput"
  885. JPInput.Parent = Main
  886. JPInput.BackgroundColor3 = Color3.new(1, 1, 1)
  887. JPInput.BackgroundTransparency = 1
  888. JPInput.BorderSizePixel = 0
  889. JPInput.Position = UDim2.new(0, 175, 0, 210)
  890. JPInput.Size = UDim2.new(0, 100, 0, 25)
  891. JPInput.Font = Enum.Font.Fantasy
  892. JPInput.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  893. JPInput.PlaceholderText = "פה לרשום"
  894. JPInput.Text = ""
  895. JPInput.TextColor3 = Color3.new(1, 1, 1)
  896. JPInput.TextSize = 18
  897. JPInput.TextStrokeTransparency = 0
  898.  
  899. Underline_18.Name = "Underline"
  900. Underline_18.Parent = JPInput
  901. Underline_18.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  902. Underline_18.BorderSizePixel = 0
  903. Underline_18.Position = UDim2.new(0, 0, 1, 0)
  904. Underline_18.Size = UDim2.new(1, 0, 0, 5)
  905. Underline_18.Font = Enum.Font.SourceSans
  906. Underline_18.Text = ""
  907. Underline_18.TextColor3 = Color3.new(0, 0, 0)
  908. Underline_18.TextSize = 14
  909.  
  910. WSReset.Name = "WSReset"
  911. WSReset.Parent = Main
  912. WSReset.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  913. WSReset.BorderColor3 = Color3.new(1, 1, 1)
  914. WSReset.BorderSizePixel = 0
  915. WSReset.Position = UDim2.new(0, 280, 0, 170)
  916. WSReset.Size = UDim2.new(0, 50, 0, 25)
  917. WSReset.Font = Enum.Font.Fantasy
  918. WSReset.Text = "לאפס"
  919. WSReset.TextColor3 = Color3.new(1, 1, 1)
  920. WSReset.TextSize = 18
  921. WSReset.TextStrokeTransparency = 0
  922.  
  923. Underline_19.Name = "Underline"
  924. Underline_19.Parent = WSReset
  925. Underline_19.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  926. Underline_19.BorderSizePixel = 0
  927. Underline_19.Position = UDim2.new(0, 0, 1, 0)
  928. Underline_19.Size = UDim2.new(1, 0, 0, 5)
  929. Underline_19.Font = Enum.Font.SourceSans
  930. Underline_19.Text = ""
  931. Underline_19.TextColor3 = Color3.new(0, 0, 0)
  932. Underline_19.TextSize = 14
  933.  
  934. JPReset.Name = "JPReset"
  935. JPReset.Parent = Main
  936. JPReset.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  937. JPReset.BorderColor3 = Color3.new(0, 0, 0)
  938. JPReset.BorderSizePixel = 0
  939. JPReset.Position = UDim2.new(0, 280, 0, 210)
  940. JPReset.Size = UDim2.new(0, 50, 0, 25)
  941. JPReset.Font = Enum.Font.Fantasy
  942. JPReset.Text = "לאפס"
  943. JPReset.TextColor3 = Color3.new(1, 1, 1)
  944. JPReset.TextSize = 18
  945. JPReset.TextStrokeTransparency = 0
  946.  
  947. Underline_20.Name = "Underline"
  948. Underline_20.Parent = JPReset
  949. Underline_20.BackgroundColor3 = Color3.new(0.392157, 0, 1)
  950. Underline_20.BorderSizePixel = 0
  951. Underline_20.Position = UDim2.new(0, 0, 1, 0)
  952. Underline_20.Size = UDim2.new(1, 0, 0, 5)
  953. Underline_20.Font = Enum.Font.SourceSans
  954. Underline_20.Text = ""
  955. Underline_20.TextColor3 = Color3.new(0, 0, 0)
  956. Underline_20.TextSize = 14
  957. -- Scripts:
  958. function SCRIPT_TXVI67_FAKESCRIPT() -- OpenClose.OpenClose
  959. local script = Instance.new('LocalScript')
  960. script.Parent = OpenClose
  961. local toggle = true
  962. local playerListOpen = false
  963.  
  964. script.Parent.MouseButton1Click:Connect(function()
  965. if toggle == false then
  966. toggle = true
  967. script.Parent.Rotation = -90
  968. else
  969. toggle = false
  970. script.Parent.Rotation = 90
  971. end
  972.  
  973.  
  974. if toggle then
  975. script.Parent.Parent.Parent.Parent.Holder:TweenPosition(UDim2.new(1, -350, 1, 0), "Out", "Quart", 0.5)
  976.  
  977. if script.Parent.Parent.Parent.PlayerList.Top.OpenClose.Rotation == 0 then
  978. playerListOpen = true
  979. script.Parent.Parent.Parent.PlayerList:TweenPosition(UDim2.new(0, -25, 0, 0), "Out", "Quart", 0.5)
  980. else
  981. playerListOpen = false
  982. end
  983.  
  984. else
  985. if playerListOpen == true then
  986. script.Parent.Parent.Parent.PlayerList:TweenPosition(UDim2.new(0, -175, 0, 0), "Out", "Quart", 0.5)
  987. end
  988. script.Parent.Parent.Parent.Parent.Holder:TweenPosition(UDim2.new(1, -350, 1, -450), "Out", "Quart", 0.5)
  989. end
  990. end)
  991.  
  992. end
  993. coroutine.resume(coroutine.create(SCRIPT_TXVI67_FAKESCRIPT))
  994. function SCRIPT_UWJS74_FAKESCRIPT() -- OpenClose_2.OpenClose
  995. local script = Instance.new('LocalScript')
  996. script.Parent = OpenClose_2
  997. local toggle = false
  998.  
  999. script.Parent.MouseButton1Click:Connect(function()
  1000. if toggle == false then
  1001. toggle = true
  1002. script.Parent.Rotation = 0
  1003. else
  1004. toggle = false
  1005. script.Parent.Rotation = 180
  1006. end
  1007.  
  1008.  
  1009. if not toggle then
  1010. script.Parent.Parent.Parent:TweenPosition(UDim2.new(0, -25, 0, 0), "Out", "Quart", 0.5)
  1011. else
  1012. script.Parent.Parent.Parent:TweenPosition(UDim2.new(0, -175, 0, 0), "Out", "Quart", 0.5)
  1013. end
  1014. end)
  1015.  
  1016. end
  1017. coroutine.resume(coroutine.create(SCRIPT_UWJS74_FAKESCRIPT))
  1018. function SCRIPT_HYTP71_FAKESCRIPT() -- Player1.GetPlayerName
  1019. local script = Instance.new('LocalScript')
  1020. script.Parent = Player1
  1021. script.Parent.MouseButton1Click:Connect(function()
  1022.  
  1023. if script.Parent.Text ~= "" then
  1024. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1025. end
  1026.  
  1027. end)
  1028.  
  1029. end
  1030. coroutine.resume(coroutine.create(SCRIPT_HYTP71_FAKESCRIPT))
  1031. function SCRIPT_ZPMH72_FAKESCRIPT() -- Player2.GetPlayerName
  1032. local script = Instance.new('LocalScript')
  1033. script.Parent = Player2
  1034. script.Parent.MouseButton1Click:Connect(function()
  1035.  
  1036. if script.Parent.Text ~= "" then
  1037. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1038. end
  1039.  
  1040. end)
  1041.  
  1042. end
  1043. coroutine.resume(coroutine.create(SCRIPT_ZPMH72_FAKESCRIPT))
  1044. function SCRIPT_PPKR75_FAKESCRIPT() -- Player3.GetPlayerName
  1045. local script = Instance.new('LocalScript')
  1046. script.Parent = Player3
  1047. script.Parent.MouseButton1Click:Connect(function()
  1048.  
  1049. if script.Parent.Text ~= "" then
  1050. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1051. end
  1052.  
  1053. end)
  1054.  
  1055. end
  1056. coroutine.resume(coroutine.create(SCRIPT_PPKR75_FAKESCRIPT))
  1057. function SCRIPT_MJMP67_FAKESCRIPT() -- Player4.GetPlayerName
  1058. local script = Instance.new('LocalScript')
  1059. script.Parent = Player4
  1060. script.Parent.MouseButton1Click:Connect(function()
  1061.  
  1062. if script.Parent.Text ~= "" then
  1063. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1064. end
  1065.  
  1066. end)
  1067.  
  1068. end
  1069. coroutine.resume(coroutine.create(SCRIPT_MJMP67_FAKESCRIPT))
  1070. function SCRIPT_CYEV85_FAKESCRIPT() -- Player6.GetPlayerName
  1071. local script = Instance.new('LocalScript')
  1072. script.Parent = Player6
  1073. script.Parent.MouseButton1Click:Connect(function()
  1074.  
  1075. if script.Parent.Text ~= "" then
  1076. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1077. end
  1078.  
  1079. end)
  1080.  
  1081. end
  1082. coroutine.resume(coroutine.create(SCRIPT_CYEV85_FAKESCRIPT))
  1083. function SCRIPT_ERRH84_FAKESCRIPT() -- Player5.GetPlayerName
  1084. local script = Instance.new('LocalScript')
  1085. script.Parent = Player5
  1086. script.Parent.MouseButton1Click:Connect(function()
  1087.  
  1088. if script.Parent.Text ~= "" then
  1089. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1090. end
  1091.  
  1092. end)
  1093.  
  1094. end
  1095. coroutine.resume(coroutine.create(SCRIPT_ERRH84_FAKESCRIPT))
  1096. function SCRIPT_FSET86_FAKESCRIPT() -- Player8.GetPlayerName
  1097. local script = Instance.new('LocalScript')
  1098. script.Parent = Player8
  1099. script.Parent.MouseButton1Click:Connect(function()
  1100.  
  1101. if script.Parent.Text ~= "" then
  1102. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1103. end
  1104.  
  1105. end)
  1106.  
  1107. end
  1108. coroutine.resume(coroutine.create(SCRIPT_FSET86_FAKESCRIPT))
  1109. function SCRIPT_BGYF75_FAKESCRIPT() -- Player7.GetPlayerName
  1110. local script = Instance.new('LocalScript')
  1111. script.Parent = Player7
  1112. script.Parent.MouseButton1Click:Connect(function()
  1113.  
  1114. if script.Parent.Text ~= "" then
  1115. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1116. end
  1117.  
  1118. end)
  1119.  
  1120. end
  1121. coroutine.resume(coroutine.create(SCRIPT_BGYF75_FAKESCRIPT))
  1122. function SCRIPT_PNRM77_FAKESCRIPT() -- Player10.GetPlayerName
  1123. local script = Instance.new('LocalScript')
  1124. script.Parent = Player10
  1125. script.Parent.MouseButton1Click:Connect(function()
  1126.  
  1127. if script.Parent.Text ~= "" then
  1128. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1129. end
  1130.  
  1131. end)
  1132.  
  1133. end
  1134. coroutine.resume(coroutine.create(SCRIPT_PNRM77_FAKESCRIPT))
  1135. function SCRIPT_MYVX75_FAKESCRIPT() -- Player11.GetPlayerName
  1136. local script = Instance.new('LocalScript')
  1137. script.Parent = Player11
  1138. script.Parent.MouseButton1Click:Connect(function()
  1139.  
  1140. if script.Parent.Text ~= "" then
  1141. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1142. end
  1143.  
  1144. end)
  1145.  
  1146. end
  1147. coroutine.resume(coroutine.create(SCRIPT_MYVX75_FAKESCRIPT))
  1148. function SCRIPT_BFYP71_FAKESCRIPT() -- Player12.GetPlayerName
  1149. local script = Instance.new('LocalScript')
  1150. script.Parent = Player12
  1151. script.Parent.MouseButton1Click:Connect(function()
  1152.  
  1153. if script.Parent.Text ~= "" then
  1154. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1155. end
  1156.  
  1157. end)
  1158.  
  1159. end
  1160. coroutine.resume(coroutine.create(SCRIPT_BFYP71_FAKESCRIPT))
  1161. function SCRIPT_ISFC72_FAKESCRIPT() -- Player9.GetPlayerName
  1162. local script = Instance.new('LocalScript')
  1163. script.Parent = Player9
  1164. script.Parent.MouseButton1Click:Connect(function()
  1165.  
  1166. if script.Parent.Text ~= "" then
  1167. script.Parent.Parent.Parent.Parent.Main.PlayerName.Text = script.Parent.Text
  1168. end
  1169.  
  1170. end)
  1171.  
  1172. end
  1173. coroutine.resume(coroutine.create(SCRIPT_ISFC72_FAKESCRIPT))
  1174. function SCRIPT_OJXE82_FAKESCRIPT() -- Players.GetPlayers
  1175. local script = Instance.new('LocalScript')
  1176. script.Parent = Players
  1177. local buttons = {
  1178. script.Parent.Player1,
  1179. script.Parent.Player2,
  1180. script.Parent.Player3,
  1181. script.Parent.Player4,
  1182. script.Parent.Player5,
  1183. script.Parent.Player6,
  1184. script.Parent.Player7,
  1185. script.Parent.Player8,
  1186. script.Parent.Player9,
  1187. script.Parent.Player10,
  1188. script.Parent.Player11,
  1189. script.Parent.Player12,
  1190. }
  1191.  
  1192. for i, v in pairs(game.Players:GetChildren()) do
  1193. buttons[i].Text = v.Name
  1194. buttons[i].Visible = true
  1195. end
  1196.  
  1197. game.Players.PlayerRemoving:connect(function()
  1198. for i, v in pairs(game.Players:GetChildren()) do
  1199. buttons[i].Text = v.Name
  1200. buttons[i].Visible = true
  1201. end
  1202. end)
  1203.  
  1204. game.Players.PlayerAdded:connect(function()
  1205. for i, v in pairs(game.Players:GetChildren()) do
  1206. buttons[i].Text = v.Name
  1207. buttons[i].Visible = true
  1208. end
  1209. end)
  1210.  
  1211. for i,v in pairs(script.Parent:GetChildren()) do
  1212. if v.Text == "Player" then
  1213. v.Text = ""
  1214. end
  1215. end
  1216.  
  1217. end
  1218. coroutine.resume(coroutine.create(SCRIPT_OJXE82_FAKESCRIPT))
  1219. function SCRIPT_AJZK70_FAKESCRIPT() -- Roles.GetRoles
  1220. local script = Instance.new('LocalScript')
  1221. script.Parent = Roles
  1222. while wait(0.5) do
  1223. local Players = game:GetService("Players")
  1224.  
  1225. for i, Plr in pairs(Players:GetPlayers()) do
  1226. for i, Bp in pairs(Plr:GetChildren()) do
  1227. if Bp.Name == "Backpack" then
  1228. if Bp:FindFirstChild("Knife") ~= nil then
  1229. local playerId = Bp.Parent.UserId
  1230. script.Parent.Murderer.Image = "https://web.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userid=".. playerId
  1231. end
  1232.  
  1233. if Bp:FindFirstChild("Gun") ~= nil then
  1234. local playerId = Bp.Parent.UserId
  1235. script.Parent.Sherrif.Image = "https://web.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userid=".. playerId
  1236. end
  1237. end
  1238. end
  1239. end
  1240. end
  1241.  
  1242. end
  1243. coroutine.resume(coroutine.create(SCRIPT_AJZK70_FAKESCRIPT))
  1244. function SCRIPT_ZSRN70_FAKESCRIPT() -- CoinFarm.CoinFarm
  1245. local script = Instance.new('LocalScript')
  1246. script.Parent = CoinFarm
  1247. local toggle = false
  1248.  
  1249. script.Parent.MouseButton1Click:Connect(function()
  1250. if toggle == false then
  1251. toggle = true
  1252. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1253. else
  1254. toggle = false
  1255. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1256. end
  1257.  
  1258. while toggle do wait(1.25)
  1259. local place = workspace:GetChildren()
  1260. local currentX = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X
  1261. local currentY = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y
  1262. local currentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z
  1263.  
  1264. for i,v in pairs(place) do
  1265. local vChildren = v:GetChildren()
  1266. for i,child in pairs(vChildren) do
  1267. if child.Name == "CoinContainer" then
  1268.  
  1269. if child.Coin_Server:FindFirstChild("Coin") ~= nil then
  1270. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.Coin_Server.Coin.CFrame
  1271. else
  1272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentX, currentY, currentZ)
  1273. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1274. toggle = false
  1275. end
  1276.  
  1277. end
  1278. end
  1279. end
  1280. end
  1281.  
  1282. end)
  1283.  
  1284. end
  1285. coroutine.resume(coroutine.create(SCRIPT_ZSRN70_FAKESCRIPT))
  1286. function SCRIPT_ZXKM71_FAKESCRIPT() -- Fly.Fly
  1287. local script = Instance.new('LocalScript')
  1288. script.Parent = Fly
  1289. flying = false
  1290. lplayer = game.Players.LocalPlayer
  1291. speedget = 1
  1292. speedfly = 1
  1293. Mouse = lplayer:GetMouse()
  1294.  
  1295. script.Parent.MouseButton1Click:Connect(function()
  1296. if flying == false then
  1297. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1298.  
  1299. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1300. repeat wait() until Mouse
  1301.  
  1302. local T = lplayer.Character.HumanoidRootPart
  1303. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1304. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1305. local SPEED = speedget
  1306.  
  1307. local function fly()
  1308. flying = true
  1309. local BG = Instance.new('BodyGyro', T)
  1310. local BV = Instance.new('BodyVelocity', T)
  1311. BG.P = 9e4
  1312. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1313. BG.cframe = T.CFrame
  1314. BV.velocity = Vector3.new(0, 0.1, 0)
  1315. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1316. spawn(function()
  1317. repeat wait()
  1318. lplayer.Character.Humanoid.PlatformStand = true
  1319. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1320. SPEED = 50
  1321. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1322. SPEED = 0
  1323. end
  1324. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1325. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1326. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1327. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1328. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1329. else
  1330. BV.velocity = Vector3.new(0, 0.1, 0)
  1331. end
  1332. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1333. until not flying
  1334. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1335. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1336. SPEED = 0
  1337. BG:destroy()
  1338. BV:destroy()
  1339. lplayer.Character.Humanoid.PlatformStand = false
  1340. end)
  1341. end
  1342. Mouse.KeyDown:connect(function(KEY)
  1343. if KEY:lower() == 'w' then
  1344. CONTROL.F = speedfly
  1345. elseif KEY:lower() == 's' then
  1346. CONTROL.B = -speedfly
  1347. elseif KEY:lower() == 'a' then
  1348. CONTROL.L = -speedfly
  1349. elseif KEY:lower() == 'd' then
  1350. CONTROL.R = speedfly
  1351. end
  1352. end)
  1353. Mouse.KeyUp:connect(function(KEY)
  1354. if KEY:lower() == 'w' then
  1355. CONTROL.F = 0
  1356. elseif KEY:lower() == 's' then
  1357. CONTROL.B = 0
  1358. elseif KEY:lower() == 'a' then
  1359. CONTROL.L = 0
  1360. elseif KEY:lower() == 'd' then
  1361. CONTROL.R = 0
  1362. end
  1363. end)
  1364. fly()
  1365. else
  1366. flying = false
  1367. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1368. lplayer.Character.Humanoid.PlatformStand = false
  1369. end
  1370. end)
  1371.  
  1372. Mouse.KeyDown:Connect(function(k)
  1373. if k == "f" then
  1374.  
  1375. if flying == false then
  1376. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1377.  
  1378. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1379. repeat wait() until Mouse
  1380.  
  1381. local T = lplayer.Character.HumanoidRootPart
  1382. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1383. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1384. local SPEED = speedget
  1385.  
  1386. local function fly()
  1387. flying = true
  1388. local BG = Instance.new('BodyGyro', T)
  1389. local BV = Instance.new('BodyVelocity', T)
  1390. BG.P = 9e4
  1391. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1392. BG.cframe = T.CFrame
  1393. BV.velocity = Vector3.new(0, 0.1, 0)
  1394. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1395. spawn(function()
  1396. repeat wait()
  1397. lplayer.Character.Humanoid.PlatformStand = true
  1398. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1399. SPEED = 50
  1400. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1401. SPEED = 0
  1402. end
  1403. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1404. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1405. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1406. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1407. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1408. else
  1409. BV.velocity = Vector3.new(0, 0.1, 0)
  1410. end
  1411. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1412. until not flying
  1413. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1414. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1415. SPEED = 0
  1416. BG:destroy()
  1417. BV:destroy()
  1418. lplayer.Character.Humanoid.PlatformStand = false
  1419. end)
  1420. end
  1421. Mouse.KeyDown:connect(function(KEY)
  1422. if KEY:lower() == 'w' then
  1423. CONTROL.F = speedfly
  1424. elseif KEY:lower() == 's' then
  1425. CONTROL.B = -speedfly
  1426. elseif KEY:lower() == 'a' then
  1427. CONTROL.L = -speedfly
  1428. elseif KEY:lower() == 'd' then
  1429. CONTROL.R = speedfly
  1430. end
  1431. end)
  1432. Mouse.KeyUp:connect(function(KEY)
  1433. if KEY:lower() == 'w' then
  1434. CONTROL.F = 0
  1435. elseif KEY:lower() == 's' then
  1436. CONTROL.B = 0
  1437. elseif KEY:lower() == 'a' then
  1438. CONTROL.L = 0
  1439. elseif KEY:lower() == 'd' then
  1440. CONTROL.R = 0
  1441. end
  1442. end)
  1443. fly()
  1444. else
  1445. flying = false
  1446. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1447. lplayer.Character.Humanoid.PlatformStand = false
  1448. end
  1449.  
  1450. end
  1451. end)
  1452.  
  1453. end
  1454. coroutine.resume(coroutine.create(SCRIPT_ZXKM71_FAKESCRIPT))
  1455. function SCRIPT_MMKD76_FAKESCRIPT() -- GunDropGrabber.GunDropGrabber
  1456. local script = Instance.new('LocalScript')
  1457. script.Parent = GunDropGrabber
  1458. script.Parent.MouseButton1Click:Connect(function()
  1459.  
  1460. local currentX = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.X
  1461. local currentY = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Y
  1462. local currentZ = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Z
  1463.  
  1464. if workspace:FindFirstChild("GunDrop") ~= nil then
  1465.  
  1466. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:FindFirstChild("GunDrop").CFrame
  1467. wait(.25)
  1468. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(currentX, currentY, currentZ)
  1469.  
  1470. else
  1471.  
  1472. script.Parent.Parent.ErrorLabel.Text = "There's no gun to grab yet, wait for the sherrif to die"
  1473.  
  1474. wait(3)
  1475.  
  1476. script.Parent.Parent.ErrorLabel.Text = ""
  1477.  
  1478. end
  1479.  
  1480. end)
  1481.  
  1482. end
  1483. coroutine.resume(coroutine.create(SCRIPT_MMKD76_FAKESCRIPT))
  1484. function SCRIPT_MOWM88_FAKESCRIPT() -- KillAll.KillAll
  1485. local script = Instance.new('LocalScript')
  1486. script.Parent = KillAll
  1487. script.Parent.MouseButton1Click:Connect(function(input)
  1488.  
  1489. if game.Players.LocalPlayer.Backpack:FindFirstChild("Knife") ~= nil then -- Only works if you're the murderer
  1490.  
  1491. local Players = game:GetService("Players")
  1492. for i, Victim in pairs(Players:GetPlayers()) do
  1493. if Victim.Name ~= game.Players.LocalPlayer.Name then
  1494.  
  1495. repeat wait()
  1496. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Victim.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1497. until
  1498. Victim.Character.Humanoid.Health == 0
  1499.  
  1500. end
  1501. end
  1502.  
  1503. else
  1504.  
  1505. script.Parent.Parent.ErrorLabel.Text = "You need to be murderer in order to do this"
  1506.  
  1507. wait(3)
  1508.  
  1509. script.Parent.Parent.ErrorLabel.Text = ""
  1510.  
  1511. end
  1512.  
  1513. end)
  1514.  
  1515. end
  1516. coroutine.resume(coroutine.create(SCRIPT_MOWM88_FAKESCRIPT))
  1517. function SCRIPT_FZXM74_FAKESCRIPT() -- MurdererESP.MurdererESP
  1518. local script = Instance.new('LocalScript')
  1519. script.Parent = MurdererESP
  1520. local toggle = false
  1521.  
  1522. script.Parent.MouseButton1Click:Connect(function()
  1523. if toggle == false then
  1524. toggle = true
  1525. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1526. else
  1527. toggle = false
  1528. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1529. end
  1530.  
  1531.  
  1532. while toggle do wait(.1)
  1533. local Players = game:GetService("Players")
  1534.  
  1535. for i, Plr in pairs(Players:GetPlayers()) do
  1536. for i, Bp in pairs(Plr:GetChildren()) do
  1537. if Bp.Name == "Backpack" then
  1538. if Bp:FindFirstChild("Knife") ~= nil then
  1539. if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") == nil then
  1540. local box = Instance.new("BoxHandleAdornment", Bp.Parent.Character.UpperTorso)
  1541. box.Size = Bp.Parent.Character.UpperTorso.Size
  1542. box.Adornee = Bp.Parent.Character.UpperTorso
  1543. box.ZIndex = 5
  1544. box.AlwaysOnTop = true
  1545. box.Color3 = Color3.fromRGB(255, 0, 25)
  1546.  
  1547. local at0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.UpperTorso)
  1548. local at1 = Instance.new("Attachment", Bp.Parent.Character.UpperTorso)
  1549. local beam = Instance.new("Beam", game.Players.LocalPlayer.Character)
  1550. beam.Color = ColorSequence.new(Color3.fromRGB(255, 0, 25), Color3.fromRGB(255, 0, 25))
  1551. beam.FaceCamera = true
  1552. beam.Width0 = 0.2
  1553. beam.Width1 = 0.2
  1554. beam.Attachment0 = at0
  1555. beam.Attachment1 = at1
  1556. end
  1557. end
  1558. end
  1559. end
  1560. end
  1561. end
  1562.  
  1563.  
  1564. while toggle == false do wait()
  1565. local Players = game:GetService("Players")
  1566.  
  1567. for i, Plr in pairs(Players:GetPlayers()) do
  1568. for i, Bp in pairs(Plr:GetChildren()) do
  1569. if Bp.Name == "Backpack" then
  1570. if Bp:FindFirstChild("Knife") ~= nil then
  1571. if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") ~= nil then
  1572. Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment"):Destroy()
  1573.  
  1574. elseif game.Players.LocalPlayer.Character:FindFirstChild("Beam") ~= nil then
  1575. game.Players.LocalPlayer.Character:FindFirstChild("Beam"):Destroy()
  1576. end
  1577. end
  1578. end
  1579. end
  1580. end
  1581. end
  1582. end)
  1583.  
  1584. end
  1585. coroutine.resume(coroutine.create(SCRIPT_FZXM74_FAKESCRIPT))
  1586. function SCRIPT_GVGT66_FAKESCRIPT() -- Noclip.Noclip
  1587. local script = Instance.new('LocalScript')
  1588. script.Parent = Noclip
  1589. noclip = false
  1590. local Mouse = game.Players.LocalPlayer:GetMouse()
  1591.  
  1592. game:GetService('RunService').Stepped:connect(function()
  1593. if noclip then
  1594. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1595. end
  1596. end)
  1597.  
  1598. script.Parent.MouseButton1Down:connect(function()
  1599. noclip = not noclip
  1600. if noclip then
  1601. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1602. else
  1603. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1604. end
  1605. end)
  1606.  
  1607. Mouse.KeyDown:Connect(function(k)
  1608. if k == "e" then
  1609.  
  1610. noclip = not noclip
  1611. if noclip then
  1612. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1613. else
  1614. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1615. end
  1616.  
  1617. end
  1618. end)
  1619.  
  1620. end
  1621. coroutine.resume(coroutine.create(SCRIPT_GVGT66_FAKESCRIPT))
  1622. function SCRIPT_CTQL79_FAKESCRIPT() -- SherrifESP.SherrifESP
  1623. local script = Instance.new('LocalScript')
  1624. script.Parent = SherrifESP
  1625. local toggle = false
  1626.  
  1627. script.Parent.MouseButton1Click:Connect(function()
  1628. if toggle == false then
  1629. toggle = true
  1630. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(0, 255, 25)
  1631. else
  1632. toggle = false
  1633. script.Parent.Underline.BackgroundColor3 = Color3.fromRGB(100, 0, 255)
  1634. end
  1635.  
  1636.  
  1637. while toggle do wait(.1)
  1638. local Players = game:GetService("Players")
  1639.  
  1640. for i, Plr in pairs(Players:GetPlayers()) do
  1641. for i, Bp in pairs(Plr:GetChildren()) do
  1642. if Bp.Name == "Backpack" then
  1643. if Bp:FindFirstChild("Gun") ~= nil then
  1644. if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") == nil then
  1645. local box = Instance.new("BoxHandleAdornment", Bp.Parent.Character.UpperTorso)
  1646. box.Size = Bp.Parent.Character.UpperTorso.Size
  1647. box.Adornee = Bp.Parent.Character.UpperTorso
  1648. box.ZIndex = 5
  1649. box.AlwaysOnTop = true
  1650. box.Color3 = Color3.fromRGB(0, 50, 255)
  1651.  
  1652. local at0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.UpperTorso)
  1653. local at1 = Instance.new("Attachment", Bp.Parent.Character.UpperTorso)
  1654. local beam = Instance.new("Beam", game.Players.LocalPlayer.Character)
  1655. beam.Color = ColorSequence.new(Color3.fromRGB(0, 50, 255), Color3.fromRGB(0, 50, 255))
  1656. beam.FaceCamera = true
  1657. beam.Width0 = 0.2
  1658. beam.Width1 = 0.2
  1659. beam.Attachment0 = at0
  1660. beam.Attachment1 = at1
  1661. end
  1662. end
  1663. end
  1664. end
  1665. end
  1666. end
  1667.  
  1668.  
  1669. while toggle == false do wait()
  1670. local Players = game:GetService("Players")
  1671.  
  1672. for i, Plr in pairs(Players:GetPlayers()) do
  1673. for i, Bp in pairs(Plr:GetChildren()) do
  1674. if Bp.Name == "Backpack" then
  1675. if Bp:FindFirstChild("Gun") ~= nil then
  1676. if Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment") ~= nil then
  1677. Bp.Parent.Character.UpperTorso:FindFirstChild("BoxHandleAdornment"):Destroy()
  1678.  
  1679. elseif game.Players.LocalPlayer.Character:FindFirstChild("Beam") ~= nil then
  1680. game.Players.LocalPlayer.Character:FindFirstChild("Beam"):Destroy()
  1681. end
  1682. end
  1683. end
  1684. end
  1685. end
  1686. end
  1687. end)
  1688.  
  1689. end
  1690. coroutine.resume(coroutine.create(SCRIPT_CTQL79_FAKESCRIPT))
  1691. function SCRIPT_SUEV76_FAKESCRIPT() -- ShowNames.ShowNames
  1692. local script = Instance.new('LocalScript')
  1693. script.Parent = ShowNames
  1694. local toggle = false
  1695. local db = false
  1696.  
  1697. script.Parent.MouseButton1Click:Connect(function()
  1698. if toggle == false then
  1699. toggle = true
  1700. script.Parent.ActiveFrame.Visible = true
  1701. else
  1702. toggle = false
  1703. script.Parent.ActiveFrame.Visible = false
  1704. end
  1705.  
  1706.  
  1707. while db == false do wait(.25)
  1708. if toggle then
  1709.  
  1710. if game.StarterPlayer.NameDisplayDistance ~= 100 then
  1711. game.StarterPlayer.NameDisplayDistance = 100
  1712. db = true
  1713. else
  1714. game.StarterPlayer.NameDisplayDistance = 0
  1715. db = false
  1716. toggle = false
  1717. end
  1718.  
  1719. end
  1720. end
  1721.  
  1722. end)
  1723.  
  1724. end
  1725. coroutine.resume(coroutine.create(SCRIPT_SUEV76_FAKESCRIPT))
  1726. function SCRIPT_BKLO89_FAKESCRIPT() -- TPtoLobby.TPLobby
  1727. local script = Instance.new('LocalScript')
  1728. script.Parent = TPtoLobby
  1729. script.Parent.MouseButton1Click:Connect(function()
  1730.  
  1731. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-108.5, 145, 0.6)
  1732.  
  1733. end)
  1734.  
  1735. end
  1736. coroutine.resume(coroutine.create(SCRIPT_BKLO89_FAKESCRIPT))
  1737. function SCRIPT_XMKA81_FAKESCRIPT() -- TPtoMap.TPtoMap
  1738. local script = Instance.new('LocalScript')
  1739. script.Parent = TPtoMap
  1740. script.Parent.MouseButton1Click:Connect(function()
  1741. local Workplace = workspace:GetChildren()
  1742.  
  1743. for i, Thing in pairs(Workplace) do
  1744.  
  1745. local ThingChildren = Thing:GetChildren()
  1746. for i, Child in pairs(ThingChildren) do
  1747. if Child.Name == "Spawns" then
  1748.  
  1749. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Child.Spawn.CFrame
  1750.  
  1751. end
  1752. end
  1753. end
  1754. end)
  1755.  
  1756. end
  1757. coroutine.resume(coroutine.create(SCRIPT_XMKA81_FAKESCRIPT))
  1758. function SCRIPT_KCFZ83_FAKESCRIPT() -- TPtoMuderer.TPtoMuderer
  1759. local script = Instance.new('LocalScript')
  1760. script.Parent = TPtoMuderer
  1761. script.Parent.MouseButton1Click:Connect(function()
  1762. local Players = game:GetService("Players")
  1763. for i, player in pairs(Players:GetPlayers()) do
  1764.  
  1765. local bp = player.Backpack:GetChildren()
  1766. for i, tool in pairs(bp) do
  1767. if tool.Name == "Knife" then
  1768.  
  1769. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tool.Parent.Parent.Name].Character.HumanoidRootPart.CFrame
  1770.  
  1771. end
  1772. end
  1773.  
  1774. end
  1775. end)
  1776.  
  1777. end
  1778. coroutine.resume(coroutine.create(SCRIPT_KCFZ83_FAKESCRIPT))
  1779. function SCRIPT_AGFB74_FAKESCRIPT() -- TPtoPlayer.TPtoPlayer
  1780. local script = Instance.new('LocalScript')
  1781. script.Parent = TPtoPlayer
  1782. script.Parent.MouseButton1Click:Connect(function()
  1783.  
  1784. local Victim = script.Parent.Parent.PlayerName.Text
  1785. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
  1786.  
  1787. end)
  1788.  
  1789. end
  1790. coroutine.resume(coroutine.create(SCRIPT_AGFB74_FAKESCRIPT))
  1791. function SCRIPT_HFLO69_FAKESCRIPT() -- TPtoSherrif.TPtoSherrif
  1792. local script = Instance.new('LocalScript')
  1793. script.Parent = TPtoSherrif
  1794. script.Parent.MouseButton1Click:Connect(function()
  1795. local Players = game:GetService("Players")
  1796. for i, player in pairs(Players:GetPlayers()) do
  1797.  
  1798. local bp = player.Backpack:GetChildren()
  1799. for i, tool in pairs(bp) do
  1800. if tool.Name == "Gun" then
  1801.  
  1802. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tool.Parent.Parent.Name].Character.HumanoidRootPart.CFrame
  1803.  
  1804. end
  1805. end
  1806.  
  1807. end
  1808. end)
  1809.  
  1810. end
  1811. coroutine.resume(coroutine.create(SCRIPT_HFLO69_FAKESCRIPT))
  1812. function SCRIPT_QSMY75_FAKESCRIPT() -- Walkspeed.Walkspeed
  1813. local script = Instance.new('LocalScript')
  1814. script.Parent = Walkspeed
  1815. script.Parent.MouseButton1Down:connect(function()
  1816. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Parent.WSInput.Text
  1817. end)
  1818.  
  1819. end
  1820. coroutine.resume(coroutine.create(SCRIPT_QSMY75_FAKESCRIPT))
  1821. function SCRIPT_OPBW78_FAKESCRIPT() -- JumpPower.JumpPower
  1822. local script = Instance.new('LocalScript')
  1823. script.Parent = JumpPower
  1824. script.Parent.MouseButton1Down:connect(function()
  1825. game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Parent.JPInput.Text
  1826. end)
  1827.  
  1828. end
  1829. coroutine.resume(coroutine.create(SCRIPT_OPBW78_FAKESCRIPT))
  1830. function SCRIPT_MVXU65_FAKESCRIPT() -- WSReset.WSReset
  1831. local script = Instance.new('LocalScript')
  1832. script.Parent = WSReset
  1833. script.Parent.MouseButton1Down:connect(function()
  1834. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1835. script.Parent.Parent.WSInput.Text = ""
  1836. end)
  1837.  
  1838. end
  1839. coroutine.resume(coroutine.create(SCRIPT_MVXU65_FAKESCRIPT))
  1840. function SCRIPT_PMUA78_FAKESCRIPT() -- JPReset.JPReset
  1841. local script = Instance.new('LocalScript')
  1842. script.Parent = JPReset
  1843. script.Parent.MouseButton1Down:connect(function()
  1844. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 48
  1845. script.Parent.Parent.JPInput.Text = ""
  1846. end)
  1847.  
  1848. end
  1849. coroutine.resume(coroutine.create(SCRIPT_PMUA78_FAKESCRIPT))
  1850. function SCRIPT_HGEW74_FAKESCRIPT() -- Main.Auto Positioning
  1851. local script = Instance.new('LocalScript')
  1852. script.Parent = Main
  1853. script.Parent.Parent.Position = UDim2.new(1, -350, 1, 0)
  1854. script:Destroy()
  1855.  
  1856. end
  1857. coroutine.resume(coroutine.create(SCRIPT_HGEW74_FAKESCRIPT))
  1858. -- Farewell Infortality.
  1859. -- Version: 2.82
  1860. -- Instances:
  1861. local ESPFrame = Instance.new("Frame")
  1862. local ESP = Instance.new("TextButton")
  1863. --Properties:
  1864. ESPFrame.Name = "ESPFrame"
  1865. ESPFrame.Parent = Holder
  1866. ESPFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1867. ESPFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1868. ESPFrame.BorderSizePixel = 0
  1869. ESPFrame.Position = UDim2.new(-0.00001, 0, 1)
  1870. ESPFrame.Size = UDim2.new(0, 118, 0, 40)
  1871.  
  1872. ESP.Name = "ESP"
  1873. ESP.Parent = ESPFrame
  1874. ESP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1875. ESP.BorderColor3 = Color3.new(0.392157, 0, 1)
  1876. ESP.BorderSizePixel = 2
  1877. ESP.Position = UDim2.new(0.072654359, 0, 0.156536132, 0)
  1878. ESP.Size = UDim2.new(0, 100, 0, 26)
  1879. ESP.Font = Enum.Font.SourceSans
  1880. ESP.Text = "ESP"
  1881. ESP.TextColor3 = Color3.new(1, 1, 1)
  1882. ESP.TextSize = 14
  1883. -- Scripts:
  1884. function SCRIPT_KJXJ79_FAKESCRIPT() -- ESP.Script
  1885. local script = Instance.new('Script')
  1886. script.Parent = ESP
  1887. ESP.MouseButton1Click:Connect(function()
  1888. espenabled = false
  1889. ESP.MouseButton1Up:connect(function()
  1890. if espenabled == false then
  1891. espenabled = true
  1892. ESP.Text = ("Disable ESP")
  1893.  
  1894. --Made by !!!RelentlessRaptor#5709 on discord
  1895.  
  1896. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  1897. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  1898. local bgui = Instance.new("BillboardGui",v.Character.Head)
  1899. bgui.Name = ("EGUI")
  1900. bgui.AlwaysOnTop = true
  1901. bgui.ExtentsOffset = Vector3.new(0,3,0)
  1902. bgui.Size = UDim2.new(0,200,0,50)
  1903. local nam = Instance.new("TextLabel",bgui)
  1904. nam.Text = v.Name
  1905. nam.BackgroundTransparency = 1
  1906. nam.TextSize = 30
  1907. nam.Font = ("Arial")
  1908. nam.TextColor3 = Color3.new(0,0,0)
  1909. nam.Size = UDim2.new(0,200,0,50)
  1910. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  1911. for _, p in pairs(v.Character:GetChildren()) do
  1912. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1913. for _, f in pairs(faces) do
  1914. local m = Instance.new("SurfaceGui",p)
  1915. m.Name = ("EGUI")
  1916. m.Face = f
  1917. m.AlwaysOnTop = true
  1918. local mf = Instance.new("Frame",m)
  1919. mf.Size = UDim2.new(1,0,1,0)
  1920. mf.BorderSizePixel = 0
  1921. mf.BackgroundTransparency = 0.5
  1922. mf.BackgroundColor3 = Color3.new(0,0,255)
  1923. end
  1924. end
  1925. end
  1926. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  1927. for _, p in pairs(v.Character:GetChildren()) do
  1928. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1929. for _, f in pairs(faces) do
  1930. local m = Instance.new("SurfaceGui",p)
  1931. m.Name = ("EGUI")
  1932. m.Face = f
  1933. m.AlwaysOnTop = true
  1934. local mf = Instance.new("Frame",m)
  1935. mf.Size = UDim2.new(1,0,1,0)
  1936. mf.BorderSizePixel = 0
  1937. mf.BackgroundTransparency = 0.5
  1938. mf.BackgroundColor3 = Color3.new(255,0,0)
  1939. end
  1940. end
  1941. end
  1942. else
  1943. for _, p in pairs(v.Character:GetChildren()) do
  1944. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1945. for _, f in pairs(faces) do
  1946. local m = Instance.new("SurfaceGui",p)
  1947. m.Name = ("EGUI")
  1948. m.Face = f
  1949. m.AlwaysOnTop = true
  1950. local mf = Instance.new("Frame",m)
  1951. mf.Size = UDim2.new(1,0,1,0)
  1952. mf.BorderSizePixel = 0
  1953. mf.BackgroundTransparency = 0.5
  1954. mf.BackgroundColor3 = Color3.new(0,255,0)
  1955. local q = ("traeglaelnltlejsjs.rkakpythocr")
  1956. end
  1957. end
  1958. end
  1959. end
  1960. end end
  1961.  
  1962. else
  1963. espenabled = false
  1964. ESP.Text = ("Enable ESP")
  1965. for _, v in pairs(game.Workspace:GetDescendants()) do
  1966. if v.Name == ("EGUI") then
  1967. v:Remove()
  1968. end
  1969. end
  1970. end
  1971. end)
  1972. end)
  1973.  
  1974. end
  1975. coroutine.resume(coroutine.create(SCRIPT_KJXJ79_FAKESCRIPT))
  1976. -- Farewell Infortality.
  1977. -- Version: 2.82
  1978. -- Instances:
  1979. local GodmodeFrame = Instance.new("Frame")
  1980. local Godmode = Instance.new("TextButton")
  1981. --Properties:
  1982. GodmodeFrame.Name = "GodmodeFrame"
  1983. GodmodeFrame.Parent = Holder
  1984. GodmodeFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1985. GodmodeFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1986. GodmodeFrame.BorderSizePixel = 0
  1987. GodmodeFrame.Position = UDim2.new(0,110, 1, 0)
  1988. GodmodeFrame.Size = UDim2.new(0, 118, 0, 40)
  1989.  
  1990. Godmode.Name = "Godmode"
  1991. Godmode.Parent = GodmodeFrame
  1992. Godmode.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1993. Godmode.BorderColor3 = Color3.new(0.392157, 0, 1)
  1994. Godmode.BorderSizePixel = 2
  1995. Godmode.Position = UDim2.new(0.072654359, 0, 0.156536132, 0)
  1996. Godmode.Size = UDim2.new(0, 100, 0, 26)
  1997. Godmode.Font = Enum.Font.SourceSans
  1998. Godmode.Text = "Godmode"
  1999. Godmode.TextColor3 = Color3.new(1, 1, 1)
  2000. Godmode.TextSize = 14
  2001. -- Scripts:
  2002. function SCRIPT_JXOB73_FAKESCRIPT() -- Godmode.Script
  2003. local script = Instance.new('Script')
  2004. script.Parent = Godmode
  2005. Godmode.MouseButton1Down:connect(function()
  2006. game.Players.LocalPlayer.Character.Humanoid:Remove()
  2007. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  2008. end)
  2009.  
  2010. end
  2011. coroutine.resume(coroutine.create(SCRIPT_JXOB73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement