Advertisement
HiDOHF

RoBowling Cheating

Nov 9th, 2024 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. _G.f = 90 -- Strength of the force applied to the bowling ball
  2. -- 100 ^ A bit unnatural
  3. _G.aim = Vector3.new(0, 0, -1) -- The aiming direction for the bowling ball
  4. -- Professional physics collision angle between -1 and 1
  5. -- In short, I am currently right-handed.
  6. _G.rot = Vector3.new(84, 8, -90) -- The impact rotation angle of the pins
  7. -- The main purpose is to improve the strike without missing any
  8.  
  9. loadstring(game:HttpGet("https://gist.githubusercontent.com/Nothingnesser1/519b098bf7ef0d162330f92a69d6a3ea/raw/4ebc4d4d9794eb99c09198453d250d8705c70c2d/Bowling%2520100%2525%2520strike"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement