TalkToMe

REAPER SIMULATOR GUI 2019

Nov 9th, 2019
1,070
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.22 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3. -- Credit script : MARCO POLO
  4. -- GUi : Barko_ALT#2956
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local InfiniteShard = Instance.new("TextButton")
  12. local TextButton_Roundify_2px = Instance.new("ImageLabel")
  13. local Infiniteequippet = Instance.new("TextButton")
  14. local TextButton_Roundify_2px_2 = Instance.new("ImageLabel")
  15. local Hidepets = Instance.new("TextButton")
  16. local TextButton_Roundify_2px_3 = Instance.new("ImageLabel")
  17. local Freeegg = Instance.new("TextButton")
  18. local TextButton_Roundify_2px_4 = Instance.new("ImageLabel")
  19. local TextLabel_3 = Instance.new("TextLabel")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21. local TextLabel_5 = Instance.new("TextLabel")
  22. local TextLabel_6 = Instance.new("TextLabel")
  23. local TextLabel_7 = Instance.new("TextLabel")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. Frame.Parent = ScreenGui
  30. Frame.BackgroundColor3 = Color3.new(0.4, 1, 0.8)
  31. Frame.BorderColor3 = Color3.new(0.0627451, 0.501961, 0.501961)
  32. Frame.BorderSizePixel = 7
  33. Frame.Position = UDim2.new(0.153562009, 0, 0.742110014, 0)
  34. Frame.Size = UDim2.new(0, 560, 0, 195)
  35.  
  36. TextLabel.Parent = Frame
  37. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  38. TextLabel.BackgroundTransparency = 1
  39. TextLabel.BorderSizePixel = 0
  40. TextLabel.Position = UDim2.new(0.0892857164, 0, 0.827309251, 0)
  41. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  42. TextLabel.Font = Enum.Font.GothamBold
  43. TextLabel.Text = "Credit script : MARCO POLO"
  44. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  45. TextLabel.TextSize = 20
  46.  
  47. TextLabel_2.Parent = Frame
  48. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  49. TextLabel_2.BackgroundTransparency = 1
  50. TextLabel_2.BorderSizePixel = 0
  51. TextLabel_2.Position = UDim2.new(0.589285731, 0, 0.819277108, 0)
  52. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  53. TextLabel_2.Font = Enum.Font.GothamBold
  54. TextLabel_2.Text = "GUi : Barko_ALT#2956"
  55. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  56. TextLabel_2.TextSize = 20
  57.  
  58. InfiniteShard.Name = "Infinite Shard"
  59. InfiniteShard.Parent = Frame
  60. InfiniteShard.BackgroundColor3 = Color3.new(1, 1, 1)
  61. InfiniteShard.BackgroundTransparency = 1
  62. InfiniteShard.BorderSizePixel = 0
  63. InfiniteShard.Position = UDim2.new(0.0339285731, 0, 0.6506024, 0)
  64. InfiniteShard.Size = UDim2.new(0, 200, 0, 43)
  65. InfiniteShard.Font = Enum.Font.SourceSans
  66. InfiniteShard.Text = ""
  67. InfiniteShard.TextColor3 = Color3.new(0, 0, 0)
  68. InfiniteShard.TextSize = 14
  69.  
  70. TextButton_Roundify_2px.Name = "TextButton_Roundify_2px"
  71. TextButton_Roundify_2px.Parent = InfiniteShard
  72. TextButton_Roundify_2px.Active = true
  73. TextButton_Roundify_2px.AnchorPoint = Vector2.new(0.5, 0.5)
  74. TextButton_Roundify_2px.BackgroundColor3 = Color3.new(1, 1, 1)
  75. TextButton_Roundify_2px.BackgroundTransparency = 1
  76. TextButton_Roundify_2px.Position = UDim2.new(0.5, 0, 0.5, 0)
  77. TextButton_Roundify_2px.Selectable = true
  78. TextButton_Roundify_2px.Size = UDim2.new(1, 0, 1, 0)
  79. TextButton_Roundify_2px.Image = "rbxassetid://3570695787"
  80. TextButton_Roundify_2px.ImageColor3 = Color3.new(0.4, 0.4, 1)
  81. TextButton_Roundify_2px.ScaleType = Enum.ScaleType.Slice
  82. TextButton_Roundify_2px.SliceCenter = Rect.new(100, 100, 100, 100)
  83.  
  84. Infiniteequippet.Name = "Infinite equip pet"
  85. Infiniteequippet.Parent = Frame
  86. Infiniteequippet.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Infiniteequippet.BackgroundTransparency = 1
  88. Infiniteequippet.BorderSizePixel = 0
  89. Infiniteequippet.Position = UDim2.new(0.585714281, 0, 0.6506024, 0)
  90. Infiniteequippet.Size = UDim2.new(0, 200, 0, 43)
  91. Infiniteequippet.Font = Enum.Font.SourceSans
  92. Infiniteequippet.Text = "Infinite Equip Pet (SPAM CLICIK)"
  93. Infiniteequippet.TextColor3 = Color3.new(0, 0, 0)
  94. Infiniteequippet.TextSize = 14
  95.  
  96. TextButton_Roundify_2px_2.Name = "TextButton_Roundify_2px"
  97. TextButton_Roundify_2px_2.Parent = Infiniteequippet
  98. TextButton_Roundify_2px_2.Active = true
  99. TextButton_Roundify_2px_2.AnchorPoint = Vector2.new(0.5, 0.5)
  100. TextButton_Roundify_2px_2.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextButton_Roundify_2px_2.BackgroundTransparency = 1
  102. TextButton_Roundify_2px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  103. TextButton_Roundify_2px_2.Selectable = true
  104. TextButton_Roundify_2px_2.Size = UDim2.new(1, 0, 1, 0)
  105. TextButton_Roundify_2px_2.Image = "rbxassetid://3570695787"
  106. TextButton_Roundify_2px_2.ImageColor3 = Color3.new(0.4, 0.4, 1)
  107. TextButton_Roundify_2px_2.ScaleType = Enum.ScaleType.Slice
  108. TextButton_Roundify_2px_2.SliceCenter = Rect.new(100, 100, 100, 100)
  109.  
  110. Hidepets.Name = "Hide pets"
  111. Hidepets.Parent = Frame
  112. Hidepets.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Hidepets.BackgroundTransparency = 1
  114. Hidepets.BorderSizePixel = 0
  115. Hidepets.Position = UDim2.new(0.0357142873, 0, 0.373493969, 0)
  116. Hidepets.Size = UDim2.new(0, 200, 0, 43)
  117. Hidepets.Font = Enum.Font.SourceSans
  118. Hidepets.Text = ""
  119. Hidepets.TextColor3 = Color3.new(0, 0, 0)
  120. Hidepets.TextSize = 14
  121.  
  122. TextButton_Roundify_2px_3.Name = "TextButton_Roundify_2px"
  123. TextButton_Roundify_2px_3.Parent = Hidepets
  124. TextButton_Roundify_2px_3.Active = true
  125. TextButton_Roundify_2px_3.AnchorPoint = Vector2.new(0.5, 0.5)
  126. TextButton_Roundify_2px_3.BackgroundColor3 = Color3.new(1, 1, 1)
  127. TextButton_Roundify_2px_3.BackgroundTransparency = 1
  128. TextButton_Roundify_2px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  129. TextButton_Roundify_2px_3.Selectable = true
  130. TextButton_Roundify_2px_3.Size = UDim2.new(1, 0, 1, 0)
  131. TextButton_Roundify_2px_3.Image = "rbxassetid://3570695787"
  132. TextButton_Roundify_2px_3.ImageColor3 = Color3.new(0.4, 0.4, 1)
  133. TextButton_Roundify_2px_3.ScaleType = Enum.ScaleType.Slice
  134. TextButton_Roundify_2px_3.SliceCenter = Rect.new(100, 100, 100, 100)
  135.  
  136. Freeegg.Name = "Free egg"
  137. Freeegg.Parent = Frame
  138. Freeegg.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Freeegg.BackgroundTransparency = 1
  140. Freeegg.BorderSizePixel = 0
  141. Freeegg.Position = UDim2.new(0.587499976, 0, 0.377510041, 0)
  142. Freeegg.Size = UDim2.new(0, 200, 0, 43)
  143. Freeegg.Font = Enum.Font.SourceSans
  144. Freeegg.Text = ""
  145. Freeegg.TextColor3 = Color3.new(0, 0, 0)
  146. Freeegg.TextSize = 14
  147.  
  148. TextButton_Roundify_2px_4.Name = "TextButton_Roundify_2px"
  149. TextButton_Roundify_2px_4.Parent = Freeegg
  150. TextButton_Roundify_2px_4.Active = true
  151. TextButton_Roundify_2px_4.AnchorPoint = Vector2.new(0.5, 0.5)
  152. TextButton_Roundify_2px_4.BackgroundColor3 = Color3.new(1, 1, 1)
  153. TextButton_Roundify_2px_4.BackgroundTransparency = 1
  154. TextButton_Roundify_2px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  155. TextButton_Roundify_2px_4.Selectable = true
  156. TextButton_Roundify_2px_4.Size = UDim2.new(1, 0, 1, 0)
  157. TextButton_Roundify_2px_4.Image = "rbxassetid://3570695787"
  158. TextButton_Roundify_2px_4.ImageColor3 = Color3.new(0.4, 0.4, 1)
  159. TextButton_Roundify_2px_4.ScaleType = Enum.ScaleType.Slice
  160. TextButton_Roundify_2px_4.SliceCenter = Rect.new(100, 100, 100, 100)
  161.  
  162. TextLabel_3.Parent = Frame
  163. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TextLabel_3.BackgroundTransparency = 1
  165. TextLabel_3.BorderSizePixel = 0
  166. TextLabel_3.Position = UDim2.new(0.0392857157, 0, 0.361445785, 0)
  167. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  168. TextLabel_3.Font = Enum.Font.GothamBold
  169. TextLabel_3.Text = "Hide Pets (NO LAG)"
  170. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  171. TextLabel_3.TextSize = 20
  172.  
  173. TextLabel_4.Parent = Frame
  174. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  175. TextLabel_4.BackgroundTransparency = 1
  176. TextLabel_4.BorderSizePixel = 0
  177. TextLabel_4.Position = UDim2.new(0.587499976, 0, 0.365461856, 0)
  178. TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
  179. TextLabel_4.Font = Enum.Font.GothamBold
  180. TextLabel_4.Text = "Free lava egg (SPAM CLICK)"
  181. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  182. TextLabel_4.TextSize = 14
  183.  
  184. TextLabel_5.Parent = Frame
  185. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel_5.BackgroundTransparency = 1
  187. TextLabel_5.BorderSizePixel = 0
  188. TextLabel_5.Position = UDim2.new(0.0250000004, 0, 0.630522072, 0)
  189. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  190. TextLabel_5.Font = Enum.Font.GothamBold
  191. TextLabel_5.Text = "Infinite Shard"
  192. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  193. TextLabel_5.TextSize = 20
  194.  
  195. TextLabel_6.Parent = Frame
  196. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  197. TextLabel_6.BackgroundTransparency = 1
  198. TextLabel_6.BorderSizePixel = 0
  199. TextLabel_6.Position = UDim2.new(0.591071427, 0, 0.638554215, 0)
  200. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  201. TextLabel_6.Font = Enum.Font.GothamBold
  202. TextLabel_6.Text = "Inf Equip Pet (SPAM CLICK)"
  203. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  204. TextLabel_6.TextSize = 14
  205.  
  206. TextLabel_7.Parent = Frame
  207. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  208. TextLabel_7.BackgroundTransparency = 1
  209. TextLabel_7.BorderSizePixel = 0
  210. TextLabel_7.Position = UDim2.new(0.217857137, 0, 0.0461538471, 0)
  211. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  212. TextLabel_7.Font = Enum.Font.GothamBold
  213. TextLabel_7.Text = "Project Autismo | Reaper Sim"
  214. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  215. TextLabel_7.TextSize = 30
  216.  
  217. -- Scripts:
  218.  
  219. local function XCJSHGZ_fake_script() -- ScreenGui.Draggable (Read)
  220.     local script = Instance.new('LocalScript', ScreenGui)
  221.  
  222.     frame = script.Parent.Frame --Name of the frame you wanna move
  223.     frame.Draggable = true
  224.     frame.Active = true
  225.     frame.Selectable = true
  226.     --Place IN the gui NOT in the Frame , Other wise the script will break
  227.     --Thanks to TheManInCity (On youtube) by comenting on the video
  228.     --Thanks to me for uploading (lol)
  229.    
  230.     --Ps we know that Draggable got removed but this script somehow works :D
  231. end
  232. coroutine.wrap(XCJSHGZ_fake_script)()
  233. local function JUBDJQ_fake_script() -- InfiniteShard.Button
  234.     local script = Instance.new('LocalScript', InfiniteShard)
  235.  
  236.     function onButtonClicked()
  237.    
  238.     --Reaper Sim infinite Shards--
  239.     local A_1 =
  240.     {
  241.         ["price"] = -2e308,
  242.         ["req"] = "eggTransaction"
  243.     }
  244.     game:GetService("ReplicatedStorage").Remotes.Pets:FireServer(A_1)
  245.    
  246.     end
  247.    
  248.     script.Parent.MouseButton1Click:connect(onButtonClicked)
  249. end
  250. coroutine.wrap(JUBDJQ_fake_script)()
  251. local function BOUQZM_fake_script() -- Infiniteequippet.Button
  252.     local script = Instance.new('LocalScript', Infiniteequippet)
  253.  
  254.     function onButtonClicked()
  255.    
  256.     -- Reaper Simulator Add Plus Auto Equipt all 39 pets--
  257.     loadstring(game:HttpGet("https://pastebin.com/raw/CDmtYcDm", true))()
  258.     end
  259.    
  260.     script.Parent.MouseButton1Click:connect(onButtonClicked)
  261. end
  262. coroutine.wrap(BOUQZM_fake_script)()
  263. local function OBEXL_fake_script() -- Hidepets.Button
  264.     local script = Instance.new('LocalScript', Hidepets)
  265.  
  266.     function onButtonClicked()
  267.    
  268.     --Reaper sim instead of removing ur pets this hides them--
  269.     game:GetService'RunService'.RenderStepped:Connect(function()
  270.     for i,v in pairs(game.Workspace.Characters[game.Players.LocalPlayer.Name].Pets:GetChildren()) do
  271.         if v.ClassName == "Model" then
  272.             v:Destroy()
  273.         end
  274.         end
  275.     end)
  276.     end
  277.    
  278.     script.Parent.MouseButton1Click:connect(onButtonClicked)
  279. end
  280. coroutine.wrap(OBEXL_fake_script)()
  281. local function FSFOXI_fake_script() -- Freeegg.Button
  282.     local script = Instance.new('LocalScript', Freeegg)
  283.  
  284.     function onButtonClicked()
  285.    
  286.     --Reaper sim get any pet--
  287.     local A_1 =
  288.     {
  289.         ["petName"] = "Lava Dragon",
  290.         ["req"] = "newPet"
  291.     }
  292.     game:GetService("ReplicatedStorage").Remotes.Pets:FireServer(A_1)
  293.     end
  294.    
  295.     script.Parent.MouseButton1Click:connect(onButtonClicked)
  296. end
  297. coroutine.wrap(FSFOXI_fake_script)()
Add Comment
Please, Sign In to add comment