Jump to content

BadCase

Modding Team
  • Posts

    684
  • Joined

  • Last visited

  • Days Won

    33

Files posted by BadCase

  1. BadCase's PasteBin API

    Set these values at top of pasteBin table
        api_dev_key = "YOUR_API_DEV_KEY",
        api_user_name = "YOUR_USERNAME",
        api_user_password = "YOUR_PASSWORD",
     
    Usage:
    --  api_paste_format https://pastebin.com/doc_api#5
    --  api_paste_expire_date https://pastebin.com/doc_api#6
    --  api_paste_private https://pastebin.com/doc_api#7
    -- Upload with username pasteBin.publishPaste(api_paste_code, api_paste_name, postAsUser, api_paste_private,api_paste_expire_date,api_paste_format)
    -- print(pasteBin.publishPaste(api_paste_code, api_paste_name, true,"2","N","lua"))
    -- Upload without username pasteBin.publishPaste(api_paste_code, api_paste_name, postAsUser, api_paste_private,api_paste_expire_date,api_paste_format)
    --print(pasteBin.publishPaste(api_paste_code, api_paste_name, false,"0", "N","lua"))
    -- List users pastes
    --print(pasteBin.listPastes())
    -- Delete a paste
    -- print(pasteBin.deletePaste("Jef8vQcX")) -- replace "Jef8vQcX" with valid paste key from users paste
    -- Get users info
    -- print(pasteBin.getUser())
    -- Get users private or public paste
    -- print(pasteBin.getUserPasteRaw("zbEbNh2n")) -- replace "zbEbNh2n" with valid paste key from users paste
    -- Get public or unlisted paste
    -- print(pasteBin.getPasteRaw("zbEbNh2n")) -- replace "zbEbNh2n" with valid paste key
     

    318 downloads

       (0 reviews)

    0 comments

    Updated

  2. Beat Racing Script

    Unlocks all songs and cars

    434 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Unix/Epoch Timestamp Tool by BadCase

    A tool for generating ranged Unix/Epoch timestamp searches and timestamps.

    336 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.