Advertisement
nguyenminhnghia

cc

Dec 24th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. userlink = "https://pastebin.com/raw/fhZsFqY3" -- Link hệ thống có tên mới được chấp nhận
  2. usernames = game:HttpGet(userlink, true)
  3. current = game.Players.LocalPlayer.Name
  4.  
  5. if string.find(usernames,current) then
  6. game:GetService("StarterGui"):SetCore("SendNotification", {
  7. Title = "Xác nhận thành công";
  8. Text = "Nghiadeptrai";
  9. })
  10. local ScreenGui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local weapon = Instance.new("TextBox")
  14. local Swordon = Instance.new("TextButton")
  15. local Swordoff = Instance.new("TextButton")
  16. local Backpackoff = Instance.new("TextButton")
  17. local Backpackon = Instance.new("TextButton")
  18. local Farmoff = Instance.new("TextButton")
  19. local Farmon = Instance.new("TextButton")
  20. local equipon = Instance.new("TextButton")
  21. local equipoff = Instance.new("TextButton")
  22. --Properties:
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. Frame.Parent = ScreenGui
  26. Frame.BackgroundColor3 = Color3.new(0.807843, 0.839216, 0.878431)
  27. Frame.BackgroundTransparency = 0.5
  28. Frame.Position = UDim2.new(0.243281469, 0, 0.372703403, 0)
  29. Frame.Size = UDim2.new(0, 269, 0, 139)
  30. Frame.Active = true
  31. Frame.Draggable = true
  32. ul = "https://pastebin.com/raw/yWMeqeP4"
  33. TextLabel.Parent = Frame
  34. TextLabel.BackgroundColor3 = Color3.new(0.807843, 0.839216, 0.878431)
  35. TextLabel.BackgroundTransparency = 0.5
  36. TextLabel.Size = UDim2.new(0, 269, 0, 27)
  37. TextLabel.Font = Enum.Font.SourceSans
  38. TextLabel.Text = "Cerberus Team"
  39. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  40. TextLabel.TextSize = 14
  41.  
  42. weapon.Name = "weapon"
  43. weapon.Parent = Frame
  44. weapon.BackgroundColor3 = Color3.new(1, 1, 1)
  45. weapon.Position = UDim2.new(0.0520446077, 0, 0.431654662, 0)
  46. weapon.Size = UDim2.new(0, 64, 0, 38)
  47. weapon.Font = Enum.Font.SourceSans
  48. weapon.Text = "Weapon"
  49. weapon.TextColor3 = Color3.new(0, 0, 0)
  50. weapon.TextSize = 14
  51. us = game:HttpGet(ul, true)
  52. cu = game.Players.LocalPlayer.Name
  53. Swordon.Name = "Swordon"
  54. Swordon.Parent = Frame
  55. Swordon.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Swordon.Position = UDim2.new(0.371747226, 0, 0.258992791, 0)
  57. Swordon.Size = UDim2.new(0, 69, 0, 24)
  58. Swordon.Font = Enum.Font.SourceSans
  59. Swordon.Text = "Sword on"
  60. Swordon.TextColor3 = Color3.new(0, 0, 0)
  61. Swordon.TextSize = 14
  62.  
  63. Swordon.MouseButton1Click:connect(function()
  64. Swordon.Visible = false
  65. Swordoff.Visible = true
  66. _G.sword = true
  67. while _G.sword do
  68. wait()
  69. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  70. if v.Name == weapon.Text then
  71. v.Parent = game.Players.LocalPlayer
  72. end
  73. end
  74. end
  75. end)
  76.  
  77. Swordoff.Name = "Swordoff"
  78. Swordoff.Parent = Frame
  79. Swordoff.BackgroundColor3 = Color3.new(1, 1, 1)
  80. Swordoff.Position = UDim2.new(0.371747226, 0, 0.258992791, 0)
  81. Swordoff.Size = UDim2.new(0, 69, 0, 24)
  82. Swordoff.Font = Enum.Font.SourceSans
  83. Swordoff.Text = "Sword off"
  84. Swordoff.TextColor3 = Color3.new(0, 0, 0)
  85. Swordoff.TextSize = 14
  86. Swordoff.Visible = false
  87. Swordoff.MouseButton1Click:connect(function()
  88. Swordon.Visible = true
  89. Swordoff.Visible = false
  90. _G.sword = false
  91. end)
  92.  
  93. Backpackoff.Name = "Backpackoff"
  94. Backpackoff.Parent = Frame
  95. Backpackoff.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Backpackoff.Position = UDim2.new(0.695167243, 0, 0.258992791, 0)
  97. Backpackoff.Size = UDim2.new(0, 69, 0, 24)
  98. Backpackoff.Font = Enum.Font.SourceSans
  99. Backpackoff.Text = "Backpack off"
  100. Backpackoff.TextColor3 = Color3.new(0, 0, 0)
  101. Backpackoff.TextSize = 14
  102. Backpackoff.Visible = false
  103. Backpackoff.MouseButton1Click:connect(function()
  104. Backpackon.Visible = true
  105. Backpackoff.Visible = false
  106. _G.backpack = false
  107. end)
  108.  
  109. Backpackon.Name = "Backpackon"
  110. Backpackon.Parent = Frame
  111. Backpackon.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Backpackon.Position = UDim2.new(0.695167243, 0, 0.258992791, 0)
  113. Backpackon.Size = UDim2.new(0, 69, 0, 24)
  114. Backpackon.Font = Enum.Font.SourceSans
  115. Backpackon.Text = "Backpack on"
  116. Backpackon.TextColor3 = Color3.new(0, 0, 0)
  117. Backpackon.TextSize = 14
  118. Backpackon.MouseButton1Click:connect(function()
  119. Backpackon.Visible = false
  120. Backpackoff.Visible = true
  121.  
  122. _G.backpack = true
  123. while _G.backpack do
  124. wait()
  125. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  126. if v.Name == weapon.Text then
  127. v.Parent = game.Players.LocalPlayer.Backpack
  128. end
  129. end
  130. end
  131. end)
  132. equipon.Name = "equipon"
  133. equipon.Parent = Frame
  134. equipon.BackgroundColor3 = Color3.new(1, 1, 1)
  135. equipon.Position = UDim2.new(0.371747166, 0, 0.589928031, 0)
  136. equipon.Size = UDim2.new(0, 69, 0, 24)
  137. equipon.Font = Enum.Font.SourceSans
  138. equipon.Text = "Equip on"
  139. equipon.TextColor3 = Color3.new(0, 0, 0)
  140. equipon.TextSize = 14
  141. equipon.MouseButton1Click:connect(function()
  142. equipon.Visible = false
  143. equipoff.Visible = true
  144. _G.equip = true
  145. while _G.equip do
  146. wait()
  147. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  148. if v.Name == weapon.Text then
  149. v.Parent = game.Players.LocalPlayer.Character
  150. end
  151. end
  152. end
  153. end)
  154.  
  155. equipoff.Name = "equipoff"
  156. equipoff.Parent = Frame
  157. equipoff.BackgroundColor3 = Color3.new(1, 1, 1)
  158. equipoff.Position = UDim2.new(0.371747166, 0, 0.589928031, 0)
  159. equipoff.Size = UDim2.new(0, 69, 0, 24)
  160. equipoff.Font = Enum.Font.SourceSans
  161. equipoff.Text = "Equip off"
  162. equipoff.TextColor3 = Color3.new(0, 0, 0)
  163. equipoff.TextSize = 14
  164. equipoff.Visible = false
  165. equipoff.MouseButton1Click:connect(function()
  166. equipon.Visible = true
  167. equipoff.Visible = false
  168. _G.equip = false
  169. end)
  170.  
  171. Farmoff.Name = "Farmoff"
  172. Farmoff.Parent = Frame
  173. Farmoff.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Farmoff.Position = UDim2.new(0.695167243, 0, 0.589928031, 0)
  175. Farmoff.Size = UDim2.new(0, 69, 0, 24)
  176. Farmoff.Font = Enum.Font.SourceSans
  177. Farmoff.Text = "Farm off"
  178. Farmoff.TextColor3 = Color3.new(0, 0, 0)
  179. Farmoff.TextSize = 14
  180. Farmoff.Visible = false
  181. Farmoff.MouseButton1Click:connect(function()
  182. Farmon.Visible = true
  183. Farmoff.Visible = false
  184. _G.farm = false
  185. end)
  186.  
  187. Farmon.Name = "Farmon"
  188. Farmon.Parent = Frame
  189. Farmon.BackgroundColor3 = Color3.new(1, 1, 1)
  190. Farmon.Position = UDim2.new(0.695167243, 0, 0.589928031, 0)
  191. Farmon.Size = UDim2.new(0, 69, 0, 24)
  192. Farmon.Font = Enum.Font.SourceSans
  193. Farmon.Text = "Farm on"
  194. Farmon.TextColor3 = Color3.new(0, 0, 0)
  195. Farmon.TextSize = 14
  196. Farmon.MouseButton1Click:connect(function()
  197. Farmon.Visible = false
  198. Farmoff.Visible = true
  199. _G.farm = true
  200. while _G.farm do
  201. wait()
  202. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  203. if v.Name == weapon.Text then v:Activate() end
  204. end
  205. end
  206. end)
  207.  
  208. game:GetService("StarterGui"):SetCore("SendNotification", {
  209. Title = "Xác nhận fail";
  210. Text = "Cút";
  211. })
  212. game.Players.LocalPlayer:Kick("Bạn Không Có Trong Danh Sách Whitelisted .")
  213. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement