Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 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 BuyDF = Instance.new("TextButton")
  7. local Kill = Instance.new("TextButton")
  8. local Beli = Instance.new("TextButton")
  9. local Tpdf = Instance.new("TextButton")
  10. local OnePieceUnleashed = Instance.new("TextButton")
  11. local CanRoblox = Instance.new("TextButton")
  12. local Open = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0.141945779, 0, 0.15631263, 0)
  19. Frame.Size = UDim2.new(0, 279, 0, 173)
  20. Frame.Visible = false
  21.  
  22. BuyDF.Name = "BuyDF"
  23. BuyDF.Parent = Frame
  24. BuyDF.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  25. BuyDF.BorderColor3 = Color3.new(1, 0, 0)
  26. BuyDF.Position = UDim2.new(0.494623661, 0, 0.483997405, 0)
  27. BuyDF.Size = UDim2.new(0, 141, 0, 67)
  28. BuyDF.Font = Enum.Font.SourceSans
  29. BuyDF.Text = "ซื้อผลปีศาจ"
  30. BuyDF.TextColor3 = Color3.new(0, 0, 0)
  31. BuyDF.TextScaled = true
  32. BuyDF.TextSize = 14
  33. BuyDF.TextWrapped = true
  34. BuyDF.MouseButton1Down:connect(function()
  35. game.ReplicatedStorage.rems.dps:FireServer("buydf")
  36.  
  37. end)
  38.  
  39. Kill.Name = "Kill"
  40. Kill.Parent = Frame
  41. Kill.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  42. Kill.BorderColor3 = Color3.new(1, 0, 0)
  43. Kill.Position = UDim2.new(0, 0, 0.489777744, 0)
  44. Kill.Size = UDim2.new(0, 138, 0, 66)
  45. Kill.Font = Enum.Font.SourceSans
  46. Kill.Text = "ฆ่าคนหมดเชิฟ"
  47. Kill.TextColor3 = Color3.new(0, 0, 0)
  48. Kill.TextScaled = true
  49. Kill.TextSize = 14
  50. Kill.TextWrapped = true
  51. Kill.MouseButton1Down:connect(function()
  52. local me = game.Players.LocalPlayer
  53. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  54. if v ~= me then
  55. game.ReplicatedStorage.rems.cdmg:FireServer("\224\180\184\224\180\184\224\181\141\224\180\168\224\181\135\224\180\185\224\180\130", me.Data, v.Data, v.Character.Humanoid, 2500, nil, nil, 1, true, "combat", true, true)
  56. end
  57. end
  58. end)
  59.  
  60. Beli.Name = "Beli"
  61. Beli.Parent = Frame
  62. Beli.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  63. Beli.BorderColor3 = Color3.new(1, 0, 0)
  64. Beli.Position = UDim2.new(0.00358422939, 0, 0.126009375, 0)
  65. Beli.Size = UDim2.new(0, 138, 0, 62)
  66. Beli.Font = Enum.Font.SourceSans
  67. Beli.Text = "ตังฟรี"
  68. Beli.TextColor3 = Color3.new(0, 0, 0)
  69. Beli.TextScaled = true
  70. Beli.TextSize = 14
  71. Beli.TextWrapped = true
  72. Beli.MouseButton1Down:connect(function()
  73. local A_1 = "\224\180\184\224\180\184\224\181\141\224\180\168\224\181\135\224\180\185\224\180\130"
  74. local item = "Torch"
  75. local bread = -1000000
  76. game.ReplicatedStorage.rems.shop:FireServer("tools", item, bread, A_1)
  77. end)
  78.  
  79. Tpdf.Name = "Tpdf"
  80. Tpdf.Parent = Frame
  81. Tpdf.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  82. Tpdf.BorderColor3 = Color3.new(1, 0, 0)
  83. Tpdf.Position = UDim2.new(0.498207897, 0, 0.126009375, 0)
  84. Tpdf.Size = UDim2.new(0, 140, 0, 62)
  85. Tpdf.Font = Enum.Font.SourceSans
  86. Tpdf.Text = "ดึงผล"
  87. Tpdf.TextColor3 = Color3.new(0, 0, 0)
  88. Tpdf.TextScaled = true
  89. Tpdf.TextSize = 14
  90. Tpdf.TextWrapped = true
  91. Tpdf.MouseButton1Click:connect(function()
  92. check = function(x)
  93.  
  94. for _,v in next, x:GetChildren() do
  95. if v:IsA("Tool") then
  96. if not v.Parent:FindFirstChild("Humanoid") then
  97. v.TextureId = "";
  98. v.Parent = game.Players.LocalPlayer.Backpack
  99. end
  100. end
  101. check(v)
  102. end
  103. end
  104. check(workspace)
  105. end)
  106.  
  107. OnePieceUnleashed.Name = "One Piece Unleashed\n"
  108. OnePieceUnleashed.Parent = Frame
  109. OnePieceUnleashed.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  110. OnePieceUnleashed.Position = UDim2.new(-0.00142338872, 0, 0.878572822, 0)
  111. OnePieceUnleashed.Size = UDim2.new(0, 279, 0, 20)
  112. OnePieceUnleashed.Font = Enum.Font.SourceSans
  113. OnePieceUnleashed.Text = "เบียร์สุดหล่อ\n"
  114. OnePieceUnleashed.TextColor3 = Color3.new(0, 0, 0)
  115. OnePieceUnleashed.TextSize = 14
  116. OnePieceUnleashed.TextWrapped = true
  117.  
  118. CanRoblox.Name = "FlamingSenpai"
  119. CanRoblox.Parent = Frame
  120. CanRoblox.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  121. CanRoblox.BorderColor3 = Color3.new(0.666667, 0, 0)
  122. CanRoblox.Position = UDim2.new(-0.00142338872, 0, 0.000243246555, 0)
  123. CanRoblox.Size = UDim2.new(0, 279, 0, 21)
  124. CanRoblox.Font = Enum.Font.SourceSans
  125. CanRoblox.Text = "Flaming Senpai"
  126. CanRoblox.TextColor3 = Color3.new(0, 0, 0)
  127. CanRoblox.TextScaled = true
  128. CanRoblox.TextSize = 14
  129. CanRoblox.TextWrapped = true
  130.  
  131. Open.Name = "Open"
  132. Open.Parent = ScreenGui
  133. Open.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  134. Open.BorderColor3 = Color3.new(0.666667, 0, 0)
  135. Open.Position = UDim2.new(0, 0, 0.613226533, 0)
  136. Open.Size = UDim2.new(0, 63, 0, 45)
  137. Open.Font = Enum.Font.SourceSans
  138. Open.Text = "เปิด"
  139. Open.TextColor3 = Color3.new(0, 0, 0)
  140. Open.TextScaled = true
  141. Open.TextSize = 14
  142. Open.TextWrapped = true
  143. -- Scripts:
  144. function SCRIPT_TIRW70_FAKESCRIPT() -- Open.LocalScript
  145. local script = Instance.new('LocalScript')
  146. script.Parent = Open
  147. local frame = script.Parent.Parent.Frame
  148. local open = false
  149.  
  150. script.Parent.MouseButton1Click:connect(function()
  151. if frame.Visible == false then
  152. frame.Visible = true
  153. else
  154. frame.Visible = false
  155. end
  156. end)
  157.  
  158. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement