Advertisement
Emilius123

for u discord suckers

Apr 25th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.16 KB | None | 0 0
  1. local DogesPrisonLigeHax = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local TopBar = Instance.new("Frame")
  4. local NameLabel = Instance.new("TextLabel")
  5. local CloseButton = Instance.new("TextButton")
  6. local WalkSpeedButton = Instance.new("TextButton")
  7. local Teleports = Instance.new("TextButton")
  8. local Criminalbase = Instance.new("TextButton")
  9. local Goback = Instance.new("TextButton")
  10. local Yard = Instance.new("TextButton")
  11. local Wall = Instance.new("TextButton")
  12. local InsidePrison = Instance.new("TextButton")
  13. local Guardroom = Instance.new("TextButton")
  14. local Prisonfront = Instance.new("TextButton")
  15. local Cafeteria = Instance.new("TextButton")
  16. local NoDoors = Instance.new("TextButton")
  17. local UserNameBox = Instance.new("TextBox")
  18. local Tptoplayer = Instance.new("TextButton")
  19. local SecretRoom = Instance.new("TextButton")
  20. local PrisonRoof = Instance.new("TextButton")
  21. local PunchAura = Instance.new("TextButton")
  22. local KillPlayer = Instance.new("TextButton")
  23.  
  24. DogesPrisonLigeHax.Name = "DogesPrisonLigeHax"
  25. DogesPrisonLigeHax.Parent = game.CoreGui
  26. DogesPrisonLigeHax.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. MainFrame.Name = "MainFrame"
  29. MainFrame.Parent = DogesPrisonLigeHax
  30. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  31. MainFrame.BackgroundTransparency = 0.60000002384186
  32. MainFrame.Position = UDim2.new(0.0431602076, 0, 0.596385539, 0)
  33. MainFrame.Size = UDim2.new(0, 377, 0, 233)
  34.  
  35. TopBar.Name = "TopBar"
  36. TopBar.Parent = MainFrame
  37. TopBar.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  38. TopBar.BackgroundTransparency = 0.60000002384186
  39. TopBar.Size = UDim2.new(0, 377, 0, 25)
  40.  
  41. NameLabel.Name = "NameLabel"
  42. NameLabel.Parent = TopBar
  43. NameLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  44. NameLabel.BackgroundTransparency = 1
  45. NameLabel.Position = UDim2.new(0.233421758, 0, 0, 0)
  46. NameLabel.Size = UDim2.new(0, 200, 0, 25)
  47. NameLabel.Font = Enum.Font.SourceSans
  48. NameLabel.Text = "Doge's Prison life toolz"
  49. NameLabel.TextColor3 = Color3.new(0, 0, 0)
  50. NameLabel.TextScaled = true
  51. NameLabel.TextSize = 14
  52. NameLabel.TextWrapped = true
  53.  
  54. CloseButton.Name = "CloseButton"
  55. CloseButton.Parent = TopBar
  56. CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
  57. CloseButton.BackgroundTransparency = 0.60000002384186
  58. CloseButton.Position = UDim2.new(0.933687031, 0, 0, 0)
  59. CloseButton.Size = UDim2.new(0, 25, 0, 25)
  60. CloseButton.Font = Enum.Font.SourceSans
  61. CloseButton.Text = "X"
  62. CloseButton.TextColor3 = Color3.new(0, 0, 0)
  63. CloseButton.TextSize = 14
  64.  
  65. WalkSpeedButton.Name = "WalkSpeedButton"
  66. WalkSpeedButton.Parent = MainFrame
  67. WalkSpeedButton.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  68. WalkSpeedButton.BackgroundTransparency = 0.60000002384186
  69. WalkSpeedButton.Position = UDim2.new(0.0663129985, 0, 0.158798277, 0)
  70. WalkSpeedButton.Size = UDim2.new(0, 88, 0, 29)
  71. WalkSpeedButton.Font = Enum.Font.SciFi
  72. WalkSpeedButton.Text = "Activate walkspeed"
  73. WalkSpeedButton.TextColor3 = Color3.new(0, 0, 0)
  74. WalkSpeedButton.TextScaled = true
  75. WalkSpeedButton.TextSize = 14
  76. WalkSpeedButton.TextWrapped = true
  77.  
  78. Teleports.Name = "Teleports"
  79. Teleports.Parent = MainFrame
  80. Teleports.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  81. Teleports.BackgroundTransparency = 0.60000002384186
  82. Teleports.Position = UDim2.new(0.381962866, 0, 0.158798277, 0)
  83. Teleports.Size = UDim2.new(0, 88, 0, 29)
  84. Teleports.Font = Enum.Font.SciFi
  85. Teleports.Text = "Teleports"
  86. Teleports.TextColor3 = Color3.new(0, 0, 0)
  87. Teleports.TextScaled = true
  88. Teleports.TextSize = 14
  89. Teleports.TextWrapped = true
  90.  
  91. Criminalbase.Name = "Criminal base"
  92. Criminalbase.Parent = MainFrame
  93. Criminalbase.BackgroundColor3 = Color3.new(1, 0, 0)
  94. Criminalbase.BackgroundTransparency = 0.60000002384186
  95. Criminalbase.Position = UDim2.new(0.0424403176, 0, 0.141630903, 0)
  96. Criminalbase.Size = UDim2.new(0, 88, 0, 34)
  97. Criminalbase.Visible = false
  98. Criminalbase.Font = Enum.Font.SourceSans
  99. Criminalbase.Text = "Criminal base"
  100. Criminalbase.TextColor3 = Color3.new(0, 0, 0)
  101. Criminalbase.TextScaled = true
  102. Criminalbase.TextSize = 14
  103. Criminalbase.TextWrapped = true
  104.  
  105. Goback.Name = "Goback"
  106. Goback.Parent = MainFrame
  107. Goback.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  108. Goback.BackgroundTransparency = 0.60000002384186
  109. Goback.Position = UDim2.new(0, 0, 0.892703891, 0)
  110. Goback.Size = UDim2.new(0, 377, 0, 25)
  111. Goback.Visible = false
  112. Goback.Font = Enum.Font.SourceSans
  113. Goback.Text = "Go back"
  114. Goback.TextColor3 = Color3.new(0, 0, 0)
  115. Goback.TextScaled = true
  116. Goback.TextSize = 14
  117. Goback.TextWrapped = true
  118.  
  119. Yard.Name = "Yard"
  120. Yard.Parent = MainFrame
  121. Yard.BackgroundColor3 = Color3.new(1, 0, 0)
  122. Yard.BackgroundTransparency = 0.60000002384186
  123. Yard.Position = UDim2.new(0.36604774, 0, 0.141630903, 0)
  124. Yard.Size = UDim2.new(0, 88, 0, 34)
  125. Yard.Visible = false
  126. Yard.Font = Enum.Font.SourceSans
  127. Yard.Text = "Yard"
  128. Yard.TextColor3 = Color3.new(0, 0, 0)
  129. Yard.TextScaled = true
  130. Yard.TextSize = 14
  131. Yard.TextWrapped = true
  132.  
  133. Wall.Name = "Wall"
  134. Wall.Parent = MainFrame
  135. Wall.BackgroundColor3 = Color3.new(1, 0, 0)
  136. Wall.BackgroundTransparency = 0.60000002384186
  137. Wall.Position = UDim2.new(0.697612703, 0, 0.141630903, 0)
  138. Wall.Size = UDim2.new(0, 89, 0, 34)
  139. Wall.Visible = false
  140. Wall.Font = Enum.Font.SourceSans
  141. Wall.Text = "Prison's wall"
  142. Wall.TextColor3 = Color3.new(0, 0, 0)
  143. Wall.TextScaled = true
  144. Wall.TextSize = 14
  145. Wall.TextWrapped = true
  146.  
  147. InsidePrison.Name = "InsidePrison"
  148. InsidePrison.Parent = MainFrame
  149. InsidePrison.BackgroundColor3 = Color3.new(1, 0, 0)
  150. InsidePrison.BackgroundTransparency = 0.60000002384186
  151. InsidePrison.Position = UDim2.new(0.36604774, 0, 0.369098723, 0)
  152. InsidePrison.Size = UDim2.new(0, 88, 0, 34)
  153. InsidePrison.Visible = false
  154. InsidePrison.Font = Enum.Font.SourceSans
  155. InsidePrison.Text = "Inside prison"
  156. InsidePrison.TextColor3 = Color3.new(0, 0, 0)
  157. InsidePrison.TextScaled = true
  158. InsidePrison.TextSize = 14
  159. InsidePrison.TextWrapped = true
  160.  
  161. Guardroom.Name = "Guardroom"
  162. Guardroom.Parent = MainFrame
  163. Guardroom.BackgroundColor3 = Color3.new(1, 0, 0)
  164. Guardroom.BackgroundTransparency = 0.60000002384186
  165. Guardroom.Position = UDim2.new(0.0424403176, 0, 0.369098723, 0)
  166. Guardroom.Size = UDim2.new(0, 88, 0, 34)
  167. Guardroom.Visible = false
  168. Guardroom.Font = Enum.Font.SourceSans
  169. Guardroom.Text = "Guard's room"
  170. Guardroom.TextColor3 = Color3.new(0, 0, 0)
  171. Guardroom.TextScaled = true
  172. Guardroom.TextSize = 14
  173. Guardroom.TextWrapped = true
  174.  
  175. Prisonfront.Name = "Prisonfront"
  176. Prisonfront.Parent = MainFrame
  177. Prisonfront.BackgroundColor3 = Color3.new(1, 0, 0)
  178. Prisonfront.BackgroundTransparency = 0.60000002384186
  179. Prisonfront.Position = UDim2.new(0.697612703, 0, 0.369098723, 0)
  180. Prisonfront.Size = UDim2.new(0, 89, 0, 34)
  181. Prisonfront.Visible = false
  182. Prisonfront.Font = Enum.Font.SourceSans
  183. Prisonfront.Text = "Prison's front"
  184. Prisonfront.TextColor3 = Color3.new(0, 0, 0)
  185. Prisonfront.TextScaled = true
  186. Prisonfront.TextSize = 14
  187. Prisonfront.TextWrapped = true
  188.  
  189. Cafeteria.Name = "Cafeteria"
  190. Cafeteria.Parent = MainFrame
  191. Cafeteria.BackgroundColor3 = Color3.new(1, 0, 0)
  192. Cafeteria.BackgroundTransparency = 0.60000002384186
  193. Cafeteria.Position = UDim2.new(0.0424403176, 0, 0.60085839, 0)
  194. Cafeteria.Size = UDim2.new(0, 88, 0, 34)
  195. Cafeteria.Visible = false
  196. Cafeteria.Font = Enum.Font.SourceSans
  197. Cafeteria.Text = "Cafeteria"
  198. Cafeteria.TextColor3 = Color3.new(0, 0, 0)
  199. Cafeteria.TextScaled = true
  200. Cafeteria.TextSize = 14
  201. Cafeteria.TextWrapped = true
  202.  
  203. NoDoors.Name = "NoDoors"
  204. NoDoors.Parent = MainFrame
  205. NoDoors.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  206. NoDoors.BackgroundTransparency = 0.60000002384186
  207. NoDoors.Position = UDim2.new(0.700265229, 0, 0.158798277, 0)
  208. NoDoors.Size = UDim2.new(0, 88, 0, 29)
  209. NoDoors.Font = Enum.Font.SciFi
  210. NoDoors.Text = "Remove doors"
  211. NoDoors.TextColor3 = Color3.new(0, 0, 0)
  212. NoDoors.TextScaled = true
  213. NoDoors.TextSize = 14
  214. NoDoors.TextWrapped = true
  215.  
  216. UserNameBox.Name = "UserNameBox"
  217. UserNameBox.Parent = MainFrame
  218. UserNameBox.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  219. UserNameBox.BackgroundTransparency = 0.60000002384186
  220. UserNameBox.Position = UDim2.new(0.0663129985, 0, 0.386266083, 0)
  221. UserNameBox.Size = UDim2.new(0, 207, 0, 29)
  222. UserNameBox.Font = Enum.Font.SourceSans
  223. UserNameBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  224. UserNameBox.PlaceholderText = "Username"
  225. UserNameBox.Text = ""
  226. UserNameBox.TextColor3 = Color3.new(0, 0, 0)
  227. UserNameBox.TextScaled = true
  228. UserNameBox.TextSize = 14
  229. UserNameBox.TextWrapped = true
  230.  
  231. Tptoplayer.Name = "Tptoplayer"
  232. Tptoplayer.Parent = MainFrame
  233. Tptoplayer.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  234. Tptoplayer.BackgroundTransparency = 0.60000002384186
  235. Tptoplayer.Position = UDim2.new(0.700265229, 0, 0.386266083, 0)
  236. Tptoplayer.Size = UDim2.new(0, 88, 0, 29)
  237. Tptoplayer.Font = Enum.Font.SciFi
  238. Tptoplayer.Text = "Teleport to player"
  239. Tptoplayer.TextColor3 = Color3.new(0, 0, 0)
  240. Tptoplayer.TextScaled = true
  241. Tptoplayer.TextSize = 14
  242. Tptoplayer.TextWrapped = true
  243.  
  244. SecretRoom.Name = "SecretRoom"
  245. SecretRoom.Parent = MainFrame
  246. SecretRoom.BackgroundColor3 = Color3.new(1, 0, 0)
  247. SecretRoom.BackgroundTransparency = 0.60000002384186
  248. SecretRoom.Position = UDim2.new(0.36604774, 0, 0.60085839, 0)
  249. SecretRoom.Size = UDim2.new(0, 88, 0, 34)
  250. SecretRoom.Visible = false
  251. SecretRoom.Font = Enum.Font.SourceSans
  252. SecretRoom.Text = "Secret room"
  253. SecretRoom.TextColor3 = Color3.new(0, 0, 0)
  254. SecretRoom.TextScaled = true
  255. SecretRoom.TextSize = 14
  256. SecretRoom.TextWrapped = true
  257.  
  258. PrisonRoof.Name = "PrisonRoof"
  259. PrisonRoof.Parent = MainFrame
  260. PrisonRoof.BackgroundColor3 = Color3.new(1, 0, 0)
  261. PrisonRoof.BackgroundTransparency = 0.60000002384186
  262. PrisonRoof.Position = UDim2.new(0.697612703, 0, 0.60085839, 0)
  263. PrisonRoof.Size = UDim2.new(0, 89, 0, 34)
  264. PrisonRoof.Visible = false
  265. PrisonRoof.Font = Enum.Font.SourceSans
  266. PrisonRoof.Text = "Prison's roof"
  267. PrisonRoof.TextColor3 = Color3.new(0, 0, 0)
  268. PrisonRoof.TextScaled = true
  269. PrisonRoof.TextSize = 14
  270. PrisonRoof.TextWrapped = true
  271.  
  272. PunchAura.Name = "PunchAura"
  273. PunchAura.Parent = MainFrame
  274. PunchAura.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  275. PunchAura.BackgroundTransparency = 0.60000002384186
  276. PunchAura.Position = UDim2.new(0.0663129985, 0, 0.583691001, 0)
  277. PunchAura.Size = UDim2.new(0, 88, 0, 29)
  278. PunchAura.Font = Enum.Font.SciFi
  279. PunchAura.Text = "Punchaura"
  280. PunchAura.TextColor3 = Color3.new(0, 0, 0)
  281. PunchAura.TextScaled = true
  282. PunchAura.TextSize = 14
  283. PunchAura.TextWrapped = true
  284.  
  285. KillPlayer.Name = "KillPlayer"
  286. KillPlayer.Parent = MainFrame
  287. KillPlayer.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  288. KillPlayer.BackgroundTransparency = 0.60000002384186
  289. KillPlayer.Position = UDim2.new(0.381962866, 0, 0.583691001, 0)
  290. KillPlayer.Size = UDim2.new(0, 88, 0, 29)
  291. KillPlayer.Font = Enum.Font.SciFi
  292. KillPlayer.Text = "Kill player"
  293. KillPlayer.TextColor3 = Color3.new(0, 0, 0)
  294. KillPlayer.TextScaled = true
  295. KillPlayer.TextSize = 14
  296. KillPlayer.TextWrapped = true
  297.  
  298.  
  299.  
  300.  
  301.  
  302. --Funktionen
  303.  
  304.  
  305.  
  306.  
  307. if(game.GameId ~= 73885730) then
  308. game:GetService("Players").LocalPlayer:Kick("Doge's Prison life toolz are created for prison life!")
  309. end
  310. function showmain()
  311. WalkSpeedButton.Visible = true
  312. Teleports.Visible = true
  313. NoDoors.Visible = true
  314. Tptoplayer.Visible = true
  315. UserNameBox.Visible = true
  316. PunchAura.Visible = true
  317. KillPlayer.Visible = true
  318. end
  319. function hidemain()
  320. WalkSpeedButton.Visible = false
  321. Teleports.Visible = false
  322. NoDoors.Visible = false
  323. Tptoplayer.Visible = false
  324. UserNameBox.Visible = false
  325. PunchAura.Visible = false
  326. KillPlayer.Visible = false
  327. end
  328. function showtps()
  329. Criminalbase.Visible = true
  330. Goback.Visible = true
  331. Yard.Visible = true
  332. Wall.Visible = true
  333. Guardroom.Visible = true
  334. InsidePrison.Visible = true
  335. Prisonfront.Visible = true
  336. Cafeteria.Visible = true
  337. SecretRoom.Visible = true
  338. PrisonRoof.Visible = true
  339. end
  340. function hidetps()
  341. Criminalbase.Visible = false
  342. Goback.Visible = false
  343. Yard.Visible = false
  344. Wall.Visible = false
  345. Guardroom.Visible = false
  346. InsidePrison.Visible = false
  347. Prisonfront.Visible = false
  348. Cafeteria.Visible = false
  349. SecretRoom.Visible = false
  350. PrisonRoof.Visible = false
  351. end
  352. NoDoors.MouseButton1Click:Connect(function()
  353. workspace.Doors:Destroy()
  354. end)
  355. Cafeteria.MouseButton1Click:Connect(function()
  356. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(904.362,100,2239)
  357. end)
  358. SecretRoom.MouseButton1Click:Connect(function()
  359. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(697, 100, 2364)
  360. end)
  361. Yard.MouseButton1Click:Connect(function()
  362. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(799,98,2477)
  363. end)
  364. InsidePrison.MouseButton1Click:Connect(function()
  365. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(819,100,2362)
  366. end)
  367. Prisonfront.MouseButton1Click:Connect(function()
  368. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(608,100,2266.5)
  369. end)
  370. Guardroom.MouseButton1Click:Connect(function()
  371. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(834,100,2304)
  372. end)
  373. Wall.MouseButton1Click:Connect(function()
  374. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(732,126,2580)
  375. end)
  376. PrisonRoof.MouseButton1Click:Connect(function()
  377. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(917,140,2340)
  378. end)
  379. Teleports.MouseButton1Click:Connect(function()
  380. hidemain()
  381. showtps()
  382. end)
  383. PunchAura.MouseButton1Click:Connect(function()
  384. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  385. if key=='f' then
  386. for i, plr in pairs(game.Players:GetChildren()) do
  387. if plr.Name ~= game.Players.LocalPlayer.Name then
  388. for i = 1, 15 do
  389. pcall(function()
  390. plr.Character:FindFirstChildOfClass("ForceField"):Destroy()
  391. end)
  392.  
  393. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  394. end
  395. end
  396. end
  397. end
  398. end)
  399. end)
  400. Goback.MouseButton1Click:Connect(function()
  401. hidetps()
  402. showmain()
  403. end)
  404. Tptoplayer.MouseButton1Click:Connect(function()
  405. local function findPlayer(name)
  406. print(name)
  407. for i, cpl in pairs(game:GetService("Players"):GetPlayers())do
  408. --print("Zurzeit geprüft: "..cpl.Name)
  409. local abschnitt = string.sub(cpl.Name,1,string.len(name))
  410. --print("Geprüft wird: "..abschnitt)
  411. if(abschnitt == name) then
  412. return cpl.Name
  413. end
  414. end
  415. end
  416. local foundplayer = findPlayer(UserNameBox.Text)
  417. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = workspace:FindFirstChild(foundplayer).HumanoidRootPart.CFrame
  418. end)
  419. KillPlayer.MouseButton1Click:Connect(function()
  420. local function findPlayer(name)
  421. print(name)
  422. for i, cpl in pairs(game:GetService("Players"):GetPlayers())do
  423. --print("Zurzeit geprüft: "..cpl.Name)
  424. local abschnitt = string.sub(cpl.Name,1,string.len(name))
  425. --print("Geprüft wird: "..abschnitt)
  426. if(abschnitt == name) then
  427. return cpl.Name
  428. end
  429. end
  430. end
  431. local foundplayer = findPlayer(UserNameBox.Text)
  432. for i = 1, 15 do
  433. game.ReplicatedStorage.meleeEvent:FireServer(game:GetService("Players"):FindFirstChild(foundplayer))
  434. end
  435. end)
  436. Criminalbase.MouseButton1Click:Connect(function()
  437. workspace:FindFirstChild(game:GetService("Players").LocalPlayer.Name).HumanoidRootPart.CFrame = CFrame.new(-925.934204, 95 ,2059.85)
  438. end)
  439. WalkSpeedButton.MouseButton1Click:Connect(function()
  440. if WalkSpeedButton.Text == "Activate walkspeed" then
  441. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 200
  442. WalkSpeedButton.Text = "Deactivate walkspeed"
  443. else
  444. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
  445. WalkSpeedButton.Text = "Activate walkspeed"
  446. end
  447. end)
  448. CloseButton.MouseButton1Click:Connect(function()
  449. DogesPrisonLigeHax:Destroy()
  450. end)
  451. MainFrame.Active = true
  452. MainFrame.Selectable = true
  453. MainFrame.Draggable = true
  454. --Werbung
  455. --msg:Destroy()
  456. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  457. Text = ("Powered by Doge! Discord: Doge#6718");
  458. Color = Color3.new(115,255,0);
  459. Font = Enum.Font.SciFi;
  460. FontSize = Enum.FontSize.Size18;
  461. })
  462. local function callback(text)
  463. if text == "Yes" then
  464. -- print("They want extra points!")
  465. elseif text == "No" then
  466. -- print("They don't care...")
  467. end
  468. end
  469. local bindableFunction = Instance.new("BindableFunction")
  470. bindableFunction.OnInvoke = callback
  471. game.StarterGui:SetCore("SendNotification", {
  472. Title = "Made by Doge"; -- Required. Has to be a string!
  473. Text = "Discord:Doge#6718"; -- Required. Has to be a string!
  474. Icon = "rbxassetid://168166976"; -- Optional, defaults to "" (no icon)
  475. Duration = 100; -- Optional, defaults to 5 seconds
  476. Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
  477. Button1 = "Okay"; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
  478.  
  479. })
  480. local h = Instance.new("Hint")
  481. h.Parent = workspace
  482. h.Text = "By Doge!Discord:Doge #6718"
  483. wait(10)
  484. h:Remove()
  485. --Teleports.Active = false
  486. --print("Wow Ende")
  487. pcall(function()
  488. game.CoreGui.ScreenGui.TextLabel.Text ="Powered by Doge#6718"
  489. end)
  490. print("Ende")
  491. --Ende <3--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement