Advertisement
imodex

Mars mining sim

Jan 27th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Hyper Miner : local A_1 = "ChangeGun"
  2. local A_2 = "Hyper Miner"
  3. local Event = game:GetService("ReplicatedStorage").Bki
  4. Event:FireServer(A_1, A_2)
  5.  
  6.  
  7. Rocket and beta bike : game.Players.LocalPlayer.PlayerGui.Shop.Bottom.Equip.Visible = true
  8. game.Players.LocalPlayer.PlayerGui.Shop.Bottom.Equip.Purc.Text = "EQUIP"
  9. game.Players.LocalPlayer.PlayerGui.Shop.Bottom.Purchase.Visible = false
  10. game.Players.LocalPlayer.PlayerGui.Shop.Bottom.CannotAfford.Visible = false game.Players.LocalPlayer.PlayerGui.Shop.Bottom.RobucPurchase.Visible = false
  11. game.Players.LocalPlayer.PlayerGui.Shop.Bottom.LOCKED.Visible = false
  12.  
  13.  
  14.  
  15. INF REBIRTHS : local A_1 = "ApplyBackpack"
  16. local A_2 = "Reborn Pack"
  17. local Event = game:GetService("ReplicatedStorage").Bki
  18. Event:FireServer(A_1, A_2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement