Advertisement
anonmods

Bloxburg Script

Dec 24th, 2021
28,783
-2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 2
  1. ================
  2. SCRIPT NUMBER 1
  3. ================
  4.  
  5. --BROUGHT TO YOU BY ANONMODS.COM--
  6. loadstring(http_request({Url="https://cdn.applebee1558.com/alphax/AlphaX.lua",Method="GET"}).Body)()
  7.  
  8. ----------------
  9. SCRIPT NUMBER 2
  10. ----------------
  11.  
  12. --BROUGHT TO YOU BY ANONMODS.COM--
  13. for i,v in pairs(getgc(true)) do
  14. if type(v) == "function" and getinfo(v).name == "CreateChatBubble" then
  15. old = hookfunction(v, function(...)
  16. local a = old(...)
  17. local order = ({...})[2].Parent.Order
  18. for _,workstation in pairs(workspace.Environment.Locations.BloxyBurgers.CashierWorkstations:GetChildren()) do
  19. if not workstation.OrderDisplay.DisplayMain.CashierGUI.Used.Visible and workstation.Occupied.Value == order.Parent then
  20. local cashier = workstation.OrderDisplay.DisplayMain.CashierGUI.Frame
  21.  
  22. for i,v in pairs(getconnections(cashier[order.Burger.Value].Activated)) do
  23. v:Fire()
  24. end
  25.  
  26. if order.Fries.Value then
  27. for i,v in pairs(getconnections(cashier.Fries.Activated)) do
  28. v:Fire()
  29. end
  30. end
  31.  
  32. if order.Cola.Value then
  33. for i,v in pairs(getconnections(cashier.Cola.Activated)) do
  34. v:Fire()
  35. end
  36. end
  37.  
  38. for i,v in pairs(getconnections(cashier.Done.Activated)) do
  39. v:Fire()
  40. end
  41. end
  42. end
  43. return a
  44. end)
  45. end
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement