Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.52 KB | None | 0 0
  1. — Objects
  2.  
  3. local PJJS = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Back = Instance.new("ImageLabel")
  6. local Close = Instance.new("TextButton")
  7. local Stop = Instance.new("ImageButton")
  8. local Normal = Instance.new("TextButton")
  9. local Italy = Instance.new("TextButton")
  10. local Autofarm = Instance.new("TextLabel")
  11. local Others = Instance.new("TextLabel")
  12. local WorthD = Instance.new("TextLabel")
  13. local Scroll = Instance.new("ScrollingFrame")
  14. local Invisible = Instance.new("TextButton")
  15. local ESP = Instance.new("TextButton")
  16. local Name = Instance.new("TextBox")
  17. local Name2 = Instance.new("TextBox")
  18. local TPAll = Instance.new("TextButton")
  19. local TPItems = Instance.new("TextButton")
  20. local TPP = Instance.new("TextButton")
  21. local TPI = Instance.new("TextButton")
  22. local Stand = Instance.new("TextButton")
  23. local Shop = Instance.new("TextButton")
  24. local NMF = Instance.new("Frame")
  25. local Back_2 = Instance.new("ImageLabel")
  26. local Close_2 = Instance.new("TextButton")
  27. local Level = Instance.new("TextButton")
  28. local Autofarm_2 = Instance.new("TextLabel")
  29. local More = Instance.new("TextLabel")
  30. local Money = Instance.new("TextButton")
  31. local Heyya = Instance.new("TextButton")
  32. local HeyyaN = Instance.new("TextBox")
  33. local ItaF = Instance.new("Frame")
  34. local Back_3 = Instance.new("ImageLabel")
  35. local Close_3 = Instance.new("TextButton")
  36. local Level_2 = Instance.new("TextButton")
  37. local Autofarm_3 = Instance.new("TextLabel")
  38. local More_2 = Instance.new("TextLabel")
  39. local Money_2 = Instance.new("TextButton")
  40. local Worth = Instance.new("TextButton")
  41. local Open = Instance.new("Frame")
  42. local OpenB = Instance.new("ImageButton")
  43. local TP = Instance.new("Frame")
  44. local Back_4 = Instance.new("ImageLabel")
  45. local Close_4 = Instance.new("TextButton")
  46. local Arrow = Instance.new("TextButton")
  47. local TPT = Instance.new("TextLabel")
  48. local Rokaka = Instance.new("TextButton")
  49. local Mask = Instance.new("TextButton")
  50. local Aja = Instance.new("TextButton")
  51. local AjaM = Instance.new("TextButton")
  52. local Shop_2 = Instance.new("Frame")
  53. local Back_5 = Instance.new("ImageLabel")
  54. local Close_5 = Instance.new("TextButton")
  55. local ArrowB = Instance.new("TextButton")
  56. local Shopp = Instance.new("TextLabel")
  57. local RokakaB = Instance.new("TextButton")
  58. local MaskB = Instance.new("TextButton")
  59.  
  60. — Properties
  61.  
  62. PJJS.Name = "PJJS"
  63. PJJS.Parent = game.CoreGui
  64. PJJS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  65.  
  66. Main.Name = "Main"
  67. Main.Parent = PJJS
  68. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Main.BackgroundTransparency = 1
  70. Main.BorderSizePixel = 0
  71. Main.Position = UDim2.new(0.703018486, 0, 0.268924296, 0)
  72. Main.Size = UDim2.new(0, 188, 0, 304)
  73. Main.Visible = false
  74.  
  75. Back.Name = "Back"
  76. Back.Parent = Main
  77. Back.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Back.BackgroundTransparency = 1
  79. Back.BorderSizePixel = 0
  80. Back.Size = UDim2.new(0, 188, 0, 321)
  81. Back.Image = "rbxassetid://2980597750"
  82.  
  83. Close.Name = "Close"
  84. Close.Parent = Main
  85. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  86. Close.BackgroundTransparency = 1
  87. Close.BorderSizePixel = 0
  88. Close.Position = UDim2.new(0.886184692, 0, -0.00141365302, 0)
  89. Close.Size = UDim2.new(0, 21, 0, 24)
  90. Close.Font = Enum.Font.Fantasy
  91. Close.Text = "X"
  92. Close.TextColor3 = Color3.new(1, 1, 1)
  93. Close.TextSize = 18
  94.  
  95. Stop.Name = "Stop"
  96. Stop.Parent = Main
  97. Stop.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Stop.BackgroundTransparency = 1
  99. Stop.BorderSizePixel = 0
  100. Stop.Position = UDim2.new(0.807210743, 0, 0.0100758215, 0)
  101. Stop.Size = UDim2.new(0, 14, 0, 15)
  102. Stop.Image = "rbxassetid://2980920225"
  103.  
  104. Normal.Name = "Normal"
  105. Normal.Parent = Main
  106. Normal.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  107. Normal.BorderSizePixel = 0
  108. Normal.Position = UDim2.new(0.120227247, 0, 0.255059421, 0)
  109. Normal.Size = UDim2.new(0, 142, 0, 34)
  110. Normal.Font = Enum.Font.SciFi
  111. Normal.Text = "Normal map"
  112. Normal.TextColor3 = Color3.new(1, 1, 1)
  113. Normal.TextSize = 16
  114.  
  115. Italy.Name = "Italy"
  116. Italy.Parent = Main
  117. Italy.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118.  
  119. Italy.BorderSizePixel = 0
  120. Italy.Position = UDim2.new(0.120227247, 0, 0.39751029, 0)
  121. Italy.Size = UDim2.new(0, 142, 0, 34)
  122. Italy.Font = Enum.Font.SciFi
  123. Italy.Text = "Italy"
  124. Italy.TextColor3 = Color3.new(1, 1, 1)
  125. Italy.TextSize = 16
  126.  
  127. Autofarm.Name = "Autofarm"
  128. Autofarm.Parent = Main
  129. Autofarm.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Autofarm.BackgroundTransparency = 1
  131. Autofarm.BorderSizePixel = 0
  132. Autofarm.Position = UDim2.new(0.200014487, 0, 0.13793309, 0)
  133. Autofarm.Size = UDim2.new(0, 112, 0, 35)
  134. Autofarm.Font = Enum.Font.SciFi
  135. Autofarm.Text = "Autofarm"
  136. Autofarm.TextColor3 = Color3.new(1, 1, 1)
  137. Autofarm.TextSize = 16
  138.  
  139. Others.Name = "Others"
  140. Others.Parent = Main
  141. Others.BackgroundColor3 = Color3.new(1, 1, 1)
  142. Others.BackgroundTransparency = 1
  143. Others.BorderSizePixel = 0
  144. Others.Position = UDim2.new(0.200014487, 0, 0.511470973, 0)
  145. Others.Size = UDim2.new(0, 112, 0, 35)
  146. Others.Font = Enum.Font.SciFi
  147. Others.Text = "Others"
  148. Others.TextColor3 = Color3.new(1, 1, 1)
  149. Others.TextSize = 16
  150.  
  151. WorthD.Name = "WorthD"
  152. WorthD.Parent = Main
  153. WorthD.BackgroundColor3 = Color3.new(1, 1, 1)
  154. WorthD.BackgroundTransparency = 1
  155. WorthD.BorderSizePixel = 0
  156. WorthD.Position = UDim2.new(0, 0, 0.966868162, 0)
  157. WorthD.Size = UDim2.new(0, 187, 0, 26)
  158. WorthD.Font = Enum.Font.SciFi
  159. WorthD.Text = "Worth :"
  160. WorthD.TextColor3 = Color3.new(1, 1, 1)
  161. WorthD.TextSize = 16
  162. game.Players.LocalPlayer.Worth.Changed:Connect(function()
  163. WorthD.Text = "Worth : " .. game.Players.LocalPlayer.Worth.Value
  164. end)
  165.  
  166. Scroll.Name = "Scroll"
  167. Scroll.Parent = Main
  168. Scroll.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Scroll.BackgroundTransparency = 1
  170. Scroll.BorderSizePixel = 0
  171. Scroll.Position = UDim2.new(0.0691489354, 0, 0.62660259, 0)
  172. Scroll.Size = UDim2.new(0, 162, 0, 103)
  173. Scroll.ScrollBarThickness = 1
  174.  
  175. Invisible.Name = "Invisible"
  176. Invisible.Parent = Scroll
  177. Invisible.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  178. Invisible.BorderSizePixel = 0
  179. Invisible.Position = UDim2.new(0.550999999, 0, 0, 0)
  180. Invisible.Size = UDim2.new(0, 70, 0, 29)
  181. Invisible.Font = Enum.Font.SciFi
  182. Invisible.Text = "Invisible"
  183. Invisible.TextColor3 = Color3.new(1, 1, 1)
  184. Invisible.TextSize = 16
  185.  
  186. ESP.Name = "ESP"
  187. ESP.Parent = Scroll
  188. ESP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  189. ESP.BorderSizePixel = 0
  190. ESP.Position = UDim2.new(0.0299999993, 0, 0.0599999987, 0)
  191. ESP.Size = UDim2.new(0, 70, 0, 29)
  192. ESP.Font = Enum.Font.SciFi
  193. ESP.Text = "ESP"
  194. ESP.TextColor3 = Color3.new(1, 1, 1)
  195. ESP.TextSize = 16
  196.  
  197. Name.Name = "Name"
  198. Name.Parent = Scroll
  199. Name.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  200. Name.BorderSizePixel = 0
  201. Name.Position = UDim2.new(0.547999978, 0, 0.119999997, 0)
  202. Name.Size = UDim2.new(0, 70, 0, 29)
  203. Name.Font = Enum.Font.SciFi
  204. Name.PlaceholderText = "Name"
  205. Name.Text = ""
  206. Name.TextColor3 = Color3.new(1, 1, 1)
  207. Name.TextSize = 14
  208. Name.TextWrapped = true
  209.  
  210. Name2.Name = "Name2"
  211. Name2.Parent = Scroll
  212. Name2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  213. Name2.BorderSizePixel = 0
  214. Name2.Position = UDim2.new(0.547999978, 0, 0.24, 0)
  215. Name2.Size = UDim2.new(0, 70, 0, 29)
  216. Name2.Font = Enum.Font.SciFi
  217. Name2.PlaceholderText = "Name"
  218. Name2.Text = ""
  219. Name2.TextColor3 = Color3.new(1, 1, 1)
  220. Name2.TextSize = 14
  221. Name2.TextWrapped = true
  222.  
  223. TPAll.Name = "TPAll"
  224. TPAll.Parent = Scroll
  225. TPAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  226. TPAll.BorderSizePixel = 0
  227. TPAll.Position = UDim2.new(0.0299999993, 0, 0, 0)
  228. TPAll.Size = UDim2.new(0, 70, 0, 29)
  229. TPAll.Font = Enum.Font.SciFi
  230. TPAll.Text = "TP All"
  231. TPAll.TextColor3 = Color3.new(1, 1, 1)
  232. TPAll.TextSize = 16
  233.  
  234. TPItems.Name = "TPItems"
  235. TPItems.Parent = Scroll
  236. TPItems.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  237. TPItems.BorderSizePixel = 0
  238. TPItems.Position = UDim2.new(0.550999999, 0, 0.0599999987, 0)
  239. TPItems.Size = UDim2.new(0, 70, 0, 29)
  240. TPItems.Font = Enum.Font.SciFi
  241. TPItems.Text = "TP Items"
  242. TPItems.TextColor3 = Color3.new(1, 1, 1)
  243. TPItems.TextSize = 16
  244.  
  245. TPP.Name = "TPP"
  246. TPP.Parent = Scroll
  247.  
  248. TPP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  249. TPP.BorderSizePixel = 0
  250. TPP.Position = UDim2.new(0.0299999993, 0, 0.119999997, 0)
  251. TPP.Size = UDim2.new(0, 70, 0, 29)
  252. TPP.Font = Enum.Font.SciFi
  253. TPP.Text = "Tp player"
  254. TPP.TextColor3 = Color3.new(1, 1, 1)
  255. TPP.TextSize = 16
  256.  
  257. TPI.Name = "TPI"
  258. TPI.Parent = Scroll
  259. TPI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  260. TPI.BorderSizePixel = 0
  261. TPI.Position = UDim2.new(0.0299999993, 0, 0.180000007, 0)
  262. TPI.Size = UDim2.new(0, 70, 0, 29)
  263. TPI.Font = Enum.Font.SciFi
  264. TPI.Text = "Tp to Italy"
  265. TPI.TextColor3 = Color3.new(1, 1, 1)
  266. TPI.TextSize = 16
  267.  
  268. Stand.Name = "Stand"
  269. Stand.Parent = Scroll
  270. Stand.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  271. Stand.BorderSizePixel = 0
  272. Stand.Position = UDim2.new(0.0299999993, 0, 0.24, 0)
  273. Stand.Size = UDim2.new(0, 70, 0, 29)
  274. Stand.Font = Enum.Font.SciFi
  275. Stand.Text = "Stand Farm"
  276. Stand.TextColor3 = Color3.new(1, 1, 1)
  277. Stand.TextSize = 16
  278.  
  279. Shop.Name = "Shop"
  280. Shop.Parent = Scroll
  281. Shop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  282. Shop.BorderSizePixel = 0
  283. Shop.Position = UDim2.new(0.550999999, 0, 0.180000007, 0)
  284. Shop.Size = UDim2.new(0, 70, 0, 29)
  285. Shop.Font = Enum.Font.SciFi
  286. Shop.Text = "Shop"
  287. Shop.TextColor3 = Color3.new(1, 1, 1)
  288. Shop.TextSize = 16
  289.  
  290. NMF.Name = "NMF"
  291. NMF.Parent = PJJS
  292. NMF.BackgroundColor3 = Color3.new(1, 1, 1)
  293. NMF.BackgroundTransparency = 1
  294. NMF.BorderSizePixel = 0
  295. NMF.Position = UDim2.new(0.477117807, 0, 0.268924296, 0)
  296. NMF.Size = UDim2.new(0, 188, 0, 319)
  297. NMF.Visible = false
  298.  
  299. Back_2.Name = "Back"
  300. Back_2.Parent = NMF
  301. Back_2.BackgroundColor3 = Color3.new(1, 1, 1)
  302. Back_2.BackgroundTransparency = 1
  303. Back_2.BorderSizePixel = 0
  304. Back_2.Size = UDim2.new(0, 188, 0, 321)
  305. Back_2.Image = "rbxassetid://2980597750"
  306.  
  307. Close_2.Name = "Close"
  308. Close_2.Parent = NMF
  309. Close_2.BackgroundColor3 = Color3.new(1, 1, 1)
  310. Close_2.BackgroundTransparency = 1
  311. Close_2.BorderSizePixel = 0
  312. Close_2.Position = UDim2.new(0.886184692, 0, -0.00141365302, 0)
  313. Close_2.Size = UDim2.new(0, 21, 0, 24)
  314. Close_2.Font = Enum.Font.Fantasy
  315. Close_2.Text = "X"
  316. Close_2.TextColor3 = Color3.new(1, 1, 1)
  317. Close_2.TextSize = 18
  318.  
  319. Level.Name = "Level"
  320. Level.Parent = NMF
  321. Level.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  322. Level.BorderSizePixel = 0
  323. Level.Position = UDim2.new(0.120227247, 0, 0.255059421, 0)
  324. Level.Size = UDim2.new(0, 142, 0, 34)
  325. Level.Font = Enum.Font.SciFi
  326. Level.Text = "Level"
  327. Level.TextColor3 = Color3.new(1, 1, 1)
  328. Level.TextSize = 16
  329.  
  330. Autofarm_2.Name = "Autofarm"
  331. Autofarm_2.Parent = NMF
  332. Autofarm_2.BackgroundColor3 = Color3.new(1, 1, 1)
  333. Autofarm_2.BackgroundTransparency = 1
  334. Autofarm_2.BorderSizePixel = 0
  335. Autofarm_2.Position = UDim2.new(0.200014487, 0, 0.13793309, 0)
  336. Autofarm_2.Size = UDim2.new(0, 112, 0, 35)
  337. Autofarm_2.Font = Enum.Font.SciFi
  338. Autofarm_2.Text = "Autofarm"
  339. Autofarm_2.TextColor3 = Color3.new(1, 1, 1)
  340. Autofarm_2.TextSize = 16
  341.  
  342. More.Name = "More"
  343. More.Parent = NMF
  344. More.BackgroundColor3 = Color3.new(1, 1, 1)
  345. More.BackgroundTransparency = 1
  346. More.BorderSizePixel = 0
  347. More.Position = UDim2.new(0.200014487, 0, 0.843262255, 0)
  348. More.Size = UDim2.new(0, 112, 0, 35)
  349. More.Font = Enum.Font.SciFi
  350. More.Text = "More coming soon"
  351. More.TextColor3 = Color3.new(1, 1, 1)
  352. More.TextSize = 16
  353.  
  354. Money.Name = "Money"
  355. Money.Parent = NMF
  356. Money.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  357. Money.BorderSizePixel = 0
  358. Money.Position = UDim2.new(0.120227247, 0, 0.396125257, 0)
  359. Money.Size = UDim2.new(0, 142, 0, 34)
  360. Money.Font = Enum.Font.SciFi
  361. Money.Text = "Money"
  362. Money.TextColor3 = Color3.new(1, 1, 1)
  363. Money.TextSize = 16
  364.  
  365. Heyya.Name = "Heyya"
  366. Heyya.Parent = NMF
  367. Heyya.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  368. Heyya.BorderSizePixel = 0
  369. Heyya.Position = UDim2.new(0.120227247, 0, 0.549730301, 0)
  370. Heyya.Size = UDim2.new(0, 142, 0, 34)
  371. Heyya.Font = Enum.Font.SciFi
  372. Heyya.Text = "Heyya"
  373. Heyya.TextColor3 = Color3.new(1, 1, 1)
  374. Heyya.TextSize = 16
  375.  
  376. HeyyaN.Name = "HeyyaN"
  377. HeyyaN.Parent = NMF
  378.  
  379. HeyyaN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  380. HeyyaN.BorderSizePixel = 0
  381. HeyyaN.Position = UDim2.new(0.117021233, 0, 0.686520398, 0)
  382. HeyyaN.Size = UDim2.new(0, 142, 0, 34)
  383. HeyyaN.Font = Enum.Font.SciFi
  384. HeyyaN.PlaceholderText = "Name(Heyya)"
  385. HeyyaN.Text = ""
  386. HeyyaN.TextColor3 = Color3.new(1, 1, 1)
  387. HeyyaN.TextSize = 14
  388. HeyyaN.TextWrapped = true
  389.  
  390. ItaF.Name = "ItaF"
  391. ItaF.Parent = PJJS
  392. ItaF.BackgroundColor3 = Color3.new(1, 1, 1)
  393. ItaF.BackgroundTransparency = 1
  394. ItaF.BorderSizePixel = 0
  395. ItaF.Position = UDim2.new(0.477117807, 0, 0.268924296, 0)
  396. ItaF.Size = UDim2.new(0, 188, 0, 319)
  397. ItaF.Visible = false
  398.  
  399. Back_3.Name = "Back"
  400. Back_3.Parent = ItaF
  401. Back_3.BackgroundColor3 = Color3.new(1, 1, 1)
  402. Back_3.BackgroundTransparency = 1
  403. Back_3.BorderSizePixel = 0
  404. Back_3.Size = UDim2.new(0, 188, 0, 321)
  405. Back_3.Image = "rbxassetid://2980597750"
  406.  
  407. Close_3.Name = "Close"
  408. Close_3.Parent = ItaF
  409. Close_3.BackgroundColor3 = Color3.new(1, 1, 1)
  410. Close_3.BackgroundTransparency = 1
  411. Close_3.BorderSizePixel = 0
  412. Close_3.Position = UDim2.new(0.886184692, 0, -0.00141365302, 0)
  413. Close_3.Size = UDim2.new(0, 21, 0, 24)
  414. Close_3.Font = Enum.Font.Fantasy
  415. Close_3.Text = "X"
  416. Close_3.TextColor3 = Color3.new(1, 1, 1)
  417. Close_3.TextSize = 18
  418.  
  419. Level_2.Name = "Level"
  420. Level_2.Parent = ItaF
  421. Level_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  422. Level_2.BorderSizePixel = 0
  423. Level_2.Position = UDim2.new(0.120227247, 0, 0.255059421, 0)
  424. Level_2.Size = UDim2.new(0, 142, 0, 34)
  425. Level_2.Font = Enum.Font.SciFi
  426. Level_2.Text = "Level"
  427. Level_2.TextColor3 = Color3.new(1, 1, 1)
  428. Level_2.TextSize = 16
  429.  
  430. Autofarm_3.Name = "Autofarm"
  431. Autofarm_3.Parent = ItaF
  432. Autofarm_3.BackgroundColor3 = Color3.new(1, 1, 1)
  433. Autofarm_3.BackgroundTransparency = 1
  434. Autofarm_3.BorderSizePixel = 0
  435. Autofarm_3.Position = UDim2.new(0.200014487, 0, 0.13793309, 0)
  436. Autofarm_3.Size = UDim2.new(0, 112, 0, 35)
  437. Autofarm_3.Font = Enum.Font.SciFi
  438. Autofarm_3.Text = "Autofarm"
  439. Autofarm_3.TextColor3 = Color3.new(1, 1, 1)
  440. Autofarm_3.TextSize = 16
  441.  
  442. More_2.Name = "More"
  443. More_2.Parent = ItaF
  444. More_2.BackgroundColor3 = Color3.new(1, 1, 1)
  445. More_2.BackgroundTransparency = 1
  446. More_2.BorderSizePixel = 0
  447. More_2.Position = UDim2.new(0.200014487, 0, 0.717870414, 0)
  448. More_2.Size = UDim2.new(0, 112, 0, 35)
  449. More_2.Font = Enum.Font.SciFi
  450. More_2.Text = "More coming soon"
  451. More_2.TextColor3 = Color3.new(1, 1, 1)
  452. More_2.TextSize = 16
  453.  
  454. Money_2.Name = "Money"
  455. Money_2.Parent = ItaF
  456. Money_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  457. Money_2.BorderSizePixel = 0
  458. Money_2.Position = UDim2.new(0.120227247, 0, 0.396125257, 0)
  459. Money_2.Size = UDim2.new(0, 142, 0, 34)
  460. Money_2.Font = Enum.Font.SciFi
  461. Money_2.Text = "Money"
  462. Money_2.TextColor3 = Color3.new(1, 1, 1)
  463. Money_2.TextSize = 16
  464.  
  465. Worth.Name = "Worth"
  466. Worth.Parent = ItaF
  467. Worth.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  468. Worth.BorderSizePixel = 0
  469. Worth.Position = UDim2.new(0.130865544, 0, 0.543460667, 0)
  470. Worth.Size = UDim2.new(0, 142, 0, 34)
  471. Worth.Font = Enum.Font.SciFi
  472. Worth.Text = "Worth"
  473. Worth.TextColor3 = Color3.new(1, 1, 1)
  474. Worth.TextSize = 16
  475.  
  476. Open.Name = "Open"
  477. Open.Parent = PJJS
  478. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  479. Open.BackgroundTransparency = 1
  480. Open.BorderSizePixel = 0
  481. Open.Position = UDim2.new(0.871470273, 0, 0.908366561, 0)
  482. Open.Size = UDim2.new(0, 132, 0, 46)
  483.  
  484. OpenB.Name = "OpenB"
  485. OpenB.Parent = Open
  486. OpenB.BackgroundColor3 = Color3.new(1, 1, 1)
  487. OpenB.BackgroundTransparency = 1
  488. OpenB.BorderSizePixel = 0
  489. OpenB.Position = UDim2.new(0.00385816162, 0, 0, 0)
  490. OpenB.Size = UDim2.new(0, 131, 0, 45)
  491. OpenB.Image = "rbxassetid://2980667688"
  492. OpenB.ScaleType = Enum.ScaleType.Crop
  493.  
  494. TP.Name = "TP"
  495. TP.Parent = PJJS
  496. TP.BackgroundColor3 = Color3.new(1, 1, 1)
  497. TP.BackgroundTransparency = 1
  498. TP.BorderSizePixel = 0
  499. TP.Position = UDim2.new(0.477117807, 0, 0.268924296, 0)
  500. TP.Size = UDim2.new(0, 188, 0, 319)
  501. TP.Visible = false
  502.  
  503. Back_4.Name = "Back"
  504. Back_4.Parent = TP
  505. Back_4.BackgroundColor3 = Color3.new(1, 1, 1)
  506.  
  507. Back_4.BackgroundTransparency = 1
  508. Back_4.BorderSizePixel = 0
  509. Back_4.Size = UDim2.new(0, 188, 0, 321)
  510. Back_4.Image = "rbxassetid://2980597750"
  511.  
  512. Close_4.Name = "Close"
  513. Close_4.Parent = TP
  514. Close_4.BackgroundColor3 = Color3.new(1, 1, 1)
  515. Close_4.BackgroundTransparency = 1
  516. Close_4.BorderSizePixel = 0
  517. Close_4.Position = UDim2.new(0.886184692, 0, -0.00141365302, 0)
  518. Close_4.Size = UDim2.new(0, 21, 0, 24)
  519. Close_4.Font = Enum.Font.Fantasy
  520. Close_4.Text = "X"
  521. Close_4.TextColor3 = Color3.new(1, 1, 1)
  522. Close_4.TextSize = 18
  523.  
  524. Arrow.Name = "Arrow"
  525. Arrow.Parent = TP
  526. Arrow.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  527. Arrow.BorderSizePixel = 0
  528. Arrow.Position = UDim2.new(0.120227247, 0, 0.289542168, 0)
  529. Arrow.Size = UDim2.new(0, 142, 0, 34)
  530. Arrow.Font = Enum.Font.SciFi
  531. Arrow.Text = "Arrow"
  532. Arrow.TextColor3 = Color3.new(1, 1, 1)
  533. Arrow.TextSize = 16
  534.  
  535. TPT.Name = "TPT"
  536. TPT.Parent = TP
  537. TPT.BackgroundColor3 = Color3.new(1, 1, 1)
  538. TPT.BackgroundTransparency = 1
  539. TPT.BorderSizePixel = 0
  540. TPT.Position = UDim2.new(0.200014487, 0, 0.13793309, 0)
  541. TPT.Size = UDim2.new(0, 112, 0, 35)
  542. TPT.Font = Enum.Font.SciFi
  543. TPT.Text = "TP Items"
  544. TPT.TextColor3 = Color3.new(1, 1, 1)
  545. TPT.TextSize = 16
  546.  
  547. Rokaka.Name = "Rokaka"
  548. Rokaka.Parent = TP
  549. Rokaka.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  550. Rokaka.BorderSizePixel = 0
  551. Rokaka.Position = UDim2.new(0.120227247, 0, 0.4243384, 0)
  552. Rokaka.Size = UDim2.new(0, 142, 0, 34)
  553. Rokaka.Font = Enum.Font.SciFi
  554. Rokaka.Text = "Rokaka"
  555. Rokaka.TextColor3 = Color3.new(1, 1, 1)
  556. Rokaka.TextSize = 16
  557.  
  558. Mask.Name = "Mask"
  559. Mask.Parent = TP
  560. Mask.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  561. Mask.BorderSizePixel = 0
  562. Mask.Position = UDim2.new(0.120227247, 0, 0.559134603, 0)
  563. Mask.Size = UDim2.new(0, 142, 0, 34)
  564. Mask.Font = Enum.Font.SciFi
  565. Mask.Text = "Mask"
  566. Mask.TextColor3 = Color3.new(1, 1, 1)
  567. Mask.TextSize = 16
  568.  
  569. Aja.Name = "Aja"
  570. Aja.Parent = TP
  571. Aja.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  572. Aja.BorderSizePixel = 0
  573. Aja.Position = UDim2.new(0.120227247, 0, 0.700200438, 0)
  574. Aja.Size = UDim2.new(0, 142, 0, 34)
  575. Aja.Font = Enum.Font.SciFi
  576. Aja.Text = "Aja"
  577. Aja.TextColor3 = Color3.new(1, 1, 1)
  578. Aja.TextSize = 16
  579.  
  580. AjaM.Name = "AjaM"
  581. AjaM.Parent = TP
  582. AjaM.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  583. AjaM.BorderSizePixel = 0
  584. AjaM.Position = UDim2.new(0.120227247, 0, 0.844401062, 0)
  585. AjaM.Size = UDim2.new(0, 142, 0, 34)
  586. AjaM.Font = Enum.Font.SciFi
  587. AjaM.Text = "Aja Mask"
  588. AjaM.TextColor3 = Color3.new(1, 1, 1)
  589. AjaM.TextSize = 16
  590.  
  591. Shop_2.Name = "Shop"
  592. Shop_2.Parent = PJJS
  593. Shop_2.BackgroundColor3 = Color3.new(1, 1, 1)
  594. Shop_2.BackgroundTransparency = 1
  595. Shop_2.BorderSizePixel = 0
  596. Shop_2.Position = UDim2.new(0.477117807, 0, 0.268924296, 0)
  597. Shop_2.Size = UDim2.new(0, 188, 0, 319)
  598. Shop_2.Visible = false
  599.  
  600. Back_5.Name = "Back"
  601. Back_5.Parent = Shop_2
  602. Back_5.BackgroundColor3 = Color3.new(1, 1, 1)
  603. Back_5.BackgroundTransparency = 1
  604. Back_5.BorderSizePixel = 0
  605. Back_5.Size = UDim2.new(0, 188, 0, 321)
  606. Back_5.Image = "rbxassetid://2980597750"
  607.  
  608. Close_5.Name = "Close"
  609. Close_5.Parent = Shop_2
  610. Close_5.BackgroundColor3 = Color3.new(1, 1, 1)
  611. Close_5.BackgroundTransparency = 1
  612. Close_5.BorderSizePixel = 0
  613. Close_5.Position = UDim2.new(0.886184692, 0, -0.00141365302, 0)
  614. Close_5.Size = UDim2.new(0, 21, 0, 24)
  615. Close_5.Font = Enum.Font.Fantasy
  616. Close_5.Text = "X"
  617. Close_5.TextColor3 = Color3.new(1, 1, 1)
  618. Close_5.TextSize = 18
  619.  
  620. ArrowB.Name = "ArrowB"
  621. ArrowB.Parent = Shop_2
  622. ArrowB.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  623. ArrowB.BorderSizePixel = 0
  624. ArrowB.Position = UDim2.new(0.120227247, 0, 0.289542168, 0)
  625. ArrowB.Size = UDim2.new(0, 142, 0, 34)
  626. ArrowB.Font = Enum.Font.SciFi
  627. ArrowB.Text = "Arrow"
  628. ArrowB.TextColor3 = Color3.new(1, 1, 1)
  629. ArrowB.TextSize = 16
  630.  
  631. Shopp.Name = "Shopp"
  632. Shopp.Parent = Shop_2
  633. Shopp.BackgroundColor3 = Color3.new(1, 1, 1)
  634. Shopp.BackgroundTransparency = 1
  635. Shopp.BorderSizePixel = 0
  636. Shopp.Position = UDim2.new(0.200014487, 0, 0.13793309, 0)
  637. Shopp.Size = UDim2.new(0,
  638.  
  639. 112, 0, 35)
  640. Shopp.Font = Enum.Font.SciFi
  641. Shopp.Text = "Shop"
  642. Shopp.TextColor3 = Color3.new(1, 1, 1)
  643. Shopp.TextSize = 16
  644.  
  645. RokakaB.Name = "RokakaB"
  646. RokakaB.Parent = Shop_2
  647. RokakaB.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  648. RokakaB.BorderSizePixel = 0
  649. RokakaB.Position = UDim2.new(0.120227247, 0, 0.4243384, 0)
  650. RokakaB.Size = UDim2.new(0, 142, 0, 34)
  651. RokakaB.Font = Enum.Font.SciFi
  652. RokakaB.Text = "Rokaka"
  653. RokakaB.TextColor3 = Color3.new(1, 1, 1)
  654. RokakaB.TextSize = 16
  655.  
  656. MaskB.Name = "MaskB"
  657. MaskB.Parent = Shop_2
  658. MaskB.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  659. MaskB.BorderSizePixel = 0
  660. MaskB.Position = UDim2.new(0.120227247, 0, 0.559134603, 0)
  661. MaskB.Size = UDim2.new(0, 142, 0, 34)
  662. MaskB.Font = Enum.Font.SciFi
  663. MaskB.Text = "Mask"
  664. MaskB.TextColor3 = Color3.new(1, 1, 1)
  665. MaskB.TextSize = 16
  666.  
  667.  
  668.  
  669. Main.Active = true
  670. Main.Draggable = true
  671.  
  672. NMF.Active = true
  673. NMF.Draggable = true
  674.  
  675. ItaF.Active = true
  676. ItaF.Draggable = true
  677.  
  678. TP.Active = true
  679. TP.Draggable = true
  680.  
  681. Shop_2.Active = true
  682. Shop_2.Draggable = true
  683.  
  684. local Enabled = false
  685.  
  686. function CloseFrame(frame)
  687. for i, v in pairs(PJJS[frame]:GetChildren()) do
  688. if v.Name ~= "Back" then
  689. v.Visible = false
  690. end
  691. end
  692. PJJS[frame]:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0.6)
  693. PJJS[frame].Back:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0.6)
  694. wait(0.6)
  695. PJJS[frame].Visible = false
  696. end
  697.  
  698. function OpenFrame(frame)
  699. PJJS[frame].Visible = true
  700. for i, v in pairs(PJJS[frame]:GetChildren()) do
  701. v.Visible = true
  702. end
  703. PJJS[frame]:TweenSize(UDim2.new(0,188,0,304), "Out", "Quad", 0.6)
  704. PJJS[frame].Back:TweenSize(UDim2.new(0,188,0,319), "Out", "Quad", 0.6)
  705. end
  706.  
  707.  
  708. function TryStand(name)
  709. local player = game.Players.LocalPlayer
  710. local Done = false
  711. local HasStand = true
  712. if player:FindFirstChild('Stand').Value == 'None' then HasStand = false end
  713. local function DoThing()
  714. if Done == false then
  715. if HasStand == true then
  716. game.ReplicatedStorage.Logic.giveitem:FireServer('RokakakaFruit')
  717.  
  718. repeat wait() until player.Backpack:FindFirstChild('RokakakaFruit')
  719.  
  720. local Roka = player.Backpack:FindFirstChild('RokakakaFruit')
  721.  
  722. repeat wait() until player:FindFirstChild('Stand').Value == 'None'
  723.  
  724. player.Character.Name = 'hey'
  725.  
  726. game.ReplicatedStorage.Logic.misc:FireServer(12,player)
  727.  
  728. repeat wait() until player.Character.Name == player.Name
  729.  
  730. HasStand = false
  731. elseif HasStand == false then
  732. game.ReplicatedStorage.Logic.giveitem:FireServer('StandArrow')
  733.  
  734. repeat wait() until player.Backpack:FindFirstChild('StandArrow')
  735.  
  736. local Arrow = player.Backpack:FindFirstChild('StandArrow')
  737.  
  738. repeat wait() until player:FindFirstChild('Stand').Value ~= 'None'
  739. print(player:FindFirstChild('Stand').Value)
  740. if player:FindFirstChild('Stand').Value == name then
  741. Done = true
  742. end
  743.  
  744. player.Character.Name = 'hey'
  745.  
  746.  
  747. repeat wait() until player.Character.Name == player.Name
  748.  
  749. HasStand = true
  750. end
  751. end
  752. end
  753.  
  754. repeat DoThing() until Done == true
  755.  
  756. end
  757.  
  758.  
  759.  
  760. OpenB.MouseButton1Click:Connect(function()
  761. OpenFrame("Main")
  762. end)
  763.  
  764. Close.MouseButton1Click:Connect(function()
  765. CloseFrame("Main")
  766. end)
  767.  
  768. Close_2.MouseButton1Click:Connect(function()
  769. CloseFrame("NMF")
  770. end)
  771.  
  772. Close_3.MouseButton1Click:Connect(function()
  773. CloseFrame("ItaF")
  774. end)
  775.  
  776. Close_4.MouseButton1Click:Connect(function()
  777. CloseFrame("TP")
  778. end)
  779.  
  780. Close_5.MouseButton1Click:Connect(function()
  781. CloseFrame("Shop")
  782. end)
  783.  
  784. Stop.MouseButton1Click:Connect(function()
  785. Enabled = false
  786. end)
  787.  
  788.  
  789. Normal.MouseButton1Click:Connect(function()
  790. OpenFrame("NMF")
  791. end)
  792.  
  793. Italy.MouseButton1Click:Connect(function()
  794. OpenFrame("ItaF")
  795. end)
  796.  
  797. TPItems.MouseButton1Click:Connect(function()
  798. OpenFrame("TP")
  799. end)
  800.  
  801. Shop.MouseButton1Click:Connect(function()
  802. OpenFrame("Shop")
  803. end)
  804.  
  805.  
  806. --Init-----------------------------------------------—
  807.  
  808. CloseFrame("Main")
  809. CloseFrame("NMF")
  810. CloseFrame("ItaF")
  811. CloseFrame("TP")
  812. CloseFrame("Shop")
  813.  
  814.  
  815. -------------------------------------------------------
  816.  
  817. TPAll.MouseButton1Click:Connect(function()
  818. for i, Player in pairs(game.Workspace:GetChildren()) do
  819. if Player ~= game.Players.LocalPlayer.Character and Player:FindFirstChild("Humanoid") then
  820. local A_1 = 24
  821. local A_2 = game.Players.LocalPlayer.Character.Head
  822. local A_3 = CFrame.new(nil, nil, nil)
  823. local A_4 = 0
  824. local A_5 = game.Players.LocalPlayer.Character.Torso
  825. local A_6 = Player.Humanoid
  826. local A_7 = false
  827. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  828. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  829. end
  830. end
  831. end)
  832.  
  833.  
  834. TPP.MouseButton1Click:Connect(function()
  835. local A_1 = 24
  836. local A_2 = game.Players.LocalPlayer.Character.Head
  837. local A_3 = CFrame.new(nil, nil, nil)
  838. local A_4 = 0
  839. local A_5 = game.Players.LocalPlayer.Character.Torso
  840. local A_6 = game.Workspace:WaitForChild(Name.Text).Humanoid
  841. local A_7 = false
  842. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  843. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  844. end)
  845.  
  846.  
  847. ESP.MouseButton1Click:Connect(function()
  848.  
  849. game.Players.PlayerRemoving:Connect(function(player)
  850. if game.CoreGui:FindFirstChild("Informations "..player.Name) then
  851. game.CoreGui:WaitForChild("Informations "..player.Name):Destroy()
  852. end
  853. end)
  854.  
  855.  
  856. while wait(1) do
  857. for i, Player in pairs(game.Workspace:GetChildren()) do
  858. if Player.Name ~= game.Players.LocalPlayer.Name and game.CoreGui:FindFirstChild("Informations "..Player.Name) == nil and Player:FindFirstChild("Humanoid") and game.Players:FindFirstChild(Player.Name) and game.Players[Player.Name]:FindFirstChild("Level") and Player:FindFirstChild("Humanoid").Health ~= 0 then
  859.  
  860. local Gui = game.ReplicatedStorage.Items.gang:Clone()
  861. local Lvl = Gui:FindFirstChild("Text")
  862. local Stand = Gui:FindFirstChild("Text"):Clone()
  863. local HP = Gui:FindFirstChild("Text"):Clone()
  864.  
  865. Gui.Name = "Informations "..Player.Name
  866. Gui.Size = UDim2.new(15, 0, 10, 0)
  867. Gui.Parent = game.CoreGui
  868. Gui.Adornee = Player:WaitForChild("Head")
  869. Gui.Active = true
  870.  
  871. Lvl.Name = "Level"
  872. Lvl.TextSize = 20
  873. Lvl.TextScaled = false
  874. Lvl.Text = "Level : " .. game.Players:WaitForChild(Player.Name).Level.Value
  875. Lvl.TextColor3 = Color3.fromRGB(255, 255, 255)
  876. Lvl.Font = Enum.Font.SourceSansBold
  877. Lvl.Position = UDim2.new(0, 0, 0, -30)
  878.  
  879. Stand.Parent = Gui
  880. Stand.Name = "Stand"
  881. Stand.Text = "Stand : " .. game.Players:WaitForChild(Player.Name).Stand.Value
  882. Stand.TextSize = 20
  883. Stand.TextScaled = false
  884. Stand.TextColor3 = Color3.fromRGB(255, 255, 255)
  885. Stand.Font = Enum.Font.SourceSansBold
  886. Stand.Position = UDim2.new(0, 0, 0, -10)
  887.  
  888. HP.Parent = Gui
  889. HP.Name = "Health"
  890. HP.Text = "Health : " .. Player.Humanoid.Health
  891. HP.TextSize = 20
  892. HP.TextScaled = false
  893. HP.TextColor3 = Color3.fromRGB(255, 255, 255)
  894. HP.Font = Enum.Font.SourceSansBold
  895. HP.Position = UDim2.new(0, 0, 0, 10)
  896.  
  897. Player:WaitForChild("Humanoid").HealthChanged:Connect(function()
  898. HP.Text = "Health : " .. Player.Humanoid.Health
  899. end)
  900.  
  901. Player.Humanoid.Died:Connect(function()
  902. game.CoreGui:WaitForChild("Informations "..Player.Name):Destroy()
  903. end)
  904.  
  905. end
  906. end
  907. end
  908. end)
  909.  
  910.  
  911. Invisible.MouseButton1Click:Connect(function()
  912. for i, v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  913. game.ReplicatedStorage.Logic.misc:FireServer(3,v,1)
  914. end
  915. end)
  916.  
  917. local arrowE = false
  918. local rokaE = false
  919. local maskE = false
  920. local ajaE = false
  921. local ajamE = false
  922.  
  923.  
  924. Arrow.MouseButton1Click:Connect(function()
  925. if arrowE == false then
  926. Arrow.Text = "Arrow : ON"
  927. arrowE = true
  928. while arrowE == true do
  929. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  930. if v.ClassName == "Tool" and v.Name == "StandArrow" then
  931. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame
  932. end
  933. end
  934. wait()
  935. end
  936. else
  937. Arrow.Text = "Arrow : OFF"
  938. arrowE = false
  939. end
  940. end)
  941.  
  942.  
  943. Rokaka.MouseButton1Click:Connect(function()
  944. if rokaE == false then
  945. Rokaka.Text = "Rokaka : ON"
  946. rokaE = true
  947. while rokaE == true do
  948. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  949. if
  950.  
  951. v.ClassName == "Tool" and v.Name == "RokakakaFruit" then
  952. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame
  953. end
  954. end
  955. wait()
  956. end
  957. else
  958. Rokaka.Text = "Rokaka : OFF"
  959. rokaE = false
  960. end
  961. end)
  962.  
  963.  
  964.  
  965. Mask.MouseButton1Click:Connect(function()
  966. if maskE == false then
  967. Mask.Text = "Mask : ON"
  968. maskE = true
  969. while maskE == true do
  970. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  971. if v.ClassName == "Tool" and v.Name == "VampireMask" then
  972. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame
  973. end
  974. end
  975. wait()
  976. end
  977. else
  978. Mask.Text = "Mask : OFF"
  979. maskE = false
  980. end
  981. end)
  982.  
  983.  
  984. Aja.MouseButton1Click:Connect(function()
  985. if ajaE == false then
  986. Aja.Text = "Aja : ON"
  987. ajaE = true
  988. while ajaE == true do
  989. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  990. if v.ClassName == "Tool" and v.Name == "RedAja" then
  991. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame
  992. end
  993. end
  994. wait()
  995. end
  996. else
  997. Aja.Text = "Aja : OFF"
  998. ajaE = false
  999. end
  1000. end)
  1001.  
  1002.  
  1003. AjaM.MouseButton1Click:Connect(function()
  1004. if ajamE == false then
  1005. AjaM.Text = "Aja Mask : ON"
  1006. ajamE = true
  1007. while ajamE == true do
  1008. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  1009. if v.ClassName == "Tool" and v.Name == "AjaMask" then
  1010. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame
  1011. end
  1012. end
  1013. wait()
  1014. end
  1015. else
  1016. AjaM.Text = "Aja Mask : OFF"
  1017. ajamE = false
  1018. end
  1019. end)
  1020.  
  1021.  
  1022.  
  1023. Level.MouseButton1Click:Connect(function()
  1024. Enabled = true
  1025. while Enabled == true do
  1026. local A_1 = 81
  1027. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  1028. local A_3 = CFrame.new(nil,nil,nil)
  1029. local A_4 = 20000
  1030. local A_5 = game.Players.LocalPlayer.Character.Torso.voiceline
  1031. local A_6 = game:GetService("Workspace")["Ultimate Dummy"].Humanoid
  1032. local A_7 = false
  1033. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  1034. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  1035.  
  1036. local A_1 = 76
  1037. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart
  1038. local A_3 = CFrame.new(nil,nil,nil)
  1039. local A_4 = 90000
  1040. local A_5 = game.Players.LocalPlayer.Character.Torso.voiceline
  1041. local A_6 = game:GetService("Workspace")["Ultimate Dummy"].Humanoid
  1042. local A_7 = false
  1043. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  1044. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  1045. wait()
  1046. end
  1047. end)
  1048.  
  1049.  
  1050.  
  1051. Level_2.MouseButton1Click:Connect(function()
  1052. Enabled = true
  1053.  
  1054. while Enabled == true do
  1055.  
  1056. local A_1 = 1
  1057. local A_2 = nil
  1058. local A_3 = game:GetService("Workspace")["Space Dummy"].Torso.CFrame
  1059. local A_4 = 10000
  1060. local A_5 = game.Players.LocalPlayer.Character.Torso.voiceline
  1061. local A_6 = game:GetService("Workspace")["Space Dummy"].Humanoid
  1062. local A_7 = false
  1063. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  1064. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  1065. local A_1 = 76
  1066. local A_2 = nil
  1067. local A_3 = game:GetService("Workspace")["Space Dummy"].Torso.CFrame
  1068. local A_4 = 10000
  1069. local A_5 = game.Players.LocalPlayer.Character.Torso.voiceline
  1070. local A_6 = game:GetService("Workspace")["Space Dummy"].Humanoid
  1071. local A_7 = false
  1072. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  1073. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  1074. wait()
  1075. end
  1076. end)
  1077.  
  1078.  
  1079. Money.MouseButton1Click:Connect(function()
  1080. Enabled = true
  1081.  
  1082. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Wood Dummy"].Torso.CFrame
  1083. wait(0.1)
  1084.  
  1085. while Enabled == true do
  1086. for i, v in pairs(game.Workspace:GetChildren()) do
  1087. if v.Name == "Wood Dummy" then
  1088. local A_1 = CFrame.new(nil, nil, nil)
  1089. local A_2 = 1000000000000
  1090. local A_3 = v:WaitForChild("Humanoid")
  1091. local A_4 = game.Players.LocalPlayer.Character.Torso.voiceline
  1092. local A_5 = false
  1093. local Event = game:GetService("ReplicatedStorage").Specials.healevent
  1094. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  1095. for i,v in pairs(game.Workspace:GetChildren()) do
  1096. if v.Name == "Part" then
  1097. v:Destroy()
  1098. end
  1099. end
  1100. end
  1101.  
  1102. end
  1103. local A_1 = 1000000000000
  1104. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  1105. Event:FireServer(A_1)
  1106. for i,v in pairs(game.Workspace:GetChildren()) do
  1107. if v.Name == "Part" then
  1108. v:Destroy()
  1109. end
  1110. end
  1111. wait(0.05)
  1112. end
  1113. end)
  1114.  
  1115.  
  1116. Money_2.MouseButton1Click:Connect(function()
  1117. Enabled = true
  1118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Space Dummy"].Torso.CFrame
  1119. wait(0.1)
  1120.  
  1121. while Enabled == true do
  1122. for i, v in pairs(game.Workspace:GetChildren()) do
  1123. if v.Name == "Space Dummy" then
  1124. local A_1 = CFrame.new(nil, nil, nil)
  1125. local A_2 = 1000000000000
  1126. local A_3 = v:WaitForChild("Humanoid")
  1127. local A_4 = game.Players.LocalPlayer.Character.Torso.voiceline
  1128. local A_5 = false
  1129. local Event = game:GetService("ReplicatedStorage").Specials.healevent
  1130. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  1131. for i,v in pairs(game.Workspace:GetChildren()) do
  1132. if v.Name == "Part" then
  1133. v:Destroy()
  1134. end
  1135. end
  1136. end
  1137. end
  1138. local A_1 = 1000000000000
  1139. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  1140. Event:FireServer(A_1)
  1141. for i,v in pairs(game.Workspace:GetChildren()) do
  1142. if v.Name == "Part" then
  1143. v:Destroy()
  1144. end
  1145. end
  1146. wait(0.05)
  1147. end
  1148. end)
  1149.  
  1150.  
  1151. Heyya.MouseButton1Click:Connect(function()
  1152. Enabled = true
  1153. while Enabled == true do
  1154. local plrpart = (game.Players:WaitForChild(HeyyaN.Text).Character:WaitForChild("HumanoidRootPart").CFrame + Vector3.new(0, 0, -3))
  1155. game.Players:WaitForChild(HeyyaN.Text).Character:WaitForChild("HumanoidRootPart").Anchored = true
  1156. wait(0.07)
  1157. local A_1 = CFrame.new(nil, nil, nil)
  1158. local A_2 = 1000000000000
  1159. local A_3 = game:GetService("Workspace")[HeyyaN.Text]:WaitForChild("Humanoid")
  1160. local A_4 = game.Players.LocalPlayer.Character.Torso.voiceline
  1161. local A_5 = false
  1162. local Event = game:GetService("ReplicatedStorage").Specials.healevent
  1163. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  1164. for i,v in pairs(game.Workspace:GetChildren()) do
  1165. if v.Name == "Part" then
  1166. v:Destroy()
  1167. end
  1168. end
  1169. local A_1 = 1000000000000
  1170. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  1171. Event:FireServer(A_1)
  1172. for i,v in pairs(game.Workspace:GetChildren()) do
  1173. if v.Name == "Part" then
  1174. v:Destroy()
  1175. end
  1176. end
  1177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = plrpart
  1178. end
  1179. end)
  1180.  
  1181.  
  1182.  
  1183. Worth.MouseButton1Click:Connect(function()
  1184. Enabled = true
  1185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Holy Dummy"].Torso.CFrame
  1186. wait(0.1)
  1187.  
  1188. while Enabled == true do
  1189. for i, v in pairs(game.Workspace:GetChildren()) do
  1190. if v.Name == "Holy Dummy" then
  1191. local A_1 = CFrame.new(nil, nil, nil)
  1192. local A_2 = 1000000000000
  1193. local A_3 = v:WaitForChild("Humanoid")
  1194. local A_4 = game.Players.LocalPlayer.Character.Torso.voiceline
  1195. local A_5 = false
  1196. local Event = game:GetService("ReplicatedStorage").Specials.healevent
  1197. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  1198. for i,v in pairs(game.Workspace:GetChildren()) do
  1199. if v.Name == "Part" then
  1200. v:Destroy()
  1201. end
  1202. end
  1203. end
  1204. end
  1205. local A_1 = 1000000000000
  1206. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  1207. Event:FireServer(A_1)
  1208. for i,v in pairs(game.Workspace:GetChildren()) do
  1209. if v.Name == "Part" then
  1210. v:Destroy()
  1211. end
  1212. end
  1213. wait(0.08)
  1214. end
  1215. end)
  1216.  
  1217.  
  1218. ArrowB.MouseButton1Click:Connect(function()
  1219. local A_1 = "StandArrow"
  1220. local Event = game:GetService("ReplicatedStorage").Logic.giveitem
  1221. Event:FireServer(A_1)
  1222. end)
  1223.  
  1224. RokakaB.MouseButton1Click:Connect(function()
  1225. local A_1 = "RokakakaFruit"
  1226. local Event = game:GetService("ReplicatedStorage").Logic.giveitem
  1227. Event:FireServer(A_1)
  1228. end)
  1229.  
  1230. MaskB.MouseButton1Click:Connect(function()
  1231. local A_1 = "VampireMask"
  1232. local Event = game:GetService("ReplicatedStorage").Logic.giveitem
  1233. Event:FireServer(A_1)
  1234. end)
  1235.  
  1236.  
  1237. Stand.MouseButton1Click:Connect(function()
  1238. TryStand(Name2.Text)
  1239. end)
  1240.  
  1241.  
  1242. TPI.MouseButton1Click:Connect(function()
  1243. game:GetService("TeleportService"):Teleport(2731332132, LocalPlayer)
  1244. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement