roblox_exploit

yeahasd

Oct 13th, 2020 (edited)
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. local farm = "leaf"
  2. local SkipOwned = false
  3. -------------------EDIT-------------------
  4. if farm == "leaf" then
  5. code1 = "urcode"
  6. code2 = "urcode"
  7. code3 = "urcode"
  8. end
  9.  
  10. if farm == "cloud" then
  11. code1 = "urcode"
  12. code2 = "urcode"
  13. code3 = "urcode"
  14. end
  15.  
  16. if farm == "mist" then
  17. code1 = "urcode"
  18. code2 = "urcode"
  19. code3 = "urcode"
  20. end
  21. if farm == "rock" then
  22. code1 = "urcode"
  23. code2 = "urcode"
  24. code3 = "urcode"
  25. end
  26. if farm == "sand" then
  27. code1 = "urcode"
  28. code2 = "urcode"
  29. code3 = "urcode"
  30. end
  31. if farm == "rain" then
  32. code1 = "urcode"
  33. code2 = "urcode"
  34. code3 = "urcode"
  35. end
  36. if farm == "forest" then
  37. code1 = "urcode"
  38. code2 = "urcode"
  39. code3 = "urcode"
  40. end
  41. if farm == "training" then
  42. code1 = "urcode"
  43. code2 = "urcode"
  44. code3 = "urcode"
  45. end
  46. if farm == "akatsuki" then
  47. code1 = "urcode"
  48. code2 = "urcode"
  49. code3 = "urcode"
  50. end
  51. -------------------STOP EDIT-------------------
  52. hookfunction(getrenv().print, function()
  53. return wait(1e17)
  54. end)
  55. repeat wait() until game:IsLoaded()
  56. wait(10)
  57. local skip = false
  58. local priv = game.Players.LocalPlayer:WaitForChild("statz"):WaitForChild("ps"):WaitForChild("mycode")
  59. if SkipOwned then
  60. local unlocked = {}
  61. for i,v in pairs(game.Players.LocalPlayer.statz.unlocked:GetChildren()) do
  62. if v.ClassName == "StringValue" then
  63. table.insert(unlocked, v.Name)
  64. end
  65. end
  66. for i,v in pairs(game.workspace.GLOBALTIME:GetChildren()) do
  67. if v.ClassName == "Model" then
  68. if table.find(unlocked, v.Name) then
  69. warn("You own "..v.Name..".. Skipping")
  70. skip = true
  71. elseif not table.find(unlocked,v.Name) then
  72. warn("You don't own "..v.Name..".. Hunting")
  73. skip = false
  74. end
  75. else
  76. skip = true
  77. end
  78. end
  79. end
  80. if not game.workspace.GLOBALTIME:FindFirstChildOfClass("Model") or skip then
  81. warn("No Scroll!!! ServerHoppinGG!")
  82. if priv.Value == code3 then
  83. game.Players.LocalPlayer.startevent:FireServer("teleporttoprivate", code1)
  84. warn("tp to: "..code1)
  85. elseif priv.Value == code1 then
  86. game.Players.LocalPlayer.startevent:FireServer("teleporttoprivate", code2)
  87. warn("tp to: "..code2)
  88. elseif priv.Value == code2 then
  89. game.Players.LocalPlayer.startevent:FireServer("teleporttoprivate", code3)
  90. warn("tp to: "..code3)
  91. elseif priv.Value == code3 then
  92. game.Players.LocalPlayer.startevent:FireServer("teleporttoprivate", code1)
  93. warn("tp to: "..code3)
  94. elseif priv.Value ~= code1 or priv.Value ~= code2 or priv.Value ~= code3 then
  95. game.Players.LocalPlayer.startevent:FireServer("teleporttoprivate", code3)
  96. warn("tp to: "..code3)
  97. end
  98. else
  99. warn("Scroll FOUND!!! Running Assassine's script be sure to save your setting to auto hunt")
  100. loadstring(game:HttpGet("https://pastebin.com/raw/fbKQZXwV", true))() --Script made by Assasine03#9403 Discord Server FPGVwqV
  101. end
Add Comment
Please, Sign In to add comment