Advertisement
Guest User

110111101

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