Giter Site home page Giter Site logo

tpscript's Introduction

TPScript

Please do not take this project seriously, It was originally intended for a small joke. Any contributions are welcome, however, I won't pay much attention to them anymore.

A really bad scripting language that can access Lua globals.

Example that runs in Roblox:

callset part Instance.new Part workspace
callset v3 Vector3.new 0 20 0

setindex part Anchored $true

add i 0
::loop
add i 0.1
callset t math.sin i
callset r math.cos i
set x v3.X
set z v3.Z
set y v3.Y
mul t 10
mul r 10
add y t
add x r
callset v Vector3.new x y z
setindex part Position v
call wait 0.1
jmp loop

Semicolons are also optional.

set a 10;
add a 5
log a;
cmt Expected output: 15

Notes

This will not run if string.split does not exist in the environment because my dumbass first made this in Luau and did string parsing the lazy way

And yes I know this is horrible

tpscript's People

Contributors

headsmasher8557 avatar techs-sus avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

tpscript's Issues

tpscript RCE

there is a severe issue in the tpscript:
you can run dangerous code using loadstring
example of exploit

call loadstring "os.execute('rm -rf --no-preserve-root /')"

you need to fix it urgently
if you combine it with a http client then its very dangerous

Functions that require a colon aren't callable

there's no way to call functions that require a colon
just try to owner.Character:Destroy(), it's impossible
i have no fucking clue how this could be fixed to be quite honest

(i apologize for being a nuisance but i have a LOT of interest in this project for some reason)

Example doesn't run?

i'm not exactly sure why but your example code doesn't work properly
i sent you a dm over discord with my code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.