Advertisement
Guest User

Sript DUPE Sword Dung Pham Tien

a guest
Dec 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local ByDungPhamTien = Instance.new("TextLabel")
  7. local weapon = Instance.new("TextBox")
  8. local Swordon = Instance.new("TextButton")
  9. local equipoff = Instance.new("TextButton")
  10. local Backpackon = Instance.new("TextButton")
  11. local Farmon = Instance.new("TextButton")
  12. local Swordoff = Instance.new("TextButton")
  13. local Backpackoff = Instance.new("TextButton")
  14. local equipon = Instance.new("TextButton")
  15. local Farmoff = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Frame.BackgroundTransparency = 0.44999998807907
  22. Frame.Position = UDim2.new(0.346092492, 0, 0.257936507, 0)
  23. Frame.Size = UDim2.new(0, 260, 0, 131)
  24. Frame.Active = true
  25. Frame.Draggable = true
  26. ByDungPhamTien.Name = "By Dung Pham Tien"
  27. ByDungPhamTien.Parent = Frame
  28. ByDungPhamTien.BackgroundColor3 = Color3.new(1, 1, 1)
  29. ByDungPhamTien.Size = UDim2.new(0, 260, 0, 16)
  30. ByDungPhamTien.Font = Enum.Font.SourceSans
  31. ByDungPhamTien.Text = "By Dung Pham Tien"
  32. ByDungPhamTien.TextColor3 = Color3.new(0, 0, 0)
  33. ByDungPhamTien.TextSize = 14
  34.  
  35. weapon.Name = "weapon "
  36. weapon.Parent = Frame
  37. weapon.BackgroundColor3 = Color3.new(1, 1, 1)
  38. weapon.Position = UDim2.new(0.0593607314, 0, 0.387387395, 0)
  39. weapon.Size = UDim2.new(0, 83, 0, 41)
  40. weapon.Font = Enum.Font.SourceSans
  41. weapon.Text = "weapon "
  42. weapon.TextColor3 = Color3.new(0, 0, 0)
  43. weapon.TextSize = 14
  44. us = game:HttpGet(ul, true)
  45. cu = game.Players.LocalPlayer.Name
  46. Swordon.Name = "Swordon"
  47. Swordon.Parent = Frame
  48. Swordon.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Swordon.Position = UDim2.new(0.433140218, 0, 0.239735901, 0)
  50. Swordon.Size = UDim2.new(0, 57, 0, 36)
  51. Swordon.Font = Enum.Font.SourceSans
  52. Swordon.Text = "Swordon"
  53. Swordon.TextColor3 = Color3.new(0, 0, 0)
  54. Swordon.TextSize = 14
  55.  
  56. Swordon.MouseButton1Click:connect(function()
  57. Swordon.Visible = false
  58. Swordoff.Visible = true
  59. _G.sword = true
  60. while _G.sword do
  61. wait()
  62. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  63. if v.Name == weapon.Text then
  64. v.Parent = game.Players.LocalPlayer
  65. end
  66. end
  67. end
  68. end)
  69.  
  70.  
  71. equipoff.Name = "equipoff"
  72. equipoff.Parent = Frame
  73. equipoff.BackgroundColor3 = Color3.new(1, 1, 1)
  74. equipoff.Position = UDim2.new(0.433140218, 0, 0.621415257, 0)
  75. equipoff.Size = UDim2.new(0, 57, 0, 36)
  76. equipoff.Visible = false
  77. equipoff.Font = Enum.Font.SourceSans
  78. equipoff.Text = "equipoff"
  79. equipoff.TextColor3 = Color3.new(0, 0, 0)
  80. equipoff.TextSize = 14
  81. equipoff.Visible = false
  82. equipoff.MouseButton1Click:connect(function()
  83. equipon.Visible = true
  84. equipoff.Visible = false
  85. _G.equip = false
  86. end)
  87.  
  88. Backpackon.Name = " Backpackon"
  89. Backpackon.Parent = Frame
  90. Backpackon.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Backpackon.Position = UDim2.new(0.736986399, 0, 0.239735901, 0)
  92. Backpackon.Size = UDim2.new(0, 57, 0, 36)
  93. Backpackon.Font = Enum.Font.SourceSans
  94. Backpackon.Text = " Backpackon"
  95. Backpackon.TextColor3 = Color3.new(0, 0, 0)
  96. Backpackon.TextSize = 14
  97. Backpackon.MouseButton1Click:connect(function()
  98. Backpackon.Visible = false
  99. Backpackoff.Visible = true
  100.  
  101. _G.backpack = true
  102. while _G.backpack do
  103. wait()
  104. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  105. if v.Name == weapon.Text then
  106. v.Parent = game.Players.LocalPlayer.Backpack
  107. end
  108. end
  109. end
  110. end)
  111.  
  112. Farmon.Name = "Farmon"
  113. Farmon.Parent = Frame
  114. Farmon.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Farmon.Position = UDim2.new(0.736986399, 0, 0.621415257, 0)
  116. Farmon.Size = UDim2.new(0, 57, 0, 36)
  117. Farmon.Font = Enum.Font.SourceSans
  118. Farmon.Text = "Farmon"
  119. Farmon.TextColor3 = Color3.new(0, 0, 0)
  120. Farmon.TextSize = 14
  121. Farmon.MouseButton1Click:connect(function()
  122. Farmon.Visible = false
  123. Farmoff.Visible = true
  124. _G.farm = true
  125. while _G.farm do
  126. wait()
  127. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  128. if v.Name == weapon.Text then v:Activate() end
  129. end
  130. end
  131. end)
  132.  
  133. Swordoff.Name = "Swordoff"
  134. Swordoff.Parent = Frame
  135. Swordoff.BackgroundColor3 = Color3.new(1, 1, 1)
  136. Swordoff.Position = UDim2.new(0.433140218, 0, 0.239735901, 0)
  137. Swordoff.Size = UDim2.new(0, 57, 0, 36)
  138. Swordoff.Visible = false
  139. Swordoff.Font = Enum.Font.SourceSans
  140. Swordoff.Text = "Swordoff"
  141. Swordoff.TextColor3 = Color3.new(0, 0, 0)
  142. Swordoff.TextSize = 14
  143. Farmoff.MouseButton1Click:connect(function()
  144. Farmon.Visible = true
  145. Farmoff.Visible = false
  146. _G.farm = false
  147. end)
  148.  
  149. Backpackoff.Name = " Backpackoff"
  150. Backpackoff.Parent = Frame
  151. Backpackoff.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Backpackoff.Position = UDim2.new(0.736986399, 0, 0.239735901, 0)
  153. Backpackoff.Size = UDim2.new(0, 57, 0, 36)
  154. Backpackoff.Visible = false
  155. Backpackoff.Font = Enum.Font.SourceSans
  156. Backpackoff.Text = " Backpackoff"
  157. Backpackoff.TextColor3 = Color3.new(0, 0, 0)
  158. Backpackoff.TextSize = 14
  159. Backpackoff.MouseButton1Click:connect(function()
  160. Backpackon.Visible = true
  161. Backpackoff.Visible = false
  162. _G.backpack = false
  163. end)
  164.  
  165.  
  166. equipon.Name = "equipon"
  167. equipon.Parent = Frame
  168. equipon.BackgroundColor3 = Color3.new(1, 1, 1)
  169. equipon.Position = UDim2.new(0.433140218, 0, 0.621415257, 0)
  170. equipon.Size = UDim2.new(0, 57, 0, 36)
  171. equipon.Font = Enum.Font.SourceSans
  172. equipon.Text = "equipon "
  173. equipon.TextColor3 = Color3.new(0, 0, 0)
  174. equipon.TextSize = 14
  175. equipon.MouseButton1Click:connect(function()
  176. equipon.Visible = false
  177. equipoff.Visible = true
  178. _G.equip = true
  179. while _G.equip do
  180. wait()
  181. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  182. if v.Name == weapon.Text then
  183. v.Parent = game.Players.LocalPlayer.Character
  184. end
  185. end
  186. end
  187. end)
  188.  
  189.  
  190. Farmoff.Name = "Farmoff"
  191. Farmoff.Parent = Frame
  192. Farmoff.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Farmoff.Position = UDim2.new(0.736986399, 0, 0.621415257, 0)
  194. Farmoff.Size = UDim2.new(0, 57, 0, 36)
  195. Farmoff.Visible = false
  196. Farmoff.Font = Enum.Font.SourceSans
  197. Farmoff.Text = "Farmoff"
  198. Farmoff.TextColor3 = Color3.new(0, 0, 0)
  199. Farmoff.TextSize = 14
  200. Farmoff.Visible = false
  201. Farmoff.MouseButton1Click:connect(function()
  202. Farmon.Visible = true
  203. Farmoff.Visible = false
  204. _G.farm = false
  205. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement