Advertisement
The_One123

aaa

Aug 3rd, 2021
2,682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.88 KB | None | 0 0
  1. getgenv().settings =  {
  2.   ['Stand'] =1, --userid of the stand
  3.   ['Owner'] =2, -- userid of the jojo stand owner
  4. }
  5. getgenv().commands =  {
  6.    ['Summon'] = "Summon!", -- if someone else wants to own the stand.
  7.    ['Follow'] = "Follow!", -- follow/unfollow you
  8.    ['Ghost'] = "Disappear!", -- disappear
  9.    ['Unghost'] = "Appear!", -- appear
  10.    ['Attack'] = "Ora!", -- loop attack a target
  11.    ['Stopattack'] = "Booga!", -- stop attacking the target
  12.    ['Void'] = "Void!", -- send the target to the void when ko (goes with attack)
  13.    ['Godmode'] = "Requiem!", -- enable/disable godmode
  14.    ['Autosave'] = "Save!", -- grab you when k.o
  15.    ['Autosave2'] = "Bird!", -- send you in the air when k.o
  16.    ['Reset'] = "Stop!", -- resets commands and character (debug)
  17. }
  18.  
  19. loadstring(game:HttpGet("https://raw.githubusercontent.com/racemodex/my-scripts/master/dahoodjojostand-v3rmversion", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement