What's new

Help Automation - Helper - Bot

Parax

Addict
Joined
May 18, 2022
Posts
211
Solutions
1
Reaction
638
Points
123
Good day po, sana matulungan huhu.

Plan: To create a simple helper na mag au-auto top up ng funds sa razer gold. (to save time and effort)

Problem: I was able to change the value of the input na, kaso, walang nangyayari whenever I press (either manually or automatically) the NEXT BUTTON, because yung input.value is somehow parang empty pa, kaya not sya nag wewent through. Kumbaga, sa monitor lang sya nagbago or nag ka-value, pero not really the element itself.

My code:
element(input).value = pin;
element(button).click();

I tried to press random key sa input element (without deleting the initial value), then nag work na yung NEXT BUTTON. Bale, parang need nya ng keydown or keypress sa actual input element. So I added dispatchevent to simulate the keyboard chuchu. Unfortunately, nothing happened.

Edit. Is there any other way paba to change an input element's value? Other than, element.value = something ?

Ps. Hindi po ako sure if ok lang ba na gumawa ng ganitong type of program ha, it's really for personal use lang kasi talaga.

1660663211891.png
 

Attachments

Selenium?

python Selenium?

dm nga tayo bossing tignan natin yan, dito sa telegram ko: here po

tingin ko kaya yan sa selenium e.

ay teka, pure JS ba ginagawa mo? siguro kaya yan Python Selenium, suggest ko lang.
 
Selenium?

python Selenium?

dm nga tayo bossing tignan natin yan, dito sa telegram ko: here po

tingin ko kaya yan sa selenium e.

ay teka, pure JS ba ginagawa mo? siguro kaya yan Python Selenium, suggest ko lang.
Will pm you boss hehe, thank you!!
 
Kaya nayan ng selenium (python) or puppeteer (nodejs)

kaso medyo may kabagalan yun. Mukang makikipag karera ka eiii😆. Mas better request ang i automate mo
 
Kaya nayan ng selenium (python) or puppeteer (nodejs)

kaso medyo may kabagalan yun. Mukang makikipag karera ka eiii😆. Mas better request ang i automate mo
It worked sa Selenium haha, regarding with "request ang i automate", is it really possible? By any chance anong keywords ang pwedeng i-search para pag aralan sana ? Thank you!
 
It worked sa Selenium haha, regarding with "request ang i automate", is it really possible? By any chance anong keywords ang pwedeng i-search para pag aralan sana ? Thank you!
Yes possible yun

Yun yung gamit nila sa dito tricks. Pati sa gigalife pati sa shopee dati😆. Kaya ubos agad stocks😆

Basta sa mga script dyan sa tabibi

Mahirap lang saan mo kukunin mga needed na data

Like may auth token dun.
Malamang sa login page mo yun makukuha

So automate mo muna login, then yung gusto mo

Hindi ko alam term nila eiii. Self explore lang kasi ako

Try mo python request, python session

Or ito

You do not have permission to view the full content of this post. Log in or register now. .be/bM50i7sKwwM
 
Last edited:
Yes possible yun

Yun yung gamit nila sa dito tricks. Pati sa gigalife pati sa shopee dati😆. Kaya ubos agad stocks😆

Basta sa mga script dyan sa tabibi

Mahirap lang saan mo kukunin mga needed na data

Like may auth token dun.
Malamang sa login page mo yun makukuha

So automate mo muna login, then yung gusto mo

Hindi ko alam term nila eiii. Self explore lang kasi ako

Try mo python request, python session

Or ito

You do not have permission to view the full content of this post. Log in or register now. .be/bM50i7sKwwM
Thank you so much for this! Na-eexcite tuloy ako haha. more learning.

Actually, may nabasa akong script dati for maya auto register sya via termux, php yung programming language, and while reading the code, you're right, via request yung logic ng code, and may auth_token something.

Thank you ulit boss! I'll explore nalang, hopefully, ma recreate ko din yung shopee bot ko but using request meth, para rekta na.
 

Similar threads

Back
Top