Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.22 KB | None | 0 0
  1. _G.Item = false
  2. _G.esp = false
  3. _G.arrow = false
  4. _G.hamon = false
  5. _G.mask = false
  6. _G.dio = false
  7. _G.requiem = false
  8. _G.rokakaka = false
  9. _G.stuff = false
  10. _G.farm = false
  11. _G.auto = false
  12.  
  13. -- Objects
  14.  
  15. local StandsOnlineGUI = Instance.new("ScreenGui")
  16. local MainFrame = Instance.new("Frame")
  17. local GUItitle = Instance.new("TextLabel")
  18. local Line = Instance.new("TextLabel")
  19. local ESP = Instance.new("TextButton")
  20. local TPitems = Instance.new("TextButton")
  21. local Credits = Instance.new("TextLabel")
  22. local ESPtoggle = Instance.new("TextLabel")
  23. local Autofarm = Instance.new("TextButton")
  24. local ItemFrame = Instance.new("Frame")
  25. local Line_2 = Instance.new("TextLabel")
  26. local ItemTitle = Instance.new("TextLabel")
  27. local Arrow = Instance.new("TextButton")
  28. local Arrowtoggle = Instance.new("TextLabel")
  29. local ReqArrow = Instance.new("TextButton")
  30. local ReqArrowToggle = Instance.new("TextLabel")
  31. local Rokakaka = Instance.new("TextButton")
  32. local RokakakaToggle = Instance.new("TextLabel")
  33. local Dio = Instance.new("TextButton")
  34. local DioToggle = Instance.new("TextLabel")
  35. local Mask = Instance.new("TextButton")
  36. local Masktoggle = Instance.new("TextLabel")
  37. local Hamon = Instance.new("TextButton")
  38. local HamonToggle = Instance.new("TextLabel")
  39. local TPallItems = Instance.new("TextButton")
  40. local TPALLITEMStoggle = Instance.new("TextLabel")
  41.  
  42. -- Properties
  43.  
  44. StandsOnlineGUI.Name = "StandsOnlineGUI"
  45. StandsOnlineGUI.Parent = game.CoreGui
  46. StandsOnlineGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  47.  
  48. MainFrame.Name = "MainFrame"
  49. MainFrame.Parent = StandsOnlineGUI
  50. MainFrame.Active = true
  51. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  52. MainFrame.Position = UDim2.new(0.37352562, 0, 0.270925105, 0)
  53. MainFrame.Selectable = true
  54. MainFrame.Size = UDim2.new(0, 146, 0, 207)
  55. MainFrame.Style = Enum.FrameStyle.RobloxRound
  56. MainFrame.Draggable = true
  57.  
  58. GUItitle.Name = "GUItitle"
  59. GUItitle.Parent = MainFrame
  60. GUItitle.BackgroundColor3 = Color3.new(1, 1, 1)
  61. GUItitle.BackgroundTransparency = 1
  62. GUItitle.BorderSizePixel = 0
  63. GUItitle.Position = UDim2.new(0.0850064754, 0, -0.0494993329, 0)
  64. GUItitle.Size = UDim2.new(0, 111, 0, 38)
  65. GUItitle.Font = Enum.Font.Arcade
  66. GUItitle.Text = "Stando"
  67. GUItitle.TextColor3 = Color3.new(0.643137, 0.760784, 0.219608)
  68. GUItitle.TextScaled = true
  69. GUItitle.TextSize = 14
  70. GUItitle.TextWrapped = true
  71.  
  72. Line.Name = "Line"
  73. Line.Parent = MainFrame
  74. Line.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Line.BorderSizePixel = 0
  76. Line.Position = UDim2.new(-0.0616438352, 0, 0.144916788, 0)
  77. Line.Size = UDim2.new(0, 146, 0, 5)
  78. Line.Font = Enum.Font.SourceSans
  79. Line.Text = " "
  80. Line.TextColor3 = Color3.new(0, 0, 0)
  81. Line.TextSize = 14
  82.  
  83. ESP.Name = "ESP"
  84. ESP.Parent = MainFrame
  85. ESP.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  86. ESP.Position = UDim2.new(0.146380484, 0, 0.20701687, 0)
  87. ESP.Size = UDim2.new(0, 90, 0, 29)
  88. ESP.Font = Enum.Font.Fantasy
  89. ESP.Text = "ESP Items"
  90. ESP.TextColor3 = Color3.new(0, 0, 0)
  91. ESP.TextSize = 20
  92. ESP.MouseButton1Click:connect(function()
  93. if _G.esp == true then
  94. ESPtoggle.Text = "OFF"
  95. wait()
  96. _G.esp =false
  97. elseif _G.esp == false then
  98. ESPtoggle.Text = "ON"
  99. wait()
  100. _G.esp = true
  101. wait()
  102. while _G.esp == true do
  103. wait(0.5)
  104. local a = Instance.new("BillboardGui")
  105. local b = Instance.new("BillboardGui")
  106. local c = Instance.new("BillboardGui")
  107. local d = Instance.new("BillboardGui")
  108. local e = Instance.new("BillboardGui")
  109. local l = Instance.new("ScreenGui")
  110. for i, v in pairs(game.Workspace:GetChildren()) do
  111. if v:FindFirstChild("Arrow") then
  112. a.Parent = v.Arrow.Handle
  113. a.AlwaysOnTop = true
  114. a.Size = UDim2.new(0,50,0,50)
  115. local aa = Instance.new("TextBox")
  116. aa.BackgroundColor3 = Color3.new(255,255,0)
  117. aa.BackgroundTransparency = 0.7
  118. aa.Text = "Arrow"
  119. aa.Size = UDim2.new(1,0,1,0)
  120. aa.Parent = a
  121. local player = game.Players.LocalPlayer
  122. l.Parent = player.PlayerGui
  123. local ll = Instance.new("TextButton")
  124. ll.Parent = l
  125. ll.Size = UDim2.new(0,100,0,100)
  126. ll.Position = UDim2.new(0,0,0.5,0)
  127. ll.Text = "Teleport to arrow"
  128. ll.TextScaled = true
  129. ll.MouseButton1Click:connect(function()
  130. player.Character:MoveTo(v.Arrow.Handle.Position)
  131. end)
  132. end
  133. if v:FindFirstChild("Rokakaka") then
  134. b.Parent = v.Rokakaka.Handle
  135. b.AlwaysOnTop = true
  136. b.Size = UDim2.new(0,50,0,50)
  137. local bb = Instance.new("TextBox")
  138. bb.BackgroundColor3 = Color3.new(255,0,0)
  139. bb.BackgroundTransparency = 0.7
  140. bb.Text = "Rokakaka"
  141. bb.Size = UDim2.new(1,0,1,0)
  142. bb.Parent = b
  143. local player = game.Players.LocalPlayer
  144. l.Parent = player.PlayerGui
  145. local ll = Instance.new("TextButton")
  146. ll.Parent = l
  147. ll.Size = UDim2.new(0,100,0,100)
  148. ll.Position = UDim2.new(0,0,0.6,0)
  149. ll.Text = "Teleport to rokakaka"
  150. ll.TextScaled = true
  151. ll.MouseButton1Click:connect(function()
  152. player.Character:MoveTo(v.Rokakaka.Handle.Position)
  153. end)
  154. end
  155. if v:FindFirstChild("SpookyArrow") then
  156. c.Parent = v.SpookyArrow.Handle
  157. c.AlwaysOnTop = true
  158. c.Size = UDim2.new(0,50,0,50)
  159. local cc = Instance.new("TextBox")
  160. cc.BackgroundColor3 = Color3.new(50,50,50)
  161. cc.BackgroundTransparency = 0.7
  162. cc.Text = "SpookyArrow"
  163. cc.Size = UDim2.new(1,0,1,0)
  164. cc.Parent = c
  165. end
  166. if v:FindFirstChild("Dio's Diary") then
  167. d.Parent = v["Dio's Diary"].Handle
  168. d.AlwaysOnTop = true
  169. d.Size = UDim2.new(0,50,0,50)
  170. local dd = Instance.new("TextBox")
  171. dd.BackgroundColor3 = Color3.new(255,255,255)
  172. dd.BackgroundTransparency = 0.7
  173. dd.Text = "Dio's Diary"
  174. dd.Size = UDim2.new(1,0,1,0)
  175. dd.Parent = d
  176. local player = game.Players.LocalPlayer
  177. l.Parent = player.PlayerGui
  178. local ll = Instance.new("TextButton")
  179. ll.Parent = l
  180. ll.Size = UDim2.new(0,100,0,100)
  181. ll.Position = UDim2.new(0,0,0.7,0)
  182. ll.Text = "Teleport to diray"
  183. ll.TextScaled = true
  184. ll.MouseButton1Click:connect(function()
  185. player.Character:MoveTo(v["Dio's Diary"].Handle.Position)
  186. end)
  187. end
  188. if v:FindFirstChild("Ceasers") then
  189. e.Parent = v["Ceasers"].Part
  190. e.AlwaysOnTop = true
  191. e.Size = UDim2.new(0,50,0,50)
  192. local ee = Instance.new("TextBox")
  193. ee.BackgroundColor3 = Color3.new(0,200,255)
  194. ee.BackgroundTransparency = 0.7
  195. ee.Text = "Hamon"
  196. ee.Size = UDim2.new(1,0,1,0)
  197. ee.Parent = e
  198. end
  199. end
  200. wait(1)
  201. if a then
  202. a:Destroy()
  203. end
  204. if b then
  205. b:Destroy()
  206. end
  207. if c then
  208. c:Destroy()
  209. end
  210. if d then
  211. d:Destroy()
  212. end
  213. if e then
  214. e:Destroy()
  215. end
  216. if l then
  217. l:Destroy()
  218. wait(0.5)
  219. end
  220. end
  221. end
  222. end)
  223.  
  224. TPitems.Name = "TPitems"
  225. TPitems.Parent = MainFrame
  226. TPitems.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  227. TPitems.Position = UDim2.new(0.153229803, 0, 0.501702905, 0)
  228. TPitems.Size = UDim2.new(0, 90, 0, 29)
  229. TPitems.Font = Enum.Font.Fantasy
  230. TPitems.Text = "TP Items"
  231. TPitems.TextColor3 = Color3.new(0, 0, 0)
  232. TPitems.TextSize = 18
  233. TPitems.MouseButton1Click:connect(function()
  234. if _G.Item == true then
  235. ItemFrame.Visible = false
  236. TPitems.Text = "TP Items"
  237. _G.Item = false
  238. elseif _G.Item == false then
  239. ItemFrame.Visible = true
  240. TPitems.Text = "Close"
  241. _G.Item = true
  242. end
  243. end)
  244.  
  245. Credits.Name = "Credits"
  246. Credits.Parent = MainFrame
  247. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  248. Credits.BackgroundTransparency = 1
  249. Credits.Position = UDim2.new(0.132187515, 0, 0.851386189, 0)
  250. Credits.Size = UDim2.new(0, 90, 0, 30)
  251. Credits.Font = Enum.Font.Arcade
  252. Credits.Text = "GUI Made By Harel"
  253. Credits.TextColor3 = Color3.new(0.239216, 0.117647, 0.854902)
  254. Credits.TextSize = 14
  255. Credits.TextWrapped = true
  256.  
  257. ESPtoggle.Name = "ESPtoggle"
  258. ESPtoggle.Parent = MainFrame
  259. ESPtoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  260. ESPtoggle.BackgroundTransparency = 1
  261. ESPtoggle.Position = UDim2.new(0.282604426, 0, 0.379658788, 0)
  262. ESPtoggle.Size = UDim2.new(0, 57, 0, 16)
  263. ESPtoggle.Font = Enum.Font.Arcade
  264. ESPtoggle.Text = "OFF"
  265. ESPtoggle.TextColor3 = Color3.new(1, 1, 1)
  266. ESPtoggle.TextSize = 14
  267.  
  268. ItemFrame.Name = "ItemFrame"
  269. ItemFrame.Parent = StandsOnlineGUI
  270. ItemFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  271. ItemFrame.Position = UDim2.new(0.58191359, 0, 0.348017573, 0)
  272. ItemFrame.Size = UDim2.new(0, 257, 0, 227)
  273. ItemFrame.Style = Enum.FrameStyle.RobloxRound
  274. ItemFrame.Visible = false
  275.  
  276. Line_2.Name = "Line"
  277. Line_2.Parent = ItemFrame
  278. Line_2.BackgroundColor3 = Color3.new(1, 1, 1)
  279. Line_2.BorderSizePixel = 0
  280. Line_2.Position = UDim2.new(-0.0309992079, 0, 0.169889882, 0)
  281. Line_2.Size = UDim2.new(0, 256, 0, 5)
  282. Line_2.Font = Enum.Font.SourceSans
  283. Line_2.Text = " "
  284. Line_2.TextColor3 = Color3.new(0, 0, 0)
  285. Line_2.TextSize = 14
  286.  
  287. ItemTitle.Name = "ItemTitle"
  288. ItemTitle.Parent = ItemFrame
  289. ItemTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  290. ItemTitle.BackgroundTransparency = 1
  291. ItemTitle.BorderSizePixel = 0
  292. ItemTitle.Position = UDim2.new(0.0618670844, 0, -0.0332194343, 0)
  293. ItemTitle.Size = UDim2.new(0, 213, 0, 38)
  294. ItemTitle.Font = Enum.Font.Arcade
  295. ItemTitle.Text = "Item Teleport"
  296. ItemTitle.TextColor3 = Color3.new(0.643137, 0.760784, 0.219608)
  297. ItemTitle.TextScaled = true
  298. ItemTitle.TextSize = 14
  299. ItemTitle.TextWrapped = true
  300.  
  301. Arrow.Name = "Arrow"
  302. Arrow.Parent = ItemFrame
  303. Arrow.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  304. Arrow.Position = UDim2.new(0.0229695216, 0, 0.268226057, 0)
  305. Arrow.Size = UDim2.new(0, 62, 0, 27)
  306. Arrow.Font = Enum.Font.Arcade
  307. Arrow.Text = "Arrow"
  308. Arrow.TextColor3 = Color3.new(0, 0, 0)
  309. Arrow.TextSize = 14
  310. Arrow.MouseButton1Click:connect(function()
  311. if _G.arrow == true then
  312. Arrowtoggle.Text = "OFF"
  313. _G.arrow = false
  314. elseif _G.arrow == false then
  315. Arrowtoggle.Text = "ON"
  316. _G.arrow = true
  317. while _G.arrow == true do
  318. for i, v in pairs(game.Workspace:GetChildren()) do
  319. if v:FindFirstChild('Arrow') ~= nil then
  320. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  321. end
  322. end
  323. wait(1)
  324. end
  325. end
  326. end)
  327.  
  328. Arrowtoggle.Name = "Arrowtoggle"
  329. Arrowtoggle.Parent = ItemFrame
  330. Arrowtoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  331. Arrowtoggle.BackgroundTransparency = 1
  332. Arrowtoggle.Position = UDim2.new(0.0209712535, 0, 0.404195309, 0)
  333. Arrowtoggle.Size = UDim2.new(0, 57, 0, 16)
  334. Arrowtoggle.Font = Enum.Font.Arcade
  335. Arrowtoggle.Text = "OFF"
  336. Arrowtoggle.TextColor3 = Color3.new(1, 1, 1)
  337. Arrowtoggle.TextSize = 14
  338.  
  339. ReqArrow.Name = "ReqArrow"
  340. ReqArrow.Parent = ItemFrame
  341. ReqArrow.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  342. ReqArrow.Position = UDim2.new(0.361490905, 0, 0.268226057, 0)
  343. ReqArrow.Size = UDim2.new(0, 62, 0, 27)
  344. ReqArrow.Font = Enum.Font.Arcade
  345. ReqArrow.Text = "Requiem Arrow"
  346. ReqArrow.TextColor3 = Color3.new(0, 0, 0)
  347. ReqArrow.TextSize = 12
  348. ReqArrow.TextWrapped = true
  349. ReqArrow.MouseButton1Click:connect(function()
  350. if _G.requiem == true then
  351. ReqArrowToggle.Text = "OFF"
  352. _G.requiem = false
  353. elseif _G.requiem == false then
  354. ReqArrowToggle.Text = "ON"
  355. _G.requiem = true
  356. while _G.requiem == true do
  357. for i, v in pairs(game.Workspace:GetChildren()) do
  358. if v:FindFirstChild('ReqArrow') ~= nil then
  359. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  360. end
  361. end
  362. wait(1)
  363. end
  364. end
  365. end)
  366.  
  367. ReqArrowToggle.Name = "ReqArrowToggle"
  368. ReqArrowToggle.Parent = ItemFrame
  369. ReqArrowToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  370. ReqArrowToggle.BackgroundTransparency = 1
  371. ReqArrowToggle.Position = UDim2.new(0.378947914, 0, 0.404195309, 0)
  372. ReqArrowToggle.Size = UDim2.new(0, 57, 0, 16)
  373. ReqArrowToggle.Font = Enum.Font.Arcade
  374. ReqArrowToggle.Text = "OFF"
  375. ReqArrowToggle.TextColor3 = Color3.new(1, 1, 1)
  376. ReqArrowToggle.TextSize = 14
  377.  
  378. Rokakaka.Name = "Rokakaka"
  379. Rokakaka.Parent = ItemFrame
  380. Rokakaka.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  381. Rokakaka.Position = UDim2.new(0.688339174, 0, 0.268226057, 0)
  382. Rokakaka.Size = UDim2.new(0, 62, 0, 27)
  383. Rokakaka.Font = Enum.Font.Arcade
  384. Rokakaka.Text = "Rokakaka"
  385. Rokakaka.TextColor3 = Color3.new(0, 0, 0)
  386. Rokakaka.TextSize = 12
  387. Rokakaka.TextWrapped = true
  388. Rokakaka.MouseButton1Click:connect(function()
  389. if _G.rokakaka == true then
  390. RokakakaToggle.Text = "OFF"
  391. _G.rokakaka = false
  392. elseif _G.rokakaka == false then
  393. RokakakaToggle.Text = "ON"
  394. _G.rokakaka = true
  395. while _G.rokakaka == true do
  396. for i, v in pairs(game.Workspace:GetChildren()) do
  397. if v:FindFirstChild('Rokakaka') ~= nil then
  398. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  399. end
  400. end
  401. wait(1)
  402. end
  403. end
  404. end)
  405.  
  406. RokakakaToggle.Name = "RokakakaToggle"
  407. RokakakaToggle.Parent = ItemFrame
  408. RokakakaToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  409. RokakakaToggle.BackgroundTransparency = 1
  410. RokakakaToggle.Position = UDim2.new(0.705796182, 0, 0.404195309, 0)
  411. RokakakaToggle.Size = UDim2.new(0, 57, 0, 16)
  412. RokakakaToggle.Font = Enum.Font.Arcade
  413. RokakakaToggle.Text = "OFF"
  414. RokakakaToggle.TextColor3 = Color3.new(1, 1, 1)
  415. RokakakaToggle.TextSize = 14
  416.  
  417. Dio.Name = "Dio"
  418. Dio.Parent = ItemFrame
  419. Dio.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  420. Dio.Position = UDim2.new(0.0307516232, 0, 0.771922886, 0)
  421. Dio.Size = UDim2.new(0, 62, 0, 27)
  422. Dio.Font = Enum.Font.Arcade
  423. Dio.Text = "Dio's Diary"
  424. Dio.TextColor3 = Color3.new(0, 0, 0)
  425. Dio.TextSize = 12
  426. Dio.TextWrapped = true
  427. Dio.MouseButton1Click:connect(function()
  428. if _G.dio == true then
  429. DioToggle.Text = "OFF"
  430. _G.dio = false
  431. elseif _G.dio == false then
  432. DioToggle.Text = "ON"
  433. _G.dio = true
  434. while _G.dio == true do
  435. for i, v in pairs(game.Workspace:GetChildren()) do
  436. if v:FindFirstChild("Dio's Diary") ~= nil then
  437. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  438. end
  439. end
  440. wait(1)
  441. end
  442. end
  443. end)
  444.  
  445. DioToggle.Name = "DioToggle"
  446. DioToggle.Parent = ItemFrame
  447. DioToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  448. DioToggle.BackgroundTransparency = 1
  449. DioToggle.Position = UDim2.new(0.0404265076, 0, 0.894676268, 0)
  450. DioToggle.Size = UDim2.new(0, 57, 0, 16)
  451. DioToggle.Font = Enum.Font.Arcade
  452. DioToggle.Text = "OFF"
  453. DioToggle.TextColor3 = Color3.new(1, 1, 1)
  454. DioToggle.TextSize = 14
  455.  
  456. Mask.Name = "Mask"
  457. Mask.Parent = ItemFrame
  458. Mask.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  459. Mask.Position = UDim2.new(0.365381956, 0, 0.771922886, 0)
  460. Mask.Size = UDim2.new(0, 62, 0, 27)
  461. Mask.Font = Enum.Font.Arcade
  462. Mask.Text = "Vampire Mask"
  463. Mask.TextColor3 = Color3.new(0, 0, 0)
  464. Mask.TextSize = 12
  465. Mask.TextWrapped = true
  466. Mask.MouseButton1Click:connect(function()
  467. if _G.mask == true then
  468. Masktoggle.Text = "OFF"
  469. _G.mask = false
  470. elseif _G.mask == false then
  471. Masktoggle.Text = "ON"
  472. _G.mask = true
  473. while _G.mask == true do
  474. for i, v in pairs(game.Workspace:GetChildren()) do
  475. if v:FindFirstChild('Mask') ~= nil then
  476. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  477. end
  478. end
  479. wait(1)
  480. end
  481. end
  482. end)
  483.  
  484. Masktoggle.Name = "Masktoggle"
  485. Masktoggle.Parent = ItemFrame
  486. Masktoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  487. Masktoggle.BackgroundTransparency = 1
  488. Masktoggle.Position = UDim2.new(0.375056863, 0, 0.894676268, 0)
  489. Masktoggle.Size = UDim2.new(0, 57, 0, 16)
  490. Masktoggle.Font = Enum.Font.Arcade
  491. Masktoggle.Text = "OFF"
  492. Masktoggle.TextColor3 = Color3.new(1, 1, 1)
  493. Masktoggle.TextSize = 14
  494.  
  495. Hamon.Name = "Hamon"
  496. Hamon.Parent = ItemFrame
  497. Hamon.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  498. Hamon.Position = UDim2.new(0.700012326, 0, 0.771922886, 0)
  499. Hamon.Size = UDim2.new(0, 62, 0, 27)
  500. Hamon.Font = Enum.Font.Arcade
  501. Hamon.Text = "Hamon"
  502. Hamon.TextColor3 = Color3.new(0, 0, 0)
  503. Hamon.TextSize = 14
  504. Hamon.MouseButton1Click:connect(function()
  505. if _G.hamon == true then
  506. HamonToggle.Text = "OFF"
  507. _G.hamon = false
  508. elseif _G.hamon == false then
  509. HamonToggle.Text = "ON"
  510. _G.hamon = true
  511. while _G.hamon == true do
  512. for i, v in pairs(game.Workspace:GetChildren()) do
  513. if v:FindFirstChild('Ceasers') ~= nil then
  514. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  515. end
  516. end
  517. wait(1)
  518. end
  519. end
  520. end)
  521.  
  522. HamonToggle.Name = "HamonToggle"
  523. HamonToggle.Parent = ItemFrame
  524. HamonToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  525. HamonToggle.BackgroundTransparency = 1
  526. HamonToggle.Position = UDim2.new(0.709687173, 0, 0.894676268, 0)
  527. HamonToggle.Size = UDim2.new(0, 57, 0, 16)
  528. HamonToggle.Font = Enum.Font.Arcade
  529. HamonToggle.Text = "OFF"
  530. HamonToggle.TextColor3 = Color3.new(1, 1, 1)
  531. HamonToggle.TextSize = 14
  532.  
  533. TPallItems.Name = "TPallItems"
  534. TPallItems.Parent = ItemFrame
  535. TPallItems.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.192157)
  536. TPallItems.Position = UDim2.new(0.369273007, 0, 0.510516822, 0)
  537. TPallItems.Size = UDim2.new(0, 62, 0, 27)
  538. TPallItems.Font = Enum.Font.Arcade
  539. TPallItems.Text = "TP ALL"
  540. TPallItems.TextColor3 = Color3.new(0, 0, 0)
  541. TPallItems.TextSize = 14
  542. TPallItems.MouseButton1Click:connect(function()
  543. if _G.stuff == true then
  544. TPALLITEMStoggle.Text = "OFF"
  545. wait()
  546. _G.stuff = false
  547. elseif _G.stuff == false then
  548. TPALLITEMStoggle.Text = "ON"
  549. wait()
  550. _G.stuff = true
  551. wait()
  552. while _G.stuff == true do
  553. for i, v in pairs(game.Workspace:GetChildren()) do
  554. if v:FindFirstChild('Arrow') ~= nil then
  555. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  556. end
  557. end
  558. wait(0.5)
  559. for i, v in pairs(game.Workspace:GetChildren()) do
  560. if v:FindFirstChild('ReqArrow') ~= nil then
  561. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  562. end
  563. end
  564. wait(0.5)
  565. for i, v in pairs(game.Workspace:GetChildren()) do
  566. if v:FindFirstChild('Rokakaka') ~= nil then
  567. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  568. end
  569. end
  570. wait(0.5)
  571. for i, v in pairs(game.Workspace:GetChildren()) do
  572. if v:FindFirstChild("Dio's Diary") ~= nil then
  573. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  574. end
  575. end
  576. wait(0.5)
  577. for i, v in pairs(game.Workspace:GetChildren()) do
  578. if v:FindFirstChild('Ceasers') ~= nil then
  579. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  580. end
  581.  
  582. end
  583. wait(0.5)
  584. for i, v in pairs(game.Workspace:GetChildren()) do
  585. if v:FindFirstChild('Mask') ~= nil then
  586. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  587. end
  588.  
  589. end
  590. wait(3)
  591. end
  592. end
  593. end)
  594.  
  595. TPALLITEMStoggle.Name = "TPALLITEMStoggle"
  596. TPALLITEMStoggle.Parent = ItemFrame
  597. TPALLITEMStoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  598. TPALLITEMStoggle.BackgroundTransparency = 1
  599. TPALLITEMStoggle.Position = UDim2.new(0.367274761, 0, 0.646486044, 0)
  600. TPALLITEMStoggle.Size = UDim2.new(0, 57, 0, 16)
  601. TPALLITEMStoggle.Font = Enum.Font.Arcade
  602. TPALLITEMStoggle.Text = "OFF"
  603. TPALLITEMStoggle.TextColor3 = Color3.new(1, 1, 1)
  604. TPALLITEMStoggle.TextSize = 14
  605.  
  606. --Created by Harel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement