retpee

Magic Show 2 [Story] (Roblox Exploit Gui)

Jun 20th, 2022 (edited)
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.91 KB | None | 0 0
  1. --Game Link--
  2. --https://www.roblox.com/games/7147648591/Magic-Show-2-Story--
  3. --Shorter version of this script--
  4. --loadstring(game:HttpGet("https://pastebin.com/zrXEExbB", true))()--
  5.  
  6. -- Instances:
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Gui = Instance.new("ImageLabel")
  10. local Items = Instance.new("TextButton")
  11. local Loop = Instance.new("TextButton")
  12. local moneyz = Instance.new("TextButton")
  13. local jump = Instance.new("TextButton")
  14. local Name = Instance.new("TextLabel")
  15. local Name2 = Instance.new("TextLabel")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. Gui.Name = "Gui"
  22. Gui.Parent = ScreenGui
  23. Gui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. Gui.BackgroundTransparency = 1.000
  25. Gui.Position = UDim2.new(0.080599755, 0, 0.149494946, 0)
  26. Gui.Size = UDim2.new(0, 123, 0, 217)
  27. Gui.Image = "rbxassetid://3570695787"
  28. Gui.ImageColor3 = Color3.fromRGB(4, 4, 4)
  29. Gui.ScaleType = Enum.ScaleType.Slice
  30. Gui.SliceCenter = Rect.new(100, 100, 100, 100)
  31. Gui.SliceScale = 0.120
  32. Gui.Visible = true
  33. Gui.Active = true
  34. Gui.Draggable = true
  35.  
  36. Items.Name = "Items"
  37. Items.Parent = Gui
  38. Items.BackgroundColor3 = Color3.fromRGB(74, 10, 14)
  39. Items.BorderColor3 = Color3.fromRGB(0, 0, 0)
  40. Items.Position = UDim2.new(0.0086481357, 0, 0.340148091, 0)
  41. Items.Size = UDim2.new(0, 121, 0, 18)
  42. Items.Font = Enum.Font.Ubuntu
  43. Items.Text = "All Items"
  44. Items.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. Items.TextSize = 14.000
  46. Items.MouseButton1Down:connect(function()
  47.     local A_1 = "Autograph"
  48.     local A_2 = "GiveItem"
  49.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  50.     Event:FireServer(A_1, A_2)
  51.    
  52.     local A_1 = "KeyFragment"
  53.     local A_2 = "GiveItem"
  54.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  55.     Event:FireServer(A_1, A_2)
  56.  
  57.     local A_1 = "TreasureMap"
  58.     local A_2 = "GiveItem"
  59.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  60.     Event:FireServer(A_1, A_2)
  61.  
  62.     local A_1 = "Lantern"
  63.     local A_2 = "GiveItem"
  64.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  65.     Event:FireServer(A_1, A_2)
  66.  
  67.     local A_1 = "Crowbar"
  68.     local A_2 = "GiveItem"
  69.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  70.     Event:FireServer(A_1, A_2)
  71.  
  72.     local A_1 = "Shovel"
  73.     local A_2 = "GiveItem"
  74.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  75.     Event:FireServer(A_1, A_2)
  76.  
  77.     local A_1 = "Sword"
  78.     local A_2 = "GiveItem"
  79.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  80.     Event:FireServer(A_1, A_2)
  81.  
  82.     local A_1 = "SecretDoorKey"
  83.     local A_2 = "GiveItem"
  84.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  85.     Event:FireServer(A_1, A_2)
  86.    
  87.     local A_1 = "TNT"
  88.     local A_2 = "GiveItem"
  89.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  90.     Event:FireServer(A_1, A_2)
  91.  
  92.     local A_1 = "GoldenBaseballBat"
  93.     local A_2 = "GiveItem"
  94.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  95.     Event:FireServer(A_1, A_2)
  96.  
  97.     local A_1 = "ToySword"
  98.     local A_2 = "GiveItem"
  99.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  100.     Event:FireServer(A_1, A_2)
  101.  
  102.     local A_1 = "Apple"
  103.     local A_2 = "GiveItem"
  104.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  105.     Event:FireServer(A_1, A_2)
  106.  
  107.     local A_1 = "GoldenApple"
  108.     local A_2 = "GiveItem"
  109.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  110.     Event:FireServer(A_1, A_2)
  111.  
  112.     local A_1 = "Bloxycola"
  113.     local A_2 = "GiveItem"
  114.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  115.     Event:FireServer(A_1, A_2)
  116.  
  117.     local A_1 = "Cheese"
  118.     local A_2 = "GiveItem"
  119.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  120.     Event:FireServer(A_1, A_2)
  121.  
  122.     local A_1 = "Banana"
  123.     local A_2 = "GiveItem"
  124.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  125.     Event:FireServer(A_1, A_2)
  126.  
  127.     local A_1 = "TeddyBear"
  128.     local A_2 = "GiveItem"
  129.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  130.     Event:FireServer(A_1, A_2)
  131.  
  132.     local A_1 = "SuspiciousPizza"
  133.     local A_2 = "GiveItem"
  134.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  135.     Event:FireServer(A_1, A_2)
  136.  
  137.     local A_1 = "BaseballBat"
  138.     local A_2 = "GiveItem"
  139.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  140.     Event:FireServer(A_1, A_2)
  141.  
  142.     local A_1 = "SecretCode"
  143.     local A_2 = "GiveItem"
  144.     local Event = game:GetService("ReplicatedStorage").Remotes.ItemEvent
  145.     Event:FireServer(A_1, A_2)
  146. end)
  147.  
  148. Loop.Name = "Loop"
  149. Loop.Parent = Gui
  150. Loop.BackgroundColor3 = Color3.fromRGB(74, 10, 14)
  151. Loop.BorderColor3 = Color3.fromRGB(0, 0, 0)
  152. Loop.Position = UDim2.new(0.0086481357, 0, 0.657682776, 0)
  153. Loop.Size = UDim2.new(0, 121, 0, 18)
  154. Loop.Font = Enum.Font.Ubuntu
  155. Loop.Text = "Infinite money (Lag)"
  156. Loop.TextColor3 = Color3.fromRGB(0, 0, 0)
  157. Loop.TextSize = 14.000
  158. Loop.MouseButton1Down:connect(function()
  159.     while wait() do
  160.         A_1 = "Add"
  161.         local A_2 = "CashCollect"
  162.         local Event = game:GetService("ReplicatedStorage").Remotes.CurrencyEvent
  163.         Event:FireServer(A_1, A_2)
  164.     end
  165. end)
  166.  
  167.  
  168. moneyz.Name = "moneyz"
  169. moneyz.Parent = Gui
  170. moneyz.BackgroundColor3 = Color3.fromRGB(74, 10, 14)
  171. moneyz.BorderColor3 = Color3.fromRGB(0, 0, 0)
  172. moneyz.Position = UDim2.new(0.00864814967, 0, 0.494819224, 0)
  173. moneyz.Size = UDim2.new(0, 121, 0, 18)
  174. moneyz.Font = Enum.Font.Ubuntu
  175. moneyz.Text = "Add money"
  176. moneyz.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. moneyz.TextSize = 14.000
  178. moneyz.MouseButton1Down:connect(function()
  179.     A_1 = "Add"
  180.     local A_2 = "CashCollect"
  181.     local Event = game:GetService("ReplicatedStorage").Remotes.CurrencyEvent
  182.     Event:FireServer(A_1, A_2)
  183. end)
  184.  
  185. jump.Name = "jump"
  186. jump.Parent = Gui
  187. jump.BackgroundColor3 = Color3.fromRGB(74, 10, 14)
  188. jump.BorderColor3 = Color3.fromRGB(0, 0, 0)
  189. jump.Position = UDim2.new(0.00864814967, 0, 0.818982482, 0)
  190. jump.Size = UDim2.new(0, 121, 0, 18)
  191. jump.Font = Enum.Font.Ubuntu
  192. jump.Text = "Infinite jump"
  193. jump.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. jump.TextSize = 14.000
  195. jump.MouseButton1Down:connect(function()
  196.     local infjump = true
  197.     game:GetService("UserInputService").JumpRequest:connect(function()
  198.         if infjump then
  199.             game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):ChangeState("Jumping")
  200.         end
  201.     end)
  202. end)
  203.  
  204. Name.Name = "Name"
  205. Name.Parent = Gui
  206. Name.BackgroundColor3 = Color3.fromRGB(74, 10, 14)
  207. Name.BorderColor3 = Color3.fromRGB(0, 0, 0)
  208. Name.Position = UDim2.new(0.0086481357, 0, 0.0827072784, 0)
  209. Name.Size = UDim2.new(0, 121, 0, 21)
  210. Name.Font = Enum.Font.Ubuntu
  211. Name.Text = "Magic Show 2"
  212. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  213. Name.TextSize = 17.000
  214.  
  215. Name2.Name = "Name 2"
  216. Name2.Parent = Gui
  217. Name2.BackgroundColor3 = Color3.fromRGB(74, 10, 14)
  218. Name2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  219. Name2.Position = UDim2.new(0.0086481357, 0, 0.180431068, 0)
  220. Name2.Size = UDim2.new(0, 121, 0, 21)
  221. Name2.Font = Enum.Font.Ubuntu
  222. Name2.Text = "Script"
  223. Name2.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. Name2.TextSize = 17.000
Add Comment
Please, Sign In to add comment