Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.32 KB | None | 0 0
  1. -- Instances:
  2. local YOU = game.Players.LocalPlayer
  3. local FireSCG = Instance.new("ScreenGui")
  4. local FireFrame = Instance.new("Frame")
  5. local closebutt = Instance.new("TextButton")
  6. local minimize = Instance.new("TextButton")
  7. local commandbutt = Instance.new("TextButton")
  8. local PLAYERCOMMANDS = Instance.new("TextButton")
  9. local guinamelabel = Instance.new("TextLabel")
  10. local SELECTEDPLAYER = Instance.new("TextLabel")
  11. local commandsframe = Instance.new("Frame")
  12. local COMMANDS = Instance.new("ScrollingFrame")
  13. local killother = Instance.new("TextButton")
  14. local panelline = Instance.new("Frame")
  15. local tpall = Instance.new("TextButton")
  16. local panelline_2 = Instance.new("Frame")
  17. local tpcorpse = Instance.new("TextButton")
  18. local panelline_3 = Instance.new("Frame")
  19. local VEHICLENAME = Instance.new("TextBox")
  20. local panelline_4 = Instance.new("Frame")
  21. local VEHICLEAMT = Instance.new("TextBox")
  22. local panelline_5 = Instance.new("Frame")
  23. local FINDVEHICLES = Instance.new("TextButton")
  24. local panelline_6 = Instance.new("Frame")
  25. local SPAWNVEHICLE = Instance.new("TextButton")
  26. local panelline_7 = Instance.new("Frame")
  27. local VEHICLESPEED = Instance.new("TextButton")
  28. local panelline_8 = Instance.new("Frame")
  29. local HIGHLIGHT = Instance.new("TextButton")
  30. local panelline_9 = Instance.new("Frame")
  31. local panelline_10 = Instance.new("Frame")
  32. local aimbot = Instance.new("TextButton")
  33. local panelline_11 = Instance.new("Frame")
  34. local kickgroups = Instance.new("TextButton")
  35. local panelline_12 = Instance.new("Frame")
  36. local staminaunlim = Instance.new("TextButton")
  37. local panelline_13 = Instance.new("Frame")
  38. local unlimhunger = Instance.new("TextButton")
  39. local panelline_14 = Instance.new("Frame")
  40. local ulimthirst = Instance.new("TextButton")
  41. local panelline_15 = Instance.new("Frame")
  42. local norecoil = Instance.new("TextButton")
  43. local panelline_16 = Instance.new("Frame")
  44. local playerframe = Instance.new("Frame")
  45. local PLAYERLISTFRAME = Instance.new("ScrollingFrame")
  46. local PLAYERTEMPLATE = Instance.new("TextButton")
  47. local PLALINE = Instance.new("Frame")
  48. local Minimized = Instance.new("Frame")
  49. local makebig = Instance.new("TextButton")
  50. local closebutt2 = Instance.new("TextButton")
  51. local BODY = FireFrame
  52.  
  53. FireSCG.Parent = game.CoreGui
  54.  
  55. FireFrame.Name = "FireFrame"
  56. FireFrame.Parent = FireSCG
  57. FireFrame.Active = true
  58. FireFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  59. FireFrame.BorderSizePixel = 0
  60. FireFrame.Position = UDim2.new(0.655608237, 0, 0.493311048, 0)
  61. FireFrame.Size = UDim2.new(0, 201, 0, 193)
  62.  
  63. closebutt.Name = "closebutt"
  64. closebutt.Parent = FireFrame
  65. closebutt.BackgroundColor3 = Color3.new(1, 1, 1)
  66. closebutt.BackgroundTransparency = 1
  67. closebutt.BorderSizePixel = 0
  68. closebutt.Position = UDim2.new(0.905944228, 0, -0.00245200051, 0)
  69. closebutt.Size = UDim2.new(0, 18, 0, 18)
  70. closebutt.Font = Enum.Font.SourceSans
  71. closebutt.Text = "X"
  72. closebutt.TextColor3 = Color3.new(1, 0, 0)
  73. closebutt.TextSize = 30
  74.  
  75. minimize.Name = "minimize"
  76. minimize.Parent = FireFrame
  77. minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  78. minimize.BackgroundTransparency = 1
  79. minimize.BorderSizePixel = 0
  80. minimize.Position = UDim2.new(0.816392004, 0, 0, 0)
  81. minimize.Size = UDim2.new(0, 18, 0, 18)
  82. minimize.Font = Enum.Font.SourceSansBold
  83. minimize.Text = "-"
  84. minimize.TextColor3 = Color3.new(1, 1, 1)
  85. minimize.TextSize = 30
  86. minimize.TextWrapped = true
  87.  
  88. commandbutt.Name = "commandbutt"
  89. commandbutt.Parent = FireFrame
  90. commandbutt.BackgroundColor3 = Color3.new(1, 1, 1)
  91. commandbutt.BackgroundTransparency = 1
  92. commandbutt.BorderSizePixel = 0
  93. commandbutt.Position = UDim2.new(0.726839781, 0, -0.00245200051, 0)
  94. commandbutt.Size = UDim2.new(0, 18, 0, 18)
  95. commandbutt.Font = Enum.Font.SourceSansBold
  96. commandbutt.Text = "C"
  97. commandbutt.TextColor3 = Color3.new(1, 1, 1)
  98. commandbutt.TextSize = 20
  99.  
  100. PLAYERCOMMANDS.Name = "PLAYERCOMMANDS"
  101. PLAYERCOMMANDS.Parent = FireFrame
  102. PLAYERCOMMANDS.BackgroundColor3 = Color3.new(1, 1, 1)PLAYERCOMMANDS.BackgroundTransparency = 1
  103. PLAYERCOMMANDS.BorderSizePixel = 0
  104. PLAYERCOMMANDS.Position = UDim2.new(0.637287557, 0, -0.00245200051, 0)
  105. PLAYERCOMMANDS.Size = UDim2.new(0, 18, 0, 18)
  106. PLAYERCOMMANDS.Font = Enum.Font.SourceSansBold
  107. PLAYERCOMMANDS.Text = "P"
  108. PLAYERCOMMANDS.TextColor3 = Color3.new(1, 1, 1)
  109. PLAYERCOMMANDS.TextSize = 20
  110. PLAYERCOMMANDS.TextWrapped = true
  111.  
  112. guinamelabel.Name = "guinamelabel"
  113. guinamelabel.Parent = FireFrame
  114. guinamelabel.BackgroundColor3 = Color3.new(1, 1, 1)
  115. guinamelabel.BackgroundTransparency = 1
  116. guinamelabel.BorderSizePixel = 0
  117. guinamelabel.Position = UDim2.new(0.0002835989, 0, -0.0097771883, 0)
  118. guinamelabel.Size = UDim2.new(0, 128, 0, 18)
  119. guinamelabel.Font = Enum.Font.Antique
  120. guinamelabel.Text = "Fire G.U.I [1.0.0]"
  121. guinamelabel.TextColor3 = Color3.new(1, 1, 1)
  122. guinamelabel.TextSize = 28
  123. guinamelabel.TextWrapped = true
  124.  
  125. SELECTEDPLAYER.Name = "SELECTEDPLAYER"
  126. SELECTEDPLAYER.Parent = FireFrame
  127. SELECTEDPLAYER.BackgroundColor3 = Color3.new(1, 1, 1)
  128. SELECTEDPLAYER.BackgroundTransparency = 1
  129. SELECTEDPLAYER.BorderSizePixel = 0
  130. SELECTEDPLAYER.Position = UDim2.new(-0.00469150813, 0, 0.998444319, 0)
  131. SELECTEDPLAYER.Size = UDim2.new(0, 116, 0, 22)
  132. SELECTEDPLAYER.Font = Enum.Font.SourceSansItalic
  133. SELECTEDPLAYER.Text = "SELECTED PLAYER: ?"
  134. SELECTEDPLAYER.TextColor3 = Color3.new(1, 1, 1)
  135. SELECTEDPLAYER.TextScaled = true
  136. SELECTEDPLAYER.TextSize = 14
  137. SELECTEDPLAYER.TextWrapped = true
  138.  
  139. SELECTEDPLAYERVALUE = Instance.new("StringValue")
  140. SELECTEDPLAYERVALUE.Name = "SELECTEDPLAYERVALUE"
  141. SELECTEDPLAYERVALUE.Parent = SELECTEDPLAYER
  142.  
  143. playerframe.Name = "playerframe"
  144. playerframe.Parent = FireSCG
  145. playerframe.BackgroundColor3 = Color3.new(1, 1, 1)
  146. playerframe.BackgroundTransparency = 1
  147. playerframe.BorderSizePixel = 0
  148. playerframe.Position = UDim2.new(0.657000005, 0, 0.478260875, 0)
  149. playerframe.Size = UDim2.new(0, 201, 0, 172)
  150. playerframe.Visible = false
  151.  
  152. PLAYERLISTFRAME.Name = "PLAYERLISTFRAME"
  153. PLAYERLISTFRAME.Parent = playerframe
  154. PLAYERLISTFRAME.BackgroundColor3 = Color3.new(1, 1, 1)
  155. PLAYERLISTFRAME.BackgroundTransparency = 1
  156. PLAYERLISTFRAME.BorderSizePixel = 0
  157. PLAYERLISTFRAME.Size = UDim2.new(0, 200, 0, 172)
  158. PLAYERLISTFRAME.ScrollBarThickness = 2
  159.  
  160. PLAYERTEMPLATE.Name = "PLAYERTEMPLATE"
  161. PLAYERTEMPLATE.Parent = PLAYERLISTFRAME
  162. PLAYERTEMPLATE.BackgroundColor3 = Color3.new(1, 1, 1)
  163. PLAYERTEMPLATE.BackgroundTransparency = 1
  164. PLAYERTEMPLATE.BorderColor3 = Color3.new(0.494118, 0.772549, 0.968628)
  165. PLAYERTEMPLATE.BorderSizePixel = 0
  166. PLAYERTEMPLATE.Position = UDim2.new(0, 0, 0.0145348851, 0)
  167. PLAYERTEMPLATE.Size = UDim2.new(0, 200, 0, 15)
  168. PLAYERTEMPLATE.Font = Enum.Font.SourceSans
  169. PLAYERTEMPLATE.Text = "GetJiggyWithIt"
  170. PLAYERTEMPLATE.TextColor3 = Color3.new(1, 1, 1)
  171. PLAYERTEMPLATE.TextScaled = true
  172. PLAYERTEMPLATE.TextSize = 14
  173. PLAYERTEMPLATE.TextWrapped = true
  174.  
  175. Selected = Instance.new("BoolValue")
  176. Selected.Name = "Selected"
  177. Selected.Parent = PLAYERTEMPLATE
  178.  
  179. RealName = Instance.new("StringValue")
  180. RealName.Name = "RealName"
  181. RealName.Parent = PLAYERTEMPLATE
  182. RealName.Value = "GetJiggyWithIt"
  183.  
  184. PLALINE.Name = "PLALINE"
  185. PLALINE.Parent = PLAYERTEMPLATE
  186. PLALINE.BackgroundColor3 = Color3.new(1, 1, 1)
  187. PLALINE.BorderSizePixel = 0
  188. PLALINE.Position = UDim2.new(0.0350000001, 0, 1.20000005, 0)
  189. PLALINE.Size = UDim2.new(0, 187, 0, 1)
  190.  
  191. Minimized.Name = "Minimized"
  192. Minimized.Parent = FireSCG
  193. Minimized.Active = true
  194. Minimized.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  195. Minimized.BorderSizePixel = 0
  196. Minimized.Position = UDim2.new(0.657000005, 0, 0.442999989, 0)
  197. Minimized.Size = UDim2.new(0, 201, 0, 18)
  198. Minimized.Visible = false
  199.  
  200. makebig.Name = "makebig"
  201. makebig.Parent = Minimized
  202. makebig.BackgroundColor3 = Color3.new(1, 1, 1)
  203. makebig.BackgroundTransparency = 1
  204. makebig.BorderSizePixel = 0
  205. makebig.Position = UDim2.new(0.816392004, 0, 0, 0)
  206. makebig.Size = UDim2.new(0, 18, 0, 18)
  207. makebig.Font = Enum.Font.SourceSansBold
  208. makebig.Text = "+"
  209. makebig.TextColor3 = Color3.new(1, 1, 1)
  210. makebig.TextSize = 30
  211. makebig.TextWrapped = true
  212.  
  213. closebutt2.Name = "closebutt2"
  214. closebutt2.Parent = Minimized
  215. closebutt2.BackgroundColor3 = Color3.new(1, 1, 1)
  216. closebutt2.BackgroundTransparency = 1
  217. closebutt2.BorderSizePixel = 0
  218. closebutt2.Position = UDim2.new(0.905944228, 0, -0.00245200051, 0)
  219. closebutt2.Size = UDim2.new(0, 18, 0, 18)
  220. closebutt2.Font = Enum.Font.SourceSans
  221. closebutt2.Text = "X"
  222. closebutt2.TextColor3 = Color3.new(1, 0, 0)
  223. closebutt2.TextSize = 30
  224.  
  225. commandsframe.Name = "commandsframe"
  226. commandsframe.Parent = FireFrame
  227. commandsframe.BackgroundColor3 = Color3.new(1, 1, 1)
  228. commandsframe.BackgroundTransparency = 1
  229. commandsframe.BorderSizePixel = 0
  230. commandsframe.Position = UDim2.new(-0.001, 0,0.108, 0)
  231. commandsframe.Size = UDim2.new(0, 201, 0, 172)
  232.  
  233. COMMANDS.Name = "COMMANDS"
  234. COMMANDS.Parent = commandsframe
  235. COMMANDS.BackgroundColor3 = Color3.new(1, 1, 1)
  236. COMMANDS.BackgroundTransparency = 1
  237. COMMANDS.BorderSizePixel = 0
  238. COMMANDS.Size = UDim2.new(0, 200, 0, 172)
  239. COMMANDS.ScrollBarThickness = 1
  240. COMMANDS.CanvasSize = UDim2.new(0, 0, 6, 0)
  241.  
  242. killother.Name = "killother"
  243. killother.Parent = COMMANDS
  244. killother.BackgroundColor3 = Color3.new(1, 1, 1)
  245. killother.BackgroundTransparency = 1
  246. killother.BorderSizePixel = 0
  247. killother.Position = UDim2.new(0.25, 0,0.009, 0)
  248. killother.Size = UDim2.new(0, 100, 0, 32)
  249. killother.Font = Enum.Font.SourceSansBold
  250. killother.Text = "Kill Others"
  251. killother.TextColor3 = Color3.new(1, 1, 1)
  252. killother.TextScaled = true
  253. killother.TextSize = 14
  254. killother.TextWrapped = true
  255.  
  256. panelline.Name = "panelline"
  257. panelline.Parent = killother
  258. panelline.BackgroundColor3 = Color3.new(1, 1, 1)
  259. panelline.Position = UDim2.new(0, 0, 0.96875, 0)
  260. panelline.Size = UDim2.new(0, 100, 0, 1)
  261.  
  262. tpall.Name = "tpall"
  263. tpall.Parent = COMMANDS
  264. tpall.BackgroundColor3 = Color3.new(1, 1, 1)
  265. tpall.BackgroundTransparency = 1
  266. tpall.BorderSizePixel = 0
  267. tpall.Position = UDim2.new(0.25, 0,0.04, 0)
  268. tpall.Size = UDim2.new(0, 100, 0, 32)
  269. tpall.Font = Enum.Font.SourceSansBold
  270. tpall.Text = "Tp All"
  271. tpall.TextColor3 = Color3.new(1, 1, 1)
  272. tpall.TextScaled = true
  273. tpall.TextSize = 14
  274. tpall.TextWrapped = true
  275.  
  276. panelline_2.Name = "panelline"
  277. panelline_2.Parent = tpall
  278. panelline_2.BackgroundColor3 = Color3.new(1, 1, 1)
  279. panelline_2.Position = UDim2.new(0.170000002, 0, 0.96875, 0)
  280. panelline_2.Size = UDim2.new(0, 67, 0, 1)
  281.  
  282. tpcorpse.Name = "tpcorpse"
  283. tpcorpse.Parent = COMMANDS
  284. tpcorpse.BackgroundColor3 = Color3.new(1, 1, 1)
  285. tpcorpse.BackgroundTransparency = 1
  286. tpcorpse.BorderSizePixel = 0
  287. tpcorpse.Position = UDim2.new(0.25, 0,0.07, 0)
  288. tpcorpse.Size = UDim2.new(0, 100, 0, 32)
  289. tpcorpse.Font = Enum.Font.SourceSansBold
  290. tpcorpse.Text = "Tp Corpse"
  291. tpcorpse.TextColor3 = Color3.new(1, 1, 1)
  292. tpcorpse.TextScaled = true
  293. tpcorpse.TextSize = 14
  294. tpcorpse.TextWrapped = true
  295.  
  296. panelline_3.Name = "panelline"
  297. panelline_3.Parent = tpcorpse
  298. panelline_3.BackgroundColor3 = Color3.new(1, 1, 1)
  299. panelline_3.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  300. panelline_3.Size = UDim2.new(0, 102, 0, 1)
  301.  
  302. VEHICLENAME.Name = "VEHICLENAME"
  303. VEHICLENAME.Parent = COMMANDS
  304. VEHICLENAME.BackgroundColor3 = Color3.new(1, 1, 1)
  305. VEHICLENAME.BackgroundTransparency = 1
  306. VEHICLENAME.BorderSizePixel = 0
  307. VEHICLENAME.Position = UDim2.new(0.165, 0,0.1, 0)
  308. VEHICLENAME.Size = UDim2.new(0, 135, 0, 32)
  309. VEHICLENAME.Font = Enum.Font.SourceSansBold
  310. VEHICLENAME.Text = "Car Name"
  311. VEHICLENAME.TextColor3 = Color3.new(1, 1, 1)
  312. VEHICLENAME.TextScaled = true
  313. VEHICLENAME.TextSize = 14
  314. VEHICLENAME.TextWrapped = true
  315.  
  316. panelline_4.Name = "panelline"
  317. panelline_4.Parent = VEHICLENAME
  318. panelline_4.BackgroundColor3 = Color3.new(1, 1, 1)
  319. panelline_4.Position = UDim2.new(-0.165555358, 0, 0.9375, 0)
  320. panelline_4.Size = UDim2.new(0, 180, 0, 1)
  321.  
  322. VEHICLEAMT.Name = "VEHICLEAMT"
  323. VEHICLEAMT.Parent = COMMANDS
  324. VEHICLEAMT.BackgroundColor3 = Color3.new(1, 1, 1)
  325. VEHICLEAMT.BackgroundTransparency = 1
  326. VEHICLEAMT.BorderSizePixel = 0
  327. VEHICLEAMT.Position = UDim2.new(0.165, 0,0.131, 0)
  328. VEHICLEAMT.Size = UDim2.new(0, 135, 0, 32)
  329. VEHICLEAMT.Font = Enum.Font.SourceSansBold
  330. VEHICLEAMT.Text = "Car Speed"
  331. VEHICLEAMT.TextColor3 = Color3.new(1, 1, 1)
  332. VEHICLEAMT.TextScaled = true
  333. VEHICLEAMT.TextSize = 14
  334. VEHICLEAMT.TextWrapped = true
  335.  
  336. panelline_5.Name = "panelline"
  337. panelline_5.Parent = VEHICLEAMT
  338. panelline_5.BackgroundColor3 = Color3.new(1, 1, 1)
  339. panelline_5.Position = UDim2.new(-0.165555358, 0, 0.96875, 0)
  340. panelline_5.Size = UDim2.new(0, 180, 0, 1)
  341.  
  342. FINDVEHICLES.Name = "FINDVEHICLES"
  343. FINDVEHICLES.Parent = COMMANDS
  344. FINDVEHICLES.BackgroundColor3 = Color3.new(1, 1, 1)
  345. FINDVEHICLES.BackgroundTransparency = 1
  346. FINDVEHICLES.BorderSizePixel = 0
  347. FINDVEHICLES.Position = UDim2.new(0.07, 0,0.161, 0)
  348. FINDVEHICLES.Size = UDim2.new(0, 173, 0, 32)
  349. FINDVEHICLES.Font = Enum.Font.SourceSansBold
  350. FINDVEHICLES.Text = "Find Vehicles(Output)"
  351. FINDVEHICLES.TextColor3 = Color3.new(1, 1, 1)
  352. FINDVEHICLES.TextScaled = true
  353. FINDVEHICLES.TextSize = 14
  354. FINDVEHICLES.TextWrapped = true
  355.  
  356. panelline_6.Name = "panelline"
  357. panelline_6.Parent = FINDVEHICLES
  358. panelline_6.BackgroundColor3 = Color3.new(1, 1, 1)
  359. panelline_6.Position = UDim2.new(-0.0251443684, 0, 0.96875, 0)
  360. panelline_6.Size = UDim2.new(0, 180, 0, 1)
  361.  
  362. SPAWNVEHICLE.Name = "SPAWNVEHICLE"
  363. SPAWNVEHICLE.Parent = COMMANDS
  364. SPAWNVEHICLE.BackgroundColor3 = Color3.new(1, 1, 1)
  365. SPAWNVEHICLE.BackgroundTransparency = 1
  366. SPAWNVEHICLE.BorderSizePixel = 0
  367. SPAWNVEHICLE.Position = UDim2.new(0.25, 0,0.191, 0)
  368. SPAWNVEHICLE.Size = UDim2.new(0, 100, 0, 32)
  369. SPAWNVEHICLE.Font = Enum.Font.SourceSansBold
  370. SPAWNVEHICLE.Text = "Tp Vehicle"
  371. SPAWNVEHICLE.TextColor3 = Color3.new(1, 1, 1)
  372. SPAWNVEHICLE.TextScaled = true
  373. SPAWNVEHICLE.TextSize = 14
  374. SPAWNVEHICLE.TextWrapped = true
  375.  
  376. panelline_7.Name = "panelline"
  377. panelline_7.Parent = SPAWNVEHICLE
  378. panelline_7.BackgroundColor3 = Color3.new(1, 1, 1)
  379. panelline_7.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  380. panelline_7.Size = UDim2.new(0, 102, 0, 1)
  381.  
  382. VEHICLESPEED.Name = "VEHICLESPEED"
  383. VEHICLESPEED.Parent = COMMANDS
  384. VEHICLESPEED.BackgroundColor3 = Color3.new(1, 1, 1)
  385. VEHICLESPEED.BackgroundTransparency = 1
  386. VEHICLESPEED.BorderSizePixel = 0
  387. VEHICLESPEED.Position = UDim2.new(0.255, 0,0.222, 0)
  388. VEHICLESPEED.Size = UDim2.new(0, 100, 0, 32)
  389. VEHICLESPEED.Font = Enum.Font.SourceSansBold
  390. VEHICLESPEED.Text = "Speed Vehicle"
  391. VEHICLESPEED.TextColor3 = Color3.new(1, 1, 1)
  392. VEHICLESPEED.TextScaled = true
  393. VEHICLESPEED.TextSize = 14
  394. VEHICLESPEED.TextWrapped = true
  395. VEHICLESPEED.Active = false
  396.  
  397. panelline_8.Name = "panelline"
  398. panelline_8.Parent = VEHICLESPEED
  399. panelline_8.BackgroundColor3 = Color3.new(1, 1, 1)
  400. panelline_8.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  401. panelline_8.Size = UDim2.new(0, 102, 0, 1)
  402.  
  403. HIGHLIGHT.Name = "HIGHLIGHT"
  404. HIGHLIGHT.Parent = COMMANDS
  405. HIGHLIGHT.BackgroundColor3 = Color3.new(1, 1, 1)
  406. HIGHLIGHT.BackgroundTransparency = 1
  407. HIGHLIGHT.BorderSizePixel = 0
  408. HIGHLIGHT.Position = UDim2.new(0.245, 0,0.267, 0)
  409. HIGHLIGHT.Size = UDim2.new(0, 100, 0, 32)
  410. HIGHLIGHT.Font = Enum.Font.SourceSansBold
  411. HIGHLIGHT.Text = "Esp : Off"
  412. HIGHLIGHT.TextColor3 = Color3.new(1, 1, 1)
  413. HIGHLIGHT.TextScaled = true
  414. HIGHLIGHT.TextSize = 14
  415. HIGHLIGHT.TextWrapped = true
  416.  
  417. panelline_9.Name = "panelline"
  418. panelline_9.Parent = HIGHLIGHT
  419. panelline_9.BackgroundColor3 = Color3.new(1, 1, 1)
  420. panelline_9.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  421. panelline_9.Size = UDim2.new(0, 102, 0, 1)
  422.  
  423. panelline_10.Name = "panelline"
  424. panelline_10.Parent = COMMANDS
  425. panelline_10.BackgroundColor3 = Color3.new(1, 1, 1)
  426. panelline_10.Position = UDim2.new(0.0700000003, 0, 0.802325547, 0)
  427. panelline_10.Size = UDim2.new(0, 172, 0, 1)
  428.  
  429. aimbot.Name = "aimbot"
  430. aimbot.Parent = COMMANDS
  431. aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  432. aimbot.BackgroundTransparency = 1
  433. aimbot.BorderSizePixel = 0
  434. aimbot.Position = UDim2.new(0.249999985, 0, 0.299418449, 0)
  435. aimbot.Size = UDim2.new(0, 100, 0, 32)
  436. aimbot.Font = Enum.Font.SourceSansBold
  437. aimbot.Text = "Aimbot : Off"
  438. aimbot.TextColor3 = Color3.new(1, 1, 1)
  439. aimbot.TextScaled = true
  440. aimbot.TextSize = 14
  441. aimbot.TextWrapped = true
  442.  
  443. panelline_11.Name = "panelline"
  444. panelline_11.Parent = aimbot
  445. panelline_11.BackgroundColor3 = Color3.new(1, 1, 1)
  446. panelline_11.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  447. panelline_11.Size = UDim2.new(0, 102, 0, 1)
  448.  
  449. kickgroups.Name = "kickgroups"
  450. kickgroups.Parent = COMMANDS
  451. kickgroups.BackgroundColor3 = Color3.new(1, 1, 1)
  452. kickgroups.BackgroundTransparency = 1
  453. kickgroups.BorderSizePixel = 0
  454. kickgroups.Position = UDim2.new(0.249999985, 0, 0.329457223, 0)
  455. kickgroups.Size = UDim2.new(0, 100, 0, 32)
  456. kickgroups.Font = Enum.Font.SourceSansBold
  457. kickgroups.Text = "Kick All Groups"
  458. kickgroups.TextColor3 = Color3.new(1, 1, 1)
  459. kickgroups.TextScaled = true
  460. kickgroups.TextSize = 14
  461. kickgroups.TextWrapped = true
  462.  
  463. panelline_12.Name = "panelline"
  464. panelline_12.Parent = kickgroups
  465. panelline_12.BackgroundColor3 = Color3.new(1, 1, 1)
  466. panelline_12.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  467. panelline_12.Size = UDim2.new(0, 102, 0, 1)
  468.  
  469. staminaunlim.Name = "staminaunlim"
  470. staminaunlim.Parent = COMMANDS
  471. staminaunlim.BackgroundColor3 = Color3.new(1, 1, 1)
  472. staminaunlim.BackgroundTransparency = 1
  473. staminaunlim.BorderSizePixel = 0
  474. staminaunlim.Position = UDim2.new(0.254999995, 0, 0.359495968, 0)
  475. staminaunlim.Size = UDim2.new(0, 100, 0, 32)
  476. staminaunlim.Font = Enum.Font.SourceSansBold
  477. staminaunlim.Text = "Unlim Stamina"
  478. staminaunlim.TextColor3 = Color3.new(1, 1, 1)
  479. staminaunlim.TextScaled = true
  480. staminaunlim.TextSize = 14
  481. staminaunlim.TextWrapped = true
  482.  
  483. panelline_13.Name = "panelline"
  484. panelline_13.Parent = staminaunlim
  485. panelline_13.BackgroundColor3 = Color3.new(1, 1, 1)
  486. panelline_13.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  487. panelline_13.Size = UDim2.new(0, 102, 0, 1)
  488.  
  489. unlimhunger.Name = "unlimhunger"
  490. unlimhunger.Parent = COMMANDS
  491. unlimhunger.BackgroundColor3 = Color3.new(1, 1, 1)
  492. unlimhunger.BackgroundTransparency = 1
  493. unlimhunger.BorderSizePixel = 0
  494. unlimhunger.Position = UDim2.new(0.254999995, 0, 0.389534712, 0)
  495. unlimhunger.Size = UDim2.new(0, 100, 0, 32)
  496. unlimhunger.Font = Enum.Font.SourceSansBold
  497. unlimhunger.Text = "Unlim Hunger"
  498. unlimhunger.TextColor3 = Color3.new(1, 1, 1)
  499. unlimhunger.TextScaled = true
  500. unlimhunger.TextSize = 14
  501. unlimhunger.TextWrapped = true
  502.  
  503. panelline_14.Name = "panelline"
  504. panelline_14.Parent = unlimhunger
  505. panelline_14.BackgroundColor3 = Color3.new(1, 1, 1)
  506. panelline_14.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  507. panelline_14.Size = UDim2.new(0, 102, 0, 1)
  508.  
  509. ulimthirst.Name = "ulimthirst"
  510. ulimthirst.Parent = COMMANDS
  511. ulimthirst.BackgroundColor3 = Color3.new(1, 1, 1)
  512. ulimthirst.BackgroundTransparency = 1
  513. ulimthirst.BorderSizePixel = 0
  514. ulimthirst.Position = UDim2.new(0.24499999, 0, 0.419573486, 0)
  515. ulimthirst.Size = UDim2.new(0, 100, 0, 32)
  516. ulimthirst.Font = Enum.Font.SourceSansBold
  517. ulimthirst.Text = "Unlim Thirst"
  518. ulimthirst.TextColor3 = Color3.new(1, 1, 1)
  519. ulimthirst.TextScaled = true
  520. ulimthirst.TextSize = 14
  521. ulimthirst.TextWrapped = true
  522.  
  523. panelline_15.Name = "panelline"
  524. panelline_15.Parent = ulimthirst
  525. panelline_15.BackgroundColor3 = Color3.new(1, 1, 1)
  526. panelline_15.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  527. panelline_15.Size = UDim2.new(0, 102, 0, 1)
  528.  
  529. norecoil.Name = "norecoil"
  530. norecoil.Parent = COMMANDS
  531. norecoil.BackgroundColor3 = Color3.new(1, 1, 1)
  532. norecoil.BackgroundTransparency = 1
  533. norecoil.BorderSizePixel = 0
  534. norecoil.Position = UDim2.new(0.24499999, 0, 0.44961226, 0)
  535. norecoil.Size = UDim2.new(0, 100, 0, 32)
  536. norecoil.Font = Enum.Font.SourceSansBold
  537. norecoil.Text = "No Recoil"
  538. norecoil.TextColor3 = Color3.new(1, 1, 1)
  539. norecoil.TextScaled = true
  540. norecoil.TextSize = 14
  541. norecoil.TextWrapped = true
  542.  
  543. panelline_16.Name = "panelline"
  544. panelline_16.Parent = norecoil
  545. panelline_16.BackgroundColor3 = Color3.new(1, 1, 1)
  546. panelline_16.Position = UDim2.new(-0.0100000016, 0, 0.96875, 0)
  547. panelline_16.Size = UDim2.new(0, 102, 0, 1)
  548.  
  549. playerframe.Name = "playerframe"
  550. playerframe.Parent = FireSCG
  551. playerframe.BackgroundColor3 = Color3.new(1, 1, 1)
  552. playerframe.BackgroundTransparency = 1
  553. playerframe.BorderSizePixel = 0
  554. playerframe.Position = UDim2.new(0.657000005, 0, 0.478260875, 0)
  555. playerframe.Size = UDim2.new(0, 201, 0, 172)
  556. playerframe.Visible = false
  557.  
  558. PLAYERLISTFRAME.Name = "PLAYERLISTFRAME"
  559. PLAYERLISTFRAME.Parent = playerframe
  560. PLAYERLISTFRAME.BackgroundColor3 = Color3.new(1, 1, 1)
  561. PLAYERLISTFRAME.BackgroundTransparency = 1
  562. PLAYERLISTFRAME.BorderSizePixel = 0
  563. PLAYERLISTFRAME.Size = UDim2.new(0, 200, 0, 172)
  564. PLAYERLISTFRAME.ScrollBarThickness = 2
  565.  
  566. PLAYERTEMPLATE.Name = "PLAYERTEMPLATE"
  567. PLAYERTEMPLATE.Parent = PLAYERLISTFRAME
  568. PLAYERTEMPLATE.BackgroundColor3 = Color3.new(1, 1, 1)
  569. PLAYERTEMPLATE.BackgroundTransparency = 1
  570. PLAYERTEMPLATE.BorderColor3 = Color3.new(0.494118, 0.772549, 0.968628)
  571. PLAYERTEMPLATE.BorderSizePixel = 0
  572. PLAYERTEMPLATE.Position = UDim2.new(0, 0, 0.0145348851, 0)
  573. PLAYERTEMPLATE.Size = UDim2.new(0, 200, 0, 15)
  574. PLAYERTEMPLATE.Font = Enum.Font.SourceSans
  575. PLAYERTEMPLATE.Text = "GetJiggyWithIt"
  576. PLAYERTEMPLATE.TextColor3 = Color3.new(1, 1, 1)
  577. PLAYERTEMPLATE.TextScaled = true
  578. PLAYERTEMPLATE.TextSize = 14
  579. PLAYERTEMPLATE.TextWrapped = true
  580.  
  581. PLALINE.Name = "PLALINE"
  582. PLALINE.Parent = PLAYERTEMPLATE
  583. PLALINE.BackgroundColor3 = Color3.new(1, 1, 1)
  584. PLALINE.BorderSizePixel = 0
  585. PLALINE.Position = UDim2.new(0.0350000001, 0, 1.20000005, 0)
  586. PLALINE.Size = UDim2.new(0, 187, 0, 1)
  587.  
  588. Minimized.Name = "Minimized"
  589. Minimized.Parent = FireSCG
  590. Minimized.Active = true
  591. Minimized.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  592. Minimized.BorderSizePixel = 0
  593. Minimized.Position = UDim2.new(0.657000005, 0, 0.442999989, 0)
  594. Minimized.Size = UDim2.new(0, 201, 0, 18)
  595. Minimized.Visible = false
  596.  
  597. makebig.Name = "makebig"
  598. makebig.Parent = Minimized
  599. makebig.BackgroundColor3 = Color3.new(1, 1, 1)
  600. makebig.BackgroundTransparency = 1
  601. makebig.BorderSizePixel = 0
  602. makebig.Position = UDim2.new(0.816392004, 0, 0, 0)
  603. makebig.Size = UDim2.new(0, 18, 0, 18)
  604. makebig.Font = Enum.Font.SourceSansBold
  605. makebig.Text = "+"
  606. makebig.TextColor3 = Color3.new(1, 1, 1)
  607. makebig.TextSize = 30
  608. makebig.TextWrapped = true
  609.  
  610. -- Scripts:
  611.  
  612. PLAYERCOMMANDS.MouseButton1Down:connect(function()
  613. for i,v in ipairs(BODY:GetChildren()) do
  614. if v.Name ~= 'PLAYERLISTFRAME' then
  615. v:TweenPosition(UDim2.new(0,0,1,0), 'InOut', 'Quad', .35, true)
  616. else
  617. v:TweenPosition(UDim2.new(0,0,0,0), 'InOut', 'Quad', .50, true)
  618. end
  619. end
  620. --
  621. PLAYERLISTFRAME:ClearAllChildren()
  622. local PLAYERLISTNUM = 0
  623. PLAYERLISTFRAME.CanvasSize = UDim2.new(0,0,0,0)
  624. for i,v in pairs(game.Players:GetPlayers()) do
  625. PLAYERLISTNUM = PLAYERLISTNUM + 1
  626. local newTemplate = PLAYERTEMPLATE:Clone()
  627. newTemplate.Parent = PLAYERLISTFRAME
  628. newTemplate.Visible = true
  629. newTemplate.Name = v.Name
  630. newTemplate.Text = string.upper(v.Name)
  631. newTemplate.RealName.Value = v.Name
  632. newTemplate.Position = UDim2.new(0,0,0,20*PLAYERLISTNUM-20)
  633. PLAYERLISTFRAME.CanvasSize = UDim2.new(0,0,0,20*PLAYERLISTNUM)
  634. end
  635. for i,v in ipairs(PLAYERLISTFRAME:GetChildren()) do
  636. if v.ClassName == 'TextButton' then
  637. v.MouseButton1Down:connect(function()
  638. SELECTEDPLAYER.Text = 'SELECTED PLAYER: ' .. string.upper(v.Name)
  639. SELECTEDPLAYERVALUE.Value = v.RealName.Value
  640. --
  641. for i,v in ipairs(BODY:GetChildren()) do
  642. if v.Name ~= 'PLAYERCOMMANDS' then
  643. v:TweenPosition(UDim2.new(0,0,1,0), 'InOut', 'Quad', .35, true)
  644. else
  645. v:TweenPosition(UDim2.new(0,0,0,0), 'InOut', 'Quad', .50, true)
  646. end
  647. end
  648. end)
  649. end
  650. end
  651. end)
  652.  
  653. commandbutt.MouseButton1Down:connect(function()
  654. for i,v in ipairs(BODY:GetChildren()) do
  655. if v.Name ~= 'commandbutt' then
  656. v:TweenPosition(UDim2.new(0,0,1,0), 'InOut', 'Quad', .35, true)
  657. else
  658. v:TweenPosition(UDim2.new(0,0,0,0), 'InOut', 'Quad', .50, true)
  659. end
  660. end
  661. --
  662. SELECTEDPLAYER.Text = 'Selected Player: LocalPlayer'
  663. SELECTEDPLAYERVALUE.Value = YOU.Name
  664. end)
  665.  
  666. closebutt.MouseButton1Down:connect(function()
  667. BODY:TweenSize(UDim2.new(1,0,0,0), 'InOut', 'Quad', .75, true)
  668. wait(.80)
  669. FireSCG:Destroy()
  670. end)
  671.  
  672. closebutt2.MouseButton1Down:connect(function()
  673. BODY:TweenSize(UDim2.new(1,0,0,0), 'InOut', 'Quad', .75, true)
  674. wait(.80)
  675. FireSCG:Destroy()
  676. end)
  677.  
  678. -------------------------------------------------------------------------------------
  679.  
  680. FireFrame.Active = true
  681. FireFrame.Draggable = true
  682.  
  683. Minimized.Active = true
  684. Minimized.Draggable = true
  685.  
  686. minimize.MouseButton1Down:connect(function()
  687. FireFrame.Visible = false
  688. Minimized.Visible = true
  689. end)
  690.  
  691. makebig.MouseButton1Down:connect(function()
  692. Minimized.Visible = false
  693. FireFrame.Visible = true
  694. end)
  695.  
  696. SPAWNVEHICLE.MouseButton1Down:connect(function()
  697. for get, Car in pairs(workspace.Vehicles:GetChildren()) do
  698. if Car.Name == VEHICLENAME.Text then
  699. Car:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-20,20),0,math.random(-20,20)))
  700. end
  701. end
  702. end)
  703.  
  704. VEHICLESPEED.MouseButton1Down:connect(function()
  705. for i,v in ipairs(game.Workspace.Vehicles:GetChildren()) do
  706. local Car = game.Workspace.Vehicles[VEHICLENAME.Text]
  707. Car.Stats.MaxSpeed.Offroad.Value = VEHICLEAMT.Text
  708. Car.Stats.MaxSpeed.Value = VEHICLEAMT.Text
  709. end
  710. --
  711. while wait() do
  712. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  713. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  714. if v:findFirstChild("Stats") then
  715. v.Stats.Engine.Value = 100
  716. v.Stats.Tank.Value = 100
  717. v.Stats.Hull.Value = 100
  718. v.Stats.Armor.Value = 100
  719. v.Stats.Fuel.Value = 100
  720. end
  721. end
  722. end
  723. end
  724. end)
  725.  
  726. FINDVEHICLES.MouseButton1Down:connect(function()
  727. print('----------------- VEHICLES -----------------')
  728. for i,v in ipairs(game.Workspace.Vehicles:GetChildren()) do
  729. print(v.Name)
  730. end
  731. end)
  732.  
  733. ESP = false
  734. HIGHLIGHT.MouseButton1Down:connect(function()
  735. if ESP == false then -- forgot esp lol
  736. ESP = true
  737. HIGHLIGHT.Text = 'Esp : On'
  738. for get,nplayer in ipairs(game.Players:GetPlayers()) do
  739. if nplayer.Name == YOU.Name then
  740. else
  741. local BGUI = Instance.new('BillboardGui', workspace.CurrentCamera)
  742. BGUI.Name = 'GJWIBGUI'
  743. local BGUIFrame = Instance.new('Frame', BGUI)
  744. BGUIFrame.Name = 'BGUIFrame'
  745. local BGUIName = Instance.new('TextLabel', BGUIFrame)
  746. BGUIName.Name = 'BGUIName'
  747. BGUI.AlwaysOnTop = true
  748. BGUI.Enabled = true
  749. BGUI.Size = UDim2.new(0,200,0,30)
  750. BGUI.Adornee = nplayer.Character.Torso
  751. BGUIFrame.BackgroundTransparency = 1
  752. BGUIFrame.Size = UDim2.new(1,0,1,0)
  753. BGUIName.Size = UDim2.new(1,0,1,0)
  754. BGUIName.BackgroundTransparency = 1
  755. BGUIName.Text = nplayer.Name
  756. BGUIName.TextColor3 = Color3.new(85/255, 255/255, 0/255)
  757. BGUIName.TextStrokeTransparency = 0.8
  758. BGUIName.Font = 'ArialBold'
  759. BGUIName.FontSize = 'Size14'
  760. end
  761. end
  762. local nvGUI = Instance.new('ScreenGui', YOU.PlayerGui)
  763. nvGUI.Name = 'NightVision'
  764. local nvMAIN = Instance.new('TextLabel', nvGUI)
  765. nvMAIN.Name = 'MAIN'
  766. nvMAIN.BackgroundTransparency = 1
  767. for i,v in pairs(game.Players:GetChildren()) do
  768. if v and v.Character and not (v.Name == '' .. YOU.Name) then
  769. for i,v in pairs(v.Character:GetChildren()) do
  770. if v:IsA('BasePart') then
  771. local nvBox = Instance.new('SelectionBox', nvMAIN)
  772. nvBox.Adornee = v
  773. nvBox.Color = BrickColor.new('Lime green')
  774. end
  775. end
  776. end
  777. end
  778. elseif ESP == true then
  779. ESP = false
  780. HIGHLIGHT.Text = 'Esp : Off'
  781. for i,v in ipairs(game.Workspace.CurrentCamera:GetChildren()) do
  782. if v.Name == 'GJWIBGUI' then
  783. v:Destroy()
  784. end
  785. end
  786. for i,v in pairs(YOU.PlayerGui:GetChildren()) do
  787. if v.Name == 'NightVision' and v:IsA('ScreenGui') then
  788. v:Destroy()
  789. end
  790. end
  791. end
  792. end)
  793.  
  794. tpcorpse.MouseButton1Click:connect(function()
  795. for _, corpse in pairs(workspace:GetChildren()) do
  796. if corpse.Name == "Corpse" then
  797. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  798. end
  799. end
  800. end)
  801.  
  802. kickgroups.MouseButton1Click:connect(function()
  803. for _, v in pairs(game.Lighting.Groups:GetChildren()) do
  804. if v.Name ~= ("GlobalGroups") then
  805. for _, p in pairs(game.Players:GetPlayers()) do
  806. game.Workspace.Remote.GroupKick:FireServer(v,p)
  807. end
  808. end
  809. end
  810. end)
  811.  
  812. aimbot.MouseButton1Click:connect(function()
  813. ENABLED = false
  814. PLAYER = game.Players.LocalPlayer
  815. MOUSE = PLAYER:GetMouse()
  816. CC = game.Workspace.CurrentCamera
  817. _G.FREE_FOR_ALL = true
  818. _G.BIND = 50
  819. _G.AIM_AT = 'Head'
  820. local player = game.Players.LocalPlayer
  821. local track = false
  822.  
  823. function GetNearestPlayerToMouse()
  824. local PLAYERS = {}
  825. local PLAYER_HOLD = {}
  826. local DISTANCES = {}
  827. for i, v in pairs(game.Players:GetPlayers()) do
  828. if v ~= PLAYER then
  829. table.insert(PLAYERS, v)
  830. end
  831. end
  832. for i, v in pairs(PLAYERS) do
  833. if _G.FREE_FOR_ALL == false then
  834. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  835. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  836. if AIM ~= nil then
  837. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  838. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  839. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  840. local DIFF = math.floor((POS - AIM.Position).magnitude)
  841. PLAYER_HOLD[v.Name .. i] = {}
  842. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  843. PLAYER_HOLD[v.Name .. i].plr = v
  844. PLAYER_HOLD[v.Name .. i].diff = DIFF
  845. table.insert(DISTANCES, DIFF)
  846. end
  847. end
  848. elseif _G.FREE_FOR_ALL == true then
  849. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  850. if AIM ~= nil then
  851. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  852. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  853. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  854. local DIFF = math.floor((POS - AIM.Position).magnitude)
  855. PLAYER_HOLD[v.Name .. i] = {}
  856. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  857. PLAYER_HOLD[v.Name .. i].plr = v
  858. PLAYER_HOLD[v.Name .. i].diff = DIFF
  859. table.insert(DISTANCES, DIFF)
  860. end
  861. end
  862. end
  863.  
  864. if unpack(DISTANCES) == nil then
  865. return false
  866. end
  867.  
  868. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  869. if L_DISTANCE > 20 then
  870. return false
  871. end
  872.  
  873. for i, v in pairs(PLAYER_HOLD) do
  874. if v.diff == L_DISTANCE then
  875. return v.plr
  876. end
  877. end
  878. return false
  879. end
  880.  
  881. local TRACK = false
  882.  
  883.  
  884. MOUSE.KeyDown:connect(function(KEY)
  885. KEY = KEY:lower():byte()
  886. if KEY == _G.BIND then
  887. ENABLED = true
  888. end
  889. end)
  890. MOUSE.KeyUp:connect(function(KEY)
  891. KEY = KEY:lower():byte()
  892. if KEY == _G.BIND then
  893. ENABLED = false
  894. end
  895. end)
  896.  
  897. game:GetService('RunService').RenderStepped:connect(function()
  898. if ENABLED then
  899. local TARGET = GetNearestPlayerToMouse()
  900. if TARGET.Name == "rsxk20" then
  901. else
  902.  
  903. if (TARGET ~= false) then
  904. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  905. if AIM then
  906. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  907. aimbot.Text = "Aimbot : On"
  908. end
  909. end
  910. end
  911. end
  912. end)
  913. end)
  914.  
  915. norecoil.MouseButton1Click:connect(function()
  916. local prim = game.Players.LocalPlayer.playerstats.slots.slotprimary.ObjectID.Value
  917. local primid = Deobfuscate(prim)
  918. local itemname = lol[primid]
  919. game.Players.LocalPlayer.Backpack[itemname].Stats.Recoil.Value = "aaaaaaaaaA"
  920. end)
  921.  
  922. local Stamina = true
  923. staminaunlim.MouseButton1Click:connect(function()
  924. Stamina = true
  925. while wait() do
  926. if Stamina == true then
  927. game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value = 100
  928. end
  929. end
  930. end)
  931.  
  932. unlimhunger.MouseButton1Down:connect(function()
  933. game.Players.LocalPlayer.playerstats.Hunger.Value = 9999
  934. end)
  935.  
  936. ulimthirst.MouseButton1Click:connect(function()
  937. game.Players.LocalPlayer.playerstats.Thirst.Value = 9999
  938. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement