retpee

Magic Show [Story] (Roblox Exploit Gui)

Jun 9th, 2021 (edited)
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.87 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Name = Instance.new("TextLabel")
  6. local Items = Instance.new("TextLabel")
  7. local Flashlight = Instance.new("TextButton")
  8. local Lemonade = Instance.new("TextButton")
  9. local Apple = Instance.new("TextButton")
  10. local Pizza = Instance.new("TextButton")
  11. local Extras = Instance.new("TextLabel")
  12. local cash = Instance.new("TextButton")
  13. local InfinteJump = Instance.new("TextButton")
  14. local delete = Instance.new("TextButton")
  15. local Speed = Instance.new("TextButton")
  16. local Extras_2 = Instance.new("TextLabel")
  17. local IceCream = Instance.new("TextButton")
  18. local Noclip = Instance.new("TextButton")
  19. local MedKit = Instance.new("TextButton")
  20. local GoldenBat = Instance.new("TextButton")
  21. local NormalBat = Instance.new("TextButton")
  22. local Noclip_2 = Instance.new("TextButton")
  23.  
  24. --Properties:
  25.  
  26. ScreenGui.Parent = game.CoreGui
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = ScreenGui
  30. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  31. Main.Position = UDim2.new(0.626321077, 0, 0.014391996, 0)
  32. Main.Size = UDim2.new(0, 255, 0, 379)
  33. Main.Active = true
  34. Main.Draggable = true
  35.  
  36. Name.Name = "Name"
  37. Name.Parent = Main
  38. Name.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  39. Name.BorderColor3 = Color3.fromRGB(0, 0, 0)
  40. Name.Position = UDim2.new(0.249305874, 0, 0, 0)
  41. Name.Size = UDim2.new(0, 126, 0, 35)
  42. Name.Font = Enum.Font.PatrickHand
  43. Name.Text = "Magic Show [Story]"
  44. Name.TextColor3 = Color3.fromRGB(254, 0, 0)
  45. Name.TextSize = 20.000
  46.  
  47. Items.Name = "Items"
  48. Items.Parent = Main
  49. Items.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. Items.BorderColor3 = Color3.fromRGB(0, 0, 0)
  51. Items.Position = UDim2.new(0.0184414387, 0, 0.192092761, 0)
  52. Items.Size = UDim2.new(0, 76, 0, 28)
  53. Items.Font = Enum.Font.PatrickHand
  54. Items.Text = "Free Items:"
  55. Items.TextColor3 = Color3.fromRGB(254, 0, 0)
  56. Items.TextSize = 20.000
  57.  
  58. Flashlight.Name = "Flashlight"
  59. Flashlight.Parent = Main
  60. Flashlight.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  61. Flashlight.BorderColor3 = Color3.fromRGB(45, 45, 45)
  62. Flashlight.Position = UDim2.new(0.0184415057, 0, 0.30336684, 0)
  63. Flashlight.Size = UDim2.new(0, 83, 0, 33)
  64. Flashlight.Font = Enum.Font.PatrickHand
  65. Flashlight.Text = "Flashlight"
  66. Flashlight.TextColor3 = Color3.fromRGB(254, 0, 0)
  67. Flashlight.TextSize = 20.000
  68. Flashlight.MouseButton1Down:connect(function()
  69.     local args = {
  70.         [1] = "Flashlight",
  71.         [2] = "C0d3"
  72.     }
  73.  
  74.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  75. end)
  76.  
  77.  
  78. Lemonade.Name = "Lemonade"
  79. Lemonade.Parent = Main
  80. Lemonade.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  81. Lemonade.BorderColor3 = Color3.fromRGB(45, 45, 45)
  82. Lemonade.Position = UDim2.new(0.0184415057, 0, 0.384161502, 0)
  83. Lemonade.Size = UDim2.new(0, 83, 0, 33)
  84. Lemonade.Font = Enum.Font.PatrickHand
  85. Lemonade.Text = "Lemonade"
  86. Lemonade.TextColor3 = Color3.fromRGB(254, 0, 0)
  87. Lemonade.TextSize = 20.000
  88. Lemonade.MouseButton1Down:connect(function()
  89.     local args = {
  90.         [1] = "Lemonade",
  91.         [2] = "C0d3"
  92.     }
  93.  
  94.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  95. end)
  96.  
  97. Apple.Name = "Apple"
  98. Apple.Parent = Main
  99. Apple.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  100. Apple.BorderColor3 = Color3.fromRGB(45, 45, 45)
  101. Apple.Position = UDim2.new(0.0184415057, 0, 0.463041842, 0)
  102. Apple.Size = UDim2.new(0, 83, 0, 33)
  103. Apple.Font = Enum.Font.PatrickHand
  104. Apple.Text = "Apple"
  105. Apple.TextColor3 = Color3.fromRGB(254, 0, 0)
  106. Apple.TextSize = 20.000
  107. Apple.MouseButton1Down:connect(function()
  108.     local args = {
  109.         [1] = "Apple",
  110.         [2] = "C0d3"
  111.     }
  112.  
  113.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  114. end)
  115.  
  116.  
  117.  
  118. Pizza.Name = "Pizza"
  119. Pizza.Parent = Main
  120. Pizza.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  121. Pizza.BorderColor3 = Color3.fromRGB(45, 45, 45)
  122. Pizza.Position = UDim2.new(0.0184415057, 0, 0.541498899, 0)
  123. Pizza.Size = UDim2.new(0, 83, 0, 33)
  124. Pizza.Font = Enum.Font.PatrickHand
  125. Pizza.Text = "Pizza"
  126. Pizza.TextColor3 = Color3.fromRGB(254, 0, 0)
  127. Pizza.TextSize = 20.000
  128. Pizza.MouseButton1Down:connect(function()
  129.     local args = {
  130.         [1] = "Pizza",
  131.         [2] = "C0d3"
  132.     }
  133.  
  134.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  135. end)
  136.  
  137.  
  138. Extras.Name = "Extras"
  139. Extras.Parent = Main
  140. Extras.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  141. Extras.BorderColor3 = Color3.fromRGB(0, 0, 0)
  142. Extras.Position = UDim2.new(0.66796875, 0, 0.183193669, 0)
  143. Extras.Size = UDim2.new(0, 80, 0, 28)
  144. Extras.Font = Enum.Font.PatrickHand
  145. Extras.Text = "Extras:"
  146. Extras.TextColor3 = Color3.fromRGB(254, 0, 0)
  147. Extras.TextSize = 20.000
  148.  
  149. cash.Name = "cash"
  150. cash.Parent = Main
  151. cash.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  152. cash.BorderColor3 = Color3.fromRGB(45, 45, 45)
  153. cash.Position = UDim2.new(0.659020543, 0, 0.2955347, 0)
  154. cash.Size = UDim2.new(0, 83, 0, 33)
  155. cash.Font = Enum.Font.PatrickHand
  156. cash.Text = "100k cash"
  157. cash.TextColor3 = Color3.fromRGB(254, 0, 0)
  158. cash.TextSize = 20.000
  159. cash.MouseButton1Down:connect(function()
  160.     local args = {
  161.         [1] = "Add",
  162.         [2] = 100000,
  163.     }
  164.  
  165.     game:GetService("ReplicatedStorage").RemoteEvents.CurrencyEvent:FireServer(unpack(args))
  166. end)
  167.  
  168. InfinteJump.Name = "Infinte Jump"
  169. InfinteJump.Parent = Main
  170. InfinteJump.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  171. InfinteJump.BorderColor3 = Color3.fromRGB(45, 45, 45)
  172. InfinteJump.Position = UDim2.new(0.6557585, 0, 0.389340699, 0)
  173. InfinteJump.Size = UDim2.new(0, 83, 0, 33)
  174. InfinteJump.Font = Enum.Font.PatrickHand
  175. InfinteJump.Text = "Infinite Jump"
  176. InfinteJump.TextColor3 = Color3.fromRGB(254, 0, 0)
  177. InfinteJump.TextSize = 20.000
  178. InfinteJump.MouseButton1Down:connect(function()
  179.     game:GetService("UserInputService").JumpRequest:connect(function()
  180.         game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")      
  181.     end)
  182. end)
  183.  
  184.  
  185. delete.Name = "delete"
  186. delete.Parent = Main
  187. delete.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  188. delete.BorderColor3 = Color3.fromRGB(45, 45, 45)
  189. delete.Position = UDim2.new(0.655227542, 0, 0.474905849, 0)
  190. delete.Size = UDim2.new(0, 83, 0, 33)
  191. delete.Font = Enum.Font.PatrickHand
  192. delete.Text = "Delete Tool"
  193. delete.TextColor3 = Color3.fromRGB(254, 0, 0)
  194. delete.TextSize = 20.000
  195. delete.MouseButton1Down:connect(function()
  196.     local a=Instance.new("Tool")a.RequiresHandle=false;a.Name="Delete"local b=game.Players.LocalPlayer;a.Parent=b:WaitForChild("Backpack")local c=b:GetMouse()local d=false;local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;local c=b:GetMouse()local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;e.Name="derp"c.Move:connect(function()if d then local f=c.Target;if not f then e.Adornee=nil else if f:IsA("BasePart")then e.Adornee=f else e.Adornee=nil end end end end)a.Equipped:Connect(function()d=true end)a.Unequipped:Connect(function()e.Adornee=nil;d=false end)a.Activated:Connect(function()if e.Adornee then local g=Instance.new("Explosion")g.Parent=game.Workspace;g.Position=e.Adornee.Position;g.BlastPressure=0;local h=Instance.new("Sound")h.SoundId="http://www.roblox.com/asset/?id=315775189"h.Parent=game.Workspace;h:Play()e.Adornee:Destroy()e.Adornee=nil end end)
  197. end)
  198.  
  199. Speed.Name = "Speed"
  200. Speed.Parent = Main
  201. Speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  202. Speed.BorderColor3 = Color3.fromRGB(45, 45, 45)
  203. Speed.Position = UDim2.new(0.65575856, 0, 0.645524263, 0)
  204. Speed.Size = UDim2.new(0, 83, 0, 33)
  205. Speed.Font = Enum.Font.PatrickHand
  206. Speed.Text = "Speed (50)"
  207. Speed.TextColor3 = Color3.fromRGB(254, 0, 0)
  208. Speed.TextSize = 20.000
  209. Speed.MouseButton1Down:connect(function()
  210. local speed = '50'
  211. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = speed
  212. end)
  213.  
  214. Extras_2.Name = "Extras"
  215. Extras_2.Parent = Main
  216. Extras_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  217. Extras_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  218. Extras_2.Position = UDim2.new(0.209847689, 0, 0.114379093, 0)
  219. Extras_2.Size = UDim2.new(0, 148, 0, 29)
  220. Extras_2.Font = Enum.Font.PatrickHand
  221. Extras_2.Text = "Enjoy! Share with friends. :)"
  222. Extras_2.TextColor3 = Color3.fromRGB(254, 0, 0)
  223. Extras_2.TextSize = 15.000
  224.  
  225. IceCream.Name = "Ice Cream"
  226. IceCream.Parent = Main
  227. IceCream.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  228. IceCream.BorderColor3 = Color3.fromRGB(45, 45, 45)
  229. IceCream.Position = UDim2.new(0.0184414983, 0, 0.620186687, 0)
  230. IceCream.Size = UDim2.new(0, 83, 0, 33)
  231. IceCream.Font = Enum.Font.PatrickHand
  232. IceCream.Text = "Ice Cream"
  233. IceCream.TextColor3 = Color3.fromRGB(254, 0, 0)
  234. IceCream.TextSize = 20.000
  235. IceCream.MouseButton1Down:connect(function()
  236.     local args = {
  237.         [1] = "Ice Cream",
  238.         [2] = "C0d3"
  239.     }
  240.  
  241.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  242. end)
  243.  
  244.  
  245. Noclip.Name = "Noclip"
  246. Noclip.Parent = Main
  247. Noclip.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  248. Noclip.BorderColor3 = Color3.fromRGB(45, 45, 45)
  249. Noclip.Position = UDim2.new(0.65575856, 0, 0.560818851, 0)
  250. Noclip.Size = UDim2.new(0, 83, 0, 33)
  251. Noclip.Font = Enum.Font.PatrickHand
  252. Noclip.Text = "E to Noclip"
  253. Noclip.TextColor3 = Color3.fromRGB(254, 0, 0)
  254. Noclip.TextSize = 20.000
  255. Noclip.MouseButton1Down:connect(function()
  256.     noclip = false
  257.     game:GetService('RunService').Stepped:connect(function()
  258.         if noclip then
  259.             game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  260.         end
  261.     end)
  262.     plr = game.Players.LocalPlayer
  263.     mouse = plr:GetMouse()
  264.     mouse.KeyDown:connect(function(key)
  265.  
  266.         if key == "e" then
  267.             noclip = not noclip
  268.             game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  269.         end
  270.     end)
  271. end)
  272.  
  273. MedKit.Name = "MedKit"
  274. MedKit.Parent = Main
  275. MedKit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  276. MedKit.BorderColor3 = Color3.fromRGB(45, 45, 45)
  277. MedKit.Position = UDim2.new(0.0184414983, 0, 0.698868871, 0)
  278. MedKit.Size = UDim2.new(0, 83, 0, 33)
  279. MedKit.Font = Enum.Font.PatrickHand
  280. MedKit.Text = "MedKit"
  281. MedKit.TextColor3 = Color3.fromRGB(254, 0, 0)
  282. MedKit.TextSize = 20.000
  283. MedKit.MouseButton1Down:connect(function()
  284.     local args = {
  285.         [1] = "MedKit",
  286.         [2] = "C0d3"
  287.     }
  288.  
  289.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  290. end)
  291.  
  292. GoldenBat.Name = "Golden Bat"
  293. GoldenBat.Parent = Main
  294. GoldenBat.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  295. GoldenBat.BorderColor3 = Color3.fromRGB(45, 45, 45)
  296. GoldenBat.Position = UDim2.new(0.0184414983, 0, 0.785940111, 0)
  297. GoldenBat.Size = UDim2.new(0, 83, 0, 33)
  298. GoldenBat.Font = Enum.Font.PatrickHand
  299. GoldenBat.Text = "Golden Bat"
  300. GoldenBat.TextColor3 = Color3.fromRGB(254, 0, 0)
  301. GoldenBat.TextSize = 20.000
  302. GoldenBat.MouseButton1Down:connect(function()
  303.     local args = {
  304.         [1] = "Golden Baseball Bat",
  305.         [2] = "C0d3"
  306.     }
  307.  
  308.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  309. end)
  310.  
  311. NormalBat.Name = "Normal Bat"
  312. NormalBat.Parent = Main
  313. NormalBat.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  314. NormalBat.BorderColor3 = Color3.fromRGB(45, 45, 45)
  315. NormalBat.Position = UDim2.new(0.0184414983, 0, 0.873011351, 0)
  316. NormalBat.Size = UDim2.new(0, 83, 0, 33)
  317. NormalBat.Font = Enum.Font.PatrickHand
  318. NormalBat.Text = "Normal Bat"
  319. NormalBat.TextColor3 = Color3.fromRGB(254, 0, 0)
  320. NormalBat.TextSize = 20.000
  321. NormalBat.MouseButton1Down:connect(function()
  322.     local args = {
  323.         [1] = "Baseball Bat",
  324.         [2] = "C0d3"
  325.     }
  326.  
  327.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  328. end)
  329.  
  330. Noclip_2.Name = "Door Key"
  331. Noclip_2.Parent = Main
  332. Noclip_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  333. Noclip_2.BorderColor3 = Color3.fromRGB(45, 45, 45)
  334. Noclip_2.Position = UDim2.new(0.65575856, 0, 0.732322812, 0)
  335. Noclip_2.Size = UDim2.new(0, 83, 0, 33)
  336. Noclip_2.Font = Enum.Font.PatrickHand
  337. Noclip_2.Text = "Door Key"
  338. Noclip_2.TextColor3 = Color3.fromRGB(254, 0, 0)
  339. Noclip_2.TextSize = 20.000
  340. Noclip_2.MouseButton1Down:connect(function()
  341.     local args = {
  342.         [1] = "Door Key",
  343.         [2] = "C0d3"
  344.     }
  345.  
  346.     game:GetService("ReplicatedStorage").RemoteEvents.GiveItemEvent:FireServer(unpack(args))
  347. end)
Add Comment
Please, Sign In to add comment