Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Tutorial = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local BeautyA = Instance.new("Frame")
  4. local StandOnlineScript = Instance.new("TextLabel")
  5. local BeautyB = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Frame = Instance.new("Frame")
  8. local TpDiary = Instance.new("TextButton")
  9. local TpItem = Instance.new("TextButton")
  10. local TpArrow = Instance.new("TextButton")
  11. local TpRokaka = Instance.new("TextButton")
  12. local Stop = Instance.new("TextButton")
  13. local See = Instance.new("TextButton")
  14. local LoginFrame = Instance.new("Frame")
  15. local Bar = Instance.new("Frame")
  16. local StandOnlineScript_2 = Instance.new("TextLabel")
  17. local ByKrotherguy = Instance.new("TextLabel")
  18. local Username = Instance.new("TextBox")
  19. local Password = Instance.new("TextBox")
  20. local Login = Instance.new("TextButton")
  21. --Properties:
  22. Tutorial.Name = "Tutorial"
  23. Tutorial.Parent = game.CoreGui
  24. Tutorial.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = Tutorial
  28. Main.Active = true
  29. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Main.BackgroundTransparency = 0.20000000298023
  31. Main.BorderSizePixel = 0
  32. Main.Position = UDim2.new(0.40058133, 0, 0.137592137, 0)
  33. Main.Size = UDim2.new(0, 551, 0, 325)
  34. Main.Visible = false
  35. Main.Draggable = true
  36.  
  37. BeautyA.Name = "BeautyA"
  38. BeautyA.Parent = Main
  39. BeautyA.BackgroundColor3 = Color3.new(1, 1, 1)
  40. BeautyA.Position = UDim2.new(0.00362976454, 0, 0, 0)
  41. BeautyA.Size = UDim2.new(0, 551, 0, 27)
  42.  
  43. StandOnlineScript.Name = "?Stand Online Script?"
  44. StandOnlineScript.Parent = BeautyA
  45. StandOnlineScript.BackgroundColor3 = Color3.new(1, 1, 1)
  46. StandOnlineScript.Position = UDim2.new(0.330308527, 0, 0, 0)
  47. StandOnlineScript.Size = UDim2.new(0, 200, 0, 27)
  48. StandOnlineScript.Font = Enum.Font.Cartoon
  49. StandOnlineScript.Text = "Stand Online Script"
  50. StandOnlineScript.TextColor3 = Color3.new(0, 0, 0)
  51. StandOnlineScript.TextSize = 19
  52.  
  53. BeautyB.Name = "BeautyB"
  54. BeautyB.Parent = Main
  55. BeautyB.BackgroundColor3 = Color3.new(1, 1, 1)
  56. BeautyB.Position = UDim2.new(0, 0, 0.916923106, 0)
  57. BeautyB.Size = UDim2.new(0, 551, 0, 27)
  58.  
  59. TextLabel.Parent = BeautyB
  60. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextLabel.Position = UDim2.new(0.315789461, 0, 0, 0)
  62. TextLabel.Size = UDim2.new(0, 208, 0, 27)
  63. TextLabel.Font = Enum.Font.Cartoon
  64. TextLabel.Text = "Credit Krotherguy"
  65. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  66. TextLabel.TextSize = 19
  67.  
  68. Frame.Parent = Main
  69. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Frame.Position = UDim2.new(0.691470146, 0, 0.157482579, 0)
  71. Frame.Size = UDim2.new(0, 160, 0, 36)
  72.  
  73. TpDiary.Name = "Tp Diary"
  74. TpDiary.Parent = Main
  75. TpDiary.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TpDiary.Position = UDim2.new(0.0390668511, 0, 0.649442434, 0)
  77. TpDiary.Size = UDim2.new(0, 161, 0, 36)
  78. TpDiary.Font = Enum.Font.Cartoon
  79. TpDiary.Text = "Tp Diary"
  80. TpDiary.TextColor3 = Color3.new(0, 0, 0)
  81. TpDiary.TextSize = 24
  82. TpDiary.MouseButton1Down:connect(function()
  83. while wait(1) do
  84. for _,v in pairs(game.Workspace:GetDescendants()) do
  85. if string.find(v.Name, "Dio's Diary") and v:FindFirstChild("Handle") then
  86. v:FindFirstChild("Handle").Anchored = true
  87. v:FindFirstChild("Handle").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,0)
  88. end
  89. end
  90. end
  91. end)
  92.  
  93. TpItem.Name = "Tp Item"
  94. TpItem.Parent = Main
  95. TpItem.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TpItem.Position = UDim2.new(0.0413268507, 0, 0.160211697, 0)
  97. TpItem.Size = UDim2.new(0, 159, 0, 36)
  98. TpItem.Font = Enum.Font.Cartoon
  99. TpItem.Text = "Tp Item "
  100. TpItem.TextColor3 = Color3.new(0, 0, 0)
  101. TpItem.TextSize = 24
  102.  
  103. TpArrow.Name = "Tp Arrow"
  104. TpArrow.Parent = Main
  105. TpArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  106. TpArrow.Position = UDim2.new(0.0409600511, 0, 0.331315517, 0)
  107. TpArrow.Size = UDim2.new(0, 160, 0, 36)
  108. TpArrow.Font = Enum.Font.Cartoon
  109. TpArrow.Text = "Tp Arrow"
  110. TpArrow.TextColor3 = Color3.new(0, 0, 0)
  111. TpArrow.TextSize = 24
  112. TpArrow.MouseButton1Down:connect(function()
  113. while wait(1) do
  114. for _,v in pairs(game.Workspace:GetDescendants()) do
  115. if string.find(v.Name, "Arrow") and v:FindFirstChild("Handle") then
  116. v:FindFirstChild("Handle").Anchored = true
  117. v:FindFirstChild("Handle").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,0)
  118. end
  119. end
  120. end
  121. end)
  122.  
  123. TpRokaka.Name = "Tp Rokaka"
  124. TpRokaka.Parent = Main
  125. TpRokaka.BackgroundColor3 = Color3.new(1, 1, 1)
  126. TpRokaka.Position = UDim2.new(0.0409600735, 0, 0.503326416, 0)
  127. TpRokaka.Size = UDim2.new(0, 159, 0, 36)
  128. TpRokaka.Font = Enum.Font.Cartoon
  129. TpRokaka.Text = "Tp Rokaka"
  130. TpRokaka.TextColor3 = Color3.new(0, 0, 0)
  131. TpRokaka.TextSize = 24
  132. TpRokaka.MouseButton1Down:connect(function()
  133. while wait(1) do
  134. for _,v in pairs(game.Workspace:GetDescendants()) do
  135. if string.find(v.Name, "Rokaka") and v:FindFirstChild("Handle") then
  136. v:FindFirstChild("Handle").Anchored = true
  137. v:FindFirstChild("Handle").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,0)
  138. end
  139. end
  140. end
  141. end)
  142.  
  143. Stop.Name = "Close"
  144. Stop.Parent = Main
  145. Stop.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Stop.Position = UDim2.new(0.68421042, 0, 0.159334704, 0)
  147. Stop.Size = UDim2.new(0, 168, 0, 36)
  148. Stop.Font = Enum.Font.Cartoon
  149. Stop.Text = "Close"
  150. Stop.TextColor3 = Color3.new(0, 0, 0)
  151. Stop.TextSize = 24
  152. Stop.MouseButton1Down:connect(function()
  153. LoginFrame.Visible = true
  154. Main.Visible = false
  155. end)
  156.  
  157. See.Name = "See"
  158. See.Parent = Main
  159. See.BackgroundColor3 = Color3.new(1, 1, 1)
  160. See.Position = UDim2.new(0.369453698, 0, 0.159007832, 0)
  161. See.Size = UDim2.new(0, 160, 0, 36)
  162. See.Font = Enum.Font.Cartoon
  163. See.Text = "See"
  164. See.TextColor3 = Color3.new(0, 0, 0)
  165. See.TextSize = 24
  166. See.MouseButton1Down:connect(function()
  167. while true do
  168. local a = Instance.new("BillboardGui")
  169. local b = Instance.new("BillboardGui")
  170. local c = Instance.new("BillboardGui")
  171. local d = Instance.new("BillboardGui")
  172. local e = Instance.new("BillboardGui")
  173. local l = Instance.new("ScreenGui")
  174. for i, v in pairs(game.Workspace:GetChildren()) do
  175. if v:FindFirstChild("Arrow") then
  176. a.Parent = v.Arrow.Handle
  177. a.AlwaysOnTop = true
  178. a.Size = UDim2.new(0,50,0,50)
  179. local aa = Instance.new("TextBox")
  180. aa.BackgroundColor3 = Color3.new(255,255,0)
  181. aa.BackgroundTransparency = 0.7
  182. aa.Text = "Arrow"
  183. aa.Font = Enum.Font.Cartoon
  184. aa.TextSize = 24
  185. aa.Size = UDim2.new(1,0,1,0)
  186. aa.Parent = a
  187. local player = game.Players.LocalPlayer
  188. l.Parent = player.PlayerGui
  189. local ll = Instance.new("TextButton")
  190. ll.Parent = l
  191. ll.Size = UDim2.new(0,100,0,100)
  192. ll.Position = UDim2.new(0,0,0.5,0)
  193. ll.Text = "Teleport to arrow"
  194. ll.Visible = false
  195. ll.TextScaled = true
  196. ll.MouseButton1Click:connect(function()
  197. player.Character:MoveTo(v.Arrow.Handle.Position)
  198. end)
  199. end
  200. if v:FindFirstChild("Rokakaka") then
  201. b.Parent = v.Rokakaka.Handle
  202. b.AlwaysOnTop = true
  203. b.Size = UDim2.new(0,50,0,50)
  204. local bb = Instance.new("TextBox")
  205. bb.BackgroundColor3 = Color3.new(255,0,0)
  206. bb.BackgroundTransparency = 0.7
  207. bb.Text = "Rokakaka"
  208. bb.Size = UDim2.new(1,0,1,0)
  209. bb.Font = Enum.Font.Cartoon
  210. bb.TextSize = 24
  211. bb.Parent = b
  212. local player = game.Players.LocalPlayer
  213. l.Parent = player.PlayerGui
  214. local ll = Instance.new("TextButton")
  215. ll.Parent = l
  216. ll.Size = UDim2.new(0,100,0,100)
  217. ll.Position = UDim2.new(0,0,0.6,0)
  218. ll.Text = "Teleport to rokakaka"
  219. ll.Visible = false
  220. ll.TextScaled = true
  221. ll.MouseButton1Click:connect(function()
  222. player.Character:MoveTo(v.Rokakaka.Handle.Position)
  223. end)
  224. end
  225. if v:FindFirstChild("Mask") then
  226. c.Parent = v.Mask.Mask
  227. c.AlwaysOnTop = true
  228. c.Size = UDim2.new(0,50,0,50)
  229. local cc = Instance.new("TextBox")
  230. cc.Font = Enum.Font.Cartoon
  231. cc.TextSize = 24
  232. cc.BackgroundColor3 = Color3.new(50,50,50)
  233. cc.BackgroundTransparency = 0.7
  234. cc.Text = "Mask"
  235. cc.Size = UDim2.new(1,0,1,0)
  236. cc.Parent = c
  237. end
  238. if v:FindFirstChild("Dio's Diary") then
  239. d.Parent = v["Dio's Diary"].Handle
  240. d.AlwaysOnTop = true
  241. d.Size = UDim2.new(0,50,0,50)
  242. local dd = Instance.new("TextBox")
  243. dd.Font = Enum.Font.Cartoon
  244. dd.TextSize = 24
  245. dd.Font = Enum.Font.Cartoon
  246. dd.TextSize = 24
  247. dd.BackgroundColor3 = Color3.new(255,255,255)
  248. dd.BackgroundTransparency = 0.7
  249. dd.Text = "Dio's Diary"
  250. dd.Size = UDim2.new(1,0,1,0)
  251. dd.Parent = d
  252. local player = game.Players.LocalPlayer
  253. l.Parent = player.PlayerGui
  254. local ll = Instance.new("TextButton")
  255. ll.Parent = l
  256. ll.Size = UDim2.new(0,100,0,100)
  257. ll.Position = UDim2.new(0,0,0.7,0)
  258. ll.Text = "Teleport to diray"
  259. ll.Visible = false
  260. ll.TextScaled = true
  261. ll.MouseButton1Click:connect(function()
  262. player.Character:MoveTo(v["Dio's Diary"].Handle.Position)
  263. end)
  264. end
  265. if v:FindFirstChild("Ceasers") then
  266. e.Parent = v["Ceasers"].Part
  267. e.AlwaysOnTop = true
  268. e.Size = UDim2.new(0,50,0,50)
  269. local ee = Instance.new("TextBox")
  270. dd.Font = Enum.Font.Cartoon
  271. dd.TextSize = 24
  272. ee.BackgroundColor3 = Color3.new(0,200,255)
  273. ee.BackgroundTransparency = 0.7
  274. ee.Text = "Hamon"
  275. ee.Size = UDim2.new(1,0,1,0)
  276. ee.Parent = e
  277. end
  278. end
  279. wait(1)
  280. if a then
  281. a:Destroy()
  282. end
  283. if b then
  284. b:Destroy()
  285. end
  286. if c then
  287. c:Destroy()
  288. end
  289. if d then
  290. d:Destroy()
  291. end
  292. if e then
  293. e:Destroy()
  294. end
  295. if l then
  296. l:Destroy()
  297. end
  298. end
  299. end)
  300.  
  301. LoginFrame.Name = "LoginFrame"
  302. LoginFrame.Parent = Tutorial
  303. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  304. LoginFrame.Position = UDim2.new(0.178832114, 0, 0.149877146, 0)
  305. LoginFrame.Size = UDim2.new(0, 242, 0, 305)
  306.  
  307. Bar.Name = "Bar"
  308. Bar.Parent = LoginFrame
  309. Bar.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  310. Bar.Position = UDim2.new(0.0455299579, 0, 0.0494824015, 0)
  311. Bar.Size = UDim2.new(0, 218, 0, 272)
  312.  
  313. StandOnlineScript_2.Name = "Stand Online Script"
  314. StandOnlineScript_2.Parent = LoginFrame
  315. StandOnlineScript_2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  316. StandOnlineScript_2.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  317. StandOnlineScript_2.Position = UDim2.new(0.0455299579, 0, 0.0218149163, 0)
  318. StandOnlineScript_2.Size = UDim2.new(0, 218, 0, 50)
  319. StandOnlineScript_2.Font = Enum.Font.Cartoon
  320. StandOnlineScript_2.Text = "Stand Online Script"
  321. StandOnlineScript_2.TextColor3 = Color3.new(1, 1, 1)
  322. StandOnlineScript_2.TextSize = 24
  323.  
  324. ByKrotherguy.Name = "By Krotherguy"
  325. ByKrotherguy.Parent = LoginFrame
  326. ByKrotherguy.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  327. ByKrotherguy.BorderColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  328. ByKrotherguy.Position = UDim2.new(0.0537190065, 0, 0.780327857, 0)
  329. ByKrotherguy.Size = UDim2.new(0, 218, 0, 50)
  330. ByKrotherguy.Font = Enum.Font.Cartoon
  331. ByKrotherguy.Text = "By Krotherguy"
  332. ByKrotherguy.TextColor3 = Color3.new(1, 1, 1)
  333. ByKrotherguy.TextSize = 24
  334.  
  335. Username.Name = "Username"
  336. Username.Parent = LoginFrame
  337. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  338. Username.Position = UDim2.new(0.0879330635, 0, 0.236500576, 0)
  339. Username.Size = UDim2.new(0, 200, 0, 50)
  340. Username.Font = Enum.Font.Cartoon
  341. Username.Text = "Username"
  342. Username.TextColor3 = Color3.new(1, 1, 1)
  343. Username.TextScaled = true
  344. Username.TextSize = 24
  345. Username.TextWrapped = true
  346.  
  347. Password.Name = "Password"
  348. Password.Parent = LoginFrame
  349. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  350. Password.Position = UDim2.new(0.0879330635, 0, 0.469287455, 0)
  351. Password.Size = UDim2.new(0, 200, 0, 50)
  352. Password.Font = Enum.Font.Cartoon
  353. Password.Text = "Password"
  354. Password.TextColor3 = Color3.new(1, 1, 1)
  355. Password.TextScaled = true
  356. Password.TextSize = 24
  357. Password.TextWrapped = true
  358.  
  359. Login.Name = "Login"
  360. Login.Parent = LoginFrame
  361. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  362. Login.Position = UDim2.new(0.155591354, 0, 0.693531215, 0)
  363. Login.Size = UDim2.new(0, 166, 0, 26)
  364. Login.Font = Enum.Font.Cartoon
  365. Login.Text = "Login"
  366. Login.TextColor3 = Color3.new(1, 1, 1)
  367. Login.TextSize = 24
  368. Login.MouseButton1Down:connect(function()
  369. if Username.Text == "Thankyou" and Password.Text == "eiei" then
  370. LoginFrame.Visible = false
  371. Main.Visible = true
  372. end
  373. end)
  374. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement