Advertisement
RuineKiller

Inf XP for Monster Simulator

Jan 6th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. _G.InfXP = true
  2. game:GetService"RunService".RenderStepped:Connect(function()
  3. if _G.InfXP == true then
  4. game:GetService("ReplicatedStorage").NetworkEvents.RemoteEvent:FireServer("KillEnemy", "DarkArcher") --Try to change the enemy
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement