Advertisement
fiztgibbonjack

Stranger Things:Starcourt Mall SCRIPT

Jun 23rd, 2021
3,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ==========FIRST SCRIPT======================
  2. repeat wait() until game:IsLoaded() --antiafk
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. game:GetService("VirtualUser"):ClickButton2(Vector2.new())
  5. end)
  6. game:GetService('RunService').Stepped:connect(function()
  7. game:GetService("ReplicatedStorage").ScoopsAhoy.RemoteEvents.CoinColectEvt:FireServer()
  8. end)
  9. while wait() do
  10. game:GetService("ReplicatedStorage").ScoopsAhoy.RemoteEvents.GameStarted:FireServer()
  11. wait(125)
  12. game:GetService("ReplicatedStorage").Quests.Remote.CheckQuestStatus:FireServer()
  13. end
  14.  
  15. ============SECOND SCRIPT=================
  16. game:GetService("ReplicatedStorage").Store.Remote.PurchaseRequest:FireServer("hawkings_backpack",false)
  17. game:GetService("ReplicatedStorage").Store.Remote.PurchaseRequest:FireServer("sc_badge",false)
  18. game:GetService("ReplicatedStorage").Store.Remote.PurchaseRequest:FireServer("vest",false)
  19. game:GetService("ReplicatedStorage").Store.Remote.PurchaseRequest:FireServer("headgear",false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement