Advertisement
Xfer1111

[PATCHED] Pedro.exe (Google Translate)

Apr 16th, 2023 (edited)
2,517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.49 KB | None | 0 0
  1. -- Credits:https://v3rmillion.net/showthread.php?tid=1206610
  2. -- T.V.K was here
  3.  
  4. pcall(function()
  5.   loadstring(
  6.       --[[
  7.  
  8.       ░░░░░██╗  ███╗░░░███╗███████╗███╗░░░███╗███████╗
  9.       ░░░░░██║  ████╗░████║██╔════╝████╗░████║██╔════╝
  10.       ░░░░░██║  ██╔████╔██║█████╗░░██╔████╔██║█████╗░░
  11.       ██╗░░██║  ██║╚██╔╝██║██╔══╝░░██║╚██╔╝██║██╔══╝░░
  12.       ╚█████╔╝  ██║░╚═╝░██║███████╗██║░╚═╝░██║███████╗
  13.       ░╚════╝░  ╚═╝░░░░░╚═╝╚══════╝╚═╝░░░░░╚═╝╚══════╝
  14.  
  15.  
  16.       Keybind:
  17.      
  18.       - Semicolon // To trigger chat box
  19.       - Enter // To submit your chat
  20.       - Click on player chat // To view his translation
  21.       - Quote // To hide/show UI
  22.      
  23.       Next Update:
  24.      
  25.       - Ill make it so it auto detects language of chat upon click
  26.       - yes thats it
  27.       --]]
  28.  
  29.       game:HttpGet(
  30.           'https://raw.githubusercontent.com/PivotEngine/cool_scripts/main/Pedro.exe',
  31.           true
  32.       )
  33.   )();
  34. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement