Advertisement
lalokskie22

Project-Ninjitsu Ninja Legends

Dec 15th, 2019
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.89 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 1
  3. -- Server : https://discord.gg/jTrzcnC
  4. -- Credit Script : Lucitrash#1171 & @trash#7417
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local Frame_2 = Instance.new("ImageLabel")
  10. local Frame_3 = Instance.new("ImageLabel")
  11. local Frame_4 = Instance.new("Frame")
  12. local Frame_5 = Instance.new("ImageLabel")
  13. local Frame_6 = Instance.new("ImageLabel")
  14. local Frame_7 = Instance.new("Frame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local MaxJump = Instance.new("TextButton")
  17. local _Roundify_2px = Instance.new("ImageLabel")
  18. local FastSwing = Instance.new("TextButton")
  19. local _Roundify_2px_2 = Instance.new("ImageLabel")
  20. local AutoKarma = Instance.new("TextButton")
  21. local _Roundify_2px_3 = Instance.new("ImageLabel")
  22. local UnlockAllIsland = Instance.new("TextButton")
  23. local _Roundify_2px_4 = Instance.new("ImageLabel")
  24. local InfiniteShuriken = Instance.new("TextButton")
  25. local _Roundify_2px_5 = Instance.new("ImageLabel")
  26. local InfiniteInvisible = Instance.new("TextButton")
  27. local _Roundify_2px_6 = Instance.new("ImageLabel")
  28. local AutoSell = Instance.new("TextButton")
  29. local _Roundify_2px_7 = Instance.new("ImageLabel")
  30. local BigHead = Instance.new("TextButton")
  31. local _Roundify_2px_8 = Instance.new("ImageLabel")
  32. local AutoHoops = Instance.new("TextButton")
  33. local _Roundify_2px_9 = Instance.new("ImageLabel")
  34. local TextLabel_2 = Instance.new("TextLabel")
  35. local TextLabel_3 = Instance.new("TextLabel")
  36. local TextLabel_4 = Instance.new("TextLabel")
  37. local TextLabel_5 = Instance.new("TextLabel")
  38. local TextLabel_6 = Instance.new("TextLabel")
  39. local TextLabel_7 = Instance.new("TextLabel")
  40. local TextLabel_8 = Instance.new("TextLabel")
  41. local TextLabel_9 = Instance.new("TextLabel")
  42. local TextLabel_10 = Instance.new("TextLabel")
  43. local BringAllHead = Instance.new("TextButton")
  44. local _Roundify_2px_10 = Instance.new("ImageLabel")
  45. local TPToKing = Instance.new("TextButton")
  46. local _Roundify_2px_11 = Instance.new("ImageLabel")
  47. local AutoSwing = Instance.new("TextButton")
  48. local _Roundify_2px_12 = Instance.new("ImageLabel")
  49. local TextLabel_11 = Instance.new("TextLabel")
  50. local TextLabel_12 = Instance.new("TextLabel")
  51. local TextLabel_13 = Instance.new("TextLabel")
  52.  
  53. --Properties:
  54.  
  55. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  56.  
  57. Frame.Parent = ScreenGui
  58. Frame.BackgroundColor3 = Color3.new(0.4, 0.4, 1)
  59. Frame.BorderSizePixel = 0
  60. Frame.Position = UDim2.new(0.2601583, 0, 0.536519408, 0)
  61. Frame.Size = UDim2.new(0, 512, 0, 199)
  62.  
  63. Frame_2.Name = "Frame"
  64. Frame_2.Parent = Frame
  65. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Frame_2.BackgroundTransparency = 1
  67. Frame_2.BorderSizePixel = 0
  68. Frame_2.Position = UDim2.new(0, 0, -0.109999999, 0)
  69. Frame_2.Size = UDim2.new(0, 45, 0, 40)
  70. Frame_2.Image = "rbxassetid://3570695787"
  71. Frame_2.ImageColor3 = Color3.new(0.4, 0.4, 1)
  72. Frame_2.ScaleType = Enum.ScaleType.Slice
  73. Frame_2.SliceCenter = Rect.new(100, 100, 100, 100)
  74.  
  75. Frame_3.Name = "Frame"
  76. Frame_3.Parent = Frame
  77. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Frame_3.BackgroundTransparency = 1
  79. Frame_3.BorderSizePixel = 0
  80. Frame_3.Position = UDim2.new(0.911937416, 0, -0.0999999642, 0)
  81. Frame_3.Size = UDim2.new(0, 45, 0, 40)
  82. Frame_3.Image = "rbxassetid://3570695787"
  83. Frame_3.ImageColor3 = Color3.new(0.4, 0.4, 1)
  84. Frame_3.ScaleType = Enum.ScaleType.Slice
  85. Frame_3.SliceCenter = Rect.new(100, 100, 100, 100)
  86.  
  87. Frame_4.Parent = Frame
  88. Frame_4.BackgroundColor3 = Color3.new(0.4, 0.4, 1)
  89. Frame_4.BorderSizePixel = 0
  90. Frame_4.Position = UDim2.new(0.033203125, 0, -0.100000076, 0)
  91. Frame_4.Size = UDim2.new(0, 482, 0, 19)
  92.  
  93. Frame_5.Name = "Frame"
  94. Frame_5.Parent = Frame
  95. Frame_5.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Frame_5.BackgroundTransparency = 1
  97. Frame_5.BorderSizePixel = 0
  98. Frame_5.Position = UDim2.new(0, 0, 0.909108281, 0)
  99. Frame_5.Size = UDim2.new(0, 45, 0, 40)
  100. Frame_5.Image = "rbxassetid://3570695787"
  101. Frame_5.ImageColor3 = Color3.new(0.4, 0.4, 1)
  102. Frame_5.ScaleType = Enum.ScaleType.Slice
  103. Frame_5.SliceCenter = Rect.new(100, 100, 100, 100)
  104.  
  105. Frame_6.Name = "Frame"
  106. Frame_6.Parent = Frame
  107. Frame_6.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Frame_6.BackgroundTransparency = 1
  109. Frame_6.BorderSizePixel = 0
  110. Frame_6.Position = UDim2.new(0.912109375, 0, 0.910828054, 0)
  111. Frame_6.Size = UDim2.new(0, 45, 0, 40)
  112. Frame_6.Image = "rbxassetid://3570695787"
  113. Frame_6.ImageColor3 = Color3.new(0.4, 0.4, 1)
  114. Frame_6.ScaleType = Enum.ScaleType.Slice
  115. Frame_6.SliceCenter = Rect.new(100, 100, 100, 100)
  116.  
  117. Frame_7.Parent = Frame
  118. Frame_7.BackgroundColor3 = Color3.new(0.4, 0.4, 1)
  119. Frame_7.BorderSizePixel = 0
  120. Frame_7.Position = UDim2.new(0.033203125, 0, 0.980891705, 0)
  121. Frame_7.Size = UDim2.new(0, 482, 0, 28)
  122.  
  123. TextLabel.Parent = Frame
  124. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  125. TextLabel.BackgroundTransparency = 1
  126. TextLabel.BorderSizePixel = 0
  127. TextLabel.Position = UDim2.new(0.23046875, 0, -0.127388537, 0)
  128. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  129. TextLabel.Font = Enum.Font.GothamBold
  130. TextLabel.Text = "Project Ninjitsu - Ninja Legends"
  131. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  132. TextLabel.TextSize = 25
  133.  
  134. MaxJump.Name = "Max Jump"
  135. MaxJump.Parent = Frame
  136. MaxJump.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  137. MaxJump.BackgroundTransparency = 1
  138. MaxJump.BorderSizePixel = 0
  139. MaxJump.Position = UDim2.new(0.046875, 0, 0.235668793, 0)
  140. MaxJump.Size = UDim2.new(0, 126, 0, 25)
  141. MaxJump.Font = Enum.Font.SourceSans
  142. MaxJump.Text = ""
  143. MaxJump.TextColor3 = Color3.new(0, 0, 0)
  144. MaxJump.TextSize = 14
  145.  
  146. _Roundify_2px.Name = "?_Roundify_2px"
  147. _Roundify_2px.Parent = MaxJump
  148. _Roundify_2px.Active = true
  149. _Roundify_2px.AnchorPoint = Vector2.new(0.5, 0.5)
  150. _Roundify_2px.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  151. _Roundify_2px.BackgroundTransparency = 1
  152. _Roundify_2px.Position = UDim2.new(0.5, 0, 0.5, 0)
  153. _Roundify_2px.Selectable = true
  154. _Roundify_2px.Size = UDim2.new(1, 0, 1, 0)
  155. _Roundify_2px.Image = "rbxassetid://3570695787"
  156. _Roundify_2px.ImageColor3 = Color3.new(0.4, 1, 0.8)
  157. _Roundify_2px.ScaleType = Enum.ScaleType.Slice
  158. _Roundify_2px.SliceCenter = Rect.new(100, 100, 100, 100)
  159.  
  160. FastSwing.Name = "Fast Swing"
  161. FastSwing.Parent = Frame
  162. FastSwing.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  163. FastSwing.BackgroundTransparency = 1
  164. FastSwing.BorderSizePixel = 0
  165. FastSwing.Position = UDim2.new(0.048828125, 0, 0.458598733, 0)
  166. FastSwing.Size = UDim2.new(0, 126, 0, 25)
  167. FastSwing.Font = Enum.Font.SourceSans
  168. FastSwing.Text = ""
  169. FastSwing.TextColor3 = Color3.new(0, 0, 0)
  170. FastSwing.TextSize = 14
  171.  
  172. _Roundify_2px_2.Name = "?_Roundify_2px"
  173. _Roundify_2px_2.Parent = FastSwing
  174. _Roundify_2px_2.Active = true
  175. _Roundify_2px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  176. _Roundify_2px_2.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  177. _Roundify_2px_2.BackgroundTransparency = 1
  178. _Roundify_2px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  179. _Roundify_2px_2.Selectable = true
  180. _Roundify_2px_2.Size = UDim2.new(1, 0, 1, 0)
  181. _Roundify_2px_2.Image = "rbxassetid://3570695787"
  182. _Roundify_2px_2.ImageColor3 = Color3.new(0.4, 1, 0.8)
  183. _Roundify_2px_2.ScaleType = Enum.ScaleType.Slice
  184. _Roundify_2px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  185.  
  186. AutoKarma.Name = "Auto Karma"
  187. AutoKarma.Parent = Frame
  188. AutoKarma.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  189. AutoKarma.BackgroundTransparency = 1
  190. AutoKarma.BorderSizePixel = 0
  191. AutoKarma.Position = UDim2.new(0.048828125, 0, 0.694267511, 0)
  192. AutoKarma.Size = UDim2.new(0, 126, 0, 25)
  193. AutoKarma.Font = Enum.Font.SourceSans
  194. AutoKarma.Text = ""
  195. AutoKarma.TextColor3 = Color3.new(0, 0, 0)
  196. AutoKarma.TextSize = 14
  197.  
  198. _Roundify_2px_3.Name = "?_Roundify_2px"
  199. _Roundify_2px_3.Parent = AutoKarma
  200. _Roundify_2px_3.Active = true
  201. _Roundify_2px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  202. _Roundify_2px_3.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  203. _Roundify_2px_3.BackgroundTransparency = 1
  204. _Roundify_2px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  205. _Roundify_2px_3.Selectable = true
  206. _Roundify_2px_3.Size = UDim2.new(1, 0, 1, 0)
  207. _Roundify_2px_3.Image = "rbxassetid://3570695787"
  208. _Roundify_2px_3.ImageColor3 = Color3.new(0.4, 1, 0.8)
  209. _Roundify_2px_3.ScaleType = Enum.ScaleType.Slice
  210. _Roundify_2px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  211.  
  212. UnlockAllIsland.Name = "Unlock All Island"
  213. UnlockAllIsland.Parent = Frame
  214. UnlockAllIsland.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  215. UnlockAllIsland.BackgroundTransparency = 1
  216. UnlockAllIsland.BorderSizePixel = 0
  217. UnlockAllIsland.Position = UDim2.new(0.373046875, 0, 0.235668793, 0)
  218. UnlockAllIsland.Size = UDim2.new(0, 126, 0, 25)
  219. UnlockAllIsland.Font = Enum.Font.SourceSans
  220. UnlockAllIsland.Text = ""
  221. UnlockAllIsland.TextColor3 = Color3.new(0, 0, 0)
  222. UnlockAllIsland.TextSize = 14
  223.  
  224. _Roundify_2px_4.Name = "?_Roundify_2px"
  225. _Roundify_2px_4.Parent = UnlockAllIsland
  226. _Roundify_2px_4.Active = true
  227. _Roundify_2px_4.AnchorPoint = Vector2.new(0.5, 0.5)
  228. _Roundify_2px_4.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  229. _Roundify_2px_4.BackgroundTransparency = 1
  230. _Roundify_2px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  231. _Roundify_2px_4.Selectable = true
  232. _Roundify_2px_4.Size = UDim2.new(1, 0, 1, 0)
  233. _Roundify_2px_4.Image = "rbxassetid://3570695787"
  234. _Roundify_2px_4.ImageColor3 = Color3.new(0.4, 1, 0.8)
  235. _Roundify_2px_4.ScaleType = Enum.ScaleType.Slice
  236. _Roundify_2px_4.SliceCenter = Rect.new(100, 100, 100, 100)
  237.  
  238. InfiniteShuriken.Name = "Infinite Shuriken"
  239. InfiniteShuriken.Parent = Frame
  240. InfiniteShuriken.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  241. InfiniteShuriken.BackgroundTransparency = 1
  242. InfiniteShuriken.BorderSizePixel = 0
  243. InfiniteShuriken.Position = UDim2.new(0.375, 0, 0.458598733, 0)
  244. InfiniteShuriken.Size = UDim2.new(0, 126, 0, 25)
  245. InfiniteShuriken.Font = Enum.Font.SourceSans
  246. InfiniteShuriken.Text = ""
  247. InfiniteShuriken.TextColor3 = Color3.new(0, 0, 0)
  248. InfiniteShuriken.TextSize = 14
  249.  
  250. _Roundify_2px_5.Name = "?_Roundify_2px"
  251. _Roundify_2px_5.Parent = InfiniteShuriken
  252. _Roundify_2px_5.Active = true
  253. _Roundify_2px_5.AnchorPoint = Vector2.new(0.5, 0.5)
  254. _Roundify_2px_5.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  255. _Roundify_2px_5.BackgroundTransparency = 1
  256. _Roundify_2px_5.Position = UDim2.new(0.5, 0, 0.5, 0)
  257. _Roundify_2px_5.Selectable = true
  258. _Roundify_2px_5.Size = UDim2.new(1, 0, 1, 0)
  259. _Roundify_2px_5.Image = "rbxassetid://3570695787"
  260. _Roundify_2px_5.ImageColor3 = Color3.new(0.4, 1, 0.8)
  261. _Roundify_2px_5.ScaleType = Enum.ScaleType.Slice
  262. _Roundify_2px_5.SliceCenter = Rect.new(100, 100, 100, 100)
  263.  
  264. InfiniteInvisible.Name = "Infinite Invisible"
  265. InfiniteInvisible.Parent = Frame
  266. InfiniteInvisible.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  267. InfiniteInvisible.BackgroundTransparency = 1
  268. InfiniteInvisible.BorderSizePixel = 0
  269. InfiniteInvisible.Position = UDim2.new(0.375, 0, 0.694267511, 0)
  270. InfiniteInvisible.Size = UDim2.new(0, 126, 0, 25)
  271. InfiniteInvisible.Font = Enum.Font.SourceSans
  272. InfiniteInvisible.Text = ""
  273. InfiniteInvisible.TextColor3 = Color3.new(0, 0, 0)
  274. InfiniteInvisible.TextSize = 14
  275.  
  276. _Roundify_2px_6.Name = "?_Roundify_2px"
  277. _Roundify_2px_6.Parent = InfiniteInvisible
  278. _Roundify_2px_6.Active = true
  279. _Roundify_2px_6.AnchorPoint = Vector2.new(0.5, 0.5)
  280. _Roundify_2px_6.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  281. _Roundify_2px_6.BackgroundTransparency = 1
  282. _Roundify_2px_6.Position = UDim2.new(0.5, 0, 0.5, 0)
  283. _Roundify_2px_6.Selectable = true
  284. _Roundify_2px_6.Size = UDim2.new(1, 0, 1, 0)
  285. _Roundify_2px_6.Image = "rbxassetid://3570695787"
  286. _Roundify_2px_6.ImageColor3 = Color3.new(0.4, 1, 0.8)
  287. _Roundify_2px_6.ScaleType = Enum.ScaleType.Slice
  288. _Roundify_2px_6.SliceCenter = Rect.new(100, 100, 100, 100)
  289.  
  290. AutoSell.Name = "Auto Sell"
  291. AutoSell.Parent = Frame
  292. AutoSell.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  293. AutoSell.BackgroundTransparency = 1
  294. AutoSell.BorderSizePixel = 0
  295. AutoSell.Position = UDim2.new(0.6953125, 0, 0.235668793, 0)
  296. AutoSell.Size = UDim2.new(0, 126, 0, 25)
  297. AutoSell.Font = Enum.Font.SourceSans
  298. AutoSell.Text = ""
  299. AutoSell.TextColor3 = Color3.new(0, 0, 0)
  300. AutoSell.TextSize = 14
  301.  
  302. _Roundify_2px_7.Name = "?_Roundify_2px"
  303. _Roundify_2px_7.Parent = AutoSell
  304. _Roundify_2px_7.Active = true
  305. _Roundify_2px_7.AnchorPoint = Vector2.new(0.5, 0.5)
  306. _Roundify_2px_7.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  307. _Roundify_2px_7.BackgroundTransparency = 1
  308. _Roundify_2px_7.Position = UDim2.new(0.5, 0, 0.5, 0)
  309. _Roundify_2px_7.Selectable = true
  310. _Roundify_2px_7.Size = UDim2.new(1, 0, 1, 0)
  311. _Roundify_2px_7.Image = "rbxassetid://3570695787"
  312. _Roundify_2px_7.ImageColor3 = Color3.new(0.4, 1, 0.8)
  313. _Roundify_2px_7.ScaleType = Enum.ScaleType.Slice
  314. _Roundify_2px_7.SliceCenter = Rect.new(100, 100, 100, 100)
  315.  
  316. BigHead.Name = "Big Head"
  317. BigHead.Parent = Frame
  318. BigHead.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  319. BigHead.BackgroundTransparency = 1
  320. BigHead.BorderSizePixel = 0
  321. BigHead.Position = UDim2.new(0.697265625, 0, 0.458598733, 0)
  322. BigHead.Size = UDim2.new(0, 126, 0, 25)
  323. BigHead.Font = Enum.Font.SourceSans
  324. BigHead.Text = ""
  325. BigHead.TextColor3 = Color3.new(0, 0, 0)
  326. BigHead.TextSize = 14
  327.  
  328. _Roundify_2px_8.Name = "?_Roundify_2px"
  329. _Roundify_2px_8.Parent = BigHead
  330. _Roundify_2px_8.Active = true
  331. _Roundify_2px_8.AnchorPoint = Vector2.new(0.5, 0.5)
  332. _Roundify_2px_8.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  333. _Roundify_2px_8.BackgroundTransparency = 1
  334. _Roundify_2px_8.Position = UDim2.new(0.5, 0, 0.5, 0)
  335. _Roundify_2px_8.Selectable = true
  336. _Roundify_2px_8.Size = UDim2.new(1, 0, 1, 0)
  337. _Roundify_2px_8.Image = "rbxassetid://3570695787"
  338. _Roundify_2px_8.ImageColor3 = Color3.new(0.4, 1, 0.8)
  339. _Roundify_2px_8.ScaleType = Enum.ScaleType.Slice
  340. _Roundify_2px_8.SliceCenter = Rect.new(100, 100, 100, 100)
  341.  
  342. AutoHoops.Name = "Auto Hoops"
  343. AutoHoops.Parent = Frame
  344. AutoHoops.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  345. AutoHoops.BackgroundTransparency = 1
  346. AutoHoops.BorderSizePixel = 0
  347. AutoHoops.Position = UDim2.new(0.697265625, 0, 0.694267511, 0)
  348. AutoHoops.Size = UDim2.new(0, 126, 0, 25)
  349. AutoHoops.Font = Enum.Font.SourceSans
  350. AutoHoops.Text = ""
  351. AutoHoops.TextColor3 = Color3.new(0, 0, 0)
  352. AutoHoops.TextSize = 14
  353.  
  354. _Roundify_2px_9.Name = "?_Roundify_2px"
  355. _Roundify_2px_9.Parent = AutoHoops
  356. _Roundify_2px_9.Active = true
  357. _Roundify_2px_9.AnchorPoint = Vector2.new(0.5, 0.5)
  358. _Roundify_2px_9.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  359. _Roundify_2px_9.BackgroundTransparency = 1
  360. _Roundify_2px_9.Position = UDim2.new(0.5, 0, 0.5, 0)
  361. _Roundify_2px_9.Selectable = true
  362. _Roundify_2px_9.Size = UDim2.new(1, 0, 1, 0)
  363. _Roundify_2px_9.Image = "rbxassetid://3570695787"
  364. _Roundify_2px_9.ImageColor3 = Color3.new(0.4, 1, 0.8)
  365. _Roundify_2px_9.ScaleType = Enum.ScaleType.Slice
  366. _Roundify_2px_9.SliceCenter = Rect.new(100, 100, 100, 100)
  367.  
  368. TextLabel_2.Parent = Frame
  369. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  370. TextLabel_2.BackgroundTransparency = 1
  371. TextLabel_2.BorderSizePixel = 0
  372. TextLabel_2.Position = UDim2.new(-0.02734375, 0, 0.159235671, 0)
  373. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  374. TextLabel_2.Font = Enum.Font.GothamBold
  375. TextLabel_2.Text = "Max Jump"
  376. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  377. TextLabel_2.TextSize = 15
  378.  
  379. TextLabel_3.Parent = Frame
  380. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  381. TextLabel_3.BackgroundTransparency = 1
  382. TextLabel_3.BorderSizePixel = 0
  383. TextLabel_3.Position = UDim2.new(-0.03125, 0, 0.375796169, 0)
  384. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  385. TextLabel_3.Font = Enum.Font.GothamBold
  386. TextLabel_3.Text = "Fast Swing"
  387. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  388. TextLabel_3.TextSize = 15
  389.  
  390. TextLabel_4.Parent = Frame
  391. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  392. TextLabel_4.BackgroundTransparency = 1
  393. TextLabel_4.BorderSizePixel = 0
  394. TextLabel_4.Position = UDim2.new(-0.021484375, 0, 0.633165836, 0)
  395. TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
  396. TextLabel_4.Font = Enum.Font.GothamBold
  397. TextLabel_4.Text = "Auto Karma - Collect Soul"
  398. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  399. TextLabel_4.TextSize = 9
  400.  
  401. TextLabel_5.Parent = Frame
  402. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  403. TextLabel_5.BackgroundTransparency = 1
  404. TextLabel_5.BorderSizePixel = 0
  405. TextLabel_5.Position = UDim2.new(0.298828125, 0, 0.159235671, 0)
  406. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  407. TextLabel_5.Font = Enum.Font.GothamBold
  408. TextLabel_5.Text = "Unlock All Island"
  409. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  410. TextLabel_5.TextSize = 13
  411.  
  412. TextLabel_6.Parent = Frame
  413. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  414. TextLabel_6.BackgroundTransparency = 1
  415. TextLabel_6.BorderSizePixel = 0
  416. TextLabel_6.Position = UDim2.new(0.30078125, 0, 0.382165611, 0)
  417. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  418. TextLabel_6.Font = Enum.Font.GothamBold
  419. TextLabel_6.Text = "Infinite Shuriken"
  420. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  421. TextLabel_6.TextSize = 13
  422.  
  423. TextLabel_7.Parent = Frame
  424. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  425. TextLabel_7.BackgroundTransparency = 1
  426. TextLabel_7.BorderSizePixel = 0
  427. TextLabel_7.Position = UDim2.new(0.306640625, 0, 0.617834389, 0)
  428. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  429. TextLabel_7.Font = Enum.Font.GothamBold
  430. TextLabel_7.Text = "Infinite Invisible"
  431. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  432. TextLabel_7.TextSize = 13
  433.  
  434. TextLabel_8.Parent = Frame
  435. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  436. TextLabel_8.BackgroundTransparency = 1
  437. TextLabel_8.BorderSizePixel = 0
  438. TextLabel_8.Position = UDim2.new(0.6171875, 0, 0.159235671, 0)
  439. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  440. TextLabel_8.Font = Enum.Font.GothamBold
  441. TextLabel_8.Text = "Auto Sell"
  442. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  443. TextLabel_8.TextSize = 13
  444.  
  445. TextLabel_9.Parent = Frame
  446. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  447. TextLabel_9.BackgroundTransparency = 1
  448. TextLabel_9.BorderSizePixel = 0
  449. TextLabel_9.Position = UDim2.new(0.62109375, 0, 0.0854271352, 0)
  450. TextLabel_9.Size = UDim2.new(0, 200, 0, 172)
  451. TextLabel_9.Font = Enum.Font.GothamBold
  452. TextLabel_9.Text = "Big Head All"
  453. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  454. TextLabel_9.TextSize = 13
  455.  
  456. TextLabel_10.Parent = Frame
  457. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  458. TextLabel_10.BackgroundTransparency = 1
  459. TextLabel_10.BorderSizePixel = 0
  460. TextLabel_10.Position = UDim2.new(0.62109375, 0, 0.611464977, 0)
  461. TextLabel_10.Size = UDim2.new(0, 200, 0, 50)
  462. TextLabel_10.Font = Enum.Font.GothamBold
  463. TextLabel_10.Text = "Auto Hoops"
  464. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  465. TextLabel_10.TextSize = 13
  466.  
  467. BringAllHead.Name = "Bring All Head"
  468. BringAllHead.Parent = Frame
  469. BringAllHead.BackgroundColor3 = Color3.new(1, 1, 1)
  470. BringAllHead.BackgroundTransparency = 1
  471. BringAllHead.BorderSizePixel = 0
  472. BringAllHead.Position = UDim2.new(0.05078125, 0, 0.864321589, 0)
  473. BringAllHead.Size = UDim2.new(0, 124, 0, 25)
  474. BringAllHead.Font = Enum.Font.SourceSans
  475. BringAllHead.Text = ""
  476. BringAllHead.TextColor3 = Color3.new(0, 0, 0)
  477. BringAllHead.TextSize = 14
  478.  
  479. _Roundify_2px_10.Name = "?_Roundify_2px"
  480. _Roundify_2px_10.Parent = BringAllHead
  481. _Roundify_2px_10.Active = true
  482. _Roundify_2px_10.AnchorPoint = Vector2.new(0.5, 0.5)
  483. _Roundify_2px_10.BackgroundColor3 = Color3.new(1, 1, 1)
  484. _Roundify_2px_10.BackgroundTransparency = 1
  485. _Roundify_2px_10.Position = UDim2.new(0.5, 0, 0.5, 0)
  486. _Roundify_2px_10.Selectable = true
  487. _Roundify_2px_10.Size = UDim2.new(1, 0, 1, 0)
  488. _Roundify_2px_10.Image = "rbxassetid://3570695787"
  489. _Roundify_2px_10.ImageColor3 = Color3.new(0.4, 1, 0.8)
  490. _Roundify_2px_10.ScaleType = Enum.ScaleType.Slice
  491. _Roundify_2px_10.SliceCenter = Rect.new(100, 100, 100, 100)
  492.  
  493. TPToKing.Name = "TP To King"
  494. TPToKing.Parent = Frame
  495. TPToKing.BackgroundColor3 = Color3.new(1, 1, 1)
  496. TPToKing.BackgroundTransparency = 1
  497. TPToKing.BorderSizePixel = 0
  498. TPToKing.Position = UDim2.new(0.376953125, 0, 0.869346738, 0)
  499. TPToKing.Size = UDim2.new(0, 124, 0, 25)
  500. TPToKing.Font = Enum.Font.SourceSans
  501. TPToKing.Text = ""
  502. TPToKing.TextColor3 = Color3.new(0, 0, 0)
  503. TPToKing.TextSize = 14
  504.  
  505. _Roundify_2px_11.Name = "?_Roundify_2px"
  506. _Roundify_2px_11.Parent = TPToKing
  507. _Roundify_2px_11.Active = true
  508. _Roundify_2px_11.AnchorPoint = Vector2.new(0.5, 0.5)
  509. _Roundify_2px_11.BackgroundColor3 = Color3.new(1, 1, 1)
  510. _Roundify_2px_11.BackgroundTransparency = 1
  511. _Roundify_2px_11.Position = UDim2.new(0.5, 0, 0.5, 0)
  512. _Roundify_2px_11.Selectable = true
  513. _Roundify_2px_11.Size = UDim2.new(1, 0, 1, 0)
  514. _Roundify_2px_11.Image = "rbxassetid://3570695787"
  515. _Roundify_2px_11.ImageColor3 = Color3.new(0.4, 1, 0.8)
  516. _Roundify_2px_11.ScaleType = Enum.ScaleType.Slice
  517. _Roundify_2px_11.SliceCenter = Rect.new(100, 100, 100, 100)
  518.  
  519. AutoSwing.Name = "Auto Swing"
  520. AutoSwing.Parent = Frame
  521. AutoSwing.BackgroundColor3 = Color3.new(1, 1, 1)
  522. AutoSwing.BackgroundTransparency = 1
  523. AutoSwing.BorderSizePixel = 0
  524. AutoSwing.Position = UDim2.new(0.6953125, 0, 0.859296501, 0)
  525. AutoSwing.Size = UDim2.new(0, 124, 0, 25)
  526. AutoSwing.Font = Enum.Font.SourceSans
  527. AutoSwing.Text = ""
  528. AutoSwing.TextColor3 = Color3.new(0, 0, 0)
  529. AutoSwing.TextSize = 14
  530.  
  531. _Roundify_2px_12.Name = "?_Roundify_2px"
  532. _Roundify_2px_12.Parent = AutoSwing
  533. _Roundify_2px_12.Active = true
  534. _Roundify_2px_12.AnchorPoint = Vector2.new(0.5, 0.5)
  535. _Roundify_2px_12.BackgroundColor3 = Color3.new(1, 1, 1)
  536. _Roundify_2px_12.BackgroundTransparency = 1
  537. _Roundify_2px_12.Position = UDim2.new(0.5, 0, 0.5, 0)
  538. _Roundify_2px_12.Selectable = true
  539. _Roundify_2px_12.Size = UDim2.new(1, 0, 1, 0)
  540. _Roundify_2px_12.Image = "rbxassetid://3570695787"
  541. _Roundify_2px_12.ImageColor3 = Color3.new(0.4, 1, 0.8)
  542. _Roundify_2px_12.ScaleType = Enum.ScaleType.Slice
  543. _Roundify_2px_12.SliceCenter = Rect.new(100, 100, 100, 100)
  544.  
  545. TextLabel_11.Parent = Frame
  546. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  547. TextLabel_11.BackgroundTransparency = 1
  548. TextLabel_11.BorderSizePixel = 0
  549. TextLabel_11.Position = UDim2.new(-0.03125, 0, 0.798994958, 0)
  550. TextLabel_11.Size = UDim2.new(0, 200, 0, 50)
  551. TextLabel_11.Font = Enum.Font.GothamBold
  552. TextLabel_11.Text = "Bring All Head"
  553. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  554. TextLabel_11.TextSize = 13
  555.  
  556. TextLabel_12.Parent = Frame
  557. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  558. TextLabel_12.BackgroundTransparency = 1
  559. TextLabel_12.BorderSizePixel = 0
  560. TextLabel_12.Position = UDim2.new(0.296875, 0, 0.804020107, 0)
  561. TextLabel_12.Size = UDim2.new(0, 200, 0, 50)
  562. TextLabel_12.Font = Enum.Font.GothamBold
  563. TextLabel_12.Text = "TP To King"
  564. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  565. TextLabel_12.TextSize = 13
  566.  
  567. TextLabel_13.Parent = Frame
  568. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  569. TextLabel_13.BackgroundTransparency = 1
  570. TextLabel_13.BorderSizePixel = 0
  571. TextLabel_13.Position = UDim2.new(0.623046875, 0, 0.798994958, 0)
  572. TextLabel_13.Size = UDim2.new(0, 200, 0, 50)
  573. TextLabel_13.Font = Enum.Font.GothamBold
  574. TextLabel_13.Text = "Auto Swing"
  575. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  576. TextLabel_13.TextSize = 13
  577.  
  578. -- Scripts:
  579.  
  580. local function JPYCX_fake_script() -- ScreenGui.Draggable (Read)
  581. local script = Instance.new('LocalScript', ScreenGui)
  582.  
  583. frame = script.Parent.Frame --Name of the frame you wanna move
  584. frame.Draggable = true
  585. frame.Active = true
  586. frame.Selectable = true
  587. --Place IN the gui NOT in the Frame , Other wise the script will break
  588. --Thanks to TheManInCity (On youtube) by comenting on the video
  589. --Thanks to me for uploading (lol)
  590.  
  591. --Ps we know that Draggable got removed but this script somehow works :D
  592. end
  593. coroutine.wrap(JPYCX_fake_script)()
  594. local function OREL_fake_script() -- MaxJump.Button
  595. local script = Instance.new('LocalScript', MaxJump)
  596.  
  597. function onButtonClicked()
  598.  
  599. game.Players.LocalPlayer.multiJumpCount.Value = "50"
  600. end
  601.  
  602. script.Parent.MouseButton1Click:connect(onButtonClicked)
  603. end
  604. coroutine.wrap(OREL_fake_script)()
  605. local function RQBIS_fake_script() -- FastSwing.Button
  606. local script = Instance.new('LocalScript', FastSwing)
  607.  
  608. function onButtonClicked()
  609.  
  610. for _, nig in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  611. if nig:FindFirstChild("attackTime") then
  612. nig.attackTime.Value = 0
  613. end
  614. end
  615. end
  616.  
  617. script.Parent.MouseButton1Click:connect(onButtonClicked)
  618. end
  619. coroutine.wrap(RQBIS_fake_script)()
  620. local function RPYAOQ_fake_script() -- AutoKarma.Button
  621. local script = Instance.new('LocalScript', AutoKarma)
  622.  
  623. function onButtonClicked()
  624.  
  625. -- Whats New : Prevent Break , Improved Alot And Alot Faster! Support All Exploits , souls changeable
  626.  
  627.  
  628. local VirtualUser = game:GetService("VirtualUser")
  629. local players = game.Players:GetPlayers()
  630. local player = game.Players.LocalPlayer
  631. local soulType = "Bad" -- Good or Bad , Change this only
  632. local lplr = ""
  633. local jplr = ""
  634. _G.Enabled = true
  635.  
  636. local function check()
  637. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  638. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  639. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  640. end
  641. end
  642. end
  643.  
  644. while _G.Enabled and wait(.4) do
  645.  
  646. game.Players.PlayerRemoving:Connect(function(player)
  647. lplr = (player.Name)
  648. players = game.Players:GetPlayers()
  649. end)
  650.  
  651. game.Players.PlayerAdded:Connect(function(player)
  652. jplr = (player.Name)
  653. players = game.Players:GetPlayers()
  654. end)
  655.  
  656. players = game.Players:GetPlayers()
  657. game:service'RunService'.Stepped:Connect(function()
  658. if player.Character and player.Character:FindFirstChildOfClass("Humanoid") then
  659. player.Character.Humanoid:ChangeState(11)
  660. end
  661. end)
  662. for _, v in pairs(players) do
  663. if v.Name ~= player.Name and v.Name ~= lplr and v.Name ~= jplr and workspace[v.Name]:FindFirstChild("Head") then
  664. v.Character.Head.CanCollide = false
  665. v.Character.Head.Anchored = true
  666. v.Character.Head.CFrame = player.Character.HumanoidRootPart.CFrame + Vector3.new(3,0,0)
  667. VirtualUser:CaptureController()
  668. VirtualUser:ClickButton1(Vector2.new(0, 0), CFrame.new(Vector3.new(0, 0, 0)))
  669. end
  670. end
  671.  
  672. for _,v in pairs(game.Workspace.soulPartsFolder:GetChildren()) do
  673. if v.Name == "soulPart" and v.collectPlayers:FindFirstChild(player.Name) then
  674. if not v:FindFirstChild("isGoodKarma") and soulType == "Bad" then
  675. player.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,5,0)
  676. game.Players.LocalPlayer.ninjaEvent:FireServer("collectSoul", v)
  677. elseif v:FindFirstChild("isGoodKarma") and soulType == "Good" then
  678. player.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,5,0)
  679. game.Players.LocalPlayer.ninjaEvent:FireServer("collectSoul", v)
  680. end
  681. end
  682. end
  683. check()
  684. end
  685. end
  686.  
  687. script.Parent.MouseButton1Click:connect(onButtonClicked)
  688. end
  689. coroutine.wrap(RPYAOQ_fake_script)()
  690. local function XFVCM_fake_script() -- UnlockAllIsland.Button
  691. local script = Instance.new('LocalScript', UnlockAllIsland)
  692.  
  693. function onButtonClicked()
  694.  
  695.  
  696. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Enchanted Island"].CFrame
  697. wait(.7)
  698. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Astral Island"].CFrame
  699. wait(.7)
  700. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Mystical Island"].CFrame
  701. wait(.7)
  702. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Space Island"].CFrame
  703. wait(.7)
  704. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Tundra Island"].CFrame
  705. wait(.7)
  706. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Eternal Island"].CFrame
  707. wait(.7)
  708. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").islandUnlockParts["Sandstorm"].CFrame
  709. end
  710.  
  711. script.Parent.MouseButton1Click:connect(onButtonClicked)
  712. end
  713. coroutine.wrap(XFVCM_fake_script)()
  714. local function BTWWOA_fake_script() -- InfiniteShuriken.Button
  715. local script = Instance.new('LocalScript', InfiniteShuriken)
  716.  
  717. function onButtonClicked()
  718.  
  719.  
  720. while true do
  721. wait(.001)
  722. game.Players.LocalPlayer.shurikenAmmoCount.Value = "9999"
  723. game.Players.LocalPlayer.maxShurikenAmmo.Value = "9999"
  724.  
  725. end
  726. end
  727.  
  728. script.Parent.MouseButton1Click:connect(onButtonClicked)
  729. end
  730. coroutine.wrap(BTWWOA_fake_script)()
  731. local function IIWOV_fake_script() -- InfiniteInvisible.Button
  732. local script = Instance.new('LocalScript', InfiniteInvisible)
  733.  
  734. function onButtonClicked()
  735.  
  736. -- Whats New : Prevent Break , Improved Alot And Alot Faster! Support All Exploits , souls changeable
  737.  
  738.  
  739. while true do
  740. wait(.0001)
  741. local A_1 = "goInvisible"
  742. local Event = game.Players.LocalPlayer.ninjaEvent
  743. Event:FireServer(A_1)
  744. end
  745. end
  746.  
  747. script.Parent.MouseButton1Click:connect(onButtonClicked)
  748. end
  749. coroutine.wrap(IIWOV_fake_script)()
  750. local function HZSRW_fake_script() -- AutoSell.Button
  751. local script = Instance.new('LocalScript', AutoSell)
  752.  
  753. function onButtonClicked()
  754.  
  755.  
  756. _G.sell = true
  757. while _G.sell do
  758. wait()
  759. game.workspace["sellAreaCircle"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  760. end
  761. end
  762.  
  763. script.Parent.MouseButton1Click:connect(onButtonClicked)
  764. end
  765. coroutine.wrap(HZSRW_fake_script)()
  766. local function DSQZ_fake_script() -- BigHead.Button
  767. local script = Instance.new('LocalScript', BigHead)
  768.  
  769. function onButtonClicked()
  770.  
  771.  
  772. local head = Misc:Button("Big Head All", function()
  773. while wait(1) do
  774. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  775. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  776. v.Character.Head.CanCollide = false
  777. v.Character.Head.Size = Vector3.new(5, 5, 5)
  778. v.Character.Head.Transparency = 0
  779. end
  780. end
  781. end
  782. end)
  783. end
  784.  
  785. script.Parent.MouseButton1Click:connect(onButtonClicked)
  786. end
  787. coroutine.wrap(DSQZ_fake_script)()
  788. local function GYBNA_fake_script() -- AutoHoops.Button
  789. local script = Instance.new('LocalScript', AutoHoops)
  790.  
  791. function onButtonClicked()
  792.  
  793.  
  794. _G.Hoops = true
  795. while _G.Hoops do
  796. local stuff = workspace.Hoops:getChildren()
  797. for i = 1, #stuff do
  798. if _G.Hoops then
  799. for i = 1, 10 do
  800. stuff[i].touchPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  801. wait()
  802. end
  803. end
  804. wait()
  805. end
  806. end
  807. end
  808.  
  809. script.Parent.MouseButton1Click:connect(onButtonClicked)
  810. end
  811. coroutine.wrap(GYBNA_fake_script)()
  812. local function JZEWJVU_fake_script() -- BringAllHead.Button
  813. local script = Instance.new('LocalScript', BringAllHead)
  814.  
  815. function onButtonClicked()
  816.  
  817.  
  818. --_G.heads = true --Remove for loop "--" for loop
  819. --while _G.heads do --Remove for loop "--" for loop
  820. --wait(0.1) --Remove for loop "--" for loop
  821.  
  822. local pos = 5, 0, 5
  823. local player = game.Players:GetChildren()
  824. for i = 1, #player do
  825. if player[i].Name ~= game.Players.LocalPlayer.Name then
  826. local part = player[i].Character.Head
  827. part.Transparency = 0
  828. part.Material = "Neon"
  829. part.CanCollide = false
  830. part.Anchored = true
  831. part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(pos)
  832. end
  833. end
  834. --end --Remove for loop "--" for loop
  835. end
  836.  
  837. script.Parent.MouseButton1Click:connect(onButtonClicked)
  838. end
  839. coroutine.wrap(JZEWJVU_fake_script)()
  840. local function FCDRKGV_fake_script() -- TPToKing.Button
  841. local script = Instance.new('LocalScript', TPToKing)
  842.  
  843. function onButtonClicked()
  844.  
  845.  
  846. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").kingOfTheHillPart.CFrame
  847. end
  848.  
  849. script.Parent.MouseButton1Click:connect(onButtonClicked)
  850. end
  851. coroutine.wrap(FCDRKGV_fake_script)()
  852. local function PNCSTSP_fake_script() -- AutoSwing.Button
  853. local script = Instance.new('LocalScript', AutoSwing)
  854.  
  855. function onButtonClicked()
  856.  
  857.  
  858. _G.swing = true
  859. while _G.swing do
  860. wait()
  861. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  862. end
  863. end
  864.  
  865. script.Parent.MouseButton1Click:connect(onButtonClicked)
  866. end
  867. coroutine.wrap(PNCSTSP_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement