TEXT 225
Project Lazarus Script By venuslock on 13th November 2022 12:33:32 AM
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  2.  
  3. local w = library:CreateWindow("by") -- Creates the window
  4.  
  5. local b = w:CreateFolder("OOOGA BOOGA") -- Creates the folder(U will put here your buttons,etc)
  6.  
  7. b:Bind("On",Enum.KeyCode.Z,function() --Default bind
  8. getgenv().Ks = true
  9. while Ks == true do
  10.    wait()
  11. keypress(0x46) -- spacebar
  12. wait()
  13. keyrelease(0x46)
  14. end
  15.  
  16. end)
  17.  
  18. b:Bind("Off",Enum.KeyCode.X,function() --Default bind
  19. getgenv().Ks = false
  20. end)

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.