Advertisement
Guest User

aaa

a guest
Nov 15th, 2018
2,009
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. --Adam's Auto Executor
  2.  
  3. --variables
  4. placeid = (game.PlaceId)
  5. name = (game.Players.LocalPlayer.Character.Name)
  6. userid = (game.Players.LocalPlayer.UserId)
  7. failures = 0
  8. failed = false
  9. executed = false
  10. print("Hello,",name)
  11.  
  12. if placeid == (game.PlaceId) then
  13. print("var1 passes")
  14. end
  15. if placeid ~= (game.PlaceId) then
  16. print("var1 fails")
  17. failures = failures + 1
  18. end
  19. if name == (game.Players.LocalPlayer.Character.Name) then
  20. print("var2 passes")
  21. end
  22. if name ~= (game.Players.LocalPlayer.Character.Name) then
  23. print("var2 fails")
  24. failures = failures + 1
  25. end
  26. if userid == (game.Players.LocalPlayer.UserId) then
  27. print("var3 passes")
  28. end
  29. if userid ~= (game.Players.LocalPlayer.UserId) then
  30. print("var3 fails")
  31. failures = failures + 1
  32. end
  33. if failures >= 0 then
  34. failed = true
  35. print(failures,"variables failed.")
  36. end
  37. if failed == false and executed == false then
  38. game.StarterGui:SetCore("SendNotification", {Title="Loaded"; Text="Adam\'s Auto Executor has loaded successfully.", Duration=5;});
  39. executed = true
  40. wait(1.5)
  41.  
  42. --Jailbreak
  43. if placeid == 606849621 then
  44. --Auto executing
  45. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running Jailbreak scripts...", Duration=5;});
  46. loadstring(game:HttpGet("https://pastebin.com/raw/ZqxRCyn9", true))()
  47. end
  48. --Strucid
  49. if placeid == 2377868063 then
  50. --Auto executing
  51. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running Strucid scripts...", Duration=5;});
  52. loadstring(game:HttpGet("https://pastebin.com/raw/pExgekt4", true))() --Strucid Cheat Console Thing
  53. end
  54. --Prison Life
  55. if placeid == 155615604 then
  56. --Auto executing
  57. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running Prison Life scripts...", Duration=5;});
  58. loadstring(game:HttpGet("https://pastebin.com/raw/hvmyZWax", true))() --Racist Dolphins prison life gui
  59. end
  60. --Phantom Forces
  61. if placeid == 292439477 then
  62. --Auto Executing
  63. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running Phantom Forces scripts...", Duration=5;});
  64. loadstring(game:HttpGet("https://pastebin.com/raw/hkSh2JQA", true))() -- Racist Dolphins phantom forces gui
  65. end
  66. --The Streets
  67. if placeid == 455366377 then
  68. --Auto Executing
  69. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running The Streets scripts...", Duration=5;});
  70. loadstring(game:HttpGet("https://pastebin.com/raw/xcVLMnZE", true))() --weezurthhaxx v2
  71. end
  72. --Rocitizens
  73. if placeid == 137877687 then
  74. --Auto Executing
  75. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running RoCitizens scripts...", Duration=5;});
  76. loadstring(game:HttpGet("https://pastebin.com/raw/SdfWXqD2", true))() --Rocitizens gui
  77. end
  78. --Tiny tanks
  79. if placeid == 204990346 then
  80. --Auto Executing
  81. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running Tiny Tanks scripts...", Duration=5;});
  82. loadstring(game:HttpGet("https://www.pastebin.com/raw/15BwRKug",true))()
  83. end
  84. --Bloxburg
  85. if placeid == 185655149 then
  86. game.StarterGui:SetCore("SendNotification", {Title="Auto Executor"; Text="Running Bloxburg scripts...", Duration=5;});
  87. loadstring(game:HttpGet("https://pastebin.com/raw/fZ4JH7Lv", true))()
  88. end
  89. print("script has worked successfully")
  90. end
  91. if failed == true then
  92. game.StarterGui:SetCore("SendNotification", {Title="Failed"; Text="Check developer console.", Duration=5;});
  93. print("Loading has failed possibly because you already executed or the script didn't load correctly. If you didn't already n\
  94. execute, please execute again. If this keeps happening then screenshot and send to Mr. Adam#0069")
  95. end
  96. print("end")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement