Jump to content

BadCase

Modding Team
  • Posts

    683
  • Joined

  • Last visited

  • Days Won

    33

BadCase last won the day on April 7 2023

BadCase had the most liked content!

Additional Information

  • Android
    10.x
  • Device
    SM-T510;SM-A505U
  • Service provider
    Verizon

Profile Fields

  • Discord ID
    BadCase#5054

Recent Profile Visitors

78,923 profile views

BadCase's Achievements

Proficient

Proficient (10/14)

  • Dedicated Rare
  • One Year In
  • One Month Later
  • Week One Done
  • First Post Rare

Recent Badges

349

Reputation

8

Community Answers

  1. If you know what you want to edit values to but just not how to do it in lua send more details on exactly what value you want to edit using lua
  2. You can hack prices instead, of notebooks
  3. FIFA does not have either, it is not a Unity engine game
  4. If GG ever gets updated I can pretty much guarantee that they will not be enabled, Enyby has been pretty clear about this in the past.
  5. Try using my toolbox instead it has a more up to date version of this as a plugin BadCase's Toolbox (#9ptv7xz2)
  6. try recentvalue[1].value
  7. I think everyone has been wondering, last I check Enyby logged in one time this year after not logging in for several months
  8. Nearly every person I speak to that has issues running GG is on Android 12 or 13, my recommendation is that if you want to continue using GG stop updating your android and possibly roll it back
  9. View File BadCase's Discord API Has Most GET, POST, PUT and DELETE Methods from the Discord API I will try to add PATCH methods later PUT and DELETE Methods use a PHP curl script on my server, the code is included at the bottom of the script if you want to run it on your own server. Submitter BadCase Submitted 03/27/2023 Category Tools  
  10. Version 1.0.9

    648 downloads

    Has Most GET, POST, PUT and DELETE Methods from the Discord API I will try to add PATCH methods later PUT and DELETE Methods use a PHP curl script on my server, the code is included at the bottom of the script if you want to run it on your own server.
  11. I am pretty sure this can be done by first renaming with os.rename and then removing the renamed file with os.remove
  12. Ah yes I ran into the max paste error while I made the API last night, thought I broke something at first lol BTW I made this after I posted my reply last night BadCase's PasteBin API (#72l4i839) Also if the reply I sent with the code in it worked you can mark it as the accepted answer
  13. If you want to post as private, make sure you are posting with username, you can't post private as Guest
  14. View File 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: -- Upload with username -- print(pasteBin.publishPaste(api_paste_code, api_paste_name, true)) -- Upload without username --print(pasteBin.publishPaste(api_paste_code, api_paste_name, false)) -- 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 Submitter BadCase Submitted 03/24/2023 Category Tools  
  15. 2 = private https://pastebin.com/doc_api
×
×
  • 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.