Categories > Exploiting > Scripts >

Help Database

Posts: 12

Threads: 5

Joined: Jan, 2023

Reputation: 0

Posted

i want make a database save value for everyone 

like if you execute script value = value + 1 and its gonna be like 2 

if other guy comes it will be 3

  • 0

marcus__

S.K.I.D

vip

Posts: 444

Threads: 23

Joined: Nov, 2022

Reputation: 29

Replied

within an executor or what
more detail please

  • 0

!!!!!marcus__!!!!!#8611

https://cdn.discordapp.com/attachments/1066053366758780978/1078052772567597127/image.png

Posts: 12

Threads: 5

Joined: Jan, 2023

Reputation: 0

Replied

krnl i use btw thanks for helping

  • 0

Murz

PixelPenguin

Posts: 240

Threads: 20

Joined: Jul, 2021

Reputation: 29

Replied

would you be able to explain more elaborately?

  • 0

 

Ty for rep: Swiney, Byoke, Lion, Locust, Waves, Weeb, Nickk, darkn, Atari, CubeFaces, Lux14, Rice, Delta, Syraxes, Aeon, Jordan, Pluto, and Hiroku!

P.S, I like cats better too!

Posts: 12

Threads: 5

Joined: Jan, 2023

Reputation: 0

Replied

@Murz like there will be some website/database/api for save data im gonna post value to there and its gonna save data when i get data its gonna will be say 1 and when other guy execute its gonna get data from website(1) and + 1 then post so its gonna be 2

  • 0

ecstacy_lxnny

yea i'm lxnny

vip

Posts: 941

Threads: 84

Joined: May, 2021

Reputation: 98

Replied

@NobodyBusiness Hi!

Firstly, go to https://api.countapi.xyz/create?key= and put any name behind the = (You have to remember it).

 

Here's the lua script to add 1 to the count

-- this adds 1 to the count

request({
    Url = "https://api.countapi.xyz/hit/namespace/example",  -- replace example with the name you put in the creation endpoint
    Method = "GET",
})

 

And to view the current count go to https://api.countapi.xyz/get/example (replace example with your text)

  • 0

im bipolar btw

Posts: 12

Threads: 5

Joined: Jan, 2023

Reputation: 0

Replied

So thanks! its works perfect but when i get data its also increase value 

 

uh nvm i think i can just do print(value - 1)

  • 0

Added

also is there any way to clear that??

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )