Advertisement
Cizzy

Untitled

Apr 1st, 2021
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. getgenv().Settings = {
  2. Speed = 60, -- Defaulted to 60, This determines the speed of getting to and back from safe plate or book locations | higher = faster, lower = slower
  3. SafePlate = 1, -- 1-3 there are 3 safe plate locations you can choose depending on what book you are doing and some are positioned better
  4.  
  5. autoexec = false, -- defaulted to false, if you wanted to auto execute this script enable this and it will activate that mode
  6. autoexecdelay = 4, -- this is the wait for the auto execute when you enter the game. If you have a slow pc turn the wait up
  7.  
  8. --Note: both of these options can't be false only one or the other--
  9. Samurai = false, -- defaulted to false toggling either one to true will set it to that book ONLY***
  10. Ancient = false
  11. }
  12.  
  13. loadstring(game:HttpGet('https://raw.githubusercontent.com/Mstir16/special-stuff/main/special%20code%207'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement