Advertisement
MateoPOP

items bedwras script

Feb 6th, 2022
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 0.1
  3.  
  4. -- Items Script Roblox!
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Close = Instance.new("Frame")
  8. local Close_2 = Instance.new("TextButton")
  9. local Open = Instance.new("Frame")
  10. local Open_2 = Instance.new("TextButton")
  11. local Main = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local Rageblade = Instance.new("TextButton")
  15. local Esmerald-Sword = Instance.new("TextButton")
  16. local Ballons = Instance.new("TextButton")
  17. local Diamond-Sword = Instance.new("TextButton")
  18. local Iron-Sword = Instance.new("TextButton")
  19. local Stone-Sword = Instance.new("TextButton")
  20. local RemoveTools = Instance.new("TextButton")
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25. Close.Name = "Close"
  26. Close.Parent = ScreenGui
  27. Close.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  28. Close.BorderSizePixel = 0
  29. Close.Position = UDim2.new(0.920255184, 0, 0.747491658, 0)
  30. Close.Size = UDim2.new(0, 100, 0, 43)
  31. Close.Visible = false
  32.  
  33. Close_2.Name = "Close"
  34. Close_2.Parent = Close
  35. Close_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  36. Close_2.BorderSizePixel = 0
  37. Close_2.Size = UDim2.new(0, 102, 0, 42)
  38. Close_2.Font = Enum.Font.SourceSans
  39. Close_2.Text = "CLOSE"
  40. Close_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. Close_2.TextScaled = true
  42. Close_2.TextSize = 14.000
  43. Close_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  44. Close_2.TextWrapped = true
  45. Close_2.MouseButton1Down:connect(function()
  46. Open.Visible = true
  47. Main.Visible = false
  48. Close.Visible = false
  49. end)
  50.  
  51.  
  52. Open.Name = "Open"
  53. Open.Parent = ScreenGui
  54. Open.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  55. Open.BorderSizePixel = 0
  56. Open.Position = UDim2.new(0.920255184, 0, 0.67558527, 0)
  57. Open.Size = UDim2.new(0, 102, 0, 43)
  58.  
  59. Open_2.Name = "Open"
  60. Open_2.Parent = Open
  61. Open_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  62. Open_2.BorderSizePixel = 0
  63. Open_2.Position = UDim2.new(0, 0, 0.023255825, 0)
  64. Open_2.Size = UDim2.new(0, 102, 0, 42)
  65. Open_2.Font = Enum.Font.SourceSans
  66. Open_2.Text = "OPEN"
  67. Open_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. Open_2.TextScaled = true
  69. Open_2.TextSize = 14.000
  70. Open_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  71. Open_2.TextWrapped = true
  72. Open_2.MouseButton1Down:connect(function()
  73. Open.Visible = false
  74. Main.Visible = true
  75. Close.Visible = true
  76. end)
  77.  
  78.  
  79. Main.Name = "Main"
  80. Main.Parent = ScreenGui
  81. Main.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  82. Main.BorderSizePixel = 0
  83. Main.Position = UDim2.new(0.439997613, 0, 0.0217391308, 0)
  84. Main.Size = UDim2.new(0, 383, 0, 486)
  85. Main.Visible = false
  86. Main.Active = true
  87. Main.Draggable = true
  88.  
  89. TextLabel.Parent = Main
  90. TextLabel.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  91. TextLabel.BorderSizePixel = 0
  92. TextLabel.Position = UDim2.new(0.237597913, 0, 0.102880664, 0)
  93. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  94. TextLabel.Font = Enum.Font.SourceSans
  95. TextLabel.Text = "Give Items"
  96. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. TextLabel.TextScaled = true
  98. TextLabel.TextSize = 14.000
  99. TextLabel.TextWrapped = true
  100.  
  101. TextLabel_2.Parent = Main
  102. TextLabel_2.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  103. TextLabel_2.BorderSizePixel = 2
  104. TextLabel_2.Size = UDim2.new(0, 383, 0, 50)
  105. TextLabel_2.Font = Enum.Font.SourceSans
  106. TextLabel_2.Text = "GUI:MaGiXx"
  107. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. TextLabel_2.TextScaled = true
  109. TextLabel_2.TextSize = 14.000
  110. TextLabel_2.TextWrapped = true
  111.  
  112. Rageblade.Name = "RageBlade"
  113. Rageblade.Parent = Main
  114. Rageblade.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  115. Rageblade.BorderSizePixel = 0
  116. Rageblade.Position = UDim2.new(0.0496083796, 0, 0.205761328, 0)
  117. Rageblade.Size = UDim2.new(0, 78, 9, 23)
  118. Rageblade.Font = Enum.Font.SourceSans
  119. Rageblade.Text = "Rageblade"
  120. Rageblade.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. Rageblade.TextScaled = true
  122. Rageblade.TextSize = 14.000
  123. Rageblade.TextWrapped = true
  124.  
  125. Esmerald-Sword.Name = "Esmerald"
  126. Esmerald-Sword.Parent = Main
  127. Esmerald-Sword.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  128. Esmerald-Sword.BorderSizePixel = 0
  129. Esmerald-Sword.Position = UDim2.new(0.318537891, 0, 0.203703716, 0)
  130. Cola.Size = UDim2.new(0, 78, 0, 23)
  131. Cola.Font = Enum.Font.SourceSans
  132. Cola.Text = "Cola"
  133. Cola.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. Cola.TextScaled = true
  135. Cola.TextSize = 14.000
  136. Cola.TextWrapped = true
  137.  
  138. Bat.Name = "Bat"
  139. Bat.Parent = Main
  140. Bat.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  141. Bat.BorderSizePixel = 0
  142. Bat.Position = UDim2.new(0.556135774, 0, 0.203703716, 0)
  143. Bat.Size = UDim2.new(0, 78, 0, 23)
  144. Bat.Font = Enum.Font.SourceSans
  145. Bat.Text = "Bat"
  146. Bat.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. Bat.TextScaled = true
  148. Bat.TextSize = 14.000
  149. Bat.TextWrapped = true
  150.  
  151. Apple.Name = "Apple"
  152. Apple.Parent = Main
  153. Apple.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  154. Apple.BorderSizePixel = 0
  155. Apple.Position = UDim2.new(0.796344638, 0, 0.205761328, 0)
  156. Apple.Size = UDim2.new(0, 78, 0, 23)
  157. Apple.Font = Enum.Font.SourceSans
  158. Apple.Text = "Apple"
  159. Apple.TextColor3 = Color3.fromRGB(0, 0, 0)
  160. Apple.TextScaled = true
  161. Apple.TextSize = 14.000
  162. Apple.TextWrapped = true
  163.  
  164. MedKit.Name = "MedKit"
  165. MedKit.Parent = Main
  166. MedKit.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  167. MedKit.BorderSizePixel = 0
  168. MedKit.Position = UDim2.new(0.0496083796, 0, 0.269547343, 0)
  169. MedKit.Size = UDim2.new(0, 78, 0, 23)
  170. MedKit.Font = Enum.Font.SourceSans
  171. MedKit.Text = "MedKit"
  172. MedKit.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. MedKit.TextScaled = true
  174. MedKit.TextSize = 14.000
  175. MedKit.TextWrapped = true
  176.  
  177. Pizza.Name = "Pizza"
  178. Pizza.Parent = Main
  179. Pizza.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  180. Pizza.BorderSizePixel = 0
  181. Pizza.Position = UDim2.new(0.318537891, 0, 0.269547343, 0)
  182. Pizza.Size = UDim2.new(0, 78, 0, 23)
  183. Pizza.Font = Enum.Font.SourceSans
  184. Pizza.Text = "Pizza"
  185. Pizza.TextColor3 = Color3.fromRGB(0, 0, 0)
  186. Pizza.TextScaled = true
  187. Pizza.TextSize = 14.000
  188. Pizza.TextWrapped = true
  189.  
  190. Cookie.Name = "Cookie"
  191. Cookie.Parent = Main
  192. Cookie.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  193. Cookie.BorderSizePixel = 0
  194. Cookie.Position = UDim2.new(0.556135774, 0, 0.269547343, 0)
  195. Cookie.Size = UDim2.new(0, 78, 0, 23)
  196. Cookie.Font = Enum.Font.SourceSans
  197. Cookie.Text = "Cookie"
  198. Cookie.TextColor3 = Color3.fromRGB(0, 0, 0)
  199. Cookie.TextScaled = true
  200. Cookie.TextSize = 14.000
  201. Cookie.TextWrapped = true
  202.  
  203. EpicPizza.Name = "EpicPizza"
  204. EpicPizza.Parent = Main
  205. EpicPizza.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  206. EpicPizza.BorderSizePixel = 0
  207. EpicPizza.Position = UDim2.new(0.796344638, 0, 0.269547343, 0)
  208. EpicPizza.Size = UDim2.new(0, 78, 0, 23)
  209. EpicPizza.Font = Enum.Font.SourceSans
  210. EpicPizza.Text = "EpicPizza"
  211. EpicPizza.TextColor3 = Color3.fromRGB(0, 0, 0)
  212. EpicPizza.TextScaled = true
  213. EpicPizza.TextSize = 14.000
  214. EpicPizza.TextWrapped = true
  215.  
  216. Key.Name = "Key"
  217. Key.Parent = Main
  218. Key.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  219. Key.BorderSizePixel = 0
  220. Key.Position = UDim2.new(0.0496083535, 0, 0.335390985, 0)
  221. Key.Size = UDim2.new(0, 54, 0, 23)
  222. Key.Font = Enum.Font.SourceSans
  223. Key.Text = "Key"
  224. Key.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. Key.TextScaled = true
  226. Key.TextSize = 14.000
  227. Key.TextWrapped = true
  228.  
  229. Teddy.Name = "Teddy"
  230. Teddy.Parent = Main
  231. Teddy.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  232. Teddy.BorderSizePixel = 0
  233. Teddy.Position = UDim2.new(0.386422962, 0, 0.333333373, 0)
  234. Teddy.Size = UDim2.new(0, 52, 0, 23)
  235. Teddy.Font = Enum.Font.SourceSans
  236. Teddy.Text = "Teddy"
  237. Teddy.TextColor3 = Color3.fromRGB(0, 0, 0)
  238. Teddy.TextScaled = true
  239. Teddy.TextSize = 14.000
  240. Teddy.TextWrapped = true
  241.  
  242. Sword.Name = "Sword"
  243. Sword.Parent = Main
  244. Sword.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  245. Sword.BorderSizePixel = 0
  246. Sword.Position = UDim2.new(0.195822448, 0, 0.335390955, 0)
  247. Sword.Size = UDim2.new(0, 52, 0, 23)
  248. Sword.Font = Enum.Font.SourceSans
  249. Sword.Text = "Sword"
  250. Sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. Sword.TextScaled = true
  252. Sword.TextSize = 14.000
  253. Sword.TextWrapped = true
  254.  
  255. TextLabel_3.Parent = Main
  256. TextLabel_3.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  257. TextLabel_3.BorderSizePixel = 0
  258. TextLabel_3.Position = UDim2.new(0.253263712, 0, 0.401234567, 0)
  259. TextLabel_3.Size = UDim2.new(0, 200, 0, 30)
  260. TextLabel_3.Font = Enum.Font.SourceSans
  261. TextLabel_3.Text = "Teleports"
  262. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  263. TextLabel_3.TextScaled = true
  264. TextLabel_3.TextSize = 14.000
  265. TextLabel_3.TextWrapped = true
  266.  
  267. RemoveTools.Name = "RemoveTools"
  268. RemoveTools.Parent = Main
  269. RemoveTools.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  270. RemoveTools.BorderSizePixel = 0
  271. RemoveTools.Position = UDim2.new(0.795039177, 0, 0.744856, 0)
  272. RemoveTools.Size = UDim2.new(0, 67, 0, 23)
  273. RemoveTools.Font = Enum.Font.SourceSans
  274. RemoveTools.Text = "RemoveTools"
  275. RemoveTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  276. RemoveTools.TextScaled = true
  277. RemoveTools.TextSize = 14.000
  278. RemoveTools.TextWrapped = true
  279.  
  280. RAW PASTE DATA
  281. Copyright 2022!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement