Advertisement
racemodex

Racemodex's roblox scripts (lua)

Jul 8th, 2021 (edited)
87,832
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 1 0
  1. All the scripts below are scripted using Roblox Lua:
  2. Here's a starter guide: https://devforum.roblox.com/t/lua-scripting-starter-guide/394618
  3.  
  4. You need to be in the roblox group Racecodex Community to use da hood scripts : https://www.roblox.com/groups/11906512
  5. Developers may learn from these scripts.
  6.  
  7. Da Hood:
  8. JoJo Stand: tutorial video: https://youtu.be/K1VA1nIyrXw
  9. getgenv().settings = {
  10. ['Stand'] =1, --userid of the stand
  11. ['Owner'] =2, -- userid of the jojo stand owner
  12. }
  13. getgenv().commands = {
  14. ['Summon'] = "Summon!", -- if someone else wants to own the stand.
  15. ['Follow'] = "Follow!", -- follow/unfollow you
  16. ['Ghost'] = "Disappear!", -- disappear
  17. ['Unghost'] = "Appear!", -- appear
  18. ['Attack'] = "Ora!", -- loop attack a target
  19. ['Stopattack'] = "Booga!", -- stop attacking the target
  20. ['Void'] = "Void!", -- send the target to the void when ko (goes with attack)
  21. ['Godmode'] = "Requiem!", -- enable/disable godmode
  22. ['Autosave'] = "Save!", -- grab you when k.o
  23. ['Autosave2'] = "Bird!", -- send you in the air when k.o
  24. ['Reset'] = "Stop!", -- resets commands and character (debug)
  25. }
  26. loadstring(game:HttpGet("https://raw.githubusercontent.com/racemodex/my-scripts/master/dahoodjojostand", true))()
  27.  
  28. Pro Aim:
  29. loadstring(game:HttpGet("https://raw.githubusercontent.com/racemodex/my-scripts/master/dahoodaimlock", true))()
  30. Crash:
  31. Patched
  32. Farm:
  33. loadstring(game:HttpGet("https://raw.githubusercontent.com/racemodex/my-scripts/master/dahoodautofarm", true))()
  34.  
  35. DemonFall:
  36. Trinket Farm:
  37. loadstring(game:HttpGet("https://raw.githubusercontent.com/racemodex/my-scripts/master/Demonfalltrinketfarm", true))()
  38.  
  39. Zenkai Origins:
  40. Gui:
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/racemodex/my-scripts/master/ZenkaiOriginsGui", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement