Advertisement
hgrsdfghj

Roblox Pastriez Trolling Gui v1.1

Aug 17th, 2022 (edited)
5,751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.29 KB | Gaming | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local MainGui = Instance.new("Frame")
  5. local Topbar = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local InstantFinishQuiz = Instance.new("TextButton")
  9. local BypassAntiSpam = Instance.new("TextButton")
  10. local AntiSpamBypassFrame = Instance.new("Frame")
  11. local Topbar_2 = Instance.new("Frame")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local Close_2 = Instance.new("TextButton")
  14. local TextSpam = Instance.new("TextBox")
  15. local StartSpam = Instance.new("TextButton")
  16. local PreventPointReset = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. MainGui.Name = "MainGui"
  24. MainGui.Parent = ScreenGui
  25. MainGui.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  26. MainGui.BorderSizePixel = 0
  27. MainGui.Position = UDim2.new(0.5, -246, 0.5, -152)
  28. MainGui.Size = UDim2.new(0, 493, 0, 305)
  29.  
  30. Topbar.Name = "Topbar"
  31. Topbar.Parent = MainGui
  32. Topbar.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  33. Topbar.BorderSizePixel = 0
  34. Topbar.Size = UDim2.new(0, 493, 0, 35)
  35.  
  36. TextLabel.Parent = Topbar
  37. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. TextLabel.BackgroundTransparency = 1.000
  39. TextLabel.BorderSizePixel = 0
  40. TextLabel.Position = UDim2.new(0.296146035, 0, 0, 0)
  41. TextLabel.Size = UDim2.new(0, 200, 0, 35)
  42. TextLabel.Font = Enum.Font.SourceSansSemibold
  43. TextLabel.Text = "Pastriez Trolling Gui"
  44. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14.000
  47. TextLabel.TextWrapped = true
  48.  
  49. Close.Name = "Close"
  50. Close.Parent = Topbar
  51. Close.BackgroundColor3 = Color3.fromRGB(255, 96, 85)
  52. Close.BorderSizePixel = 0
  53. Close.Position = UDim2.new(0.9290061, 0, 0, 0)
  54. Close.Size = UDim2.new(0, 35, 0, 35)
  55. Close.Font = Enum.Font.SourceSansSemibold
  56. Close.Text = "X"
  57. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. Close.TextScaled = true
  59. Close.TextSize = 14.000
  60. Close.TextWrapped = true
  61.  
  62. InstantFinishQuiz.Name = "InstantFinishQuiz"
  63. InstantFinishQuiz.Parent = MainGui
  64. InstantFinishQuiz.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  65. InstantFinishQuiz.BorderSizePixel = 0
  66. InstantFinishQuiz.Position = UDim2.new(0.0304259658, 0, 0.163934425, 0)
  67. InstantFinishQuiz.Size = UDim2.new(0, 100, 0, 100)
  68. InstantFinishQuiz.Font = Enum.Font.SourceSansSemibold
  69. InstantFinishQuiz.Text = "Instant Finish Quiz (MUST BE IN QUIZ CENTER)"
  70. InstantFinishQuiz.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. InstantFinishQuiz.TextScaled = true
  72. InstantFinishQuiz.TextSize = 14.000
  73. InstantFinishQuiz.TextWrapped = true
  74.  
  75. BypassAntiSpam.Name = "BypassAntiSpam"
  76. BypassAntiSpam.Parent = MainGui
  77. BypassAntiSpam.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  78. BypassAntiSpam.BorderSizePixel = 0
  79. BypassAntiSpam.Position = UDim2.new(0.263691694, 0, 0.163934425, 0)
  80. BypassAntiSpam.Size = UDim2.new(0, 100, 0, 100)
  81. BypassAntiSpam.Font = Enum.Font.SourceSansSemibold
  82. BypassAntiSpam.Text = "Bypass Anti-Spam"
  83. BypassAntiSpam.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. BypassAntiSpam.TextScaled = true
  85. BypassAntiSpam.TextSize = 14.000
  86. BypassAntiSpam.TextWrapped = true
  87.  
  88. AntiSpamBypassFrame.Name = "AntiSpamBypassFrame"
  89. AntiSpamBypassFrame.Parent = MainGui
  90. AntiSpamBypassFrame.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  91. AntiSpamBypassFrame.BorderSizePixel = 0
  92. AntiSpamBypassFrame.Position = UDim2.new(0.306288034, 0, 1.08524585, 0)
  93. AntiSpamBypassFrame.Size = UDim2.new(0, 189, 0, 121)
  94. AntiSpamBypassFrame.Visible = false
  95.  
  96. Topbar_2.Name = "Topbar"
  97. Topbar_2.Parent = AntiSpamBypassFrame
  98. Topbar_2.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  99. Topbar_2.BorderSizePixel = 0
  100. Topbar_2.Size = UDim2.new(0, 189, 0, 23)
  101.  
  102. TextLabel_2.Parent = Topbar_2
  103. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. TextLabel_2.BackgroundTransparency = 1.000
  105. TextLabel_2.BorderSizePixel = 0
  106. TextLabel_2.Position = UDim2.new(0.153439149, 0, 0, 0)
  107. TextLabel_2.Size = UDim2.new(0, 130, 0, 23)
  108. TextLabel_2.Font = Enum.Font.SourceSansSemibold
  109. TextLabel_2.Text = "Gui Manager"
  110. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. TextLabel_2.TextScaled = true
  112. TextLabel_2.TextSize = 14.000
  113. TextLabel_2.TextWrapped = true
  114.  
  115. Close_2.Name = "Close"
  116. Close_2.Parent = Topbar_2
  117. Close_2.BackgroundColor3 = Color3.fromRGB(255, 96, 85)
  118. Close_2.BorderSizePixel = 0
  119. Close_2.Position = UDim2.new(0.878306866, 0, 0, 0)
  120. Close_2.Size = UDim2.new(0, 23, 0, 23)
  121. Close_2.Font = Enum.Font.SourceSansSemibold
  122. Close_2.Text = "X"
  123. Close_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. Close_2.TextScaled = true
  125. Close_2.TextSize = 14.000
  126. Close_2.TextWrapped = true
  127.  
  128. TextSpam.Name = "TextSpam"
  129. TextSpam.Parent = AntiSpamBypassFrame
  130. TextSpam.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  131. TextSpam.BorderSizePixel = 0
  132. TextSpam.Position = UDim2.new(0.095238097, 0, 0.289256215, 0)
  133. TextSpam.Size = UDim2.new(0, 153, 0, 32)
  134. TextSpam.Font = Enum.Font.SourceSansSemibold
  135. TextSpam.Text = "Enter text here..."
  136. TextSpam.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. TextSpam.TextSize = 21.000
  138. TextSpam.TextWrapped = true
  139.  
  140. StartSpam.Name = "StartSpam"
  141. StartSpam.Parent = AntiSpamBypassFrame
  142. StartSpam.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  143. StartSpam.BorderSizePixel = 0
  144. StartSpam.Position = UDim2.new(0.216931224, 0, 0.65289253, 0)
  145. StartSpam.Size = UDim2.new(0, 105, 0, 30)
  146. StartSpam.Font = Enum.Font.SourceSansSemibold
  147. StartSpam.Text = "Spam"
  148. StartSpam.TextColor3 = Color3.fromRGB(255, 255, 255)
  149. StartSpam.TextSize = 28.000
  150. StartSpam.TextWrapped = true
  151.  
  152. PreventPointReset.Name = "PreventPointReset"
  153. PreventPointReset.Parent = MainGui
  154. PreventPointReset.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  155. PreventPointReset.BorderSizePixel = 0
  156. PreventPointReset.Position = UDim2.new(0.496957421, 0, 0.16393441, 0)
  157. PreventPointReset.Size = UDim2.new(0, 100, 0, 100)
  158. PreventPointReset.Font = Enum.Font.SourceSansSemibold
  159. PreventPointReset.Text = "Break/Prevent Point reset events"
  160. PreventPointReset.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. PreventPointReset.TextScaled = true
  162. PreventPointReset.TextSize = 14.000
  163. PreventPointReset.TextWrapped = true
  164.  
  165. -- Scripts:
  166.  
  167. local function YBOWCK_fake_script() -- Close.LocalScript
  168.     local script = Instance.new('LocalScript', Close)
  169.  
  170.     script.Parent.MouseButton1Click:Connect(function()
  171.         script.Parent.Parent.Parent:Destroy()
  172.     end)
  173. end
  174. coroutine.wrap(YBOWCK_fake_script)()
  175. local function QYVO_fake_script() -- Topbar.LocalScript
  176.     local script = Instance.new('LocalScript', Topbar)
  177.  
  178.     frame = script.Parent.Parent
  179.     frame.Draggable = true
  180.     frame.Active = true
  181.     frame.Selectable = true
  182. end
  183. coroutine.wrap(QYVO_fake_script)()
  184. local function QZLXVQP_fake_script() -- InstantFinishQuiz.LocalScript
  185.     local script = Instance.new('LocalScript', InstantFinishQuiz)
  186.  
  187.     script.Parent.MouseButton1Click:Connect(function()
  188.         local remote = game:GetService("ReplicatedStorage").JobCenterManager.SubmitAnswer
  189.         remote:FireServer("QuestionOne", "AnswerTwo")
  190.         remote:FireServer("QuestionTwo", "AnswerOne")
  191.         remote:FireServer("QuestionThree", "AnswerThree")
  192.         remote:FireServer("QuestionFour", "AnswerFour")
  193.         remote:FireServer("QuestionFive", "AnswerOne")
  194.         remote:FireServer("QuestionSix", "AnswerTwo")
  195.         remote:FireServer("QuestionSeven", "AnswerOne")
  196.         remote:FireServer("QuestionEight", "AnswerFour")
  197.         remote:FireServer("QuestionNine", "AnswerThree")
  198.         remote:FireServer("QuestionTen", "AnswerTwo")
  199.         remote:FireServer("QuestionEleven", "AnswerTwo")
  200.         remote:FireServer("QuestionTwelve", "AnswerThree")
  201.         game:GetService("ReplicatedStorage").Rank:InvokeServer(12)
  202.     end)
  203. end
  204. coroutine.wrap(QZLXVQP_fake_script)()
  205. local function OJADVM_fake_script() -- BypassAntiSpam.LocalScript
  206.     local script = Instance.new('LocalScript', BypassAntiSpam)
  207.  
  208.     script.Parent.MouseButton1Click:Connect(function()
  209.         script.Parent.Parent.AntiSpamBypassFrame.Visible = true
  210.     end)
  211. end
  212. coroutine.wrap(OJADVM_fake_script)()
  213. local function AIIULJI_fake_script() -- Close_2.LocalScript
  214.     local script = Instance.new('LocalScript', Close_2)
  215.  
  216.     script.Parent.MouseButton1Click:Connect(function()
  217.         script.Parent.Parent.Parent.Visible = false
  218.     end)
  219. end
  220. coroutine.wrap(AIIULJI_fake_script)()
  221. local function TYXSDJH_fake_script() -- Topbar_2.LocalScript
  222.     local script = Instance.new('LocalScript', Topbar_2)
  223.  
  224.     frame1 = script.Parent.Parent
  225.     frame1.Draggable = true
  226.     frame1.Active = true
  227.     frame1.Selectable = true
  228. end
  229. coroutine.wrap(TYXSDJH_fake_script)()
  230. local function TDJMMEU_fake_script() -- StartSpam.LocalScript
  231.     local script = Instance.new('LocalScript', StartSpam)
  232.  
  233.     script.Parent.MouseButton1Click:Connect(function()
  234.         local A_1 = script.Parent.Parent.TextSpam.Text
  235.         local A_2 = "All"
  236.         local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  237.         Event:FireServer(A_1, A_2)
  238.     end)
  239. end
  240. coroutine.wrap(TDJMMEU_fake_script)()
  241. local function FWWDG_fake_script() -- PreventPointReset.LocalScript
  242.     local script = Instance.new('LocalScript', PreventPointReset)
  243.  
  244.     script.Parent.MouseButton1Click:Connect(function()
  245.         game.ReplicatedStorage.OrderSystem.PointCheater:Destroy()
  246.         game.StarterGui.PointCheaterGUI:Destroy()
  247.         game.ReplicatedStorage.ClaimCashRegisters.CheckRegister:Destroy()
  248.         game.ReplicatedStorage.CLEARPOINTS:Destroy()
  249.     end)
  250. end
  251. coroutine.wrap(FWWDG_fake_script)()
  252.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement