Jump to content

eyal159

Active Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

eyal159's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I don't know if it belongs here but I know many people here know android studio. so basically i have a problem with R , when I read about it its because i have a problem in one of my XML files. which I do. but I don't know what is the problem. http://prntscr.com/lbhtkv - photo ?xml version="1.0" encoding="utf-8"?><adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"><background android:drawable="@drawable/ic_launcher_background" /><foreground android:drawable="@drawable/ic_launcher_foreground" /></adaptive-icon> ty alot !
  2. hey , how can i make myself clear,what details do you wanna know and what can not be legit with empy cards ...
  3. some apps give you free trial if you make an account with email visa and name, so I wanna make a script that unlocks the app (make an account) every time it gets locked .
  4. the code isnt working for me : WinActivate("untitled") #include <IE.au3> global $CardNumber[$StuffAndThings] $visagenetator = "https://ccardgenerator.com/" $getvisagenetator=_IECreate($visagenetator,0,1,1,0) $CardNumber[0]= _IEGetObjById($getvisagenetator,'inputiRandomCardNumber') Sleep(5000) Send($CardNumber[0] the output suppost to be http://prntscr.com/l77un8... but it doesnt send anything . ty
  5. I have some questions aggin first . how do i find the oObject to put in command . i wanna have a for loop and do arr = _IEFormElementGetValue ( ByRef $oObject ) and then turn off the pc and come back when the information is saved in the array so i dont have to run the script aggin . is it possible? ty alot !
  6. hey, so thanks to you guys I start using explorer because of its way easier. many funcss include the one under asks for oObject , which is object variable of an internet explorer m form element object. _IEFormElementGetValue ( ByRef $oObject ) how can i find it ? http://prntscr.com/l7417x that's the website consol and i wanna get the inputiRandomcountry output (which in this case is Philippines) . thanks a lot.
  7. ok i'll post my code son . ty alot !
  8. ok thats gonna be long : $numbers[500] $x = gws-csf-randomnumber__result (thats the id btw) for $i = 0 to 500 $numbers[$i]=_chromeobjgethtmlbyid($x) next then i tried _IEGetObjById ( ByRef $oObject, $x) thrn i tried somthing with the cords (x,y) but didnt even got close . and now im looking for more options . sry for making a second post but the first one had a stupid title so not a lot of people got in . if you have any idea i'll be more then happy to hear becuse im looking for more then 3 days ty a lot aggin ...
  9. understood most of it but none worked . i was looking for more funcation as you adviced and found one that only works on window 7 ...
  10. what i wanna do : i wanna get something from chrome into a variable in autoit . basically i want to make a bot that presses on a button and save the output in a variable . http://prntscr.com/l6rhuy the number id is gws-csf-randomnumber__result and I'm using chrome. windows 10 . i tried a lot of func but none of them worked. (ik i can make the random number my self but i just wanna understand how to save into variable from chrome output . ) ty a lot !
  11. when i use this comment _IEGetObjById ( ByRef $oObject, $sID ) i have the ID but the Oobject is a variable of an InternetExplorer.Application, Window or Frame object , what am isuppost to write if im using chrome (youtube) ?
  12. ok and if im using chrome what am i suppost to put here ? http://prntscr.com/l6e3wq Ty alot !!!
  13. hey , http://prntscr.com/l6dyo6 , just to make sure. the id is inputiRandomCardNumber?
  14. ok so after trying i have few questions aggin 1 ) how do i find the object Id ? (the name) 2) what am i suppost to write as the object ? the URL (using chrome if it matters) ty alot .1
×
×
  • Create New...