Roblox Project Baki 2 Script

project baki 2 script
project baki 2 script

Since the Roblox project baki 2 game is very popular, we decided to share the Roblox project baki 2 script pastebin with you.

Project Baki 2 has proven to be one of the most successful fighting games on Roblox, with over 19 million visits and up to 7800 concurrent players.
Project Baki 2 was released in 2020 by the same name’s developers, and it simply tasks players with fighting opponents in order to become the strongest man alive.

The game is based on Keisuke Itagaki’s Baki series and includes various fighting styles such as karate, boxing, taekwondo, and more.

Project Baki 2 Script Features

  • Auto Levels,
  • Auto Food
  • Select NPC Dropdown
    – Select Farm Method Dropdown
    – AutoFarm
    – AutoPunch
    – Farm Distance Slider
    – Auto Food
    – Hide Player
    + Shadow Tab
    – Choose difficult
    – Farm
    – Auto Punch
    + Gym Tab
    – Auto Buy Membership
    – Auto Buy Protein
    – Farm Punching Bag
    – Auto Punch ^
    – Auto Mattress
    – Auto Pullup
    + Stats Tab
    – Auto Strength
    – Auto Durability
    – Auto Agility
    – Auto Intellect
    + Misc Tab
    – Choose NPC
    – Refresh Dropdown
    – TP To NPC
    – TP To Prison+ Project Baki 2 PRISON+ Shadow Tab
    – Farm 4 LVL Shadow
    – Auto Punch
    + Stats Tab
    – Auto Stats
    + Misc Tab
    – Choose NPC
    – Refresh Dropdown
    – TP To NPC
    – TP To City
  • and more

This new Project Baki 2 script includes a slew of useful features such as NPC Farm Toggle, Auto Punch (kill aura) Toggle, Auto Perfect Block Toggle, Farm Distance Slider, Auto Food Toggle, and more.

project baki 2 script pastebin
project baki 2 script pastebin

Project Baki 2 Script Pastebin

SCRİPT 1 ;

loadstring(game:HttpGet(“https://github.com/LioK251/Scripts/raw/main/lazyhub.lua”))() 
 

SCRİPT 2 ;

loadstring(game:HttpGet(“https://raw.githubusercontent.com/BAG0N/OPM_DF/main/Baki”))() 
 

SCRİPT 4 ;

loadstring(game:HttpGet(“https://pastebin.com/raw/5gr5tNPD”, true))(); 
 

SCRİPT 5 ;

loadstring(game:HttpGetAsync(“https://pastebin.com/raw/rfvy8VeV”))()
 

You may be interested in >>> Roblox Bedwars Script 

SCRİPT 6 ;

  1. — Non-Synapse Users
  2. if not pcall(function() return syn.protect_gui end) then
  3. syn = {}
  4. syn.protect_gui = function(egg)
  5. egg.Parent = game.CoreGui
  6. end
  7. end
  8. — Variables
  9. local player = game.Players.LocalPlayer
  10. local stat = game.ReplicatedStorage.Remotes.ClientToServer.SkillPoint
  11. — SkillPoint Check
  12. if player.Data.SkillPoints.Value < 1 then
  13. return game.Players.LocalPlayer:Kick(“You need at least 1 skill point”)
  14. end
  15. — UI Library
  16. local library = loadstring(game:HttpGetAsync(‘https://pastebin.com/raw/edJT9EGX’))()
  17. local window = library:CreateWindow(“baki 2 stats”)
  18. window:AddLabel({text = “Made by egg salad”})
  19. — Buttons
  20. local amount = 1
  21. local stuff = {“Level”,”Strength”,”Agility”,”Intellect”,”Durability”,”ColorRerolls”,”StatResets”}
  22. window:AddBox({text=’Amount’,callback=function(v)amount=tonumber(v)end})
  23. for i,v in pairs(stuff) do
  24. window:AddButton({text=v,callback=function()
  25. for i = 1, amount do
  26. stat:FireServer(v,”0.5″)
  27. end
  28. end})
  29. end
  30. library:Init()

 

 

SCRİPT 7 ;

Leave a Comment