Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.21 KB | None | 0 0
  1. local fool = "You have loaded L Gang Gui - Made by Clharlie#9505"
  2. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(fool,"All")
  3.  
  4. print("Join the L gang discord for updates and other scripts for the streets and other games")
  5. print("credits to Aidez for a couple of scripts in here")
  6. print("The speed is a chat function say, :speed or :unspeed to use it")
  7. print("For the aimbot click on a player with a gun out and it will begin to start firing to stop firing press ,")
  8. print("If that doenst work just put it away and then click another player when needed")
  9.  
  10. local freeuservegan = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local title = Instance.new("TextLabel")
  13. local discord = Instance.new("TextLabel")
  14. local exit = Instance.new("TextButton")
  15. local Aimbot = Instance.new("TextButton")
  16. local Music = Instance.new("TextButton")
  17. local Reset = Instance.new("TextButton")
  18. local AntiVoid = Instance.new("TextButton")
  19. local AudioLogger = Instance.new("TextButton")
  20. local Void = Instance.new("TextButton")
  21. --Properties:
  22. freeuservegan.Name = "freeuservegan"
  23. freeuservegan.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. freeuservegan.ResetOnSpawn = false
  25.  
  26. Frame.Parent = freeuservegan
  27. Frame.Active = true
  28. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  29. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Frame.BackgroundTransparency = 0.5
  31. Frame.BorderSizePixel = 0
  32. Frame.Position = UDim2.new(0.499584407, 0, 0.5, 0)
  33. Frame.Selectable = true
  34. Frame.Size = UDim2.new(0, 300, 0, 175)
  35. Frame.Draggable = true
  36.  
  37. title.Name = "title"
  38. title.Parent = Frame
  39. title.BackgroundColor3 = Color3.new(1, 1, 1)
  40. title.BackgroundTransparency = 1
  41. title.BorderSizePixel = 0
  42. title.Size = UDim2.new(0, 270, 0, 30)
  43. title.Font = Enum.Font.SourceSans
  44. title.Text = "L Gang Gui"
  45. title.TextColor3 = Color3.new(1, 1, 1)
  46. title.TextScaled = true
  47. title.TextSize = 14
  48. title.TextWrapped = true
  49.  
  50. discord.Name = "Discord"
  51. discord.Parent = Frame
  52. discord.BackgroundColor3 = Color3.new(1, 1, 1)
  53. discord.BackgroundTransparency = 1
  54. discord.BorderSizePixel = 0
  55. discord.Position = UDim2.new(0, 0, 0.171428576, 0)
  56. discord.Size = UDim2.new(0, 300, 0, 15)
  57. discord.Font = Enum.Font.SourceSans
  58. discord.Text = "L gang discord - https://discord.gg/TsU3F37"
  59. discord.TextColor3 = Color3.new(1, 1, 1)
  60. discord.TextSize = 14
  61. discord.TextWrapped = true
  62.  
  63. exit.Name = "exit"
  64. exit.Parent = Frame
  65. exit.BackgroundColor3 = Color3.new(1, 0, 0)
  66. exit.BackgroundTransparency = 0.5
  67. exit.BorderSizePixel = 0
  68. exit.Position = UDim2.new(0.899999976, 0, 0, 0)
  69. exit.Rotation = 1
  70. exit.Size = UDim2.new(0, 30, 0, 30)
  71. exit.Font = Enum.Font.SourceSans
  72. exit.Text = "X"
  73. exit.TextColor3 = Color3.new(0, 0, 0)
  74. exit.TextScaled = true
  75. exit.TextSize = 14
  76. exit.TextWrapped = true
  77.  
  78. Aimbot.Name = "Aimbot"
  79. Aimbot.Parent = Frame
  80. Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Aimbot.BorderSizePixel = 0
  82. Aimbot.Position = UDim2.new(0.349999994, 0, 0.411428571, 0)
  83. Aimbot.Size = UDim2.new(0, 90, 0, 30)
  84. Aimbot.Font = Enum.Font.SourceSans
  85. Aimbot.Text = "Aimbot"
  86. Aimbot.TextColor3 = Color3.new(0, 0, 0)
  87. Aimbot.TextScaled = true
  88. Aimbot.TextSize = 14
  89. Aimbot.TextWrapped = true
  90.  
  91. Music.Name = "Music"
  92. Music.Parent = Frame
  93. Music.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Music.BorderSizePixel = 0
  95. Music.Position = UDim2.new(0.0266666673, 0, 0.411428571, 0)
  96. Music.Size = UDim2.new(0, 90, 0, 30)
  97. Music.Font = Enum.Font.SourceSans
  98. Music.Text = "MusicList"
  99. Music.TextColor3 = Color3.new(0, 0, 0)
  100. Music.TextScaled = true
  101. Music.TextSize = 14
  102. Music.TextWrapped = true
  103.  
  104. Reset.Name = "Reset"
  105. Reset.Parent = Frame
  106. Reset.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Reset.BorderSizePixel = 0
  108. Reset.Position = UDim2.new(0.670000017, 0, 0.411428571, 0)
  109. Reset.Size = UDim2.new(0, 90, 0, 30)
  110. Reset.Font = Enum.Font.SourceSans
  111. Reset.Text = "Reset"
  112. Reset.TextColor3 = Color3.new(0, 0, 0)
  113. Reset.TextScaled = true
  114. Reset.TextSize = 14
  115. Reset.TextWrapped = true
  116.  
  117. AntiVoid.Name = "AntiVoid"
  118. AntiVoid.Parent = Frame
  119. AntiVoid.BackgroundColor3 = Color3.new(1, 1, 1)
  120. AntiVoid.BorderSizePixel = 0
  121. AntiVoid.Position = UDim2.new(0.670000017, 0, 0.668571413, 0)
  122. AntiVoid.Size = UDim2.new(0, 90, 0, 30)
  123. AntiVoid.Font = Enum.Font.SourceSans
  124. AntiVoid.Text = "Anti Void"
  125. AntiVoid.TextColor3 = Color3.new(0, 0, 0)
  126. AntiVoid.TextScaled = true
  127. AntiVoid.TextSize = 14
  128. AntiVoid.TextWrapped = true
  129.  
  130. AudioLogger.Name = "AudioLogger"
  131. AudioLogger.Parent = Frame
  132. AudioLogger.BackgroundColor3 = Color3.new(1, 1, 1)
  133. AudioLogger.BorderSizePixel = 0
  134. AudioLogger.Position = UDim2.new(0.0266666673, 0, 0.668571413, 0)
  135. AudioLogger.Size = UDim2.new(0, 90, 0, 30)
  136. AudioLogger.Font = Enum.Font.SourceSans
  137. AudioLogger.Text = "Audio Logger"
  138. AudioLogger.TextColor3 = Color3.new(0, 0, 0)
  139. AudioLogger.TextScaled = true
  140. AudioLogger.TextSize = 14
  141. AudioLogger.TextWrapped = true
  142.  
  143. Void.Name = "Void"
  144. Void.Parent = Frame
  145. Void.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Void.BorderSizePixel = 0
  147. Void.Position = UDim2.new(0.349999994, 0, 0.668571413, 0)
  148. Void.Size = UDim2.new(0, 90, 0, 30)
  149. Void.Font = Enum.Font.SourceSans
  150. Void.Text = "Void"
  151. Void.TextColor3 = Color3.new(0, 0, 0)
  152. Void.TextScaled = true
  153. Void.TextSize = 14
  154. Void.TextWrapped = true
  155.  
  156. function SCRIPT_CRRC71_FAKESCRIPT() -- exit.LocalScript
  157. local script = Instance.new('LocalScript')
  158. script.Parent = exit
  159. script.Parent.MouseButton1Click:Connect(function()
  160. script.Parent.Parent.Parent:Destroy()
  161. end)
  162.  
  163. end
  164. coroutine.resume(coroutine.create(SCRIPT_CRRC71_FAKESCRIPT))
  165. function SCRIPT_XUCD69_FAKESCRIPT() -- Aimbot.LocalScript
  166. local script = Instance.new('LocalScript')
  167. script.Parent = Aimbot
  168. script.Parent.MouseButton1Click:Connect(function()
  169. print("How to use L gang Aimbot")
  170. print("Click on your enemy with any weapon")
  171. print("It will begin to automatically shoot your enemy")
  172. print("To stop it please press ,")
  173. local allowed = true
  174. script.Parent.MouseButton1Click:Connect(function()
  175. mouse = game.Players.LocalPlayer:getMouse()
  176. mouse.Button1Down:connect(function()
  177. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) then
  178. local selected = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  179. if game.Players.LocalPlayer.Character:findFirstChildOfClass("Tool") then
  180. local tool = game.Players.LocalPlayer.Character:findFirstChildOfClass("Tool")
  181. if tool:findFirstChild("Fire") then
  182. if selected ~= nil then
  183. allowed = true
  184. repeat
  185. tool.Fire:FireServer(selected.Character.Head.CFrame)
  186. wait()
  187. until allowed == false
  188. end
  189. end
  190. end
  191. end
  192. mouse.KeyDown:Connect(function(key)
  193. if key == "," then
  194. allowed = false
  195. end
  196. end)
  197. end)
  198. end)
  199. end)
  200.  
  201. end
  202. coroutine.resume(coroutine.create(SCRIPT_XUCD69_FAKESCRIPT))
  203. function SCRIPT_HGCO89_FAKESCRIPT() -- Music.LocalScript
  204. local script = Instance.new('LocalScript')
  205. script.Parent = Music
  206. script.Parent.MouseButton1Click:Connect(function()
  207. loadstring(game:HttpGet("https://pastebin.com/raw/sN1wVbYX", true))()
  208. end)
  209.  
  210. end
  211. coroutine.resume(coroutine.create(SCRIPT_HGCO89_FAKESCRIPT))
  212. function SCRIPT_IGPC87_FAKESCRIPT() -- Reset.LocalScript
  213. local script = Instance.new('LocalScript')
  214. script.Parent = Reset
  215. script.Parent.MouseButton1Click:Connect(function()
  216. game.Players.LocalPlayer.Character.Head:Destroy()
  217. end)
  218.  
  219. end
  220. coroutine.resume(coroutine.create(SCRIPT_IGPC87_FAKESCRIPT))
  221. function SCRIPT_VKZN86_FAKESCRIPT() -- AntiVoid.LocalScript
  222. local script = Instance.new('LocalScript')
  223. script.Parent = AntiVoid
  224. script.Parent.MouseButton1Click:Connect(function()
  225. for i,v in pairs(game.Players:GetChildren()) do
  226. if v.Character ~= nil and v ~= game.Players.LocalPlayer then
  227. if v.Character:FindFirstChild("Right Arm") then
  228. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  229. if child.Name == "RightGrip" then
  230. wait(0.1)
  231. if child.Part1 ~= nil then
  232. if child.Part1.Parent ~= nil then
  233. if child.Part1.Parent:IsA("Accessory") then
  234. child:Destroy()
  235. end
  236. end
  237. end
  238. end
  239. end)
  240. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  241. if v.Name == "RightGrip" then
  242. wait(0.1)
  243. if Part1 ~= nil then
  244. if Part1.Parent ~= nil then
  245. if v.Part1.Parent:IsA("Accessory") then
  246. v:Destroy()
  247. end
  248. end
  249. end
  250. end
  251. end
  252. elseif v.Character:FindFirstChild("RightHand") and v.Character:FindFirstChild("UpperTorso") then
  253. v.Character:FindFirstChild("RightHand").ChildAdded:Connect(function(child)
  254. if child.Name == "RightGrip" then
  255. wait(0.1)
  256. if child.Part1 ~= nil then
  257. if child.Part1.Parent ~= nil then
  258. if child.Part1.Parent:IsA("Accessory") then
  259. child:Destroy()
  260. end
  261. end
  262. end
  263. end
  264. end)
  265. for i,v in pairs(v.Character:FindFirstChild("RightHand"):GetChildren()) do
  266. if v.Name == "RightGrip" then
  267. wait(0.1)
  268. if Part1 ~= nil then
  269. if Part1.Parent ~= nil then
  270. if v.Part1.Parent:IsA("Accessory") then
  271. v:Destroy()
  272. end
  273. end
  274. end
  275. end
  276. end
  277. end
  278. end
  279. v.CharacterAppearanceLoaded:Connect(function(char)
  280. if v.Character:FindFirstChild("Right Arm") then
  281. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  282. if child.Name == "RightGrip" then
  283. wait(0.1)
  284. if child.Part1 ~= nil then
  285. if child.Part1.Parent ~= nil then
  286. if child.Part1.Parent:IsA("Accessory") then
  287. child:Destroy()
  288. end
  289. end
  290. end
  291. end
  292. end)
  293. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  294. if v.Name == "RightGrip" then
  295. wait(0.1)
  296. if Part1 ~= nil then
  297. if Part1.Parent ~= nil then
  298. if v.Part1.Parent:IsA("Accessory") then
  299. v:Destroy()
  300. end
  301. end
  302. end
  303. end
  304. end
  305. elseif v.Character:FindFirstChild("RightHand") and v.Character:FindFirstChild("UpperTorso") then
  306. v.Character:FindFirstChild("RightHand").ChildAdded:Connect(function(child)
  307. if child.Name == "RightGrip" then
  308. wait(0.1)
  309. if child.Part1 ~= nil then
  310. if child.Part1.Parent ~= nil then
  311. if child.Part1.Parent:IsA("Accessory") then
  312. child:Destroy()
  313. end
  314. end
  315. end
  316. end
  317. end)
  318. for i,v in pairs(v.Character:FindFirstChild("RightHand"):GetChildren()) do
  319. if v.Name == "RightGrip" then
  320. wait(0.1)
  321. if Part1 ~= nil then
  322. if Part1.Parent ~= nil then
  323. if v.Part1.Parent:IsA("Accessory") then
  324. v:Destroy()
  325. end
  326. end
  327. end
  328. end
  329. end
  330. end
  331. end)
  332. end
  333.  
  334.  
  335. game.Players.PlayerAdded:Connect(function(v)
  336. wait()
  337. if v.Character ~= nil and v ~= game.Players.LocalPlayer then
  338. if v.Character:FindFirstChild("Right Arm") then
  339. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  340. if child.Name == "RightGrip" then
  341. wait(0.1)
  342. if child.Part1 ~= nil then
  343. if child.Part1.Parent ~= nil then
  344. if child.Part1.Parent:IsA("Accessory") then
  345. child:Destroy()
  346. end
  347. end
  348. end
  349. end
  350. end)
  351. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  352. if v.Name == "RightGrip" then
  353. wait(0.1)
  354. if Part1 ~= nil then
  355. if Part1.Parent ~= nil then
  356. if v.Part1.Parent:IsA("Accessory") then
  357. v:Destroy()
  358. end
  359. end
  360. end
  361. end
  362. end
  363. elseif v.Character:FindFirstChild("RightHand") and v.Character:FindFirstChild("UpperTorso") then
  364. v.Character:FindFirstChild("RightHand").ChildAdded:Connect(function(child)
  365. if child.Name == "RightGrip" then
  366. wait(0.1)
  367. if child.Part1 ~= nil then
  368. if child.Part1.Parent ~= nil then
  369. if child.Part1.Parent:IsA("Accessory") then
  370. child:Destroy()
  371. end
  372. end
  373. end
  374. end
  375. end)
  376. for i,v in pairs(v.Character:FindFirstChild("RightHand"):GetChildren()) do
  377. if v.Name == "RightGrip" then
  378. wait(0.1)
  379. if Part1 ~= nil then
  380. if Part1.Parent ~= nil then
  381. if v.Part1.Parent:IsA("Accessory") then
  382. v:Destroy()
  383. end
  384. end
  385. end
  386. end
  387. end
  388. end
  389. end
  390. v.CharacterAppearanceLoaded:Connect(function(char)
  391. if v.Character:FindFirstChild("Right Arm") then
  392. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  393. if child.Name == "RightGrip" then
  394. wait(0.1)
  395. if child.Part1 ~= nil then
  396. if child.Part1.Parent ~= nil then
  397. if child.Part1.Parent:IsA("Accessory") then
  398. child:Destroy()
  399. end
  400. end
  401. end
  402. end
  403. end)
  404. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  405. if v.Name == "RightGrip" then
  406. wait(0.1)
  407. if Part1 ~= nil then
  408. if Part1.Parent ~= nil then
  409. if v.Part1.Parent:IsA("Accessory") then
  410. v:Destroy()
  411. end
  412. end
  413. end
  414. end
  415. end
  416. elseif v.Character:FindFirstChild("RightHand") and v.Character:FindFirstChild("UpperTorso") then
  417. v.Character:FindFirstChild("RightHand").ChildAdded:Connect(function(child)
  418. if child.Name == "RightGrip" then
  419. wait(0.1)
  420. if child.Part1 ~= nil then
  421. if child.Part1.Parent ~= nil then
  422. if child.Part1.Parent:IsA("Accessory") then
  423. child:Destroy()
  424. end
  425. end
  426. end
  427. end
  428. end)
  429. for i,v in pairs(v.Character:FindFirstChild("RightHand"):GetChildren()) do
  430. if v.Name == "RightGrip" then
  431. wait(0.1)
  432. if Part1 ~= nil then
  433. if Part1.Parent ~= nil then
  434. if v.Part1.Parent:IsA("Accessory") then
  435. v:Destroy()
  436. end
  437. end
  438. end
  439. end
  440. end
  441. end
  442. end)
  443. end)
  444. end)
  445.  
  446. end
  447. coroutine.resume(coroutine.create(SCRIPT_VKZN86_FAKESCRIPT))
  448. function SCRIPT_DUFY79_FAKESCRIPT() -- AudioLogger.LocalScript
  449. local script = Instance.new('LocalScript')
  450. script.Parent = AudioLogger
  451. script.Parent.MouseButton1Click:Connect(function()
  452. loadstring(game:HttpGet("https://pastebin.com/raw/Ykxr9B9n", true))()
  453. end)
  454.  
  455. end
  456. coroutine.resume(coroutine.create(SCRIPT_DUFY79_FAKESCRIPT))
  457. function SCRIPT_LEQC69_FAKESCRIPT() -- Void.LocalScript
  458. local script = Instance.new('LocalScript')
  459. script.Parent = Void
  460. script.Parent.MouseButton1Click:Connect(function()
  461. game.StarterGui:SetCore("SendNotification", {
  462. Title = "Void is enabled";
  463. Text = "Press V to use - credits to aidez";
  464. --Icon = "rbxassetid://1748020105";
  465. Duration = 1;
  466. })
  467. mouse = game.Players.LocalPlayer:GetMouse()
  468. voidtoggle = false
  469. voidprocessing = false
  470.  
  471. mouse.KeyDown:Connect(function(key)
  472. if key == "v" then
  473. local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  474. if voidtoggle == false and voidprocessing == false then
  475. voidprocessing = true
  476. local handle = hat:FindFirstChild("Handle")
  477. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  478. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  479. game.Players.LocalPlayer.Character.Torso.Anchored = true
  480. elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  481. game.Players.LocalPlayer.Character.UpperTorso.Anchored = true
  482. end
  483. handle.Parent = Tool
  484. handle.Massless = true
  485. Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  486. Tool.Parent = game.Players.LocalPlayer.Character
  487. repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  488. Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  489. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  490. game.Players.LocalPlayer.Character.Torso.Anchored = false
  491. elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  492. game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
  493. end
  494. Tool.Unequipped:Connect(function()
  495. wait()
  496. local Handle = Tool:FindFirstChild("Handle")
  497. if Handle then
  498. Handle.Parent = hat
  499. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  500. Handle.Massless = false
  501. Tool:Destroy()
  502. end
  503. voidtoggle = false
  504. end)
  505. voidtoggle = true
  506. voidprocessing = false
  507. elseif voidtoggle == true and voidprocessing == false then
  508. voidprocessing = true
  509. local Tool = game.Players.LocalPlayer.Backpack:FindFirstChild("Tool") or game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  510. local Handle = Tool:FindFirstChild("Handle")
  511. if Handle then
  512. Handle.Parent = hat
  513. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  514. Handle.Massless = false
  515. Tool:Destroy()
  516. end
  517. voidtoggle = true
  518. voidprocessing = false
  519. end
  520. end
  521. end)
  522. end)
  523.  
  524. end
  525. coroutine.resume(coroutine.create(SCRIPT_LEQC69_FAKESCRIPT))
  526. function SCRIPT_GBOM72_FAKESCRIPT() -- freeuservegan.lighting
  527. local script = Instance.new('LocalScript')
  528. script.Parent = freeuservegan
  529. local lighting = game.Lighting
  530. local SunRay = Instance.new("SunRaysEffect",lighting)
  531.  
  532. local skybox = Instance.new("Sky",lighting)
  533. skybox.SkyboxBk = "rbxassetid://600830446"
  534. skybox.SkyboxDn = "rbxassetid://600831635"
  535. skybox.SkyboxFt = "rbxassetid://600832720"
  536. skybox.SkyboxLf = "rbxassetid://600886090"
  537. skybox.SkyboxRt = "rbxassetid://600833862"
  538. skybox.SkyboxUp = "rbxassetid://600835177"
  539.  
  540. while true do
  541. wait(0.05)
  542. local ColorC = game.Lighting.ColorCorrection
  543. ColorC.TintColor = Color3.fromRGB(235, 231, 255)
  544. ColorC.Contrast = 0.1
  545. ColorC.Saturation = 0.1
  546. end
  547.  
  548. end
  549. coroutine.resume(coroutine.create(SCRIPT_GBOM72_FAKESCRIPT))
  550. function SCRIPT_CCAE84_FAKESCRIPT() -- freeuservegan.yuh
  551. local script = Instance.new('LocalScript')
  552. script.Parent = freeuservegan
  553. loadstring(game:HttpGet("https://pastebin.com/raw/gvvt8Ttr", true))()
  554.  
  555. game.Players.PlayerAdded:connect(function(plr)
  556. wait(1)
  557. for i = 1,#mains do
  558. if string.lower(plr.Name) == tostring(string.lower(mains[i])) then
  559. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  560. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  561. end
  562. end
  563. for i = 1,#special do
  564. if string.lower(plr.Name) == tostring(string.lower(special[i])) then
  565. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  566. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[plr.Name].BGFrame.MembershipIcon.Image = "rbxassetid://279380243"
  567. end
  568. end
  569. end)
  570. for i, x in next, game:GetService"Players":GetPlayers() do
  571. for i = 1,#mains do
  572. if string.lower(x.Name) == tostring(string.lower(mains[i])) then
  573. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  574. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://157449069"
  575. end
  576. end
  577. for i = 1,#special do
  578. if string.lower(x.Name) == tostring(string.lower(special[i])) then
  579. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 255, 255)
  580. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[x.Name].BGFrame.MembershipIcon.Image = "rbxassetid://279380243"
  581. end
  582. end
  583. end
  584. -- remove this if u think ur gonna be on the blacklist
  585. for i = 1,#blacklist do
  586. if string.lower(game.Players.LocalPlayer.Name) == string.lower(tostring(blacklist[i])) then
  587. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('ez',"All")
  588. game.Players.LocalPlayer:Kick("You are Blacklisted from Vegan GUI V5, probably for pissing us off")
  589. end
  590. end
  591.  
  592. end
  593. coroutine.resume(coroutine.create(SCRIPT_CCAE84_FAKESCRIPT))
  594. function SCRIPT_GHTA87_FAKESCRIPT() -- freeuservegan.LocalScript
  595. local script = Instance.new('LocalScript')
  596. script.Parent = freeuservegan
  597. local plr = game.Players.LocalPlayer
  598. local r = game:GetService('RunService').Heartbeat
  599. local input = game:GetService('UserInputService')
  600.  
  601. local speed = 1.5
  602.  
  603. local x,y,z = 0,0,0
  604.  
  605. local e = false
  606.  
  607. plr.Chatted:connect(function(cmd)
  608. cmd=cmd:lower()
  609. if cmd == ":speed" then
  610. e = true
  611. end
  612. end)
  613.  
  614. plr.Chatted:connect(function(cmd)
  615. cmd=cmd:lower()
  616. if cmd == ":unspeed" then
  617. e = false
  618. end
  619. end)
  620.  
  621. input.InputBegan:connect(function(k)
  622. if k.UserInputType == Enum.UserInputType.Keyboard then
  623. if k.KeyCode == Enum.KeyCode.W then
  624. z = -speed
  625. end
  626. end
  627. end)
  628.  
  629. input.InputBegan:connect(function(k)
  630. if k.UserInputType == Enum.UserInputType.Keyboard then
  631. if k.KeyCode == Enum.KeyCode.S then
  632. z = speed
  633. end
  634. end
  635. end)
  636.  
  637. input.InputBegan:connect(function(k)
  638. if k.UserInputType == Enum.UserInputType.Keyboard then
  639. if k.KeyCode == Enum.KeyCode.A then
  640. x = -speed
  641. end
  642. end
  643. end)
  644.  
  645. input.InputBegan:connect(function(k)
  646. if k.UserInputType == Enum.UserInputType.Keyboard then
  647. if k.KeyCode == Enum.KeyCode.D then
  648. x = speed
  649. end
  650. end
  651. end)
  652.  
  653. ----------
  654.  
  655. input.InputEnded:connect(function(k)
  656. if k.UserInputType == Enum.UserInputType.Keyboard then
  657. if k.KeyCode == Enum.KeyCode.W then
  658. z = 0
  659. end
  660. end
  661. end)
  662.  
  663. input.InputEnded:connect(function(k)
  664. if k.UserInputType == Enum.UserInputType.Keyboard then
  665. if k.KeyCode == Enum.KeyCode.S then
  666. z = 0
  667. end
  668. end
  669. end)
  670.  
  671. input.InputEnded:connect(function(k)
  672. if k.UserInputType == Enum.UserInputType.Keyboard then
  673. if k.KeyCode == Enum.KeyCode.A then
  674. x = 0
  675. end
  676. end
  677. end)
  678.  
  679. input.InputEnded:connect(function(k)
  680. if k.UserInputType == Enum.UserInputType.Keyboard then
  681. if k.KeyCode == Enum.KeyCode.D then
  682. x = 0
  683. end
  684. end
  685. end)
  686.  
  687.  
  688. r:connect(function()
  689. if e == true then
  690. plr.Character.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(x,y,z)
  691. end
  692. end)
  693.  
  694. end
  695. coroutine.resume(coroutine.create(SCRIPT_GHTA87_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement