Advertisement
Guest User

new new

a guest
Jan 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 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 Inf = 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(0, 0, 0)
  23. guiframe.BorderColor3 = Color3.new(0, 0, 0)
  24. guiframe.Position = UDim2.new(0.633729517, 0, 0.382822096, 0)
  25. guiframe.Selectable = true
  26. guiframe.Size = UDim2.new(0, 332, 0, 247)
  27. guiframe.Draggable = true
  28.  
  29. ScrollingFrame.Parent = guiframe
  30. ScrollingFrame.Active = true
  31. ScrollingFrame.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  32. ScrollingFrame.Position = UDim2.new(0, 0, 0.157894731, 0)
  33. ScrollingFrame.Size = UDim2.new(0, 332, 0, 174)
  34. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1, 0)
  35.  
  36. Double.Name = "Double"
  37. Double.Parent = ScrollingFrame
  38. Double.BackgroundColor3 = Color3.new(0, 1, 0.0313726)
  39. Double.Position = UDim2.new(0.0391566306, 0, 0.0358636752, 0)
  40. Double.Size = UDim2.new(0, 142, 0, 56)
  41. Double.Font = Enum.Font.GothamBold
  42. Double.Text = "Double Lightsaber"
  43. Double.TextColor3 = Color3.new(0, 0, 0)
  44. Double.TextSize = 14
  45.  
  46. Double.MouseButton1Down:connect(function()
  47. local A_1 = "Double"
  48. local A_2 = "Lightsaber"
  49. local A_3 =
  50. {
  51. [1] = 0
  52. }
  53. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  54. Event:InvokeServer(A_1, A_2, A_3)
  55.  
  56.  
  57. end)
  58.  
  59. Dual.Name = "Dual"
  60. Dual.Parent = ScrollingFrame
  61. Dual.BackgroundColor3 = Color3.new(0, 1, 0.0313726)
  62. Dual.Position = UDim2.new(0.509036124, 0, 0.0358636752, 0)
  63. Dual.Size = UDim2.new(0, 142, 0, 56)
  64. Dual.Font = Enum.Font.GothamBold
  65. Dual.Text = "Dual Lightsaber"
  66. Dual.TextColor3 = Color3.new(0, 0, 0)
  67. Dual.TextSize = 14
  68.  
  69. Dual.MouseButton1Down:connect(function()
  70. local A_1 = "Dual"
  71. local A_2 = "Lightsaber"
  72. local A_3 =
  73. {
  74. [1] = 0
  75. }
  76. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  77. Event:InvokeServer(A_1, A_2, A_3)
  78.  
  79.  
  80. end)
  81.  
  82. Backhand.Name = "Backhand"
  83. Backhand.Parent = ScrollingFrame
  84. Backhand.BackgroundColor3 = Color3.new(0, 1, 0.0313726)
  85. Backhand.Position = UDim2.new(0.0391566306, 0, 0.315215886, 0)
  86. Backhand.Size = UDim2.new(0, 142, 0, 56)
  87. Backhand.Font = Enum.Font.GothamBold
  88. Backhand.Text = "Backhand Lightsaber"
  89. Backhand.TextColor3 = Color3.new(0, 0, 0)
  90. Backhand.TextSize = 14
  91.  
  92. Backhand.MouseButton1Down:connect(function()
  93. local A_1 = "Backhand"
  94. local A_2 = "Lightsaber"
  95. local A_3 =
  96. {
  97. [1] = 0
  98. }
  99. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  100. Event:InvokeServer(A_1, A_2, A_3)
  101.  
  102.  
  103.  
  104. end)
  105.  
  106. Advanced.Name = "Advanced"
  107. Advanced.Parent = ScrollingFrame
  108. Advanced.BackgroundColor3 = Color3.new(0, 1, 0.0313726)
  109. Advanced.Position = UDim2.new(0.509036124, 0, 0.315215886, 0)
  110. Advanced.Size = UDim2.new(0, 142, 0, 56)
  111. Advanced.Font = Enum.Font.GothamBold
  112. Advanced.Text = "Advanced Trooper"
  113. Advanced.TextColor3 = Color3.new(0, 0, 0)
  114. Advanced.TextSize = 14
  115.  
  116. Advanced.MouseButton1Down:connect(function()
  117. local A_1 = "Advanced Trooper"
  118. local A_2 = "Blaster"
  119. local A_3 =
  120. {
  121. [1] = 0
  122. }
  123. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  124. Event:InvokeServer(A_1, A_2, A_3)
  125.  
  126.  
  127. end)
  128.  
  129. Elite.Name = "Elite"
  130. Elite.Parent = ScrollingFrame
  131. Elite.BackgroundColor3 = Color3.new(0, 1, 0.0313726)
  132. Elite.Position = UDim2.new(0.0391566306, 0, 0.614811063, 0)
  133. Elite.Size = UDim2.new(0, 142, 0, 56)
  134. Elite.Font = Enum.Font.GothamBold
  135. Elite.Text = "Elite Trooper"
  136. Elite.TextColor3 = Color3.new(0, 0, 0)
  137. Elite.TextSize = 14
  138.  
  139. Elite.MouseButton1Down:connect(function()
  140. local A_1 = "Elite Trooper"
  141. local A_2 = "Blaster"
  142. local A_3 =
  143. {
  144. [1] = 0
  145. }
  146. local Event = game:GetService("ReplicatedStorage").Remotes.GiveLoadout
  147. Event:InvokeServer(A_1, A_2, A_3)
  148.  
  149.  
  150.  
  151.  
  152.  
  153. end)
  154.  
  155. Force.Name = "Force"
  156. Force.Parent = ScrollingFrame
  157. Force.BackgroundColor3 = Color3.new(0, 1, 0.0313726)
  158. Force.Position = UDim2.new(0.509036124, 0, 0.614811063, 0)
  159. Force.Size = UDim2.new(0, 142, 0, 56)
  160. Force.Font = Enum.Font.GothamBold
  161. Force.Text = "Inf.Force"
  162. Force.TextColor3 = Color3.new(0, 0, 0)
  163. Force.TextSize = 14
  164.  
  165. Force.MouseButton1Down:connect(function()
  166. while true do
  167.  
  168. wait(0.0001)
  169.  
  170. game.Players.LocalPlayer.Force.Value = 100
  171. end
  172.  
  173.  
  174.  
  175. end)
  176.  
  177. Inf.Name = "Inf"
  178. Inf.Parent = ScrollingFrame
  179. Inf.BackgroundColor3 = Color3.new(0, 1, 0.0313726)
  180. Inf.Position = UDim2.new(0.268072307, 0, 0.883591831, 0)
  181. Inf.Size = UDim2.new(0, 142, 0, 28)
  182. Inf.Font = Enum.Font.GothamBold
  183. Inf.Text = "Inf Block"
  184. Inf.TextColor3 = Color3.new(0, 0, 0)
  185. Inf.TextSize = 14
  186.  
  187. Inf.MouseButton1Down:connect(function()
  188. game.Players.LocalPlayer.PlayerGui.StatsGui.Block.Count.Text = 100
  189.  
  190.  
  191.  
  192. end)
  193.  
  194. TextLabel.Parent = guiframe
  195. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  196. TextLabel.BackgroundTransparency = 1
  197. TextLabel.Size = UDim2.new(0, 332, 0, 39)
  198. TextLabel.Font = Enum.Font.GothamBold
  199. TextLabel.Text = "Sonia_cupid Illum Script Gui"
  200. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  201. TextLabel.TextSize = 21
  202. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement