Advertisement
Guest User

the new one

a guest
Jan 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local guiframe = Instance.new("Frame")
  6. local ScrollingFrame = Instance.new("ScrollingFrame")
  7. local Double = Instance.new("TextButton")
  8. local Dual = Instance.new("TextButton")
  9. local Backhand = Instance.new("TextButton")
  10. local Advanced = Instance.new("TextButton")
  11. local Elite = Instance.new("TextButton")
  12. local Force = Instance.new("TextButton")
  13. local Block = Instance.new("TextButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ResetOnSpawn = false
  18.  
  19. guiframe.Name = "guiframe"
  20. guiframe.Parent = ScreenGui
  21. guiframe.Active = true
  22. guiframe.BackgroundColor3 = Color3.new(1, 0.227451, 0.0745098)
  23. guiframe.Position = UDim2.new(0.726597309, 0, 0.58773005, 0)
  24. guiframe.Size = UDim2.new(0, 215, 0, 186)
  25. guiframe.Selectable = true
  26. guiframe.Draggable = true
  27.  
  28. ScrollingFrame.Parent = guiframe
  29. ScrollingFrame.Active = true
  30. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.584314, 0.223529)
  31. ScrollingFrame.Position = UDim2.new(0, 0, 0.161290318, 0)
  32. ScrollingFrame.Size = UDim2.new(0, 215, 0, 127)
  33. ScrollingFrame.CanvasPosition = Vector2.new(2.13145542, 0)
  34. ScrollingFrame.CanvasSize = UDim2.new(1, 0, 1, 40)
  35.  
  36. Double.Name = "Double"
  37. Double.Parent = ScrollingFrame
  38. Double.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Double.Position = UDim2.new(0.0279069766, 0, 0.03763441, 0)
  40. Double.Size = UDim2.new(0, 92, 0, 50)
  41. Double.Font = Enum.Font.SourceSans
  42. Double.Text = "Double LIghtsaber"
  43. Double.TextColor3 = Color3.new(0, 0, 0)
  44. Double.TextScaled = true
  45. Double.TextSize = 14
  46. Double.TextWrapped = true
  47.  
  48. Double.MouseButton1Down:connect(function()
  49. local A_1 = "Double"
  50. local A_2 = "Lightsaber"
  51. local A_3 =
  52. {
  53. [1] = 0
  54. }
  55. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  56. Event:InvokeServer(A_1, A_2, A_3)
  57.  
  58.  
  59.  
  60. end)
  61.  
  62. Dual.Name = "Dual"
  63. Dual.Parent = ScrollingFrame
  64. Dual.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Dual.Position = UDim2.new(0.488372087, 0, 0.03763441, 0)
  66. Dual.Size = UDim2.new(0, 92, 0, 50)
  67. Dual.Font = Enum.Font.SourceSans
  68. Dual.Text = "Dual Lightsaber"
  69. Dual.TextColor3 = Color3.new(0, 0, 0)
  70. Dual.TextScaled = true
  71. Dual.TextSize = 14
  72. Dual.TextWrapped = true
  73.  
  74. Dual.MouseButton1Down:connect(function()
  75. local A_1 = "Dual"
  76. local A_2 = "Lightsaber"
  77. local A_3 =
  78. {
  79. [1] = 0
  80. }
  81. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  82. Event:InvokeServer(A_1, A_2, A_3)
  83.  
  84.  
  85.  
  86. end)
  87.  
  88. Backhand.Name = "Backhand"
  89. Backhand.Parent = ScrollingFrame
  90. Backhand.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Backhand.Position = UDim2.new(0.0279069766, 0, 0.284946203, 0)
  92. Backhand.Size = UDim2.new(0, 92, 0, 50)
  93. Backhand.Font = Enum.Font.SourceSans
  94. Backhand.Text = "Backhand Lightsaber"
  95. Backhand.TextColor3 = Color3.new(0, 0, 0)
  96. Backhand.TextScaled = true
  97. Backhand.TextSize = 14
  98. Backhand.TextWrapped = true
  99.  
  100. Backhand.MouseButton1Down:connect(function()
  101. local A_1 = "Backhand"
  102. local A_2 = "Lightsaber"
  103. local A_3 =
  104. {
  105. [1] = 0
  106. }
  107. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  108. Event:InvokeServer(A_1, A_2, A_3)
  109.  
  110.  
  111.  
  112. end)
  113.  
  114. Advanced.Name = "Advanced"
  115. Advanced.Parent = ScrollingFrame
  116. Advanced.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Advanced.Position = UDim2.new(0.488372087, 0, 0.284946233, 0)
  118. Advanced.Size = UDim2.new(0, 92, 0, 50)
  119. Advanced.Font = Enum.Font.SourceSans
  120. Advanced.Text = "Advanced Trooper"
  121. Advanced.TextColor3 = Color3.new(0, 0, 0)
  122. Advanced.TextScaled = true
  123. Advanced.TextSize = 14
  124. Advanced.TextWrapped = true
  125.  
  126. Advanced.MouseButton1Down:connect(function()
  127. local A_1 = "Advanced Trooper"
  128. local A_2 = "Blaster"
  129. local A_3 =
  130. {
  131. [1] = 0
  132. }
  133. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  134. Event:InvokeServer(A_1, A_2, A_3)
  135.  
  136.  
  137.  
  138. end)
  139.  
  140. Elite.Name = "Elite"
  141. Elite.Parent = ScrollingFrame
  142. Elite.BackgroundColor3 = Color3.new(1, 1, 1)
  143. Elite.Position = UDim2.new(0.0279069766, 0, 0.537634432, 0)
  144. Elite.Size = UDim2.new(0, 92, 0, 50)
  145. Elite.Font = Enum.Font.SourceSans
  146. Elite.Text = "Elite Trooper"
  147. Elite.TextColor3 = Color3.new(0, 0, 0)
  148. Elite.TextScaled = true
  149. Elite.TextSize = 14
  150. Elite.TextWrapped = true
  151.  
  152. Elite.MouseButton1Down:connect(function()
  153. local A_1 = "Elite Trooper"
  154. local A_2 = "Blaster"
  155. local A_3 =
  156. {
  157. [1] = 0
  158. }
  159. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  160. Event:InvokeServer(A_1, A_2, A_3)
  161.  
  162.  
  163.  
  164. end)
  165.  
  166. Force.Name = "Force"
  167. Force.Parent = ScrollingFrame
  168. Force.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Force.Position = UDim2.new(0.488372087, 0, 0.537634373, 0)
  170. Force.Size = UDim2.new(0, 92, 0, 50)
  171. Force.Font = Enum.Font.SourceSans
  172. Force.Text = "Inf force"
  173. Force.TextColor3 = Color3.new(0, 0, 0)
  174. Force.TextScaled = true
  175. Force.TextSize = 14
  176. Force.TextWrapped = true
  177.  
  178. Force.MouseButton1Down:connect(function()
  179. while true do
  180.  
  181. wait(0.0001)
  182.  
  183. game.Players.LocalPlayer.Force.Value = 100
  184. end
  185.  
  186.  
  187.  
  188.  
  189. end)
  190.  
  191. Block.Name = "Block"
  192. Block.Parent = ScrollingFrame
  193. Block.BackgroundColor3 = Color3.new(1, 1, 1)
  194. Block.Position = UDim2.new(0.269767433, 0, 0.779569924, 0)
  195. Block.Size = UDim2.new(0, 92, 0, 50)
  196. Block.Font = Enum.Font.SourceSans
  197. Block.Text = "Inf Block"
  198. Block.TextColor3 = Color3.new(0, 0, 0)
  199. Block.TextScaled = true
  200. Block.TextSize = 14
  201. Block.TextWrapped = true
  202.  
  203. Block.MouseButton1Down:connect(function()
  204. game.Players.LocalPlayer.PlayerGui.StatsGui.Block.Count.Text = 100
  205.  
  206.  
  207.  
  208. end)
  209.  
  210. TextLabel.Parent = guiframe
  211. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  212. TextLabel.BackgroundTransparency = 1
  213. TextLabel.BorderSizePixel = 0
  214. TextLabel.Position = UDim2.new(0.311627924, 0, 0, 0)
  215. TextLabel.Size = UDim2.new(0, 81, 0, 30)
  216. TextLabel.Font = Enum.Font.GothamBold
  217. TextLabel.Text = "Sonia_cupid ilum Script Gui"
  218. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  219. TextLabel.TextScaled = true
  220. TextLabel.TextSize = 14
  221. TextLabel.TextWrapped = true
  222. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement