Advertisement
CharWar

[Added Gamepasses] Ninja Assassins GUI

Oct 19th, 2017
12,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. -- Objects
  2.  
  3. local NinjaGUI = Instance.new("ScreenGui")
  4. local FirstFrame = Instance.new("Frame")
  5. local NinjaScrollingFrame = Instance.new("ScrollingFrame")
  6. local InfNinjutsu = Instance.new("TextButton")
  7. local MaxZen = Instance.new("TextButton")
  8. local InstaKill = Instance.new("TextButton")
  9. local OutsideMap = Instance.new("TextButton")
  10. local Gamepasses = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local TextLabel_5 = Instance.new("TextLabel")
  16. local TextLabel_6 = Instance.new("TextLabel")
  17. local TextLabel_7 = Instance.new("TextLabel")
  18.  
  19. -- Properties
  20.  
  21. NinjaGUI.Name = "NinjaGUI"
  22. NinjaGUI.Parent = game.CoreGui
  23.  
  24. FirstFrame.Name = "FirstFrame"
  25. FirstFrame.Parent = NinjaGUI
  26. FirstFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  27. FirstFrame.BackgroundTransparency = 0.55000001192093
  28. FirstFrame.BorderColor3 = Color3.new(0, 0, 0)
  29. FirstFrame.BorderSizePixel = 2
  30. FirstFrame.Position = UDim2.new(0.417004049, 0, 0.5, 0)
  31. FirstFrame.Size = UDim2.new(0, 124, 0, 103)
  32. FirstFrame.Active = true
  33. FirstFrame.Draggable = true
  34.  
  35. NinjaScrollingFrame.Name = "NinjaScrollingFrame"
  36. NinjaScrollingFrame.Parent = FirstFrame
  37. NinjaScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  38. NinjaScrollingFrame.BackgroundTransparency = 0.15000000596046
  39. NinjaScrollingFrame.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  40. NinjaScrollingFrame.Size = UDim2.new(0, 100, 0, 103)
  41.  
  42. InfNinjutsu.Name = "InfNinjutsu"
  43. InfNinjutsu.Parent = NinjaScrollingFrame
  44. InfNinjutsu.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  45. InfNinjutsu.BorderSizePixel = 0
  46. InfNinjutsu.Size = UDim2.new(0, 80, 0, 15)
  47. InfNinjutsu.Font = Enum.Font.ArialBold
  48. InfNinjutsu.FontSize = Enum.FontSize.Size14
  49. InfNinjutsu.Text = "Inf Ninjutsu"
  50. InfNinjutsu.TextColor3 = Color3.new(1, 1, 1)
  51. InfNinjutsu.TextSize = 14
  52. InfNinjutsu.MouseButton1Click:connect(function()
  53. while true do
  54. wait()
  55. game.ReplicatedStorage.RemoteEvent.AddPowerEvent:FireServer("FromTraining", 10)
  56. end
  57. end)
  58.  
  59. MaxZen.Name = "MaxZen"
  60. MaxZen.Parent = NinjaScrollingFrame
  61. MaxZen.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  62. MaxZen.BorderSizePixel = 0
  63. MaxZen.Position = UDim2.new(0, 0, 0.0850000009, 0)
  64. MaxZen.Size = UDim2.new(0, 80, 0, 15)
  65. MaxZen.Font = Enum.Font.ArialBold
  66. MaxZen.FontSize = Enum.FontSize.Size14
  67. MaxZen.Text = "Max Zen"
  68. MaxZen.TextColor3 = Color3.new(1, 1, 1)
  69. MaxZen.TextSize = 14
  70. MaxZen.MouseButton1Click:connect(function()
  71. for i = 1,50 do
  72. game.ReplicatedStorage.RemoteEvent.AddPowerEvent:FireServer("IncreaseZenRank", i)
  73. end
  74. end)
  75.  
  76. InstaKill.Name = "InstaKill"
  77. InstaKill.Parent = NinjaScrollingFrame
  78. InstaKill.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  79. InstaKill.BorderSizePixel = 0
  80. InstaKill.Position = UDim2.new(0, 0, 0.170000002, 0)
  81. InstaKill.Size = UDim2.new(0, 80, 0, 15)
  82. InstaKill.Font = Enum.Font.ArialBold
  83. InstaKill.FontSize = Enum.FontSize.Size14
  84. InstaKill.Text = "InstaKill"
  85. InstaKill.TextColor3 = Color3.new(1, 1, 1)
  86. InstaKill.TextSize = 14
  87. InstaKill.TextWrapped = true
  88. InstaKill.MouseButton1Click:connect(function()
  89. while true do
  90. wait()
  91. game.Players.LocalPlayer.Character.Sword.HitEvent:FireServer()
  92. end
  93. end)
  94.  
  95. OutsideMap.Name = "OutsideMap"
  96. OutsideMap.Parent = NinjaScrollingFrame
  97. OutsideMap.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  98. OutsideMap.BorderSizePixel = 0
  99. OutsideMap.Position = UDim2.new(0, 0, 0.254999995, 0)
  100. OutsideMap.Size = UDim2.new(0, 80, 0, 15)
  101. OutsideMap.Font = Enum.Font.ArialBold
  102. OutsideMap.FontSize = Enum.FontSize.Size14
  103. OutsideMap.Text = "Outside Map"
  104. OutsideMap.TextColor3 = Color3.new(1, 1, 1)
  105. OutsideMap.TextSize = 14
  106. OutsideMap.MouseButton1Click:connect(function()
  107. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.430862, 276.652863, 471.85906) + Vector3.new(1,0,0)
  108. end)
  109.  
  110. Gamepasses.Name = "Gamepasses"
  111. Gamepasses.Parent = NinjaScrollingFrame
  112. Gamepasses.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  113. Gamepasses.BorderSizePixel = 0
  114. Gamepasses.Position = UDim2.new(0, 0, 0.340000004, 0)
  115. Gamepasses.Size = UDim2.new(0, 80, 0, 15)
  116. Gamepasses.Font = Enum.Font.ArialBold
  117. Gamepasses.FontSize = Enum.FontSize.Size14
  118. Gamepasses.Text = "Gamepasses"
  119. Gamepasses.TextColor3 = Color3.new(1, 1, 1)
  120. Gamepasses.TextSize = 14
  121. Gamepasses.MouseButton1Click:connect(function()
  122. local RemoteEvent = game.ReplicatedStorage:WaitForChild("RemoteEvent")
  123. RemoteEvent.ChangeStatsEvent:FireServer("100m", "VipPass", true)
  124. RemoteEvent.ChangeStatsEvent:FireServer("100m", "PizzaPass", true)
  125. RemoteEvent.ChangeStatsEvent:FireServer("100m", "RainbowPass", true)
  126. RemoteEvent.ChangeStatsEvent:FireServer("100m", "NameChangePass", true)
  127. RemoteEvent.ChangeStatsEvent:FireServer("100m", "FunnySwordPass", true)
  128. RemoteEvent.ChangeStatsEvent:FireServer("100m", "FunnyThrowPass", true)
  129. RemoteEvent.ChangeStatsEvent:FireServer("100m", "x2NinjutsuPass", true)
  130. game.ReplicatedStorage.RemoteEvent.ChangeStatsEvent:FireServer("100m", "x2Reputationtime", 2e8)
  131. game.ReplicatedStorage.RemoteEvent.ChangeStatsEvent:FireServer("100m", "x2NinjutsuTime", 2e8)
  132. end)
  133.  
  134. TextLabel.Parent = FirstFrame
  135. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextLabel.BackgroundTransparency = 1
  137. TextLabel.Position = UDim2.new(0.806451619, 0, 0.150403067, 0)
  138. TextLabel.Size = UDim2.new(0, 24, 0, 47)
  139. TextLabel.Font = Enum.Font.SourceSans
  140. TextLabel.FontSize = Enum.FontSize.Size14
  141. TextLabel.Text = "a"
  142. TextLabel.TextSize = 14
  143.  
  144. TextLabel_2.Parent = FirstFrame
  145. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  146. TextLabel_2.BackgroundTransparency = 1
  147. TextLabel_2.Position = UDim2.new(0.806451619, 0, -0.0338982157, 0)
  148. TextLabel_2.Size = UDim2.new(0, 24, 0, 28)
  149. TextLabel_2.Font = Enum.Font.SourceSans
  150. TextLabel_2.FontSize = Enum.FontSize.Size14
  151. TextLabel_2.Text = "C"
  152. TextLabel_2.TextSize = 14
  153.  
  154. TextLabel_3.Parent = FirstFrame
  155. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  156. TextLabel_3.BackgroundTransparency = 1
  157. TextLabel_3.Position = UDim2.new(0.806451619, 0, 0.371564835, 0)
  158. TextLabel_3.Size = UDim2.new(0, 24, 0, 51)
  159. TextLabel_3.Font = Enum.Font.SourceSans
  160. TextLabel_3.FontSize = Enum.FontSize.Size14
  161. TextLabel_3.Text = "W"
  162. TextLabel_3.TextSize = 14
  163.  
  164. TextLabel_4.Parent = FirstFrame
  165. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TextLabel_4.BackgroundTransparency = 1
  167. TextLabel_4.Position = UDim2.new(0.806451619, 0, 0.29784444, 0)
  168. TextLabel_4.Size = UDim2.new(0, 24, 0, 41)
  169. TextLabel_4.Font = Enum.Font.SourceSans
  170. TextLabel_4.FontSize = Enum.FontSize.Size14
  171. TextLabel_4.Text = "r"
  172. TextLabel_4.TextSize = 14
  173.  
  174. TextLabel_5.Parent = FirstFrame
  175. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  176. TextLabel_5.BackgroundTransparency = 1
  177. TextLabel_5.Position = UDim2.new(0.806451619, 0, 0.50057596, 0)
  178. TextLabel_5.Size = UDim2.new(0, 24, 0, 51)
  179. TextLabel_5.Font = Enum.Font.SourceSans
  180. TextLabel_5.FontSize = Enum.FontSize.Size14
  181. TextLabel_5.Text = "a"
  182. TextLabel_5.TextSize = 14
  183.  
  184. TextLabel_6.Parent = FirstFrame
  185. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel_6.BackgroundTransparency = 1
  187. TextLabel_6.Position = UDim2.new(0.806451619, 0, 0.592726648, 0)
  188. TextLabel_6.Size = UDim2.new(0, 24, 0, 57)
  189. TextLabel_6.Font = Enum.Font.SourceSans
  190. TextLabel_6.FontSize = Enum.FontSize.Size14
  191. TextLabel_6.Text = "r"
  192. TextLabel_6.TextSize = 14
  193.  
  194. TextLabel_7.Parent = FirstFrame
  195. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  196. TextLabel_7.BackgroundTransparency = 1
  197. TextLabel_7.Position = UDim2.new(0.806451619, 0, 0.0582524277, 0)
  198. TextLabel_7.Size = UDim2.new(0, 24, 0, 34)
  199. TextLabel_7.Font = Enum.Font.SourceSans
  200. TextLabel_7.FontSize = Enum.FontSize.Size14
  201. TextLabel_7.Text = "h"
  202. TextLabel_7.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement