Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.44 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Credits = Instance.new("TextButton")
  9. local Hitbox = Instance.new("TextButton")
  10. local BeanLowKi = Instance.new("TextButton")
  11. local ResetLowKi = Instance.new("TextButton")
  12. local AutoBuyBeans = Instance.new("TextButton")
  13. local SpamBeans = Instance.new("TextButton")
  14. local QuestGrabber = Instance.new("TextButton")
  15. local QuestGrabberEarth = Instance.new("TextButton")
  16. local TopRespawn = Instance.new("TextButton")
  17. local AutoAttackT = Instance.new("TextButton")
  18. local HolyHax = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Frame.Parent = ScreenGui
  26. Frame.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  27. Frame.Position = UDim2.new(0.179824561, 0, 0.169278994, 0)
  28. Frame.Size = UDim2.new(0, 384, 0, 364)
  29.  
  30. Credits.Name = "Credits"
  31. Credits.Parent = Frame
  32. Credits.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  33. Credits.Position = UDim2.new(0.572916687, 0, 0.0236686394, 0)
  34. Credits.Size = UDim2.new(0, 158, 0, 51)
  35. Credits.Font = Enum.Font.SourceSans
  36. Credits.Text = "Scripted By: DWARF NUB!\\n#4569 Designed By: Jesus\\n#0037"
  37. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. Credits.TextScaled = true
  39. Credits.TextSize = 14.000
  40. Credits.TextWrapped = true
  41.  
  42. Hitbox.Name = "Hitbox "
  43. Hitbox.Parent = Frame
  44. Hitbox.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
  45. Hitbox.Position = UDim2.new(0.0364583321, 0, 0.210059166, 0)
  46. Hitbox.Size = UDim2.new(0, 200, 0, 50)
  47. Hitbox.Font = Enum.Font.SourceSans
  48. Hitbox.Text = "Hit Box TP"
  49. Hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. Hitbox.TextSize = 40.000
  51. Hitbox.TextWrapped = true
  52.  
  53. BeanLowKi.Name = "Bean Low Ki"
  54. BeanLowKi.Parent = Frame
  55. BeanLowKi.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  56. BeanLowKi.Position = UDim2.new(0.0364583321, 0, 0.393491119, 0)
  57. BeanLowKi.Size = UDim2.new(0, 200, 0, 50)
  58. BeanLowKi.Font = Enum.Font.SourceSans
  59. BeanLowKi.Text = "Bean Low Ki (Best For Blue)"
  60. BeanLowKi.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. BeanLowKi.TextSize = 20.000
  62.  
  63. ResetLowKi.Name = "Reset Low Ki"
  64. ResetLowKi.Parent = Frame
  65. ResetLowKi.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  66. ResetLowKi.Position = UDim2.new(0.0364583321, 0, 0.57100594, 0)
  67. ResetLowKi.Size = UDim2.new(0, 200, 0, 50)
  68. ResetLowKi.Font = Enum.Font.SourceSans
  69. ResetLowKi.Text = "Reset At Low Ki (Best For Reds)"
  70. ResetLowKi.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. ResetLowKi.TextSize = 18.000
  72.  
  73. AutoBuyBeans.Name = "Auto Buy Beans"
  74. AutoBuyBeans.Parent = Frame
  75. AutoBuyBeans.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  76. AutoBuyBeans.Position = UDim2.new(0.0364583321, 0, 0.745562136, 0)
  77. AutoBuyBeans.Size = UDim2.new(0, 200, 0, 50)
  78. AutoBuyBeans.Font = Enum.Font.SourceSans
  79. AutoBuyBeans.Text = "Auto Buy Beans"
  80. AutoBuyBeans.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. AutoBuyBeans.TextSize = 14.000
  82.  
  83. SpamBeans.Name = "Spam Beans"
  84. SpamBeans.Parent = Frame
  85. SpamBeans.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  86. SpamBeans.Position = UDim2.new(0.572916687, 0, 0.2071006, 0)
  87. SpamBeans.Size = UDim2.new(0, 158, 0, 51)
  88. SpamBeans.Font = Enum.Font.SourceSans
  89. SpamBeans.Text = "Spam Beans (Best For Reds)"
  90. SpamBeans.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. SpamBeans.TextScaled = true
  92. SpamBeans.TextSize = 14.000
  93. SpamBeans.TextWrapped = true
  94.  
  95. QuestGrabber.Name = "Quest Grabber "
  96. QuestGrabber.Parent = Frame
  97. QuestGrabber.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  98. QuestGrabber.Position = UDim2.new(0.572916687, 0, 0.393491119, 0)
  99. QuestGrabber.Size = UDim2.new(0, 158, 0, 51)
  100. QuestGrabber.Font = Enum.Font.SourceSans
  101. QuestGrabber.Text = "Grab Quest (Namek, Space, Future, Secret World)"
  102. QuestGrabber.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. QuestGrabber.TextScaled = true
  104. QuestGrabber.TextSize = 14.000
  105. QuestGrabber.TextWrapped = true
  106.  
  107. QuestGrabberEarth.Name = "Quest Grabber Earth"
  108. QuestGrabberEarth.Parent = Frame
  109. QuestGrabberEarth.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  110. QuestGrabberEarth.Position = UDim2.new(0.572916687, 0, 0.57100594, 0)
  111. QuestGrabberEarth.Size = UDim2.new(0, 158, 0, 51)
  112. QuestGrabberEarth.Font = Enum.Font.SourceSans
  113. QuestGrabberEarth.Text = "Grab Quest(For Earth, If First One Doesn't Work)"
  114. QuestGrabberEarth.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. QuestGrabberEarth.TextScaled = true
  116. QuestGrabberEarth.TextSize = 14.000
  117. QuestGrabberEarth.TextWrapped = true
  118.  
  119. TopRespawn.Name = "Top Respawn"
  120. TopRespawn.Parent = Frame
  121. TopRespawn.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
  122. TopRespawn.Position = UDim2.new(0.572916687, 0, 0.74260354, 0)
  123. TopRespawn.Size = UDim2.new(0, 158, 0, 51)
  124. TopRespawn.Font = Enum.Font.SourceSans
  125. TopRespawn.Text = "Top Respawn "
  126. TopRespawn.TextColor3 = Color3.fromRGB(0, 0, 0)
  127. TopRespawn.TextScaled = true
  128. TopRespawn.TextSize = 14.000
  129. TopRespawn.TextWrapped = true
  130.  
  131. AutoAttackT.Name = "Auto Attack T"
  132. AutoAttackT.Parent = Frame
  133. AutoAttackT.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  134. AutoAttackT.Position = UDim2.new(0.2578125, 0, 0.900830388, 0)
  135. AutoAttackT.Size = UDim2.new(0, 200, 0, 28)
  136. AutoAttackT.Font = Enum.Font.SourceSans
  137. AutoAttackT.Text = "Auto Attack (Use's T Moves)"
  138. AutoAttackT.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. AutoAttackT.TextSize = 14.000
  140.  
  141. HolyHax.Name = "HolyHax"
  142. HolyHax.Parent = Frame
  143. HolyHax.BackgroundColor3 = Color3.fromRGB(255, 234, 0)
  144. HolyHax.Position = UDim2.new(0.0364583321, 0, 0.0247252751, 0)
  145. HolyHax.Size = UDim2.new(0, 200, 0, 50)
  146. HolyHax.Font = Enum.Font.SourceSans
  147. HolyHax.Text = "Holy Hax"
  148. HolyHax.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. HolyHax.TextScaled = true
  150. HolyHax.TextSize = 14.000
  151. HolyHax.TextWrapped = true
  152.  
  153. -- Scripts:
  154.  
  155. local function JFCG_fake_script() -- Hitbox.LocalScript
  156. local script = Instance.new('LocalScript', Hitbox)
  157.  
  158. script.Parent.MouseButton1Click:Connect(function()
  159. if script.Parent.Text == "Hit Box TP" then
  160. script.Parent.Text = "Hit Box TP "
  161. _G.TP = true
  162. while _G.TP do
  163. wait()
  164. for _,v in pairs(game.Workspace.Live:GetChildren()) do
  165. if v:FindFirstChild("HumanoidRootPart") and v.Name ~= (game.Players.LocalPlayer.Name) then
  166. v.HumanoidRootPart.Anchored = true
  167. v.HumanoidRootPart.CanCollide = false
  168. v.HumanoidRootPart.Transparency = 0.5
  169. v.HumanoidRootPart.Color = Color3.new(128,0,128)
  170. v.HumanoidRootPart.Size = Vector3.new(30,30,30)
  171. if v:FindFirstChild("HumanoidRootPart") then
  172. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 10
  173. end
  174. end
  175. end
  176. end
  177. elseif script.Parent.Text == "Hit Box TP " then
  178. script.Parent.Text = "Hit Box TP"
  179. _G.TP = false
  180. for _,v in pairs(game.Workspace.Live:GetChildren()) do
  181. if v:FindFirstChild("HumanoidRootPart") then
  182. v.HumanoidRootPart.Anchored = false
  183. end
  184. end
  185. end
  186. end)
  187.  
  188. end
  189. coroutine.wrap(JFCG_fake_script)()
  190. local function JKTYLV_fake_script() -- BeanLowKi.LocalScript
  191. local script = Instance.new('LocalScript', BeanLowKi)
  192.  
  193. script.Parent.MouseButton1Click:Connect(function()
  194. if script.Parent.Text == "Bean Low Ki (Best For Blue)" then
  195. script.Parent.Text = "Bean Low Ki (Best For Blue) "
  196. _G.BlueBeans = true
  197. while _G.BlueBeans do
  198. wait()
  199. if game.Workspace.Live:FindFirstChild(game.Players.LocalPlayer.Name) then
  200. if game.Workspace.Live:FindFirstChild(game.Players.LocalPlayer.Name):FindFirstChild("Ki") then
  201. if game.Workspace.Live[game.Players.LocalPlayer.Name].Ki.Value <= 50 then
  202. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.EatSenzu:FireServer()
  203. end
  204. end
  205. end
  206. end
  207. elseif script.Parent.Text == "Bean Low Ki (Best For Blue) " then
  208. _G.BlueBeans = false
  209. end
  210. end)
  211.  
  212. end
  213. coroutine.wrap(JKTYLV_fake_script)()
  214. local function ZDQME_fake_script() -- ResetLowKi.LocalScript
  215. local script = Instance.new('LocalScript', ResetLowKi)
  216.  
  217. script.Parent.MouseButton1Click:Connect(function()
  218. if script.Parent.Text == "Reset At Low Ki (Best For Reds)" then
  219. script.Parent.Text = "Reset At Low Ki (Best For Reds) "
  220. _G.Reset = true
  221. while _G.Reset do
  222. wait()
  223. if game.Workspace.Live:FindFirstChild(game.Players.LocalPlayer.Name) then
  224. if game.Workspace.Live:FindFirstChild(game.Players.LocalPlayer.Name):FindFirstChild("Ki") then
  225. if game.Workspace.Live[game.Players.LocalPlayer.Name].Ki.Value <= 50 then
  226. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  227. end
  228. end
  229. end
  230. end
  231. elseif script.Parent.Text == "Reset At Low Ki (Best For Reds) " then
  232. script.Parent.Text = "Reset At Low Ki (Best For Reds)"
  233. _G.Reset = false
  234. end
  235. end)
  236.  
  237. end
  238. coroutine.wrap(ZDQME_fake_script)()
  239. local function AUOWA_fake_script() -- AutoBuyBeans.LocalScript
  240. local script = Instance.new('LocalScript', AutoBuyBeans)
  241.  
  242. script.Parent.MouseButton1Click:Connect(function()
  243. -- Farewell Infortality.
  244. -- Version: 2.82
  245. -- Instances:
  246. local ScreenGui = Instance.new("ScreenGui")
  247. local Frame = Instance.new("ImageLabel")
  248. local Frame_2 = Instance.new("Frame")
  249. local Close = Instance.new("TextButton")
  250. local BeansTitle = Instance.new("TextLabel")
  251. local BuyBeans8 = Instance.new("TextButton")
  252. local BuyBeans80 = Instance.new("TextButton")
  253. local BuyBeans8Repeat = Instance.new("TextButton")
  254. local BuyBeans80Repeat = Instance.new("TextButton")
  255. local BeanColorSelectRed = Instance.new("TextButton")
  256. local BeanColorSelectYellow = Instance.new("TextButton")
  257. local BeanColorSelectBlue = Instance.new("TextButton")
  258. local BeanColorSelectGreen = Instance.new("TextButton")
  259. --Properties:
  260. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  261.  
  262. Frame.Name = "Frame"
  263. Frame.Parent = ScreenGui
  264. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Frame.BackgroundTransparency = 1
  266. Frame.Position = UDim2.new(0.0200617276, 0, 0.267813265, 0)
  267. Frame.Size = UDim2.new(0, 228, 0, 175)
  268. Frame.Image = "rbxassetid://2851926732"
  269. Frame.ImageColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  270. Frame.ScaleType = Enum.ScaleType.Slice
  271. Frame.SliceCenter = Rect.new(12, 12, 12, 12)
  272.  
  273. Frame_2.Parent = Frame
  274. Frame_2.BackgroundColor3 = Color3.new(1, 0, 0)
  275. Frame_2.BackgroundTransparency = 1
  276. Frame_2.BorderSizePixel = 0
  277. Frame_2.Position = UDim2.new(0.912, 0, 0, 0)
  278. Frame_2.Size = UDim2.new(0, 20, 0, 21)
  279.  
  280. Close.Name = "Close"
  281. Close.Parent = Frame
  282. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  283. Close.BackgroundTransparency = 1
  284. Close.Position = UDim2.new(0.912280679, 0, 0, 0)
  285. Close.Size = UDim2.new(0, 20, 0, 21)
  286. Close.Font = Enum.Font.SourceSans
  287. Close.Text = "X"
  288. Close.TextColor3 = Color3.new(0, 0, 0)
  289. Close.TextScaled = true
  290. Close.TextSize = 14
  291. Close.TextWrapped = true
  292.  
  293. BeansTitle.Name = "BeansTitle"
  294. BeansTitle.Parent = Frame
  295. BeansTitle.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  296. BeansTitle.BorderSizePixel = 0
  297. BeansTitle.Position = UDim2.new(0.0350877196, 0, -3.7252903e-09, 0)
  298. BeansTitle.Size = UDim2.new(0, 200, 0, 32)
  299. BeansTitle.Font = Enum.Font.SourceSans
  300. BeansTitle.Text = "Beans"
  301. BeansTitle.TextColor3 = Color3.new(0, 0, 0)
  302. BeansTitle.TextScaled = true
  303. BeansTitle.TextSize = 14
  304. BeansTitle.TextWrapped = true
  305.  
  306. BuyBeans8.Name = "BuyBeans8"
  307. BuyBeans8.Parent = Frame
  308. BuyBeans8.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  309. BuyBeans8.Position = UDim2.new(0, 1, 0.217142865, 0)
  310. BuyBeans8.Size = UDim2.new(0, 112, 0, 50)
  311. BuyBeans8.Font = Enum.Font.SourceSans
  312. BuyBeans8.Text = "Buy 8 Beans"
  313. BuyBeans8.TextColor3 = Color3.new(0, 0, 0)
  314. BuyBeans8.TextSize = 30
  315. BuyBeans8.TextWrapped = true
  316.  
  317. BuyBeans80.Name = "BuyBeans80"
  318. BuyBeans80.Parent = Frame
  319. BuyBeans80.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  320. BuyBeans80.Position = UDim2.new(0.508771896, -1, 0.21714285, 0)
  321. BuyBeans80.Size = UDim2.new(0, 112, 0, 50)
  322. BuyBeans80.Font = Enum.Font.SourceSans
  323. BuyBeans80.Text = "Buy 80 Beans"
  324. BuyBeans80.TextColor3 = Color3.new(0, 0, 0)
  325. BuyBeans80.TextSize = 30
  326. BuyBeans80.TextWrapped = true
  327.  
  328. BuyBeans8Repeat.Name = "BuyBeans8Repeat"
  329. BuyBeans8Repeat.Parent = Frame
  330. BuyBeans8Repeat.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  331. BuyBeans8Repeat.Position = UDim2.new(0, 1, 0.502857149, 0)
  332. BuyBeans8Repeat.Size = UDim2.new(0, 112, 0, 50)
  333. BuyBeans8Repeat.Font = Enum.Font.SourceSans
  334. BuyBeans8Repeat.Text = "Buy 8 (Loop)"
  335. BuyBeans8Repeat.TextColor3 = Color3.new(0, 0, 0)
  336. BuyBeans8Repeat.TextSize = 20
  337. BuyBeans8Repeat.TextWrapped = true
  338.  
  339. BuyBeans80Repeat.Name = "BuyBeans80Repeat"
  340. BuyBeans80Repeat.Parent = Frame
  341. BuyBeans80Repeat.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  342. BuyBeans80Repeat.Position = UDim2.new(0.513157845, -2, 0.502857149, 0)
  343. BuyBeans80Repeat.Size = UDim2.new(0, 112, 0, 50)
  344. BuyBeans80Repeat.Font = Enum.Font.SourceSans
  345. BuyBeans80Repeat.Text = "Buy 80 (Loop)"
  346. BuyBeans80Repeat.TextColor3 = Color3.new(0, 0, 0)
  347. BuyBeans80Repeat.TextSize = 20
  348. BuyBeans80Repeat.TextWrapped = true
  349.  
  350. BeanColorSelectRed.Name = "BeanColorSelectRed"
  351. BeanColorSelectRed.Parent = Frame
  352. BeanColorSelectRed.BackgroundColor3 = Color3.new(1, 0, 0)
  353. BeanColorSelectRed.Position = UDim2.new(0.0350877196, 0, 0.828571439, -3)
  354. BeanColorSelectRed.Size = UDim2.new(0, 49, 0, 30)
  355. BeanColorSelectRed.Font = Enum.Font.SourceSans
  356. BeanColorSelectRed.Text = ""
  357. BeanColorSelectRed.TextColor3 = Color3.new(0, 0, 0)
  358. BeanColorSelectRed.TextSize = 14
  359.  
  360. BeanColorSelectYellow.Name = "BeanColorSelectYellow"
  361. BeanColorSelectYellow.Parent = Frame
  362. BeanColorSelectYellow.BackgroundColor3 = Color3.new(1, 1, 0)
  363. BeanColorSelectYellow.Position = UDim2.new(0.104999997, 40, 0.828999996, -3)
  364. BeanColorSelectYellow.Size = UDim2.new(0, 49, 0, 30)
  365. BeanColorSelectYellow.Font = Enum.Font.SourceSans
  366. BeanColorSelectYellow.Text = ""
  367. BeanColorSelectYellow.TextColor3 = Color3.new(0, 0, 0)
  368. BeanColorSelectYellow.TextSize = 14
  369.  
  370. BeanColorSelectBlue.Name = "BeanColorSelectBlue"
  371. BeanColorSelectBlue.Parent = Frame
  372. BeanColorSelectBlue.BackgroundColor3 = Color3.new(0, 0, 1)
  373. BeanColorSelectBlue.Position = UDim2.new(0.174999997, 80, 0.828999996, -3)
  374. BeanColorSelectBlue.Size = UDim2.new(0, 49, 0, 30)
  375. BeanColorSelectBlue.Font = Enum.Font.SourceSans
  376. BeanColorSelectBlue.Text = ""
  377. BeanColorSelectBlue.TextColor3 = Color3.new(0, 0, 0)
  378. BeanColorSelectBlue.TextSize = 14
  379.  
  380. BeanColorSelectGreen.Name = "BeanColorSelectGreen"
  381. BeanColorSelectGreen.Parent = Frame
  382. BeanColorSelectGreen.BackgroundColor3 = Color3.new(0, 1, 0)
  383. BeanColorSelectGreen.Position = UDim2.new(0.245000005, 120, 0.828999996, -3)
  384. BeanColorSelectGreen.Size = UDim2.new(0, 49, 0, 30)
  385. BeanColorSelectGreen.Font = Enum.Font.SourceSans
  386. BeanColorSelectGreen.Text = ""
  387. BeanColorSelectGreen.TextColor3 = Color3.new(0, 0, 0)
  388. BeanColorSelectGreen.TextSize = 14
  389. -- Scripts:
  390. function SCRIPT_ACKK68_FAKESCRIPT() -- Close.LocalScript
  391. local script = Instance.new('LocalScript')
  392. script.Parent = Close
  393.  
  394. script.Parent.MouseEnter:Connect(function()
  395. script.Parent.TextColor3 = Color3.new(255,255,255)
  396. script.Parent.Parent.Frame.BackgroundTransparency = 0
  397. end)
  398. script.Parent.MouseLeave:Connect(function()
  399. script.Parent.TextColor3 = Color3.new(0,0,0)
  400. script.Parent.Parent.Frame.BackgroundTransparency = 1
  401. end)
  402. script.Parent.MouseButton1Click:Connect(function()
  403. local MFX = script.Parent.Parent.Position.X
  404. local MFY = script.Parent.Parent.Position.Y
  405. script.Parent.Parent:TweenPosition(UDim2.new(MFX.Scale,MFX.Offset+50,MFY.Scale,MFY.Offset),"Out","Quad",0.5,true)
  406. wait(0.5)
  407. script.Parent.Parent:TweenPosition(UDim2.new(MFX.Scale,MFX.Offset-2000,MFY.Scale,MFY.Offset),"Out","Quad",2,true)
  408. wait(2)
  409. script.Parent.Parent:Destroy()
  410. end)
  411.  
  412. end
  413. coroutine.resume(coroutine.create(SCRIPT_ACKK68_FAKESCRIPT))
  414. function SCRIPT_DPFA84_FAKESCRIPT() -- Frame.LocalScript
  415. local script = Instance.new('LocalScript')
  416. script.Parent = Frame
  417. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),script.Parent
  418.  
  419. local function update(input)
  420. local delta = input.Position - dragStart
  421. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  422. end
  423.  
  424. gui.InputBegan:Connect(function(input)
  425. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  426. dragging = true
  427. dragStart = input.Position
  428. startPos = gui.Position
  429.  
  430. input.Changed:Connect(function()
  431. if input.UserInputState == Enum.UserInputState.End then
  432. dragging = false
  433. end
  434. end)
  435. end
  436. end)
  437.  
  438. gui.InputChanged:Connect(function(input)
  439. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  440. dragInput = input
  441. end
  442. end)
  443.  
  444. UserInputService.InputChanged:Connect(function(input)
  445. if input == dragInput and dragging then
  446. update(input)
  447. end
  448. end)
  449.  
  450. end
  451. coroutine.resume(coroutine.create(SCRIPT_DPFA84_FAKESCRIPT))
  452. function SCRIPT_ERSV70_FAKESCRIPT() -- BuyBeans8.LocalScript
  453. local script = Instance.new('LocalScript')
  454. script.Parent = BuyBeans8
  455. script.Parent.MouseButton1Click:Connect(function()
  456. if _G.RedBeans == true then
  457. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  458. wait(0.5)
  459. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  460. wait(0.5)
  461. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  462. wait(0.5)
  463. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  464. wait(0.5)
  465. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  466. wait(0.5)
  467. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  468. wait(0.5)
  469. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  470. wait(0.5)
  471. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Red")
  472. wait(0.5)
  473. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  474. wait(0.5)
  475. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  476. elseif _G.GreenBeans == true then
  477. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  478. wait(0.5)
  479. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  480. wait(0.5)
  481. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  482. wait(0.5)
  483. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  484. wait(0.5)
  485. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  486. wait(0.5)
  487. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  488. wait(0.5)
  489. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  490. wait(0.5)
  491. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Green")
  492. wait(0.5)
  493. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  494. wait(0.5)
  495. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  496. elseif _G.BlueBeans == true then
  497. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  498. wait(0.5)
  499. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  500. wait(0.5)
  501. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  502. wait(0.5)
  503. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  504. wait(0.5)
  505. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  506. wait(0.5)
  507. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  508. wait(0.5)
  509. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  510. wait(0.5)
  511. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Blue")
  512. wait(0.5)
  513. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  514. wait(0.5)
  515. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  516. elseif _G.YellowBeans == true then
  517. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  518. wait(0.5)
  519. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  520. wait(0.5)
  521. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  522. wait(0.5)
  523. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  524. wait(0.5)
  525. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  526. wait(0.5)
  527. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  528. wait(0.5)
  529. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  530. wait(0.5)
  531. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yellow")
  532. wait(0.5)
  533. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  534. wait(0.5)
  535. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  536. else
  537. game:GetService("StarterGui"):SetCore("SendNotification",{Title="No Color Selected",Text="Click the square of the color of bean you want to buy"})
  538. end
  539. end)
  540.  
  541. end
  542. coroutine.resume(coroutine.create(SCRIPT_ERSV70_FAKESCRIPT))
  543. function SCRIPT_POTW90_FAKESCRIPT() -- BuyBeans80.LocalScript
  544. local script = Instance.new('LocalScript')
  545. script.Parent = BuyBeans80
  546. script.Parent.MouseButton1Click:Connect(function()
  547. if _G.RedBeans == true then
  548. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  549. wait(0.5)
  550. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  551. wait(0.5)
  552. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  553. wait(0.5)
  554. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  555. wait(0.5)
  556. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  557. wait(0.5)
  558. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  559. wait(0.5)
  560. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  561. wait(0.5)
  562. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Red")
  563. wait(0.5)
  564. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  565. wait(0.5)
  566. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  567. elseif _G.GreenBeans == true then
  568. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  569. wait(0.5)
  570. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  571. wait(0.5)
  572. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  573. wait(0.5)
  574. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  575. wait(0.5)
  576. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  577. wait(0.5)
  578. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  579. wait(0.5)
  580. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  581. wait(0.5)
  582. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Green")
  583. wait(0.5)
  584. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  585. wait(0.5)
  586. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  587. elseif _G.BlueBeans == true then
  588. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  589. wait(0.5)
  590. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  591. wait(0.5)
  592. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  593. wait(0.5)
  594. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  595. wait(0.5)
  596. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  597. wait(0.5)
  598. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  599. wait(0.5)
  600. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  601. wait(0.5)
  602. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Blue")
  603. wait(0.5)
  604. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  605. wait(0.5)
  606. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  607. elseif _G.YellowBeans == true then
  608. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  609. wait(0.5)
  610. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  611. wait(0.5)
  612. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  613. wait(0.5)
  614. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  615. wait(0.5)
  616. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  617. wait(0.5)
  618. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  619. wait(0.5)
  620. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  621. wait(0.5)
  622. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yellow")
  623. wait(0.5)
  624. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  625. wait(0.5)
  626. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  627. else
  628. game:GetService("StarterGui"):SetCore("SendNotification",{Title="No Color Selected",Text="Click the square of the color of bean you want to buy"})
  629. end
  630. end)
  631.  
  632. end
  633. coroutine.resume(coroutine.create(SCRIPT_POTW90_FAKESCRIPT))
  634. function SCRIPT_DNRZ82_FAKESCRIPT() -- BuyBeans8Repeat.LocalScript
  635. local script = Instance.new('LocalScript')
  636. script.Parent = BuyBeans8Repeat
  637. script.Parent.MouseButton1Click:Connect(function()
  638. _G.BeanBuy8Repeat = true
  639. while _G.BeanBuy8Repeat do
  640. if _G.RedBeans == true then
  641. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  642. wait(0.5)
  643. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  644. wait(0.5)
  645. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  646. wait(0.5)
  647. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  648. wait(0.5)
  649. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  650. wait(0.5)
  651. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  652. wait(0.5)
  653. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  654. wait(0.5)
  655. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Red")
  656. wait(0.5)
  657. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  658. wait(0.5)
  659. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  660. wait(0.5)
  661. elseif _G.GreenBeans == true then
  662. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  663. wait(0.5)
  664. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  665. wait(0.5)
  666. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  667. wait(0.5)
  668. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  669. wait(0.5)
  670. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  671. wait(0.5)
  672. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  673. wait(0.5)
  674. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  675. wait(0.5)
  676. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Green")
  677. wait(0.5)
  678. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  679. wait(0.5)
  680. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  681. wait(0.5)
  682. elseif _G.BlueBeans == true then
  683. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  684. wait(0.5)
  685. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  686. wait(0.5)
  687. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  688. wait(0.5)
  689. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  690. wait(0.5)
  691. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  692. wait(0.5)
  693. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  694. wait(0.5)
  695. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  696. wait(0.5)
  697. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Blue")
  698. wait(0.5)
  699. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  700. wait(0.5)
  701. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  702. wait(0.5)
  703. elseif _G.YellowBeans == true then
  704. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  705. wait(0.5)
  706. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  707. wait(0.5)
  708. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  709. wait(0.5)
  710. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  711. wait(0.5)
  712. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  713. wait(0.5)
  714. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("8")
  715. wait(0.5)
  716. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  717. wait(0.5)
  718. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yellow")
  719. wait(0.5)
  720. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  721. wait(0.5)
  722. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Use Zenni")
  723. wait(0.5)
  724. else
  725. game:GetService("StarterGui"):SetCore("SendNotification",{Title="No Color Selected",Text="Click the square of the color of bean you want to buy"})
  726. end
  727. end
  728. end)
  729.  
  730. end
  731. coroutine.resume(coroutine.create(SCRIPT_DNRZ82_FAKESCRIPT))
  732. function SCRIPT_ZQEL81_FAKESCRIPT() -- BuyBeans80Repeat.LocalScript
  733. local script = Instance.new('LocalScript')
  734. script.Parent = BuyBeans80Repeat
  735. script.Parent.MouseButton1Click:Connect(function()
  736. _G.BeanBuy8Repeat = true
  737. while _G.BeanBuy8Repeat do
  738. if _G.RedBeans == true then
  739. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  740. wait(0.5)
  741. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  742. wait(0.5)
  743. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  744. wait(0.5)
  745. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  746. wait(0.5)
  747. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  748. wait(0.5)
  749. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  750. wait(0.5)
  751. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  752. wait(0.5)
  753. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Red")
  754. wait(0.5)
  755. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  756. wait(0.5)
  757. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  758. wait(0.5)
  759. elseif _G.GreenBeans == true then
  760. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  761. wait(0.5)
  762. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  763. wait(0.5)
  764. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  765. wait(0.5)
  766. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  767. wait(0.5)
  768. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  769. wait(0.5)
  770. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  771. wait(0.5)
  772. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  773. wait(0.5)
  774. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Green")
  775. wait(0.5)
  776. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  777. wait(0.5)
  778. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  779. wait(0.5)
  780. elseif _G.BlueBeans == true then
  781. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  782. wait(0.5)
  783. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  784. wait(0.5)
  785. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  786. wait(0.5)
  787. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  788. wait(0.5)
  789. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  790. wait(0.5)
  791. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  792. wait(0.5)
  793. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  794. wait(0.5)
  795. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Blue")
  796. wait(0.5)
  797. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  798. wait(0.5)
  799. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  800. wait(0.5)
  801. elseif _G.YellowBeans == true then
  802. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatStart:FireServer(game:GetService("Workspace").FriendlyNPCs["Korin BEANS"])
  803. wait(0.5)
  804. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  805. wait(0.5)
  806. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  807. wait(0.5)
  808. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Beans")
  809. wait(0.5)
  810. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  811. wait(0.5)
  812. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("80")
  813. wait(0.5)
  814. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  815. wait(0.5)
  816. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yellow")
  817. wait(0.5)
  818. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer()
  819. wait(0.5)
  820. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  821. wait(0.5)
  822. else
  823. game:GetService("StarterGui"):SetCore("SendNotification",{Title="No Color Selected",Text="Click the square of the color of bean you want to buy"})
  824. end
  825. end
  826. end)
  827.  
  828. end
  829. coroutine.resume(coroutine.create(SCRIPT_ZQEL81_FAKESCRIPT))
  830. function SCRIPT_ZPTH84_FAKESCRIPT() -- BeanColorSelectRed.LocalScript
  831. local script = Instance.new('LocalScript')
  832. script.Parent = BeanColorSelectRed
  833. script.Parent.MouseButton1Click:Connect(function()
  834. _G.RedBeans = true
  835. _G.YellowBeans = false
  836. _G.BlueBeans = false
  837. _G.GreenBeans = false
  838. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Red Beans",Text="You have selected red beans"})
  839. end)
  840.  
  841. end
  842. coroutine.resume(coroutine.create(SCRIPT_ZPTH84_FAKESCRIPT))
  843. function SCRIPT_BLYQ76_FAKESCRIPT() -- BeanColorSelectYellow.LocalScript
  844. local script = Instance.new('LocalScript')
  845. script.Parent = BeanColorSelectYellow
  846. script.Parent.MouseButton1Click:Connect(function()
  847. _G.RedBeans = false
  848. _G.YellowBeans = true
  849. _G.BlueBeans = false
  850. _G.GreenBeans = false
  851. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Yellow Beans",Text="You have selected yellow beans"})
  852. end)
  853.  
  854. end
  855. coroutine.resume(coroutine.create(SCRIPT_BLYQ76_FAKESCRIPT))
  856. function SCRIPT_LYBF69_FAKESCRIPT() -- BeanColorSelectBlue.LocalScript
  857. local script = Instance.new('LocalScript')
  858. script.Parent = BeanColorSelectBlue
  859. script.Parent.MouseButton1Click:Connect(function()
  860. _G.RedBeans = false
  861. _G.YellowBeans = false
  862. _G.BlueBeans = true
  863. _G.GreenBeans = false
  864. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Blue Beans",Text="You have selected blue beans"})
  865. end)
  866.  
  867. end
  868. coroutine.resume(coroutine.create(SCRIPT_LYBF69_FAKESCRIPT))
  869. function SCRIPT_NBPV68_FAKESCRIPT() -- BeanColorSelectGreen.LocalScript
  870. local script = Instance.new('LocalScript')
  871. script.Parent = BeanColorSelectGreen
  872. script.Parent.MouseButton1Click:Connect(function()
  873. _G.RedBeans = false
  874. _G.YellowBeans = false
  875. _G.BlueBeans = false
  876. _G.GreenBeans = true
  877. game:GetService("StarterGui"):SetCore("SendNotification",{Title="Green Beans",Text="You have selected green beans"})
  878. end)
  879.  
  880. end
  881. coroutine.resume(coroutine.create(SCRIPT_NBPV68_FAKESCRIPT))
  882. end)
  883.  
  884. end
  885. coroutine.wrap(AUOWA_fake_script)()
  886. local function SXECB_fake_script() -- SpamBeans.LocalScript
  887. local script = Instance.new('LocalScript', SpamBeans)
  888.  
  889. script.Parent.MouseButton1Click:Connect(function()
  890. if script.Parent.Text == "Spam Beans (Best For Reds)"
  891. then script.Parent.Text = "Spam Beans (Best For Reds) "
  892. _G.Test = true
  893. while _G.Test do
  894. wait(2)
  895. game:GetService("Players")[game.Players.LocalPlayer.Name].Backpack.ServerTraits.EatSenzu:FireServer()
  896. end
  897. elseif script.Parent.Text == "Spam Beans (Best For Reds) " then
  898. _G.Test = false
  899. end
  900. end)
  901.  
  902. end
  903. coroutine.wrap(SXECB_fake_script)()
  904. local function GDORE_fake_script() -- QuestGrabber.LocalScript
  905. local script = Instance.new('LocalScript', QuestGrabber)
  906.  
  907. script.Parent.MouseButton1Click:Connect(function()
  908. _G.AQ = true
  909. while _G.AQ do
  910. wait(0.5)
  911. local test = 0
  912. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.HUD.FullSize.Quests:GetChildren()) do
  913. if v.Name == "Copy" then
  914. test = test+1
  915. end
  916. end
  917. if test < 1 then
  918. local asd = 0
  919. wait(0.5)
  920. local randomNPC = game.workspace.FriendlyNPCs:GetChildren()
  921. [math.random(1,#game.workspace.FriendlyNPCs:GetChildren())]
  922. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(randomNPC)
  923. repeat
  924. asd = asd+1
  925. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer()
  926. wait(0.2)
  927. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  928. wait()
  929. until asd == 50
  930. asd = 0
  931. end
  932. end
  933. end)
  934.  
  935. end
  936. coroutine.wrap(GDORE_fake_script)()
  937. local function GUHX_fake_script() -- QuestGrabberEarth.LocalScript
  938. local script = Instance.new('LocalScript', QuestGrabberEarth)
  939.  
  940. script.Parent.MouseButton1Click:Connect(function()
  941. for _,v in pairs (game.Workspace.FriendlyNPCs:GetChildren()) do
  942. if v.Name ~= "Quest Giver" then
  943. v:Destroy()
  944. end
  945. end
  946. _G.EAQ = true
  947. while _G.EAQ do
  948. wait(0.5)
  949. local test = 0
  950. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.HUD.FullSize.Quests:GetChildren()) do
  951. if v.Name == "Copy" then
  952. test = test+1
  953. end
  954. end
  955. if test < 1 then
  956. local asd = 0
  957. wait(0.5)
  958. local randomNPC = game.workspace.FriendlyNPCs:GetChildren()
  959. [math.random(1,#game.workspace.FriendlyNPCs:GetChildren())]
  960. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatStart:FireServer(randomNPC)
  961. repeat
  962. asd = asd+1
  963. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer()
  964. wait(0.2)
  965. game:GetService("Players").LocalPlayer.Backpack.ServerTraits.ChatAdvance:FireServer("Yes")
  966. wait()
  967. until asd == 50
  968. asd = 0
  969. end
  970. end
  971. end)
  972.  
  973. end
  974. coroutine.wrap(GUHX_fake_script)()
  975. local function NYQR_fake_script() -- TopRespawn.LocalScript
  976. local script = Instance.new('LocalScript', TopRespawn)
  977.  
  978. script.Parent.MouseButton1Click:Connect(function()
  979. _G.Respawn = true
  980. while _G.Respawn do
  981. wait()
  982. if game.Workspace.Live[game.Players.LocalPlayer.Name]:FindFirstChild("SuperAction") then
  983. game.Workspace.Live[game.Players.LocalPlayer.Name]:FindFirstChild("SuperAction"):Destroy()
  984. end
  985. end
  986. end)
  987.  
  988. end
  989. coroutine.wrap(NYQR_fake_script)()
  990. local function IXBKNCM_fake_script() -- AutoAttackT.LocalScript
  991. local script = Instance.new('LocalScript', AutoAttackT)
  992.  
  993. script.Parent.MouseButton1Click:Connect(function()
  994. if script.Parent.Text == "Auto Attack (Use's T Moves)" then
  995. script.Parent.Text = "Auto Attack (Use's T Moves) "
  996. _G.T = true
  997. while _G.T do
  998. wait(3)
  999. keypress(0x54)
  1000. keyrelease(0x54)
  1001. end
  1002. elseif script.Parent.Text == "Auto Attack (Use's T Moves) " then
  1003. script.Parent.Text = "Auto Attack (Use's T Moves)"
  1004. _G.T = false
  1005. end
  1006. end)
  1007.  
  1008. end
  1009. coroutine.wrap(IXBKNCM_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement