1_F0

Untitled

Jul 22nd, 2020
3,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.82 KB | None | 0 0
  1. -- Instances:
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local gui = Instance.new("Frame")
  4. local X = Instance.new("TextButton")
  5. local boom = Instance.new("TextButton")
  6. local splittingpoint = Instance.new("TextLabel")
  7. local sword = Instance.new("TextButton")
  8. local flower = Instance.new("TextButton")
  9. local godmode = Instance.new("TextButton")
  10. local armssmaller = Instance.new("TextButton")
  11. local armsbigger = Instance.new("TextButton")
  12. local big = Instance.new("TextButton")
  13. local small = Instance.new("TextButton")
  14. local ropecolor = Instance.new("TextButton")
  15. local rainbowrope = Instance.new("TextButton")
  16. local armsspring = Instance.new("TextButton")
  17. local armsrod = Instance.new("TextButton")
  18. --Properties:
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. gui.Name = "gui"
  22. gui.Parent = ScreenGui
  23. gui.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  24. gui.BackgroundTransparency = 0.20000000298023
  25. gui.Position = UDim2.new(0, 0, 0.646191657, 0)
  26. gui.Size = UDim2.new(0, 221, 0, 288)
  27.  
  28. X.Name = "X"
  29. X.Parent = gui
  30. X.BackgroundColor3 = Color3.new(1, 0.054902, 0.117647)
  31. X.Position = UDim2.new(0.73303169, 0, 0, 0)
  32. X.Size = UDim2.new(0, 59, 0, 35)
  33. X.Font = Enum.Font.SourceSans
  34. X.Text = "X"
  35. X.TextColor3 = Color3.new(0, 0, 0)
  36. X.TextSize = 14
  37.  
  38. boom.Name = "boom"
  39. boom.Parent = gui
  40. boom.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  41. boom.Position = UDim2.new(0, 0, 0.142361104, 0)
  42. boom.Size = UDim2.new(0, 221, 0, 18)
  43. boom.Font = Enum.Font.SourceSans
  44. boom.Text = "boombox"
  45. boom.TextColor3 = Color3.new(1, 1, 1)
  46. boom.TextSize = 14
  47.  
  48. splittingpoint.Name = "splitting point"
  49. splittingpoint.Parent = gui
  50. splittingpoint.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  51. splittingpoint.Size = UDim2.new(0, 162, 0, 35)
  52. splittingpoint.Font = Enum.Font.SourceSans
  53. splittingpoint.Text = "Splitting Point"
  54. splittingpoint.TextColor3 = Color3.new(1, 1, 1)
  55. splittingpoint.TextSize = 30
  56.  
  57. sword.Name = "sword"
  58. sword.Parent = gui
  59. sword.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  60. sword.Position = UDim2.new(0, 0, 0.204861104, 0)
  61. sword.Size = UDim2.new(0, 221, 0, 18)
  62. sword.Font = Enum.Font.SourceSans
  63. sword.Text = "sword"
  64. sword.TextColor3 = Color3.new(1, 1, 1)
  65. sword.TextSize = 14
  66.  
  67. flower.Name = "flower"
  68. flower.Parent = gui
  69. flower.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  70. flower.Position = UDim2.new(0, 0, 0.263888896, 0)
  71. flower.Size = UDim2.new(0, 221, 0, 18)
  72. flower.Font = Enum.Font.SourceSans
  73. flower.Text = "flower"
  74. flower.TextColor3 = Color3.new(1, 1, 1)
  75. flower.TextSize = 14
  76.  
  77. godmode.Name = "god mode"
  78. godmode.Parent = gui
  79. godmode.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  80. godmode.Position = UDim2.new(0, 0, 0.326388896, 0)
  81. godmode.Size = UDim2.new(0, 221, 0, 18)
  82. godmode.Font = Enum.Font.SourceSans
  83. godmode.Text = "god mode"
  84. godmode.TextColor3 = Color3.new(1, 1, 1)
  85. godmode.TextSize = 14
  86.  
  87. armssmaller.Name = "arms smaller"
  88. armssmaller.Parent = gui
  89. armssmaller.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  90. armssmaller.Position = UDim2.new(0, 0, 0.388888896, 0)
  91. armssmaller.Size = UDim2.new(0, 221, 0, 18)
  92. armssmaller.Font = Enum.Font.SourceSans
  93. armssmaller.Text = "arms smaller"
  94. armssmaller.TextColor3 = Color3.new(1, 1, 1)
  95. armssmaller.TextSize = 14
  96.  
  97. armsbigger.Name = "arms bigger"
  98. armsbigger.Parent = gui
  99. armsbigger.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  100. armsbigger.Position = UDim2.new(0, 0, 0.451388896, 0)
  101. armsbigger.Size = UDim2.new(0, 221, 0, 18)
  102. armsbigger.Font = Enum.Font.SourceSans
  103. armsbigger.Text = "arms bigger"
  104. armsbigger.TextColor3 = Color3.new(1, 1, 1)
  105. armsbigger.TextSize = 14
  106.  
  107. big.Name = "big"
  108. big.Parent = gui
  109. big.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  110. big.Position = UDim2.new(0, 0, 0.513888896, 0)
  111. big.Size = UDim2.new(0, 221, 0, 18)
  112. big.Font = Enum.Font.SourceSans
  113. big.Text = "big"
  114. big.TextColor3 = Color3.new(1, 1, 1)
  115. big.TextSize = 14
  116.  
  117. small.Name = "small"
  118. small.Parent = gui
  119. small.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  120. small.Position = UDim2.new(0, 0, 0.576388896, 0)
  121. small.Size = UDim2.new(0, 221, 0, 18)
  122. small.Font = Enum.Font.SourceSans
  123. small.Text = "small"
  124. small.TextColor3 = Color3.new(1, 1, 1)
  125. small.TextSize = 14
  126.  
  127. ropecolor.Name = "rope color"
  128. ropecolor.Parent = gui
  129. ropecolor.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  130. ropecolor.Position = UDim2.new(0, 0, 0.638888896, 0)
  131. ropecolor.Size = UDim2.new(0, 221, 0, 18)
  132. ropecolor.Font = Enum.Font.SourceSans
  133. ropecolor.Text = "rope color"
  134. ropecolor.TextColor3 = Color3.new(1, 1, 1)
  135. ropecolor.TextSize = 14
  136.  
  137. rainbowrope.Name = "rainbow rope"
  138. rainbowrope.Parent = gui
  139. rainbowrope.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  140. rainbowrope.Position = UDim2.new(0, 0, 0.701388896, 0)
  141. rainbowrope.Size = UDim2.new(0, 221, 0, 18)
  142. rainbowrope.Font = Enum.Font.SourceSans
  143. rainbowrope.Text = "rainbow rope"
  144. rainbowrope.TextColor3 = Color3.new(1, 1, 1)
  145. rainbowrope.TextSize = 14
  146.  
  147. armsspring.Name = "arms spring"
  148. armsspring.Parent = gui
  149. armsspring.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  150. armsspring.Position = UDim2.new(0, 0, 0.760416687, 0)
  151. armsspring.Size = UDim2.new(0, 221, 0, 18)
  152. armsspring.Font = Enum.Font.SourceSans
  153. armsspring.Text = "arms spring"
  154. armsspring.TextColor3 = Color3.new(1, 1, 1)
  155. armsspring.TextSize = 14
  156.  
  157. armsrod.Name = "arms rod"
  158. armsrod.Parent = gui
  159. armsrod.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  160. armsrod.Position = UDim2.new(0, 0, 0.822916687, 0)
  161. armsrod.Size = UDim2.new(0, 221, 0, 18)
  162. armsrod.Font = Enum.Font.SourceSans
  163. armsrod.Text = "arms rod"
  164. armsrod.TextColor3 = Color3.new(1, 1, 1)
  165. armsrod.TextSize = 14
  166. -- Scripts:
  167. function SCRIPT_MBIX68_FAKESCRIPT() -- X.LocalScript
  168. getfenv().script = Instance.new('LocalScript', X)
  169.  
  170. script.Parent.MouseButton1Click:Connect(function()
  171. gui.Visible = false
  172. end)
  173.  
  174. end
  175. coroutine.resume(coroutine.create(SCRIPT_MBIX68_FAKESCRIPT))
  176. function SCRIPT_HEOP80_FAKESCRIPT() -- gui.LocalScript
  177. getfenv().script = Instance.new('LocalScript', gui)
  178.  
  179. gui.Active = true
  180. gui.Draggable = true
  181.  
  182. end
  183. coroutine.resume(coroutine.create(SCRIPT_HEOP80_FAKESCRIPT))
  184. function SCRIPT_YUZC78_FAKESCRIPT() -- boom.LocalScript
  185. getfenv().script = Instance.new('LocalScript', boom)
  186.  
  187. function clicked()
  188. game.ReplicatedStorage.Boom:FireServer()
  189. end
  190.  
  191. script.Parent.MouseButton1Click:connect(clicked)
  192.  
  193. end
  194. coroutine.resume(coroutine.create(SCRIPT_YUZC78_FAKESCRIPT))
  195. function SCRIPT_WIHI81_FAKESCRIPT() -- sword.LocalScript
  196. getfenv().script = Instance.new('LocalScript', sword)
  197.  
  198. function clicked()
  199. game.ReplicatedStorage.Normal:FireServer()
  200. end
  201.  
  202. script.Parent.MouseButton1Click:connect(clicked)
  203.  
  204. end
  205. coroutine.resume(coroutine.create(SCRIPT_WIHI81_FAKESCRIPT))
  206. function SCRIPT_OEJI77_FAKESCRIPT() -- flower.LocalScript
  207. getfenv().script = Instance.new('LocalScript', flower)
  208.  
  209. function clicked()
  210. game.ReplicatedStorage.Potted:FireServer()
  211. end
  212.  
  213. script.Parent.MouseButton1Click:connect(clicked)
  214.  
  215. end
  216. coroutine.resume(coroutine.create(SCRIPT_OEJI77_FAKESCRIPT))
  217. function SCRIPT_YVJM88_FAKESCRIPT() -- godmode.LocalScript
  218. getfenv().script = Instance.new('LocalScript', godmode)
  219.  
  220. function clicked()
  221. game.ReplicatedStorage.God:FireServer()
  222. end
  223.  
  224. script.Parent.MouseButton1Click:connect(clicked)
  225.  
  226. end
  227. coroutine.resume(coroutine.create(SCRIPT_YVJM88_FAKESCRIPT))
  228. function SCRIPT_GFIS84_FAKESCRIPT() -- armssmaller.LocalScript
  229. getfenv().script = Instance.new('LocalScript', armssmaller)
  230.  
  231. function clicked()
  232. game.ReplicatedStorage.WidthDown:FireServer()
  233. end
  234.  
  235. script.Parent.MouseButton1Click:connect(clicked)
  236.  
  237. end
  238. coroutine.resume(coroutine.create(SCRIPT_GFIS84_FAKESCRIPT))
  239. function SCRIPT_GJFQ88_FAKESCRIPT() -- armsbigger.LocalScript
  240. getfenv().script = Instance.new('LocalScript', armsbigger)
  241.  
  242. function clicked()
  243. game.ReplicatedStorage.WidthUp:FireServer()
  244. end
  245.  
  246. script.Parent.MouseButton1Click:connect(clicked)
  247.  
  248. end
  249. coroutine.resume(coroutine.create(SCRIPT_GJFQ88_FAKESCRIPT))
  250. function SCRIPT_VFXO84_FAKESCRIPT() -- big.LocalScript
  251. getfenv().script = Instance.new('LocalScript', big)
  252.  
  253. function clicked()
  254. game.ReplicatedStorage.BigUp:FireServer()
  255. end
  256.  
  257. script.Parent.MouseButton1Click:connect(clicked)
  258.  
  259. end
  260. coroutine.resume(coroutine.create(SCRIPT_VFXO84_FAKESCRIPT))
  261. function SCRIPT_SQVO79_FAKESCRIPT() -- small.LocalScript
  262. getfenv().script = Instance.new('LocalScript', small)
  263.  
  264. function clicked()
  265. game.ReplicatedStorage.BigDown:FireServer()
  266. end
  267.  
  268. script.Parent.MouseButton1Click:connect(clicked)
  269.  
  270. end
  271. coroutine.resume(coroutine.create(SCRIPT_SQVO79_FAKESCRIPT))
  272. function SCRIPT_CUFR75_FAKESCRIPT() -- ropecolor.LocalScript
  273. getfenv().script = Instance.new('LocalScript', ropecolor)
  274.  
  275. function clicked()
  276. game.ReplicatedStorage.Color:FireServer()
  277. end
  278.  
  279. script.Parent.MouseButton1Click:connect(clicked)
  280.  
  281. end
  282. coroutine.resume(coroutine.create(SCRIPT_CUFR75_FAKESCRIPT))
  283. function SCRIPT_AFDX69_FAKESCRIPT() -- rainbowrope.LocalScript
  284. getfenv().script = Instance.new('LocalScript', rainbowrope)
  285.  
  286. function clicked()
  287. while wait() do
  288. game.ReplicatedStorage.Color:FireServer()
  289. end
  290. end
  291.  
  292. script.Parent.MouseButton1Click:connect(clicked)
  293.  
  294. end
  295. coroutine.resume(coroutine.create(SCRIPT_AFDX69_FAKESCRIPT))
  296. function SCRIPT_WDVT69_FAKESCRIPT() -- armsspring.LocalScript
  297. getfenv().script = Instance.new('LocalScript', armsspring)
  298.  
  299. function clicked()
  300. game.ReplicatedStorage.SpringArms:FireServer()
  301. end
  302.  
  303. script.Parent.MouseButton1Click:connect(clicked)
  304.  
  305. end
  306. coroutine.resume(coroutine.create(SCRIPT_WDVT69_FAKESCRIPT))
  307. function SCRIPT_HLVS68_FAKESCRIPT() -- armsrod.LocalScript
  308. getfenv().script = Instance.new('LocalScript', armsrod)
  309.  
  310. function clicked()
  311. game.ReplicatedStorage.RodArms:FireServer()
  312. end
  313.  
  314. script.Parent.MouseButton1Click:connect(clicked)
  315.  
  316. end
  317. coroutine.resume(coroutine.create(SCRIPT_HLVS68_FAKESCRIPT))
Add Comment
Please, Sign In to add comment