Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. ALL GAMEPASSES(NOT PERM)
  6.  
  7. game.Players.LocalPlayer.userId = 71897381
  8.  
  9. EXECUTE THIS TWICE TO MAXIMIZE XP ACCUMULATION
  10.  
  11. game.Players.LocalPlayer.PlayerGui.Quests.CurQuest.Value = "KillWeaklings"
  12.  
  13. game.Players.LocalPlayer.PlayerGui.Quests.Script.Disabled = false
  14.  
  15.  
  16.  
  17. EXP METHOD/SCRIPT(HUGE AMOUNTS)
  18.  
  19. So first go to city C then open up an explorer. Next look in "HeroRecruits" and "Bandits" for something called "DamageLogged", not all of them will have it, if they havent been damaged,(You can simply punch or damage one of them and it will add it) and copy to to the workspace.
  20.  
  21.  
  22. Then execute this in your level 7
  23.  
  24. c = game.Workspace:FindFirstChild("DamageLogged")
  25.  
  26. z = c:Clone()
  27.  
  28. z.Parent = Lighting
  29.  
  30. b = game.Lighting.DamageLogged:FindFirstChild()
  31.  
  32. b.Name = "YOURNAME"
  33.  
  34. b.Value = 15000
  35.  
  36. Finally execute this:
  37.  
  38. local k = game.Workspace:FindFirstChild("Bandit")
  39.  
  40. local q = k:Clone()
  41.  
  42. q.Parent = game.Workspace
  43.  
  44. local m = game.Workspace:FindFirstChild("Bandit")
  45.  
  46. local x = game.Lighting.DamageLogged
  47.  
  48. local y = x:Clone()
  49.  
  50. y.Parent = m
  51.  
  52. m.Head:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement